ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* weird behavior of brackets in block quotations
@ 2016-03-07 20:52 Alan Bowen
  2016-03-07 20:56 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Bowen @ 2016-03-07 20:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1997 bytes --]

We use “[...]” in quotations to indicate departures from the written text.

In the latest beta, “[...]” 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:
\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       > tex error on line 14 in file
/Users/bowen1/Desktop/TestTeX/test.tex: ! Missing number, treated as zero


tex error       > tex error on line 9 in file
/Users/bowen1/Desktop/TestTeX/test.tex: ! Missing number, treated as zero


<to be read again>

t

\spac_narrower_method_analyze ...c_narrower_mid #1

                                                  \relax \fi

\syst_helpers_repeat_with_command ..._again [#1]#5

                                                  \else
\syst_helpers_repeat...

\17>>1 ..._process_comma_list_with_parameters {#1}


\syst_helpers_do_process_c...

\syst_helpers_do_process_comma_list ...rgument #1,

                                                  ]\relax \global \advance
\...

\spac_narrower_start_apply ...narrower_initialize

                                                  \advance \leftskip
\dimexp...

...

l.9 [t]

     he science of astrology was developed in, most probably,


 1     \setupdelimitedtext

 2             [blockquote]

 3             [before={\blank[small,fixed]},

 4       after={\blank[small,fixed]}]

 5

 6     \starttext

 7     [t]he quotation goes as follows:

 8     \startblockquote

 9 >>  [t]he science of astrology was developed in, most probably,

10     \stopblockquote

11     \input ward

12     \stoptext


Alan

[-- Attachment #1.2: Type: text/html, Size: 6114 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: weird behavior of brackets in block quotations
  2016-03-07 20:52 weird behavior of brackets in block quotations Alan Bowen
@ 2016-03-07 20:56 ` Wolfgang Schuster
  2016-03-07 22:40   ` Alan Bowen
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2016-03-07 20:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 926 bytes --]

> Alan Bowen <mailto:bowenalan03@gmail.com>
> 7. März 2016 um 21:52
> We use “[...]” in quotations to indicate departures from the written text.
>
> In the latest beta, “[...]” 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:
> \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 in the output.
>
> But, in the block quotation, “[…]” gets the error message:
>
The \startblockquote command has a optional argument (which is passed to 
\startnarrower)
and you have to stop ConTeXt to use [t] as the argument for the command.

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 3348 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: weird behavior of brackets in block quotations
  2016-03-07 20:56 ` Wolfgang Schuster
@ 2016-03-07 22:40   ` Alan Bowen
  0 siblings, 0 replies; 3+ messages in thread
From: Alan Bowen @ 2016-03-07 22:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1606 bytes --]

Thanks, Wolfgang! That is very helpful.

Alan

On Mon, Mar 7, 2016 at 3:56 PM, Wolfgang Schuster <
schuster.wolfgang@gmail.com> wrote:

> Alan Bowen <bowenalan03@gmail.com>
> 7. März 2016 um 21:52
> We use “[...]” in quotations to indicate departures from the written text.
>
> In the latest beta, “[...]” 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:
> \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 in the output.
>
> But, in the block quotation, “[…]” gets the error message:
>
> The \startblockquote command has a optional argument (which is passed to
> \startnarrower)
> and you have to stop ConTeXt to use [t] as the argument for the command.
>
> Wolfgang
>
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 4642 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-07 22:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-07 20:52 weird behavior of brackets in block quotations Alan Bowen
2016-03-07 20:56 ` Wolfgang Schuster
2016-03-07 22:40   ` Alan Bowen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).