I've modified the main table to my taste, but the secondary details is far to verbose for me (includes lots of data fields I do not want there). And I've been unable to find the corresponding creation file... I'm not familiar with html/css/javascript but since I know LaTeX and C++ assumed I would be able to find my way around the creation files - seems that is not the case since I'm lacking the understanding how the creation process works
In MyFancyIndex.html is a reference to FancyIndexDetails.html which is nowhere to be found on my system.
So, could you please tell me how/where I can modify the secondary details export?
PS:
The sorting by title only ignores "the" and "a" at the beginning of titles - I've included some more articles in fi.shared.js. In case someone wants to do the same: it's line 92 ff., the file is in Images/MyFancyIndexImages. Insert something like:
(this is of course not comprehensive, but covers all occurrences in my collection )else if (s.substr(0,4).toLowerCase() === "der ") { return s.substr(4).toLowerCase(); }
else if (s.substr(0,4).toLowerCase() === "die ") { return s.substr(4).toLowerCase(); }
else if (s.substr(0,4).toLowerCase() === "das ") { return s.substr(4).toLowerCase(); }
else if (s.substr(0,4).toLowerCase() === "ein ") { return s.substr(4).toLowerCase(); }
else if (s.substr(0,3).toLowerCase() === "la ") { return s.substr(4).toLowerCase(); }
else if (s.substr(0,3).toLowerCase() === "le ") { return s.substr(4).toLowerCase(); }
else if (s.substr(0,4).toLowerCase() === "les ") { return s.substr(4).toLowerCase(); }
else if (s.substr(0,3).toLowerCase() === "un ") { return s.substr(4).toLowerCase(); }
else if (s.substr(0,3).toLowerCase() === "el ") { return s.substr(4).toLowerCase(); }
It would be nice if future versions of the template could contain expanded lists