VScodeでのTeX環境構築

VScodeでのTeX環境構築

- アラカザム の投稿
返信数: 18
はじめまして。
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でコンパイルしたところ正常にコンパイルされました。
アラカザム への返信

Re: VScodeでのTeX環境構築

- はやて (h20y6m) の投稿
文字化けしていますがおそらく

''platex'' は、内部コマンドまたは外部コマンド、
操作可能なプログラムまたはバッチ ファイルとして認識されていません。

のようなエラーが出ています。

コマンドが platex ではなく 'platex' になってしまっているようです。

setting.json を以下のように修正するとどうでしょうか?

・"-latex='platex'"
 → "-latex=\"platex\""
・"-latexoption='-kanji=utf8 -no-guess-input-env'"
 → "-latexoption=\"-kanji=utf8 -no-guess-input-env\""
はやて (h20y6m) への返信

Re: VScodeでのTeX環境構築

- アラカザム の投稿
ご返答ありがとうございます。
結論から申し上げますとVScodeでのpLaTeXによるビルドに成功しました。
ありがとうございました。
しかし、該当記事下方に記載されている。動作テストを行ったところ、LuaLaTeX,XeLaTeXはビルドできませんでした。これはどのように解決すればよいでしょうか。
重ねての質問になってしまいますが、ご返答頂ければ幸いです。

\\ エラーメッセージ

\\ LuaLaTeX-------------------------
\\ 問題------------------------------
{
"resource": "/c:/Users/User/sandbox/pdflatex/report.tex",
"owner": "LaTeX",
"severity": 8,
"message": "String contains an invalid utf-8 sequence.\n<*> c:/Users/\n",
"source": "LaTeX",
"startLineNumber": 1,
"startColumn": 1,
"endLineNumber": 1,
"endColumn": 65536
}

{
"resource": "/c:/Users/User/sandbox/pdflatex/report.tex",
"owner": "LaTeX",
"severity": 8,
"message": "I can't find file `c:/Users/�l/sandbox/pdflatex/report.tex'.\n<*> c:/Users/l/sandbox/pdflatex/report.tex\n",
"source": "LaTeX",
"startLineNumber": 1,
"startColumn": 1,
"endLineNumber": 1,
"endColumn": 65536
}

{
"resource": "/c:/Users/崇人/sandbox/pdflatex/report.tex",
"owner": "LaTeX",
"severity": 8,
"message": "Emergency stop.\n<*> c:/Users/l/sandbox/pdflatex/report.tex\n",
"source": "LaTeX",
"startLineNumber": 1,
"startColumn": 1,
"endLineNumber": 1,
"endColumn": 65536
}

{
"resource": "/c:/Users/User/sandbox/pdflatex/report.tex",
"owner": "LaTeX",
"severity": 8,
"message": " ==> Fatal error occurred, no output PDF file produced!\nTranscript written on texput.log.\nLatexmk: Errors, in force_mode: so I tried finishing targets\nFor rule 'view', running '&if_source( )' ...\n",
"source": "LaTeX",
"startLineNumber": 1,
"startColumn": 1,
"endLineNumber": 1,
"endColumn": 65536
}

\\ 出力------------------------------

Latexmk: This is Latexmk, John Collins, 17 March 2019, version: 4.63b.
Latexmk: Removing all generated files
Rule 'lualatex': The following rules & subrules became out-of-date:
'lualatex'
------------
Run number 1 of rule 'lualatex'
------------
------------
Running 'lualatex -synctex=1 -interaction=nonstopmode -file-line-error -recorder -synctex=1 -interaction=nonstopmode "c:\Users\���l\sandbox\pdflatex\report.tex"'
------------
Latexmk: applying rule 'lualatex'...
This is LuaTeX, Version 1.10.0 (TeX Live 2019/W32TeX)
restricted system commands enabled.
! String contains an invalid utf-8 sequence.
<*> c:/Users/
l/sandbox/pdflatex/report.tex
! I can't find file `c:/Users/�l/sandbox/pdflatex/report.tex'.
<*> c:/Users/l/sandbox/pdflatex/report.tex
 
(Press Enter to retry, or Control-Z to exit)
Please type another input file name
! Emergency stop.
<*> c:/Users/l/sandbox/pdflatex/report.tex
 
