We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb3b5a commit 3eb632fCopy full SHA for 3eb632f
1 file changed
ja/more-05.md
@@ -16,7 +16,7 @@ toc-anchor-text: "追加レッスン:文書クラスを利用したデザイ
16
17
```latex
18
\RequirePackage{plautopatch}
19
-\documentclass{beamer}
+\documentclass[dvipdfmx]{beamer}
20
\usepackage[T1]{fontenc}
21
\begin{document}
22
@@ -44,7 +44,7 @@ toc-anchor-text: "追加レッスン:文書クラスを利用したデザイ
44
時としてLaTeXで画像(特にテキストが多いようなもの)を作成したいという場合があります。そのような場合は、目的とする画像コンテンツ以外のものが「ページ」に一切ない方が好都合です。このようなときは[`standalone`](https://ctan.org/pkg/standalone)クラスを使うと簡単です。この文書クラスは印刷されるコンテンツの周辺だけが入るように自動的に紙面サイズを設定してくれます。
45
46
47
-\documentclass{standalone}
+\documentclass[dvipdfmx]{standalone}
48
49
シンプルな文書:とても小さな紙面になります!
50
\end{document}
0 commit comments