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] Quotation with footnote

2020-09-16 Thread Henning Hraban Ramm
Am 04.09.2020 um 16:04 schrieb Taco Hoekwater : > \definenarrower[myquote] > \setupnarrower[myquote] > [left=2em, > right=1.5em, > before=\dontleavehmode\hskip-0.33em\startquote, > after=\stopquote] > > \startmyquote > Im übrigen ist der Mensch ein Lebewesen,

Re: [NTG-context] Quotation with footnote

2020-09-04 Thread Henning Hraban Ramm
> Am 04.09.2020 um 16:04 schrieb Taco Hoekwater : > > Something like this? > > \definenarrower[myquote] > \setupnarrower[myquote] > [left=2em, > right=1.5em, > before=\dontleavehmode\hskip-0.33em\startquote, > after=\stopquote] > > \startmyquote >

Re: [NTG-context] Quotation with footnote

2020-09-04 Thread Taco Hoekwater
Something like this? \definenarrower[myquote] \setupnarrower[myquote] [left=2em, right=1.5em, before=\dontleavehmode\hskip-0.33em\startquote, after=\stopquote] \startmyquote Im übrigen ist der Mensch ein Lebewesen, das klopft, schlechte Musik macht und seinen Hund bellen läßt

Re: [NTG-context] Quote is broken

2017-07-12 Thread Hans Hagen
On 7/12/2017 7:43 AM, Henri Menke wrote: Dear list, the example below throws an error. \def\typo_delimited_repeat_indeed (n missing) Cheers, Henri --- \setupdelimitedtext[quote][repeat=yes] \starttext \startquote \stopquote \stoptext --- tex error > tex error on line 4 in f

[NTG-context] Quote is broken

2017-07-11 Thread Henri Menke
Dear list, the example below throws an error. Cheers, Henri --- \setupdelimitedtext[quote][repeat=yes] \starttext \startquote \stopquote \stoptext --- tex error   > tex error on line 4 in file /home/henri/test.mkvi: ! Undefined control sequence ...\flushpostponednoded

Re: [NTG-context] avoid newline after definestartstop

2016-10-24 Thread Thomas A. Schmitz
, then you may define another start-stop. Here would be my suggestion, which gives a syntax that is a bit more ConTeXt-like, I feel (but the coding can probably be improved): \def\startQuote% {\dosingleempty\dostartQuote} \def\dostartQuote[#1]% {\blank [line] \iffirstargument

[NTG-context] setupquotation and setupquote

2013-03-24 Thread Alan BRASLAU
Hello, quotation is linked to quote. Indeed, we have in typo-del.mkiv \definedelimitedtext [\v!quote][\v!quotation] However, when the user then changes options using \setupquotation, \startquote\stopquote also gets modified. In the minimal example below, it is necessary to uncomment

Re: [NTG-context] rscale (only for integers?)

2011-04-01 Thread Thomas A. Schmitz
t}] > > \definestartstop[quote] > [before={\setupnarrower[left=10pt,right=0pt]\startnarrower[left,right]\switchtobodyfont[8.5pt]\setupinterlinespace[line=10.5pt]},after={\stopnarrower}] > > > \starttext > > Test {\ss text} test\footnote{text {\ss text} test} test. > &

Re: [NTG-context] rscale (only for integers?)

2011-04-01 Thread Steffen Wolfrum
fault] [size] \definebodyfont [10.5pt] [rm] [default] \stoptypescript \definebodyfontenvironment[10.5pt] \usetypescript[times] \setupbodyfont[times,10.5pt] \setupfootnotes[bodyfont={rm,8.5pt}] \definestartstop[quote] [before={\setupnarrower[left=10pt,right=0pt]\startnarrower[left,right]\switc

Re: [NTG-context] register sorting

2010-11-04 Thread Steffen Wolfrum
y (see below) the example from tricky-002.tex and I would like to >> achieve ... >> >> accession >> Action Plan >> association >> >> But none of the four methods (before, after, first, last) gives this result!! >> >> What is wrong? > >

Re: [NTG-context] register sorting

2010-10-29 Thread Jano Kula
four methods (before, after, first, last) gives this result!! What is wrong? Methods were rewritten to give more flexibility. From the Hans' explanation: \startquote [pzm][mc] = [plus|zero|minus offsets][mapping|cases] uc == unicode order ok, a bit cryptic but one can now choose methods

Re: [NTG-context] \quotation

2007-11-02 Thread Wolfgang Schuster
t;left=, > right=, >before={\blank[big]}, >after={\blank[big]}] > This can also be written as \setupdelimitedtext [quote] [location=margin, % paragraph left=, right=, spacebefore=big, %spaceafter=big, % spaceafter is spacebefore by default ] \starttext &g

Re: [NTG-context] \quotation

2007-11-02 Thread Wolfgang Schuster
tquotation]}] \setupdelimitedtext [quotation] [2] [left={\symbol[leftquote]}, right={\symbol[rightquote]}] \setupdelimitedtext [quote] [location=margin, % paragraph left=, right=, before={\blank[big]}, after={\blank[big]}] \starttext \input knuth \quotati

