Re: [NTG-context] ntg-context Digest, Vol 101, Issue 30

2012-11-12 Thread H. Özoguz

Am 12.11.2012 15:58, schrieb ntg-context-requ...@ntg.nl:

2012-11-12 H. ?zoguz:


but it returns the ending quotation mark in the wrong order. Why?

You forgot the braces:

Quote: \wr[{He said: \wrr[Hello!]}]


And  how to correct that?

\setuplanguage
   [leftquotation=?,
rightquotation=?,
leftquote=?,
rightquote=?]

\starttext
   Quote: \quotation{He said: \quote{Hello!}}
\stoptext


Marco


Thanks! And if I want to have in

 \quotation and \quote

additionaly \emphasis, how to make that?

To be clear (sorry for my english):
\quotation{\emph{Quote}}


Huseyin



___
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
___


Re: [NTG-context] ntg-context Digest, Vol 101, Issue 30

2012-11-12 Thread Marco Patzer
2012-11-12 H. Özoguz:

 And if I want to have in
 
   \quotation and \quote
 
 additionaly \emphasis, how to make that?
 
 To be clear (sorry for my english):
 \quotation{\emph{Quote}}

\definehighlight
  [emph]
  [style=bolditalic]

Quote: \quotation{He said: \quote{Hello \emph{World!}}}


Marco

___
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
___