236 words of node memory still in use:
34 glue_spec nodes
avail lists: 2:12,3:1,4:1,5:1
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on texput.log.
Latexmk: fls file doesn't appear to have been made.
Failure to make 'report.pdf'
Needed source file 'report.pdf' does not exist.
----------------------
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'
----------------------
Latexmk: Errors, in force_mode: so I tried finishing targets
For rule 'view', running '&if_source( )' ...
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 -lualatex -synctex=1 -interaction=nonstopmode -file-line-error c:/Users/���l/sandbox/pdflatex/report



\\ XeLaTex------------------------------
\\ 問題
特になし

\\ 出力------------------------------

Latexmk: This is Latexmk, John Collins, 17 March 2019, version: 4.63b.
Latexmk: Removing all generated files
Rule 'xelatex': The following rules & subrules became out-of-date:
'xelatex'
------------
Run number 1 of rule 'xelatex'
------------
------------
Running 'xelatex -no-pdf -synctex=1 -interaction=nonstopmode -file-line-error -recorder -no-pdf -synctex=1 -shell-escape -interaction=nonstopmode "c:\Users\���l\sandbox\pdflatex\report.tex"'
------------
Latexmk: applying rule 'xelatex'...
This is XeTeX, Version 3.14159265-2.6-0.999991 (TeX Live 2019/W32TeX) (preloaded format=xelatex)
\write18 enabled.
entering extended mode
! I can't find file `c:/Users/^^90^^92^^90l/sandbox/pdflatex/report.tex'.
<*> ...s/^^90^^92^^90l/sandbox/pdflatex/report.tex
 
(Press Enter to retry, or Control-Z to exit)
Please type another input file name
! Emergency stop.
<*> ...s/^^90^^92^^90l/sandbox/pdflatex/report.tex
 
No pages of output.
Transcript written on texput.log.
Latexmk: fls file doesn't appear to have been made.
Failure to make 'report.xdv'
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 -xelatex -synctex=1 -interaction=nonstopmode -file-line-error c:/Users/���l/sandbox/pdflatex/report
アラカザム への返信

Re: VScodeでのTeX環境構築

- はやて (h20y6m) の投稿
ファイルパスに日本語(非 ASCII 文字)が含まれているとエラーになることがあります。
日本語を含まないパスで試してみてください。
はやて (h20y6m) への返信

Re: VScodeでのTeX環境構築

- アラカザム の投稿
日本語を含まないファイルパスで試してみたところXeLaTeX,LuaLaTexともにビルド出来ました。
ですが、upLaTeX,pLaTexのビルドの際にpdfが生成されず、dviファイルが表示されます。これはこういうものなのでしょうか。

\\エラーメッセージ------------------------------

\\platex------------------------------
\\出力------------------------------

