[dev-context] Bugs: align[outer] requires setuppagenumbering, and fails on odd pages

Wolfgang Schuster schuster.wolfgang at googlemail.com
Mon Feb 20 19:54:35 CET 2012


Am 20.02.2012 um 19:43 schrieb Sietse Brouwer:

> Hi Wolfgang,
> 
> I tried making that alteration in
> /opt/context/tex/texmf-context/tex/context/base/spac-ali.mkiv ,
> but that didn't work. Was merely changing that file not enough, or
> should I conclude that this fix does not work?

You have to regenerate the format (context --make en) when you patch a core file.

BTW: The location key for \setuplayout is to position the page on the paper when the have different sizes.

\setuppapersize[A5][A4]

\setuppagenumbering[alternative=doublesided]
\setuplayout       [location=doublesided]

\showframe

\starttext
\dorecurse{12}{\input knuth\par}
\stoptext

Wolfgang


More information about the dev-context mailing list