Insert line between minipage but not pageend The Next CEO of Stack OverflowBest way to insert a horizontal cut line with a scissor symbol

What steps are necessary to read a Modern SSD in Medieval Europe?

What are the unusually-enlarged wing sections on this P-38 Lightning?

Point distance program written without a framework

Aggressive Under-Indexing and no data for missing index

How to get the last not-null value in an ordered column of a huge table?

Is a distribution that is normal, but highly skewed, considered Gaussian?

Can I calculate next year's exemptions based on this year's refund/amount owed?

Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact

Audio Conversion With ADS1243

Does Germany produce more waste than the US?

Graph of the history of databases

Do I need to write [sic] when including a quotation with a number less than 10 that isn't written out?

Is dried pee considered dirt?

Getting Stale Gas Out of a Gas Tank w/out Dropping the Tank

What day is it again?

Won the lottery - how do I keep the money?

Help/tips for a first time writer?

Is French Guiana a (hard) EU border?

Why do we say 'Un seul M' and not 'Une seule M' even though M is a "consonne"

Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?

How to Implement Deterministic Encryption Safely in .NET

Is it OK to decorate a log book cover?

Why am I getting "Static method cannot be referenced from a non static context: String String.valueOf(Object)"?

How did Beeri the Hittite come up with naming his daughter Yehudit?



Insert line between minipage but not pageend



The Next CEO of Stack OverflowBest way to insert a horizontal cut line with a scissor symbol










0















I am doing a PHP script to write a .tex file.



Based in this insert a horizontal cut line, I want to "print" many block on one page, and between block I want draw a "cut line".



But I dont want draw a cut line at bottom of page.



The script write:



  • BLOCK

  • LINE

  • BLOCK

  • LINE

  • BLOCK

  • ...

For this example I am using minipage to avoid break the "block" and inserting the cut line between this "blocks"



documentclass[12pt]article
usepackage[T1]fontenc
usepackagepifont
usepackagefancyhdr
fancyhf
renewcommandheadrulewidth0pt
usepackagelipsum
usepackage[letterpaper, portrait, tmargin=10mm, bmargin=10mm]geometry

begindocument
% START BLOCK
beginminipagetextwidth
lipsum[2-4]
endminipage

vspacebaselineskip
noindentdotfill
ding33dotfill
raisebox-0.25baselineskipding34dotfill
raisebox-0.50baselineskipding35dotfill
vspacebaselineskip
% END BLOCK

% ONLY REPEAT BLOCK HERE
beginminipagetextwidth
lipsum[2-4]
endminipage
vspacebaselineskip
noindentdotfill
ding33dotfill
raisebox-0.25baselineskipding34dotfill
raisebox-0.50baselineskipding35dotfill
vspacebaselineskip
beginminipagetextwidth
lipsum[2-4]
endminipage
vspacebaselineskip
noindentdotfill
ding33dotfill
raisebox-0.25baselineskipding34dotfill
raisebox-0.50baselineskipding35dotfill
vspacebaselineskip
enddocument


Example Code



As you can see in the image, the cut line it pointless at the end of the page, it does not should to be drawn/inserted



I think it can be solved using something like needspace, but I would not know how to start.









