Reledmac - interline (line spacing)











up vote
0
down vote

favorite












A simple question. Is there any way to change the interline of a Reledmac text (namely, between a pstart and a pend) without messing the algorithm of page-breaking?



I tried to move up the 11.5 from my fontsize{10}{11.5}selectfont



but it ends up in a total mess, even with a small shift.



The renewcommandbaselinestretch{2} has no effect, too.



Reading the manual, maybe (perhaps!) that this behaviour has something to to with this:




add@penalties is the last macro used by do@line. It adds up the
club, widow, and interline penalties, and puts a single penalty of the
appropriate size back into the para- graph; these penalties get
removed by the vsplit operation. displaywidowpenalty and
brokenpenalty are not restored, since we have no easy way to find out
where we should insert them.




So, what could I do to get a bit of space between the lines without messing the mise-en-page?










share|improve this question


























    up vote
    0
    down vote

    favorite












    A simple question. Is there any way to change the interline of a Reledmac text (namely, between a pstart and a pend) without messing the algorithm of page-breaking?



    I tried to move up the 11.5 from my fontsize{10}{11.5}selectfont



    but it ends up in a total mess, even with a small shift.



    The renewcommandbaselinestretch{2} has no effect, too.



    Reading the manual, maybe (perhaps!) that this behaviour has something to to with this:




    add@penalties is the last macro used by do@line. It adds up the
    club, widow, and interline penalties, and puts a single penalty of the
    appropriate size back into the para- graph; these penalties get
    removed by the vsplit operation. displaywidowpenalty and
    brokenpenalty are not restored, since we have no easy way to find out
    where we should insert them.




    So, what could I do to get a bit of space between the lines without messing the mise-en-page?










    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      A simple question. Is there any way to change the interline of a Reledmac text (namely, between a pstart and a pend) without messing the algorithm of page-breaking?



      I tried to move up the 11.5 from my fontsize{10}{11.5}selectfont



      but it ends up in a total mess, even with a small shift.



      The renewcommandbaselinestretch{2} has no effect, too.



      Reading the manual, maybe (perhaps!) that this behaviour has something to to with this:




      add@penalties is the last macro used by do@line. It adds up the
      club, widow, and interline penalties, and puts a single penalty of the
      appropriate size back into the para- graph; these penalties get
      removed by the vsplit operation. displaywidowpenalty and
      brokenpenalty are not restored, since we have no easy way to find out
      where we should insert them.




      So, what could I do to get a bit of space between the lines without messing the mise-en-page?










      share|improve this question













      A simple question. Is there any way to change the interline of a Reledmac text (namely, between a pstart and a pend) without messing the algorithm of page-breaking?



      I tried to move up the 11.5 from my fontsize{10}{11.5}selectfont



      but it ends up in a total mess, even with a small shift.



      The renewcommandbaselinestretch{2} has no effect, too.



      Reading the manual, maybe (perhaps!) that this behaviour has something to to with this:




      add@penalties is the last macro used by do@line. It adds up the
      club, widow, and interline penalties, and puts a single penalty of the
      appropriate size back into the para- graph; these penalties get
      removed by the vsplit operation. displaywidowpenalty and
      brokenpenalty are not restored, since we have no easy way to find out
      where we should insert them.




      So, what could I do to get a bit of space between the lines without messing the mise-en-page?







      line-spacing reledmac






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 15 at 11:26









      Teodoro

      2399




      2399






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          Mystery solved.



          There wasn't any issue about that. I just had a (well hidden, indeed) interlinepenalty=10000 right before the bibliography and then before my ledmac code. It was this that was driving eledmac crazy.



          Sorry for the question :)






          share|improve this answer

















          • 1




            Please accept your answer as an answer. This way does not appear to be open.
            – CampanIgnis
            Sep 15 at 21:47











          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',
          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%2f450980%2freledmac-interline-line-spacing%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








          up vote
          0
          down vote













          Mystery solved.



          There wasn't any issue about that. I just had a (well hidden, indeed) interlinepenalty=10000 right before the bibliography and then before my ledmac code. It was this that was driving eledmac crazy.



          Sorry for the question :)






          share|improve this answer

















          • 1




            Please accept your answer as an answer. This way does not appear to be open.
            – CampanIgnis
            Sep 15 at 21:47















          up vote
          0
          down vote













          Mystery solved.



          There wasn't any issue about that. I just had a (well hidden, indeed) interlinepenalty=10000 right before the bibliography and then before my ledmac code. It was this that was driving eledmac crazy.



          Sorry for the question :)






          share|improve this answer

















          • 1




            Please accept your answer as an answer. This way does not appear to be open.
            – CampanIgnis
            Sep 15 at 21:47













          up vote
          0
          down vote










          up vote
          0
          down vote









          Mystery solved.



          There wasn't any issue about that. I just had a (well hidden, indeed) interlinepenalty=10000 right before the bibliography and then before my ledmac code. It was this that was driving eledmac crazy.



          Sorry for the question :)






          share|improve this answer












          Mystery solved.



          There wasn't any issue about that. I just had a (well hidden, indeed) interlinepenalty=10000 right before the bibliography and then before my ledmac code. It was this that was driving eledmac crazy.



          Sorry for the question :)







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Sep 15 at 17:00









          Teodoro

          2399




          2399








          • 1




            Please accept your answer as an answer. This way does not appear to be open.
            – CampanIgnis
            Sep 15 at 21:47














          • 1




            Please accept your answer as an answer. This way does not appear to be open.
            – CampanIgnis
            Sep 15 at 21:47








          1




          1




          Please accept your answer as an answer. This way does not appear to be open.
          – CampanIgnis
          Sep 15 at 21:47




          Please accept your answer as an answer. This way does not appear to be open.
          – CampanIgnis
          Sep 15 at 21:47


















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f450980%2freledmac-interline-line-spacing%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

          Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

          ComboBox Display Member on multiple fields

          Is it possible to collect Nectar points via Trainline?