blob: c128cab3378dce5b3112a28309329559684d5635 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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}
|