create latex tables

1
Tables Generator (/) LaTeX Table Generator Show Example Result (click "Generate" to refresh) Copy to clipboard How to use it? 1. Using the Table menu set the desired size of the table. 2. Enter the table data into the table: select and copy (Ctrl+C) a table from the spreadsheet (e.g. Google Docs, LibreOffice Calc, webpage) and paste it into our editor -- click a cell and press Ctrl+V or just double click any cell to start editing it's contents -- Tab and Arrow keys can be used to navigate table cells 3. Adjust text alignment and table borders using the options from the menu and using the toolbar buttons -- formatting is applied to all the selected cells. 4. Click "Generate" button to see the generated table's LaTeX source code -- select it and copy to your document. Default or booktabs table style? For more professionally looking tables you probably want to try booktabs (http://www.ctan.org/tex-archive/macros/latex/contrib/booktabs/) package. The tables produced with this style look more like the tables you can see in the books, scientific articles and newspapers. Generally, the tables differ from the plain LaTeX tables in a few aspects: no vertical rules are used, there is additional space above and below horizontal rules, rules have varying "thickness" and no double rules are used. Use can choose the table style using the select box in the toolbar. If you select the booktabs option both top and bottom rules will be added automatically. About (/about) Changelog (/changelog) © TablesGenerator.com A B C D E 1 2 3 4 Generate Escape special TeX symbols (%, &, _, #, $) Compress whitespace LaTeX Tables (/latex_tables) HTML Tables (/html_tables) Text Tables (/text_tables) Markdown Tables (/markdown_tables) MediaWiki Tables (/mediawiki_tables) Contact (/contact) Facebook 2802 Twitter 599 (https://twitter.c File Edit Table Column Row Cell Help Default table style \begin{table}[] \centering \caption{My caption} \label{my-label} \begin{tabular}{lllll} & & & & \\ & & & & \\ & & & & \\ & & & & \end{tabular} \end{table} 1 2 3 4 5 6 7 8 9 10 11 Caption above, Center table horizontally

Upload: jhorckham

Post on 09-Apr-2016

3 views

Category:

Documents


1 download

DESCRIPTION

tablas de latex full

TRANSCRIPT

Tables Generator (/)

LaTeX Table Generator

Show Example

Result (click "Generate" to refresh) Copy to clipboard

How to use it?

1. Using the Table menu set the desired size of the table.

2. Enter the table data into the table:

select and copy (Ctrl+C) a table from the spreadsheet (e.g. Google Docs, LibreOffice Calc, webpage) and paste it into our editor -- click a cell and

press Ctrl+V

or just double click any cell to start editing it's contents -- Tab and Arrow keys can be used to navigate table cells

3. Adjust text alignment and table borders using the options from the menu and using the toolbar buttons -- formatting is applied to all the selected cells.

4. Click "Generate" button to see the generated table's LaTeX source code -- select it and copy to your document.

Default or booktabs table style?

For more professionally looking tables you probably want to try booktabs (http://www.ctan.org/tex-archive/macros/latex/contrib/booktabs/) package. The tables

produced with this style look more like the tables you can see in the books, scientific articles and newspapers. Generally, the tables differ from the plain

LaTeX tables in a few aspects:

no vertical rules are used,

there is additional space above and below horizontal rules,

rules have varying "thickness" and no double rules are used.

Use can choose the table style using the select box in the toolbar. If you select the booktabs option both top and bottom rules will be added automatically.

About (/about)Changelog (/changelog)© TablesGenerator.com

A B C D E

1

2

3

4

Generate

Escape special TeX symbols (%, &, _, #, $)

Compress whitespace

LaTeX Tables

(/latex_tables)

HTML Tables

(/html_tables)

Text Tables

(/text_tables)

Markdown Tables

(/markdown_tables)

MediaWiki Tables

(/mediawiki_tables)

Contact

(/contact)

Facebook 2802 Twitter 599(https://twitter.com/search?src=typd&q=http%3A%2F%2Fwww.tablesgenerator.com%2F)

File Edit Table Column Row Cell Help

Default table style

\begin{table}[]

\centering

\caption{My caption}

\label{my-label}

\begin{tabular}{lllll}

& & & & \\

& & & & \\

& & & & \\

& & & &

\end{tabular}

\end{table}

1

2

3

4

5

6

7

8

9

10

11

Caption above, Center table horizontally