私は記事を投稿しようとしていますhttp://www.computability.de/journal/そして、私は最初の書き込みを、提供された LaTeX テンプレートで動作するように変換しているところです。彼らは、彼らのドキュメント クラス iosart2x と彼らのテンプレートの使用を要求しています。ドキュメントの本文にコピーしたときにテンプレートをコンパイルするのに問題があります。いくつか実験した後、小文字のギリシャ文字について文句を言っているようです (大文字は問題なく動作します)。何が起こっているのか、そしてそれを修正する方法についての手がかりを持っている人はいますか?
最も単純な例でも
\documentclass{iosart2x}
\begin{document}
$\alpha$
\end{document}
更新: ドキュメント クラスが breakurl を使用しており、pdfLaTeX でコンパイルしようとしていたようです。ただし、LaTeX でコンパイルしようとすると、ギリシャ文字が意味のない文字に置き換えられます。
2回目の更新: 受け取ったメッセージは
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 を Google で検索したところ、FNDB を更新することを勧められました。何度か試しましたが、成功しませんでした。