diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/oesch/example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/oesch/example.tex | 118 |
1 files changed, 0 insertions, 118 deletions
diff --git a/Master/texmf-dist/doc/latex/oesch/example.tex b/Master/texmf-dist/doc/latex/oesch/example.tex deleted file mode 100644 index 979ce9d2969..00000000000 --- a/Master/texmf-dist/doc/latex/oesch/example.tex +++ /dev/null @@ -1,118 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% % -% example.tex % -% % -% Oesterreichische Schulschrift 1995 (Austrian School Writing Letters 1995) % -% Version May 18, 2001 % -% % -% Design by Gerhard A. Bachmaier % -% % -% Email: gerhard.bachmaier@uni-graz.at % -% % -% You're free to use or copy this file as long as you leave this % -% header intact and don't change the contents. % -% % -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\documentclass[a4paper]{article} -\usepackage{oesch} -\begin{document} - -This METAFONT files will generate a font which is used in Austrian schools for -hand writing. There are two sizes, 10pt and 20pt. - -\noindent\textoesch{"osterreichische Schulschrift 1995} - -\noindent\textoeschb{"osterreichische Schulschrift} - -The Austrian School Writing Font differs from german hand writing fonts in many -details; e.g. you have to continue lowercase letters at the middle bar after -capital letters F,H, and Z. - -\noindent\textoesch{Ferdinand, Haus, Zug} - -The font contains all letters including a sharp s, digits, a few typographic -characters .,;:()!? german quotes, and dashes. There is just one accent (umlaut). -This should be sufficient for german and english texts. - -\noindent\textoesch{ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz "s} - -\noindent\textoesch{0123456789.,;:()!?\gsqon a\gsqoff\gqon a\gqoff-- ---\textvisiblespace} - - -Additionally are some letter variants for ligatures. In normal circumstances you -will NOT need any explicit use of them. The ligtables in the font will do the -job for you. - -The font is based on the newer T1 encoding and can handle ligatures with umlaut -accent. All accented letters (also lowercase \verb+\"e+ and \verb+\"i+) are contained as -glyphs. - -Umlaut accent can be applied in 3 different ways: - -.) (sure one) as e.g. \verb+\"a+ - -.) e.g. \verb+"a+ (without $\backslash$) works without the package \textsc{german} in the text -environment, because the ligatures \verb+"a,"o,"u,"A,"O,"U,"s,"`,"``,"',+ and -\verb+"''+ are part of the font. -If you have umlaut accents in normal text use the package \textsc{german} and accents are -correct in both environments. Just quotes will not work, since the package german -assumes OT1-fonts(!). Use \verb+\gsqon/\gsqoff+ or \verb+\gqon/\gqoff+ respectively. - -.) Windows texts with ä,ö,ü,Ä,Ö, and Ü will be treated correct in the text environment, -just ß (sharp-s) will not work. This is not possible for normal (Computer Modern) text -(confer these lines). - -Most special characters can be used by an extra command: - -\begin{tabular}{p{30mm}p{15mm}p{55mm}} -\verb+\i \j+ & \textoesch{\i\ \j} & dotless i or j\\ -\verb+\ii \jj+ & \textoesch{\ii\ \jj} & -dotless i or j (variant in combination with FHZ) \\ -\verb+\ae \oe \ue+ & \textoesch{\ae\ \oe\ \ue} & -variant umlaut accent lowercase letters in combination with FHZ\\ -\verb+\B \D \I \N \O \Oe+ \verb+\P \S \T \V \W+ & \textoesch{\B\ \D\ \I\ \N\ \O\ \Oe\ \P\ \S\ -\T\ \V\ \W} & capital letters with starting small dash\\ -\verb+\r \x+ & \textoesch{\r\ \x} & special characters used at the beginning of a word -(confer \textoesch{\noboundary r \noboundary x})\\ -\verb+\s+ &\textoesch{\s} & final s (normal s has an extra dash \textoesch{s\noboundary})\\ -\verb+\Fe \He \Ze \Pf+ & \textoesch{\Fe\ \He\ \Ze\ \Pf} & ligatures -\end{tabular} - -\newpage -Files: - -\begin{tabular}{ll} -\verb+oesch.sty+ & Package oesch\\ -\verb+oe.def+ & Encoding oe \\ -\verb+oesch.mf+ & Metafont file option 10pt\\ -\verb+oeschb.mf+ & Metafont file option 20pt\\ -\verb+oesch_m.mf+ & Metafont main file\\ -\verb+lig.mf+ & ligtables\\ -\verb+readme.txt+ & short introduction (text)\\ -\verb+liesmich.txt+ & short introduction (text) in german\\ -\verb+beispiel.tex+ & short introduction (\TeX), this file\\ -\verb+example.tex+ & short introduction (\TeX) in german -\end{tabular} - -\bigskip - -Installation: -Put \verb+oesch.sty+ and \verb+oe.def+ into a directory, where \LaTeX\ will look for them -e.g. \verb+TeX/LaTex/misc+. - -Put \verb+*.mf+ into a directory, where MetaFont will look for them e.g. -\verb+fonts/source/public/misc+. - -Usage: - -For short examples use\verb+\textoesch{Text}+. Long texts use \verb+\oeschfamily+ -or \verb+\oeschbfamily+. Furthermore I recommend to use it with -\verb+\renewcommand{\baselinestretch}{1.4}+. -\end{document} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% % -% End of File % -% % -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |