blob: bd37b5302cf3fcbccb1753208cec1a258cf9c4f4 (
plain)
1
2
3
4
5
6
7
8
|
\documentclass{article}
\pagestyle{empty}
\begin{document}
\renewcommand{\rmdefault}{bvr}\rmfamily
\noindent Hello, I am VAG Rounded BT\\
{\slshape Hello, I am VAG Rounded BT slanted}\\
{\scshape Hello, I am VAG Rounded BT small capitals}\\
\end{document}
|