[NTG-context] Re: testing language tagging?

2025-08-01 Thread Pablo Rodriguez via ntg-context
But I think it will stay, for other > reasons. Ok, but will we have `break` even from this structured source? \startblockquote \startparagraph Paragraph 1. \stopparagraph \startparagraph Paragraph 2. \stopparagraph \stopblockquote Many thanks for

[NTG-context] Re: testing language tagging?

2025-07-30 Thread Mikael Sundqvist
w.ngpdf.com/) and they seem to work fine. > > >> \doloopoverlist{agr, ua, deo, farsi, cn, kr, gr, es-la, mo} > >>{\startblockquote[\recursestring] > >>\dorecurse{3}{\startparagraph > >>testing language: \currentlanguage > >>\stoppar

[NTG-context] Re: testing language tagging?

2025-07-30 Thread Hans Hagen via ntg-context
-agr.llg}] Many thanks for your explanation, Hans. I attach the goodies for language codes with different chars (no case variants). Just tested them (with https://www.ngpdf.com/) and they seem to work fine. \doloopoverlist{agr, ua, deo, farsi, cn, kr, gr, es-la, mo} {\startblockquote

[NTG-context] Re: testing language tagging?

2025-07-30 Thread Pablo Rodriguez via ntg-context
thanks for your explanation, Hans. I attach the goodies for language codes with different chars (no case variants). Just tested them (with https://www.ngpdf.com/) and they seem to work fine. >>\doloopoverlist{agr, ua, deo, farsi, cn, kr, gr, es-la, mo} >>{\startblockq

[NTG-context] Re: testing language tagging?

2025-07-29 Thread Hans Hagen via ntg-context
agraph \doloopoverlist{agr, ua, deo, farsi, cn, kr, gr, es-la, mo} {\setuphighlight[whatever][language=\recursestring] \highlight[whatever] {testing language: \currentlanguage}} \stopparagraph \doloopoverlist{agr, ua, deo, farsi, cn, kr, gr, es-la, mo} {\startblockquote[\re

[NTG-context] testing language tagging?

2025-07-29 Thread Pablo Rodriguez via ntg-context
: \currentlanguage}} \stopparagraph \doloopoverlist{agr, ua, deo, farsi, cn, kr, gr, es-la, mo} {\startblockquote[\recursestring] \dorecurse{3}{\startparagraph testing language: \currentlanguage \stopparagraph} \stopblockquote} \stoptext Many thanks for your help, Pablo

[NTG-context] Re: testing tagging for UA-2

2025-07-08 Thread Pablo Rodriguez via ntg-context
On 7/8/25 17:33, Wolfgang Schuster wrote: > Am 08.07.2025 um 17:24 schrieb Pablo Rodriguez via ntg-context: >> [...] >> I proposed `\startdelimitedtext[language=nl]` resembling `> lang="nl">`. > > We already have \startblockquote[] ... \stopblockquote. As al

[NTG-context] Re: testing tagging for UA-2

2025-07-08 Thread Wolfgang Schuster
adjusting. I proposed `\startdelimitedtext[language=nl]` resembling ``. We already have \startblockquote[] ... \stopblockquote. Wolfgang ___ If your question is of interest to others as well, please add an entry to

[NTG-context] Re: item list inside a blockquote

2023-09-26 Thread Pablo Rodriguez
On 9/26/23 20:46, Wolfgang Schuster wrote: > [...] > The \startblockquote command removes the last skip to ensure only the > space which is set by the environment appears in the output. Many thanks for your explanation, Wolfgang. > The default method to put some space before a

[NTG-context] Re: item list inside a blockquote

2023-09-26 Thread Wolfgang Schuster
: \showframe\showgrid\showstruts \setuppapersize[A6] \setupitemgroup [itemize][1] [ before={\blank[quarterline]}, after={\blank[quarterline]\null}] \starttext one \startblockquote \startitemize \item a

[NTG-context] Re: item list inside a blockquote

2023-09-26 Thread Pablo Rodriguez
\showframe\showgrid\showstruts \setuppapersize[A6] \setupitemgroup [itemize][1] [ before={\blank[quarterline]}, after={\blank[quarterline]\null}] \starttext one \startblockquote \startitemize \item a. \stopitemize \sto

[NTG-context] Re: item list inside a blockquote

2023-09-26 Thread gerard.degreve
] [ before={\blank[.125th]}, after={\blank[.125th]}] \starttext one \startblockquote \startitemize \item a \stopitemize \stopblockquote two \stoptext The blockquote disables the space after the list, but not before. Have I hit a bug or am I missing something? Many thanks for your help, Pablo

[NTG-context] item list inside a blockquote

2023-09-25 Thread Pablo Rodriguez
Dear list, I have the following sample: \setuppapersize[A6] \setupitemgroup [itemize][1] [ before={\blank[.125th]}, after={\blank[.125th]}] \starttext one \startblockquote \startitemize \item a \stopitemize

Re: [NTG-context] Text editors

2023-03-26 Thread jbf via ntg-context
# blockquote   - trigger: ":bq"     replace: |   \startblockquote   $|$   \stopblockquote And this means all I have to do is type :bq and as you can sense from the example above, I have the \start and \stop and intervening space all ready to work with.

[NTG-context] Definestartstop, Narrower, and Blockquotej

2022-12-17 Thread Michael Urban via ntg-context
\stoptext But now, blockquote is altered: \startblockquote \input lorem \stopblockquote But not narrower itself: \startnarrower \input lorem \stopnarrower \stoptext ___ If your question is of interest to others as well

[NTG-context] How to get line numbering to match block quote position?

2022-10-10 Thread Joel via ntg-context
I have some text that is a block quote, but also has line numbering:     \setuplinenumbering[step=3]    \starttext    \startblockquote             \startlinenumbering                 \input knuth             \stoplinenumbering         \stopblockquote \stoptext The line numbering is

Re: [NTG-context] issue with lpath

2022-08-04 Thread Hans Hagen via ntg-context
etups xml:p \startpar\xmlflush{#1}\stoppar \stopxmlsetups \startxmlsetups xml:blockquote \startblockquote\xmlflush{#1}\stopblockquote \stopxmlsetups \startxmlsetups xml:section:level3 \xmldoif{#1}{/blockquote} { \xmldoifnot{#1}{/p} { \section{\xmlflush{#1}}

[NTG-context] issue with lpath

2022-08-02 Thread Pablo Rodriguez via ntg-context
:*} \xmlsetsetup{#1} {(div|section)[contains(@class,'level3')]/h3/../!p/../h3} {xml:section} \stopxmlsetups \xmlregistersetup{xml:initialize} \startxmlsetups xml:p \startpar\xmlflush{#1}\stoppar \stopxmlsetups \startxmlsetups xml:blockquote \startblockquot

Re: [NTG-context] Metafun, difficulty with graphical element in the margin

2022-03-20 Thread Wolfgang Schuster via ntg-context
style=\directsetup{blockquote:style}, indenting=none, indentnext=yes] \starttext \chapter{Testing} \input ward \startblockquote \input knuth \stopblockquote \input zapf {\it This is what Italic letters look like.} {\bf And these are bold.} \startblockquote This is what it said,

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

2022-03-09 Thread Denis Maier via ntg-context
fore={\setupindenting[yes]\tfx\setupinterlinespace}, spacebefore=medium, indentnext=no, leftmargin=no, rightmargin=no, ] \starttext \subject{asdf} \dorecurse{5}{ \input knuth \startblockquote \input ward \stopblockquote \input knuth \input ward \subject{asdf} \input knuth \startblockquo

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

2022-03-09 Thread Denis Maier via ntg-context
enting[yes]\tfx\setupinterlinespace}, spacebefore=medium, indentnext=no, leftmargin=no, rightmargin=no, ] \starttext \subject{asdf} \dorecurse{5}{ \input knuth \startblockquote \input ward \stopblockquote \input knuth \input ward \subject{asdf} \input knuth \startblockquote \

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

2022-02-06 Thread śrīrāma via ntg-context
it before). In fact, I first tested the following example before responding to Michael's question: %%% SOF \usebodyfont[termes] \setupbodyfont[schola] \setupdelimitedtext [blockquote] [style={\switchtobodyfont[termes]}] \starttext main body font h

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