Latexmk: This is Latexmk, John Collins, 26 Dec. 2019, version: 4.67.
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:\sandbox\pdflatex\Test_pLaTeX.tex"'
------------
Latexmk: applying rule 'latex'...
warning: Ignoring unknown argument `utf8 -no-guess-input-env' to --kanji.
This is e-pTeX, Version 3.14159265-p3.8.3-191112-2.6 (utf8.sjis) (TeX Live 2020/W32TeX) (preloaded format=platex)
restricted \write18 enabled.
entering extended mode
(c:/sandbox/pdflatex/Test_pLaTeX.tex
pLaTeX2e <2020-02-02>+3 (based on LaTeX2e <2020-02-02> patch level 5)
L3 programming layer <2020-03-06> (c:/texlive/2020/texmf-dist/tex/platex/jsclasses/jsreport.cls
Document Class: jsreport 2020/02/02 jsclasses (okumura, texjporg)
(c:/texlive/2020/texmf-dist/tex/platex/jsclasses/jslogo.sty)) (c:/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-dvips.def) (./Test_pLaTeX.aux)
第1章
[1]
第2章
[2] (./Test_pLaTeX.aux) )
Output written on Test_pLaTeX.dvi (2 pages, 936 bytes).
SyncTeX written on Test_pLaTeX.synctex.gz.
Transcript written on Test_pLaTeX.log.
(guessed encoding: UTF-8 = utf8)(guessed encoding: UTF-8 = utf8)(guessed encoding: UTF-8 = utf8)Latexmk: Log file says output to 'Test_pLaTeX.dvi'
Rule 'latex': File changes, etc:
Changed files, or newly in use since previous run(s):
'Test_pLaTeX.aux'
------------
Run number 2 of rule 'latex'
------------
------------
Running '"platex" "-kanji=utf8 -no-guess-input-env" -synctex=1 -interaction=nonstopmode -file-line-error -recorder "c:\sandbox\pdflatex\Test_pLaTeX.tex"'
------------
=== TeX engine is 'e-pTeX'
Latexmk: applying rule 'latex'...
warning: Ignoring unknown argument `utf8 -no-guess-input-env' to --kanji.
This is e-pTeX, Version 3.14159265-p3.8.3-191112-2.6 (utf8.sjis) (TeX Live 2020/W32TeX) (preloaded format=platex)
restricted \write18 enabled.
entering extended mode
(c:/sandbox/pdflatex/Test_pLaTeX.tex
pLaTeX2e <2020-02-02>+3 (based on LaTeX2e <2020-02-02> patch level 5)
L3 programming layer <2020-03-06> (c:/texlive/2020/texmf-dist/tex/platex/jsclasses/jsreport.cls
Document Class: jsreport 2020/02/02 jsclasses (okumura, texjporg)
(c:/texlive/2020/texmf-dist/tex/platex/jsclasses/jslogo.sty)) (c:/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-dvips.def) (./Test_pLaTeX.aux)
第1章
[1]
第2章
[2] (./Test_pLaTeX.aux) )
Output written on Test_pLaTeX.dvi (2 pages, 936 bytes).
SyncTeX written on Test_pLaTeX.synctex.gz.
Transcript written on Test_pLaTeX.log.
(guessed encoding: UTF-8 = utf8)(guessed encoding: UTF-8 = utf8)(guessed encoding: UTF-8 = utf8)(guessed encoding: UTF-8 = utf8)Latexmk: Log file says output to 'Test_pLaTeX.dvi'
------------
Running 'start start "Test_pLaTeX.dvi"'
------------
=== TeX engine is 'e-pTeX'
Latexmk: All targets () are up-to-date
For rule 'view', running '&if_source( )' ...


\\uplatex------------------------------
\\出力------------------------------

