ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* problem with \setupdelimitedtext
@ 2016-05-16 16:49 Alan Bowen
  2016-05-16 16:54 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Bowen @ 2016-05-16 16:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

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,fixed]
\noindentation}]

\starttext
\input ward
\setupnarrower[left=1.5pc,right=0pc]
\startnarrower[left,right]
\input ward
\stopnarrower
\startblockquote
\input ward
\stopblockquote
\stoptext

What have I missed?

Alan

[-- Attachment #1.2: Type: text/html, Size: 1844 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: problem with \setupdelimitedtext
  2016-05-16 16:49 problem with \setupdelimitedtext Alan Bowen
@ 2016-05-16 16:54 ` Wolfgang Schuster
  2016-05-16 17:08   ` Alan Bowen
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2016-05-16 16:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Alan Bowen <mailto:bowenalan03@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,right]
> \noindentation},
> after={\par\stopnarrower
> \blank[small,fixed]
> \noindentation}]
>
> \starttext
> \input ward
> \setupnarrower[left=1.5pc,right=0pc]
> \startnarrower[left,right]
> \input ward
> \stopnarrower
> \startblockquote
> \input ward
> \stopblockquote
> \stoptext
>
> What have I missed?
The blockquote environment is indented by default, you can disable it with

     \setupdelimitedtext[blockquote][leftmargin=0pt]

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 3023 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: problem with \setupdelimitedtext
  2016-05-16 16:54 ` Wolfgang Schuster
@ 2016-05-16 17:08   ` Alan Bowen
  0 siblings, 0 replies; 3+ messages in thread
From: Alan Bowen @ 2016-05-16 17:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

I missed that. Thanks, Wolfgang!
Alan

On Mon, May 16, 2016 at 12:54 PM, Wolfgang Schuster <
schuster.wolfgang@gmail.com> wrote:

> Alan Bowen <bowenalan03@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,right]
> \noindentation},
>   after={\par\stopnarrower
>     \blank[small,fixed]
> \noindentation}]
>
> \starttext
> \input ward
> \setupnarrower[left=1.5pc,right=0pc]
> \startnarrower[left,right]
> \input ward
> \stopnarrower
> \startblockquote
> \input ward
> \stopblockquote
> \stoptext
>
> What have I missed?
>
> The blockquote environment is indented by default, you can disable it with
>
>     \setupdelimitedtext[blockquote][leftmargin=0pt]
>
> 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: 4342 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-05-16 17:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-16 16:49 problem with \setupdelimitedtext Alan Bowen
2016-05-16 16:54 ` Wolfgang Schuster
2016-05-16 17:08   ` 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).