summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/frcursive/figs.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/frcursive/figs.tex')
-rw-r--r--Master/texmf-dist/doc/fonts/frcursive/figs.tex38
1 files changed, 0 insertions, 38 deletions
diff --git a/Master/texmf-dist/doc/fonts/frcursive/figs.tex b/Master/texmf-dist/doc/fonts/frcursive/figs.tex
deleted file mode 100644
index 40651c2a4c8..00000000000
--- a/Master/texmf-dist/doc/fonts/frcursive/figs.tex
+++ /dev/null
@@ -1,38 +0,0 @@
-\documentclass{article}
-\usepackage[a4paper,margin=2cm]{geometry}
-\usepackage{graphicx}
-\begin{document}
-
-\newcount\c
-\c=`a
-\def\loopc{%
- \includegraphics{chars.\the\c}\par\pagebreak
- \advance\c1%
- \message{\the\c}%
- \ifnum\c>`z\relax\else\expandafter\loopc\fi}
-\loopc
-
-\end{document}
-
-This is the uppercase A in French Cursive, in its regular flavour at ten
-points base size:
-\begin{center}
- \includegraphics[scale=0.3]{chars.65}
-\end{center}
-And these are three representative lowercase letters, showing ascending and
-descending loops:
-\begin{center}
- \includegraphics[scale=0.3]{chars.97} \hfil
- \includegraphics[scale=0.3]{chars.98} \hfil
- \includegraphics[scale=0.3]{chars.106}
-\end{center}
-But these are isolated letters, without links. If we add the appropriate links
-and spacings, here is the result:
-\begin{center}
- \includegraphics[scale=0.3]{chars.0}
-\end{center}
-The same inside text looks like this:
-{\usefont{T1}{frc}{m}{n}abject}.
-Isn't is nice?
-
-\end{document}