Quote indent
#10653
-
Beta Was this translation helpful? Give feedback.
Answered by
jpcirrus
Mar 1, 2025
Replies: 1 comment 4 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.
4 replies
Answer selected by
jgm
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
quoting
package together with enablingcsquotes
. For example: