c4725bd44a7929137d3a69b214495a21ffe7df1c
latex/Class jsarticle Error: You are running upLaTeX...md
... | ... | @@ -11,10 +11,10 @@ rticle Error: You are running upLaTeX. |
11 | 11 | |
12 | 12 | ### 解決方法 |
13 | 13 | |
14 | -``` |
|
14 | +```latex |
|
15 | 15 | \documentclass[twocolumn, a4paper]{jsarticle} |
16 | 16 | ``` |
17 | 17 | ↓ |
18 | -``` |
|
18 | +```latex |
|
19 | 19 | \documentclass[twocolumn, a4paper, uplatex]{jsarticle} |
20 | 20 | ``` |
... | ... | \ No newline at end of file |