summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/lucold/test.tex
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/doc/latex/lucold/test.tex')
-rw-r--r--texmf-dist/doc/latex/lucold/test.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/lucold/test.tex b/texmf-dist/doc/latex/lucold/test.tex
new file mode 100644
index 00000000..c128cab3
--- /dev/null
+++ b/texmf-dist/doc/latex/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}