Re: [NTG-context] Quotation marks

2019-07-20 Thread Atsuhito Kohda
Hi Wolfgang, thanks for your reply. You are right. I shoud say "looks correct" or something like that. Best regards, Atsuhito Kohda ___ If your question is of interest to others as well, please add an entry to the

Re: [NTG-context] Quotation marks

2019-07-20 Thread Atsuhito Kohda
Hi all, thanks for all replies. > indeed. `` and '' are (in tex) pseudo ligatures and not really a > portable standard, certainly not now that we have utf8 as input (in a > similar fashion users who need accented characters will not use \"u and > \'a any more) In fact, I don't know how to input

Re: [NTG-context] Quotation marks

2019-07-20 Thread Wolfgang Schuster
Atsuhito Kohda schrieb am 20.07.2019 um 01:58: Hi all, I think in the same way as Dmitry. It might be obsolete but, as far as I searched, under the setup \definefontfeature [texligatures] [tlig=yes] \feature[+][texligatures] {''} produces right quotation correctly but left quotation seems not

Re: [NTG-context] Quotation marks

2019-07-20 Thread Denis Maier
Another option: Use the fabulous csquotes-package and map \quotation to \enquote: => ``` \usepackage{csquotes} \let\quotation=\enquote ``` Denis Am Sa., 20. Juli 2019 um 02:57 Uhr schrieb Hans Hagen : > On 7/20/2019 2:07 AM, Alan Braslau wrote: > > On Sat, 20 Jul 2019 08:58:27 +0900 > >