14 lines
350 B
TeX
14 lines
350 B
TeX
% This document is fake.
|
|
% It is supposed to look like the german image, but it is not really an index.
|
|
\documentclass[a4paper, 12pt]{article}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\begin{document}
|
|
\thispagestyle{empty}
|
|
\section*{Index}
|
|
Knuth, Donald, 2 \\\bigskip
|
|
LaTeX, 1, 2 \\\bigskip
|
|
TeX, 2 \\
|
|
Typesetting system, 1
|
|
\end{document}
|