Re: [NTG-context] setting up quotations

2007-08-22 Thread Idris Samawi Hamid
\definestartstop [quote] [before={\startnarrower[1*middle]\blank[big]}, after={\stopnarrower\blank[big]}] This gives you the commands \startquote-\stopquote Just edit the definition to get the effect you want. And/or make new ones! Note that ConTeXt by default is rather bland. The defaults are no

Re: [NTG-context] the closing bracket (structuring syntax)

2006-09-12 Thread Aditya Mahajan
On Mon, 14 Aug 2006, Aditya Mahajan wrote: >> And what would be the opposite? >> >> For example \startquote ... \stopquote >> to something like {\MyQuote ... } > > AFAIK, there is no easy way to do this. One can use \aftergroup trickery. \def\MyQuote{\symbol[le

Re: [NTG-context] the closing bracket (structuring syntax)

2006-08-15 Thread Aditya Mahajan
On Mon, 14 Aug 2006, Steffen Wolfrum wrote: > > Am 13.08.2006 um 15:29 schrieb Steffen Wolfrum: > >> And what would be the opposite? >> >> For example \startquote ... \stopquote >> to something like {MyQuote ... } >> >> Steffen > > > \def\MyQ

Re: [NTG-context] the closing bracket (structuring syntax)

2006-08-14 Thread Steffen Wolfrum
Am 13.08.2006 um 15:29 schrieb Steffen Wolfrum: > And what would be the opposite? > > For example \startquote ... \stopquote > to something like {MyQuote ... } > > Steffen \def\MyQuote#1{\startquote#1\stopquote} \MyQuote{something to be quoted} ... should work OK

Re: [NTG-context] the closing bracket (structuring syntax)

2006-08-14 Thread Aditya Mahajan
> And what would be the opposite? > > For example \startquote ... \stopquote > to something like {\MyQuote ... } AFAIK, there is no easy way to do this. Aditya ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/

Re: [NTG-context] the closing bracket (structuring syntax)

2006-08-13 Thread Steffen Wolfrum
grument, you can do use something > like > this > > \def\startfootnote% > {\unskip\dosingleempty\dostartfootnote} > > \def\dostartfootnote[#1]#2\stopfootnote% >{\footnote[#1]{#2}} And what would be the opposite? For example \startquote

Re: [NTG-context] updating ConTeXt to latest on openbsd-current Q #2

2006-03-06 Thread Willi Egger
pace is no issue :-) Kind regards Willi >--\startquote--- >Cleanup fmtutil > >Optionally, you can remove ConTeXt support from teTeX's configuration, >because ConTeXt does not use fmtutil. > >Using > ># fmtutil-sys --edi

Re: [NTG-context] updating ConTeXt to latest on openbsd-current

2006-03-06 Thread Taco Hoekwater
frantisek holop wrote: > > the first step to upgrade context is: > > --\startquote--- > Fix texmf.cnf > --\stopquote > > i deliberately skipped this one, and the new c

[NTG-context] updating ConTeXt to latest on openbsd-current Q #2

2006-03-06 Thread frantisek holop
hi there, my second question, is more like asking for pointers... where can i read more about fmtutil, and how come that context does not use it when (i assume) pdftex does? --\startquote--- Cleanup fmtutil Optionally, you can remove ConTeXt

[NTG-context] updating ConTeXt to latest on openbsd-current

2006-03-06 Thread frantisek holop
oo long, and so that people can answer to mails they know the answer to :) the first one: the first step to upgrade context is: --\startquote--- Fix texmf.cnf Now first you have to fix texmf.cnf as supplied with teTeX: # vi /usr/local/teTeX/sh

[NTG-context] bug in indentation

2005-08-18 Thread Idris Samawi Hamid
] % does not indent %\setupindenting[medium,next] % need both to indent \definestartstop [quote] [before={\startnarrower[1*middle]\blank[big]}, after={\stopnarrower\blank[big]}] \starttext \input knuth \startquote \input knuth \stopquote \input knuth \stoptext

RE: FWD: [NTG-context] \inmargin, \setupindenting, and overfull boxes

2005-05-08 Thread Idris Samawi Hamid
ghtskip) 0.0 === === \setupoutput[pdftex]% \definestartstop [quote] [before={\startnarrower[1*left,1*right]\blank[big]}, after={\stopnarrower\blank[big]}] \starttext \startquote \input knuth \inmargin{This is a test.} \stopquot

RE: FWD: [NTG-context] \inmargin, \setupindenting, and overfull boxes

2005-05-07 Thread Idris Samawi Hamid
\def\inmargin#1{{\parindent0pt\normalinmargin{#1}}} \definestartstop [quote] [before={\startnarrower[1*left,1*right]\blank[big]}, after={\stopnarrower\blank[big]}] \starttext \startquote \input knuth \inmargin{This is a test.} \input knuth {\parindent0pt\inmargin{This is a test.}} \stop