diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/archaic/oands/tryoands.tex |
Initial commit
Diffstat (limited to 'fonts/archaic/oands/tryoands.tex')
-rw-r--r-- | fonts/archaic/oands/tryoands.tex | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/fonts/archaic/oands/tryoands.tex b/fonts/archaic/oands/tryoands.tex new file mode 100644 index 0000000000..d450827063 --- /dev/null +++ b/fonts/archaic/oands/tryoands.tex @@ -0,0 +1,51 @@ +% tryoands.tex Test OandS fonts +\documentclass{article} +\usepackage{oands} + + + +\newcommand{\OANDS}{` z} + +\title{Try OandS Fonts} +\author{Peter Wilson} +\date{} +\begin{document} +\maketitle + + This provides a short test of the characters in the Odds and Sods font +--- the \verb|oands| font family. + +\begin{center} +The font in Large size \\ +{\oandsfamily\Large \OANDS} +\end{center} + +\begin{center} +The font --- \textoands{\OANDS} --- in its normal size \\ +%% \textoands{\OANDS} \\ +and the Computer Modern Roman --- {\OANDS} --- for comparison \\ +%% \OANDS +\end{center} + +\begin{center} +The font --- \textoands{\textit{\OANDS}} --- in its normal size and italic \\ +%%\textoands{\textit{\OANDS}} \\ +and the Computer Modern Roman --- \textit{\OANDS} --- for comparison \\ +%%\textit{\OANDS} +\end{center} + + +\begin{table} +\centering +\caption{Characters and commands} +\begin{tabular}{|c|l|c|} \hline +Symbol & Name & Command \\ \hline +\textoands{`} & Mirrored right quote & ` \\ +\textoands{z} & Glottal stop & z \\ +\hline +\end{tabular} +\end{table} + + This is the end of the test file. + +\end{document} |