Why is parskip=half messing up the spacing in mdframed?Why is thmtools and mdframed not working with parskipWhy doesn't parskip=half work together with fontenc in bibliographies?mdframed missing half the frameSmaller parskip than half for KOMA-Script?Why is thmtools and mdframed not working with parskipLibertine fonts: spaces in PDF filesWhy is the parskip package messing up the spacing in mdframed?Strange vertical spacing with floats and parskipControlling vertical spacing in chapterformat when using parskip=half* optionsVertical spacing between arrow and caption with unicode-mathmdframed and parskip

Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?

how to write formula in word in latex

PTIJ: Who should I vote for? (21st Knesset Edition)

Recruiter wants very extensive technical details about all of my previous work

How Could an Airship Be Repaired Mid-Flight

Why did it take so long to abandon sail after steamships were demonstrated?

What do Xenomorphs eat in the Alien series?

Life insurance that covers only simultaneous/dual deaths

Have researchers managed to "reverse time"? If so, what does that mean for physics?

Sailing the cryptic seas

How to terminate ping <dest> &

Can a druid choose the size of its wild shape beast?

How to deal with taxi scam when on vacation?

What is the significance behind "40 days" that often appears in the Bible?

How could a scammer know the apps on my phone / iTunes account?

Min function accepting varying number of arguments in C++17

Is it possible to upcast ritual spells?

Does Mathematica reuse previous computations?

Knife as defense against stray dogs

A Cautionary Suggestion

Is it true that good novels will automatically sell themselves on Amazon (and so on) and there is no need for one to waste time promoting?

Error in Twin Prime Conjecture

If I can solve Sudoku can I solve Travelling Salesman Problem(TSP)? If yes, how?

Does someone need to be connected to my network to sniff HTTP requests?



Why is parskip=half messing up the spacing in mdframed?


Why is thmtools and mdframed not working with parskipWhy doesn't parskip=half work together with fontenc in bibliographies?mdframed missing half the frameSmaller parskip than half for KOMA-Script?Why is thmtools and mdframed not working with parskipLibertine fonts: spaces in PDF filesWhy is the parskip package messing up the spacing in mdframed?Strange vertical spacing with floats and parskipControlling vertical spacing in chapterformat when using parskip=half* optionsVertical spacing between arrow and caption with unicode-mathmdframed and parskip













10















without parskip:



no parskip



parskip=half:



parskip half



documentclass[parskip=half]scrartcl

usepackageblindtext

usepackageamsmath
usepackageamsthm
usepackagethmtools

usepackage[framemethod=TikZ]mdframed
colorletshadecolorgray!25

newmdtheoremenv[
innerlinewidth=0pt,middlelinewidth=0pt,
outerlinecolor=shadecolor,outerlinewidth=3pt,
skipabove=topskip,skipbelow=topskip,
]exampleExample

begindocument

beginexample
blindtext
endexample

enddocument









