Changes

Jump to navigation Jump to search
Added some explanation of what the code appears to be attempting to do.
LaTeX:
 
The <tt>scrartcl</tt> class from the KOMA package does some fairly sophisticated calculations to determine an appropriate page layout. A sample document (with a framebox to show the text area) is simply:
<pre>
\documentclass[DIVcalc,twoside]{scrartcl}
ConTeXt:
 
The following code duplicates the <tt>scrartcl</tt> calculations to set the text area and produces a similar sample document, again with a framed box to show the text area.
<pre>
\def\BCOR{3mm}% eventual bounding correction

Navigation menu