I'm currently trying to build a document with XeLaTeX because I need it for a template. My OS is Scientific Linux 7.2 and I use texlive + Texstudio as an editor.
Now the problem that I have is that whenever I try to compile with XeLaTex, none of my installed packages are found, e.g. braket, bbm, nccmath, .... However, if I compile with PdfLaTeX all packages are found. According to 'tlmgr list --only-installed' all of these packages are properly installed.
Do I need to kind of 'register' the packages in XeLaTeX, or why doesn't it find anything? Feels like a dumb question, but I haven't found anything on google or stackexchange.
Thanks a lot!
xelatex(the command) from the commnd line manage to find? Next comparewhich pdflatexandwhich xelatex. – jon Apr 14 '16 at 02:49A Feldman: I have no other choice than using Scientific Linux, because as you said LHC kind of things.
– 0vbb Apr 15 '16 at 10:42yum/dnf). The other is from upstream (install-tl). You need to decide which you want to keep and remove the other. If you want to keep upstream's, you need to take some steps to convinceyum/dnfthat TeX Live is installed. Although a bit more complex initially, this is the recommended option and often more straightforward overall. – cfr Apr 15 '16 at 11:53yum/dnfthat TL is installed so that you can install software which depends on TL without your distro installing its own copy, which leads to problems. The dummy package is designed to satisfy the dependencies of software which needs TL such as editors and so on. – cfr Apr 15 '16 at 11:55yum/dnfrather thanapt, Arch Linux usingpacmanand so on.) – cfr Apr 15 '16 at 11:57pathproblem. I'd be inclined to purge both installs and install only one of them. – jon Apr 15 '16 at 17:22Thank you all very much!
– 0vbb Apr 20 '16 at 03:35