From: Reinhold Kainhofer Date: Sat, 3 Sep 2011 10:52:34 +0000 (+0200) Subject: Fix 1293: Use quote env in latex instead of quotation X-Git-Tag: release/2.15.10-1~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=464b5926b0ed7165c89a5e3ecb79c5a22d3051f7;p=lilypond.git Fix 1293: Use quote env in latex instead of quotation The quotation environment is meant for larger quotations, and it adds an indent for the first line of each paragraph, which we definitely don't want to have in lilypond-book snippets... --- diff --git a/python/book_latex.py b/python/book_latex.py index fbf98e66bf..c94240cd54 100644 --- a/python/book_latex.py +++ b/python/book_latex.py @@ -134,9 +134,9 @@ Latex_output = { PRINTFILENAME: '''\\texttt{%(filename)s} ''', - QUOTE: r'''\begin{quotation} + QUOTE: r'''\begin{quote} %(str)s -\end{quotation}''', +\end{quote}''', VERBATIM: r'''\noindent \begin{verbatim}%(verb)s\end{verbatim}