Changes

Jump to navigation Jump to search
1,384 bytes added ,  18:46, 30 January 2023
another approach
\stoptext
</texcode>
 
==Another Approach==
 
Not sure whether this is what you had in mind:
 
<texcode>
\showframe
 
\definelayout[WithoutMarginnotes][location={duplex}, grid=no, topspace=3cm, height=24cm, backspace=3cm, cutspace=0cm, leftmargin=1cm, leftmargindistance=0.4cm, width=16cm, rightmargindistance=0cm, rightmargin=0cm]
 
\definelayout[WithMarginnotes][location={duplex}, grid=no, topspace=3cm, height=24cm, backspace=3cm, cutspace=0cm, leftmargin=1cm, leftmargindistance=0.4cm, width=12.1cm, rightmargindistance=0.4cm, rightmargin=3.5cm]
 
\setuppagenumbering[alternative=doublesided,location=]
 
\starttext
 
\startlayout[WithMarginnotes]
 
\dorecurse {6} {
\ininner[stack=yes]{\expanded{\dorecurse{2}{IM\recurselevel\space}}}%
\inouter[stack=yes]{\expanded{\dorecurse{3}{OM\recurselevel\space}}}%
\input tufte \par
}
\stoplayout
\startlayout[WithoutMarginnotes]
 
\placetable[split][]{Big table object}
{
\setupTABLE[row][1][width=\textwidth]
\bTABLE[split=repeat]
\bTABLEhead
\bTR \bTD XXX \eTD \eTR
\eTABLEhead
\bTABLEbody
\dorecurse{20}{
\bTR \bTD XXX \eTD \eTR}
\eTABLEbody
\eTABLE
}
\stoplayout
 
\startlayout[WithMarginnotes]
\dorecurse {3} {
\ininner[stack=yes]{\expanded{\dorecurse{2}{IM\recurselevel\space}}}%
\inouter[stack=yes]{\expanded{\dorecurse{3}{OM\recurselevel\space}}}%
\input tufte \par
}
\stoplayout
\stoptext
</texcode>
 
=Bug: Formula numbering - subnumbers and list of formulas=
139

edits

Navigation menu