Hi all: I send this minimal example: \mainlanguage [es] \definefontfamily [mainface] [serif] [Gentium] \setupbodyfont[mainface] \setuppagenumbering[alternative=doublesided, location={footer,right}] \setuplayout[textwidth=12cm,margin=2.5cm] \setupmargindata[inmargin][style={\tfx\em}, location=outer,align=flushouter] \starttext \chapter{Introduction} \input{tufte} \input{tufte}\inmargin{This is the first margin note} \input{tufte} \input{tufte} \section{Whe start here} \input{knuth}\inmargin{This is another margin note} \input{tufte}\inmargin{This is another note in margin} \input tufte \chapter{Second chapter} \section{First section} \input{tufte} \stoptext Notes that appear in the right margin are justified, aligned with the text, but not the note in the left margin. How could I do this? Thanks. M. González.
On 12/14/2021 11:58 AM, MANUEL GONZALEZ SUAREZ via ntg-context wrote:
Hi all: I send this minimal example:
\mainlanguage [es] \definefontfamily [mainface] [serif] [Gentium] \setupbodyfont[mainface] \setuppagenumbering[alternative=doublesided, location={footer,right}]
\setuplayout[textwidth=12cm,margin=2.5cm] \setupmargindata[inmargin][style={\tfx\em}, location=outer,align=flushouter]
just use \inouter or define a new margindata class (see typo-mar.mkxl line 360 etc to see what is defined in what way)
\starttext
\chapter{Introduction} \input{tufte} \input{tufte}\inmargin{This is the first margin note} \input{tufte} \input{tufte} \section{Whe start here} \input{knuth}\inmargin{This is another margin note} \input{tufte}\inmargin{This is another note in margin} \input tufte \chapter{Second chapter} \section{First section} \input{tufte}
\stoptext
Notes that appear in the right margin are justified, aligned with the text, but not the note in the left margin.How could I do this? Thanks. M. González.
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
MANUEL GONZALEZ SUAREZ