2022-02-05 Thread śrīrāma via ntg-context
ext \input knuth \startblockquote \input knuth \stopblockquote this is normal text \par {\bf this is bold} \par {\it this is italics} \startblockquote this is normal text \par {\bf this is bold} \par {\it this is italics} \stopblockquote \stoptex

[NTG-context] Odd Font Behavior in startstop Group

2022-02-05 Thread Michael Urban via ntg-context
eird. Put a comment marker after [termes] for a different result }, after={ \stopnarrower \blank \indenting[next]}, ]% \starttext \chapter{Testing} \input ward \startblockquote \input knuth \stopblockquote \input zapf {\it This is what Italic letters look like.} {\bf And thes

Re: [NTG-context] LTR footnotes from RTL paragraph

2021-12-17 Thread Denis Maier via ntg-context
t; How about defining a new command? Thanks for pointing me in that direction. That looks good. > > \definedelimitedtext[rtlblockquote][before={\righttoleft}] > \definenote[otnote][footnote] > \setupnote[otnote][align=l2r] > \starttext > \input zapf > \startblockquote >

Re: [NTG-context] LTR footnotes from RTL paragraph

2021-12-16 Thread Pablo Rodriguez via ntg-context
text direction for single notes? It doesn’t seem an option for \startfootnote. How about defining a new command? \definedelimitedtext[rtlblockquote][before={\righttoleft}] \definenote[otnote][footnote] \setupnote[otnote][align=l2r] \starttext \input zapf \startblockquote \input zapf\fo

Re: [NTG-context] LTR footnotes from RTL paragraph

2021-12-16 Thread Denis Maier via ntg-context
=0em,] \definedelimitedtext[rtlblockquote] \setupdelimitedtext[rtlblockquote] [leftmargin=0em,rightmargin=1.5em,before={\righttoleft}] \starttext \input knuth \startblockquote \input knuth\footnote{this starts on the left.} \stopblockquote \startrtlblockquote \input knuth\footnote

