diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/aecc/slitest.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/aecc/slitest.tex | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/aecc/slitest.tex b/Master/texmf-dist/doc/fonts/aecc/slitest.tex new file mode 100644 index 00000000000..742497f5331 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/aecc/slitest.tex @@ -0,0 +1,39 @@ +% -*- TeX -*- -*- US -*- +\documentclass{slides} + +%% just uncomment one of the three following \usepackage +\usepackage[slides]{aecc} +%\usepackage[slides]{aeguills} +%\usepackage[T1]{fontenc} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{document} + +%======================== +\begin{slide} +\textbf{This is a sample slide} + +Here is normal slide text. + +Here are french accented letters:\\ +\'a\`e\'e\^e\^e\^\i\^u\"\i\"u\"e\c c + +\textit{This is italic} + +\[ + y_i = \beta_0 + \sum_{k=1}^n \beta_k x_{ik} + u_i +\] + +Here are normal numbers \\ +0123456789 and the same in math mode \\ +$0123456789$. + +\begin{verbatim} +This is verbatim text \end{verbatim} + +{\Large Large} {\small small} +{\slshape\bfseries slanted bold} + +\end{slide} + +\end{document} |