summaryrefslogtreecommitdiff
path: root/fonts/theanodidot/doc/theanodidot-samples.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/theanodidot/doc/theanodidot-samples.tex
Initial commit
Diffstat (limited to 'fonts/theanodidot/doc/theanodidot-samples.tex')
-rw-r--r--fonts/theanodidot/doc/theanodidot-samples.tex35
1 files changed, 35 insertions, 0 deletions
diff --git a/fonts/theanodidot/doc/theanodidot-samples.tex b/fonts/theanodidot/doc/theanodidot-samples.tex
new file mode 100644
index 0000000000..f17bdbc694
--- /dev/null
+++ b/fonts/theanodidot/doc/theanodidot-samples.tex
@@ -0,0 +1,35 @@
+\documentclass{article}
+\usepackage[LGR,T1]{fontenc}
+\usepackage[scale=0.95]{TheanoDidot}
+\usepackage{lipsum}
+\begin{document}
+\thispagestyle{empty}
+
+\begin{center}\huge\bf Theano Didot
+\end{center}
+
+
+\section*{Regular}
+\lipsum[1]
+
+\section*{Bold}
+
+\textbf{\lipsum[2]}
+
+\section*{Default Numbers}
+
+0123456789
+
+\section*{OldStyle Numbers}
+
+{\theanodidotosf 0123456789}
+
+\section*{LGR}
+
+
+{\theanodidotlgr\noindent
+ a b g d e z h j i k l m n x o p r s t u f q y w\\
+ A B G D E Z H J I K L M N X O P R S T U F Q Y W\\
+}
+
+\end{document}