lettrine in csquotes blockquote leaves empty space in subsequent paragraphs The Next CEO of Stack OverflowSpace after lettrineHow to change paragraph separation to indent within blockquote (csquotes)csquotes: always enclose blockquote in “ ”Space letter second line lettrine packageUsing Lettrine with short paragraphsUsing wrapfig and lettrine with a figure spanning multiple paragraphsLettrine indents all paragraphsHow to tell csquotes to italicize quotes in blockquote?Command using lettrine affects all paragraphscsquotes — How to customize/change blockquote features — indentation, fontsize, linewidth
Opposite of a diet
How to make a variable always equal to the result of some calculations?
Whats the best way to handle refactoring a big file?
Where to find order of arguments for default functions
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
India just shot down a satellite from the ground. At what altitude range is the resulting debris field?
Return the Closest Prime Number
Unreliable Magic - Is it worth it?
Should I tutor a student who I know has cheated on their homework?
Natural language into sentence logic
How does practicing restraint and performing actions of merit purify the mind?
How to count occurrences of text in a file?
Science fiction (dystopian) short story set after WWIII
Customer Requests (Sometimes) Drive Me Bonkers!
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Is it okay to store user locations?
Failed to fetch jessie backports repository
Why didn't Khan get resurrected in the Genesis Explosion?
How should I support this large drywall patch?
Need some help with wall behind rangetop
Term for the "extreme-extension" version of a straw man fallacy?
Text adventure game code
When airplanes disconnect from a tanker during air to air refueling, why do they bank so sharply to the right?
Can a caster that cast Polymorph on themselves stop concentrating at any point even if their Int is low?
lettrine in csquotes blockquote leaves empty space in subsequent paragraphs
The Next CEO of Stack OverflowSpace after lettrineHow to change paragraph separation to indent within blockquote (csquotes)csquotes: always enclose blockquote in “ ”Space letter second line lettrine packageUsing Lettrine with short paragraphsUsing wrapfig and lettrine with a figure spanning multiple paragraphsLettrine indents all paragraphsHow to tell csquotes to italicize quotes in blockquote?Command using lettrine affects all paragraphscsquotes — How to customize/change blockquote features — indentation, fontsize, linewidth
I'm trying to put a big quotation mark as a lettrine in the opening of a blockquote.
This works, however if there are multiple paragraphs in the blockquote, the following paragraphs needlessly retain the space set aside for the lettrine resulting in ugly indentation (marked with red in the example).
I suspect that the lines
option in the lettrine command sets some internal state that is not reset for the following paragraphs, unlike what is the case outside the blockquote environment.
MWE:
documentclassarticle
usepackagelettrine
usepackagelipsum
usepackagecsquotes
SetBlockEnvironmentquotation
defquotelettrinetextquotedblleft
renewcommandmkblockquote[4]%
lettrine[lines=2, findent=.5em, nindent=0em]quotelettrine%
itshape#1#2#3#4%
%%%-----------------------------------------------------------------------------
begindocument
lipsum[1]
blockquotelipsum[2-3]
lipsum[4]
enddocument
csquotes lettrine
add a comment |
I'm trying to put a big quotation mark as a lettrine in the opening of a blockquote.
This works, however if there are multiple paragraphs in the blockquote, the following paragraphs needlessly retain the space set aside for the lettrine resulting in ugly indentation (marked with red in the example).
I suspect that the lines
option in the lettrine command sets some internal state that is not reset for the following paragraphs, unlike what is the case outside the blockquote environment.
MWE:
documentclassarticle
usepackagelettrine
usepackagelipsum
usepackagecsquotes
SetBlockEnvironmentquotation
defquotelettrinetextquotedblleft
renewcommandmkblockquote[4]%
lettrine[lines=2, findent=.5em, nindent=0em]quotelettrine%
itshape#1#2#3#4%
%%%-----------------------------------------------------------------------------
begindocument
lipsum[1]
blockquotelipsum[2-3]
lipsum[4]
enddocument
csquotes lettrine
You need an additional pair of braces:renewcommandmkblockquote[4]lettrine[lines=2, findent=.5em, nindent=0em]quotelettrineitshape#1#2#3#4
– Robert
3 hours ago
Thanks for the comment. I've done some tests and it seems to work only for the final paragraph (try changing the lipsum inside the quote to 2-4)...
– meide
1 hour ago
add a comment |
I'm trying to put a big quotation mark as a lettrine in the opening of a blockquote.
This works, however if there are multiple paragraphs in the blockquote, the following paragraphs needlessly retain the space set aside for the lettrine resulting in ugly indentation (marked with red in the example).
I suspect that the lines
option in the lettrine command sets some internal state that is not reset for the following paragraphs, unlike what is the case outside the blockquote environment.
MWE:
documentclassarticle
usepackagelettrine
usepackagelipsum
usepackagecsquotes
SetBlockEnvironmentquotation
defquotelettrinetextquotedblleft
renewcommandmkblockquote[4]%
lettrine[lines=2, findent=.5em, nindent=0em]quotelettrine%
itshape#1#2#3#4%
%%%-----------------------------------------------------------------------------
begindocument
lipsum[1]
blockquotelipsum[2-3]
lipsum[4]
enddocument
csquotes lettrine
I'm trying to put a big quotation mark as a lettrine in the opening of a blockquote.
This works, however if there are multiple paragraphs in the blockquote, the following paragraphs needlessly retain the space set aside for the lettrine resulting in ugly indentation (marked with red in the example).
I suspect that the lines
option in the lettrine command sets some internal state that is not reset for the following paragraphs, unlike what is the case outside the blockquote environment.
MWE:
documentclassarticle
usepackagelettrine
usepackagelipsum
usepackagecsquotes
SetBlockEnvironmentquotation
defquotelettrinetextquotedblleft
renewcommandmkblockquote[4]%
lettrine[lines=2, findent=.5em, nindent=0em]quotelettrine%
itshape#1#2#3#4%
%%%-----------------------------------------------------------------------------
begindocument
lipsum[1]
blockquotelipsum[2-3]
lipsum[4]
enddocument
csquotes lettrine
csquotes lettrine
asked 12 hours ago
meidemeide
1868
1868
You need an additional pair of braces:renewcommandmkblockquote[4]lettrine[lines=2, findent=.5em, nindent=0em]quotelettrineitshape#1#2#3#4
– Robert
3 hours ago
Thanks for the comment. I've done some tests and it seems to work only for the final paragraph (try changing the lipsum inside the quote to 2-4)...
– meide
1 hour ago
add a comment |
You need an additional pair of braces:renewcommandmkblockquote[4]lettrine[lines=2, findent=.5em, nindent=0em]quotelettrineitshape#1#2#3#4
– Robert
3 hours ago
Thanks for the comment. I've done some tests and it seems to work only for the final paragraph (try changing the lipsum inside the quote to 2-4)...
– meide
1 hour ago
You need an additional pair of braces:
renewcommandmkblockquote[4]lettrine[lines=2, findent=.5em, nindent=0em]quotelettrineitshape#1#2#3#4
– Robert
3 hours ago
You need an additional pair of braces:
renewcommandmkblockquote[4]lettrine[lines=2, findent=.5em, nindent=0em]quotelettrineitshape#1#2#3#4
– Robert
3 hours ago
Thanks for the comment. I've done some tests and it seems to work only for the final paragraph (try changing the lipsum inside the quote to 2-4)...
– meide
1 hour ago
Thanks for the comment. I've done some tests and it seems to work only for the final paragraph (try changing the lipsum inside the quote to 2-4)...
– meide
1 hour ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481951%2flettrine-in-csquotes-blockquote-leaves-empty-space-in-subsequent-paragraphs%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481951%2flettrine-in-csquotes-blockquote-leaves-empty-space-in-subsequent-paragraphs%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You need an additional pair of braces:
renewcommandmkblockquote[4]lettrine[lines=2, findent=.5em, nindent=0em]quotelettrineitshape#1#2#3#4
– Robert
3 hours ago
Thanks for the comment. I've done some tests and it seems to work only for the final paragraph (try changing the lipsum inside the quote to 2-4)...
– meide
1 hour ago