How to properly draw diagonal line while using multicolumn inside tabular environment? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to create multicolumn with a diagonal lineDifferent column widths when using multicolumn in tabular enviromentHow to properly draw a table using tabularHow to put Verbatim inside multicolumn in tabular?tabular-diagonal separating lineMulticolumn with line break does not center properlyNew environment with content inside multicolumnUsing multicolumn inside overlayAutomatic line break inside multicolumn table
How many people can fit inside Mordenkainen's Magnificent Mansion?
How to test the equality of two Pearson correlation coefficients computed from the same sample?
Simulating Exploding Dice
Did the new image of black hole confirm the general theory of relativity?
RT6224D-based step down circuit yields 0V - why?
Match Roman Numerals
How to copy the contents of all files with a certain name into a new file?
how can a perfect fourth interval be considered either consonant or dissonant?
What's the point in a preamp?
Is every episode of "Where are my Pants?" identical?
Keeping a retro style to sci-fi spaceships?
Why is superheterodyning better than direct conversion?
Problems with Ubuntu mount /tmp
Can withdrawing asylum be illegal?
Change bounding box of math glyphs in LuaTeX
Scientific Reports - Significant Figures
Create an outline of font
Working through the single responsibility principle (SRP) in Python when calls are expensive
Typeface like Times New Roman but with "tied" percent sign
Who or what is the being for whom Being is a question for Heidegger?
Derivation tree not rendering
What aspect of planet Earth must be changed to prevent the industrial revolution?
Semisimplicity of the category of coherent sheaves?
How to prevent selfdestruct from another contract
How to properly draw diagonal line while using multicolumn inside tabular environment?
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to create multicolumn with a diagonal lineDifferent column widths when using multicolumn in tabular enviromentHow to properly draw a table using tabularHow to put Verbatim inside multicolumn in tabular?tabular-diagonal separating lineMulticolumn with line break does not center properlyNew environment with content inside multicolumnUsing multicolumn inside overlayAutomatic line break inside multicolumn table
documentclass[a4paper]article
usepackage[cjk]kotex
usepackageenumerate, float, pgf, tikz, circuitikz, multirow, tabularx, longtable, pdfpages, makecell, hyperref, array, siunitx, diagbox
%usepackage[inline]enumitem
%usepackageshowframe
setlengthtextheight10.75in
setlengthtextwidth6.5in
setlengthvoffset-1.5in
setlengthhoffset-0.863285in
setlengthmarginparwidth0in
setlengthmarginparpush0in
hypersetuppdfborder= 0 0 0
titleExample
authorExample
begindocument
maketitle
begincenter
renewcommandarraystretch1.3
begintabularc
hline
multicolumn2diagboxProcedureVoltage [SIvolt] & thead1st: 3.606\ 2nd: 3.02195 & thead1st: 5.068\ 2nd: 5.042 & thead1st: 7.064\ 2nd: 7.0115 & thead1st: 9.062\ 2nd: 9.069\
hline
Step (b) & multirow2*Current $I$ [SImilliampere] & 13.4703025775 & 18.9316398954 & 26.3877474785 & 33.8513261113\
cline1-1cline3-6
Step (d) & & 2.54715947404 & 4.24983142279 & 5.90989548213 & 7.64413351315\
hline
endtabular
endcenter
enddocument
This is tabular portion of my code. However, the ends of diagonal line dividing first coloumn don't seem to meet the corner of the cell. I posted this because I wasn't able to find my case.
tables multicolumn diagbox
add a comment |
documentclass[a4paper]article
usepackage[cjk]kotex
usepackageenumerate, float, pgf, tikz, circuitikz, multirow, tabularx, longtable, pdfpages, makecell, hyperref, array, siunitx, diagbox
%usepackage[inline]enumitem
%usepackageshowframe
setlengthtextheight10.75in
setlengthtextwidth6.5in
setlengthvoffset-1.5in
setlengthhoffset-0.863285in
setlengthmarginparwidth0in
setlengthmarginparpush0in
hypersetuppdfborder= 0 0 0
titleExample
authorExample
begindocument
maketitle
begincenter
renewcommandarraystretch1.3
begintabularc
hline
multicolumn2diagboxProcedureVoltage [SIvolt] & thead1st: 3.606\ 2nd: 3.02195 & thead1st: 5.068\ 2nd: 5.042 & thead1st: 7.064\ 2nd: 7.0115 & thead1st: 9.062\ 2nd: 9.069\
hline
Step (b) & multirow2*Current $I$ [SImilliampere] & 13.4703025775 & 18.9316398954 & 26.3877474785 & 33.8513261113\
cline1-1cline3-6
Step (d) & & 2.54715947404 & 4.24983142279 & 5.90989548213 & 7.64413351315\
hline
endtabular
endcenter
enddocument
This is tabular portion of my code. However, the ends of diagonal line dividing first coloumn don't seem to meet the corner of the cell. I posted this because I wasn't able to find my case.
tables multicolumn diagbox
Welcome to TeX SX! Please post a complete compilable code
– Bernard
Mar 31 at 11:27
I added compilable code
– Andrew Cho
Mar 31 at 11:37
add a comment |
documentclass[a4paper]article
usepackage[cjk]kotex
usepackageenumerate, float, pgf, tikz, circuitikz, multirow, tabularx, longtable, pdfpages, makecell, hyperref, array, siunitx, diagbox
%usepackage[inline]enumitem
%usepackageshowframe
setlengthtextheight10.75in
setlengthtextwidth6.5in
setlengthvoffset-1.5in
setlengthhoffset-0.863285in
setlengthmarginparwidth0in
setlengthmarginparpush0in
hypersetuppdfborder= 0 0 0
titleExample
authorExample
begindocument
maketitle
begincenter
renewcommandarraystretch1.3
begintabularc
hline
multicolumn2diagboxProcedureVoltage [SIvolt] & thead1st: 3.606\ 2nd: 3.02195 & thead1st: 5.068\ 2nd: 5.042 & thead1st: 7.064\ 2nd: 7.0115 & thead1st: 9.062\ 2nd: 9.069\
hline
Step (b) & multirow2*Current $I$ [SImilliampere] & 13.4703025775 & 18.9316398954 & 26.3877474785 & 33.8513261113\
cline1-1cline3-6
Step (d) & & 2.54715947404 & 4.24983142279 & 5.90989548213 & 7.64413351315\
hline
endtabular
endcenter
enddocument
This is tabular portion of my code. However, the ends of diagonal line dividing first coloumn don't seem to meet the corner of the cell. I posted this because I wasn't able to find my case.
tables multicolumn diagbox
documentclass[a4paper]article
usepackage[cjk]kotex
usepackageenumerate, float, pgf, tikz, circuitikz, multirow, tabularx, longtable, pdfpages, makecell, hyperref, array, siunitx, diagbox
%usepackage[inline]enumitem
%usepackageshowframe
setlengthtextheight10.75in
setlengthtextwidth6.5in
setlengthvoffset-1.5in
setlengthhoffset-0.863285in
setlengthmarginparwidth0in
setlengthmarginparpush0in
hypersetuppdfborder= 0 0 0
titleExample
authorExample
begindocument
maketitle
begincenter
renewcommandarraystretch1.3
begintabularc
hline
multicolumn2diagboxProcedureVoltage [SIvolt] & thead1st: 3.606\ 2nd: 3.02195 & thead1st: 5.068\ 2nd: 5.042 & thead1st: 7.064\ 2nd: 7.0115 & thead1st: 9.062\ 2nd: 9.069\
hline
Step (b) & multirow2*Current $I$ [SImilliampere] & 13.4703025775 & 18.9316398954 & 26.3877474785 & 33.8513261113\
cline1-1cline3-6
Step (d) & & 2.54715947404 & 4.24983142279 & 5.90989548213 & 7.64413351315\
hline
endtabular
endcenter
enddocument
This is tabular portion of my code. However, the ends of diagonal line dividing first coloumn don't seem to meet the corner of the cell. I posted this because I wasn't able to find my case.
tables multicolumn diagbox
tables multicolumn diagbox
edited Mar 31 at 11:43
leandriis
11.3k1733
11.3k1733
asked Mar 31 at 11:25
Andrew ChoAndrew Cho
283
283
Welcome to TeX SX! Please post a complete compilable code
– Bernard
Mar 31 at 11:27
I added compilable code
– Andrew Cho
Mar 31 at 11:37
add a comment |
Welcome to TeX SX! Please post a complete compilable code
– Bernard
Mar 31 at 11:27
I added compilable code
– Andrew Cho
Mar 31 at 11:37
Welcome to TeX SX! Please post a complete compilable code
– Bernard
Mar 31 at 11:27
Welcome to TeX SX! Please post a complete compilable code
– Bernard
Mar 31 at 11:27
I added compilable code
– Andrew Cho
Mar 31 at 11:37
I added compilable code
– Andrew Cho
Mar 31 at 11:37
add a comment |
2 Answers
2
active
oldest
votes
Here is a solution, using multirowcell
in the place of multirow
. I removed the unnecessary packages for the problem at hand. Also, I took the opportunity to simplify and improve the code, in particular using the S
column type for the last four columns:
documentclass[a4paper]article
usepackagemultirow, tabularx, longtable, makecell, diagbox
usepackagesiunitx
usepackagehyperref
%usepackage[inline]enumitem
usepackageshowframe
renewcommandShowFrameLinethickness0.3pt
setlengthtextheight10.75in
setlengthtextwidth6.5in
setlengthvoffset-1.5in
setlengthhoffset-0.863285in
setlengthmarginparwidth0in
setlengthmarginparpush0in
hypersetuppdfborder= 0 0 0
titleExample
authorExample
begindocument
maketitle
begincenter
renewcommandarraystretch1.3
sisetuptable-format=2.11, table-number-alignment=center
begintabular*4
hline
multicolumn2diagboxProcedureVoltage [siV] & thead1st: 3.606\ 2nd: 3.02195 & thead1st: 5.068\ 2nd: 5.042 & thead1st: 7.064\ 2nd: 7.0115 & thead1st: 9.062\ 2nd: 9.069\
hline
Step (b) & multirowcell2Current $I$ \[-0.5ex][simA] & 13.4703025775 & 18.9316398954 & 26.3877474785 & 33.8513261113\
cline1-1cline3-6
Step (d) & & 2.54715947404 & 4.24983142279 & 5.90989548213 & 7.64413351315\
hline
endtabular
endcenter
enddocument
Thank you so much for answering the question. May I ask why multirowcell produces different result?
– Andrew Cho
Mar 31 at 13:17
That's because I used two lines, so the second column is not so large as it was. The other possibilities iw to play withwidth
, as in @leandriis'answer, or withheight
(the latter being by trial and error).
– Bernard
Mar 31 at 13:21
add a comment |
With the help of the optional width
argument of diagbox
you can achieve the following:
documentclass[a4paper]article
usepackage[cjk]kotex
usepackageenumerate, float, pgf, tikz, circuitikz, multirow, tabularx, longtable, pdfpages, makecell, hyperref, array, siunitx, diagbox
usepackagecalc
setlengthtextheight10.75in
setlengthtextwidth6.5in
setlengthvoffset-1.5in
setlengthhoffset-0.863285in
setlengthmarginparwidth0in
setlengthmarginparpush0in
hypersetuppdfborder= 0 0 0
begindocument
begincenter
renewcommandarraystretch1.3
begintabularc
hline
multicolumn2diagbox[width=widthofStep (b)+widthofCurrent $I$ [SImilliampere]+4tabcolsep+arrayrulewidthrelax]ProcedureVoltage [SIvolt] & thead1st: 3.606\ 2nd: 3.02195 & thead1st: 5.068\ 2nd: 5.042 & thead1st: 7.064\ 2nd: 7.0115 & thead1st: 9.062\ 2nd: 9.069\
hline
Step (b) & multirow2*Current $I$ [SImilliampere] & 13.4703025775 & 18.9316398954 & 26.3877474785 & 33.8513261113\
cline1-1cline3-6
Step (d) & & 2.54715947404 & 4.24983142279 & 5.90989548213 & 7.64413351315\
hline
endtabular
endcenter
enddocument
Thank you so much for answering. I was so frustrated by this...
– Andrew Cho
Mar 31 at 11:53
@AndrewCho Don't worry. There are very good experts here.
– Sebastiano
Mar 31 at 11:55
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
);
);
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%2f482404%2fhow-to-properly-draw-diagonal-line-while-using-multicolumn-inside-tabular-enviro%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Here is a solution, using multirowcell
in the place of multirow
. I removed the unnecessary packages for the problem at hand. Also, I took the opportunity to simplify and improve the code, in particular using the S
column type for the last four columns:
documentclass[a4paper]article
usepackagemultirow, tabularx, longtable, makecell, diagbox
usepackagesiunitx
usepackagehyperref
%usepackage[inline]enumitem
usepackageshowframe
renewcommandShowFrameLinethickness0.3pt
setlengthtextheight10.75in
setlengthtextwidth6.5in
setlengthvoffset-1.5in
setlengthhoffset-0.863285in
setlengthmarginparwidth0in
setlengthmarginparpush0in
hypersetuppdfborder= 0 0 0
titleExample
authorExample
begindocument
maketitle
begincenter
renewcommandarraystretch1.3
sisetuptable-format=2.11, table-number-alignment=center
begintabular*4
hline
multicolumn2diagboxProcedureVoltage [siV] & thead1st: 3.606\ 2nd: 3.02195 & thead1st: 5.068\ 2nd: 5.042 & thead1st: 7.064\ 2nd: 7.0115 & thead1st: 9.062\ 2nd: 9.069\
hline
Step (b) & multirowcell2Current $I$ \[-0.5ex][simA] & 13.4703025775 & 18.9316398954 & 26.3877474785 & 33.8513261113\
cline1-1cline3-6
Step (d) & & 2.54715947404 & 4.24983142279 & 5.90989548213 & 7.64413351315\
hline
endtabular
endcenter
enddocument
Thank you so much for answering the question. May I ask why multirowcell produces different result?
– Andrew Cho
Mar 31 at 13:17
That's because I used two lines, so the second column is not so large as it was. The other possibilities iw to play withwidth
, as in @leandriis'answer, or withheight
(the latter being by trial and error).
– Bernard
Mar 31 at 13:21
add a comment |
Here is a solution, using multirowcell
in the place of multirow
. I removed the unnecessary packages for the problem at hand. Also, I took the opportunity to simplify and improve the code, in particular using the S
column type for the last four columns:
documentclass[a4paper]article
usepackagemultirow, tabularx, longtable, makecell, diagbox
usepackagesiunitx
usepackagehyperref
%usepackage[inline]enumitem
usepackageshowframe
renewcommandShowFrameLinethickness0.3pt
setlengthtextheight10.75in
setlengthtextwidth6.5in
setlengthvoffset-1.5in
setlengthhoffset-0.863285in
setlengthmarginparwidth0in
setlengthmarginparpush0in
hypersetuppdfborder= 0 0 0
titleExample
authorExample
begindocument
maketitle
begincenter
renewcommandarraystretch1.3
sisetuptable-format=2.11, table-number-alignment=center
begintabular*4
hline
multicolumn2diagboxProcedureVoltage [siV] & thead1st: 3.606\ 2nd: 3.02195 & thead1st: 5.068\ 2nd: 5.042 & thead1st: 7.064\ 2nd: 7.0115 & thead1st: 9.062\ 2nd: 9.069\
hline
Step (b) & multirowcell2Current $I$ \[-0.5ex][simA] & 13.4703025775 & 18.9316398954 & 26.3877474785 & 33.8513261113\
cline1-1cline3-6
Step (d) & & 2.54715947404 & 4.24983142279 & 5.90989548213 & 7.64413351315\
hline
endtabular
endcenter
enddocument
Thank you so much for answering the question. May I ask why multirowcell produces different result?
– Andrew Cho
Mar 31 at 13:17
That's because I used two lines, so the second column is not so large as it was. The other possibilities iw to play withwidth
, as in @leandriis'answer, or withheight
(the latter being by trial and error).
– Bernard
Mar 31 at 13:21
add a comment |
Here is a solution, using multirowcell
in the place of multirow
. I removed the unnecessary packages for the problem at hand. Also, I took the opportunity to simplify and improve the code, in particular using the S
column type for the last four columns:
documentclass[a4paper]article
usepackagemultirow, tabularx, longtable, makecell, diagbox
usepackagesiunitx
usepackagehyperref
%usepackage[inline]enumitem
usepackageshowframe
renewcommandShowFrameLinethickness0.3pt
setlengthtextheight10.75in
setlengthtextwidth6.5in
setlengthvoffset-1.5in
setlengthhoffset-0.863285in
setlengthmarginparwidth0in
setlengthmarginparpush0in
hypersetuppdfborder= 0 0 0
titleExample
authorExample
begindocument
maketitle
begincenter
renewcommandarraystretch1.3
sisetuptable-format=2.11, table-number-alignment=center
begintabular*4
hline
multicolumn2diagboxProcedureVoltage [siV] & thead1st: 3.606\ 2nd: 3.02195 & thead1st: 5.068\ 2nd: 5.042 & thead1st: 7.064\ 2nd: 7.0115 & thead1st: 9.062\ 2nd: 9.069\
hline
Step (b) & multirowcell2Current $I$ \[-0.5ex][simA] & 13.4703025775 & 18.9316398954 & 26.3877474785 & 33.8513261113\
cline1-1cline3-6
Step (d) & & 2.54715947404 & 4.24983142279 & 5.90989548213 & 7.64413351315\
hline
endtabular
endcenter
enddocument
Here is a solution, using multirowcell
in the place of multirow
. I removed the unnecessary packages for the problem at hand. Also, I took the opportunity to simplify and improve the code, in particular using the S
column type for the last four columns:
documentclass[a4paper]article
usepackagemultirow, tabularx, longtable, makecell, diagbox
usepackagesiunitx
usepackagehyperref
%usepackage[inline]enumitem
usepackageshowframe
renewcommandShowFrameLinethickness0.3pt
setlengthtextheight10.75in
setlengthtextwidth6.5in
setlengthvoffset-1.5in
setlengthhoffset-0.863285in
setlengthmarginparwidth0in
setlengthmarginparpush0in
hypersetuppdfborder= 0 0 0
titleExample
authorExample
begindocument
maketitle
begincenter
renewcommandarraystretch1.3
sisetuptable-format=2.11, table-number-alignment=center
begintabular*4
hline
multicolumn2diagboxProcedureVoltage [siV] & thead1st: 3.606\ 2nd: 3.02195 & thead1st: 5.068\ 2nd: 5.042 & thead1st: 7.064\ 2nd: 7.0115 & thead1st: 9.062\ 2nd: 9.069\
hline
Step (b) & multirowcell2Current $I$ \[-0.5ex][simA] & 13.4703025775 & 18.9316398954 & 26.3877474785 & 33.8513261113\
cline1-1cline3-6
Step (d) & & 2.54715947404 & 4.24983142279 & 5.90989548213 & 7.64413351315\
hline
endtabular
endcenter
enddocument
edited Mar 31 at 16:35
answered Mar 31 at 12:25
BernardBernard
176k778210
176k778210
Thank you so much for answering the question. May I ask why multirowcell produces different result?
– Andrew Cho
Mar 31 at 13:17
That's because I used two lines, so the second column is not so large as it was. The other possibilities iw to play withwidth
, as in @leandriis'answer, or withheight
(the latter being by trial and error).
– Bernard
Mar 31 at 13:21
add a comment |
Thank you so much for answering the question. May I ask why multirowcell produces different result?
– Andrew Cho
Mar 31 at 13:17
That's because I used two lines, so the second column is not so large as it was. The other possibilities iw to play withwidth
, as in @leandriis'answer, or withheight
(the latter being by trial and error).
– Bernard
Mar 31 at 13:21
Thank you so much for answering the question. May I ask why multirowcell produces different result?
– Andrew Cho
Mar 31 at 13:17
Thank you so much for answering the question. May I ask why multirowcell produces different result?
– Andrew Cho
Mar 31 at 13:17
That's because I used two lines, so the second column is not so large as it was. The other possibilities iw to play with
width
, as in @leandriis'answer, or with height
(the latter being by trial and error).– Bernard
Mar 31 at 13:21
That's because I used two lines, so the second column is not so large as it was. The other possibilities iw to play with
width
, as in @leandriis'answer, or with height
(the latter being by trial and error).– Bernard
Mar 31 at 13:21
add a comment |
With the help of the optional width
argument of diagbox
you can achieve the following:
documentclass[a4paper]article
usepackage[cjk]kotex
usepackageenumerate, float, pgf, tikz, circuitikz, multirow, tabularx, longtable, pdfpages, makecell, hyperref, array, siunitx, diagbox
usepackagecalc
setlengthtextheight10.75in
setlengthtextwidth6.5in
setlengthvoffset-1.5in
setlengthhoffset-0.863285in
setlengthmarginparwidth0in
setlengthmarginparpush0in
hypersetuppdfborder= 0 0 0
begindocument
begincenter
renewcommandarraystretch1.3
begintabularc
hline
multicolumn2diagbox[width=widthofStep (b)+widthofCurrent $I$ [SImilliampere]+4tabcolsep+arrayrulewidthrelax]ProcedureVoltage [SIvolt] & thead1st: 3.606\ 2nd: 3.02195 & thead1st: 5.068\ 2nd: 5.042 & thead1st: 7.064\ 2nd: 7.0115 & thead1st: 9.062\ 2nd: 9.069\
hline
Step (b) & multirow2*Current $I$ [SImilliampere] & 13.4703025775 & 18.9316398954 & 26.3877474785 & 33.8513261113\
cline1-1cline3-6
Step (d) & & 2.54715947404 & 4.24983142279 & 5.90989548213 & 7.64413351315\
hline
endtabular
endcenter
enddocument
Thank you so much for answering. I was so frustrated by this...
– Andrew Cho
Mar 31 at 11:53
@AndrewCho Don't worry. There are very good experts here.
– Sebastiano
Mar 31 at 11:55
add a comment |
With the help of the optional width
argument of diagbox
you can achieve the following:
documentclass[a4paper]article
usepackage[cjk]kotex
usepackageenumerate, float, pgf, tikz, circuitikz, multirow, tabularx, longtable, pdfpages, makecell, hyperref, array, siunitx, diagbox
usepackagecalc
setlengthtextheight10.75in
setlengthtextwidth6.5in
setlengthvoffset-1.5in
setlengthhoffset-0.863285in
setlengthmarginparwidth0in
setlengthmarginparpush0in
hypersetuppdfborder= 0 0 0
begindocument
begincenter
renewcommandarraystretch1.3
begintabularc
hline
multicolumn2diagbox[width=widthofStep (b)+widthofCurrent $I$ [SImilliampere]+4tabcolsep+arrayrulewidthrelax]ProcedureVoltage [SIvolt] & thead1st: 3.606\ 2nd: 3.02195 & thead1st: 5.068\ 2nd: 5.042 & thead1st: 7.064\ 2nd: 7.0115 & thead1st: 9.062\ 2nd: 9.069\
hline
Step (b) & multirow2*Current $I$ [SImilliampere] & 13.4703025775 & 18.9316398954 & 26.3877474785 & 33.8513261113\
cline1-1cline3-6
Step (d) & & 2.54715947404 & 4.24983142279 & 5.90989548213 & 7.64413351315\
hline
endtabular
endcenter
enddocument
Thank you so much for answering. I was so frustrated by this...
– Andrew Cho
Mar 31 at 11:53
@AndrewCho Don't worry. There are very good experts here.
– Sebastiano
Mar 31 at 11:55
add a comment |
With the help of the optional width
argument of diagbox
you can achieve the following:
documentclass[a4paper]article
usepackage[cjk]kotex
usepackageenumerate, float, pgf, tikz, circuitikz, multirow, tabularx, longtable, pdfpages, makecell, hyperref, array, siunitx, diagbox
usepackagecalc
setlengthtextheight10.75in
setlengthtextwidth6.5in
setlengthvoffset-1.5in
setlengthhoffset-0.863285in
setlengthmarginparwidth0in
setlengthmarginparpush0in
hypersetuppdfborder= 0 0 0
begindocument
begincenter
renewcommandarraystretch1.3
begintabularc
hline
multicolumn2diagbox[width=widthofStep (b)+widthofCurrent $I$ [SImilliampere]+4tabcolsep+arrayrulewidthrelax]ProcedureVoltage [SIvolt] & thead1st: 3.606\ 2nd: 3.02195 & thead1st: 5.068\ 2nd: 5.042 & thead1st: 7.064\ 2nd: 7.0115 & thead1st: 9.062\ 2nd: 9.069\
hline
Step (b) & multirow2*Current $I$ [SImilliampere] & 13.4703025775 & 18.9316398954 & 26.3877474785 & 33.8513261113\
cline1-1cline3-6
Step (d) & & 2.54715947404 & 4.24983142279 & 5.90989548213 & 7.64413351315\
hline
endtabular
endcenter
enddocument
With the help of the optional width
argument of diagbox
you can achieve the following:
documentclass[a4paper]article
usepackage[cjk]kotex
usepackageenumerate, float, pgf, tikz, circuitikz, multirow, tabularx, longtable, pdfpages, makecell, hyperref, array, siunitx, diagbox
usepackagecalc
setlengthtextheight10.75in
setlengthtextwidth6.5in
setlengthvoffset-1.5in
setlengthhoffset-0.863285in
setlengthmarginparwidth0in
setlengthmarginparpush0in
hypersetuppdfborder= 0 0 0
begindocument
begincenter
renewcommandarraystretch1.3
begintabularc
hline
multicolumn2diagbox[width=widthofStep (b)+widthofCurrent $I$ [SImilliampere]+4tabcolsep+arrayrulewidthrelax]ProcedureVoltage [SIvolt] & thead1st: 3.606\ 2nd: 3.02195 & thead1st: 5.068\ 2nd: 5.042 & thead1st: 7.064\ 2nd: 7.0115 & thead1st: 9.062\ 2nd: 9.069\
hline
Step (b) & multirow2*Current $I$ [SImilliampere] & 13.4703025775 & 18.9316398954 & 26.3877474785 & 33.8513261113\
cline1-1cline3-6
Step (d) & & 2.54715947404 & 4.24983142279 & 5.90989548213 & 7.64413351315\
hline
endtabular
endcenter
enddocument
edited Mar 31 at 12:27
Bernard
176k778210
176k778210
answered Mar 31 at 11:50
leandriisleandriis
11.3k1733
11.3k1733
Thank you so much for answering. I was so frustrated by this...
– Andrew Cho
Mar 31 at 11:53
@AndrewCho Don't worry. There are very good experts here.
– Sebastiano
Mar 31 at 11:55
add a comment |
Thank you so much for answering. I was so frustrated by this...
– Andrew Cho
Mar 31 at 11:53
@AndrewCho Don't worry. There are very good experts here.
– Sebastiano
Mar 31 at 11:55
Thank you so much for answering. I was so frustrated by this...
– Andrew Cho
Mar 31 at 11:53
Thank you so much for answering. I was so frustrated by this...
– Andrew Cho
Mar 31 at 11:53
@AndrewCho Don't worry. There are very good experts here.
– Sebastiano
Mar 31 at 11:55
@AndrewCho Don't worry. There are very good experts here.
– Sebastiano
Mar 31 at 11:55
add a comment |
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%2f482404%2fhow-to-properly-draw-diagonal-line-while-using-multicolumn-inside-tabular-enviro%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
Welcome to TeX SX! Please post a complete compilable code
– Bernard
Mar 31 at 11:27
I added compilable code
– Andrew Cho
Mar 31 at 11:37