Skip to content

Commit 62a89f6

Browse files
authored
Merge pull request #129 from chvmvd/fix-deprecated-latex-command
Fix deprecated LaTeX command
2 parents d47ec3e + a473124 commit 62a89f6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/03extras/05tex/index.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ $\LaTeX$ のプレイグラウンドを作ってみました。機能には制
2121
\\documentclass{article}
2222
\\begin{document}
2323
Hello World!
24-
$$
25-
a^2 + b^2 = c^2
26-
$$
24+
\\[
25+
a^2 + b^2 = c^2
26+
\\]
2727
\\end{document}\
2828
`}
2929
</InteractiveCodeEditor>
@@ -114,9 +114,9 @@ sudo tlmgr paper a4
114114
\documentclass{jlreq}
115115
\begin{document}
116116
サンプルテキスト
117-
$$
118-
a^2+b^2=c^2
119-
$$
117+
\[
118+
a^2+b^2=c^2
119+
\]
120120
\end{document}
121121
```
122122

@@ -143,9 +143,9 @@ $\text{Lua}\LaTeX$ 以外も使うことができます。$\text{p}\LaTeX$ で j
143143
\documentclass{jsarticle}
144144
\begin{document}
145145
サンプルテキスト
146-
$$
147-
a^2+b^2=c^2
148-
$$
146+
\[
147+
a^2+b^2=c^2
148+
\]
149149
\end{document}
150150
```
151151

0 commit comments

Comments
 (0)