Home computickets Tables in Latex

Tables in Latex

Author

Date

Category

Faced with such a problem when building a table: Do not draw all lines to the end. What is the reason to understand can not. Maybe someone who knows will tell.
Code:

\ begin {tabular} {| P {2.5cm} | P {2.5cm} | P {2.5cm} | P {1.5cm} | P {1.5cm} |}
  \ hline
  \ Multirow {constructions} & amp; \ Multicolumn {3} {| C |} {Placing Mountain Development} & amp; \ Multirow {Mountain Depth}} \\
  \ CLINE {2-4}
  {} & amp; Distance along the trace axis, M & AMP; \ Multicolumn {3} {| C |} {distance} & amp; {} \\ \ CLINE {3-4}
   {} & amp; {} & amp; on diameters, m & amp; between diameters, m & amp; {} \\ End {Tabular}

This is how the table looks like:
Enter the image description here


Answer 1, Authority 100%

Do you have errors in the code.
Below worker, compare.

\ begin {tabular} {| P {2.5cm} | P {2.5cm} | P {2.5cm} | P {1.5cm} | P {1.5cm} |}
  \ hline
  \ Multirow {3} {*} {Constructions} & amp; \ Multicolumn {3} {| C |} {Placing Mountain Development} & amp; \ Multirow {3} {*} {Mountain Depth} \\
  \ CLINE {2-4}
  {} & amp; Distance along the trace axis, M & AMP; \ Multicolumn {2} {| C |} {distance} \\
  \ CLINE {3-4}
  {} & amp; {} & amp; on diameters, m & amp; between diameters, m & amp; {} \\
  \ hline
 \ End {Tabular}

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions