summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/mathdots/mdtest.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-16 18:41:12 +0000
committerKarl Berry <karl@freefriends.org>2006-07-16 18:41:12 +0000
commita89dd82ef249d49b88a984fe2fe38b833dc7e605 (patch)
tree1c52f14de9636b1dde7c100955219209ad188b38 /Master/texmf-dist/doc/generic/mathdots/mdtest.tex
parent198ad22677ede977cfdde0655559af4b179bf63f (diff)
/home/texlive/karl/Master/texmf/tpm/collection-genericextra.tpm
git-svn-id: svn://tug.org/texlive/trunk@1858 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/mathdots/mdtest.tex')
-rw-r--r--Master/texmf-dist/doc/generic/mathdots/mdtest.tex52
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/mathdots/mdtest.tex b/Master/texmf-dist/doc/generic/mathdots/mdtest.tex
new file mode 100644
index 00000000000..2bb93dd61e7
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/mathdots/mdtest.tex
@@ -0,0 +1,52 @@
+% All possible sizes of the various mathdots tested
+\documentclass{article}
+\usepackage{amsmath}
+\usepackage{mathdots}
+
+\newcommand\testdots{%
+$\ddots^{\ddots^{\ddots}}$ $\iddots^{\iddots^{\iddots}}$
+$\vdots^{\vdots^{\vdots}}$
+\par
+$\dot{X}
+\ddot{X}
+\dddot{X}
+\ddddot{X}
+X^{\dot{X}}
+X^{\ddot{X}}
+X^{\dddot{X}}
+X^{\ddddot{X}}
+X^{X^{\dot{X}}}
+X^{X^{\ddot{X}}}
+X^{X^{\dddot{X}}}
+X^{X^{\ddddot{X}}}$
+\par\smallskip\hrule\smallskip}
+
+\setlength\textwidth{6.664in}
+\setlength\oddsidemargin{-.082in}
+\setlength\parindent{0pt}
+
+\setlength{\textheight}{8.9in}
+\setlength{\topmargin}{0pt}
+\addtolength\headheight{3.06pt}
+\addtolength\topmargin{-\headheight}
+\addtolength\topmargin{-\headsep}
+
+\begin{document}
+\pagestyle{headings}
+\tableofcontents
+\clearpage
+
+\section{Testing in headers and TOC:
+ $\ddots$, $\vdots$, $\iddots$, $\dddot{X}$ and $\ddddot{X}$}
+
+\tiny tiny \testdots
+\scriptsize scriptsize \testdots
+\footnotesize footnotesize \testdots
+\small small \testdots
+\normalsize normalsize \testdots
+\large large \testdots
+\Large Large \testdots
+\huge huge \testdots
+\Huge Huge \testdots
+
+\end{document}