summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/lucold/test.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 /macros/latex/contrib/lucold/test.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/lucold/test.tex')
-rw-r--r--macros/latex/contrib/lucold/test.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/latex/contrib/lucold/test.tex b/macros/latex/contrib/lucold/test.tex
new file mode 100644
index 0000000000..c128cab337
--- /dev/null
+++ b/macros/latex/contrib/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}