Latexmk: This is Latexmk, John Collins, 26 Dec. 2019, version: 4.67.
Latexmk: Removing all generated files
Rule 'latex': The following rules & subrules became out-of-date:
'latex'
------------
Run number 1 of rule 'latex'
------------
------------
Running 'latex -synctex=1 -interaction=nonstopmode -file-line-error -recorder "c:\sandbox\pdflatex\Test_upLaTeX.tex"'
------------
Latexmk: applying rule 'latex'...
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (preloaded format=latex)
restricted \write18 enabled.
entering extended mode
(c:/sandbox/pdflatex/Test_upLaTeX.tex
LaTeX2e <2020-02-02> patch level 5
L3 programming layer <2020-03-06> (c:/texlive/2020/texmf-dist/tex/uplatex/base/ujreport.cls

c:/texlive/2020/texmf-dist/tex/uplatex/base/ujreport.cls:17: LaTeX Error: This file needs format `pLaTeX2e'
but this is `LaTeX2e'.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
 
l.17 \NeedsTeXFormat{pLaTeX2e}
 
) (c:/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-dvips.def) (./Test_upLaTeX.aux)

c:/sandbox/pdflatex/Test_upLaTeX.tex:5: LaTeX Error: The font size command \normalsize is not defined:
there is probably something wrong with the class file.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
 
l.5 \begin{document}
 
c:/sandbox/pdflatex/Test_upLaTeX.tex:6: Undefined control sequence.
l.6 \chapter
{はじめに}

c:/sandbox/pdflatex/Test_upLaTeX.tex:6: Package inputenc Error: Unicode character は (U+306F)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.6 \chapter{は
じめに}

c:/sandbox/pdflatex/Test_upLaTeX.tex:6: Package inputenc Error: Unicode character じ (U+3058)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.6 \chapter{はじ
めに}

c:/sandbox/pdflatex/Test_upLaTeX.tex:6: Package inputenc Error: Unicode character め (U+3081)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.6 \chapter{はじめ
に}

c:/sandbox/pdflatex/Test_upLaTeX.tex:6: Package inputenc Error: Unicode character に (U+306B)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.6 \chapter{はじめに
}
c:/sandbox/pdflatex/Test_upLaTeX.tex:7: Undefined control sequence.
l.7 \section
{概要}

c:/sandbox/pdflatex/Test_upLaTeX.tex:7: Package inputenc Error: Unicode character 概 (U+6982)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.7 \section{概
要}

c:/sandbox/pdflatex/Test_upLaTeX.tex:7: Package inputenc Error: Unicode character 要 (U+8981)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.7 \section{概要
}

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character こ (U+3053)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 こ
れは \LaTeX が Visual Studio Code でビルドできるか�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character れ (U+308C)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 これ
は \LaTeX が Visual Studio Code でビルドできるか�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character は (U+306F)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 これは
\LaTeX が Visual Studio Code でビルドできるか�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character が (U+304C)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 これは \LaTeX が
Visual Studio Code でビルドできるか�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character で (U+3067)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...これは \LaTeX が Visual Studio Code で
ビルドできるかど�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character ビ (U+30D3)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...れは \LaTeX が Visual Studio Code でビ
ルドできるかどう�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character ル (U+30EB)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...は \LaTeX が Visual Studio Code でビル
ドできるかどうか�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character ド (U+30C9)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ... \LaTeX が Visual Studio Code でビルド
できるかどうかの�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character で (U+3067)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...aTeX が Visual Studio Code でビルドで
きるかどうかのテ�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character き (U+304D)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...X が Visual Studio Code でビルドでき
るかどうかのテス�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character る (U+308B)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...�� Visual Studio Code でビルドできる
かどう��のテスト�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character か (U+304B)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...Visual Studio Code でビルドできるか
どうかのテスト文�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character ど (U+3069)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...ual Studio Code でビルドできるかど
うかのテスト文章�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character う (U+3046)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ... Studio Code でビルドできるかどう
かのテスト文章で�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character か (U+304B)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...udio Code でビルドできるかどうか
のテスト文章であ�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character の (U+306E)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...o Code でビルドできるかどうかの
テスト文章である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character テ (U+30C6)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...ode でビルドできるかどうかのテ
スト文章である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character ス (U+30B9)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ... でビルドできるかどうかのテス
ト文章である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character ト (U+30C8)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...�ビルドできるかどうかのテスト
文章である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character 文 (U+6587)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...�ルドできるかどうかのテスト文
章である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character 章 (U+7AE0)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...�ドできるかどうかのテスト文章
である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character で (U+3067)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...�できるかどうかのテスト文章で
ある。

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character あ (U+3042)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...�きるかどうかのテスト文章であ
る。

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character る (U+308B)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...�るかどうかのテスト文章である

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character 。 (U+3002)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...�かどうかのテスト文章である。
 
c:/sandbox/pdflatex/Test_upLaTeX.tex:9: Undefined control sequence.
l.9 \chapter
{おわりに}

c:/sandbox/pdflatex/Test_upLaTeX.tex:9: Package inputenc Error: Unicode character お (U+304A)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.9 \chapter{お
わりに}

c:/sandbox/pdflatex/Test_upLaTeX.tex:9: Package inputenc Error: Unicode character わ (U+308F)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.9 \chapter{おわ
りに}

c:/sandbox/pdflatex/Test_upLaTeX.tex:9: Package inputenc Error: Unicode character り (U+308A)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.9 \chapter{おわり
に}

c:/sandbox/pdflatex/Test_upLaTeX.tex:9: Package inputenc Error: Unicode character に (U+306B)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.9 \chapter{おわりに
}

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character こ (U+3053)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 こ
れが表示されていれば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character れ (U+308C)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これ
が表示されていれば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character が (U+304C)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが
表示されていれば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character 表 (U+8868)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表
示されていれば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character 示 (U+793A)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示
されていれば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character さ (U+3055)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示さ
れていれば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character れ (U+308C)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示され
ていれば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character て (U+3066)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示されて
いれば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character い (U+3044)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示されてい
れば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character れ (U+308C)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示されていれ
ば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character ば (U+3070)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示されていれば
成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character 成 (U+6210)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示されていれば成
功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character 功 (U+529F)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示されていれば成功
である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character で (U+3067)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 ...これが表示されていれば成功で
ある。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character あ (U+3042)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 ...れが表示されていれば成功であ
る。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character る (U+308B)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 ...が表示されていれば成功である

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character 。 (U+3002)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 ...表示されていれば成功である。
 

c:/sandbox/pdflatex/Test_upLaTeX.tex:11: LaTeX Error: The font size command \normalsize is not defined:
there is probably something wrong with the class file.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
 
l.11 \end{document}
 
[1] (./Test_upLaTeX.aux) )
(see the transcript file for additional information)
Output written on Test_upLaTeX.dvi (1 page, 328 bytes).
SyncTeX written on Test_upLaTeX.synctex.gz.

