I'm trying to get the following example working:
\documentclass[danish,a4paper,11pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{slantsc}
\usepackage{array}
\usepackage{amsmath}
\setkomafont{subsection}{\usefont{T1}{fvm}{m}{n}}
\setkomafont{section}{\usefont{T1}{fvs}{b}{n}\Large}
\setcounter{secnumdepth}{0}
\pagestyle{empty}
\usepackage{calligra}
\usepackage[T1]{fontenc}
\begin{document}
\section*{Calligra}
\subsection*{\textbackslash calligra}
\normalfont\calligra
\input catalogue
\newpage
\normalfont\calligra
\input fonttable
\end{document}
This can be found under Calligra - Text example.
Now I have a problem with the \input fonttable line. Where can I download this file or how can I get this working?
Thx
tex testfont(that's plain tex, not latex). it will ask for the name of the font to test; enter that, followed by "enter". then\table\bye' for one font, or\table\vfil\eject\init` to enable another round. you have to use the name of the font as it appears in the name of the.tfmfile, or plain tex won't recognize it. – barbara beeton Aug 13 '12 at 13:39fonttablepackage is able to make font tables. – egreg Sep 11 '12 at 22:07