I try to use font style "venturis2", "ebgaramond", and "garamond". But the source file can not be converted. The code is as follows.
Code: Select all
\documentclass[11pt,a4paper,danish]{article}
\usepackage{ebgaramond}
\begin{document}
...
\end{document}
Code: Select all
\documentclass[11pt,a4paper,danish]{article}
\usepackage{venturis2}
\begin{document}
...
\end{document}
Lynn