ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Willi Egger <context@boede.nl>
To: NTG-Context ConTeXt users <ntg-context@ntg.nl>
Subject: Quotations...
Date: Tue, 15 Nov 2011 14:41:49 +0100	[thread overview]
Message-ID: <065D6F20-C48F-41FC-9BCD-65AE806CD129@boede.nl> (raw)

[-- Attachment #1: Type: text/plain, Size: 765 bytes --]

Hi,

it looks like there is something wrong with \quote, \quotation and the respective setupcommands.

\setupquote[style=slanted] results in no quotation marks and yes, slanted text.
\setupquote[left=(,right=)] results in text between parentheses.
\setupquote[style=slanted,left=(,right=)] results in slanted text, but no parentheses.

\setupquotation[style=bold] results in having the texts in \quote{} becoming bold instead of the texts that are in \quotation{}.

\setupdelimitedtext [quotation][1][style=bold] does not result in bold text.
\setupdelimitedtext [quotation][1][style=bold,left{[},right={]}] does result in text between brackets in \quotation{}, but no bold text.

Please refer to the attached example file.

Kind regards

Willi


[-- Attachment #2: test-quotation.tex --]
[-- Type: application/octet-stream, Size: 909 bytes --]

% Context file
% Filename: untitled.tex
% 
% 15-11-2011
% Copyright (c) 2011 BOEDE. All rights reserved.
%
% \nopdfcompression
% \enabletrackers[context.trace]
% \enabletrackers[system.jobfiles]

\setuppagenumbering[location=bottom]
\setuplayout
	[topspace=2.5cm,
	backspace=1.5cm,
	header=0pt,
	footer=1.5\bodyfontsize,
	height=middle,
	width=middle]
\mainlanguage[nl]


% \setupquote
%    [left=(,right=)]
% \setupquote
%    [style=slanted]
% \setupquote
%     [style=slanted,left=(,right=)]

% \setupquotation
%     [style=\bfa]
%    
% \setupdelimitedtext
%    [quotation]
%    [1]
%    [style=bold]

\setupdelimitedtext
   [quotation]
   [1]
   [style=bold,
   left={[},right={]}]

\starttext
\quote{a simple quote}
\blank
\quotation{another simple quote}
\blank
\quotation{a nested quote \quote{the nested part} the part after the nesting}
\blank
\startquotation
   \input ward
\stopquotation

\stoptext

[-- Attachment #3: Type: text/plain, Size: 5 bytes --]

 




[-- Attachment #4: 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
___________________________________________________________________________________

             reply	other threads:[~2011-11-15 13:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-15 13:41 Willi Egger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-03-31 14:06 Quotations Gerben Wierda
2006-03-31 16:38 ` Quotations Hans Hagen
2002-12-01  0:08 quotations Hans Hagen
2002-12-01  0:42 ` quotations Bruce D'Arcus
2002-12-02 11:44   ` quotations Hans Hagen
2002-12-02 14:04     ` quotations Bruce D'Arcus
2002-12-02 14:45       ` quotations Hans Hagen
2002-12-02  0:03 ` quotations Bruce D'Arcus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=065D6F20-C48F-41FC-9BCD-65AE806CD129@boede.nl \
    --to=context@boede.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).