You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I usually use xonsh. The last command produce an error there (find: ‘cat /tmp/texdirlist’: No such file or directory ; I think xonsh being essentially a python interpreter will interfere with the backticks). The second command already only produces an empty file (most likely for the same reason).
If I run the commands in a bash, /tmp/texdirlist contains /home/user/texmf/tex and /home/user/texmf/tex/latex. This is where <my.sty> is.
Even in xonsh find /home/user/texmf/tex/ -iname <my.sty> -print and find /home/user/texmf/tex/latex -iname <my.sty> -print will both find the file.
Any idea what's wrong here? Am I missing something obvious?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I run MiKTeX on QubesOS (don't know if this matters). I need to user some private style files, but they are always reported as not found.
so
xelatex <file.tex>
gives (I replaced the actual filenames, they should not matter):when I do
kpsewhich -all <my>.sty
I get no result.I dug in the khathsea lib documentation and found the following to find all matches in all directories:
I usually use xonsh. The last command produce an error there (find: ‘cat /tmp/texdirlist’: No such file or directory ; I think xonsh being essentially a python interpreter will interfere with the backticks). The second command already only produces an empty file (most likely for the same reason).
If I run the commands in a bash, /tmp/texdirlist contains
/home/user/texmf/tex
and/home/user/texmf/tex/latex
. This is where<my.sty>
is.Even in xonsh
find /home/user/texmf/tex/ -iname <my.sty> -print
andfind /home/user/texmf/tex/latex -iname <my.sty> -print
will both find the file.Any idea what's wrong here? Am I missing something obvious?
Kind regards
Jan
Beta Was this translation helpful? Give feedback.
All reactions