Skip to content
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: 2 comments 5 replies

Comment options

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

@jpcirrus
Comment options

@Aworldc
Comment options

@jpcirrus
Comment options

@Aworldc
Comment options

Answer selected by jgm
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants