About 681,000 results
Open links in new tab
  1. Make a table span multiple pages - TeX - LaTeX Stack Exchange

    As a side note, some folks would advocate against using vertical lines in a table- that's a separate discussion though :) Have a look at Why not use vertical lines ('|') in a tabular?

  2. How do you make numbered equations in latex? - TeX - TeX - LaTeX …

    I would like to put in a code that automatically assigns a number to the equations in my documents preferably aligned on the right hand side. How can I go about this? \\documentclass[a4paper,11pt]{

  3. tables - What is the difference between tabular, tabular* and tabularx ...

    Nov 28, 2016 · The most significant difference between the tabular and tabular* environments is that the latter can be set to occupy a pre-specified width. Often, but not necessarily, this width will be …

  4. How to add a forced line break inside a table cell - TeX

    Feb 20, 2017 · I have some text in a table and I want to add a forced line break. I want to insert a forced line break without having to specify the column width, i.e. something like the following: \\begin{tabular...

  5. How do I color table columns? - TeX - LaTeX Stack Exchange

    I've found question How do I fill table cells with a background color?, but the link to the documentation isn't helping me at all. I'd like to know how to color a table column given my column code...

  6. Column and row padding in tables - TeX - LaTeX Stack Exchange

    382 The following suggestions are applicable to tabular - and array -like structures and for the most past applies to both text and math mode, including *matrix environments. Vertical padding Vertical …

  7. How to force a table into page width? - LaTeX Stack Exchange

    Feb 8, 2011 · Just to mention an additional method: the tabular* environment. Suppose you have a table with 6 center-aligned columns. You can force it to take up the full width of the text block by setting it …

  8. Caption on tabular environment - TeX - LaTeX Stack Exchange

    This places all the content (tabular and your caption) in a minipage environment of width \textwidth. The minipage will ensure that the contents remains in a fixed block (so that your caption doesn't end up …

  9. How to specify the row height in LaTeX table? - TeX - TeX - LaTeX …

    I want to create a LaTeX table with three rows which have different row heights. How can I do this? The following code \\renewcommand\\arraystretch{2.4} \\setlength\\minrowclearance{2.4pt} seems make...

  10. Table with multiple lines in some cells - LaTeX Stack Exchange

    The use of @{}..@{} voids the additional space (horizontal tab separation) inserted by the nested tabular. Also, the above example inserts the nested tabular vertically centered with respect to the row.