Skip to content

Commit 3eb632f

Browse files
committed
tweak ja/more-05.md
1 parent 0eb3b5a commit 3eb632f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ja/more-05.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ toc-anchor-text: "追加レッスン:文書クラスを利用したデザイ
1616

1717
```latex
1818
\RequirePackage{plautopatch}
19-
\documentclass{beamer}
19+
\documentclass[dvipdfmx]{beamer}
2020
\usepackage[T1]{fontenc}
2121
\begin{document}
2222
@@ -44,7 +44,7 @@ toc-anchor-text: "追加レッスン:文書クラスを利用したデザイ
4444
時としてLaTeXで画像(特にテキストが多いようなもの)を作成したいという場合があります。そのような場合は、目的とする画像コンテンツ以外のものが「ページ」に一切ない方が好都合です。このようなときは[`standalone`](https://ctan.org/pkg/standalone)クラスを使うと簡単です。この文書クラスは印刷されるコンテンツの周辺だけが入るように自動的に紙面サイズを設定してくれます。
4545

4646
```latex
47-
\documentclass{standalone}
47+
\documentclass[dvipdfmx]{standalone}
4848
\begin{document}
4949
シンプルな文書:とても小さな紙面になります!
5050
\end{document}

0 commit comments

Comments
 (0)