summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/jpnedumathsymbols/jpnedumathsymbols_example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/jpnedumathsymbols/jpnedumathsymbols_example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/jpnedumathsymbols/jpnedumathsymbols_example.tex132
1 files changed, 132 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/jpnedumathsymbols/jpnedumathsymbols_example.tex b/Master/texmf-dist/doc/latex/jpnedumathsymbols/jpnedumathsymbols_example.tex
new file mode 100644
index 00000000000..c9debf3c32c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/jpnedumathsymbols/jpnedumathsymbols_example.tex
@@ -0,0 +1,132 @@
+\documentclass[uplatex]{jsarticle}
+\usepackage{jpnedumathsymbols}
+\begin{document}
+\setlength{\baselineskip}{2em}
+A$\frac{1}{2}$B
+
+A$\sqrt[3]{2}$B
+
+A$\lim_{x\to 1}$B
+
+A$\vec{a}+\vec{B}$B
+
+$\triangle\AA\BB\CC$
+
+数学\currIA
+
+$a\comma b$
+
+$a\period$
+
+$\pair{1}{2}$ $\triplet{1}{2}{3}$ $\quadruplet*{1}{2}{3}{4}$
+
+$A\intersection B$ $C\union D$
+
+$\complement{A}$
+
+$A\tand B$ $A\tor B$
+
+$A\eand B$ $A\eor B$
+
+$A\lto B\lfrom C\iff D$
+
+\begin{align*}
+&\piff A\\
+&\iff B
+\end{align*}
+
+$A=B$
+
+\begin{align*}
+&\peq A\\
+&=B
+\end{align*}
+
+$\set{A}{B}$
+
+$\N \NZ \NP \Z \Q \R \C$
+
+$\inverse{f}$
+
+$\abs{\frac{1}{2}} \abs*{\frac{1}{2}}$
+
+\begin{ecases}{A}
+B\\
+C
+\end{ecases}
+
+\begin{simul}
+A=A\\
+B=B
+\end{simul}
+
+\begin{signchart}{3}
+x&1&\cdots&2\\\hline
+\phantomheight f(x)&0&\neconcave&1
+\end{signchart}
+
+$\dint\dtheta=\theta+\const$
+
+$\dint_{1}^{2}\dx=\defint{1}{2}{x}$
+
+\transformvariable{x}{1}{2}{t}{0}{1}
+
+$\rvec{1}{2}$ $\rvec*{1}{2}{3}$
+
+$\cvec{1}{2}$ $\cvec*{1}{2}{3}$
+
+$\innerproduct{\vec{a}}{\vec{b}}$
+
+$\sequence{a_{n}}$
+
+\[\sum*_{k=1}^{n}\]
+
+$\GCD\pair{1}{2}$ $\LCM\pair{1}{2}$
+
+$30\degree$
+
+$\arc{\AA\BB}$
+
+$l\parallel m$
+
+$\triangle\AA\BB\CC\similar\triangle\AA\BB\CC$
+
+$\permutation{n}{r} \combination{n}{r} \repeatedpermutation{n}{r} \repeatedcombination{n}{r}$
+
+$\expectedvalue{P}$
+
+$\Re \Im$
+
+$\conjugate{\alpha}$
+
+$a \parentext{a} \squaretext{a} \whitesquaretext{a}$
+
+$a \ltext{a} \lltext{a}$
+
+$\ltextbegin \lltextbegin \ltextend \lltextend$
+
+$a=\nomination{a}$
+
+\[
+A=
+\begin{dcases}
+B&\condition{b}\\
+C&\condition{c}
+\end{dcases}
+\]
+
+\begin{ecases}{A}
+B&\condition*{b}\\
+C&\condition*{c}
+\end{ecases}
+
+$a\explanation{a}$
+
+$\quantify{任意の実数$x$に対し}x=1$
+
+$a=1\equationunit{kgw}$
+
+a \texttherefore\ b \textbecause\ c
+
+\QED
+\end{document} \ No newline at end of file