ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Quotations...
@ 2011-11-15 13:41 Willi Egger
  0 siblings, 0 replies; 9+ messages in thread
From: Willi Egger @ 2011-11-15 13:41 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

[-- 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Quotations
@ 2006-03-31 14:06 Gerben Wierda
  2006-03-31 16:38 ` Quotations Hans Hagen
  0 siblings, 1 reply; 9+ messages in thread
From: Gerben Wierda @ 2006-03-31 14:06 UTC (permalink / raw)


I use \startquotation and \stopquotation a lot. I would like to  
visually strengthen the quotations because some are pretty lengthy  
and a reader might forget that it is not me that is writing here. I  
have been thinking about applying a light grey background or a border  
of sorts (which should then be open at the top of bottom if the  
quotation flows over a page boundary. Can someone tell me how to do  
this?

Thanks,

G 

^ permalink raw reply	[flat|nested] 9+ messages in thread
* quotations
@ 2002-12-01  0:08 Hans Hagen
  2002-12-01  0:42 ` quotations Bruce D'Arcus
  2002-12-02  0:03 ` quotations Bruce D'Arcus
  0 siblings, 2 replies; 9+ messages in thread
From: Hans Hagen @ 2002-12-01  0:08 UTC (permalink / raw)


Hi,

Since quotations keep coming up on this list, and since i had a couple of 
new cd's to help me through the process of cooking up macros, i made an 
definable quotation macros, or more precise, something:

\definedelimitedtext
   [quotation]
   [left={\symbol[leftquotation]},
    right={\symbol[rightquotation]},
    leftmargin=standard]

\definedelimitedtext
   [quote][quotation]

\setupdelimitedtext
   [quotation]
   [location=text,
    left={\symbol[leftquote]},
    right={\symbol[rightquote]}]

and for Mr. BigFoot:

\definedelimitedtext
   [speech][quotation]

\setupdelimitedtext
   [\v!spraak]
   [repeat=yes,
    left={\symbol[leftspeech]},
    middle={\symbol[middlespeech]},
    right={\symbol[rightspeech]}]

Now, how do we call an tight quotation that those heavy quoting users want?

\definedelimitedtext
    [xquotation][quotation]

\setupdelimitedtext
   [xquotation]
   [indentnext=no,
    spacebefore=nowhite]

(there are a couple of more switches)

this mechanism will be available in the next beta, but the re-definitions 
not yet (first i want to make sure that it worsk ok)

one can also use this feature for things like [whatever you want to be 
delimited]

Hans

I'll look into the epigraph (module) later (never needed them so far)
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------

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

end of thread, other threads:[~2011-11-15 13:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-15 13:41 Quotations Willi Egger
  -- 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

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).