下記ページ※に従ってTex環境構築を行い、C:\texlive\2021\texmf-dist\tex\platex配下に格納されているクラスファイル以外のクラスファイルを用いてtexファイルをコンパイルしようとしたところ、「Recipe terminated with error.」と表示されコンパイルに失敗してしまいます。
ログに出てくるエラーは下記のとおりです。
-----
Rc files read:
C:/Users/�����a��/.latexmkrc
Latexmk: Run number 1 of rule 'latex'
This is e-pTeX, Version 3.141592653-p3.9.0-210218-2.6 (utf8.sjis) (TeX Live 2021/W32TeX) (preloaded format=platex)
restricted \write18 enabled.
entering extended mode
(guessed encoding: UTF-8 = utf8)(guessed encoding: UTF-8 = utf8)(guessed encoding: UTF-8 = utf8)Latexmk: Log file says no output from latex
Latexmk: For rule 'latex', no output was made
Collected error summary (may duplicate other messages):
latex: Command for 'latex' gave return code 1
Refer to 'out/test.log' for details
Latexmk: Use the -f option to force complete processing,
unless error was exceeding maximum runs, or warnings treated as errors.
C:\texlive\2021\bin\win32\runscript.tlu:915: command failed with exit code 12:
perl.exe c:\texlive\2021\texmf-dist\scripts\latexmk\latexmk.pl -silent -outdir=out c:/texファイルまでのパス
-----
※↓↓↓
https://qiita.com/rainbartown/items/d7718f12d71e688f3573
例えば、ipsj.clsを使用した場合において、
コンパイルしたtexファイルは下記のとおりです。
------
%\documentclass[11pt,a4paper]{jsarticle}
\documentclass[submit,techrep,noauthor]{ipsj}
\begin{document}
\title{タイトル}
\author{ユーザ名}
\maketitle
\end{document}
■環境情報
- OS:windows10 Enterprise
- エディター:VS code
■補足
- 上記コメントアウトを上下で入れ替え、jsarticle.clsを用いた場合は問題なくコンパイルできております。
- C:\texlive\2021\texmf-dist\tex\platex配下にクラスファイルやスタイルファイルを追加して、mktexlsrを実行しても解決しませんでした。
原因等わかる方がいらっしゃいましたら、ご教示いただけますと幸いでございます。
よろしくお願いいたします。