[NTG-context] LTR footnotes from RTL paragraph

2021-12-16 Thread Denis Maier via ntg-context
] [leftmargin=0em,rightmargin=1.5em,before={\righttoleft}] \starttext \input knuth \startblockquote \input knuth\footnote{this starts on the left.} \stopblockquote \startrtlblockquote \input knuth\footnote{this should start on the left, but it doesn't.} \stoprtlblock

Re: [NTG-context] Switching to righttoleft without changing margins of delimited text

2021-12-14 Thread Denis Maier via ntg-context
ey are. > > Is > > > > > > there a way to do this? (Maybe \righttoleft is the wrong > > command?) I > > > > > > thought I could define a new rtlblockquote with appropriate > > settings, like > > > > > so: > > > > &g

Re: [NTG-context] Switching to righttoleft without changing margins of delimited text

2021-12-14 Thread Hans Hagen via ntg-context
kquote with appropriate settings, like > so: > > > > \definedelimitedtext[rtlblockquote] > > > > \setupdelimitedtext[rtlblockquote] > > > > > > [leftmargin=0em,rightmargin=1.5em,before={\righttoleft}] > > > > But

Re: [NTG-context] Switching to righttoleft without changing margins of delimited text

2021-12-14 Thread Denis Maier via ntg-context
> > > \definedelimitedtext[rtlblockquote] > > > > \setupdelimitedtext[rtlblockquote] > > > > > > [leftmargin=0em,rightmargin=1.5em,before={\righttoleft}] > > > > But maybe there’s a better way. Any hints? > You switch directions when we're still in

Re: [NTG-context] Switching to righttoleft without changing margins of delimited text

2021-12-13 Thread Denis Maier via ntg-context
rightmargin=0em,] > > \starttext > > \input knuth > > \startblockquote > > \input knuth > > \stopblockquote > > \startblockquote > > \righttoleft > > \input knuth > > \stopblockquote > > \input knuth > > \stoptext > >

Re: [NTG-context] Switching to righttoleft without changing margins of delimited text

2021-12-13 Thread Hans Hagen via ntg-context
On 12/13/2021 5:25 PM, Denis Maier via ntg-context wrote: Hi, I have the following example: % \setupdelimitedtext[blockquote]     [leftmargin=1.5em,rightmargin=0em,] \starttext \input knuth \startblockquote \input knuth \stopblockquote

[NTG-context] Switching to righttoleft without changing margins of delimited text

2021-12-13 Thread Denis Maier via ntg-context
Hi, I have the following example: % \setupdelimitedtext[blockquote] [leftmargin=1.5em,rightmargin=0em,] \starttext \input knuth \startblockquote \input knuth \stopblockquote \startblockquote \righttoleft \input knuth \stopblockquote \input

Re: [NTG-context] Can modes be used for content control?

2021-11-17 Thread Idris Samawi Hamid ادريس سماوي حامد via ntg-context
unabridged] % In the unabridged mode, show the abridged text \definestartstop[unabridged] \stopmode \starttext \startabridged \input knuth \startunabridged \startblockquote \input ward \stopblockquote \stopunabridged \input zapf \stopabridged Excellent, many thanks! Starting to get the feel of

Re: [NTG-context] Can modes be used for content control?

2021-11-17 Thread Hans Hagen via ntg-context
input knuth \startblockquote \input ward \stopblockquote % \startmode[abridged] % \input knuth % \stopmode \stopmode \startmode[abridged] \input knuth \stopmode % \startmode[abridged] % \input zapf % \stopmode \stoptext === Unfortunately - as pointed out on the wiki - modes cannot be n

Re: [NTG-context] Can modes be used for content control?

2021-11-17 Thread Aditya Mahajan via ntg-context
; > > > Then, in the main tex file: > > > > > > \startsolution > > ... > > \stopsolution > > > > > > By default, gives the version without solution. Compile with --mode=solution > > to get the version with solution. The s

Re: [NTG-context] Can modes be used for content control?

2021-11-17 Thread Henning Hraban Ramm via ntg-context
d there is apparently no > inheritance/continuance. Can you give an example for a use case? > What is needed is something like this > > \startmode[abridged] > \input knuth > > \startmode[unabridged] > \startblockquote > \input ward > \stopblockquote > \stopmo

