Changes

Jump to navigation Jump to search
1,008 bytes added ,  23:10, 17 November 2009
</tr>
</table>
'''Note:'''
 
*width=middle
<code>
if cutspace == 0pt then
cutspace = backspace
end
makeupwidth = paperwidth- backspace -cutspace
</code>
*width=fit
<code>
if cutspace == 0pt then
cutspace = backspace
end
makeupwidth = paperwidth-cutspace
scratchdimen = backspace - leftedgewidth-leftedgedistance-leftmarginwidth-leftmargindistance
if scratchdimen< 0pt then
scratchdimen = 0pt
end
makeupwidth = makeupwidth - rightmargindistance-rightmarginwidth- rightedgedistance-rightedgewidth- scratchdimen
</code>
* otherwise:
<code>
makeupwidth=width
if cutspace == 0pt then
cutspace = paperwidth-makeupwidth-backspace
else
% A kind of inconsistent specification, but used
% in for instance s-pre-19.tex; the cutspace is
% used only for determining some kind of right
% margin; don't use this in doublesided mode
pass
end
</code>
== Setup ==

Navigation menu