[NTG-context] Re: Alignments of margin notes

2024-08-02 Thread Wolfgang Schuster
g}}     \samplefile{lorem}     \margindata[\recursestring]{Text in the margin!}     \samplefile{lorem} } \doloopoverlist{     inleft,     inright,     inouter,     ininner,     inmargin,     inother, } {     %\setupmargindata[\recursestring][align=middle]     \setupmarginframed[\recursestring][align=middle]     \

[NTG-context] Re: Comments placed in the margin

2024-03-19 Thread Jean-Pierre Delange
\inleft{}, \inouter{} etc will place text in the margin in bold. Can this text be placed in the margin in regular text or possibly in slightly smaller font size compared to the regular text in the document? ___ If

[NTG-context] Re: Comments placed in the margin

2024-03-19 Thread Wolfgang Schuster
Jeroen schrieb am 19.03.2024 um 19:34: This one unbolds the margin text: \setupmargindata[inouter][style=\tf] This one works well, it unbolds and reduces the size of the margin text: \setupmargindata   [inouter]   [style={\switchtobodyfont[8pt]}] This one does not seem to make a change

[NTG-context] Re: Comments placed in the margin

2024-03-19 Thread Jeroen
This one unbolds the margin text: \setupmargindata[inouter][style=\tf] This one works well, it unbolds and reduces the size of the margin text: \setupmargindata [inouter] [style={\switchtobodyfont[8pt]}] This one does not seem to make a change: \setupmargindata[inmargin][style={\tf

[NTG-context] Re: Comments placed in the margin

2024-03-19 Thread Wolfgang Schuster
Jeroen schrieb am 19.03.2024 um 15:38: For comments that are placed in the margin, the \inleft{}, \inouter{} etc will place text in the margin in bold. Can this text be placed in the margin in regular text or possibly in slightly smaller font size compared to the regular text in the

[NTG-context] Re: Comments placed in the margin

2024-03-19 Thread Hraban Ramm
Am 19.03.24 um 15:38 schrieb Jeroen: For comments that are placed in the margin, the \inleft{}, \inouter{} etc will place text in the margin in bold. Can this text be placed in the margin in regular text or possibly in slightly smaller font size compared to the regular text in the document

[NTG-context] Re: Comments placed in the margin

2024-03-19 Thread Hans van der Meer via ntg-context
I am using: \margindata[]{group to isolate change e.g. {\rm \it etc}} yours sincerely dr. Hans van der Meer > On 19 Mar 2024, at 15:38, Jeroen wrote: > > For comments that are placed in the margin, the \inleft{}, \inouter{} etc > will place text in the margin in bold. Can

[NTG-context] Comments placed in the margin

2024-03-19 Thread Jeroen
For comments that are placed in the margin, the \inleft{}, \inouter{} etc will place text in the margin in bold. Can this text be placed in the margin in regular text or possibly in slightly smaller font size compared to the regular text in the document

[NTG-context] Re: Mikael’s missing math manual

2024-03-18 Thread Hraban Ramm
Hans’ manuals are also often "in progress". A visible TODO marker might help – I’m using the following in my book to keep track of incomplete sections: \defineregister[todos] \define[1]\TODO{\inouter{\tt\color[red]{TODO}}\expanded{\todos{\structurevariable{title}}}\color[re

[NTG-context] Re: Text in Margin

2024-02-19 Thread Henning Hraban Ramm
\inmargin, \inouter etc. Additional to Wolfgang’s suggestions: If you need sidefloats that cover not only the margin but should decrease the text width, you can move sidefloats into the margin like: \startplacefigure[title={},location=outer] \offset[rightoffset=-\marginwidth]{\externalfigure[cow

[NTG-context] Width of captions and notes in outer margin not correct on even pages

2024-01-09 Thread Milan cel Mare via ntg-context
=\outermarginwidth. But it seems that for captions the width is derived from the inner margin width on even pages. The width of notes in the outer margin placed with \inouter is also off on even pages. They are too narrow and do not "fill" the available space (things seems to work for note

Re: [NTG-context] expansion of section title

2023-06-27 Thread Henning Hraban Ramm via ntg-context
7;t use it? I simplified too much, the actual definition is (now): \define[1]\TODO{\inouter{\tt\color[ColTodo]{TODO}}\expanded{\todos{\structurevariable{title}}}\color[ColTodo]{\bf #1}\autoinsertnextspace} Hraban

[NTG-context] pages with facing text

2022-06-06 Thread Pablo Rodriguez via ntg-context
] \startcolor[darkred] \dorecurse{10}{\section{Knuth}\pushoutputstream \inouter{first}\input knuth\footnote{note}\par\pushoutputstream} \stopcolor \stopoutputstream \startoutputstream[two] \startcolor[darkgreen] \dorecurse{10}{\section{Zapf}\pushoutputstream \inouter{second

Re: [NTG-context] \figuresymbol with underlying hyperlink?

2022-03-29 Thread Steffen Wolfrum via ntg-context
gt;>> The goal is to have an inline symbol that provides a http url link. >>> >>> AFAIK there’s nothing ready-made in that regard, but just define your own >>> macro. >>> >>> E.g. I use: >>> >>> \define[1]\Web{\goto{\hyphenatedu

Re: [NTG-context] \figuresymbol with underlying hyperlink?

2022-03-29 Thread Henning Hraban Ramm via ntg-context
]\WebQR{\inouter[scope=local]{\barcode[alternative=qr code, text={#1}, width=10mm]}\Web{#1}} \define[1]\WebArrow{\symbol[wingdings 3][barb1right]~{\em\hyphenatedurl{#1}}} So I guess you’d like something like: \define[1]\Link{\goto{\symbol[wingdings 3][barb1right]}[url(https://#1)]\autoinsertnextspace

Re: [NTG-context] \figuresymbol with underlying hyperlink?

2022-03-29 Thread Steffen Wolfrum via ntg-context
hat regard, but just define your own > macro. > > E.g. I use: > > \define[1]\Web{\goto{\hyphenatedurl{#1}}[url(https://#1)]\autoinsertnextspace} > \define[1]\Email{\goto{\hyphenatedurl{#1}}[url(mailto:#1)]\autoinsertnextspace} > \define[1]\WebQR{\inouter[scope=local]{\barco

Re: [NTG-context] \figuresymbol with underlying hyperlink?

2022-03-29 Thread Henning Hraban Ramm via ntg-context
use: \define[1]\Web{\goto{\hyphenatedurl{#1}}[url(https://#1)]\autoinsertnextspace} \define[1]\Email{\goto{\hyphenatedurl{#1}}[url(mailto:#1)]\autoinsertnextspace} \define[1]\WebQR{\inouter[scope=local]{\barcode[alternative=qr code, text={#1}, width=10mm]}\Web{#1}} \define[1]\WebArrow{\symbol

[NTG-context] interlinespacing in margin notes – solved

2022-03-10 Thread Henning Hraban Ramm via ntg-context
usemodule[ipsum] \showframe \setuplayout[ width=100mm, rightmargin=50mm, rightmargindistance=6mm, ] \setupbodyfontenvironment[11pt][ em=italicface, text=11pt, small=8pt, interlinespace=14pt, ] \definebodyfontenvironment[8pt][interlinespace=8pt] \setupbodyfont[rm,11pt] \define\PlaceFoot

Re: [NTG-context] About margin notes

2021-12-14 Thread Hans Hagen via ntg-context
=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

Re: [NTG-context] margin notes (was: lmtx update)

2020-08-01 Thread Otared Kavian
space=7cm, width=middle, margin=5cm, margindistance=7mm] %\def\ColWidth{57mm} \setupmargindata[inmargin] [location=right, stack=continue, align=flushright, ] \setupmargindata[inouter] [location=right, stack=continue,

Re: [NTG-context] margin notes (was: lmtx update)

2020-08-01 Thread Otared Kavian
Ausgabe” is much more elaborated, but also cluttered with obsolete stuff – I > need to sort that out some time... > (I only deleted some styling.) > > %%% Footnotes / Marginals > > \setupmargindata[inmargin][ > location=right, > stack=continue, > align=flushrigh

Re: [NTG-context] margin notes (was: lmtx update)

2020-08-01 Thread Henning Hraban Ramm
rman literature magazine “Kritische Ausgabe” is much more elaborated, but also cluttered with obsolete stuff – I need to sort that out some time... (I only deleted some styling.) %%% Footnotes / Marginals \setupmargindata[inmargin][ location=right, stack=continue, align=flushright, ]

Re: [NTG-context] notes in the margin

2019-10-04 Thread Henning Hraban Ramm
those two together, but it didn’t work \setupmargindata[inmargin][ location=right, stack=continue, align=flushright, style={\switchtobodyfont[6pt]}, ] \setupmargindata[inouter][ location=right, stack=continue, align=flushright, style={\switchtobodyfont[6pt]}, ] \def\FNVOffset{0

Re: [NTG-context] notes in the margin

2019-10-03 Thread Andres Conrado Montoya
rgin=1.8in, margindistance=24pt ] \definecounter[marginales][way=bytext,prefix=no] \def\romanMarginales{\convertnumber{r}{\rawcountervalue[marginales]}} \def\marginal{\dosingleempty\doMarginal} \def\doMarginal[#1]#2{% \incrementnumber[marginales] \iffirstargument \high{\romanMarginales}\inouter

Re: [NTG-context] Commands \inmargin and \inouter not working

2018-06-04 Thread Pablo Rodriguez
On 06/04/2018 08:35 PM, Marcus Vinicius Mesquita wrote: > Thank you, Pablo.  > > My version was from 2 of June. I updated again today, and the problem > was solved. I knew that you generated the PDF document with that beta. But I don’t have that version, so I wasn’t able to check with it. Glad

Re: [NTG-context] Commands \inmargin and \inouter not working

2018-06-04 Thread Marcus Vinicius Mesquita
Thank you, Pablo. My version was from 2 of June. I updated again today, and the problem was solved. Greetings Marcus Vinicius ___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] Commands \inmargin and \inouter not working

2018-06-04 Thread Pablo Rodriguez
On 06/04/2018 02:25 AM, Marcus Vinicius Mesquita wrote: > Dear list, > > After updating ConTeXt, commands \inmargin and \inouter do not work anymore. Hi Marcus Vinicius, I’m using latest beta (from 2018.06.04 12:18) and both commands work fine. I’m on linux-64 too. My previous bet

[NTG-context] Commands \inmargin and \inouter not working

2018-06-03 Thread Marcus Vinicius Mesquita
Dear list, After updating ConTeXt, commands \inmargin and \inouter do not work anymore. MWE: \starttext This is an example of a simple margin note set in the slanted font of the document. If used correctly, the note \inmargin{Here is a simple margin note.} should print on the side with the

Re: [NTG-context] notes in the margin

2018-02-12 Thread Henning Hraban Ramm
a[inmargin][location=outer,stack=continue,align=flushleft,style={\ss\tfx}] \setupmargindata[inouter][location=outer,stack=continue,align=flushleft,style={\ss\tfx}] Greetlings, Hraban --- http://www.fiee.net http://wiki.contextgarden.net GPG Key ID 1C9B22FD sidenotetest.tex Description: B

Re: [NTG-context] chapter setup with subtitle in margin

2018-01-24 Thread Mikael P. Sundqvist
in title. > >>> - The subtitle should have an appropriate line spacing. > >> > >> I could solve the subtitle placement with layers. > >> > >> But the chapter title still has this indent. :-( > > > > Untested, but you have two spurious space

Re: [NTG-context] chapter setup with subtitle in margin

2018-01-24 Thread Henning Hraban Ramm
e subtitle placement with layers. >> >> But the chapter title still has this indent. :-( > > Untested, but you have two spurious spaces in your code > > \define[2]\ChapterCmd{% > \inouter{\framed[frame=off,align=flushleft]{% >%\startlinecorrection >\switchto

Re: [NTG-context] chapter setup with subtitle in margin

2018-01-24 Thread Aditya Mahajan
should start on the same line as the main title. - The subtitle should have an appropriate line spacing. I could solve the subtitle placement with layers. But the chapter title still has this indent. :-( Untested, but you have two spurious spaces in your code \define[2]\ChapterCmd{% \inouter

[NTG-context] uservariables in heads and lists

2018-01-14 Thread Henning Hraban Ramm
backspace=21mm, topspace=12mm, width=117mm, height=270mm, header=15mm, headerdistance=2mm, footer=3mm, footerdistance=4mm, rightmargindistance=5mm, rightmargin=55mm, leftmargin=0mm, grid=yes, location=doublesided ] \define[2]\ChapterCmd{% {\bfa

Re: [NTG-context] Problems with heads using margintext alternative

2017-07-29 Thread Rik
\blank \inright{marg}\startparagraph\input jojomayer\stopparagraph \blank \inouter{marg}\startparagraph\input jojomayer\stopparagraph \ininner{marg}\startparagraph\input jojomayer\stopparagraph \blank \inmargin{marg}\startparagraph\input jojomayer\stopparagraph \blank

Re: [NTG-context] Problems with heads using margintext alternative

2017-07-29 Thread Pablo Rodriguez
nk \inright{marg}\startparagraph\input jojomayer\stopparagraph \blank \inouter{marg}\startparagraph\input jojomayer\stopparagraph \ininner{marg}\startparagraph\input jojomayer\stopparagraph \blank \inmargin{marg}\startparagraph\input jojomayer\stopparagraph \blank

Re: [NTG-context] notes in the margin

2017-04-08 Thread Henning Hraban Ramm
Am 2017-04-05 um 20:42 schrieb Pablo Rodriguez : > On 04/04/2017 10:27 AM, Henning Hraban Ramm wrote: >>> In my layout, left margin width is zero, but \inmargin always uses left >>> margin. >> Ok, I can use \inouter. > > doesn’t \setupmargindata[inmargin][locat

Re: [NTG-context] notes in the margin

2017-04-05 Thread Pablo Rodriguez
ome more: >> >> In my layout, left margin width is zero, but \inmargin always uses left >> margin. > > Ok, I can use \inouter. Hi Hraban, doesn’t \setupmargindata[inmargin][location=right] do the trick? >> I didn’t find a setup to change that – should >> \setupm

Re: [NTG-context] notes in the margin

2017-04-04 Thread Henning Hraban Ramm
uses left > margin. Ok, I can use \inouter. > I didn’t find a setup to change that – should > \setupmargindata[location=right] do the trick? (it doesn’t, also not with > left) > > Further I’d like to place "foot"notes into the margin. > It works like this: "

[NTG-context] Tight interline spacing in margin notes ?

2016-08-11 Thread josephcanedo
] \setupmargindata[outer][style=\tf] \starttext Foo\\ {\tfb Foo} Bar \inouter{Foo\\ {\tfb Foo}\\ Bar}Baz\\ Foo \stoptext This is a non sensible MWE where the \tfb here replaces another font with a bit taller letters (Hebrew Lamed to name). I tried \smash around these, which works but wondered

Re: [NTG-context] emergency stretch not taken in account in some cases

2016-07-20 Thread josephcanedo
eed to set the alignment twice and marginframed has no method key (the source is wrong). \definemargindata [InOuter] [method=first, location=outer, margin=margin, width=\outermarginwidth, style=\tf, stack=continue, align={normal,hanging,morehyphenation,hz,verytolera

Re: [NTG-context] emergency stretch not taken in account in some cases

2016-07-19 Thread josephcanedo
need to set the alignment twice and marginframed has no method key (the source is wrong). \definemargindata [InOuter] [method=first, location=outer, margin=margin, width=\outermarginwidth, style=\tf, stack=continue, align={normal,hanging,morehyphenation,hz,verytolerant,stretch

Re: [NTG-context] emergency stretch not taken in account in some cases

2016-07-18 Thread Wolfgang Schuster
ce and marginframed has no method key (the source is wrong). \definemargindata [InOuter] [method=first, location=outer, margin=margin, width=\outermarginwidth, style=\tf, stack=continue, align={normal,hanging,morehyphenation,hz,verytolerant,stretch}] \definemargindata [I

Re: [NTG-context] Issue with margin notes with stack=yes (or =continue)

2016-05-13 Thread josephcanedo
Joseph Canedo From: josephcan...@gmail.com Sent: ‎Friday‎, ‎May‎ ‎6‎, ‎2016 ‎6‎:‎49‎ ‎PM To: ntg-context@ntg.nl Dear all, Using ConTeXt ver: 2016.05.01 09:52 MKIV beta, I see that marginal notes (using \inouter for example) are put 1 or more lines below expected when using stack

[NTG-context] Issue with margin notes with stack=yes (or =continue)

2016-05-06 Thread josephcanedo
Dear all, Using ConTeXt ver: 2016.05.01 09:52 MKIV beta, I see that marginal notes (using \inouter for example) are put 1 or more lines below expected when using stack= option. A simple MWE follows. \setupmargindata[outer][stack=yes] % or =continue \starttext Foo \inouter{note}*bar Foo

Re: [NTG-context] Problem with \inouter and text justification

2016-01-22 Thread josephcanedo
sample and it seems the margin notes stay stacked but not nearby the line I insert them in the text, which is what I am looking for. Is there a way to achieve this using notes ? Otherwise I assume that there is a bug with \ininner \inouter then ? Also I noticed there is a \ininnermargin, but

Re: [NTG-context] Problem with \inouter and text justification

2015-12-15 Thread josephcanedo
nearby the line I insert them in the text, which is what I am looking for. Is there a way to achieve this using notes ? Otherwise I assume that there is a bug with \ininner \inouter then ? Also I noticed there is a \ininnermargin, but I was curious to know what’s the difference with \ininner

Re: [NTG-context] Problem with \inouter and text justification

2015-12-11 Thread josephcanedo
\ininner \inouter then ? Also I noticed there is a \ininnermargin, but I was curious to know what’s the difference with \ininner. Thanks a lot Joseph From: Wolfgang Schuster Sent: ‎Friday‎, ‎December‎ ‎11‎, ‎2015 ‎1‎:‎13‎ ‎PM To: ntg-context@ntg.nl josephcan...@gmail.com 10. Dezember

Re: [NTG-context] Problem with \inouter and text justification

2015-12-11 Thread Wolfgang Schuster
josephcan...@gmail.com <mailto:josephcan...@gmail.com> 10. Dezember 2015 um 11:04 Dear all, Another problem appears if using both \inouter and \ininner to have notes in both sides. Apparently when doing so the stack=continue does not work any longer. I see margin notes overlapping a

Re: [NTG-context] Problem with \inouter and text justification

2015-12-10 Thread josephcanedo
Dear all, Another problem appears if using both \inouter and \ininner to have notes in both sides. Apparently when doing so the stack=continue does not work any longer. I see margin notes overlapping and not being stacked. If the “left note” is removed the right side notes are stacked

[NTG-context] Problem with \inouter and text justification

2015-12-08 Thread josephcanedo
Dear all, I am trying to add margin notes and for some reason I do not understand when having them in the main text, the main text which normally would be fully justified (without notes) is now aligned to left, but right side is erratic. I attach a simple MWE showing this. If you disable the

Re: [NTG-context] Placing margin notes on the left using Lua

2015-05-08 Thread Wolfgang Schuster
\starttext \dorecurse{20} {\margindata[inouter]{Knuth} %\margindata[inleft]{Knuth} \input knuth\par} \stoptext Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

[NTG-context] setuplayout with duplex -> shifted textarea

2013-10-14 Thread Zenlima
1cm,rightmargindistance=0.4cm,rightmargin=3.5cm] \setuppagenumbering[alternative=doublesided,location=] \starttext \setuplayout[WithMarginnotes] \dorecurse {6} { \ininner[stack=yes]{\expanded{\dorecurse{2}{IM\recurselevel\space}}}% \inouter[stack=yes]{\expanded{\dorecurse{3

Re: [NTG-context] Fwd: Re: outer floats on doublesided pages UNSOLVED

2013-10-02 Thread Tim Steenvoorden
Thanks Hans. I used "ininner" instead of "innermargin" and "inouter" instead of "outermargin" as keys.Is there a difference between "inright" and "rightmargin"?Cheers,Tim On 1 oktober 2013 at 22:35:29, Hans Hagen (pra...@wxs.nl) w

[NTG-context] Fwd: Re: outer floats on doublesided pages UNSOLVED

2013-10-01 Thread Hans Hagen
: Hi Hans, Is it possible to fix the "inouter" and "ininner" directives too? "inright" and "inleft" work as expected. afaik \setuppagenumbering [alternative=doublesided] \setuplayout [backspace=5cm, width=middle] \starttext \dorecurse{4}

Re: [NTG-context] outer floats on doublesided pages UNSOLVED

2013-10-01 Thread Tim Steenvoorden
Hi Hans,Is it possible to fix the "inouter" and "ininner" directives too? "inright" and "inleft" work as expected.Cheers,Tim On 18 september 2013 at 10:51:29, Tim Steenvoorden (tim.steenvoor...@gmail.com) wrote: Thanks Hans!Cheers,Tim On 17 september 201

[NTG-context] [***SPAM***] unwanted space and error in combination of writebetweenlist and placecontent[criterium= local]

2013-05-12 Thread Zenlima
ion=section-8,number=no] \defineheadalternative [myheader] [alternative=horizontal, renderingsetup=setup:myheader] \startsetups [setup:myheader] \inouter{\headtextcontent} \stopsetups \setuplist[chapter][style=bold,before=\blank,alternative=b,width=1.5em,color=HeadColor] \setuplist[section]

Re: [NTG-context] [***SPAM***] heading in margin -> strange extra vertical spaces

2013-05-04 Thread Marco Patzer
ve=myheader, section=section-8] \defineheadalternative [myheader] [alternative=horizontal, renderingsetup=setup:myheader] \startsetups [setup:myheader] \inouter{\headtextcontent} \stopsetups \starttext \inouter{Hasselt makes headlines} \input tufte \myheader{Hasselt makes he

[NTG-context] [***SPAM***] heading in margin -> strange extra vertical spaces

2013-05-04 Thread Zenlima
n-8] \definehead[myheader][][number=no,before=,style=\bf,aligntitle=yes,section=section-8] \starttext \inouter{Hasselt makes headlines} \input tufte \inouter{\myheader{Hasselt makes headlines}} \input tufte \stoptext ___ If y

Re: [NTG-context] images and text stacked in the margin

2012-11-12 Thread Marco Patzer
idth=10cm, rightmargin=5cm] \setupmargindata [inouter] [location=outer, stack=continue] \definefloat [marginfigure] [marginfigures] [figure] \setupfloat [marginfigure] [default=margin] \definefloat [m

Re: [NTG-context] Margin text and multiple columns

2012-08-31 Thread Sietse Brouwer
have a problem with margin texts in combination with multiple columns using > mkiv. I want to set a text in the outer margin of a double sided document. > This works well using \inouter as seen in the following document: > > --- > \setuppagenumbering[alternative=doublesided] > &

[NTG-context] Margin text and multiple columns

2012-08-30 Thread Marc Rummel
Hello, I have a problem with margin texts in combination with multiple columns using mkiv. I want to set a text in the outer margin of a double sided document. This works well using \inouter as seen in the following document: --- \setuppagenumbering[alternative=doublesided] \starttext

[NTG-context] Margin text and multiple columns

2012-08-27 Thread Marc Rummel
Hello, I have a problem with margin texts in combination with multiple columns using mkiv. I want to set a text in the outer margin of a double sided document. This works well using \inouter as seen in the following document: --- \setuppagenumbering[alternative=doublesided] \starttext

[NTG-context] Did usage of \expanded changed?

2012-05-11 Thread Peter Schorsch
tParagraph[#1]% {\getrawparameters[Paragraph][heading=,mark=,#1]% \incrementnumber[ParagraphNumber]% \ininner{\tfx\getnumber[ParagraphNumber]}% \doifsomething\Paragraphheading{\inouter{\Paragraphheading}}% \doifsomething\Paragraphmark{\expanded{\textreference[\Paragraphmark]{\fullheadnumb

Re: [NTG-context] bug? margens with duplex

2012-05-10 Thread Hans Hagen
On 10-5-2012 12:15, Peter Schorsch wrote: Hi, I am using \ininner and \inouter to set text into the margins. As soon I also use duplex the margins are messed up at every second page. Unluckily the [stack=continue] option does not help. I put an example incl. pictures of the results on my user

[NTG-context] bug? margens with duplex

2012-05-10 Thread Peter Schorsch
Hi, I am using \ininner and \inouter to set text into the margins. As soon I also use duplex the margins are messed up at every second page. Unluckily the [stack=continue] option does not help. I put an example incl. pictures of the results on my user talk page on the wiki: http

Re: [NTG-context] Is there some easy way to do tufte-style side note?

2012-04-22 Thread Yue Wang
s provide a good solution for this style. I am wondering if >>> this is possible to do in context. >>> >>> I am also curious to know simple way to do multiple float style in >>> ConTeXt (like graphics spanning text and margin and many others). >>> >&g

Re: [NTG-context] Is there some easy way to do tufte-style side note?

2012-04-22 Thread Wolfgang Schuster
in context. >> >> I am also curious to know simple way to do multiple float style in >> ConTeXt (like graphics spanning text and margin and many others). >> >> Yue Wang > > Well, I am no powerful ConTeXt user, but \inmargin and derivatives > (\inouter \ininner

Re: [NTG-context] Is there some easy way to do tufte-style side note?

2012-04-22 Thread S Barmeier
(like graphics spanning text and margin and many others). > > Yue Wang Well, I am no powerful ConTeXt user, but \inmargin and derivatives (\inouter \ininner \inright \inleft) have an option stack=yes to avoid overlapping and stack=continue to avoid ... overlapping. As I understand it, the

Re: [NTG-context] \inmargin

2012-03-03 Thread S Barmeier
> \inright{INRIGHT} > > \input ward > > \ininner{INNER} > \inouter{OUTER} > > \input ward > > \stoptext > > What has changed is how to defined a new command (\defineinmargin vs. > \definemargindata) > and how to cu

Re: [NTG-context] \inmargin

2012-03-03 Thread Wolfgang Schuster
starttext \input ward \inmargin{INMARGIN} \input ward \inleft {INLEFT} \inright{INRIGHT} \input ward \ininner{INNER} \inouter{OUTER} \input ward \stoptext What has changed is how to defined a new command (\defineinmargin vs. \definemargindata) and how to customize these commands (\setupin

Re: [NTG-context] empty lines messing with margins (in duplex mode)

2011-11-12 Thread Hans Hagen
X X X X X}\inouter{M M M M M M M M M M M M }\input tufte \ininner{X X X X X X X X X X X X}\inouter{M M M M M M M M M M M M }\input tufte \ininner{X X X X X X X X X X X X}\inouter{M M M M M M M M M M M M }\input tufte But as soon I add between every two lines an empty line the margin on every

Re: [NTG-context] inner/outer margin: wrong width at double sided

2011-07-17 Thread Peter Schorsch
Hi, sorry that I repeat my question but I have really no idea how to solve this. When I use \ininner and \inouter directly, always the correct width is used. \ininner{X X X X X X X X X X X X}\inouter{M M M M M M M M M M M M }\input tufte But as soon I put it into a function the

[NTG-context] inner/outer margin: confused width

2011-07-14 Thread Peter Schorsch
Hi, the width of my inner and outer margin are different and the pagelayout is double sided. When I use \ininner and \inouter directly, always the correct width is used. But as soon I put it into a function the wrong margin width is often used. I attached two files: - simple example tex

Re: [NTG-context] question about \inouter cum suis

2010-10-06 Thread Hans Hagen
On 6-10-2010 4:18, Thomas A. Schmitz wrote: \defineinmargin [MyOuter] [outer] [normal] [distance=1cm] \starttext test \MyOuter{1}test \stoptext \def\domarginblockskip#1% {\doifelsenothing\margincontentdistance {\hskip\dimexpr +\margincontenthoffset +\compensatedinnermake

Re: [NTG-context] question about \inouter cum suis

2010-10-06 Thread Thomas A. Schmitz
OK, another question, hopefully less stupid: \defineinmargin [MyOuter] [outer] [normal] [distance=1cm] \starttext test \MyOuter{1}test \stoptext gives ! You can't use `\dimexpr' in restricted horizontal mode. but the definition is taken from page-mar.mkiv Thomas _

Re: [NTG-context] question about \inouter cum suis

2010-10-06 Thread Thomas A. Schmitz
On Oct 6, 2010, at 3:57 PM, Wolfgang Schuster wrote: > It’s “D’oh” :) > > Wolfgang \dorecurse{2}{D'oh!} Thomas ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : nt

Re: [NTG-context] question about \inouter cum suis

2010-10-06 Thread Wolfgang Schuster
Am 06.10.2010 um 15:48 schrieb Thomas A. Schmitz: > > On Oct 6, 2010, at 3:39 PM, Hans Hagen wrote: > >> \setuppagenumbering >> [alternative=doublesided] >> >> inner/outer tracking only kicks in when in doublesided mode > > DUH! (to quote a well-known cartoon character). It’s “D’oh” :) Wolf

Re: [NTG-context] question about \inouter cum suis

2010-10-06 Thread Thomas A. Schmitz
On Oct 6, 2010, at 3:39 PM, Hans Hagen wrote: > \setuppagenumbering > [alternative=doublesided] > > inner/outer tracking only kicks in when in doublesided mode DUH! (to quote a well-known cartoon character). Of course! I thought my location=doublesided in \setuplayout did this, but I was wron

Re: [NTG-context] question about \inouter cum suis

2010-10-06 Thread Hans Hagen
On 6-10-2010 1:04, Thomas A. Schmitz wrote: \setuppapersize[A6][A6] \setuplayout [width=middle, height=middle, backspace=3cm, margin=1.5cm, location=doublesided] \setuplayout [width=middle, height=middle, backspace=3cm, margin=1.5cm] \setuppagenumbering [altern

[NTG-context] question about \inouter cum suis

2010-10-06 Thread Thomas A. Schmitz
Dear gang, consider the following: \setuppapersize[A6][A6] \setuplayout [width=middle, height=middle, backspace=3cm, margin=1.5cm, location=doublesided] \starttext This nation, \inouter{1}turning 100 years old, had no {\em Odyssey}, no St.~George slaying the dragon, no

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
ed \in{text}{text}[reference] # \includeFLOWchart # \includemenu # \increment \indentation \indenting[options] \inframed[settings]{text} \ininner[+|-|low][reference]{text} \inleft[+|-|low][reference]{text} \inline[reference] \inmargin[+|-|low][reference]{text} \inothermargin[+|-|low][reference]{text}

Re: [NTG-context] strange margin-behavior

2007-02-28 Thread Aditya Mahajan
On Wed, 28 Feb 2007, Henning Haeske wrote: >>text text text \inouter{abc} text text > > thanks taco, that works for the margintext :-). Now only the the probem with > the outermargin is left. - till now, the outermargin is always at the right > site, instead of flipping left

Re: [NTG-context] strange margin-behavior

2007-02-28 Thread Henning Haeske
>text text text \inouter{abc} text text thanks taco, that works for the margintext :-). Now only the the probem with the outermargin is left. - till now, the outermargin is always at the right site, instead of flipping left/right. H. ___

Re: [NTG-context] strange margin-behavior

2007-02-28 Thread Taco Hoekwater
Henning Haeske wrote: > > I am looking for a solution to have the 4cm-margin and the margintext always > at the outer side. Try: text text text \inouter{abc} text text Cheers, Taco ___ ntg-context mailing list ntg-context@ntg.nl http://w