diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-13 23:52:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-13 23:52:20 +0000 |
commit | 58406f68cdd33ac3beba54a90ee9b9950f8fcbff (patch) | |
tree | fed26025a535d2bcd17613290146cfc61dd115ed /Master/texmf-dist/doc/latex/mdputu/sample.tex | |
parent | 1cd62c18fb41b06aa2f90bf53d9f7811bd0ce6ec (diff) |
new font mdputu 1.0 (13sep10)
git-svn-id: svn://tug.org/texlive/trunk@19713 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mdputu/sample.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/mdputu/sample.tex | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mdputu/sample.tex b/Master/texmf-dist/doc/latex/mdputu/sample.tex new file mode 100644 index 00000000000..7bcff70f719 --- /dev/null +++ b/Master/texmf-dist/doc/latex/mdputu/sample.tex @@ -0,0 +1,24 @@ +% +% Sample file for mdputu +% This file is in public domain +% +\documentclass{minimal} +\usepackage[utopia]{mathdesign} +\usepackage{mdputu} + +\begin{document} + +This is Utopia (Roman 01): \textbf{(and bold 01).} + +{\itshape This is Utopia (Italics 01): \textbf{(and bold 01).}} + +{\sishape This is Utopia (Italics with special digits 01): \textbf{(and + bold 01).}} + +Another example: the command \verb|\textsi|: \textsi{Here we are, 01.} + +{\specialdigits The command \verb|\specialdigits| switches \textit{italics + (01)} to special italics.} Without this command \textit{italics + (01)} are italics. + +\end{document} |