[NTG-context] compatibility between \startshapetext and \startsection ?

2024-05-14 Thread garulfo
,stretch,normal]% \setupindenting[yes,small]% \strut% \reference[myref1]{MyRef1}Here is the first reference.\par See reference \in[myref2] on \at{page}[myref2]\par % \dorecurse{5}{ %\startsection[title={Title for section{\recurselevel}}] \darkred\input knuth \par \darkblue\input ward %\stopsection

[NTG-context] \intertext and highlighting with \alignhere/\breakhere

2024-03-12 Thread Max Chernoff
ution" for this, although I'd prefer something a bit less hacky. Any ideas? Also, is there a way to highlight an equation across an \alignhere? Once again, I've found a "solution", but like before, it's pretty hacky. Example files are attached. Thanks, -- Max \setupindenting[yes, 3em] \setuphe

[NTG-context] Re: Japanese

2024-03-02 Thread Wolfgang Schuster
rotrusion}] \definefontfamily [noto_japanese] [rm] [Noto Serif JP] [features={default,fullprotrusion}] \definefontfamily [noto_japanese] [ss] [Noto Sans JP] [features={default,fullprotrusion}] \setupbodyfont [noto_japanese] \setscript [nihongo] \setupalign [hanging] \setupindenting [

[NTG-context] Wiki page : Mixed languages sample (French, Ancient Greek, Arabic, Chinese)

2024-03-01 Thread Jean-Pierre Delange
] [sans] [FreeSans] [rscale=0.7] \definefontfamily[mainface] [serif] [GFS Didot] \setupbodyfont[mainface] \setupindenting[1.5em] \setupindenting[yes] \setupcolors[state=start] \defineframedtext [MyFrame] [before={\blank}, after={\blank}, frame=off, background=MyFrame, %width=\textwidth

[NTG-context] Re: Using plain TeX commands in ConTeXt

2024-01-24 Thread Wolfgang Schuster
with other mechanism which rely on certain settings, e.g. changing the \parindent value can result in unwanted result with paragraph indentation set with \setupindenting[...]. Wolfgang ___ If your question is of interest

[NTG-context] Re: Using plain TeX commands in ConTeXt

2024-01-24 Thread Shiv Shankar Dayal
nds which are provided by the engine like > \parindent can be used in a ConTeXt document but higher level mechanism > like \setupindenting are the better choice. > > Wolfgang > > -- Respect, Shiv Shankar Dayal __

[NTG-context] Re: Using plain TeX commands in ConTeXt

2024-01-24 Thread Wolfgang Schuster
. On the other hand commands which are provided by the engine like \parindent can be used in a ConTeXt document but higher level mechanism like \setupindenting are the better choice. Wolfgang ___ If your question

[NTG-context] Re: Looking for itemize help

2024-01-15 Thread Jim
y to do it. >> Can someone either enlighten me on either >> (a) the Right ConTeXt Way to do this, or >> (b) a document that would tell me this, if I knew to read it? >> I've looked in the wiki, the not-so-short intro to ConTeXt, and "ConTeXt: >> an excursion&qu

[NTG-context] Re: Looking for itemize help

2024-01-15 Thread Wolfgang Schuster
tion but not to ignore whitespace between paragraphs. \setupitemize[indentnext=auto] \setupindenting[yes,medium] \starttext Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur massa turpis, semper quis fringilla ut, viverra nec risus. Pellentesque habitant morbi \unknown \star

[NTG-context] Text and Remark

2023-11-16 Thread Ursula Hermann
Dear List: I would like to have text next to the Remark Number \setupindenting[yes,small,first] \defineenumeration [remark] [location=top,text=Remark,inbetween={\blank[nowhite]},after=\blank,headstyle=bold,margin=1in] \starttext \remark An enumeration (\tex{remark}, in this case

[NTG-context] Re: Text item groups

2023-07-16 Thread Pablo Rodriguez
m getting your point right). Complete sample that worked for me: \setupindenting[yes,medium] \starttext \startitemize[a,intext] [left=(, right=), stopper=, alignsymbol=yes, indenting={yes,medium}] \startitem \input{jojomayer}\stopitem \startitem \input{jojomayer}\stopitem \startit

[NTG-context] Re: Text item groups

2023-07-16 Thread Wolfgang Schuster
Jairo A. del Rio schrieb am 15.07.2023 um 21:46: Hi, list! I want to know how to make numbers in text item groups run along with text (for instance, wrt indentation) regardless of their position in text. In the following example: \setupindenting[yes,medium] \starttext \startitemize[a,text

[NTG-context] Re: Text item groups

2023-07-16 Thread Bruce Horrocks
I'm not quite sure what you mean by "run along with text". If you mean "keep in the same paragraph" then just remove the blank lines from your example, e.g. \setupindenting[yes,medium] \starttext \startitemize[a,text][textdistance=none] \startitem \input{jojomayer}\stopit

[NTG-context] Text item groups

2023-07-15 Thread Jairo A. del Rio
Hi, list! I want to know how to make numbers in text item groups run along with text (for instance, wrt indentation) regardless of their position in text. In the following example: \setupindenting[yes,medium] \starttext \startitemize[a,text][textdistance=none] \startitem \input{jojomayer

Re: [NTG-context] Protect the lettrine

2023-06-25 Thread Thangalin via ntg-context
, but with the addition of an indenting setup: % SOT \setupinitial[n=2, continue=yes] \setupindenting[medium, yes] \setuphead[chapter][ after={\placeinitial}, page=no, ] \starttext \chapter{one} Kermit Ruffins Meet me at the second line. \chapter{two} \input knuth Meet me at the second line. \stoptext

Re: [NTG-context] Using the open source Cabin font

2023-06-16 Thread Gerben Wierda via ntg-context
>> \definefontfamily >>> [archimate] >>> [ss] >>> [Cabin] >>> [tf=style:Regular, >>> bf=style:Semibold, >>> it=style:Italic, >>> bi=style:Semibold Italic] >>> \setupbodyfont[archimate] >>>

Re: [NTG-context] Using the open source Cabin font

2023-06-16 Thread Wolfgang Schuster via ntg-context
Italic] \setupbodyfont[archimate] \setuplanguage[en][patterns={en}]\mainlanguage[en] \starttext \setupindenting[none] \setupindenting[no] {\bf The quick brown fox jumped over the lazy dog} \input knuth \stoptext But when compiling I get no bold text I installed it in LMTX and it has been installed:

Re: [NTG-context] Using the open source Cabin font

2023-06-16 Thread Gerben Wierda via ntg-context
> > \setuplanguage[en][patterns={en}]\mainlanguage[en] > > \starttext > \setupindenting[none] > \setupindenting[no] > {\bf The quick brown fox jumped over the lazy dog} > > \input knuth > \stoptext > > But when compiling I get no bold text > > I installe

[NTG-context] Using the open source Cabin font

2023-06-16 Thread Gerben Wierda via ntg-context
mibold Italic] \setupbodyfont[archimate] \setuplanguage[en][patterns={en}]\mainlanguage[en] \starttext \setupindenting[none] \setupindenting[no] {\bf The quick brown fox jumped over the lazy dog} \input knuth \stoptext But when compiling I get no bold text I installed it in LMTX and it ha

Re: [NTG-context] Flushright problems with Japanese

2023-05-16 Thread Gerben Wierda via ntg-context
bodyfont[archimate] > > \startsetups [japanese] > \setscript [nihongo] > \stopsetups > \setuplanguage [ja] [setups=japanese] > \mainlanguage [ja] > > \starttext > \setupindenting[none] > \setupindenting[no] > \framed[width=\textwidth,frame=off,align=flushleft]{作図:A bi

Re: [NTG-context] Flushright problems with Japanese

2023-05-15 Thread 李延瑞
script [nihongo] > \stopsetups > \setuplanguage [ja] [setups=japanese] > \mainlanguage [ja] > > \starttext > \setupindenting[none] > \setupindenting[no] > \framed[width=\textwidth,frame=off,align=flushleft]{作図:A bit of text} > \framed[width=\textwidth,frame=off,align=flushright]{作図:A

[NTG-context] Flushright problems with Japanese

2023-05-15 Thread Gerben Wierda via ntg-context
=style:W5, force=yes] \definefontfamily [archimate] [ss] [Optima] \setupbodyfont[archimate] \startsetups [japanese] \setscript [nihongo] \stopsetups \setuplanguage [ja] [setups=japanese] \mainlanguage [ja] \starttext \setupindenting[none] \setupindenting[no] \framed[width=\textwidth,frame=off

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-19 Thread Carlos via ntg-context
arden.net/Indentation there is the > >> following example: > > >> %---- > > >> \setupindenting[medium,yes] > >> \setupitemize[indentnext=auto] > > >> \startitemize > >> \item

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-18 Thread Hans Hagen via ntg-context
: % \setupindenting[medium,yes] \setupitemize[indentnext=auto] \startitemize \item One \stopitemize This paragraph should be indented - due to the blank line after \type{\stopitemize}. \startitemize

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-18 Thread Aditya Mahajan via ntg-context
im via ntg-context wrote: > >> > >>> %---- > >>> > >>> \setupindenting[medium,yes] > >>> \setupitemize[indentnext=auto] > >>> > >>>\startitemize > >>> \item One > >&g

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-17 Thread Hans Hagen via ntg-context
On 4/17/2023 7:06 AM, Aditya Mahajan via ntg-context wrote: On Sun, 16 Apr 2023, Aditya Mahajan via ntg-context wrote: On Sat, 15 Apr 2023, Jim via ntg-context wrote: % \setupindenting[medium,yes] \setupitemize

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-16 Thread Aditya Mahajan via ntg-context
On Sun, 16 Apr 2023, Aditya Mahajan via ntg-context wrote: > On Sat, 15 Apr 2023, Jim via ntg-context wrote: > > > %---- > > > > \setupindenting[medium,yes] > > \setupitemize[indentnext=

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-16 Thread Jim via ntg-context
llowing example: >> %---- >> \setupindenting[medium,yes] >> \setupitemize[indentnext=auto] >> \startitemize >> \item One >> \stopitemize >> This paragraph should be indented - due to the blank line after >> \type{\stopitemize}. >> \sta

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-16 Thread Aditya Mahajan via ntg-context
On Sat, 15 Apr 2023, Jim via ntg-context wrote: > In the wiki page https://wiki.contextgarden.net/Indentation there is the > following example: > > %---- > > \setupindenting[medium,yes] > \setupit

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-16 Thread Jim via ntg-context
llowing example: >> %---- >> \setupindenting[medium,yes] >> \setupitemize[indentnext=auto] >> \startitemize >> \item One >> \stopitemize >> This paragraph should be indented - due to the blank line after >> \type{\stopi

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-16 Thread Carlos via ntg-context
On Sat, Apr 15, 2023 at 02:27:56PM -0300, Jim via ntg-context wrote: > In the wiki page https://wiki.contextgarden.net/Indentation there is the > following example: > > %---- > > \setupindenting[medium,ye

[NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-15 Thread Jim via ntg-context
In the wiki page https://wiki.contextgarden.net/Indentation there is the following example: % \setupindenting[medium,yes] \setupitemize[indentnext=auto] \startitemize \item One \stopitemize This paragraph should

Re: [NTG-context] Indenting next multi paragraph description

2023-02-23 Thread Alex Leray via ntg-context
Actually it works if I comment out "\setupindenting" (or with a manual `\indentation`). But then, no indentation on the rest of the document :( Le 23/02/23 à 22:27, Alex Leray via ntg-context a écrit : \setupindenting[yes,

[NTG-context] Indenting next multi paragraph description

2023-02-23 Thread Alex Leray via ntg-context
Hi, I'd like to indent next paragraphs in multi paragraph descriptions. For some reason, I can't figure out why this isn't working. Any idea? Here is my code: ### \setupwhitespace[none] \setupindenting[yes, 3em, next] \definedescription[question][ before={\vskip-\parskip}, after

Re: [NTG-context] Floating Figure in framed-environment

2022-10-19 Thread Oliver Sieber via ntg-context
in advance. > Am 19.10.2022 um 13:52 schrieb Ursula Hermann via ntg-context - ntg-context > at ntg.nl : > > Dear Oliver, > > maybe something like this? > This is my example: > \starttext > > \setuppapersize > [A5] > > \setupexternalfigures >

Re: [NTG-context] Floating Figure in framed-environment

2022-10-19 Thread Ursula Hermann via ntg-context
Dear Oliver, maybe something like this? This is my example: \starttext \setuppapersize [A5] \setupexternalfigures [location=default] \setupindenting [yes, small] \setupwhitespace [small] \defineframedtext [prettyblock] [width=10cm, indenting={yes, small}, background

Re: [NTG-context] lmtx \placeinitial with nonzero par indent?

2022-07-11 Thread Michael Urban via ntg-context
Never mind. Apparently lmtx changed the default for \setupindenting from 'next' to 'first'? ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

[NTG-context] lmtx \placeinitial with nonzero par indent?

2022-07-11 Thread Michael Urban via ntg-context
The following produces different results in mkiv and lmtx (to which I am brand new): \setupinitial[distance=1pt,font=Serif at 36pt,n=2] \setupindenting[medium,yes] \starttext \placeinitial \input knuth \stoptext The mkiv output is the desired effect. It works fine in lmtx if I do

Re: [NTG-context] How do I turn off indentation inside a \framed with align=?

2022-06-02 Thread Gerben Wierda via ntg-context
tions are shown. Abstract elements are expanded so only real meta­model elements are shown. Uses the Mastering ArchiMate 9-colour scheme to assist learning and quick reading.}] \starttext \setupindenting[none] \setupindenting[no] \definelayer[coremodel][width=\textwidth,height=\textheight] \set

Re: [NTG-context] How do I turn off indentation inside a \framed with align=?

2022-05-19 Thread Wolfgang Schuster via ntg-context
Gerben Wierda via ntg-context schrieb am 19.05.2022 um 17:27: I have these kinds of statements \framed[frame=off,align=flushleft,width=\textwidth]{\phrasetext{metamodelexplanation}} but the text inside the frame is typeset with indentation. I tried \setupindenting both before and after

[NTG-context] How do I turn off indentation inside a \framed with align=?

2022-05-19 Thread Gerben Wierda via ntg-context
I have these kinds of statements \framed[frame=off,align=flushleft,width=\textwidth]{\phrasetext{metamodelexplanation}} but the text inside the frame is typeset with indentation. I tried \setupindenting both before and after \starttext, (none,no,never) but that doesn’t work. How do I turn

Re: [NTG-context] "Flushbottom" / \setupalign[line] in LMTX

2022-03-09 Thread Denis Maier via ntg-context
\Par\par\Par\Par\par\Par\Par\par\Par\Par\Par\Par\Par \stoptext %%% % Another Example %%% \setuppapersize[A5][A5] \showframe \setupalign[line] % \setupalign[height] \setupdelimitedtext[blockquote] [ before={\set

[NTG-context] "Flushbottom" / \setupalign[line] in LMTX

2022-03-09 Thread Denis Maier via ntg-context
ar\par\Par\Par\par\Par\Par\par\Par\Par\par\Par\Par\Par\Par\Par \stoptext %%% % Another Example %%% \setuppapersize[A5][A5] \showframe \setupalign[line] % \setupalign[height] \setupdelimitedtext[blockquote] [ before={\setupind

Re: [NTG-context] Indented Paragraph After Float?

2022-02-07 Thread śrīrāma via ntg-context
agraph. A fix is to use \indentation after \stopplacefigure. \setupfloat[figure][indentnext=yes] \starttext %\setupbodyfont[11pt] \setupindenting[yes, medium] \input ward \endgraf \startplacefigure[title=A Figure,location={page,auto}] \startframedtext \input wa

[NTG-context] Indented Paragraph After Float?

2022-02-07 Thread Michael Urban via ntg-context
As always, it is hard to tell whether this is my stupidity, the wrong version of ConText, or a bug. \setupfloat[figure][indentnext=yes] \starttext %\setupbodyfont[11pt] \setupindenting[yes, medium] \input ward \startplacefigure[title=A Figure,location=page] \startframedtext \input ward.tex

Re: [NTG-context] Odd Font Behavior in startstop Group

2022-02-06 Thread Wolfgang Schuster via ntg-context
startstop[blockquote] [ before={ \blank \startnarrower \setupwhitespace[2pt] \setupindenting[none] \switchtobodyfont[termes]{\it }{\bf }% This is so weird. Put a comment marker after [termes] for a different result }, after={ \stopnarrower \blank \indenting[next]},

Re: [NTG-context] Odd Font Behavior in startstop Group

2022-02-05 Thread śrīrāma via ntg-context
X Gyre Pagella Math] \setupbodyfont[story,11pt] \usebodyfont[termes] \definestartstop [blockquote] [before={\blank\startnarrower\setupwhitespace[2pt]\setupindenting[none]}, style={\switchtobodyfont[termes]}, after={\stopnarrower\blank\indenting[next]}] \starttext \input

[NTG-context] Odd Font Behavior in startstop Group

2022-02-05 Thread Michael Urban via ntg-context
ns][modern] \definefontfamily[story][mono][modern] \definefontfamily[story][mm][TeX Gyre Pagella Math] \setupbodyfont[story,11pt] \definestartstop[blockquote] [ before={ \blank \startnarrower \setupwhitespace[2pt] \setupindenting[none] \switchtobodyfont[termes]{\it }{\bf }% This is so w

Re: [NTG-context] Unicode superscript and subscript parentheses as operators

2021-12-28 Thread Hans Hagen via ntg-context
: 'small' indentation, no indentation on 'first': \setupindenting[yes, medium, next] \setupheads[indentnext=yes] \setupinteraction[state=start, click=yes, focus=standard, color=darkblue] \mainlanguage[en] \protected\def\FancySuperscript#1⁾{\superscript{#1}} \protected\def\FancySubscript #1

Re: [NTG-context] Unicode superscript and subscript parentheses as operators

2021-12-28 Thread Hans Åberg via ntg-context
to] \setuptyping[indentnext=auto] % Might use: 'small' indentation, no indentation on 'first': \setupindenting[yes, medium, next] \setupheads[indentnext=yes] \setupinteraction[state=start, click=yes, focus=standard, color=darkblue] \mainlanguage[en] \protected\def\FancySuperscript#1⁾{\superscript{#

Re: [NTG-context] startlines with long lines that break and indent

2021-12-26 Thread Rik Kabel via ntg-context
=,     inbetween={\blank[small]},     after=,    ]   \startlines   \setupindenting[-\Poemindent,yes]   \startparagraph},    after=\stopparagraph \stoplines,  ] \starttext

[NTG-context] Solved: Book setup with LHS-side quotes before chapters/parts, header/footer issues, TOC, etc.

2021-10-26 Thread Gerben Wierda via ntg-context
abstract.} \setupindenting[next] \placeinitial I{\kap{\bf n the half}} century or so that human kind has had IT, the IT sector has increasingly wrestled with the fact that IT projects often fail in one way or another. \dorecurse{7}{\input tufte \par \input knuth} \stoptext \stopcomponent Gerben

Re: [NTG-context] Indentation inside \framed won't go away

2021-10-21 Thread Ramkumar KB via ntg-context
> > > > I have this nagging issue of indentation (in the 1st line) showing up > > inside \framed in spite of all the commands to skip indentation (see > > attached PDF). > > > > It appears that *\setupindenting[no]* is not playing any role here and > > some ot

Re: [NTG-context] Indentation inside \framed won't go away

2021-10-21 Thread Hans Hagen via ntg-context
On 10/21/2021 10:32 AM, Ramkumar KB via ntg-context wrote: Hello, I have this nagging issue of indentation (in the 1st line) showing up inside \framed in spite of all the commands to skip indentation (see attached PDF). It appears that *\setupindenting[no]* is not playing any role here

Re: [NTG-context] Indentation inside \framed won't go away

2021-10-21 Thread mf via ntg-context
\framed in spite of all the commands to skip indentation (see attached PDF). It appears that *\setupindenting[no]* is not playing any role here and some other parameter is overriding  this. Any tips would be appreciated. best regards, Ramkumar \definepapersize[a4-portrait][A4][A4

Re: [NTG-context] Indentation inside \framed won't go away

2021-10-21 Thread fv leung via ntg-context
> > It appears that *\setupindenting[no]* is not playing any role here and > some other parameter is overriding this. > > Any tips would be appreciated. > > best regards, > Ramkumar > > \definepapersize[a4-portrait][A4][A4] > \setuppapersize[a4-portrait] > \setuplayout

[NTG-context] Indentation inside \framed won't go away

2021-10-21 Thread Ramkumar KB via ntg-context
Hello, I have this nagging issue of indentation (in the 1st line) showing up inside \framed in spite of all the commands to skip indentation (see attached PDF). It appears that *\setupindenting[no]* is not playing any role here and some other parameter is overriding this. Any tips would

[NTG-context] LMTX: some alignment issues

2021-07-23 Thread Gerben Wierda
[ss] [Optima] [tf=style:Regular, bf=style:Bold, it=style:Italic, bi=style:Bold Italic] \setupbodyfont[bookfont,11pt] \stopmode \setupalign[hanging] % only protrusion \showframe \starttext \setupindenting[next] \placeinitial \

[NTG-context] Solution: LMTX initial (drop cap) in combination with indenting

2021-07-22 Thread Gerben Wierda
ll Goudy Regular, > % it=name:Sorts Mill Goudy Italic, > % ] > % If you don't have the font above, try this: > \setupbodyfont[heros] > > \setupbodyfont[mainfont,11pt] > > \definemeasure[CAindent][12pt] > \setupindenting[yes,\measure{CAindent}] > > % Every chapter

Re: [NTG-context] Use of lettrine module in LMTX

2021-07-21 Thread Nicola
[Sorts Mill Goudy] [ % tf=name:Sorts Mill Goudy Regular, % it=name:Sorts Mill Goudy Italic, % ] % If you don't have the font above, try this: \setupbodyfont[heros] \setupbodyfont[mainfont,11pt] \definemeasure[CAindent][12pt] \setupindenting[yes,\measure{CAindent}] % Every chapter

[NTG-context] Use of lettrine module in LMTX

2021-07-21 Thread Gerben Wierda
hen I get with \definemeasure[CAindent][12pt] \setupindenting[yes,\measure{CAindent}] % Every chapter body text starts with a drop cap: \usemodule[lettrine] \setuplettrine[Lines=3, Hang=.5, Oversize=0, Raise=0, Findent=0pt,

Re: [NTG-context] drop cap (initial) and indentation

2021-07-19 Thread Pablo Rodriguez
his. Hi Gerben, this might be what you need: % Every chapter body text starts with a drop cap: \setupindenting[yes, medium] \starttext \chapter{Chapter} \placeinitial So it was. \input knuth \placeinitial So it was. \input knuth \noindentation \placeinitial So it was. \input kn

[NTG-context] drop cap (initial) and indentation

2021-07-18 Thread Gerben Wierda
With the following minimal example: \definemeasure[CAindent][12pt] % Every chapter body text starts with a drop cap: \setupinitial[n=3,m=1,-\measure{CAindent}]] \setupindenting[yes,\measure{CAindent}] \starttext \placeinitial S{\bf{\kap uppose we}} have a system for the approval of loans. \input

Re: [NTG-context] Soft-hyphen in Antykwa.

2021-06-26 Thread Rik Kabel
ection] [alternative=margintext, before={\blank[big]\blank}, insidesection={\blank[-line]\setupindenting[next]}, style=\HeadFont\tf] \setupindenting[yes, small] \setuptagging [state

Re: [NTG-context] itemize margins,

2021-06-01 Thread denis.maier
xample the second line of the quote is not lined up with the first line. = \starttext \startitemize[n] [ %right=), %stopper=, %width=2em, %alternative=fit, %alternative=left, %alternative=intext, %distance=1em, %leftmargin=1em, %itemalign=flushleft, ] \startitem \setupind

Re: [NTG-context] itemize margins,

2021-06-01 Thread Wolfgang Schuster
, %alternative=intext, %distance=1em, %leftmargin=1em, %itemalign=flushleft, ] \startitem \setupindenting[no] \input knuth \stopitem \stoptext == I’ve played with different options, but I couldn’t get the indents and margins right. What am I missing ? Any hints ? You

[NTG-context] itemize margins,

2021-06-01 Thread denis.maier
, ] \startitem \setupindenting[no] \input knuth \stopitem \stoptext == I've played with different options, but I couldn't get the indents and margins right. What am I missing ? Any hints ? Thanks for you help, Denis

Re: [NTG-context] setupindentations

2021-05-28 Thread Henning Hraban Ramm
Am 27.05.21 um 21:24 schrieb Hans van der Meer: This macro \setupindentations  is mentioned in my ConText the manual from november 12, 2001. It seems to have disappeared. Is that so? Then why? What replacement? How about \setupindenting ? https://wiki.contextgarden.net/Command

Re: [NTG-context] \setupalign[height] and \setupalign[line] in LMTX

2021-04-28 Thread denis.maier
height] \setupdelimitedtext[blockquote] [ before={\setupindenting[yes]\tfx\setupinterlinespace}, spacebefore=

Re: [NTG-context] \setupalign[height] and \setupalign[line] in LMTX

2021-04-26 Thread denis.maier
] [ before={\setupindenting[yes]\tfx\setupinterlinespace}, spacebefore=medium

[NTG-context] \setupalign[height] and \setupalign[line] in LMTX

2021-04-22 Thread denis.maier
] [ before={\setupindenting[yes]\tfx\setupinterlinespace}, spacebefore=medium, indentnext

[NTG-context] Indenting on all TEXpages

2021-02-28 Thread Jacob Kauffmann
Dear list, is it possible to enable indenting globally for TEXpage environments? Or is it recommended to create a separate environment for that purpose? Please find a MWE below. It seems to me that \setupindenting must be set explicitly for every page that needs indenting. Best, Jacob Kauffmann

Re: [NTG-context] Indenting on all TEXpages

2021-02-28 Thread Hans Hagen
On 2/28/2021 4:13 PM, Jacob Kauffmann wrote: Dear list, is it possible to enable indenting globally for TEXpage environments? Or is it recommended to create a separate environment for that purpose? Please find a MWE below. It seems to me that \setupindenting must be set explicitly for every

Re: [NTG-context] Forcing indentation on item groups

2021-02-02 Thread Jairo A. del Rio
Oh, cool. Thank you very much! :D Jairo El mar., 2 de feb. de 2021 11:46 p. m., Wolfgang Schuster < wolfgang.schuster.li...@gmail.com> escribió: > Jairo A. del Rio schrieb am 03.02.2021 um 00:37: > > Hi list. I have the following example: > > > > >

Re: [NTG-context] Forcing indentation on item groups

2021-02-02 Thread Wolfgang Schuster
Jairo A. del Rio schrieb am 03.02.2021 um 00:37: Hi list. I have the following example: \setupindenting[yes,medium] \starttext \startitemize[n,text][stopper=,lefttext=(,righttext=)] \startitem A\stopitem \startitem B\stopitem \startitem C\stopitem \stopitemize \stoptext The item

[NTG-context] Forcing indentation on item groups

2021-02-02 Thread Jairo A. del Rio
Hi list. I have the following example: \setupindenting[yes,medium] \starttext \startitemize[n,text][stopper=,lefttext=(,righttext=)] \startitem A\stopitem \startitem B\stopitem \startitem C\stopitem \stopitemize \stoptext The item group doesn't follow indentation. Adding \leavevmode

Re: [NTG-context] image align in \clip

2020-12-09 Thread Pablo Rodriguez
your issue. I thought of another approach (which isn’t your case): \showframe\showgrid \setupindenting[yes, always, big] \setupexternalfigure[location=default] \showframe \starttext \clip[height=50mm] {\externalfigure[cow.pdf][width=\textwidth]} \dontleavehmode \c

Re: [NTG-context] Bug (?) using \externalfigure with layers and backgrounds

2020-12-03 Thread Jairo A. del Rio
> > \definelayer[mybg] > > [ > > repeat=yes, > > x=0mm, y=0mm, > > width=\paperwidth, height=\paperheight, > > ] > > > \setlayer[mybg]{\externalfigure[cow][width=\paperwidth,height=\paperheight]} > > \setupbackgrounds[page][background=mybg,state=re

Re: [NTG-context] Bug (?) using \externalfigure with layers and backgrounds

2020-12-03 Thread Wolfgang Schuster
[page][background=mybg,state=repeat] \setupindenting[yes,small] \startsetups background:default \setupbackgrounds[page][background=mybg,state=repeat] \stopsetups \startsetups background:void \setupbackgrounds[page][background=] \stopsetups \starttext \dorecurse{7}{\input knuth} \page \setups

[NTG-context] Bug (?) using \externalfigure with layers and backgrounds

2020-12-03 Thread Jairo A. del Rio
Hi everyone. The following \setuppagenumbering[state=stop] \definelayer[mybg] [ repeat=yes, x=0mm, y=0mm, width=\paperwidth, height=\paperheight, ] \setlayer[mybg]{\externalfigure[cow][width=\paperwidth,height=\paperheight]} \setupbackgrounds[page][background=mybg,state=repeat] \setupindenting

Re: [NTG-context] RE : RE : RE : RE : Issue with grid

2020-11-25 Thread Hans Hagen
On 11/25/2020 6:10 PM, Joseph wrote: \setupindenting[yes, next, 1em] \starttext \input knuth \stoptext hm, maybe i did somethign wrong. i'll check it, but indeed for now you can just use the patch Hans

[NTG-context] RE : RE : RE : RE : Issue with grid

2020-11-25 Thread Joseph
Thanks for the fix in today upload. Unfortunately the issue with paragraph indentation seems to be back (first paragraph is indented but given ‘next’ is given, it should not, or at least was not before) \setupindenting[yes, next, 1em]\starttext\input knuth\stoptext Do we still need to add

Re: [NTG-context] issue with links

2020-11-24 Thread Pablo Rodriguez
On 11/19/20 5:50 PM, Pablo Rodriguez wrote: > Dear list, > > this MWE shows that links may be misbehaving again: > > \setupindenting[yes, always, big] > \setupinteraction[state=start] > \enabledirectives[references.border] > \unexpanded\def\MyURL#1% > {\bgr

Re: [NTG-context] RE : \noindentation not working

2020-11-20 Thread Pablo Rodriguez
On 11/20/20 9:07 PM, Joseph wrote: > Thanks. Does the fix apply for similar issue I raised with below where > all paragraphs are indented (expected is that first par is not indented) ? > > \setupindenting[yes, next, 1em] > \starttext > \input knuth > \stoptext Yes, the

[NTG-context] RE : \noindentation not working

2020-11-20 Thread Joseph
Thanks. Does the fix apply for similar issue I raised with below where all paragraphs are indented (expected is that first par is not indented) ?  \setupindenting[yes, next, 1em] \starttext\input knuth\stoptext De : Hans HagenEnvoyé le :vendredi 20 novembre 2020 20:07À : mailing list for ConTeXt

Re: [NTG-context] \noindentation not working

2020-11-20 Thread Hans Hagen
On 11/20/2020 6:27 PM, Wolfgang Schuster wrote: Pablo Rodriguez schrieb am 20.11.2020 um 17:41: Dear list, I have the following MWE:    \showframe\showgrid    \setupindenting[yes, always, big]    \starttext    \noindentation    a    a    \stoptext Using LMTX (2020.11.19 11:28), I get

Re: [NTG-context] \noindentation not working

2020-11-20 Thread Wolfgang Schuster
Pablo Rodriguez schrieb am 20.11.2020 um 17:41: Dear list, I have the following MWE: \showframe\showgrid \setupindenting[yes, always, big] \starttext \noindentation a a \stoptext Using LMTX (2020.11.19 11:28), I get indentation with \noindentation. Could anyone confirm

Re: [NTG-context] \noindentation not working

2020-11-20 Thread Otared Kavian
e following MWE: > > \showframe\showgrid > \setupindenting[yes, always, big] > \starttext > \noindentation > a > > a > \stoptext > > Using LMTX (2020.11.19 11:28), I get indentation with \noindentation. > > Could anyone confirm this? > > Many

[NTG-context] \noindentation not working

2020-11-20 Thread Pablo Rodriguez
Dear list, I have the following MWE: \showframe\showgrid \setupindenting[yes, always, big] \starttext \noindentation a a \stoptext Using LMTX (2020.11.19 11:28), I get indentation with \noindentation. Could anyone confirm this? Many thanks for your help, Pablo -- http

[NTG-context] issue with links

2020-11-19 Thread Pablo Rodriguez
Dear list, this MWE shows that links may be misbehaving again: \setupindenting[yes, always, big] \setupinteraction[state=start] \enabledirectives[references.border] \unexpanded\def\MyURL#1% {\bgroup\goto{{\tt\hyphenatedurl{#1}}}[url(#1)]\egroup} \starttext \dorecurse{10}{word

Re: [NTG-context] new upload

2020-11-18 Thread Hans Hagen
introduced ... thanks for testing. Many thanks for the new upload, Hans. Even headings and lists are indented now:    \showframe\showgrid    \setupindenting[yes, always, big]    \starttext    \placelist[section]    \dorecurse{5} {\section{Section \recurselevel} \input{zapf}}    \stoptext I

Re: [NTG-context] new upload

2020-11-18 Thread Wolfgang Schuster
for the new upload, Hans. Even headings and lists are indented now: \showframe\showgrid \setupindenting[yes, always, big] \starttext \placelist[section] \dorecurse{5} {\section{Section \recurselevel} \input{zapf}} \stoptext I think this may be a bug. Minimal example

Re: [NTG-context] new upload

2020-11-18 Thread Pablo Rodriguez
Even headings and lists are indented now: \showframe\showgrid \setupindenting[yes, always, big] \starttext \placelist[section] \dorecurse{5} {\section{Section \recurselevel} \input{zapf}} \stoptext I think this may be a bug. Pablo -- http

Re: [NTG-context] page ends with a section title followed by a table

2020-11-10 Thread Aditya Mahajan
On Tue, 10 Nov 2020, Sylvain Hubert wrote: > Indeed. Thanks for the information! > > For the record, this is how the problem is finally solved: > > \setuphead[section][after={\blank[sampage]}] > \begingroup\setupindenting[no]\dontleavehmode\startxtable … > \stopxt

Re: [NTG-context] page ends with a section title followed by a table

2020-11-10 Thread Sylvain Hubert
\dontleavehmode. > > \dontleavehmode > \startxtable > > Wolfgang > Indeed. Thanks for the information! For the record, this is how the problem is finally solved: \setuphead[section][after={\blank[samp

Re: [NTG-context] Indentation after \placefigure

2020-11-10 Thread Sylvain Hubert
> following example? > > > > > > \indenting[2em] > > > \setupindenting[yes] > > > > > > \starttext > > > > > > \dorecurse{50}{a b c } > > > > > > \placefigure[here,none][indentnext=yes]{}{ >

Re: [NTG-context] Indentation after \placefigure

2020-11-10 Thread Aditya Mahajan
On Tue, 10 Nov 2020, mf wrote: > Il 10/11/20 09:42, Sylvain Hubert ha scritto: > > Dear List, > > > > Does anyone know how to indent the paragraph beneath \placefigure in the > > following example? > > > >     \indenting[2em] > >    

Re: [NTG-context] Indentation after \placefigure

2020-11-10 Thread Sylvain Hubert
On Tue, 10 Nov 2020 at 10:05, mf wrote: > Il 10/11/20 09:42, Sylvain Hubert ha scritto: > > Dear List, > > > > Does anyone know how to indent the paragraph beneath \placefigure in the > > following example? > > > > \indenting[2em] > >

Re: [NTG-context] Indentation after \placefigure

2020-11-10 Thread mf
Il 10/11/20 09:42, Sylvain Hubert ha scritto: Dear List, Does anyone know how to indent the paragraph beneath \placefigure in the following example?     \indenting[2em]     \setupindenting[yes]     \starttext     \dorecurse{50}{a b c }     \placefigure[here,none][indentnext=yes

[NTG-context] Indentation after \placefigure

2020-11-10 Thread Sylvain Hubert
Dear List, Does anyone know how to indent the paragraph beneath \placefigure in the following example? \indenting[2em] \setupindenting[yes] \starttext \dorecurse{50}{a b c } \placefigure[here,none][indentnext=yes]{}{ \startMPcode draw fullcircle scaled 1cm

  1   2   3   4   5   6   7   8   9   10   >