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










1















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.



example



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









share|improve this question






















  • 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
















1















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.



example



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









share|improve this question






















  • 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














1












1








1








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.



example



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









share|improve this question














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.



example



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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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


















  • 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











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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Wikipedia:Contact us Navigation menu Navigation menuLeave a Reply Cancel reply Post navigationRecent PostsRecent CommentsArchivesCategoriesMeta

Farafra Inhaltsverzeichnis Geschichte | Badr-Museum Farafra | Nationalpark Weiße Wüste (as-Sahra al-baida) | Literatur | Weblinks | Navigationsmenü27° 3′ N, 27° 58′ OCommons: Farafra

Tórshavn Kliima | Partnerstääden | Luke uk diar | Nawigatsjuun62° 1′ N, 6° 46′ W62° 1′ 0″ N, 6° 46′ 0″ WWMOTórshavn