Show pageBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ~~NOCACHE~~ ====== BibTeX ====== <phpwikify> require_once('../php/common.php'); $source = $_GET['bibtex_source']; $key = $_GET['bibtex_key']; if (!empty($source) && !empty($key)) { $loader = new DataLoader($source); $loader->load(); checkBibTex($loader, $key); } </phpwikify> ImpressumPrivacy bibtex.txt Last modified: 2023-08-28 10:40by 127.0.0.1