Avoid ragged option description layout

Even though the description is flush with the keys (and paragraphs), it should
be pretty clear to which key a description belongs too.
This commit is contained in:
Matthias Vogelgesang 2015-07-10 14:21:41 +02:00
parent 1e8b3749f0
commit 3132a96472
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
\begin{minipage}[t]{\textwidth} \begin{minipage}[t]{\textwidth}
\textit{\textbf{\textcolor{mLightGreen}{#2}}}\dotfill\,#3\par \textit{\textbf{\textcolor{mLightGreen}{#2}}}\dotfill\,#3\par
\begingroup \begingroup
\leftskip2em #4\par \vspace{0.5em}#4\par
\endgroup \endgroup
\end{minipage} \end{minipage}
} }