質問編集履歴

2

追記

2019/10/03 18:15

投稿

sodiumplus3
sodiumplus3

スコア71

test CHANGED
File without changes
test CHANGED
@@ -67,3 +67,67 @@
67
67
 
68
68
 
69
69
  どうすればVScode上でもビルドやpdf表示ができるでしょうか。
70
+
71
+ 表示エラーメッセージは以下です。
72
+
73
+ ```Latexmk: This is Latexmk, John Collins, 17 Jan. 2018, version: 4.55.
74
+
75
+ Rule 'latex': Rules & subrules not known to be previously run:
76
+
77
+ latex
78
+
79
+ Rule 'latex': The following rules & subrules became out-of-date:
80
+
81
+ 'latex'
82
+
83
+ ------------
84
+
85
+ Run number 1 of rule 'latex'
86
+
87
+ ------------
88
+
89
+ ------------
90
+
91
+ Running 'latex -recorder "/Users/keisuke/Desktop/大学関係/多部田研/test.tex"'
92
+
93
+ ------------
94
+
95
+ Latexmk: applying rule 'latex'...
96
+
97
+ This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=latex)
98
+
99
+ restricted \write18 enabled.
100
+
101
+ entering extended mode
102
+
103
+ (/Users/keisuke/Desktop/大学関係/多部田研/test.tex
104
+
105
+ LaTeX2e <2018-04-01> patch level 2
106
+
107
+ Babel <3.18> and hyphenation patterns for 84 language(s) loaded.
108
+
109
+ (/usr/local/texlive/2018/texmf-dist/tex/platex/jsclasses/jsarticle.cls
110
+
111
+
112
+
113
+ ! LaTeX Error: This file needs format `pLaTeX2e'
114
+
115
+ but this is `LaTeX2e'.
116
+
117
+
118
+
119
+ See the LaTeX manual or LaTeX Companion for explanation.
120
+
121
+ Type H <return> for immediate help.
122
+
123
+ ...
124
+
125
+
126
+
127
+ l.26 \NeedsTeXFormat{pLaTeX2e}
128
+
129
+
130
+
131
+ ?
132
+
133
+ ```

1

追記

2019/10/03 18:15

投稿

sodiumplus3
sodiumplus3

スコア71

test CHANGED
File without changes
test CHANGED
@@ -63,3 +63,7 @@
63
63
  ###困ったこと
64
64
 
65
65
  「Recipe terminated with error」と出てビルドされない。なお、Atom上で同じtexファイルを更新すると自動でビルドされてpdfが更新されます。
66
+
67
+
68
+
69
+ どうすればVScode上でもビルドやpdf表示ができるでしょうか。