share|improve this question




























    10















    without parskip:



    no parskip



    parskip=half:



    parskip half



    documentclass[parskip=half]scrartcl

    usepackageblindtext

    usepackageamsmath
    usepackageamsthm
    usepackagethmtools

    usepackage[framemethod=TikZ]mdframed
    colorletshadecolorgray!25

    newmdtheoremenv[
    innerlinewidth=0pt,middlelinewidth=0pt,
    outerlinecolor=shadecolor,outerlinewidth=3pt,
    skipabove=topskip,skipbelow=topskip,
    ]exampleExample

    begindocument

    beginexample
    blindtext
    endexample

    enddocument









    share|improve this question


























      10












      10








      10








      without parskip:



      no parskip



      parskip=half:



      parskip half



      documentclass[parskip=half]scrartcl

      usepackageblindtext

      usepackageamsmath
      usepackageamsthm
      usepackagethmtools

      usepackage[framemethod=TikZ]mdframed
      colorletshadecolorgray!25

      newmdtheoremenv[
      innerlinewidth=0pt,middlelinewidth=0pt,
      outerlinecolor=shadecolor,outerlinewidth=3pt,
      skipabove=topskip,skipbelow=topskip,
      ]exampleExample

      begindocument

      beginexample
      blindtext
      endexample

      enddocument









      share|improve this question
















      without parskip:



      no parskip



      parskip=half:



      parskip half



      documentclass[parskip=half]scrartcl

      usepackageblindtext

      usepackageamsmath
      usepackageamsthm
      usepackagethmtools

      usepackage[framemethod=TikZ]mdframed
      colorletshadecolorgray!25

      newmdtheoremenv[
      innerlinewidth=0pt,middlelinewidth=0pt,
      outerlinecolor=shadecolor,outerlinewidth=3pt,
      skipabove=topskip,skipbelow=topskip,
      ]exampleExample

      begindocument

      beginexample
      blindtext
      endexample

      enddocument






      spacing koma-script mdframed parskip






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 9 hours ago









      Glorfindel

      245129




      245129










      asked Mar 2 '13 at 14:01









      letmaikletmaik

      9971823




      9971823




















          1 Answer
          1






          active

          oldest

          votes


















          11














          Since you don't set the innertopmargin, you have the default value, that the manual specifies as .4baselineskip. A workaround is



          newmdtheoremenv[
          innerlinewidth=0pt,middlelinewidth=0pt,
          outerlinecolor=shadecolor,outerlinewidth=3pt,
          skipabove=topskip,skipbelow=topskip,
          %%% kill the initial parskip
          innertopmargin=dimexpr.4baselineskip-parskiprelax,
          %%%
          ]exampleExample


          but this should probably be corrected in mdframed, maybe with a new key suppressfirstparskip.



          enter image description here






          share|improve this answer























          • Perfect! I'll open an issue at github.

            – letmaik
            Mar 2 '13 at 14:29











          • @neo: You don't need. I am here ;-)

            – Marco Daniel
            Mar 2 '13 at 14:29












          • Ah^^ Great. Thanks for the package! :)

            – letmaik
            Mar 2 '13 at 14:30











          • @neo: Fixed issue: github.com/marcodaniel/mdframed and the new option is suppressfirstparskip;-)

            – Marco Daniel
            Mar 2 '13 at 14:46










          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%2f100570%2fwhy-is-parskip-half-messing-up-the-spacing-in-mdframed%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          11














          Since you don't set the innertopmargin, you have the default value, that the manual specifies as .4baselineskip. A workaround is



          newmdtheoremenv[
          innerlinewidth=0pt,middlelinewidth=0pt,
          outerlinecolor=shadecolor,outerlinewidth=3pt,
          skipabove=topskip,skipbelow=topskip,
          %%% kill the initial parskip
          innertopmargin=dimexpr.4baselineskip-parskiprelax,
          %%%
          ]exampleExample


          but this should probably be corrected in mdframed, maybe with a new key suppressfirstparskip.



          enter image description here






          share|improve this answer























          • Perfect! I'll open an issue at github.

            – letmaik
            Mar 2 '13 at 14:29











          • @neo: You don't need. I am here ;-)

            – Marco Daniel
            Mar 2 '13 at 14:29












          • Ah^^ Great. Thanks for the package! :)

            – letmaik
            Mar 2 '13 at 14:30











          • @neo: Fixed issue: github.com/marcodaniel/mdframed and the new option is suppressfirstparskip;-)

            – Marco Daniel
            Mar 2 '13 at 14:46















          11














          Since you don't set the innertopmargin, you have the default value, that the manual specifies as .4baselineskip. A workaround is



          newmdtheoremenv[
          innerlinewidth=0pt,middlelinewidth=0pt,
          outerlinecolor=shadecolor,outerlinewidth=3pt,
          skipabove=topskip,skipbelow=topskip,
          %%% kill the initial parskip
          innertopmargin=dimexpr.4baselineskip-parskiprelax,
          %%%
          ]exampleExample


          but this should probably be corrected in mdframed, maybe with a new key suppressfirstparskip.



          enter image description here






          share|improve this answer























          • Perfect! I'll open an issue at github.

            – letmaik
            Mar 2 '13 at 14:29











          • @neo: You don't need. I am here ;-)

            – Marco Daniel
            Mar 2 '13 at 14:29












          • Ah^^ Great. Thanks for the package! :)

            – letmaik
            Mar 2 '13 at 14:30











          • @neo: Fixed issue: github.com/marcodaniel/mdframed and the new option is suppressfirstparskip;-)

            – Marco Daniel
            Mar 2 '13 at 14:46













          11












          11








          11







          Since you don't set the innertopmargin, you have the default value, that the manual specifies as .4baselineskip. A workaround is



          newmdtheoremenv[
          innerlinewidth=0pt,middlelinewidth=0pt,
          outerlinecolor=shadecolor,outerlinewidth=3pt,
          skipabove=topskip,skipbelow=topskip,
          %%% kill the initial parskip
          innertopmargin=dimexpr.4baselineskip-parskiprelax,
          %%%
          ]exampleExample


          but this should probably be corrected in mdframed, maybe with a new key suppressfirstparskip.



          enter image description here






          share|improve this answer













          Since you don't set the innertopmargin, you have the default value, that the manual specifies as .4baselineskip. A workaround is



          newmdtheoremenv[
          innerlinewidth=0pt,middlelinewidth=0pt,
          outerlinecolor=shadecolor,outerlinewidth=3pt,
          skipabove=topskip,skipbelow=topskip,
          %%% kill the initial parskip
          innertopmargin=dimexpr.4baselineskip-parskiprelax,
          %%%
          ]exampleExample


          but this should probably be corrected in mdframed, maybe with a new key suppressfirstparskip.



          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 2 '13 at 14:21









          egregegreg

          726k8819223230




          726k8819223230












          • Perfect! I'll open an issue at github.

            – letmaik
            Mar 2 '13 at 14:29











          • @neo: You don't need. I am here ;-)

            – Marco Daniel
            Mar 2 '13 at 14:29












          • Ah^^ Great. Thanks for the package! :)

            – letmaik
            Mar 2 '13 at 14:30











          • @neo: Fixed issue: github.com/marcodaniel/mdframed and the new option is suppressfirstparskip;-)

            – Marco Daniel
            Mar 2 '13 at 14:46

















          • Perfect! I'll open an issue at github.

            – letmaik
            Mar 2 '13 at 14:29











          • @neo: You don't need. I am here ;-)

            – Marco Daniel
            Mar 2 '13 at 14:29












          • Ah^^ Great. Thanks for the package! :)

            – letmaik
            Mar 2 '13 at 14:30











          • @neo: Fixed issue: github.com/marcodaniel/mdframed and the new option is suppressfirstparskip;-)

            – Marco Daniel
            Mar 2 '13 at 14:46
















          Perfect! I'll open an issue at github.

          – letmaik
          Mar 2 '13 at 14:29





          Perfect! I'll open an issue at github.

          – letmaik
          Mar 2 '13 at 14:29













          @neo: You don't need. I am here ;-)

          – Marco Daniel
          Mar 2 '13 at 14:29






          @neo: You don't need. I am here ;-)

          – Marco Daniel
          Mar 2 '13 at 14:29














          Ah^^ Great. Thanks for the package! :)

          – letmaik
          Mar 2 '13 at 14:30





          Ah^^ Great. Thanks for the package! :)

          – letmaik
          Mar 2 '13 at 14:30













          @neo: Fixed issue: github.com/marcodaniel/mdframed and the new option is suppressfirstparskip;-)

          – Marco Daniel
          Mar 2 '13 at 14:46





          @neo: Fixed issue: github.com/marcodaniel/mdframed and the new option is suppressfirstparskip;-)

          – Marco Daniel
          Mar 2 '13 at 14:46

















          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%2f100570%2fwhy-is-parskip-half-messing-up-the-spacing-in-mdframed%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

          How should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

          152 Atala Notae | Nexus externi | Tabula navigationis"Discovery Circumstances: Numbered Minor Planets"2000152Small-Body Database

          Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"