Skip to main content

2017 | OriginalPaper | Buchkapitel

7. Table Preparation I

verfasst von : Dilip Datta

Erschienen in: LaTeX in 24 Hours

Verlag: Springer International Publishing

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

A table is used for presenting data or items row- and column-wise in a concise form. This Hour discusses the generation of commonly used tables, including vertical and horizontal positioning of a table, rotated entries in tables, adjustment of columns, merging rows/columns, table wrapped by texts, table with colored background, etc.

Sie haben noch keine Lizenz? Dann Informieren Sie sich jetzt über unsere Produkte:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Fußnoten
1
If the \caption { attl } command is used inside the table, longtable, or sidewaystable environment (but outside the tabular or tabularx environment), the table is assigned a serial number along with the argument attl as the title (caption) of the table.
 
2
In the tabularx environment, a fixed-width column is generated through l, c, or r, while a flexible-width column is generated through a X.
 
3
A good practice would be to specify a length as a fraction of \linewidth in a single-column document and \columnwidth in a multi-column document (instead of a fixed length, like 5 mm), particularly to avoid any unpleasant output upon changing the page or font size in a later stage.
 
4
The \vline command in the tabular and tabularx environments draws a vertical line, in the place of its application, having a height equal to that of a row.
 
Metadaten
Titel
Table Preparation I
verfasst von
Dilip Datta
Copyright-Jahr
2017
DOI
https://doi.org/10.1007/978-3-319-47831-9_7