General ⇒ Translations package: Where in texfm to put trsl files
-
- Posts: 42
- Joined: Tue Jul 23, 2013 6:48 pm
Translations package: Where in texfm to put trsl files
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Translations package: Where in texfm to put trsl files
On my system the package can be found in
Code: Select all
/usr/local/texlive/2015/texmf-dist/tex/latex/translations/
sty
and the trsl
files are located.-
- Posts: 42
- Joined: Tue Jul 23, 2013 6:48 pm
Translations package: Where in texfm to put trsl files
I haven't yet found my way around all aspects of TexLive, but I put the sty and trsl files into
$TEXMFHOME/tex/latex/translations
. I then make the pdflatex & bibtex calls as follows:Code: Select all
TEXMFHOME=/The/personal/texmf/folder/path pdflatex myLaTeXfile.tex
TEXMFHOME=/The/personal/texmf/folder/path bibtex myLaTeXfile
TEXMFHOME=/The/personal/texmf/folder/path pdflatex myLaTeXfile.tex
TEXMFHOME=/The/personal/texmf/folder/path pdflatex myLaTeXfile.tex
Control sequence \tl_mixed_case:n undefined
" regardless of whether translations is present. Since I'm working against a very short timeline, I'm going to remove all personally installed packages (acro & translations) and manually finagle my way around the lack of advanced handling of plurality in acronyms in the older TexLive package versions that came with the 2-month old cygwin package files.Thanks. I will revisit this in the near future.
Translations package: Where in texfm to put trsl files
That's what I would recommend, too, especially if you can't update as you want. acro needs translations (which should work fine without theJustA_LaTeXusr wrote:Since I'm working against a very short timeline, I'm going to remove all personally installed packages (acro & translations)
trsl
files by the way) but more importantly relies on the l3kernel and the closely related l3packages and l3experimental. Those get updated fairly often and acro adapts. So installing acro without matching versions of the l3 bundles is bound to give errors like the one you get.Cases like this show why it is always dangerous to manually install or update packages.
Regards
-
- Posts: 42
- Joined: Tue Jul 23, 2013 6:48 pm