2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/documents/size/size.tex

33 lines
842 B
TeX
Raw Normal View History

2012-09-29 18:34:54 +02:00
\documentclass[a5paper]{book}
\usepackage{amsmath}
\makeindex
\begin{document}
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam
erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea
rebum.
\noindent \tiny tiny
\scriptsize scriptsize
\footnotesize footnotesize
\small small
\normalsize normalsize \\
\large large
\Large Large
\LARGE LARGE
\huge huge
\Huge Huge\\
\\
\normalsize
\noindent
scriptscriptstyle: $\scriptscriptstyle \lim_{n \rightarrow \infty} (1 + \frac{1}{n})^n$ \\
scriptstyle: $\scriptstyle \lim_{n \rightarrow \infty} (1 + \frac{1}{n})^n$ \\
textstyle: $\textstyle \lim_{n \rightarrow \infty} (1 + \frac{1}{n})^n$ \\
displaystyle: $\displaystyle \lim_{n \rightarrow \infty} (1 + \frac{1}{n})^n$ \\
\end{document}