Overhanging vertical bars in tabularGenerating lists and tables of items from commands in the documentvertical line in tabular problemVertical alignment in 'tabular'Tabular paragraph vertical alignmentAvoiding breaks in vertical bars in a tabular environmenttabu package - gaps in vertical linesTabular uneven column barsAlign vertical cell tabulartabular vertical borders brokenVertical alignment in tabularTabular vertical alignment

How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?

As an international instructor, should I openly talk about my accent?

French for 'It must be my imagination'?

Is this homebrew Wind Wave spell balanced?

TIKZ - changing one block into parallel multiple blocks

Is there an official tutorial for installing Ubuntu 18.04+ on a device with an SSD and an additional internal hard drive?

Interpret a multiple linear regression when Y is log transformed

Does Gita support doctrine of eternal cycle of birth and death for evil people?

What makes accurate emulation of old systems a difficult task?

How would one muzzle a full grown polar bear in the 13th century?

Exchange,swap or switch

Realistic Necromancy?

What's the polite way to say "I need to urinate"?

Why must Chinese maps be obfuscated?

Map of water taps to fill bottles

Do I have an "anti-research" personality?

Why isn't the definition of absolute value applied when squaring a radical containing a variable?

Why was Germany not as successful as other Europeans in establishing overseas colonies?

A ​Note ​on ​N!

Rivers without rain

Can someone publish a story that happened to you?

Is there a way to get a compiler for the original B programming language?

How does a program know if stdout is connected to a terminal or a pipe?

Largest value of determinant



Overhanging vertical bars in tabular


Generating lists and tables of items from commands in the documentvertical line in tabular problemVertical alignment in 'tabular'Tabular paragraph vertical alignmentAvoiding breaks in vertical bars in a tabular environmenttabu package - gaps in vertical linesTabular uneven column barsAlign vertical cell tabulartabular vertical borders brokenVertical alignment in tabularTabular vertical alignment













4















My question stems from an adaptation of the solution shown here :
Generating lists and tables of items from commands in the document



The idea is to sum up the reviews of a given document in a table.
Since the table is on the front page of a whole series of document, I was looking for a way to automatize it.



In my document class :



usepackagedatatool
usepackagebooktabs
usepackagelongtable

DTLnewdbdocreview

newcommandreview[6]%
DTLnewrowdocreview%
DTLnewdbentrydocreviewDate#1%
DTLnewdbentrydocreviewRedacteur#2%
DTLnewdbentrydocreviewVerificateur#3%
DTLnewdbentrydocreviewApprobateur#4%
DTLnewdbentrydocreviewModification#5%
DTLnewdbentrydocreviewIndice#6%


renewcommandmaketitle
[...]
begintabularc hline
Date & Redacteur & Verificateur & Approbateur & Visa de l'approbateur & Modification & Indice \ hlinehline
DTLforeachdocreview%
Date=Date,Redacteur=Redacteur,Verificateur=Verificateur,Approbateur=Approbateur,Modification=Modification, Indice=Indice%
Date & Redacteur & Verificateur & Approbateur & & Modification & Indice \hline
endtabular



In my document itself :



begindocument
review1 janvier 1970MeVerif.Approb.Epoch0
review22 avril 2019MeVerif.Approb.Mod.0
maketitle
enddocument


That solution works like a charm except for a detail which I can't figure out.
The generated table shows the two first vertical bar (1st column limits) and only these that continues an additional row...



pdf output



Does anyone have any idea ?



Thanks a lot










share|improve this question







New contributor




