はじめまして。
VScode初心者の者です。
下の記事を参考に、VScodeでTeXを書こうと思ったのですが、出力エラーが出てしまい解決法も分からず困っています。
自分で見た限りdviファイルが出力されていないのだと思うのですが、なぜ出力されないのかがわかりません。
どなたかご教授いただければ幸いです。
記事→https://qiita.com/popunbom/items/7d02fc75ad23b735d28c
\\-----------------------------------------
環境
OS:Win10 ver.1909
texLive:2019
VScode 1.49.2
LaTex Workshop 8.13.2
\\-----------------------------------------
エラーメッセージ
Latexmk: This is Latexmk, John Collins, 17 March 2019, version: 4.63b.
Latexmk: Removing all generated files
Rule 'latex': The following rules & subrules became out-of-date:
'latex'
------------
Run number 1 of rule 'latex'
------------
------------
Running ''platex' '-kanji=utf8 -no-guess-input-env' -synctex=1 -interaction=nonstopmode -file-line-error -recorder "c:\Users\���l\sandbox\pdflatex\report.tex"'
------------
Latexmk: applying rule 'latex'...
''platex'' �́A�����R�}���h�܂��͊O���R�}���h�A
����\�ȃv���O�����܂��̓o�b�` �t�@�C���Ƃ��ĔF������Ă��܂���B
Latexmk: fls file doesn't appear to have been made.
Failure to make 'report.dvi'
Needed source file 'report.pdf' does not exist.
Latexmk: Errors, in force_mode: so I tried finishing targets
For rule 'view', running '&if_source( )' ...
----------------------
This message may duplicate earlier message.
Latexmk: Failure in processing file 'c:/Users/���l/sandbox/pdflatex/report':
(Pdf)LaTeX didn't generate the expected log file 'report.log'
----------------------
C:\texlive\2019\bin\win32\runscript.tlu:902: command failed with exit code 12:
perl.exe c:\texlive\2019\texmf-dist\scripts\latexmk\latexmk.pl -f -gg -pv -latex='platex' "-latexoption='-kanji=utf8 -no-guess-input-env'" -synctex=1 -interaction=nonstopmode -file-line-error c:/Users/���l/sandbox/pdflatex/report
\\-----------------------------------------
出力した文章
%!TEX encoding = UTF-8
% ビルドレシピは「pLaTeX」を選択する
\documentclass{jsreport}
\begin{document}
\chapter{はじめに}
\section{概要}
これは \LaTeX が Visual Studio Code でビルドできるかどうかのテスト文章である。
\chapter{おわりに}
これが表示されていれば成功である。
\end{document}
\\-----------------------------------------
logファイルは見つかりませんでした。
texlive2019でコンパイルしたところ正常にコンパイルされました。