ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Apple-Mac Input Encoding?
@ 2002-08-04 14:54 Alexandre Enkerli
  2002-08-04 21:25 ` Hans Hagen
  2002-08-05  7:22 ` Patrick Gundlach
  0 siblings, 2 replies; 6+ messages in thread
From: Alexandre Enkerli @ 2002-08-04 14:54 UTC (permalink / raw)


Hi,
As mentioned in a previous message, I'm still a ConTeXt newbie.
Is there a ConTeXt equivalent to the LaTeX "applemac" support for Macintosh
input encoding? I've looked at the enco- and regi- files and there doesn't
seem to be an appropriate file. Did anyone write one?
Thanks!


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

* Re: Apple-Mac Input Encoding?
  2002-08-04 14:54 Apple-Mac Input Encoding? Alexandre Enkerli
@ 2002-08-04 21:25 ` Hans Hagen
  2002-08-05 18:19   ` Alexandre Enkerli
  2002-08-05  7:22 ` Patrick Gundlach
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2002-08-04 21:25 UTC (permalink / raw)
  Cc: NTG-ConTeXt

At 02:54 PM 8/4/2002 +0000, Alexandre Enkerli wrote:
>Hi,
>As mentioned in a previous message, I'm still a ConTeXt newbie.
>Is there a ConTeXt equivalent to the LaTeX "applemac" support for Macintosh
>input encoding? I've looked at the enco- and regi- files and there doesn't
>seem to be an appropriate file. Did anyone write one?

I suppose that you use fonts from tex live or so, which means that you 
probably need a regime,

can you define one (by looking at the enco- regi files)?

it's mainly a matter of mapping numbers on named glyphs

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

* Re: Apple-Mac Input Encoding?
  2002-08-04 14:54 Apple-Mac Input Encoding? Alexandre Enkerli
  2002-08-04 21:25 ` Hans Hagen
@ 2002-08-05  7:22 ` Patrick Gundlach
  2002-09-19 19:54   ` Jens-Uwe Morawski
  1 sibling, 1 reply; 6+ messages in thread
From: Patrick Gundlach @ 2002-08-05  7:22 UTC (permalink / raw)


Alexandre Enkerli <enkerli@mac.com> writes:

Hi,

> As mentioned in a previous message, I'm still a ConTeXt newbie.
> Is there a ConTeXt equivalent to the LaTeX "applemac" support for Macintosh
> input encoding? 

No, there isn't.

> Did anyone write one?  Thanks!

No, but this shouldn't be too hard. Mail me after Aug. 8 and I can
make one.

Patrick

-- 
three days left :)


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

* Re: Apple-Mac Input Encoding?
  2002-08-04 21:25 ` Hans Hagen
@ 2002-08-05 18:19   ` Alexandre Enkerli
  2002-08-06  7:18     ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Alexandre Enkerli @ 2002-08-05 18:19 UTC (permalink / raw)


> I suppose that you use fonts from tex live or so
I'd like to stick to the standard postscript fonts...
Does changing fonts really involve a change in encoding/regime, with
ConTeXt? Seems a bit less than practical.

> can you define one (by looking at the enco- regi files)?
Possibly. I just thought someone else had done this. I should check with the
people on MacOSX-TeX...
It does some like a relatively large amount of work...

Thanks, though.


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

* Re: Apple-Mac Input Encoding?
  2002-08-05 18:19   ` Alexandre Enkerli
@ 2002-08-06  7:18     ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2002-08-06  7:18 UTC (permalink / raw)
  Cc: NTG-ConTeXt

At 06:19 PM 8/5/2002 +0000, Alexandre Enkerli wrote:
> > I suppose that you use fonts from tex live or so
>I'd like to stick to the standard postscript fonts...
>Does changing fonts really involve a change in encoding/regime, with
>ConTeXt? Seems a bit less than practical.

it's really not that complicated, it's mainly a matter of mapping input 
codes to font codes

if you use 'standard ps fonts' then the only thing that is needed is to map 
the mac keyboard coed onto their counterparts

> > can you define one (by looking at the enco- regi files)?
>Possibly. I just thought someone else had done this. I should check with the
>people on MacOSX-TeX...
>It does some like a relatively large amount of work...

not really, since it's only making one list of

<special char>  <number in mac encoding>

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

* Re: Apple-Mac Input Encoding?
  2002-08-05  7:22 ` Patrick Gundlach
@ 2002-09-19 19:54   ` Jens-Uwe Morawski
  0 siblings, 0 replies; 6+ messages in thread
From: Jens-Uwe Morawski @ 2002-09-19 19:54 UTC (permalink / raw)


On 05 Aug 2002 09:22:13 +0200
Patrick Gundlach <pg@levana.de> wrote:

> Alexandre Enkerli <enkerli@mac.com> writes:
> 
> Hi,
> 
> > As mentioned in a previous message, I'm still a ConTeXt newbie.
> > Is there a ConTeXt equivalent to the LaTeX "applemac" support for Macintosh
> > input encoding? 
> 
> No, there isn't.
> 
> > Did anyone write one?  Thanks!
> 
> No, but this shouldn't be too hard. Mail me after Aug. 8 and I can
> make one.

It looks like he has not mailed you, so I will do. Patrick, have you
something made in respect to a Mac-Input regime?

Best,
  Jens


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

end of thread, other threads:[~2002-09-19 19:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-04 14:54 Apple-Mac Input Encoding? Alexandre Enkerli
2002-08-04 21:25 ` Hans Hagen
2002-08-05 18:19   ` Alexandre Enkerli
2002-08-06  7:18     ` Hans Hagen
2002-08-05  7:22 ` Patrick Gundlach
2002-09-19 19:54   ` Jens-Uwe Morawski

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