diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/arev/mathtesty.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/arev/mathtesty.tex | 946 |
1 files changed, 946 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/arev/mathtesty.tex b/Master/texmf-dist/doc/fonts/arev/mathtesty.tex new file mode 100644 index 00000000000..b86a7965ed0 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/arev/mathtesty.tex @@ -0,0 +1,946 @@ +% mathtesty.tex, by Stephen Hartke 20050522 +% based on mathtestx.tex in the mathptmx package +% and symbols.tex by David Carlisle + +\documentclass[fleqn]{article} +\usepackage[letterpaper,text={6.5in,9in}]{geometry} + +%\usepackage{amssymb} % for \mathfrak +%\usepackage{mathrsfs} % for \mathscr +%\newcommand{\mathbm}{\mathbf} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Font selection goes here. + +%\usepackage{mathptmx} +%\input{millenialmath} +%\usepackage{txfonts,newcent,millenl} + +%txfonts 40, bold 70 pxfonts are the same +%cmm bold 45 +%fourier 39 -- no bold +%kerkis ktsy? 72:83 as kt:60 +%arev plus width 60 + +\usepackage{arevtext} +\usepackage{arevmath} + +%\boldmath + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\nofiles + +\parindent 0pt +\mathindent 1em + +\def\test#1{#1} + +\def\testnums{% + \test 0 \test 1 \test 2 \test 3 \test 4 \test 5 \test 6 \test 7 + \test 8 \test 9 } +\def\testupperi{% + \test A \test B \test C \test D \test E \test F \test G \test H + \test I \test J \test K \test L \test M } +\def\testupperii{% + \test N \test O \test P \test Q \test R \test S \test T \test U + \test V \test W \test X \test Y \test Z } +\def\testupper{% + \testupperi\testupperii} + +\def\testloweri{% + \test a \test b \test c \test d \test e \test f \test g \test h + \test i \test j \test k \test l \test m } +\def\testlowerii{% + \test n \test o \test p \test q \test r \test s \test t \test u + \test v \test w \test x \test y \test z } +\def\testlower{% + \testloweri\testlowerii} + +\def\testupgreeki{% + \test A \test B \test\Gamma \test\Delta \test E \test Z \test H + \test\Theta \test I \test K \test\Lambda \test M } +\def\testupgreekii{% + \test N \test\Xi \test O \test\Pi \test P \test\Sigma \test T + \test\Upsilon \test\Phi \test X \test\Psi \test\Omega } +\def\testupgreek{% + \testupgreeki\testupgreekii} + +\def\testlowgreeki{% + \test\alpha \test\beta \test\gamma \test\delta \test\epsilon + \test\zeta \test\eta \test\theta \test\iota \test\kappa \test\lambda + \test\mu } +\def\testlowgreekii{% + \test\nu \test\xi \test o \test\pi \test\rho \test\sigma \test\tau + \test\upsilon \test\phi \test\chi \test\psi \test\omega } +\def\testlowgreekiii{% + \test\varepsilon \test\vartheta \test\varpi \test\varrho + \test\varsigma \test\varphi} +\def\testlowgreek{% + \testlowgreeki\testlowgreekii\testlowgreekiii} + + +\begin{document} + +\section{Math Alphabets} + +Default +\def\test#1{#1,} +\begin{eqnarray*} + && {\testnums}\\ + && {\testupper}\\ + && {\testlower}\\ + && {\testupgreek}\\ + && {\testlowgreek} +\end{eqnarray*}% + +Math Normal (\texttt{\string\mathnormal}) +\def\test#1{\mathnormal{#1},} +\begin{eqnarray*} + && {\testnums}\\ + && {\testupper}\\ + && {\testlower}\\ + && {\testupgreek}\\ + && {\testlowgreek} +\end{eqnarray*}% + +Math Italic (\texttt{\string\mathit}) +\def\test#1{\mathit{#1},} +\begin{eqnarray*} + && {\testnums}\\ + && {\testupper}\\ + && {\testlower}\\ + && {\testupgreek}\\ + && {\testlowgreek} +\end{eqnarray*}% + +Math Roman (\texttt{\string\mathrm}) +\def\test#1{\mathrm{#1},} +\begin{eqnarray*} + && {\testnums}\\ + && {\testupper}\\ + && {\testlower}\\ + && {\testupgreek}\\ + && {\testlowgreek} +\end{eqnarray*}% + +Math Italic Bold (\texttt{\string\mathbm}) +\def\test#1{\mathbm{#1},} +\begin{eqnarray*} + && {\testnums}\\ + && {\testupper}\\ + && {\testlower}\\ + && {\testupgreek}\\ + && {\testlowgreek} +\end{eqnarray*}% + +Math Bold (\texttt{\string\mathbf}) +\def\test#1{\mathbf{#1},} +\begin{eqnarray*} + && {\testnums}\\ + && {\testupper}\\ + && {\testlower}\\ + && {\testupgreek} +\end{eqnarray*}% + +Caligraphic (\texttt{\string\mathcal}) +\def\test#1{\mathcal{#1},} +\begin{eqnarray*} + && {\testupper} +\end{eqnarray*}% + +Script (\texttt{\string\mathscr}) +\def\test#1{\mathscr{#1},} +\begin{eqnarray*} + && {\testupper} +\end{eqnarray*}% + +Fraktur (\texttt{\string\mathfrak}) +\def\test#1{\mathfrak{#1},} +\begin{eqnarray*} + && {\testupper}\\ + && {\testlower} +\end{eqnarray*}% + +Blackboard Bold (\texttt{\string\mathbb}) +\def\test#1{\mathbb{#1},} +\begin{eqnarray*} + && {\testupper} +\end{eqnarray*}% + + +\clearpage +\section{Character Sidebearings} + +Default +\def\test#1{|#1|+} +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii}\\ + && {\testlowgreeki}\\ + && {\testlowgreekii}\\ + && {\testlowgreekiii} +\end{eqnarray*}% + +Math Roman (\texttt{\string\mathrm}) +\def\test#1{|\mathrm{#1}|+}% +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii} +\end{eqnarray*}% + +Math Italic Bold (\texttt{\string\mathbm}) +\def\test#1{|\mathbm{#1}|+}% +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii}\\ + && {\testlowgreeki}\\ + && {\testlowgreekii}\\ + && {\testlowgreekiii} +\end{eqnarray*}% + +Math Bold (\texttt{\string\mathbf}) +\def\test#1{|\mathbf{#1}|+}% +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii} +\end{eqnarray*}% + +Math Calligraphic (\texttt{\string\mathcal}) +\def\test#1{|\mathcal{#1}|+}% +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii} +\end{eqnarray*}% + + +\clearpage +\section{Superscript positioning} + +Default +\def\test#1{#1^{2}+}% +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii}\\ + && {\testlowgreeki}\\ + && {\testlowgreekii}\\ + && {\testlowgreekiii} +\end{eqnarray*}% + +Math Roman (\texttt{\string\mathrm}) +\def\test#1{\mathrm{#1}^{2}+}% +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii} +\end{eqnarray*}% + +Math Italic Bold (\texttt{\string\mathbm}) +\def\test#1{\mathbm{#1}^{2}+}% +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii}\\ + && {\testlowgreeki}\\ + && {\testlowgreekii}\\ + && {\testlowgreekiii} +\end{eqnarray*}% + +Math Bold (\texttt{\string\mathbf}) +\def\test#1{\mathbf{#1}^{2}+}% +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii} +\end{eqnarray*} + +Math Calligraphic (\texttt{\string\mathcal}) +\def\test#1{\mathcal{#1}^{2}+}% +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii} +\end{eqnarray*}% + + +\clearpage +\section{Subscript positioning} + +Default +\def\test#1{\mathnormal{#1}_{i}+}% +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii}\\ + && {\testlowgreeki}\\ + && {\testlowgreekii}\\ + && {\testlowgreekiii} +\end{eqnarray*}% + +Math Roman (\texttt{\string\mathrm}) +\def\test#1{\mathrm{#1}_{i}+}% +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii} +\end{eqnarray*}% + +Math Bold Italic (\texttt{\string\mathbm}) +\def\test#1{\mathbm{#1}_{i}+}% +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii}\\ + && {\testlowgreeki}\\ + && {\testlowgreekii}\\ + && {\testlowgreekiii} +\end{eqnarray*} + +Math Bold (\texttt{\string\mathbf}) +\def\test#1{\mathbf{#1}_{i}+}% +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii} +\end{eqnarray*}% + +Math Calligraphic (\texttt{\string\mathcal}) +\def\test#1{\mathcal{#1}_{i}+}% +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii} +\end{eqnarray*}% + + +\clearpage +\section{Accent positioning} + +Default +\def\test#1{\hat{#1}+}% +\begin{eqnarray*} + && {\testnums}\\ + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii}\\ + && {\testlowgreeki}\\ + && {\testlowgreekii}\\ + && {\testlowgreekiii} +\end{eqnarray*}% + +Math Italic (\texttt{\string\mathit}) +\def\test#1{\hat{\mathit{#1}}+}% +\begin{eqnarray*} + && {\testnums}\\ + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri} \test\ell \test\wp \test\imath \test\jmath \tilde{i} \\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii}\\ + && {\testlowgreeki}\\ + && {\testlowgreekii}\\ + && {\testlowgreekiii} +\end{eqnarray*}% + +Math Roman (\texttt{\string\mathrm}) +\def\test#1{\hat{\mathrm{#1}}+}% +\begin{eqnarray*} + && {\testnums}\\ + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii} +\end{eqnarray*}% + +Math Italic Bold (\texttt{\string\mathbm}) +\def\test#1{\hat{\mathbm{#1}}+}% +\begin{eqnarray*} + && {\testnums}\\ + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii}\\ + && {\testlowgreeki}\\ + && {\testlowgreekii}\\ + && {\testlowgreekiii} +\end{eqnarray*}% + +Math Bold (\texttt{\string\mathbf}) +\def\test#1{\hat{\mathbf{#1}}+}% +\begin{eqnarray*} + && {\testnums}\\ + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii} +\end{eqnarray*} + +Math Calligraphic (\texttt{\string\mathcal}) +\def\test#1{\hat{\mathcal{#1}}+}% +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii} +\end{eqnarray*}% + + +\clearpage +\section{Differentials} + +%\begin{eqnarray*} +%\gdef\test#1{\dit #1+}% +% && {\testupperi}\\ +% && {\testupperii}\\ +% && {\testloweri}\\ +% && {\testlowerii}\\ +% && {\testupgreeki}\\ +% && {\testupgreekii}\\ +% && {\testlowgreeki}\\ +% && {\testlowgreekii}\\ +% && {\testlowgreekiii}\\ +%\gdef\test#1{\dit \mathrm{#1}+}% +% && {\testupgreeki}\\ +% && {\testupgreekii} +%\end{eqnarray*}% + +%\begin{eqnarray*} +%\gdef\test#1{\dup #1+}% +% && {\testupperi}\\ +% && {\testupperii}\\ +% && {\testloweri}\\ +% && {\testlowerii}\\ +% && {\testupgreeki}\\ +% && {\testupgreekii}\\ +% && {\testlowgreeki}\\ +% && {\testlowgreekii}\\ +% && {\testlowgreekiii}\\ +%\gdef\test#1{\dup \mathrm{#1}+}% +% && {\testupgreeki}\\ +% && {\testupgreekii} +%\end{eqnarray*}% + +\begin{eqnarray*} +\gdef\test#1{\partial #1+}% + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii}\\ + && {\testlowgreeki}\\ + && {\testlowgreekii}\\ + && {\testlowgreekiii}\\ +\gdef\test#1{\partial \mathrm{#1}+}% + && {\testupgreeki}\\ + && {\testupgreekii} +\end{eqnarray*}% + + +\clearpage +\section{Slash kerning} + +\def\test#1{1/#1+} +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii}\\ + && {\testlowgreeki}\\ + && {\testlowgreekii}\\ + && {\testlowgreekiii} +\end{eqnarray*} + +\def\test#1{#1/2+} +\begin{eqnarray*} + && {\testupperi}\\ + && {\testupperii}\\ + && {\testloweri}\\ + && {\testlowerii}\\ + && {\testupgreeki}\\ + && {\testupgreekii}\\ + && {\testlowgreeki}\\ + && {\testlowgreekii}\\ + && {\testlowgreekiii} +\end{eqnarray*} + + +\clearpage +\section{Big operators} + +\def\testop#1{#1_{i=1}^{n} x^{n} \quad} +\begin{displaymath} + \testop\sum + \testop\prod + \testop\coprod + \testop\int + \testop\oint +\end{displaymath} +\begin{displaymath} + \testop\bigotimes + \testop\bigoplus + \testop\bigodot + \testop\bigwedge + \testop\bigvee + \testop\biguplus + \testop\bigcup + \testop\bigcap + \testop\bigsqcup +% \testop\bigsqcap +\end{displaymath} + + +\section{Radicals} + +\begin{displaymath} + \sqrt{x+y} \qquad \sqrt{x^{2}+y^{2}} \qquad + \sqrt{x_{i}^{2}+y_{j}^{2}} \qquad + \sqrt{\left(\frac{\cos x}{2}\right)} \qquad + \sqrt{\left(\frac{\sin x}{2}\right)} +\end{displaymath} + +\begingroup +\delimitershortfall-1pt +\begin{displaymath} + \sqrt{\sqrt{\sqrt{\sqrt{\sqrt{\sqrt{\sqrt{x+y}}}}}}} +\end{displaymath} +\endgroup % \delimitershortfall + + +\section{Over- and underbraces} + +\begin{displaymath} + \overbrace{x} \quad + \overbrace{x+y} \quad + \overbrace{x^{2}+y^{2}} \quad + \overbrace{x_{i}^{2}+y_{j}^{2}} \quad + \underbrace{x} \quad + \underbrace{x+y} \quad + \underbrace{x_{i}+y_{j}} \quad + \underbrace{x_{i}^{2}+y_{j}^{2}} \quad +\end{displaymath} + + +\section{Normal and wide accents} + +\begin{displaymath} + \dot{x} \quad + \ddot{x} \quad + \vec{x} \quad + \bar{x} \quad + \overline{x} \quad + \overline{xx} \quad + \tilde{x} \quad + \widetilde{x} \quad + \widetilde{xx} \quad + \widetilde{xxx} \quad + \hat{x} \quad + \widehat{x} \quad + \widehat{xx} \quad + \widehat{xxx} \quad +\end{displaymath} + +\begin{displaymath} + \hat{x} \quad + \check{x} \quad + \tilde{x} \quad + \acute{x} \quad + \grave{x} \quad + \dot{x} \quad + \ddot{x} \quad + \breve{x} \quad + \bar{x} \quad + \vec{x} \quad +\end{displaymath} + + +\section{Long arrows} + +\begin{displaymath} + \leftarrow \mathrel{-} \rightarrow \quad + \leftrightarrow \quad + \longleftarrow \quad + \longrightarrow \quad + \longleftrightarrow \quad + \Leftarrow = \Rightarrow \quad + \Leftrightarrow \quad + \Longleftarrow \quad + \Longrightarrow \quad + \Longleftrightarrow \quad +\end{displaymath} + + +\section{Left and right delimters} + +\def\testdelim#1#2{ - #1 f #2 - } +\begin{displaymath} + \testdelim() + \testdelim[] + \testdelim\lfloor\rfloor + \testdelim\lceil\rceil + \testdelim\langle\rangle + \testdelim\{\} +\end{displaymath} + +Using {\tt\string\left} and {\tt\string\right}. +\def\testdelim#1#2{ - \left#1 f \right#2 - } +\begin{displaymath} + \testdelim() + \testdelim[] + \testdelim\lfloor\rfloor + \testdelim\lceil\rceil + \testdelim\langle\rangle + \testdelim\{\} +% \testdelim\lgroup\rgroup +% \testdelim\lmoustache\rmoustache +\end{displaymath} +\begin{displaymath} + \testdelim)( + \testdelim][ + \testdelim// + \testdelim\backslash\backslash + \testdelim/\backslash + \testdelim\backslash/ +\end{displaymath} + + +\clearpage +\section{Big-g-g delimters} + +\def\testdelim#1#2{% + - \left#1\left#1\left#1\left#1\left#1\left#1\left#1\left#1 - + \right#2\right#2\right#2\right#2\right#2\right#2\right#2\right#2 -} + +\begingroup +\delimitershortfall-1pt +\begin{displaymath} + \testdelim\lfloor\rfloor + \qquad + \testdelim() +\end{displaymath} +\begin{displaymath} + \testdelim\lceil\rceil + \qquad + \testdelim\{\} +\end{displaymath} +\begin{displaymath} + \testdelim[] + \qquad + \testdelim\lgroup\rgroup +\end{displaymath} +\begin{displaymath} + \testdelim\langle\rangle + \qquad + \testdelim\lmoustache\rmoustache +\end{displaymath} +\begin{displaymath} + \testdelim\uparrow\downarrow \quad + \testdelim\Uparrow\Downarrow \quad +\end{displaymath} +\endgroup % \delimitershortfall + +\clearpage + +\def\X#1{$x #1 y$ &\tt\string#1} +\def\Y#1{$\big#1$ &\tt\string#1} +\def\Z#1{$x #1 y$} +\def\W#1#2{$#1{#2}$ &\tt\string#1\string{#2\string}} + +\section{Binary Operators} + +\begin{tabular}{*8l} +\X\pm &\X\cap &\X\diamond &\X\oplus \\ +\X\mp &\X\cup &\X\bigtriangleup &\X\ominus \\ +\X\times &\X\uplus &\X\bigtriangledown &\X\otimes \\ +\X\div &\X\sqcap &\X\triangleleft &\X\oslash \\ +\X\ast &\X\sqcup &\X\triangleright &\X\odot \\ +\X\star &\X\vee &\X\lhd &\X\bigcirc \\ +\X\circ &\X\wedge &\X\rhd &\X\dagger \\ +\X\bullet &\X\setminus &\X\unlhd &\X\ddagger \\ +\X\cdot &\X\wr &\X\unrhd &\X\S \\ +\X+ &\X- &\X\amalg &\X\P +\end{tabular} + +\section{Relations} + +\begin{tabular}{*8l} +\X\leq &\X\geq &\X\equiv &\X\models \\ +\X\prec &\X\succ &\X\sim &\X\perp \\ +\X\preceq &\X\succeq &\X\simeq &\X\mid \\ +\X\ll &\X\gg &\X\asymp &\X\parallel \\ +\X\subset &\X\supset &\X\approx &\X\bowtie \\ +\X\subseteq &\X\supseteq &\X\cong &\X\Join \\ +\X\sqsubset &\X\sqsupset &\X\neq &\X\smile \\ +\X\sqsubseteq &\X\sqsupseteq &\X\doteq &\X\frown \\ +\X\in &\X\ni &\X\propto &\X= \\ +\X\vdash &\X\dashv &\X< &\X> \\ +\X: +\end{tabular} + + +\section{Punctuation} + +\begin{tabular}{*{5}{lp{3.2em}}} +\X, &\X; &\X\colon &\X\ldotp &\X\cdotp +\end{tabular} + +\section{Arrows} + +\begin{tabular}{*6l} +\X\leftarrow &\X\longleftarrow &\X\uparrow \\ +\X\Leftarrow &\X\Longleftarrow &\X\Uparrow \\ +\X\rightarrow &\X\longrightarrow &\X\downarrow \\ +\X\Rightarrow &\X\Longrightarrow &\X\Downarrow \\ +\X\leftrightarrow &\X\longleftrightarrow &\X\updownarrow \\ +\X\Leftrightarrow &\X\Longleftrightarrow &\X\Updownarrow \\ +\X\mapsto &\X\longmapsto &\X\nearrow \\ +\X\hookleftarrow &\X\hookrightarrow &\X\searrow \\ +\X\leftharpoonup &\X\rightharpoonup &\X\swarrow \\ +\X\leftharpoondown &\X\rightharpoondown &\X\nwarrow \\ +\X\rightleftharpoons &\X\leadsto +\end{tabular} + +\section{Miscellaneous Symbols} + +\begin{tabular}{*8l} +\X\ldots &\X\cdots &\X\vdots &\X\ddots \\ +\X\aleph &\X\prime &\X\forall &\X\infty \\ +\X\hbar &\X\emptyset &\X\exists &\X\Box \\ +\X\imath &\X\nabla &\X\neg &\X\Diamond \\ +\X\jmath &\X\surd &\X\flat &\X\triangle \\ +\X\ell &\X\top &\X\natural &\X\clubsuit \\ +\X\wp &\X\bot &\X\sharp &\X\diamondsuit \\ +\X\Re &\X\| &\X\backslash &\X\heartsuit \\ +\X\Im &\X\angle &\X\partial &\X\spadesuit \\ +\X\mho &\X. &\X| &\X! +\end{tabular} + +\section{Variable-sized Operators} + +\begin{tabular}{*6l} +\X\sum &\X\bigcap &\X\bigodot \\ +\X\prod &\X\bigcup &\X\bigotimes \\ +\X\coprod &\X\bigsqcup &\X\bigoplus \\ +\X\int &\X\bigvee &\X\biguplus \\ +\X\oint &\X\bigwedge +\end{tabular} + +\section{Log-like Operators} + +\begin{tabular}{*8l} +\Z\arccos &\Z\cos &\Z\csc &\Z\exp & + \Z\ker &\Z\limsup &\Z\min &\Z\sinh \\ +\Z\arcsin &\Z\cosh &\Z\deg &\Z\gcd & + \Z\lg &\Z\ln &\Z\Pr &\Z\sup \\ +\Z\arctan &\Z\cot &\Z\det &\Z\hom & + \Z\lim &\Z\log &\Z\sec &\Z\tan \\ +\Z\arg &\Z\coth &\Z\dim &\Z\inf & + \Z\liminf &\Z\max &\Z\sin &\Z\tanh +\end{tabular} + +\section{Delimiters} + +\begin{tabular}{*8l} +\X( &\X) &\X\uparrow &\X\Uparrow \\ +\X[ &\X] &\X\downarrow &\X\Downarrow \\ +\X\{ &\X\} &\X\updownarrow &\X\Updownarrow \\ +\X\lfloor &\X\rfloor &\X\lceil &\X\rceil \\ +\X\langle &\X\rangle &\X/ &\X\backslash \\ +\X| &\X\| +\end{tabular} + +\section{Large Delimiters} + +\begin{tabular}{*8l} +\Y\rmoustache& \Y\lmoustache& \Y\rgroup& \Y\lgroup\\[5pt] +\Y\arrowvert& \Y\Arrowvert& \Y\bracevert +\end{tabular} + +\section{Math Mode Accents} + +\begin{tabular}{*{10}l} +\W\hat{a} &\W\acute{a} &\W\bar{a} &\W\dot{a} &\W\breve{a}\\ +\W\check{a} &\W\grave{a} &\W\vec{a} &\W\ddot{a} &\W\tilde{a}\\ +\end{tabular} + +\section{Miscellaneous Constructions} + +\begin{tabular}{*4l} +\W\widetilde{abc} &\W\widehat{abc} \\ +\W\overleftarrow{abc} &\W\overrightarrow{abc} \\ +\W\overline{abc} &\W\underline{abc} \\ +\W\overbrace{abc} &\W\underbrace{abc} \\[5pt] +\W\sqrt{abc} &$\sqrt[n]{abc}$&\verb|\sqrt[n]{abc}| \\ +$f'$&\verb|f'| &$\frac{abc}{xyz}$&\verb|\frac{abc}{xyz}| +\end{tabular} + +\clearpage + +\section{AMS Delimiters} + +\begin{tabular}{*8l} +\X\ulcorner&\X\urcorner&\X\llcorner&\X\lrcorner +\end{tabular} + +\section{AMS Arrows} + +\begin{tabular}{*8l} +\X\dashrightarrow &\X\dashleftarrow + \\ \X\leftleftarrows &\X\leftrightarrows \\ +\X\Lleftarrow &\X\twoheadleftarrow + \\ \X\leftarrowtail &\X\looparrowleft \\ +\X\leftrightharpoons &\X\curvearrowleft + \\ \X\circlearrowleft &\X\Lsh \\ +\X\upuparrows &\X\upharpoonleft + \\ \X\downharpoonleft &\X\multimap \\ +\X\leftrightsquigarrow &\X\rightrightarrows + \\ \X\rightleftarrows &\X\rightrightarrows \\ +\X\rightleftarrows &\X\twoheadrightarrow + \\ \X\rightarrowtail &\X\looparrowright \\ +\X\rightleftharpoons &\X\curvearrowright + \\ \X\circlearrowright &\X\Rsh \\ +\X\downdownarrows &\X\upharpoonright + \\ \X\downharpoonright &\X\rightsquigarrow +\end{tabular} + +\section{AMS Negated Arrows} + +\begin{tabular}{*8l} +\X\nleftarrow &\X\nrightarrow \\ \X\nLeftarrow &\X\nRightarrow \\ +\X\nleftrightarrow&\X\nLeftrightarrow +\end{tabular} + +\section{AMS Greek} + +\begin{tabular}{*4l} +\X\digamma &\X\varkappa +\end{tabular} + +\section{AMS Hebrew} + +\begin{tabular}{*6l} +\X\beth &\X\daleth &\X\gimel +\end{tabular} + +\section{AMS Miscellaneous} + +\begin{tabular}{*8l} +\X\hbar &\X\hslash \\ \X\vartriangle &\X\triangledown \\ +\X\square &\X\lozenge \\ \X\circledS &\X\angle \\ +\X\measuredangle&\X\nexists \\ \X\mho &\X\Finv$^u$ \\ +\X\Game$^u$ &\X\Bbbk$^u$ \\ \X\backprime &\X\varnothing \\ +\X\blacktriangle&\X\blacktriangledown \\ \X\blacksquare&\X\blacklozenge \\ +\X\bigstar &\X\sphericalangle \\ \X\complement &\X\eth \\ +\X\diagup$^u$ &\X\diagdown$^u$ +\end{tabular} + +$^u$ Not defined in {\tt amssymb.sty}, define using the +\verb|\newsymbol| command. + + + +\section{AMS Binary Operators} + +\begin{tabular}{*8l} +\X\dotplus &\X\smallsetminus \\ \X\Cap &\X\Cup \\ +\X\barwedge &\X\veebar \\ \X\doublebarwedge&\X\boxminus \\ +\X\boxtimes &\X\boxdot \\ \X\boxplus &\X\divideontimes \\ +\X\ltimes &\X\rtimes \\ \X\leftthreetimes&\X\rightthreetimes \\ +\X\curlywedge &\X\curlyvee \\ \X\circleddash &\X\circledast \\ +\X\circledcirc &\X\centerdot \\ \X\intercal +\end{tabular} + +\section{AMS Relations} + +\begin{tabular}{*8l} +\X\leqq &\X\leqslant \\ \X\eqslantless &\X\lesssim \\ +\X\lessapprox &\X\approxeq \\ \X\lessdot &\X\lll \\ +\X\lessgtr &\X\lesseqgtr \\ \X\lesseqqgtr &\X\doteqdot \\ +\X\risingdotseq &\X\fallingdotseq\\ \X\backsim &\X\backsimeq \\ +\X\subseteqq &\X\Subset \\ \X\sqsubset &\X\preccurlyeq\\ +\X\curlyeqprec &\X\precsim \\ \X\precapprox &\X\vartriangleleft\\ +\X\trianglelefteq&\X\vDash \\ \X\Vvdash &\X\smallsmile \\ +\X\smallfrown &\X\bumpeq \\ \X\Bumpeq &\X\geqq \\ +\X\geqslant &\X\eqslantgtr \\ \X\gtrsim &\X\gtrapprox \\ +\X\gtrdot &\X\ggg \\ \X\gtrless &\X\gtreqless \\ +\X\gtreqqless &\X\eqcirc \\ \X\circeq &\X\triangleq \\ +\X\thicksim &\X\thickapprox \\ \X\supseteqq &\X\Supset \\ +\X\sqsupset &\X\succcurlyeq \\ \X\curlyeqsucc &\X\succsim \\ +\X\succapprox &\X\vartriangleright\\ \X\trianglerighteq&\X\Vdash \\ +\X\shortmid &\X\shortparallel\\ \X\between &\X\pitchfork \\ +\X\varpropto &\X\blacktriangleleft \\ \X\therefore &\X\backepsilon\\ +\X\blacktriangleright&\X\because +\end{tabular} + +\section{AMS Negated Relations} +\begin{tabular}{*8l} +\X\nless &\X\nleq \\ \X\nleqslant &\X\nleqq \\ +\X\lneq &\X\lneqq \\ \X\lvertneqq &\X\lnsim \\ +\X\lnapprox &\X\nprec \\ \X\npreceq &\X\precnsim \\ +\X\precnapprox &\X\nsim \\ \X\nshortmid &\X\nmid \\ +\X\nvdash &\X\nvDash \\ \X\ntriangleleft&\X\ntrianglelefteq\\ +\X\nsubseteq &\X\subsetneq \\ \X\varsubsetneq&\X\subsetneqq \\ +\X\varsubsetneqq&\X\ngtr \\ \X\ngeq &\X\ngeqslant \\ +\X\ngeqq &\X\gneq \\ \X\gneqq &\X\gvertneqq \\ +\X\gnsim &\X\gnapprox \\ \X\nsucc &\X\nsucceq \\ +&nsucceqq &\X\succnsim \\ \X\succnapprox &\X\ncong \\ +\X\nshortparallel&\X\nparallel \\ \X\nvDash &\X\nVDash \\ +\X\ntriangleright&\X\ntrianglerighteq \\ \X\nsupseteq&\X\nsupseteqq\\ +\X\supsetneq &\X\varsupsetneq \\ \X\supsetneqq &\X\varsupsetneqq +\end{tabular} + +\end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: |