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:
parent
8cadd4f204
commit
713a8f63d5
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue