informatica:linux:latex
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| informatica:linux:latex [2013/10/09 12:52] – jose | informatica:linux:latex [2015/04/13 20:19] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| \end{document} | \end{document} | ||
| </ | </ | ||
| + | |||
| + | ====== Columnas ====== | ||
| + | < | ||
| + | \documentclass{article} | ||
| + | |||
| + | \usepackage{multicol} | ||
| + | \usepackage{lipsum}% dummy text | ||
| + | |||
| + | \setlength{\columnseprule}{0.4pt} | ||
| + | |||
| + | \begin{document} | ||
| + | \begin{multicols}{3} | ||
| + | |||
| + | \section{Test} | ||
| + | a1 \\ | ||
| + | a2 \\ | ||
| + | a3 \\ | ||
| + | \section{Test} | ||
| + | b1 \\ | ||
| + | b2 \\ | ||
| + | b3 \\ | ||
| + | \section{Test} | ||
| + | c1 \\ | ||
| + | c2 \\ | ||
| + | c3 \\ | ||
| + | |||
| + | |||
| + | \end{multicols} | ||
| + | \end{document} | ||
| + | </ | ||
| + | |||
| + | ====== Conversión ====== | ||
| + | |||
| Para convertirlo en dvi hacemos: | Para convertirlo en dvi hacemos: | ||
informatica/linux/latex.1381323156.txt.gz · Last modified: (external edit)
