Estoy intentando enviar un artículo ahttp://www.computability.de/journal/y estoy en el proceso de convertir mi redacción inicial para que funcione con la plantilla de látex proporcionada. Requieren el uso de su clase de documento iosart2x y su plantilla. Tengo problemas para compilar la plantilla cuando copio el cuerpo de mi documento. Después de un poco de experimentación, parece quejarse de las letras griegas minúsculas (las mayúsculas funcionan bien). ¿Alguien tiene idea de lo que está pasando y cómo solucionarlo?
Incluso en el ejemplo más simple
\documentclass{iosart2x}
\begin{document}
$\alpha$
\end{document}
Actualización: Parece que la clase de documento está usando breakurl y estaba intentando compilar con pdfLaTeX. Sin embargo, después de intentar cumplir con LaTeX, las letras griegas son reemplazadas por caracteres sin sentido.
Segunda actualización: el mensaje que recibo es
Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode "WriteupComputability".tex
Sorry, but miktex-makemf did not succeed. The log file hope
fully contains the information to get MiKTeX going again: C:\Users\jimbo\AppData\Local\MiKTeX\2.9\miktex\log\miktex-makemf.
log
Sorry, but miktex-makepk did not succeed.
The log file hopefully contains the information to get MiKTeX going again: C:\Users\jimbo\AppData\Local\MiKTeX\2.9\miktex\log\miktex-makepk.log
Process exited with error(s)
La parte pertinente de make-mf es
2019-08-14 14:50:40,967-0400 INFO miktex-makemf - starting with command line: miktex-makemf.exe --miktex-enable-installer --verbose rtxmi
2019-08-14 14:50:40,976-0400 FATAL miktex-makemf - The rtxmi source file could not be found.
2019-08-14 14:50:40,976-0400 FATAL miktex-makemf - The rtxmi source file could not be found.
2019-08-14 14:50:40,977-0400 FATAL miktex-makemf - Info:
2019-08-14 14:50:40,977-0400 FATAL miktex-makemf - Source:
2019-08-14 14:50:40,977-0400 FATAL miktex-makemf - Line: 0
y hacer-pf
2019-08-14 14:50:40,711-0400 INFO miktex-makepk - starting with command line: miktex-makepk --enable-installer --verbose rtxmi 600 600 magstep(0.0)
2019-08-14 14:50:40,716-0400 INFO makepk - Trying to make PK font rtxmi at 600 DPI...
2019-08-14 14:50:40,723-0400 INFO makepk - The METFAONT mode is: ljfour
2019-08-14 14:50:40,726-0400 INFO makepk - Running miktex-makemf.exe...
2019-08-14 14:50:40,726-0400 INFO makepk - running: miktex-makemf.exe --miktex-enable-installer --verbose rtxmi
2019-08-14 14:50:41,007-0400 INFO makepk - Running miktex-ttf2pk.exe...
2019-08-14 14:50:41,007-0400 INFO makepk - running: miktex-ttf2pk.exe --miktex-enable-installer -q -t rtxmi
2019-08-14 14:50:41,258-0400 FATAL miktex-makepk - PK font rtxmi could not be created.
2019-08-14 14:50:41,258-0400 FATAL miktex-makepk - PK font rtxmi could not be created.
2019-08-14 14:50:41,258-0400 FATAL miktex-makepk - Info:
2019-08-14 14:50:41,258-0400 FATAL miktex-makepk - Source:
2019-08-14 14:50:41,258-0400 FATAL miktex-makepk - Line: 0
Realmente no sé qué significa esto, pero busqué en Google rtxmi y la gente sugirió actualizar FNDB, lo cual hice varias veces sin éxito.