I am having problems compiling a Beamer-presentation w/math symbols when running as non-administrator under Win7-64. (I use TeXStudio 2.10.8 with a complete install of MiKTeX 2.9.) To give an example, the following works well as an administrator:
\documentclass{beamer}
\begin{document}
\begin{frame}
Test: $Y_t$
\end{frame}
\end{document}
By contrast, when running as a non-administrator, I need to comment out the math for compilation to work:
\documentclass{beamer}
\begin{document}
\begin{frame}
Test: %$Y_t$
\end{frame}
\end{document}
Compilation under the article-class w/math works well, so the problem seems to be Beamer-related. The messages I get when trying to compile as non-administrator below. Anyone any suggestion for how I can solve my problem?
From messages:
Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode "test".tex
Sorry, but miktex-makemf did not succeed for the following reason: The mathkerncmssi source file could not be found. The log file hopefully contains the information to get MiKTeX going again: C:/Users/sucarrat/AppData/Local/MiKTeX/2.9/miktex/log/miktex-makemf.log You may want to visit the MiKTeX project page, if you need help.
Sorry, but miktex-makepk did not succeed for the following reason: PK font mathkerncmssi8 could not be created. The log file hopefully contains the information to get MiKTeX going again: C:/Users/sucarrat/AppData/Local/MiKTeX/2.9/miktex/log/miktex-makepk.log You may want to visit the MiKTeX project page, if you need help.
Process exited with error(s)
From log:
Font shape
OT1/cmss/m/n' in size <4> not available(Font) size <5> substituted pdflatex.exe (file pdftex.map): cannot open font map file]\tf@nav=\write6\openout6 =test.nav'. Size substitutions with differences(Font) up to 1.0pt have occurred.pdflatex.exe (file pdftex.map): cannot open font map file]\tf@nav=\write6\openout6 = `test.nav'.
Size substitutions with differences(Font) up to 1.0pt have occurred.
updmap. – Ulrike Fischer Mar 01 '16 at 09:41{}on the gui. – Mar 01 '16 at 09:43updmapis... My preferred solution is to change some configurational setting rather than changing the way I work (I usually do not use command lines when executing LaTeX-compilation). – gsucarrat Mar 01 '16 at 21:52