How to join two vertical cells in latex?Paragraph column in tabular working only in the first columnAdd extra space only between two specific columns of a tabular without adding extra columnsVertical centering of text spanning multiple rowsHow do I prevent cellcolor from over effect of hlineTable with cells of different widthstabu package - gaps in vertical linesVertically aligning fixed height tablesIs there a simple way to create a latex equivalent of this (ms)word table template?Lyx Table Vertical AlignmentRow height and multirow package or nested tabular

If the Dominion rule using their Jem'Hadar troops, why is their life expectancy so low?

Can you take a "free object interaction" while incapacitated?

Turning a hard to access nut?

Is there a distance limit for minecart tracks?

Does capillary rise violate hydrostatic paradox?

Derivative of an interpolated function

Why does the Persian emissary display a string of crowned skulls?

What is it called when someone votes for an option that's not their first choice?

Magnifying glass in hyperbolic space

How to track Account Description field changes in Field history Tracking?

Put the phone down / Put down the phone

Should a narrator ever describe things based on a character's view instead of facts?

Extract substring according to regexp with sed or grep

New Order #2: Turn My Way

How do I lift the insulation blower into the attic?

Error in master's thesis, I do not know what to do

Why is implicit conversion not ambiguous for non-primitive types?

When is the exact date for EOL of Ubuntu 14.04 LTS?

Not hide and seek

Would this string work as string?

A seasonal riddle

Reason why a kingside attack is not justified

Connection Between Knot Theory and Number Theory

Trouble reading roman numeral notation with flats



How to join two vertical cells in latex?


Paragraph column in tabular working only in the first columnAdd extra space only between two specific columns of a tabular without adding extra columnsVertical centering of text spanning multiple rowsHow do I prevent cellcolor from over effect of hlineTable with cells of different widthstabu package - gaps in vertical linesVertically aligning fixed height tablesIs there a simple way to create a latex equivalent of this (ms)word table template?Lyx Table Vertical AlignmentRow height and multirow package or nested tabular













2















