Skip to content

Instantly share code, notes, and snippets.

@milk19873
Last active May 30, 2017 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milk19873/26e1bfd0c1e2369522675f34c177e868 to your computer and use it in GitHub Desktop.
Save milk19873/26e1bfd0c1e2369522675f34c177e868 to your computer and use it in GitHub Desktop.
Tex表示例(連立方程式)
<pre style="border: none; font-size: 100%;">
[tex:{\displaystyle
\begin{eqnarray}
\left\{
\begin{array}{l}
x + y = 10 \\
2x + 4y = 32
\end{array}
\right.
\end{eqnarray}
}]
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment