https://qiita.com/rainbartown/items/d7718f12d71e688f3573
こちらのサイトを参考にしvscodeでLaTeXのコンパイル、pdf生成をを目標にしています。
\documentclass[10pt, a4j]{jarticle}
\usepackage{dendentitle,epsf,graphicx,url, listings, amsmath, booktabs}
\textwidth=159mm
\textheight=235mm
\oddsidemargin=0pt
\topmargin=0pt
\headheight=0pt
\headsep=0pt
\title{MICの演算性能の特性について}
\author{}
\date{2015/12/22}
\parindent=1zw
\lstset{%
language={C},
basicstyle={\small},%
identifierstyle={\small},%
commentstyle={\small\itshape},%
keywordstyle={\small\bfseries},%
ndkeywordstyle={\small},%
stringstyle={\small\ttfamily},
frame={tb},
breaklines=true,
columns=[l]{fullflexible},%
numbers=left,%
xrightmargin=0zw,%
xleftmargin=3zw,%
numberstyle={\scriptsize},%
stepnumber=1,
numbersep=1zw,%
lineskip=-0.5ex%
}
上のようなコードを実行したところ
Latexmk: Run number 1 of rule 'latex'
This is e-pTeX, Version 3.141592653-p3.9.0-210218-2.6 (utf8.euc) (TeX Live 2021) (preloaded format=platex)
restricted \write18 enabled.
entering extended mode
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/Untitled-1.log' for details
Latexmk: Use the -f option to force complete processing,
unless error was exceeding maximum runs, or warnings treated as errors.
このようなエラーメッセージが出てしまい、実行が不可能でした。
解決策が思い当たる方どうぞよろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。