前提・実現したいこと
VScodeの拡張機能であるLaTeX Workshopを用いてTeXファイルからPDFを出力しようとしています。日本語化等をするために各種パッケージを導入する雛形を導入したのですが、コンパイルできなくなりました。エラーコードの意味が分からず困っています。
発生している問題・エラーメッセージ
Latexmk: This is Latexmk, John Collins, 26 Dec. 2019, version: 4.67. Latexmk: No file name specified, and I couldn't find any Use latexmk -help to get usage information
該当のソースコード
TeX
1\documentclass[uplatex,a4j,dvipdfmx]{jsarticle} 2\usepackage[dvipdfmx]{graphicx} 3\usepackage[dvipdfmx]{color} 4\usepackage[dvipdfmx]{hyperref} 5\usepackage{longtable} 6\usepackage{xcolor} 7\usepackage{ascmac} 8\usepackage{pxjahyper} 9\usepackage{url} 10\usepackage{makeidx} 11\usepackage{pifont} 12\usepackage{here} 13\usepackage{multirow} 14\usepackage{xparse} 15\usepackage{xcolor} 16\usepackage{plext} 17\usepackage{amsmath} 18\usepackage{amssymb} 19 20\usepackage{xr} 21 22 23\title{タイトル} 24\author{名前} 25\date{2021} 26 27 28\begin{document} 29\maketitle 30 31テキストを入力。 32 33\end{document}
###実行環境
MacBookPro late 2020 (M1)
macOS BigSur 11.1
VScode Version: 1.52.1
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。