summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/luaintro/02-01-5.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luaintro/02-01-5.sh')
-rw-r--r--Master/texmf-dist/doc/luatex/luaintro/02-01-5.sh32
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/luaintro/02-01-5.sh b/Master/texmf-dist/doc/luatex/luaintro/02-01-5.sh
new file mode 100644
index 00000000000..dd61fa96358
--- /dev/null
+++ b/Master/texmf-dist/doc/luatex/luaintro/02-01-5.sh
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+# Ein Beispiel der DANTE-Edition
+#
+## Beispiel 02-01-5 auf Seite 28.
+#
+# Copyright (C) 2013 Herbert Voss
+#
+# It may be distributed and/or modified under the conditions
+# of the LaTeX Project Public License, either version 1.3
+# of this license or (at your option) any later version.
+#
+# See http://www.latex-project.org/lppl.txt for details.
+#
+%
+cat <<End_Of_File > 02-01-3-type1.tex
+\documentclass{article}
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage{lmodern}
+\begin{document}
+Das ältere Mädchen wollte wie üblich
+eine \textbf{Crème Brûlée} zum Frühstück,
+aber nicht ganz so \textit{süß}. $\alpha$
+\end{document}
+End_Of_File
+pdflatex 02-01-3-type1.tex > /dev/null
+
+#
+#CODEbegin
+pdffonts 02-01-3-type1.pdf
+#CODEend