ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Fwd: Re: sharps and flats and Euler (was Re: typo in math-tex)
       [not found] <20030113163744.9014@news.comp.lancs.ac.uk>
@ 2003-01-14 11:59 ` Adam Lindsay
  2003-01-14 17:01   ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Adam Lindsay @ 2003-01-14 11:59 UTC (permalink / raw)


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

>>\def\Flat{\symbol[Flat]}
>>\def\Natural{\symbol[Natural]}
>>\def\Sharp{\symbol[Sharp]}
>>
>>Are there any better ways of doing this?
>
>maybe create a symbol set (did you look in symb-*.tex ?) I think some 
>standardization in naming is needed here

I got started by looking at symb-eur.tex. I'll look further for a better
approach.

>in order to get that working the basic math text font should be euler as 
>well;

Sorry. I don't know what exactly you mean by that. Do you mean manually
setting the math roman(?) font to eurm10?

> also, you need to code all you numbers in the source as math, so 
>"about 25 years ago" becomes "about $25$ years ago";

Is this a necessity? I'd prefer my text font's numerals in text, and the
math numerals in formulae.

> euler was made by 
>hermann zapf and used in "concrete math" (nice book by knuth cum suis) 
>combined with concrete romman (afaik no type 1 available)

It's a nice font. I found it matched with Charter really well, and after
that, found that other people on the net seem to agree with me.

I had followed up this email with the attached minimal test. It doesn't
give the glyphs I expect. I've tried all sorts of combinations to try to
trigger the math symbols in math-eul, but I don't get any closer than this.

Cheers,
adam

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Adam Lindsay                  +44(0)1524 594 537
 atl@comp.lancs.ac.uk
 http://www.comp.lancs.ac.uk/computing/users/atl/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

[-- Attachment #2: foo.tex --]
[-- Type: application/x-tex, Size: 393 bytes --]

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

* Re: Fwd: Re: sharps and flats and Euler (was Re: typo in math-tex)
  2003-01-14 11:59 ` Fwd: Re: sharps and flats and Euler (was Re: typo in math-tex) Adam Lindsay
@ 2003-01-14 17:01   ` Hans Hagen
  2003-01-14 19:38     ` Adam Lindsay
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2003-01-14 17:01 UTC (permalink / raw)
  Cc: ntg-context

At 11:59 AM 1/14/2003 +0000, Adam Lindsay wrote:

> >in order to get that working the basic math text font should be euler as
> >well;
>
>Sorry. I don't know what exactly you mean by that. Do you mean manually
>setting the math roman(?) font to eurm10?

take a look in the type-* files for times and palatino math; we need a 
similar setup for euler

> > also, you need to code all you numbers in the source as math, so
> >"about 25 years ago" becomes "about $25$ years ago";
>
>Is this a necessity? I'd prefer my text font's numerals in text, and the
>math numerals in formulae.

no problem

> > euler was made by
> >hermann zapf and used in "concrete math" (nice book by knuth cum suis)
> >combined with concrete romman (afaik no type 1 available)
>
>It's a nice font. I found it matched with Charter really well, and after
>that, found that other people on the net seem to agree with me.

in that case, we should make a typescript that combines these fonts in a 
typeface, also taking care of proper relative scaling

>I had followed up this email with the attached minimal test. It doesn't
>give the glyphs I expect. I've tried all sorts of combinations to try to
>trigger the math symbols in math-eul, but I don't get any closer than this.

I will have a look

Hans
-------------------------------------------------------------------------
                                   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] 3+ messages in thread

* Re: Fwd: Re: sharps and flats and Euler (was Re: typo in math-tex)
  2003-01-14 17:01   ` Hans Hagen
@ 2003-01-14 19:38     ` Adam Lindsay
  0 siblings, 0 replies; 3+ messages in thread
From: Adam Lindsay @ 2003-01-14 19:38 UTC (permalink / raw)
  Cc: ntg-context

Hans Hagen said this at Tue, 14 Jan 2003 18:01:34 +0100:

>>Sorry. I don't know what exactly you mean by that. Do you mean manually
>>setting the math roman(?) font to eurm10?
>
>take a look in the type-* files for times and palatino math; we need a 
>similar setup for euler

In general, eul seems to be nearly as complete as tim. 

After lots of experimentation, it seems like the switch mechanisms are
entirely in type-siz, though. Changes made with type-enc and type-syn (or
facsimiles thereof) had no effect. However, adding "mr=eurm10 sa 1" into
the type-siz euler entry got me further. 

I will experiment some more with this when I get home.

>>It's a nice font. I found it matched with Charter really well, and after
>>that, found that other people on the net seem to agree with me.
>
>in that case, we should make a typescript that combines these fonts in a 
>typeface, also taking care of proper relative scaling

That's where I started, before simplifying. Charter and Euler work at
more or less the same size. I scale Helvetica at 0.92, and cmtt at 1.1,
and I have a family, thanks, in part, to Bill McClain's guidelines.

>I will have a look

Thanks,
adam

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay                      atl@comp.lancs.ac.uk
 Computing Dept, Lancaster University   +44(0)1524/594.537
 Lancaster, LA1 4YR, UK             Fax:+44(0)1524/593.608
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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

end of thread, other threads:[~2003-01-14 19:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030113163744.9014@news.comp.lancs.ac.uk>
2003-01-14 11:59 ` Fwd: Re: sharps and flats and Euler (was Re: typo in math-tex) Adam Lindsay
2003-01-14 17:01   ` Hans Hagen
2003-01-14 19:38     ` Adam Lindsay

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