ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* ucgreek=normal as default
@ 2010-05-21  7:55 Mikael Persson
  2010-05-21  8:40 ` Otared Kavian
  0 siblings, 1 reply; 5+ messages in thread
From: Mikael Persson @ 2010-05-21  7:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list and Hans,

I recently realized that by default capital greek letters are italic.
I believe that the default should be "normal", i.e. upright.

%%% Test file
%\setupmathematics[ucgreek=normal] % comment out to get nice upright
greek captial letters :)
\starttext
$\Theta$
\stoptext
%%% End test file

What do others think?

Best regards, Mikael
___________________________________________________________________________________
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] 5+ messages in thread

* Re: ucgreek=normal as default
  2010-05-21  7:55 ucgreek=normal as default Mikael Persson
@ 2010-05-21  8:40 ` Otared Kavian
  2010-05-21 14:57   ` Aditya Mahajan
  0 siblings, 1 reply; 5+ messages in thread
From: Otared Kavian @ 2010-05-21  8:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


On 21 mai 2010, at 09:55, Mikael Persson wrote:

> Dear list and Hans,
> 
> I recently realized that by default capital greek letters are italic.
> I believe that the default should be "normal", i.e. upright.
> 
> %%% Test file
> %\setupmathematics[ucgreek=normal] % comment out to get nice upright
> greek captial letters :)
> \starttext
> $\Theta$
> \stoptext
> %%% End test file
> 
> What do others think?

Hi Mikael,

It all depends on the style of the book or the journal: some have their capital Greek letters in italic, some have it upright. The main point is to have consistency.
Since ConTeXt allows both behavior, everything seems fine to me.

Best regards: OK

> Best regards, Mikael
> ___________________________________________________________________________________
> 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: 2023 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 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] 5+ messages in thread

* Re: ucgreek=normal as default
  2010-05-21  8:40 ` Otared Kavian
@ 2010-05-21 14:57   ` Aditya Mahajan
  2010-05-21 15:31     ` Mojca Miklavec
  2010-05-21 15:50     ` Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: Aditya Mahajan @ 2010-05-21 14:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, 21 May 2010, Otared Kavian wrote:
> On 21 mai 2010, at 09:55, Mikael Persson wrote:
>
>> Dear list and Hans,
>>
>> I recently realized that by default capital greek letters are italic.
>> I believe that the default should be "normal", i.e. upright.
>>
>> %%% Test file
>> %\setupmathematics[ucgreek=normal] % comment out to get nice upright
>> greek captial letters :)
>> \starttext
>> $\Theta$
>> \stoptext
>> %%% End test file
>>
>> What do others think?
>
> Hi Mikael,
>
> It all depends on the style of the book or the journal: some have their capital Greek letters in italic, some have it upright. The main point is to have consistency.
> Since ConTeXt allows both behavior, everything seems fine to me.

I think that upgreek=normal should be default, just because it is default 
in MkII and there is no particular reason to change that.

Aditya
___________________________________________________________________________________
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] 5+ messages in thread

* Re: ucgreek=normal as default
  2010-05-21 14:57   ` Aditya Mahajan
@ 2010-05-21 15:31     ` Mojca Miklavec
  2010-05-21 15:50     ` Hans Hagen
  1 sibling, 0 replies; 5+ messages in thread
From: Mojca Miklavec @ 2010-05-21 15:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, May 21, 2010 at 16:57, Aditya Mahajan wrote:
>
> I think that upgreek=normal should be default, just because it is default in
> MkII and there is no particular reason to change that.

I was the one who started with italic, but I completely agree with that as well.

Mojca
___________________________________________________________________________________
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] 5+ messages in thread

* Re: ucgreek=normal as default
  2010-05-21 14:57   ` Aditya Mahajan
  2010-05-21 15:31     ` Mojca Miklavec
@ 2010-05-21 15:50     ` Hans Hagen
  1 sibling, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2010-05-21 15:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 21-5-2010 4:57, Aditya Mahajan wrote:

> I think that upgreek=normal should be default, just because it is
> default in MkII and there is no particular reason to change that.

ok

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2010-05-21 15:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-21  7:55 ucgreek=normal as default Mikael Persson
2010-05-21  8:40 ` Otared Kavian
2010-05-21 14:57   ` Aditya Mahajan
2010-05-21 15:31     ` Mojca Miklavec
2010-05-21 15:50     ` Hans Hagen

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