summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/hfoldsty/test-eco-hfo.tex
blob: 7c26a8a3d63ed88f666e42b2fea8822adf04cbf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
\makeatletter
\@ifundefined{ifhfo}{%
  \typeout{^^JError: Do not run latex on test-eco-hfo directly!^^J%
    \space\space\space\space\space\space\space
    Use test-eco.tex or test-hfo.tex instead.^^J}%
  \stop
}{}%
\listfiles
\RequirePackage{fix-cm}
\documentclass[ngerman,11pt]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{babel}
\usepackage[textwidth=190mm,textheight=280mm]{geometry}
\ifhfo
  \usepackage{hfoldsty}
\else
  \usepackage{eco}
\fi
\usepackage{slantsc}
\pagestyle{empty}
%\def\flqq{\guillemotleft}
%\def\frqq{\guillemotright}
\def\flqq{%
  \textormath{\guillemotleft}{\mbox{\guillemotleft}}}
\def\frqq{%
  \textormath{\guillemotright}{\mbox{\guillemotright}}}

\begingroup
\shorthandon{"}
\gdef\text{ABCDEFGHIJKLMNOPQRSTUVWXYZÄÖÜ abcdefghijklmnopqrstuvwxyzäöüß
  0123456789\\
  fi fl ff ffi ffl 
  \frqq H\flqq\ \frqq\kern0pt H\kern0pt\flqq\ 
  \frqq A\flqq\ \frqq\kern0pt A\kern0pt\flqq\ 
  \frqq V\flqq\ \frqq\kern0pt V\kern0pt\flqq}
\endgroup

\parindent0mm
\parskip5mm
\begin{document}
\textbf{\jobname}

\begingroup
\rmfamily
{\text}\\
{\itshape\text}\\
{\slshape\text}\\
{\bfseries\text}\\
{\bfseries\itshape\text}\\
{\bfseries\slshape\text}\\
\scshape
{\text}\\
{\itshape\text}\\
{\bfseries\text}\\
{\bfseries\itshape\text}
\endgroup

\begingroup
\sffamily
{\text}\\
{\itshape\text}\\
{\slshape\text}\\
{\bfseries\text}\\
{\bfseries\itshape\text}\\
{\bfseries\slshape\text}\\
\scshape
{\text}\\
{\itshape\text}\\
{\bfseries\text}\\
{\bfseries\itshape\text}
\endgroup

\begingroup
\ttfamily
{\text}\\
{\itshape\text}\\
{\slshape\text}\\
{\bfseries\text}\\
{\bfseries\itshape\text}\\
{\bfseries\slshape\text}\\
\scshape
{\text}\\
{\itshape\text}\\
{\bfseries\text}\\
{\bfseries\itshape\text}
\endgroup


\end{document}