share


























    0















    I am doing a PHP script to write a .tex file.



    Based in this insert a horizontal cut line, I want to "print" many block on one page, and between block I want draw a "cut line".



    But I dont want draw a cut line at bottom of page.



    The script write:



    • BLOCK

    • LINE

    • BLOCK

    • LINE

    • BLOCK

    • ...

    For this example I am using minipage to avoid break the "block" and inserting the cut line between this "blocks"



    documentclass[12pt]article
    usepackage[T1]fontenc
    usepackagepifont
    usepackagefancyhdr
    fancyhf
    renewcommandheadrulewidth0pt
    usepackagelipsum
    usepackage[letterpaper, portrait, tmargin=10mm, bmargin=10mm]geometry

    begindocument
    % START BLOCK
    beginminipagetextwidth
    lipsum[2-4]
    endminipage

    vspacebaselineskip
    noindentdotfill
    ding33dotfill
    raisebox-0.25baselineskipding34dotfill
    raisebox-0.50baselineskipding35dotfill
    vspacebaselineskip
    % END BLOCK

    % ONLY REPEAT BLOCK HERE
    beginminipagetextwidth
    lipsum[2-4]
    endminipage
    vspacebaselineskip
    noindentdotfill
    ding33dotfill
    raisebox-0.25baselineskipding34dotfill
    raisebox-0.50baselineskipding35dotfill
    vspacebaselineskip
    beginminipagetextwidth
    lipsum[2-4]
    endminipage
    vspacebaselineskip
    noindentdotfill
    ding33dotfill
    raisebox-0.25baselineskipding34dotfill
    raisebox-0.50baselineskipding35dotfill
    vspacebaselineskip
    enddocument


    Example Code



    As you can see in the image, the cut line it pointless at the end of the page, it does not should to be drawn/inserted



    I think it can be solved using something like needspace, but I would not know how to start.









    share
























      0












      0








      0








      I am doing a PHP script to write a .tex file.



      Based in this insert a horizontal cut line, I want to "print" many block on one page, and between block I want draw a "cut line".



      But I dont want draw a cut line at bottom of page.



      The script write:



      • BLOCK

      • LINE

      • BLOCK

      • LINE

      • BLOCK

      • ...

      For this example I am using minipage to avoid break the "block" and inserting the cut line between this "blocks"



      documentclass[12pt]article
      usepackage[T1]fontenc
      usepackagepifont
      usepackagefancyhdr
      fancyhf
      renewcommandheadrulewidth0pt
      usepackagelipsum
      usepackage[letterpaper, portrait, tmargin=10mm, bmargin=10mm]geometry

      begindocument
      % START BLOCK
      beginminipagetextwidth
      lipsum[2-4]
      endminipage

      vspacebaselineskip
      noindentdotfill
      ding33dotfill
      raisebox-0.25baselineskipding34dotfill
      raisebox-0.50baselineskipding35dotfill
      vspacebaselineskip
      % END BLOCK

      % ONLY REPEAT BLOCK HERE
      beginminipagetextwidth
      lipsum[2-4]
      endminipage
      vspacebaselineskip
      noindentdotfill
      ding33dotfill
      raisebox-0.25baselineskipding34dotfill
      raisebox-0.50baselineskipding35dotfill
      vspacebaselineskip
      beginminipagetextwidth
      lipsum[2-4]
      endminipage
      vspacebaselineskip
      noindentdotfill
      ding33dotfill
      raisebox-0.25baselineskipding34dotfill
      raisebox-0.50baselineskipding35dotfill
      vspacebaselineskip
      enddocument


      Example Code



      As you can see in the image, the cut line it pointless at the end of the page, it does not should to be drawn/inserted



      I think it can be solved using something like needspace, but I would not know how to start.









      share














      I am doing a PHP script to write a .tex file.



      Based in this insert a horizontal cut line, I want to "print" many block on one page, and between block I want draw a "cut line".



      But I dont want draw a cut line at bottom of page.



      The script write:



      • BLOCK

      • LINE

      • BLOCK

      • LINE

      • BLOCK

      • ...

      For this example I am using minipage to avoid break the "block" and inserting the cut line between this "blocks"



      documentclass[12pt]article
      usepackage[T1]fontenc
      usepackagepifont
      usepackagefancyhdr
      fancyhf
      renewcommandheadrulewidth0pt
      usepackagelipsum
      usepackage[letterpaper, portrait, tmargin=10mm, bmargin=10mm]geometry

      begindocument
      % START BLOCK
      beginminipagetextwidth
      lipsum[2-4]
      endminipage

      vspacebaselineskip
      noindentdotfill
      ding33dotfill
      raisebox-0.25baselineskipding34dotfill
      raisebox-0.50baselineskipding35dotfill
      vspacebaselineskip
      % END BLOCK

      % ONLY REPEAT BLOCK HERE
      beginminipagetextwidth
      lipsum[2-4]
      endminipage
      vspacebaselineskip
      noindentdotfill
      ding33dotfill
      raisebox-0.25baselineskipding34dotfill
      raisebox-0.50baselineskipding35dotfill
      vspacebaselineskip
      beginminipagetextwidth
      lipsum[2-4]
      endminipage
      vspacebaselineskip
      noindentdotfill
      ding33dotfill
      raisebox-0.25baselineskipding34dotfill
      raisebox-0.50baselineskipding35dotfill
      vspacebaselineskip
      enddocument


      Example Code



      As you can see in the image, the cut line it pointless at the end of the page, it does not should to be drawn/inserted



      I think it can be solved using something like needspace, but I would not know how to start.







      minipage





      share












      share










      share



      share










      asked 3 mins ago









      BlaztixBlaztix

      1366




      1366




















          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%2f482524%2finsert-line-between-minipage-but-not-pageend%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%2f482524%2finsert-line-between-minipage-but-not-pageend%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"