Re: [NTG-context] Can modes be used for content control?

2021-11-16 Thread Idris Samawi Hamid ادريس سماوي حامد via ntg-context
,translate etc to get multiple modes. Here's a working sample: === % \definebuffer[unabridged] % \definebuffer[abridged] \setupwhitespace[big] \starttext \startmode[unabridged] \input knuth \startblockquote \input ward \stopblockquote % \startmode[abridged] % \input knuth % \stopmode \sto

Re: [NTG-context] PDF text stream with delimitedtext

2021-10-30 Thread Rudolf Bahr via ntg-context
\setupdelimitedtext[blockquote][left=‘,right=’] > \startblockquote Hello world! \stopblockquote > “Hello world!”\\ > «Hello world!»\\ > ‘Hello world!’\\ > \startquote Hello world! \stopquote\\ > \quote{Hello world!}\\ > \stoptext > > The text stream seems to have an additional

[NTG-context] PDF text stream with delimitedtext

2021-10-30 Thread Adam Reviczky via ntg-context
\setupquotation[left=«,right=»] \startquotation Hello world! \stopquotation \setupquotation[left=‘,right=’] \startquotation Hello world! \stopquotation \setupdelimitedtext[blockquote][left=‘,right=’] \startblockquote Hello world! \stopblockquote “Hello world!”\\ «Hello world!»\\ ‘Hello world!’\\ \startquote Hello

Re: [NTG-context] footnote not appearing

2021-07-28 Thread jbf via ntg-context
etupframed[location=middle] \startframedtext[width=.77\makeupwidth,corner=round] The poems of St John of the Cross have been important for me in recent years. This is John’s prayer from a verse in his Spiritual Canticle:\footnote{John of the Cross, {\em Spiritual Canticle}, stanza 32.  }

Re: [NTG-context] footnote not appearing

2021-07-28 Thread Hans Hagen via ntg-context
rayer from a verse in his Spiritual Canticle:\footnote{John of the Cross, {\em Spiritual Canticle}, stanza 32.  } \startblockquote You looked with love upon me, and deep within, your eyes imprinted grace. This mercy set me free, held in your love’s embrace, to lift my eyes adoring to your fa

Re: [NTG-context] footnote not appearing

2021-07-27 Thread jbf via ntg-context
Spiritual Canticle}, stanza 32. } \startblockquote You looked with love upon me, and deep within, your eyes imprinted grace. This mercy set me free, held in your love’s embrace, to lift my eyes adoring to your face. \stopblockquote I wonder how often John prayed that prayer. \stopframedtext Maybe

Re: [NTG-context] footnote not appearing

2021-07-27 Thread Henning Hraban Ramm via ntg-context
te{John > of the Cross, {\em Spiritual Canticle}, stanza 32. } > > \startblockquote > You looked with love upon me, and deep within, your eyes imprinted grace. > This mercy set me free, held in your love’s embrace, to lift my eyes adoring > to your face. > \st

[NTG-context] footnote not appearing

2021-07-26 Thread jbf via ntg-context
=.77\makeupwidth,corner=round] The poems of St John of the Cross have been important for me in recent years. This is John’s prayer from a verse in his Spiritual Canticle:\footnote{John of the Cross, {\em Spiritual Canticle}, stanza 32.  } \startblockquote You looked with love upon me, and deep

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

2021-04-28 Thread denis.maier
]}, spacebefore={medium,flexible}, leftmargin=no] \starttext \dorecurse{10}{ \input knuth \startblockquote \input knuth \stopblockquote \input knuth } \stoptext Two noteworthy things: 1. In

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

2021-04-26 Thread denis.maier
spacebefore=medium, indentnext=no, leftmargin=no, rightmargin=no, ] \starttext \dorecurse{10}{ \input knu

[NTG-context] Page building and vertical stretching

2021-04-22 Thread denis.maier
=0.05]}, spacebefore={medium,flexible}, left= ] \starttext \input knuth \section{A section heading} \input knuth\par \blank \input knuth\par \startblock

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

