LoginSignup
3
4

More than 3 years have passed since last update.

LaTexでjsarticleをうまく設定できない時に読む記事

Last updated at Posted at 2019-10-12

はじめに

atomでLatexでレポート作ろうと思った時に,documentclassにjsaticleを指定しようとした時にエラー出たのでその対処方法を載せます.

環境

  • macOS Mojave version 10.14.6
  • atom
  • macTex

対処方法

エラー文
latexmk: Failure in some part of making files
Class jsaticle: You are running upLaTex

と書かれて他のでupLatexのなんか認識してないのかなーと

\documentclass[a4j]{jsarticle}

\documentclass[a4j,uplatex]{jsarticle}

にする.uplatex入れるとエラーが消えました!!(a4jはお好みで)
uplatex使ってたのが原因だったみたい

3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4