10 Dicembre 2010 alle 20:41
#53613
::
Probabilmente è scritto male, comunque c’è qualcosa.
`\setuplist
[part,chapter,section,subsection,subsubsection]
[partnumber=no]
\def\PartCommand#1#2#3{%
\bfb \color[red]{\cap{#2}}}
\setuplist[part]
[alternative=none,
before={\blank[1em]},
command={\PartCommand},
color=red]
\setuplist[chapter][width=0mm,style=bold, color=red, before={\blank[medium]}, after={\blank[small]}]
\setuplist[section]
[width=0mm]
\setuplist[subsection][width=0mm]`
Ricordati se metti le parti con il comando \part{} forse ti interesserà includere anche
`\setuppagenumbering
[alternative=doublesided,
style=cap,
location={footer,margin},
way=bytext,
partnumber=no]`
Ciao
ES