Last active
December 12, 2015 13:23
-
-
Save smison/6ff82e2ef40d0eaaf024 to your computer and use it in GitHub Desktop.
Tex memo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass{jsarticle} | |
| \usepackage{amsmath} | |
| \usepackage{amsfonts} | |
| \begin{document} | |
| $\forall x \in \mathbb{R} \big( P(x) \big)$ | |
| $\text{card}(\mathbb{Z}) = \text{card}(\mathbb{Q})$ | |
| \end{document} |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
\documentclass{jsarticle}
$\exists n \in \mathbb{N} \big( x^n = 0 \big)$ が真のとき
$x$ をnilpotentという
\usepackage{amsmath}
\usepackage{amsfonts}
\begin{document}
環$\mathbb{R}$の要素$x \in \mathbb{R}$について
\end{document}