Transcript written on Test_upLaTeX.log.
Latexmk: Log file says output to 'Test_upLaTeX.dvi'
Rule 'latex': File changes, etc:
Changed files, or newly in use since previous run(s):
'Test_upLaTeX.aux'
------------
Run number 2 of rule 'latex'
------------
------------
Running 'latex -synctex=1 -interaction=nonstopmode -file-line-error -recorder "c:\sandbox\pdflatex\Test_upLaTeX.tex"'
------------
=== TeX engine is 'pdfTeX'
Latexmk: applying rule 'latex'...
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (preloaded format=latex)
restricted \write18 enabled.
entering extended mode
(c:/sandbox/pdflatex/Test_upLaTeX.tex
LaTeX2e <2020-02-02> patch level 5
L3 programming layer <2020-03-06> (c:/texlive/2020/texmf-dist/tex/uplatex/base/ujreport.cls

c:/texlive/2020/texmf-dist/tex/uplatex/base/ujreport.cls:17: LaTeX Error: This file needs format `pLaTeX2e'
but this is `LaTeX2e'.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
 
l.17 \NeedsTeXFormat{pLaTeX2e}
 
) (c:/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-dvips.def) (./Test_upLaTeX.aux)

c:/sandbox/pdflatex/Test_upLaTeX.tex:5: LaTeX Error: The font size command \normalsize is not defined:
there is probably something wrong with the class file.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
 
l.5 \begin{document}
 
c:/sandbox/pdflatex/Test_upLaTeX.tex:6: Undefined control sequence.
l.6 \chapter
{はじめに}

c:/sandbox/pdflatex/Test_upLaTeX.tex:6: Package inputenc Error: Unicode character は (U+306F)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.6 \chapter{は
じめに}

c:/sandbox/pdflatex/Test_upLaTeX.tex:6: Package inputenc Error: Unicode character じ (U+3058)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.6 \chapter{はじ
めに}

c:/sandbox/pdflatex/Test_upLaTeX.tex:6: Package inputenc Error: Unicode character め (U+3081)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.6 \chapter{はじめ
に}

c:/sandbox/pdflatex/Test_upLaTeX.tex:6: Package inputenc Error: Unicode character に (U+306B)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.6 \chapter{はじめに
}
c:/sandbox/pdflatex/Test_upLaTeX.tex:7: Undefined control sequence.
l.7 \section
{概要}

c:/sandbox/pdflatex/Test_upLaTeX.tex:7: Package inputenc Error: Unicode character 概 (U+6982)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.7 \section{概
要}

c:/sandbox/pdflatex/Test_upLaTeX.tex:7: Package inputenc Error: Unicode character 要 (U+8981)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.7 \section{概要
}

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character こ (U+3053)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 こ
れは \LaTeX が Visual Studio Code でビルドできるか�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character れ (U+308C)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 これ
は \LaTeX が Visual Studio Code でビルドできるか�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character は (U+306F)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 これは
\LaTeX が Visual Studio Code でビルドできるか�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character が (U+304C)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 これは \LaTeX が
Visual Studio Code でビルドできるか�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character で (U+3067)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...これは \LaTeX が Visual Studio Code で
ビルドできるかど�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character ビ (U+30D3)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...れは \LaTeX が Visual Studio Code でビ
ルドできるかどう�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character ル (U+30EB)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...は \LaTeX が Visual Studio Code でビル
ドできるかどうか�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character ド (U+30C9)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ... \LaTeX が Visual Studio Code でビルド
できるかどうかの�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character で (U+3067)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...aTeX が Visual Studio Code でビルドで
きるかどうかのテ�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character き (U+304D)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...X が Visual Studio Code でビルドでき
るかどうかのテス�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character る (U+308B)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...�� Visual Studio Code でビルドできる
かどう��のテスト�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character か (U+304B)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...Visual Studio Code でビルドできるか
どうかのテスト文�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character ど (U+3069)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...ual Studio Code でビルドできるかど
うかのテスト文章�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character う (U+3046)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ... Studio Code でビルドできるかどう
かのテスト文章で�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character か (U+304B)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...udio Code でビルドできるかどうか
のテスト文章であ�...

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character の (U+306E)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...o Code でビルドできるかどうかの
テスト文章である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character テ (U+30C6)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...ode でビルドできるかどうかのテ
スト文章である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character ス (U+30B9)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ... でビルドできるかどうかのテス
ト文章である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character ト (U+30C8)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...�ビルドできるかどうかのテスト
文章である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character 文 (U+6587)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...�ルドできるかどうかのテスト文
章である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character 章 (U+7AE0)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...�ドできるかどうかのテスト文章
である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character で (U+3067)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...�できるかどうかのテスト文章で
ある。

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character あ (U+3042)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...�きるかどうかのテスト文章であ
る。

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character る (U+308B)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...�るかどうかのテスト文章である

c:/sandbox/pdflatex/Test_upLaTeX.tex:8: Package inputenc Error: Unicode character 。 (U+3002)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.8 ...�かどうかのテスト文章である。
 
c:/sandbox/pdflatex/Test_upLaTeX.tex:9: Undefined control sequence.
l.9 \chapter
{おわりに}

c:/sandbox/pdflatex/Test_upLaTeX.tex:9: Package inputenc Error: Unicode character お (U+304A)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.9 \chapter{お
わりに}

c:/sandbox/pdflatex/Test_upLaTeX.tex:9: Package inputenc Error: Unicode character わ (U+308F)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.9 \chapter{おわ
りに}

c:/sandbox/pdflatex/Test_upLaTeX.tex:9: Package inputenc Error: Unicode character り (U+308A)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.9 \chapter{おわり
に}

c:/sandbox/pdflatex/Test_upLaTeX.tex:9: Package inputenc Error: Unicode character に (U+306B)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.9 \chapter{おわりに
}

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character こ (U+3053)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 こ
れが表示されていれば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character れ (U+308C)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これ
が表示されていれば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character が (U+304C)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが
表示されていれば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character 表 (U+8868)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表
示されていれば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character 示 (U+793A)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示
されていれば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character さ (U+3055)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示さ
れていれば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character れ (U+308C)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示され
ていれば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character て (U+3066)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示されて
いれば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character い (U+3044)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示されてい
れば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character れ (U+308C)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示されていれ
ば成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character ば (U+3070)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示されていれば
成功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character 成 (U+6210)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示されていれば成
功である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character 功 (U+529F)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 これが表示されていれば成功
である。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character で (U+3067)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 ...これが表示されていれば成功で
ある。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character あ (U+3042)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 ...れが表示されていれば成功であ
る。

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character る (U+308B)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 ...が表示されていれば成功である

c:/sandbox/pdflatex/Test_upLaTeX.tex:10: Package inputenc Error: Unicode character 。 (U+3002)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
 
l.10 ...表示されていれば成功である。
 

c:/sandbox/pdflatex/Test_upLaTeX.tex:11: LaTeX Error: The font size command \normalsize is not defined:
there is probably something wrong with the class file.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
 
l.11 \end{document}
 
[1] (./Test_upLaTeX.aux) )
(see the transcript file for additional information)
Output written on Test_upLaTeX.dvi (1 page, 328 bytes).
SyncTeX written on Test_upLaTeX.synctex.gz.

