Your PDF file will be produced. Please wait for a while. Just click on the underlined *.pdf. You can read and print it with Adobe Reader. ![]()
For the typesetting in Antiqua (i.e. latin-alphabet roman typeface), use the normal text-database version e.g. bg_khm_1819_053.txt instead of the Fraktur one. [In this case, however, you should actually edit each text-database and add extra markup according to the german.sty input conventions (e.g. gu"cken and Auf"|lage, etc.) to it if you would expect perfekt output.] And do not forget to issue the following control sequences in the preamble, either. Cf. A sample LaTeX input file.
\newcommand{\maerchentitel}{\section}
\newcommand{\untertitel}{\subsection}
\newcommand{\response}{\hspace{1.5em}}
\newcommand{\verseinsideindent}{\hspace{1.5em}}
\newcommand{\hallelujaindent}{\hspace{11em}}
\newcommand{\oq}{\glqq} %(german.sty or babel.sty required)
\newcommand{\oqs}{\glq} %(german.sty or babel.sty required)
\newcommand{\cq}{\grqq} %(german.sty or babel.sty required)
\newcommand{\cqs}{\grq} %(german.sty or babel.sty required)
\newcommand{\ecq}{\textbf{\textsf{''}}}
\newcommand{\pr}{\nolinebreak\raisebox{.8ex}{.}} %(graphicx.sty required)
\newcommand{\dasheisst}{d.\,h.\ }
\newcommand{\Dasheisst}{D.\,h.\ }
\newcommand{\dasist}{d.\,i.\ }
\newcommand{\divisionbar}%
{\begin{center}\rule[0.5ex]{0.25\textwidth}{0.1ex}\end{center}}
\newcommand{\titleunderbar}%
{\begin{center}\rule[0.5ex]{0.25\textwidth}{0.1ex}\end{center}}
\newcommand{\schlussbar}%
{\begin{center}\rule[0.5ex]{0.5\textwidth}{0.1ex}\end{center}}
\newcommand{\fullbar}%
{\begin{center}\rule[0.5ex]{\textwidth}{0.1ex}\end{center}}
\newcommand{\almostfullbar}%
{\begin{center}\rule[0.5ex]{0.9\textwidth}{0.1ex}\end{center}}
\newenvironment{scriptverse}[1]% %(calc.sty required)
{\begin{list}{}{\renewcommand{\makelabel}[1]{##1\hfil}%
\settowidth{\labelwidth}{#1}%
\setlength{\leftmargin}{\labelwidth+\labelsep}}}%
{\end{list}}