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
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...
Does anyone have any idea ?
Thanks a lot
tables automation datatool
New contributor
add a comment |
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...
Does anyone have any idea ?
Thanks a lot
tables automation datatool
New contributor
add a comment |
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...
Does anyone have any idea ?
Thanks a lot
tables automation datatool
New contributor
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...
Does anyone have any idea ?
Thanks a lot
tables automation datatool
tables automation datatool
New contributor
New contributor
New contributor
asked Apr 24 at 9:53
y3t1y3t1
234
234
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
add a comment |
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
add a comment |
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
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
answered Apr 24 at 10:15
Ulrike FischerUlrike Fischer
201k9309695
201k9309695
add a comment |
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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