2021-04-22 Thread denis.maier
, leftmargin=no, rightmargin=no, ] \starttext \dorecurse{10}{ \input knuth \startblockquote \input knuth \stopblockquote

[NTG-context] Grid typesetting, blockquotes in smaller font across pagebreaks

2021-03-25 Thread denis.maier
ttext \dorecurse{5}{ \dorecurse{5}{Some text on a grid. } \startblockquote \dorecurse{10}{A quotation in a smaller font. } \stopblockquote \dorecurse{5}{This should be on the grid again. }} \stoptext -- With style=\tfx it kind of works as long as the quota

[NTG-context] \startblockquote…\stopblockquote issue

2020-12-31 Thread Alan Bowen
In the latest standalone ( ConTeXt ver: 2020.12.30 16:45 LMTX fmt: 2020.12.30), \startblockquote and \stopblockquote do not work when I use the key, method=font, or include \setupquotation[method=font]. MWE %\setupquotation[method=font] \setupdelimitedtext[blockquote][ % method=font, before

Re: [NTG-context] simple way to change value of 'x' in \tfx?

2020-04-27 Thread Wolfgang Schuster
setupinterlinespace[line=2.4ex]}, spacebefore=line, spaceafter=line] \starttext \samplefile{weisman} \startblockquote \samplefile{weisman} \stopblockquote \stoptext Wolfgang ___ If your question is of interest to others a

Re: [NTG-context] blockquote oddity

2016-10-19 Thread Alan Bowen
Thanks, Wolfgang, for the explanation. Best, Alan On Wed, Oct 19, 2016 at 11:33 AM, Wolfgang Schuster < schuster.wolfg...@gmail.com> wrote: > Alan Bowen > 19. Oktober 2016 um 17:15 > \starttext > \startblockquote > [w]hile we may > > [w]hile we may > > \stopbl

Re: [NTG-context] blockquote oddity

2016-10-19 Thread Wolfgang Schuster
Alan Bowen <mailto:bowenala...@gmail.com> 19. Oktober 2016 um 17:15 \starttext \startblockquote [w]hile we may [w]hile we may \stopblockquote \stoptext seems to fail with the latest beta (ConTeXt ver: 2016.10.14) unless one replaces the first line with \[w\]hile we may.

[NTG-context] blockquote oddity

2016-10-19 Thread Alan Bowen
\starttext \startblockquote [w]hile we may [w]hile we may \stopblockquote \stoptext seems to fail with the latest beta (ConTeXt ver: 2016.10.14) unless one replaces the first line with \[w\]hile we may. The error message is tex error > tex error on line 4 in file /Users/bowen1/Desk

Re: [NTG-context] Strange problem with Blockquote

