On the same source file Texlive 2004 context (mkiv) can find files that a more recent stand alone version of context can't. I need to set something somewhere so that the stand alone version can find files in /usr/share/fonts/OTF. I call the stand alone version from a script called "Context" in /usr/local/bin: -------------------------------- . /home/safe/context/tex/setuptex context $1 ------------------------------------- /home/safe is my home directory. Stand alone context is in /home/safe/context. It is dated Jan 27 2015. -- John Culleton Wexford Press Free list of books for self-publishers: http://wexfordpress.net/shortlist.html Updated PDF e-book: "Create Book Covers with Scribus 1.4.5" coming soon at http://www.booklocker.com/!
On 05/02/2015 04:19 PM, John Culleton wrote:
On the same source file Texlive 2004, context
Hi John, sorry, but I wonder whether you meant TeX Live 2014.
(mkiv) can find files that a more recent stand alone version of context can't.
Font files, I guess.
I need to set something somewhere so that the stand alone version can find files in /usr/share/fonts/OTF.
I call the stand alone version from a script called "Context" in /usr/local/bin: -------------------------------- . /home/safe/context/tex/setuptex context $1 ------------------------------------- /home/safe is my home directory. Stand alone context is in /home/safe/context. It is dated Jan 27 2015.
Add after the last line in /home/safe/context/tex/setuptex: export OSFONTDIR="/usr/share/fonts/OTF//"" I would personally add: export OSFONTDIR="/usr/share/fonts//"" So you will be able to use other fonts than OpenType. Then reload the font cache by running: . /home/safe/context/tex/setuptex mtxrun --script fonts --reload I hope it helps, Pablo -- http://www.ousia.tk
participants (2)
-
John Culleton
-
Pablo Rodriguez