前提・実現したいこと
VScodeでのLatexの環境構築がしたくて、下記のサイトを参考にしました。
https://qiita.com/rainbartown/items/d7718f12d71e688f3573
発生している問題・エラーメッセージ
参考サイトの手順で作成したtexファイルはコンパイルできるのですが、
新たに作成したファイルをコンパイルすると、以下のエラーが出てきました。
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)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/ex1.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:
該当のソースコード
texファイルの中身です。
\documentclass[dvipfmx]{jsartcle} \begin{document} サバ缶は水煮が至高である。 \end{document}
試したこと
ターミナルから以下のコードを実行してみました。
llmk.lua ex1.tex
しかし、以下のエラーが出てきました。
llmk.lua : 用語 'llmk.lua' は、コマンドレット、関数、スクリプト ファイル、または操作可能なプログラムの名前として 認識されません。名前が正しく記述されていることを確認し、パスが含まれている場合はそのパスが正しいことを確認してか ら、再試行してください。 発生場所 行:1 文字:1 + llmk.lua ex1.tex + ~~~~~~~~ + CategoryInfo : ObjectNotFound: (llmk.lua:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
補足情報(FW/ツールのバージョンなど)
回答1件
あなたの回答
tips
プレビュー