2016-08-17 Thread Pablo Rodriguez
before={\directsetup{interlinear:front}}] \stopsectionblockenvironment \starttext \startfrontmatter \dorecurse{2}{\input knuth\par \startblockquote\input zapf\stopblockquote} \stopfrontmatter \startbodymatter \dorecurse{2}{\input knuth\par \startblockquote\input zapf\stopblockqu

Re: [NTG-context] problem with \setupdelimitedtext

2016-05-16 Thread Alan Bowen
I missed that. Thanks, Wolfgang! Alan On Mon, May 16, 2016 at 12:54 PM, Wolfgang Schuster < schuster.wolfg...@gmail.com> wrote: > Alan Bowen > 16. Mai 2016 um 18:49 > In the following, the indentation using \startblockquote is twice what it > should be: >

Re: [NTG-context] problem with \setupdelimitedtext

2016-05-16 Thread Wolfgang Schuster
Alan Bowen <mailto:bowenala...@gmail.com> 16. Mai 2016 um 18:49 In the following, the indentation using \startblockquote is twice what it should be: \setupdelimitedtext [blockquote] [before={\blank[small,fixed] \setupnarrower[left=1.5pc,right=0pc] \startnarrower[left

[NTG-context] problem with \setupdelimitedtext

2016-05-16 Thread Alan Bowen
In the following, the indentation using \startblockquote is twice what it should be: \setupdelimitedtext [blockquote] [before={\blank[small,fixed] \setupnarrower[left=1.5pc,right=0pc] \startnarrower[left,right] \noindentation}, after={\par\stopnarrower \blank[small

[NTG-context] issue with focusoffset and \start.. \stop structures

2016-03-11 Thread Pablo Rodriguez
\index{Zapf}\startblockquote \input zapf \stopblockquote \blank \index{Knuth}\start \input knuth \stop \page But it doesn’t happen with \index[setuppapersize]{\type{\setuppapersize}} \type{\setuppapersize} here. \completeindex \stoptext In the \start

Re: [NTG-context] weird behavior of brackets in block quotations

2016-03-07 Thread Alan Bowen
...]” is a problem in block quotations and [] does > not appear in the output. > > \setupdelimitedtext > [blockquote] > [before={\blank[small,fixed]}, > after={\blank[small,fixed]}] > > \starttext > [t]he quotation goes as follows: > \startblockqu

Re: [NTG-context] weird behavior of brackets in block quotations

2016-03-07 Thread Wolfgang Schuster
kquote] [before={\blank[small,fixed]}, after={\blank[small,fixed]}] \starttext [t]he quotation goes as follows: \startblockquote \startblockquote\relax [t]he science of astrology was developed in, most probably, \stopblockquote \input ward \stoptext “[...]” is OK in the body text and “[]” appears

[NTG-context] weird behavior of brackets in block quotations

2016-03-07 Thread Alan Bowen
[t]he quotation goes as follows: \startblockquote [t]he science of astrology was developed in, most probably, \stopblockquote \input ward \stoptext “[...]” is OK in the body text and “[]” appears in the output. But, in the block quotation, “[…]” gets the error message: tex error >

Re: [NTG-context] different \setupdelimitedtext for notes

2016-03-06 Thread Wolfgang Schuster
s text. \startblockquote This is a quote\footnote{This is a footnote. \startblockquote This is another quote.\stopblockquote} \stopblockquote \stoptext How can I have differet setups for blockquotes in footnotes? \startsetups[note:blockquote] \setupdelimitedtext [blockquote] [before={

[NTG-context] different \setupdelimitedtext for notes

2016-03-06 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupdelimitedtext [blockquote] [before={\blank[big]}, after={\blank[big]}] \setupdelimitedtext [blockquote:note] [before={\blank[small]}, after={\blank[small]}] \starttext This is text. \startblockquote

Re: [NTG-context] How to define a new environment / function?

2015-06-20 Thread Wolfgang Schuster
I would like to typeset in a usable and readable way. It should look something like this: ---snip: minimal example--- \starttext \setupdelimitedtext[blockquote] {{\bf Geschlecht} \qquad Geschlecht \hfill $0,1$} \startblockquote Das Geschlecht des Probanden. \stopblockquote \blank {{\bf SoB} \qqu

[NTG-context] How to define a new environment / function?

2015-06-17 Thread Dr. Thomas Möbius
like this: ---snip: minimal example--- \starttext \setupdelimitedtext[blockquote] {{\bf Geschlecht} \qquad Geschlecht \hfill $0,1$} \startblockquote Das Geschlecht des Probanden. \stopblockquote \blank {{\bf SoB} \qquad Geburtssaison \hfill $1,\dots,4$} \startblockquote Jahreszeit der Geburt. Ko

Re: [NTG-context] indentnext=auto

2015-03-17 Thread Wolfgang Schuster
m] > \setupindenting[no]},after={\blank[medium]}] \setupdelimitedtext [blockquote] [spacebefore=medium, spaceafter=medium, indenting=no] > % Do not indent the first line after a block quote > \setupdelimitedtext[blockquote][indentnext=auto] > > \starttext > \startparagraph &

[NTG-context] indentnext=auto

2015-03-17 Thread Idris Samawi Hamid ادريس سماوي حامد
=auto] \starttext \startparagraph \input ward \stopparagraph \startblockquote \input ward \stopblockquote \startparagraph \input ward \stopparagraph \startblockquote \input ward \stopblockquote \startparagraph \input ward \stopparagraph \stoptext From what I understand, if [inden

[NTG-context] Text background regression in 20140316 beta

2014-03-16 Thread Rik Kabel
of a two-page background. %% \chardef\kindofpagetextareas\plusone \starttext \startBlockQuote Honorar und Verbot des Nachdrucks sind im Grunde der Verderb der Litteratur. Writing for money and reservation of copyright are, at bottom, the ruin of literature

Re: [NTG-context] ntg-context Digest, Vol 103, Issue 49

2013-01-17 Thread Wolfgang Schuster
ation] > > \define[2]\AnnotationCommand > {\startblockquote > \noindent #2% > \stopblockquote} > > \defineannotation[bigquote] > > \setupannotation[bigquote] > [alternative=command, > command=\AnnotationCommand] Change this setup to: \setupannotation [bigquo

Re: [NTG-context] ntg-context Digest, Vol 103, Issue 49

2013-01-17 Thread H. Özoguz
Am 17.01.2013 13:13, schrieb ntg-context-requ...@ntg.nl: There is no error message when I run this example. Sorry, that was my mistake, I meant this one: ++ \usemodule[annotation] \define[2]\AnnotationCommand {\startblockquote \noindent #2% \stopblockquote

Re: [NTG-context] Error: Missing number, treated as zero?

2013-01-17 Thread Marco Patzer
On 2013–01–17 "H. Özoguz" wrote: > % ConTeXt LuaTeX > > > \usemodule[annotation] > > > \define[2]\AnnotationCommand > > {\startblockquote Remove the empty line: \define[2]\AnnotationCommand{%% \startblockquote Marco signatu

Re: [NTG-context] Error: Missing number, treated as zero?

2013-01-17 Thread Wolfgang Schuster
f your bigquote environment. >> >> Wolfgang > And here it is: > > % ConTeXt LuaTeX > > \usemodule[annotation] > > \define[2]\AnnotationCommand > {\startblockquote > \noindent #2% > \stopblockquote} > > \defineannotation[bigquote] > >

Re: [NTG-context] Error: Missing number, treated as zero?

2013-01-17 Thread H. Özoguz
[annotation] \define[2]\AnnotationCommand {\startblockquote \noindent #2% \stopblockquote} \defineannotation[bigquote] \setupannotation[bigquote] [alternative=command, command=\AnnotationCommand ] \starttext He said: \startbigquote This is interesting! \stopbigquote \stoptext

Re: [NTG-context] context to markdown/html

2012-05-06 Thread Idris Samawi Hamid ادريس سماوي حامد
=,author={\invertedauthor}] \def \citeauthoroutpage[#1][#2]{\cite[alternative=authoryears,left={}, right={, #2)},inbetween={ (}][#1]} \starttext According to \citeauthoroutpage[Fry95][p.~38]: \startblockquote \dots a financial system is a collection of institutions that facilitate transactions

Re: [NTG-context] Request for delimited texts

2011-01-22 Thread Wolfgang Schuster
0}{text } > \stopquotation > \stoptext \usemodule[annotation] \setupdelimitedtext [blockquote] [spacebefore=line] \define[2]\AnnotationCommand {\startblockquote “#2”\wordright{\annotationparameter{subtitle}}% \stopblockquote} \setupannotation [ display=no, a

Re: [NTG-context] Endnote-problem

2011-01-22 Thread Robert Blackstone
y page. >> What can I do about it? > > You can send us a minimal example of your problem because I?m unable > to reproduce your problem. > > \setupnote[footnote][location=none] > \setupdelimitedtext[blockquote][spacebefore=] > \starttext > > \dorecurse{100} >  {\do

Re: [NTG-context] Endnote-problem

2011-01-21 Thread Wolfgang Schuster
cation=none] \setupdelimitedtext[blockquote][spacebefore=] \starttext \dorecurse{100} {\dorecurse{#1}{text }% %\footnote{\startblockquote\dorecurse{#1}{text }\stopblockquote} } \footnote{\dorecurse{#1}{text }} } \subject{Notes} \placenotes[footnote] \stoptext Wolfgang __

[NTG-context] delimitedtext, spacebefore and grid

2011-01-20 Thread Oliver Heins
\setuppapersize[a5][A4] \setuplayout[location=middle,marking=on,grid=yes] \setupbodyfont[14pt] \setupdelimitedtext [blockquote] [spacebefore=halfline] \showgrid \starttext \startblockquote \input tufte \stopblockquote \dorecurse{2}{\input tufte} \startblockquote \input tufte \stopblockquote

Re: [NTG-context] \startquotation, grid and footnote

2011-01-16 Thread Oliver Heins
tartlinecorrection[blank]\noindentation}, >> after={\stoplinecorrection}, >> style=\tfx] > > \setupdelimitedtext > [blockquote] > [spacebefore=line, >style=\tfx] > >> […] >> >> \startquotation >> \getbuffer[quot]\footnote{foobar} >&

Re: [NTG-context] \startquotation, grid and footnote

2011-01-15 Thread Wolfgang Schuster
={\startlinecorrection[blank]\noindentation}, > after={\stoplinecorrection}, > style=\tfx] \setupdelimitedtext [blockquote] [spacebefore=line, style=\tfx] > […] > > \startquotation > \getbuffer[quot]\footnote{foobar} > \stopquotation \startblockquote … \stopblockqu

Re: [NTG-context] Another indenting problem

2010-12-03 Thread Andreas Harder
e][indenting={yes,next},style=red] % \setupdelimitedtext[blockquote][before=\noindentation,style=red] \starttext \showframe[text][text] \startbuffer \startblockquote \dorecurse{3}{Is this paragraph indented? It should not!}\par \dorecurse{3}{Is this paragraph indented? It should! } \stopblockquote

[NTG-context] Another indenting problem

2010-12-03 Thread Andreas Harder
[text][text] \startbuffer \startblockquote Is this paragraph indented? It should not! Is this paragraph indented? It should not! \stopblockquote \stopbuffer Test \in[someref] test\footnote{footnote}. \getbuffer Test test\footnote{footnote}. \getbuffer Test \in[someref] test

[NTG-context] Interline space in block quotes

2010-09-29 Thread Andreas Harder
Hi all, it is not possible to adapt the interline space in delimited text environments (without explicit add a \par) anymore. Example: \setupdelimitedtext[blockquote][style=small] \starttext \input tufte \startblockquote \input tufte % \par \stopblockquote \input tufte \stoptext Greeting

Re: [NTG-context] Block quotes with multiple paragraphs

2010-02-01 Thread Wolfgang Schuster
for the main text i would also use indenting for the quoted text. To let the quoted text stand out you can indent all paragraphs with ... \startblockquote ... ... \stopblockquote .. or you insert empty lines before and after the quoted text \setupdelimitedtext [] [spacebefore=line

Re: [NTG-context] Contextual spacing

2009-12-17 Thread Andreas Harder
ow use before/after for different settings > >> \setuphead[subject][after=,style=\bfa] >> >> \starttext >> \subject{No space after the header} >> >> \input tufte > > interesting because it works in MkII when i add \setupinterlinespace[...] to > the p

Re: [NTG-context] Contextual spacing

2009-12-17 Thread Wolfgang Schuster
ct{No space after the header} > > \input tufte interesting because it works in MkII when i add \setupinterlinespace[...] to the preamble > \subject{Space from the \tex{blockquote}-environment} % \vskip-\lineheight > > \startblockquote > \input tufte > \stopbloc

[NTG-context] Contextual spacing

2009-12-17 Thread Andreas Harder
after=\blank] \setuphead[subject][after=,style=\bfa] \starttext \subject{No space after the header} \input tufte \subject{Space from the \tex{blockquote}-environment} % \vskip-\lineheight \startblockquote \input tufte \stopblockquote \input tufte \startblockquote \input tufte \stopblock

Re: [NTG-context] Jumping headers

2009-10-29 Thread Andreas Harder
]} \stopsetups \starttext \showstruts \showframe[text] \chapter{ÄÖÜy} \section{ÄÖÜy} \dorecurse{3}{% \dorecurse{3}{\input tufte \par} \startblockquote \dorecurse{3}{\input tufte \par} \stopblockquote} \stoptext Can you see the header jumping? What can one do to avoid this behavior? kind of tricky

Re: [NTG-context] Jumping headers

2009-10-29 Thread Hans Hagen
\showframe[text] \chapter{ÄÖÜy} \section{ÄÖÜy} \dorecurse{3}{% \dorecurse{3}{\input tufte \par} \startblockquote \dorecurse{3}{\input tufte \par} \stopblockquote} \stoptext Can you see the header jumping? What can one do to avoid this behavior? kind of tricky ... i uploaded a beta where you can

[NTG-context] Jumping headers

2009-10-29 Thread Andreas Harder
} \section{ÄÖÜy} \dorecurse{3}{% \dorecurse{3}{\input tufte \par} \startblockquote \dorecurse{3}{\input tufte \par} \stopblockquote} \stoptext Can you see the header jumping? What can one do to avoid this behavior? Greetings, Andreas

Re: [NTG-context] presentation (simple-slides?) master-like feature?

2009-10-29 Thread Bruce D'Arcus
to > >    \SlideTitle{Hello} >    \startitemize >        \item one >        \item two >    \stopitemize > > we currently do not have any specific environment for blockquote (but Thomas > and I have discussed adding something similar). The vanilla ConTeXt > equivale

Re: [NTG-context] presentation (simple-slides?) master-like feature?

2009-10-28 Thread Aditya Mahajan
lated to \SlideTitle{Hello} \startitemize \item one \item two \stopitemize we currently do not have any specific environment for blockquote (but Thomas and I have discussed adding something similar). The vanilla ConTeXt equivalent \startblockquote ... \stopblockquote

[NTG-context] Line Numbering and References

2009-10-14 Thread Andreas Harder
a long transcription from an interview with line numbers. % #3 \stopMyCite This ist a long transcription from an interview with line numbers. % #4 \stoplinenumbering And now \getMyCite[test] should output: \startblockquote This ist a long transcription from an interview with line number

Re: [NTG-context] long quotation without quotation marks

2009-09-03 Thread Aditya Mahajan
\setupdelimitedtext[blockquote][style={\setupbodyfont[9pt]}, use \switchtobodyfont rather than setupbodyfont. and \startblockquote (text of the quotation) \blank \stopblockquote, but I still get the unwanted indenting. In the main text I want indenting of the first lines of most new paragraphs, so I

[NTG-context] long quotation without quotation marks

2009-09-03 Thread Robert Blackstone
]}, and \startblockquote (text of the quotation) \blank \stopblockquote, but I still get the unwanted indenting. In the main text I want indenting of the first lines of most new paragraphs, so I have \setupindenting[20pt,yes] in the preamble, but I do not want it in the quotations. Placing

Re: [NTG-context] setupdelimitedtext: linespacing in final quoted paragraph

2008-12-17 Thread Sanjoy Mahajan
for example: Blah, blah, blah says: Ideas A, B and C. But those ideas are nonsense. where the "Ideas A, B, and C." are indeed a paragraph but internal to the single surrounding paragraph, like a displayed equation would be. Then it could be typeset: Blah, blah, blah say

Re: [NTG-context] setupdelimitedtext: linespacing in final quoted paragraph

2008-12-12 Thread Peter Rolf
limitedtext, but it had no effect. >> >> I'm using 2008.10.31, MkII. Thanks for any suggestions, which I'll >> wikify if the solution is interesting to more than just me. >> >> \setupdelimitedtext[blockquote][style={\switchtobodyfont[8pt]}] >> >&g

  1   2   >