We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d47ec3e + a473124 commit 62a89f6Copy full SHA for 62a89f6
docs/03extras/05tex/index.mdx
@@ -21,9 +21,9 @@ $\LaTeX$ のプレイグラウンドを作ってみました。機能には制
21
\\documentclass{article}
22
\\begin{document}
23
Hello World!
24
- $$
25
- a^2 + b^2 = c^2
26
+ \\[
+ a^2 + b^2 = c^2
+ \\]
27
\\end{document}\
28
`}
29
</InteractiveCodeEditor>
@@ -114,9 +114,9 @@ sudo tlmgr paper a4
114
\documentclass{jlreq}
115
\begin{document}
116
サンプルテキスト
117
118
- a^2+b^2=c^2
119
+ \[
+ a^2+b^2=c^2
+ \]
120
\end{document}
121
```
122
@@ -143,9 +143,9 @@ $\text{Lua}\LaTeX$ 以外も使うことができます。$\text{p}\LaTeX$ で j
143
\documentclass{jsarticle}
144
145
146
147
148
149
150
151
0 commit comments