I am using MiKTeX under a single-user installation. My MiKTeX Options dialogue shows me, if I click on the "Show MiKTeX-maintained root directories" checkbox, directories in the following order (from top to bottom):
C:\Users\<my_username>\AppData\Roaming\MiKTeX\2.9C:\Users\<my_username>\AppData\Local\MiKTeX\2.9C:\Users\<my_username>\user_software\localtexmfC:\Users\<my_username>\user_software\miktexC:\Program Data\MiKTeX\2.9C:\Program Files\MiKTeX\2.9
I do not have the option to move anything using the "Up" or "Down" button.
Something in the way the precedence order for duplicate filenames is processed is not working. Here is what's specifically causing me trouble:
I put the latest version of the glyphtounicode.tex file (from LCDF Type Software) into the folder C:\Users\<my_username>\user_software\localtexmf\tex\plain\lcdf-typetools. However because an older version of this same file was put (by MiKTeX) into the folder C:\Users\<my_username>\user_software\miktex\tex\generic\pdftex, the version that pdflatex reads is always that older one, not the one in my localtexmf folder.
For now, I have resorted to renaming the newer version to glyphtounicodeupdated.tex and using \input{glyphtounicodeupdated} instead of \input{glyphtounicode}, but there should be a way of using \input{glyphtounicode} with pdflatex using that correct, newer version. How can I achieve this?
(I always refresh the filename database. So that shouldn't be an issue.)
\localtexmf\tex\generic\pdftexand not\localtexmf\text\plain\.... See also http://tex.stackexchange.com/questions/79968/why-isnt-kpathsea-picking-up-my-local-version-of-a-file/79983#79983 – Ulrike Fischer Feb 08 '13 at 11:35ushyphex.texhas no duplicate, but conceptually it belongs into a folderlocaltexmf\tex\plain\ushyphex, correct? – Lover of Structure Feb 08 '13 at 13:41\localtexmf\tex\plain\...instead of\localtexmf\text\plain\.... – Lover of Structure Feb 08 '13 at 13:42glyphtounicode.texbelongs tomiktex-pdftex-base-2.9. So as you still need this I would go for Ulrike's solution. – Alexander Feb 08 '13 at 13:50