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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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