ConTeXt template: Setup up defaults for floats.

This allows the user to adjust the figure and table placement
and numbering globally.
This commit is contained in:
John MacFarlane 2013-11-30 16:15:53 -08:00
parent 8cadd4f204
commit 713a8f63d5

View file

@ -36,7 +36,8 @@ $endif$
\setupitemize[autointro] % prevent orphan list intro \setupitemize[autointro] % prevent orphan list intro
\setupitemize[indentnext=no] \setupitemize[indentnext=no]
\setupcaption[figure][number=no] % don't number figures \setupfloat[figure][default={here,nonumber}]
\setupfloat[table][default={here,nonumber}]
\setupthinrules[width=15em] % width of horizontal rules \setupthinrules[width=15em] % width of horizontal rules