diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/lucold/test.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/lucold/test.tex | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/lucold/test.tex b/Master/texmf-dist/doc/fonts/lucold/test.tex new file mode 100644 index 00000000000..c128cab3378 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/lucold/test.tex @@ -0,0 +1,16 @@ +% $Id: test.tex,v 1.1 1999/05/25 12:16:26 loreti Exp $ + +\documentclass{article} +\usepackage[OT1]{fontenc} +\usepackage[expert]{lucidabr} +\usepackage[text,nomath]{lucold} + +\setcounter{page}{123} + +\begin{document} +\noindent +Testing normal text: 1234567890; normal math: $z = 1234567890$. +\par\vspace{1cm}\noindent +Testing bold text: \textbf{1234567890}; bold math: +{\boldmath $z = 1234567890$}. +\end{document} |