Quote indent
#10653
-
Beta Was this translation helpful? Give feedback.
Answered by
jpcirrus
Mar 1, 2025
Replies: 2 comments 5 replies
-
|
I customized block quotes by loading the \usepackage{quoting}
\SetBlockEnvironment{quoting}
\ExecuteQuoteOptions{% Use block quote when quote >= 40 words
threshold=39,
thresholdtype=words
}
\quotingsetup{% Block quote formatting
rightmargin=0pt, % Don't indent right margin
vskip=\parskip % No extra vertical spacing
} |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
jgm
-
|
A simpler suggestion would be to redefine the quote environment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I customized block quotes by loading the
quotingpackage together with enablingcsquotes. For example: