iosart2x 文档类和希腊字母

iosart2x 文档类和希腊字母

我正在尝试提交一篇文章到http://www.computability.de/journal/我正在将我的初始写作转换为使用提供的 latex 模板。他们需要使用他们的文档类 iosart2x 和他们的模板。当我复制文档正文时,我无法编译模板。经过一些实验,它似乎对小写希腊字母有抱怨(大写字母工作正常)。有人知道发生了什么以及如何修复它吗?

即使是最简单的例子

\documentclass{iosart2x}

\begin{document}

$\alpha$

\end{document}

更新:看来文档类正在使用 breakurl,而我试图使用 pdfLaTeX 进行编译。然而,在尝试使用 LaTeX 进行编译后,希腊字母被替换为无意义的字符。

第二次更新:我收到的消息是

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)

make-mf 的相关部分是

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

和 make-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

我真的不知道这意味着什么,但我在谷歌上搜索了 rtxmi,人们建议更新 FNDB,我已经多次这样做了,但没有成功。

相关内容