y3t1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    4















    My question stems from an adaptation of the solution shown here :
    Generating lists and tables of items from commands in the document



    The idea is to sum up the reviews of a given document in a table.
    Since the table is on the front page of a whole series of document, I was looking for a way to automatize it.



    In my document class :



    usepackagedatatool
    usepackagebooktabs
    usepackagelongtable

    DTLnewdbdocreview

    newcommandreview[6]%
    DTLnewrowdocreview%
    DTLnewdbentrydocreviewDate#1%
    DTLnewdbentrydocreviewRedacteur#2%
    DTLnewdbentrydocreviewVerificateur#3%
    DTLnewdbentrydocreviewApprobateur#4%
    DTLnewdbentrydocreviewModification#5%
    DTLnewdbentrydocreviewIndice#6%


    renewcommandmaketitle
    [...]
    begintabularc hline
    Date & Redacteur & Verificateur & Approbateur & Visa de l'approbateur & Modification & Indice \ hlinehline
    DTLforeachdocreview%
    Date=Date,Redacteur=Redacteur,Verificateur=Verificateur,Approbateur=Approbateur,Modification=Modification, Indice=Indice%
    Date & Redacteur & Verificateur & Approbateur & & Modification & Indice \hline
    endtabular



    In my document itself :



    begindocument
    review1 janvier 1970MeVerif.Approb.Epoch0
    review22 avril 2019MeVerif.Approb.Mod.0
    maketitle
    enddocument


    That solution works like a charm except for a detail which I can't figure out.
    The generated table shows the two first vertical bar (1st column limits) and only these that continues an additional row...



    pdf output



    Does anyone have any idea ?



    Thanks a lot










    share|improve this question







    New contributor




    y3t1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      4












      4








      4


      0






      My question stems from an adaptation of the solution shown here :
      Generating lists and tables of items from commands in the document



      The idea is to sum up the reviews of a given document in a table.
      Since the table is on the front page of a whole series of document, I was looking for a way to automatize it.



      In my document class :



      usepackagedatatool
      usepackagebooktabs
      usepackagelongtable

      DTLnewdbdocreview

      newcommandreview[6]%
      DTLnewrowdocreview%
      DTLnewdbentrydocreviewDate#1%
      DTLnewdbentrydocreviewRedacteur#2%
      DTLnewdbentrydocreviewVerificateur#3%
      DTLnewdbentrydocreviewApprobateur#4%
      DTLnewdbentrydocreviewModification#5%
      DTLnewdbentrydocreviewIndice#6%


      renewcommandmaketitle
      [...]
      begintabularc hline
      Date & Redacteur & Verificateur & Approbateur & Visa de l'approbateur & Modification & Indice \ hlinehline
      DTLforeachdocreview%
      Date=Date,Redacteur=Redacteur,Verificateur=Verificateur,Approbateur=Approbateur,Modification=Modification, Indice=Indice%
      Date & Redacteur & Verificateur & Approbateur & & Modification & Indice \hline
      endtabular



      In my document itself :



      begindocument
      review1 janvier 1970MeVerif.Approb.Epoch0
      review22 avril 2019MeVerif.Approb.Mod.0
      maketitle
      enddocument


      That solution works like a charm except for a detail which I can't figure out.
      The generated table shows the two first vertical bar (1st column limits) and only these that continues an additional row...



      pdf output



      Does anyone have any idea ?



      Thanks a lot










      share|improve this question







      New contributor




      y3t1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      My question stems from an adaptation of the solution shown here :
      Generating lists and tables of items from commands in the document



      The idea is to sum up the reviews of a given document in a table.
      Since the table is on the front page of a whole series of document, I was looking for a way to automatize it.



      In my document class :



      usepackagedatatool
      usepackagebooktabs
      usepackagelongtable

      DTLnewdbdocreview

      newcommandreview[6]%
      DTLnewrowdocreview%
      DTLnewdbentrydocreviewDate#1%
      DTLnewdbentrydocreviewRedacteur#2%
      DTLnewdbentrydocreviewVerificateur#3%
      DTLnewdbentrydocreviewApprobateur#4%
      DTLnewdbentrydocreviewModification#5%
      DTLnewdbentrydocreviewIndice#6%


      renewcommandmaketitle
      [...]
      begintabularc hline
      Date & Redacteur & Verificateur & Approbateur & Visa de l'approbateur & Modification & Indice \ hlinehline
      DTLforeachdocreview%
      Date=Date,Redacteur=Redacteur,Verificateur=Verificateur,Approbateur=Approbateur,Modification=Modification, Indice=Indice%
      Date & Redacteur & Verificateur & Approbateur & & Modification & Indice \hline
      endtabular



      In my document itself :



      begindocument
      review1 janvier 1970MeVerif.Approb.Epoch0
      review22 avril 2019MeVerif.Approb.Mod.0
      maketitle
      enddocument


      That solution works like a charm except for a detail which I can't figure out.
      The generated table shows the two first vertical bar (1st column limits) and only these that continues an additional row...



      pdf output



      Does anyone have any idea ?



      Thanks a lot







      tables automation datatool






      share|improve this question







      New contributor




      y3t1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      y3t1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      y3t1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Apr 24 at 9:53









      y3t1y3t1

      234




      234




      New contributor




      y3t1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      y3t1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      y3t1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes


















          8














          The last \hline shouldn't be inside the the loop but after it, so that the code of the loop doesn't triggers the creation of a new row:



          documentclassarticle

          usepackagedatatool
          usepackagebooktabs
          usepackagelongtable

          DTLnewdbdocreview

          newcommandreview[6]%
          DTLnewrowdocreview%
          DTLnewdbentrydocreviewDate#1%
          DTLnewdbentrydocreviewRedacteur#2%
          DTLnewdbentrydocreviewVerificateur#3%
          DTLnewdbentrydocreviewApprobateur#4%
          DTLnewdbentrydocreviewModification#5%
          DTLnewdbentrydocreviewIndice#6%


          renewcommandmaketitle
          [...]


          begintabularc hline
          Date & Redacteur & Verificateur & Approbateur & Visa de l'approbateur & Modification & Indice \ hlinehline
          DTLforeachdocreview%
          Date=Date,Redacteur=Redacteur,Verificateur=Verificateur,Approbateur=Approbateur,Modification=Modification, Indice=Indice%
          Date & Redacteur & Verificateur & Approbateur & & Modification & Indice
          DTLiflastrow\hline %<-------
          \hline %<---------
          endtabular



          begindocument
          review1 janvier 1970MeVerif.Approb.Epoch0
          review22 avril 2019MeVerif.Approb.Mod.0
          maketitle
          enddocument





          share|improve this answer























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



            );






            y3t1 is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487339%2foverhanging-vertical-bars-in-tabular%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









            8














            The last \hline shouldn't be inside the the loop but after it, so that the code of the loop doesn't triggers the creation of a new row:



            documentclassarticle

            usepackagedatatool
            usepackagebooktabs
            usepackagelongtable

            DTLnewdbdocreview

            newcommandreview[6]%
            DTLnewrowdocreview%
            DTLnewdbentrydocreviewDate#1%
            DTLnewdbentrydocreviewRedacteur#2%
            DTLnewdbentrydocreviewVerificateur#3%
            DTLnewdbentrydocreviewApprobateur#4%
            DTLnewdbentrydocreviewModification#5%
            DTLnewdbentrydocreviewIndice#6%


            renewcommandmaketitle
            [...]


            begintabularc hline
            Date & Redacteur & Verificateur & Approbateur & Visa de l'approbateur & Modification & Indice \ hlinehline
            DTLforeachdocreview%
            Date=Date,Redacteur=Redacteur,Verificateur=Verificateur,Approbateur=Approbateur,Modification=Modification, Indice=Indice%
            Date & Redacteur & Verificateur & Approbateur & & Modification & Indice
            DTLiflastrow\hline %<-------
            \hline %<---------
            endtabular



            begindocument
            review1 janvier 1970MeVerif.Approb.Epoch0
            review22 avril 2019MeVerif.Approb.Mod.0
            maketitle
            enddocument





            share|improve this answer



























              8














              The last \hline shouldn't be inside the the loop but after it, so that the code of the loop doesn't triggers the creation of a new row:



              documentclassarticle

              usepackagedatatool
              usepackagebooktabs
              usepackagelongtable

              DTLnewdbdocreview

              newcommandreview[6]%
              DTLnewrowdocreview%
              DTLnewdbentrydocreviewDate#1%
              DTLnewdbentrydocreviewRedacteur#2%
              DTLnewdbentrydocreviewVerificateur#3%
              DTLnewdbentrydocreviewApprobateur#4%
              DTLnewdbentrydocreviewModification#5%
              DTLnewdbentrydocreviewIndice#6%


              renewcommandmaketitle
              [...]


              begintabularc hline
              Date & Redacteur & Verificateur & Approbateur & Visa de l'approbateur & Modification & Indice \ hlinehline
              DTLforeachdocreview%
              Date=Date,Redacteur=Redacteur,Verificateur=Verificateur,Approbateur=Approbateur,Modification=Modification, Indice=Indice%
              Date & Redacteur & Verificateur & Approbateur & & Modification & Indice
              DTLiflastrow\hline %<-------
              \hline %<---------
              endtabular



              begindocument
              review1 janvier 1970MeVerif.Approb.Epoch0
              review22 avril 2019MeVerif.Approb.Mod.0
              maketitle
              enddocument





              share|improve this answer

























                8












                8








                8







                The last \hline shouldn't be inside the the loop but after it, so that the code of the loop doesn't triggers the creation of a new row:



                documentclassarticle

                usepackagedatatool
                usepackagebooktabs
                usepackagelongtable

                DTLnewdbdocreview

                newcommandreview[6]%
                DTLnewrowdocreview%
                DTLnewdbentrydocreviewDate#1%
                DTLnewdbentrydocreviewRedacteur#2%
                DTLnewdbentrydocreviewVerificateur#3%
                DTLnewdbentrydocreviewApprobateur#4%
                DTLnewdbentrydocreviewModification#5%
                DTLnewdbentrydocreviewIndice#6%


                renewcommandmaketitle
                [...]


                begintabularc hline
                Date & Redacteur & Verificateur & Approbateur & Visa de l'approbateur & Modification & Indice \ hlinehline
                DTLforeachdocreview%
                Date=Date,Redacteur=Redacteur,Verificateur=Verificateur,Approbateur=Approbateur,Modification=Modification, Indice=Indice%
                Date & Redacteur & Verificateur & Approbateur & & Modification & Indice
                DTLiflastrow\hline %<-------
                \hline %<---------
                endtabular



                begindocument
                review1 janvier 1970MeVerif.Approb.Epoch0
                review22 avril 2019MeVerif.Approb.Mod.0
                maketitle
                enddocument





                share|improve this answer













                The last \hline shouldn't be inside the the loop but after it, so that the code of the loop doesn't triggers the creation of a new row:



                documentclassarticle

                usepackagedatatool
                usepackagebooktabs
                usepackagelongtable

                DTLnewdbdocreview

                newcommandreview[6]%
                DTLnewrowdocreview%
                DTLnewdbentrydocreviewDate#1%
                DTLnewdbentrydocreviewRedacteur#2%
                DTLnewdbentrydocreviewVerificateur#3%
                DTLnewdbentrydocreviewApprobateur#4%
                DTLnewdbentrydocreviewModification#5%
                DTLnewdbentrydocreviewIndice#6%


                renewcommandmaketitle
                [...]


                begintabularc hline
                Date & Redacteur & Verificateur & Approbateur & Visa de l'approbateur & Modification & Indice \ hlinehline
                DTLforeachdocreview%
                Date=Date,Redacteur=Redacteur,Verificateur=Verificateur,Approbateur=Approbateur,Modification=Modification, Indice=Indice%
                Date & Redacteur & Verificateur & Approbateur & & Modification & Indice
                DTLiflastrow\hline %<-------
                \hline %<---------
                endtabular



                begindocument
                review1 janvier 1970MeVerif.Approb.Epoch0
                review22 avril 2019MeVerif.Approb.Mod.0
                maketitle
                enddocument






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 24 at 10:15









                Ulrike FischerUlrike Fischer

                201k9309695




                201k9309695




















                    y3t1 is a new contributor. Be nice, and check out our Code of Conduct.









                    draft saved

                    draft discarded


















                    y3t1 is a new contributor. Be nice, and check out our Code of Conduct.












                    y3t1 is a new contributor. Be nice, and check out our Code of Conduct.











                    y3t1 is a new contributor. Be nice, and check out our Code of Conduct.














                    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%2f487339%2foverhanging-vertical-bars-in-tabular%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 does Billy Russo acquire his 'Jigsaw' mask? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why does Bane wear the mask?Why does Kylo Ren wear a mask?Why did Captain America remove his mask while fighting Batroc the Leaper?How did the OA acquire her wisdom?Is Billy Breckenridge gay?How does Adrian Toomes hide his earnings from the IRS?What is the state of affairs on Nootka Sound by the end of season 1?How did Tia Dalma acquire Captain Barbossa's body?How is one “Deemed Worthy”, to acquire the Greatsword “Dawn”?How did Karen acquire the handgun?

                    Личност Атрибути на личността | Литература и източници | НавигацияРаждането на личносттаредактиратередактирате

                    A sequel to Domino's tragic life Why Christmas is for Friends Cold comfort at Charles' padSad farewell for Lady JanePS Most watched News videos