Transcript written on Test_upLaTeX.log.
Latexmk: Log file says output to 'Test_upLaTeX.dvi'
------------
Running 'start start "Test_upLaTeX.dvi"'
------------
=== TeX engine is 'pdfTeX'
Latexmk: Errors, in force_mode: so I tried finishing targets
For rule 'view', running '&if_source( )' ...
Collected error summary (may duplicate other messages):
latex: Command for 'latex' gave return code 1
Refer to 'Test_upLaTeX.log' for details
C:\texlive\2020\bin\win32\runscript.tlu:915: command failed with exit code 12:
perl.exe c:\texlive\2020\texmf-dist\scripts\latexmk\latexmk.pl -f -gg -pv -synctex=1 -interaction=nonstopmode -file-line-error c:/sandbox/pdflatex/Test_upLaTeX
アラカザム への返信

Re: VScodeでのTeX環境構築

- アラカザム の投稿
先ほどの返信にも載せましたが、platex,uplatexともにlogファイルが生成されたので、添付いたします。
アラカザム への返信

Re: VScodeでのTeX環境構築

- はやて (h20y6m) の投稿

.latexmkrc が正しくないような気がします。 以下の点を確認してみてください。

  • ファイル名が正しいか?(.latexmkrc. 等の想定外の名前になっていないか)
  • 配置する場所が正しいか?(C:\Users\<ユーザー名>\
  • 設定内容が正しいか?(とりあえず参考ページの例をそのままコピペしてみてください)
はやて (h20y6m) への返信

Re: VScodeでのTeX環境構築

- アラカザム の投稿
多分これで会ってるのではないかと思います。
ほかに必要な情報があれば仰って頂ければ提示します。
全部で4つ写真を添付します。
添付 スクリーンショット_81_.png
アラカザム への返信

Re: VScodeでのTeX環境構築

- アラカザム の投稿
アラカザム への返信

Re: VScodeでのTeX環境構築

- 和田 勇 の投稿
  • 大きなログファイルなどは添付ファイルで送っていただけると助かります。

  • 画像キャプチャよりも .latexmkrc を添付していただけませんか

それと 「2020年 10月 04日(日曜日) 19:47」でuplatex に言及されていたところのログの冒頭を見ると以下のようになっています。

    Running 'latex -synctex=1 -interaction=nonstopmode -file-line-error -recorder "c:\sandbox\pdflatex\Test_upLaTeX.tex"'
    ------------
    Latexmk: 
    This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) () restricted \write18 enabled.
    entering extended mode
    (c:/sandbox/pdflatex/Test_upLaTeX.tex
    LaTeX2e  patch level 5
    L3 programming layer  (c:/texlive/2020/texmf-dist/tex/uplatex/base/ujreport.cls

    c:/texlive/2020/texmf-dist/tex/uplatex/base/ujreport.cls:17: LaTeX 

    latex で処理はじめる指示になっているので latex の書式を使う
    でも ujreport.cls は LaTeX2e の形式を要求しているので LaTeX2e では処理できない  てな感じ
   

上記のようなエラーメッセージが出ているのをみて はやて さんは.latexmkrc が正しくないような気がします と言われたのだと思います。

  • 分割された .latexmkrc をみただけでは、uplatex が動きそうですが、 動きが違うように思います。

latexmk はホームディレクトリとカレントディレクトリの .latexmkrc があればこの順で読み込みます。同じ変数の設定が両方にあればカレントディレクトリのものが有効になります。

どのファイルを読み込んだか、どうやって調べるかと言うと VScode のコンソール画面やコマンドプロンプトで cd c:\sandbox\pdflatex としてから、単純に latexmk と言うふうにした結果を貼り付けてください。その結果には読み込もうとしている .latexmkrc の情報が最大2行表示されます。

もし二つ表示されたら、それぞれのパスがわかるように添付してください。

何度も投稿するのが面倒なら zip 形式にまとめて投稿していただいて構いません。

和田 勇 への返信

Re: VScodeでのTeX環境構築

- 和田 勇 の投稿
追伸 vscode の setting.json の "latex-workshop.latex.tools": 部分の情報も合わせて開示してください。ここで latexmk に渡すパラメータを定義していると思いますので。
和田 勇 への返信

Re: VScodeでのTeX環境構築

- アラカザム の投稿
>田中勇さん
ご回答ありがとうございます。
zipファイルを添付しますので、ご確認ください。
アラカザム への返信

Re: VScodeでのTeX環境構築

- はやて (h20y6m) の投稿

和田さんフォローありがとうございます。

私が見た限り特に間違いはないように見えます。

latexmk はホームディレクトリとカレントディレクトリの .latexmkrc があればこの順で読み込みます。同じ変数の設定が両方にあればカレントディレクトリのものが有効になります。

こちらですが、

  • ホームディレクトリは環境変数 HOME が設定されている場合は %HOME%、そうでなければ %USERPROFILE% (通常 C:\Users\ユーザー名)が使われます(※ HOME が設定されている場合は USERPROFILE は使用されない)。
  • カレントディレクトリの RC ファイルは latexmkrc または .latexmkrc が使用されます(両方ある場合は latexmkrc (のみ)が使われるようです)。

のようになっているようです。

環境変数 HOME を設定していないか、作業ディレクトリに latexmkrc がないかも確認してみてください。

上記のようなエラーメッセージが出ているのをみて はやて さんは.latexmkrc が正しくないような気がします と言われたのだと思います。

  • $latex = 'uplatex ... と設定しているのに latex が起動している。
  • $pdf_mode = 3; と設定しているのに dvi までで終わっている。

の二点から想定通りの .latexmkrc が読み込まれていないと判断しました。

単純に latexmk と言うふうにした結果を貼り付けてください。その結果には読み込もうとしている .latexmkrc の情報が最大2行表示されます。

私の環境(Windows 10 TeX Live 2019 Latexmk, John Collins, 26 Dec. 2019, version: 4.67.)でも表示されないようです(なにか間違っているかもしれません……)。

はやて (h20y6m) への返信

Re: VScodeでのTeX環境構築

- 和田 勇 の投稿

スクリーンショットで示された .latexmkrc は latexmk からは見えない のではと思います。

今日は会社でもWindows は使えないので試すことはできないので はやて さんが言われる HOME や USERPROFILE に関わる検証はできないのですが setting.json を見るとあえて .latexmkrc なくてもすみそうですね。

と言うことで setting.json を比較しやすいように表記してみました。

uplatex は基本 platex の記述の platex を uplatex に書き換えるのだと思います。

 "name":    "Latexmk (XeLaTeX)",
 "command": "latexmk",
 "args":    [ "-f", "-gg", "-pv",
              "-xelatex",
              "-synctex=1", "-interaction=nonstopmode", "-file-line-error", "%DOC%" ]

 "name":    "Latexmk ()",
 "command": "latexmk",
 "args":    [ "-f", "-gg", "-pv",
              
              "-synctex=1", "-interaction=nonstopmode", "-file-line-error", "%DOC%" ]

 "name":    "Latexmk ()",
 "command": "latexmk",
 "args":    [ "-f", "-gg", "-pv",
              
              "-synctex=1", "-interaction=nonstopmode", "-file-line-error", "%DOC%" ]

 "name":    "Latexmk (LuaLaTeX)",
 "command": "latexmk",
 "args":    [ "-f", "-gg", "-pv",
              "-lualatex",
              "-synctex=1", "-interaction=nonstopmode", "-file-line-error", "%DOC%" ]
 

と言うことでコマンドラインで latexmk -latex=uplatex と実行すると以下のようになるかと思います。

This is e-upTeX, Version 3.14159265-p3.8.3-u1.26-191112-2.6 (utf8.uptex) (TeX Live 2020) (preloaded format=)
和田 勇 への返信

Re: VScodeでのTeX環境構築

- 和田 勇 の投稿
添付ファイル1.zip に同梱されていた .latexmkrc をc:\sandbox\pdflatex にとりあえずコピーしてあげると、うまくいくと思います。

# .latexmkrc と setting.json 二つで同じようなことを書いているのでどちらか一方にした方がいいかな?

# latexmk に -pdf-preview=HOGE みたいなことができればな .. と夢想中
和田 勇 への返信

Re: VScodeでのTeX環境構築

- アラカザム の投稿
>和田さん
指示通り.latexmkrcをc:\sandbox\pdflatexに配置して、setting.jsonを書き換えたらビルドがうまくいきました。(一応書き換えたものを添付させていただきます。)


はやてさん、和田勇さん
大変ありがとうございました。
おかげさまでVScodeでtexを書くことができそうです。
本当にありがとうございました。