diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:47:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:47:01 +0000 |
commit | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (patch) | |
tree | 32b2d4ab4e36aee3a9aaf41877a5c0c581de9b77 /Master/texmf-dist/doc/fonts/archaic/tryoands.tex | |
parent | 71c5ce4be7e36bdc6bdda98641bc9368e28223ad (diff) |
doc/fonts
git-svn-id: svn://tug.org/texlive/trunk@83 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/archaic/tryoands.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/archaic/tryoands.tex | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/archaic/tryoands.tex b/Master/texmf-dist/doc/fonts/archaic/tryoands.tex new file mode 100644 index 00000000000..d4508270631 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/archaic/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} |