Displaying 1 result from an estimated 1 matches for "texmfhome".
2013 Sep 25
0
R 3.0.2 and LaTeX changes
...inconsolata package. If you cannot do that for your LaTeX
distribution, you should be able to do so for your own account:
- download the current package from
http://mirrors.ctan.org/systems/texlive/tlnet/archive/inconsolata.tar.xz
- locate your personal texmf directory by
kpsewhich -var-value=TEXMFHOME
usually ~/texmf (and it may need to be created) and cd there.
- install the current version by something like
tar xf inconsolata.tar.xz
or use untar('inconsolata.tar.xz') in R;
(if there is an ls-R file in that directory, run
mktexlsr .
) then
updmap --enable Map=zi4.map
Alternativ...