The configuration file consists of one or multiple section, each
of them describing one configuration.

The section is started by the configuration name in square brackets,
i.e.\\[0.2em]
\verb|  |\texttt{[myprinter]}\\[0.2em]
An optional parent configuration to inherit from can be specified
separated by a colon:\\[0.2em]
\verb|  |\texttt{[myprinter:ps2]}\\[0.2em]
The section body contains lines consisting of one configuration entry
each. For a list of configuration entry names see
section~\vref{sec:konfigurationseintraege}.

An example configuration for a PS2 grayscaled printer might look
like this:
\begin{lstlisting}
[myprinter:ps2]
color = no
\end{lstlisting}
\clearpage
