Skip to content

Quote indent #10653

Answered by jpcirrus
Aworldc asked this question in Q&A
Mar 1, 2025 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

I customized block quotes by loading the quoting package together with enabling csquotes. For example:

\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
}

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Aworldc
Comment options

@jpcirrus
Comment options

@Aworldc
Comment options

@jpcirrus
Comment options

Answer selected by jgm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants