Skip to content

Commit 0eb3b5a

Browse files
committed
tweak ja/lesson-06.md
1 parent c21c627 commit 0eb3b5a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ja/lesson-06.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ material, and which will be able to give us at least one hyphenation point.
4949

5050
```latex
5151
\RequirePackage{plautopatch}
52-
\documentclass{jlreq}
52+
\documentclass[dvipdfmx]{jlreq}
5353
\usepackage[T1]{fontenc}
5454
\usepackage[margin=1in]{geometry}
5555
@@ -95,7 +95,7 @@ LaTeXの強みの1つは、何千とあるパッケージから好きなもの
9595

9696
```latex
9797
\RequirePackage{plautopatch}
98-
\documentclass{jlreq}
98+
\documentclass[dvipdfmx]{jlreq}
9999
100100
\newcommand\kw[1]{\textbf{\gtfamily #1}}
101101
@@ -112,7 +112,7 @@ LaTeXの強みの1つは、何千とあるパッケージから好きなもの
112112

113113
```latex
114114
\RequirePackage{plautopatch}
115-
\documentclass{jlreq}
115+
\documentclass[dvipdfmx]{jlreq}
116116
\usepackage{xcolor}
117117
118118
\newcommand\kw[1]{\textcolor{blue}{\gtfamily #1}}

0 commit comments

Comments
 (0)