I use MikTeX in order to compile pdf files when creating R packages. Today I found out that I run into the following error:
* checking PDF version of manual ... WARNING
LaTeX errors when creating PDF version.
This typically indicates Rd problems.
LaTeX errors found:
!pdfTeX error: pdflatex.EXE (file ts1-zi4r): Font ts1-zi4r at 540 not found
==> Fatal error occurred, no output PDF file produced!
* checking PDF version of manual without hyperrefs or index ... ERROR
Any suggestion on how I might be able to fix this problem?
(this is after I've updated Rd.sty in R, following the suggestion here)
Thanks!
updmapon the command line. – Ulrike Fischer Jul 24 '13 at 13:37\usepackage{zi4}instead of\usepackage{inconsolata}as suggested in http://tex.stackexchange.com/questions/119925/inconsolata-missing-after-miktex-update, but unrelated to Rd (not using anything related to R). I don't know if I should open a separate question. – grssnbchr Jul 24 '13 at 13:44Type X to quit or to proceed,
or enter new name. (Default extension: sty)
! Emergency stop. <read *>
l.281
– Tal Galili Jul 24 '13 at 13:51\documentclass{article} \begin{document} \font\test=ts1-zi4r \test \char95 \end{document}with pdflatex. Does it work? – Ulrike Fischer Jul 24 '13 at 14:06updmap --verbose >updmap.logand show the created log-file. – Ulrike Fischer Jul 25 '13 at 07:04mpm --admin --verbose --find-updates, but couldn't find any package with nameinconsolataorzi4. Then I ranupdmapboth as user and as admin, but I still get the same error. This is theupdmaplog: http://pastebin.com/Ucb7Ew5R – grssnbchr Jul 25 '13 at 08:48inconsolatapackage I installed (as user) yesterday was packaged on 2013-07-09. – grssnbchr Jul 25 '13 at 09:48kpsewhich zi4.map? And if you runinitexmf --reportwhere is the user install root? – Ulrike Fischer Jul 25 '13 at 10:48inconsolatapackage, which has since been sorted out - the latest version on CTAN should be compatible again. Can you check if updating MikTeX now fixes the problem? – Christian Clason Oct 22 '13 at 09:13