jjconti / automagica

Permite crear en forma fácil libros listos para la imprenta o para distribuir digitalmente
GNU General Public License v3.0
14 stars 4 forks source link

Gui - Parametro para Columnas #16

Closed 72cordoba closed 7 years ago

72cordoba commented 7 years ago

Inside the template.tex file 1st Add multicol package to file \usepackage{multicol} packagetemplate

  1. Before var {CONTENT}, add \ begin {multicols} {var {COLUMNS}} and below var {CONTENT}, add \ end {multicols} beginmulticols

3rd Now in automagica.py, add to main () the following parameter to be used by template.tex parametroautomagica Where the desired number of columns will be passed as 'COLUMNS' parameter to template.tex