I use TeXworks on Windows to write and produce LaTeX files, which uses MiKTeX in some way I don't fully understant. I've been trying to install and use the garamondx package. After a lengthy process I managed to perform what appeared to be an installation of garamondx with the MiKTeX Package Manager (the default repository it was using didn't have the package, which took a very long time to figure out), and then the fontaxes package when it said it needed it.
When I try to compile a document using the package, though, I get the following error (this is the text that appears at the end of the 'console' on TeXworks; text above that didn't appear to be relevant but I can post it if you want):
LaTeX Font Warning: Font shape `T1/zgmx/m/scsl' undefined
(Font) using `T1/zgmx/m/n' instead on input line 27.
[1{C:/Users/win7/AppData/Local/MiKTeX/2.9/pdftex/config/pdftex.map}]
(C:\Users\win7\Desktop\template.aux)Trying to make PK font zgmric8r at 600 DPI...
Running miktex-makemf.exe...
miktex-makemf: The zgmric8r source file could not be found.
Running ttf2pk.exe...
miktex-makepk: PK font zgmric8r could not be created.
LaTeX Font Warning: Some font shapes were not available, defaults substituted.
)
!pdfTeX error: pdflatex.EXE (file zgmric8r): Font zgmric8r at 600 not found
==> Fatal error occurred, no output PDF file produced!
texify: pdflatex failed for some reason (see log file).
Googling solutions leads to solutions involving command lines, which (a) I don't understand because I only have a limited understanding of what it is that MiKTeX and TeXworks do respectively (b) I can't implement because I can't find a command line to put them in.
Minimal sample document:
\documentclass{article}
\usepackage{garamondx}
\begin{document}
Hello, world!
\end{document}
garamondxin both the vanilla and 'Admin' package managers; the same error message occurs. Unless that's not what you mean? – dbmag9 Apr 24 '13 at 23:31I'm aware it's not a problem with the example and that something isn't present and correct as it should be. I just have no idea what that something could be or how to fix it.
– dbmag9 Apr 25 '13 at 07:08updmapand it worked after about half a second.@Speravir Thanks also; I ran this before
– dbmag9 Apr 26 '13 at 14:22updmap, so I don't know if it contributed to the success (following your advice alone it didn't) but it's useful to know anyway.