From 464b5926b0ed7165c89a5e3ecb79c5a22d3051f7 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sat, 3 Sep 2011 12:52:34 +0200 Subject: [PATCH] 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... --- python/book_latex.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.39.2