summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/ae/slitest.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-02 21:22:42 +0000
committerKarl Berry <karl@freefriends.org>2007-10-02 21:22:42 +0000
commit4b850fc0445101387ea6093ae097cc1a8f4a8a2a (patch)
treedcaac18c48841a5e5067bf4c62659a617c3690ee /Master/texmf-dist/source/fonts/ae/slitest.tex
parent3c0902788394ff3a54a70ae163ed04b9cbce6eb0 (diff)
ae non-update to get things in fonts/ instead of latex/
git-svn-id: svn://tug.org/texlive/trunk@5100 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts/ae/slitest.tex')
-rw-r--r--Master/texmf-dist/source/fonts/ae/slitest.tex39
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/ae/slitest.tex b/Master/texmf-dist/source/fonts/ae/slitest.tex
new file mode 100644
index 00000000000..6e7433922be
--- /dev/null
+++ b/Master/texmf-dist/source/fonts/ae/slitest.tex
@@ -0,0 +1,39 @@
+% -*- TeX -*- -*- US -*-
+\documentclass{slides}
+
+%% just uncomment one of the three following \usepackage
+\usepackage[slides]{ae}
+%\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}