I have a table looks like exactly what I want, except for the first column from the left, the word Grain is not in the middle of the cells (I used cline3-11 to hide the line but how to make the word Grain aligned in center ?



Thanks in advance!



begintable[!h]
labelT:equipos
begincenter
begintabular
hline
textbf & textbf & multicolumn3textbfApple & multicolumn3c textbfCorn & multicolumn3c textbfWater\


cline3-11
textbf & & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid& textbfFruit & textbfGrain \
hline


Grain & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \ cline3-11 % this one
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline


Cereal & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ cline3-11
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline


endtabular
endcenter
endtable


enter image description here










share|improve this question









New contributor




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




















  • Welcome to TeX.SE!. It would be very uselful if you make your code compilable, by adding documentclass... and ending with enddocument.

    – Cragfelt
    3 hours ago















2















I have a table looks like exactly what I want, except for the first column from the left, the word Grain is not in the middle of the cells (I used cline3-11 to hide the line but how to make the word Grain aligned in center ?



Thanks in advance!



begintable[!h]
labelT:equipos
begincenter
begintabular
hline
textbf & textbf & multicolumn3textbfApple & multicolumn3c textbfCorn & multicolumn3c textbfWater\


cline3-11
textbf & & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid& textbfFruit & textbfGrain \
hline


Grain & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \ cline3-11 % this one
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline


Cereal & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ cline3-11
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline


endtabular
endcenter
endtable


enter image description here










share|improve this question









New contributor




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




















  • Welcome to TeX.SE!. It would be very uselful if you make your code compilable, by adding documentclass... and ending with enddocument.

    – Cragfelt
    3 hours ago













2












2








2








I have a table looks like exactly what I want, except for the first column from the left, the word Grain is not in the middle of the cells (I used cline3-11 to hide the line but how to make the word Grain aligned in center ?



Thanks in advance!



begintable[!h]
labelT:equipos
begincenter
begintabular
hline
textbf & textbf & multicolumn3textbfApple & multicolumn3c textbfCorn & multicolumn3c textbfWater\


cline3-11
textbf & & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid& textbfFruit & textbfGrain \
hline


Grain & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \ cline3-11 % this one
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline


Cereal & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ cline3-11
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline


endtabular
endcenter
endtable


enter image description here










share|improve this question









New contributor




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












I have a table looks like exactly what I want, except for the first column from the left, the word Grain is not in the middle of the cells (I used cline3-11 to hide the line but how to make the word Grain aligned in center ?



Thanks in advance!



begintable[!h]
labelT:equipos
begincenter
begintabular
hline
textbf & textbf & multicolumn3textbfApple & multicolumn3c textbfCorn & multicolumn3c textbfWater\


cline3-11
textbf & & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid& textbfFruit & textbfGrain \
hline


Grain & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \ cline3-11 % this one
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline


Cereal & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ cline3-11
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline


endtabular
endcenter
endtable


enter image description here







tables






share|improve this question









New contributor




ananya 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




ananya 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








edited 2 hours ago









LianTze Lim

8,63823066




8,63823066






New contributor




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









asked 3 hours ago









ananyaananya

133




133




New contributor




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





New contributor





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






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












  • Welcome to TeX.SE!. It would be very uselful if you make your code compilable, by adding documentclass... and ending with enddocument.

    – Cragfelt
    3 hours ago

















  • Welcome to TeX.SE!. It would be very uselful if you make your code compilable, by adding documentclass... and ending with enddocument.

    – Cragfelt
    3 hours ago
















Welcome to TeX.SE!. It would be very uselful if you make your code compilable, by adding documentclass... and ending with enddocument.

– Cragfelt
3 hours ago





Welcome to TeX.SE!. It would be very uselful if you make your code compilable, by adding documentclass... and ending with enddocument.

– Cragfelt
3 hours ago










1 Answer
1






active

oldest

votes


















3














You can use command multirow2*Grain to get the word Gain centered in the two table cells.



See the complete code:



documentclassarticle

usepackagemultirow

begindocument
begintable[!h]
labelT:equipos
begincenter
begintabular
hline
textbf & textbf & multicolumn3textbfApple & multicolumn3c textbfCorn & multicolumn3c textbfWater\
cline3-11
textbf & & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid& textbfFruit & textbfGrain \
hline
multirow2*Grain & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \ cline3-11 % this one
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline
multirow2*Cereal & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ cline3-11
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline
endtabular
endcenter
endtable
enddocument


and the result:



resulting pdf






share|improve this answer























  • Thank you so much, it worked. I accepted the answer, but could not give you rate up because I am new :(

    – ananya
    2 hours ago











  • @ananya You are welcome!

    – Kurt
    2 hours ago










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



);






ananya 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%2f480398%2fhow-to-join-two-vertical-cells-in-latex%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









3














You can use command multirow2*Grain to get the word Gain centered in the two table cells.



See the complete code:



documentclassarticle

usepackagemultirow

begindocument
begintable[!h]
labelT:equipos
begincenter
begintabular
hline
textbf & textbf & multicolumn3textbfApple & multicolumn3c textbfCorn & multicolumn3c textbfWater\
cline3-11
textbf & & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid& textbfFruit & textbfGrain \
hline
multirow2*Grain & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \ cline3-11 % this one
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline
multirow2*Cereal & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ cline3-11
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline
endtabular
endcenter
endtable
enddocument


and the result:



resulting pdf






share|improve this answer























  • Thank you so much, it worked. I accepted the answer, but could not give you rate up because I am new :(

    – ananya
    2 hours ago











  • @ananya You are welcome!

    – Kurt
    2 hours ago















3














You can use command multirow2*Grain to get the word Gain centered in the two table cells.



See the complete code:



documentclassarticle

usepackagemultirow

begindocument
begintable[!h]
labelT:equipos
begincenter
begintabular
hline
textbf & textbf & multicolumn3textbfApple & multicolumn3c textbfCorn & multicolumn3c textbfWater\
cline3-11
textbf & & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid& textbfFruit & textbfGrain \
hline
multirow2*Grain & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \ cline3-11 % this one
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline
multirow2*Cereal & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ cline3-11
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline
endtabular
endcenter
endtable
enddocument


and the result:



resulting pdf






share|improve this answer























  • Thank you so much, it worked. I accepted the answer, but could not give you rate up because I am new :(

    – ananya
    2 hours ago











  • @ananya You are welcome!

    – Kurt
    2 hours ago













3












3








3







You can use command multirow2*Grain to get the word Gain centered in the two table cells.



See the complete code:



documentclassarticle

usepackagemultirow

begindocument
begintable[!h]
labelT:equipos
begincenter
begintabular
hline
textbf & textbf & multicolumn3textbfApple & multicolumn3c textbfCorn & multicolumn3c textbfWater\
cline3-11
textbf & & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid& textbfFruit & textbfGrain \
hline
multirow2*Grain & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \ cline3-11 % this one
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline
multirow2*Cereal & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ cline3-11
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline
endtabular
endcenter
endtable
enddocument


and the result:



resulting pdf






share|improve this answer













You can use command multirow2*Grain to get the word Gain centered in the two table cells.



See the complete code:



documentclassarticle

usepackagemultirow

begindocument
begintable[!h]
labelT:equipos
begincenter
begintabular
hline
textbf & textbf & multicolumn3textbfApple & multicolumn3c textbfCorn & multicolumn3c textbfWater\
cline3-11
textbf & & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid & textbfFruit & textbfGrain & textbfLiquid& textbfFruit & textbfGrain \
hline
multirow2*Grain & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \ cline3-11 % this one
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline
multirow2*Cereal & Max & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ cline3-11
& Avg & 3 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\ hline
endtabular
endcenter
endtable
enddocument


and the result:



resulting pdf







share|improve this answer












share|improve this answer



share|improve this answer










answered 2 hours ago









KurtKurt

39.7k850164




39.7k850164












  • Thank you so much, it worked. I accepted the answer, but could not give you rate up because I am new :(

    – ananya
    2 hours ago











  • @ananya You are welcome!

    – Kurt
    2 hours ago

















  • Thank you so much, it worked. I accepted the answer, but could not give you rate up because I am new :(

    – ananya
    2 hours ago











  • @ananya You are welcome!

    – Kurt
    2 hours ago
















Thank you so much, it worked. I accepted the answer, but could not give you rate up because I am new :(

– ananya
2 hours ago





Thank you so much, it worked. I accepted the answer, but could not give you rate up because I am new :(

– ananya
2 hours ago













@ananya You are welcome!

– Kurt
2 hours ago





@ananya You are welcome!

– Kurt
2 hours ago










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









draft saved

draft discarded


















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












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











ananya 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%2f480398%2fhow-to-join-two-vertical-cells-in-latex%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

Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

Fil:Tokke komm.svg

Where did Arya get these scars? 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 did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?