ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Greek module
@ 2008-05-02  9:46 cidadaum
  2008-05-02 10:36 ` Mojca Miklavec
  2008-05-02 10:52 ` Thomas A. Schmitz
  0 siblings, 2 replies; 10+ messages in thread
From: cidadaum @ 2008-05-02  9:46 UTC (permalink / raw)
  To: ntg-context

I managed to install the greek module. Here is where it is placed:

adsm@adsm:/etc/texmf/tex/context/third> ls
t-ancientgreek
adsm@adsm:/etc/texmf/tex/context/third> cd t-ancientgreek/
adsm@adsm:/etc/texmf/tex/context/third/t-ancientgreek> ls
fonts                t-ancientgreek.mkiv  t-oldgreek.tex  type-agr.mkiv
t-ancientgreek.mkii  t-ancientgreek.tex   type-agr.mkii   type-agr.tex
adsm@adsm:/etc/texmf/tex/context/third/t-ancientgreek>

adsm@adsm:~> kpsewhere t-ancientgreek.tex
/etc/texmf/tex/context/third/t-ancientgreek/t-ancientgreek.tex


The point  now is that I need to build the fonts (or build the metric =20
files of the fonts). So need to use texfont, am I right? One mandatory =20
argument is the vendor's name. Which name should I type for GFSDidot, =20
GFSPorson, Ibycus, Gentium?


Another issue: Xetex says repeatedly (as you can see on the attached file)

! Undefined control sequence.
l.5 \beginOLDTEX

I ask if there is no compatibility between Xetex and greekmodule can I =20
use Context with unicode (utf8) input (the manual which I suppose is =20
quite outdated says Context expects pure ASCII input)?


Thanks for your help.
Armando Martins
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Greek module
  2008-05-02  9:46 Greek module cidadaum
@ 2008-05-02 10:36 ` Mojca Miklavec
  2008-05-02 10:52 ` Thomas A. Schmitz
  1 sibling, 0 replies; 10+ messages in thread
From: Mojca Miklavec @ 2008-05-02 10:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, May 2, 2008 at 11:46 AM,  <cidadaum@sapo.pt> wrote:
>
>  Another issue: Xetex says repeatedly (as you can see on the attached file)

(there was no file attached)

>  ! Undefined control sequence.
>  l.5 \beginOLDTEX

I cannot answer the greek-specific questions, but I guess that your
ConTeXt might be too old. Can you try to update ConTeXt and try again?

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Greek module
  2008-05-02  9:46 Greek module cidadaum
  2008-05-02 10:36 ` Mojca Miklavec
@ 2008-05-02 10:52 ` Thomas A. Schmitz
  2008-05-02 20:36   ` cidadaum
  1 sibling, 1 reply; 10+ messages in thread
From: Thomas A. Schmitz @ 2008-05-02 10:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On May 2, 2008, at 11:46 AM, cidadaum@sapo.pt wrote:

> I managed to install the greek module. Here is where it is placed:
>
> adsm@adsm:/etc/texmf/tex/context/third> ls
> t-ancientgreek
> adsm@adsm:/etc/texmf/tex/context/third> cd t-ancientgreek/
> adsm@adsm:/etc/texmf/tex/context/third/t-ancientgreek> ls
> fonts                t-ancientgreek.mkiv  t-oldgreek.tex  type- 
> agr.mkiv
> t-ancientgreek.mkii  t-ancientgreek.tex   type-agr.mkii   type-agr.tex
> adsm@adsm:/etc/texmf/tex/context/third/t-ancientgreek>
>
> adsm@adsm:~> kpsewhere t-ancientgreek.tex
> /etc/texmf/tex/context/third/t-ancientgreek/t-ancientgreek.tex
>

Oh boy. This is really not the place where your personal additions to  
your TeX installation should go. But if it can find the files in this  
location, let's take it from there.
>
> The point  now is that I need to build the fonts (or build the  
> metric =20
> files of the fonts). So need to use texfont, am I right? One  
> mandatory =20
> argument is the vendor's name. Which name should I type for  
> GFSDidot, =20
> GFSPorson, Ibycus, Gentium?

No, the entire point is that the module comes with these metric files;  
I have prepared all this and run texfont for you. Plus, you don't need  
any metrical files for XeTeX. I have included a couple of fonts too,  
so you should be good to go. Try a minimal file:

\enableregime[utf]
\usemodule[ancientgreek][font=GFSPorson]

\starttext

test: \localgreek{Μῆνιν ἄειδε, θεά}

\stoptext
>
> Another issue: Xetex says repeatedly (as you can see on the attached  
> file)
>
> ! Undefined control sequence.
> l.5 \beginOLDTEX

Two explanations are possible (there was no attachment to your mail):
- you're not using ConTeXt. you should invoke it with texexec --xtx  
yourfilename.tex
- your ConTeXt is too old. OpenSuSE has TeXLive 2007, I guess, so you  
should update ConTeXt.

>
> I ask if there is no compatibility between Xetex and greekmodule can  
> I =20
> use Context with unicode (utf8) input (the manual which I suppose is  
> =20
> quite outdated says Context expects pure ASCII input)?

As I said, with the latest version, you should be able to use all  
engines. So you can use ConTeXt with utf8 input (you have to include  
the \enableregime[utf] line at the beginning of the file) or XeTeX  
(which will only work with utf8-input) or luatex. Which manual says  
that ConTeXt expects pure ASCII input?

Thomas
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Greek module
  2008-05-02 10:52 ` Thomas A. Schmitz
@ 2008-05-02 20:36   ` cidadaum
  2008-05-03  8:14     ` Mojca Miklavec
  2008-05-03 19:13     ` Thomas A. Schmitz
  0 siblings, 2 replies; 10+ messages in thread
From: cidadaum @ 2008-05-02 20:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I see...
I cringe so much of
Citando "Thomas A. Schmitz" <thomas.schmitz@uni-bonn.de>:

>
> On May 2, 2008, at 11:46 AM, cidadaum@sapo.pt wrote:
>
>> I managed to install the greek module. Here is where it is placed:
>>
>> adsm@adsm:/etc/texmf/tex/context/third> ls
>> t-ancientgreek
>> adsm@adsm:/etc/texmf/tex/context/third> cd t-ancientgreek/
>> adsm@adsm:/etc/texmf/tex/context/third/t-ancientgreek> ls
>> fonts                t-ancientgreek.mkiv  t-oldgreek.tex  type-
>> agr.mkiv
>> t-ancientgreek.mkii  t-ancientgreek.tex   type-agr.mkii   type-agr.tex
>> adsm@adsm:/etc/texmf/tex/context/third/t-ancientgreek>
>>
>> adsm@adsm:~> kpsewhere t-ancientgreek.tex
>> /etc/texmf/tex/context/third/t-ancientgreek/t-ancientgreek.tex
>>
>
> Oh boy. This is really not the place where your personal additions to
> your TeX installation should go.

Please, where is the right place?

>> But if it can find the files in this
> location, let's take it from there.
>>
>> The point  now is that I need to build the fonts (or build the
>> metric =20
>> files of the fonts). So need to use texfont, am I right? One
>> mandatory =20
>> argument is the vendor's name. Which name should I type for
>> GFSDidot, =20
>> GFSPorson, Ibycus, Gentium?
>
> No, the entire point is that the module comes with these metric files;
> I have prepared all this and run texfont for you. Plus, you don't need
> any metrical files for XeTeX. I have included a couple of fonts too,
> so you should be good to go. Try a minimal file:
>
> \enableregime[utf]
> \usemodule[ancientgreek][font=GFSPorson]
>
> \starttext
>
> test: \localgreek{????? ?????, ???}
>
> \stoptext
>>
>> Another issue: Xetex says repeatedly (as you can see on the attached
>> file)
>>
>> ! Undefined control sequence.
>> l.5 \beginOLDTEX
>
> Two explanations are possible (there was no attachment to your mail)

Indeed no. I gave up when I received the e-mail saying my message was  
waiting for approval. I apologise.

:
> - you're not using ConTeXt. you should invoke it with texexec --xtx
> yourfilename.tex

No. I am doing exactly that: texexec --xtx myfilename.tex

> - your ConTeXt is too old. OpenSuSE has TeXLive 2007, I guess, so you
> should update ConTeXt.

Right. My Context is from 2007. The point is that I am so clumsy about  
installing something on OpenSuse/Linux (I have a Windows machine using  
MikTex, suppose that doesn't help) that I do it always on line with a  
repo. Download and install rpm packages (or other files) rarely turns  
out to be good. But anyway I have tried to install according to the  
recipe I found on wiki  
(http://wiki.contextgarden.net/Linux_User_Installation). Didn't  
manage. If you have no other suggestion I can try again and post the  
result.


>
>>
>> I ask if there is no compatibility between Xetex and greekmodule can
>> I =20
>> use Context with unicode (utf8) input (the manual which I suppose is
>> =20
>> quite outdated says Context expects pure ASCII input)?
>
> As I said, with the latest version, you should be able to use all
> engines. So you can use ConTeXt with utf8 input (you have to include
> the \enableregime[utf] line at the beginning of the file) or XeTeX
> (which will only work with utf8-input) or luatex. Which manual says
> that ConTeXt expects pure ASCII input?

This one: mp-cb-en.pdf. Quoting from page 1:

"CONTEXT expects a plain ASCII input file. Of course you can use any  
texteditor or wordprocessor
you want, but you should not forget that CONTEXT can only read ASCII  
input. Most
texteditors or wordprocessors can export your file as plain ASCII."

I will try to run the file and I will post the output later on.
Thanks for your patience.
Armando


> Thomas
> ___________________________________________________________________________________
> 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  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
>

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Greek module
  2008-05-02 20:36   ` cidadaum
@ 2008-05-03  8:14     ` Mojca Miklavec
  2008-05-03 11:06       ` cidadaum
  2008-05-03 19:13     ` Thomas A. Schmitz
  1 sibling, 1 reply; 10+ messages in thread
From: Mojca Miklavec @ 2008-05-03  8:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, May 2, 2008 at 10:36 PM,  <cidadaum@sapo.pt> wrote:
>
>  > Two explanations are possible (there was no attachment to your mail)
>
>  Indeed no. I gave up when I received the e-mail saying my message was
>  waiting for approval. I apologise.

Waiting for approval because of too big attachment?

>  > - your ConTeXt is too old. OpenSuSE has TeXLive 2007, I guess, so you
>  > should update ConTeXt.
>
>  Right. My Context is from 2007. The point is that I am so clumsy about
>  installing something on OpenSuse/Linux (I have a Windows machine using
>  MikTex, suppose that doesn't help) that I do it always on line with a
>  repo.

MikTeX does help. Quite some users report that the latest version of
ConTeXt is currently broken though (and yesterday updating MikTeX was
broken). I had no chance to check, but in theory it should work (you
need to use MikTeX 2.7). I guess that even the module itself is
included in MikTeX.

> Download and install rpm packages (or other files) rarely turns
>  out to be good. But anyway I have tried to install according to the
>  recipe I found on wiki
>  (http://wiki.contextgarden.net/Linux_User_Installation). Didn't
>  manage. If you have no other suggestion I can try again and post the
>  result.

Those instructions are a bit out-of-date (the problem is that the zips
on PRAGMA are rather old). I will fix the instructions.

Can you try this?
	mkdir context && cd context
	rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
	./first-setup.sh
and then put something like
	. ~/context/setuptex ~/context
to .bash_profile or .bashrc or only execute that command once you need
it (it will shield your global tex installation, but you can remove it
at any time).

This will only "install" a local copy.

If you need to fix the global installation, one option is to update
"only" ConTeXt files, for example with
   rsync -av rsync://contextgarden.net/minimals/current/context/current/
location-of-your-distro/texmf-something
(test to a temporary location first)

But:
- you also need to update LM fonts
- I would also suggest to update the xetex and xdvipdfmx binary in
that case. XeTeX before winter works extremely slowly with latest
ConTeXt

>  "CONTEXT expects a plain ASCII input file. Of course you can use any
>  texteditor or wordprocessor
>  you want, but you should not forget that CONTEXT can only read ASCII
>  input. Most
>  texteditors or wordprocessors can export your file as plain ASCII."

That's not true. Maybe it was in the past, but you can use UTF-8
without a problem now.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Greek module
  2008-05-03  8:14     ` Mojca Miklavec
@ 2008-05-03 11:06       ` cidadaum
  2008-05-03 11:11         ` Mojca Miklavec
  0 siblings, 1 reply; 10+ messages in thread
From: cidadaum @ 2008-05-03 11:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Citando Mojca Miklavec <mojca.miklavec.lists@gmail.com>:

> On Fri, May 2, 2008 at 10:36 PM,  <cidadaum@sapo.pt> wrote:
>>
>>  > Two explanations are possible (there was no attachment to your mail)
>>
>>  Indeed no. I gave up when I received the e-mail saying my message was
>>  waiting for approval. I apologise.
>
> Waiting for approval because of too big attachment?

Suppose no. It was a log file.

>
>>  > - your ConTeXt is too old. OpenSuSE has TeXLive 2007, I guess, so you
>>  > should update ConTeXt.
>>
>>  Right. My Context is from 2007. The point is that I am so clumsy about
>>  installing something on OpenSuse/Linux (I have a Windows machine using
>>  MikTex, suppose that doesn't help) that I do it always on line with a
>>  repo.
>
> MikTeX does help. Quite some users report that the latest version of
> ConTeXt is currently broken though (and yesterday updating MikTeX was
> broken). I had no chance to check, but in theory it should work (you
> need to use MikTeX 2.7). I guess that even the module itself is
> included in MikTeX.

I have MikTex 2.7. I uninstalled and installed again because it  
couldn't build the format for ConTeXt. Now it builds but texexec  
--version does not produce any output. MikTex help list says one  
should have perl and ruby - which I have (I checked the environment  
variables and ruby is not there; this can be the cause but I don't  
know how to add it). Anyway I will stick to Linux first.


>> Download and install rpm packages (or other files) rarely turns
>>  out to be good. But anyway I have tried to install according to the
>>  recipe I found on wiki
>>  (http://wiki.contextgarden.net/Linux_User_Installation). Didn't
>>  manage. If you have no other suggestion I can try again and post the
>>  result.
>
> Those instructions are a bit out-of-date (the problem is that the zips
> on PRAGMA are rather old). I will fix the instructions.
>
> Can you try this?
> 	mkdir context && cd context
> 	rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
> 	./first-setup.sh
> and then put something like
> 	. ~/context/setuptex ~/context
> to .bash_profile or .bashrc or only execute that command once you need
> it (it will shield your global tex installation, but you can remove it
> at any time).
>
> This will only "install" a local copy.
>
> If you need to fix the global installation, one option is to update
> "only" ConTeXt files, for example with
>    rsync -av rsync://contextgarden.net/minimals/current/context/current/
> location-of-your-distro/texmf-something
> (test to a temporary location first)
>
> But:
> - you also need to update LM fonts
> - I would also suggest to update the xetex and xdvipdfmx binary in
> that case. XeTeX before winter works extremely slowly with latest
> ConTeXt
>

Thanks for your help. I will try one of those solutions.
A final remark. I didn't say this (bellow quoted), it is written in  
one of the manuals (mp-cb-en.pdf), page 4:

>>  "CONTEXT expects a plain ASCII input file. Of course you can use any
>>  texteditor or wordprocessor
>>  you want, but you should not forget that CONTEXT can only read ASCII
>>  input. Most
>>  texteditors or wordprocessors can export your file as plain ASCII."
>
> That's not true. Maybe it was in the past, but you can use UTF-8
> without a problem now.
>
> Mojca


Armando

> ___________________________________________________________________________________
> 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  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
>

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Greek module
  2008-05-03 11:06       ` cidadaum
@ 2008-05-03 11:11         ` Mojca Miklavec
  0 siblings, 0 replies; 10+ messages in thread
From: Mojca Miklavec @ 2008-05-03 11:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, May 3, 2008 at 1:06 PM,  <cidadaum@sapo.pt> wrote:
>
>  >>  Right. My Context is from 2007. The point is that I am so clumsy about
>  >>  installing something on OpenSuse/Linux (I have a Windows machine using
>  >>  MikTex, suppose that doesn't help) that I do it always on line with a
>  >>  repo.
>  >
>  > MikTeX does help. Quite some users report that the latest version of
>  > ConTeXt is currently broken though (and yesterday updating MikTeX was
>  > broken). I had no chance to check, but in theory it should work (you
>  > need to use MikTeX 2.7). I guess that even the module itself is
>  > included in MikTeX.
>
>  I have MikTex 2.7. I uninstalled and installed again because it
>  couldn't build the format for ConTeXt. Now it builds but texexec
>  --version does not produce any output.

Read my other post about MikTeX & ConTeXt. Try to run (single line):
   ruby "C:\Program Files\MiKTeX
2.7\scripts\context\ruby\texmfstart.rb" texexec filename.tex

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Greek module
  2008-05-02 20:36   ` cidadaum
  2008-05-03  8:14     ` Mojca Miklavec
@ 2008-05-03 19:13     ` Thomas A. Schmitz
  1 sibling, 0 replies; 10+ messages in thread
From: Thomas A. Schmitz @ 2008-05-03 19:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On May 2, 2008, at 10:36 PM, cidadaum@sapo.pt wrote:

> I see...
> I cringe so much of

Don't. We've all been beginners once and needed help. You just need to  
learn to follow a systematic approach and read replies to your  
questions more carefully...

>> Oh boy. This is really not the place where your personal additions to
>> your TeX installation should go.
>
> Please, where is the right place?

That was indicated in my reply to your first question; quoting myself:

I would
advise, however, to install additional packages either to the local
texmf tree or to you personal tree. These are defined in the file /etc/
texmf/web2c/texmf.cnf as
TEXMFLOCAL = /usr/local/share/texmf

and

TEXMFHOME = $HOME/TEXMF

The point is: when SuSE installs a new version of texlive, it will  
simply overwrite your files (even if you have edited them) or delete  
the old directories. Moreover, if you make a mistake here, you can  
simply erase the directory and start over. That's why it is considered  
good practice to keep ths distribution files and your local/personal  
additions separate.
>
> Right. My Context is from 2007. The point is that I am so clumsy about
> installing something on OpenSuse/Linux (I have a Windows machine using
> MikTex, suppose that doesn't help) that I do it always on line with a
> repo. Download and install rpm packages (or other files) rarely turns
> out to be good. But anyway I have tried to install according to the
> recipe I found on wiki
> (http://wiki.contextgarden.net/Linux_User_Installation). Didn't
> manage. If you have no other suggestion I can try again and post the
> result.
>
OK, there are several problems here:

1. SuSE's texlive installation has some problems, esp. when you try to  
use luatex;

2. the latest ConTeXt release will also need the latest latin modern  
fonts, which (I guess) are not available as a package for SuSE yet.

3. This being said, it is entirely possible to update ConTeXt within  
your SuSE texlive installation (I have been doing this for several  
years now).
- create directory /usr/local/share/texmf
- cd /usr/local/share/texmf
- sudo wget http://www.pragma-ade.com/context/current/cont-tmf.zip
- sudo unzip cont-tmf.zip
- sudo texhash
- sudo texexec --make --all --pdftex
- sudo texexec --make --all --xtx

>> Which manual says
>> that ConTeXt expects pure ASCII input?
>
> This one: mp-cb-en.pdf. Quoting from page 1:
>
> "CONTEXT expects a plain ASCII input file. Of course you can use any
> texteditor or wordprocessor
> you want, but you should not forget that CONTEXT can only read ASCII
> input. Most
> texteditors or wordprocessors can export your file as plain ASCII."
>
OK, you're right. This is really obsolete (and has been so for several  
years). We've been collecting such things for a while now, but this is  
seriously misleading.

Hans, any chance of regenerating the m*-cb-en.pdfs and taking this  
paragraph out?

Thomas
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Greek Module
  2008-05-10 17:00 Greek Module cidadaum
@ 2008-05-11  8:57 ` Thomas A. Schmitz
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas A. Schmitz @ 2008-05-11  8:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On May 10, 2008, at 7:00 PM, cidadaum@sapo.pt wrote:

> I think I have managed to do the installation:
>
> adsm@adsm:~> kpsewhere t-ancientgreek.tex
> /usr/local/share/texmf/tex/context/third/t-ancientgreek.tex
>

This looks good!

>
> Still I am missing something else because texexec doesn't go  
> through. texexec greek_try.tex hangs on with this message:


And this looks bad - actually, my bad: I was too quick and forgot to  
include the tfm-files in the zip. Sorry for the oversight. I'll upload  
a new version ASAP and send it to you via private mail. Again sorry,  
this is very frustrating for someone who is just learning to use  
ConTeXt. It should work if you use XeTeX or luatex, but I'm not sure  
if you're ready for that yet.

Thomas
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Greek Module
@ 2008-05-10 17:00 cidadaum
  2008-05-11  8:57 ` Thomas A. Schmitz
  0 siblings, 1 reply; 10+ messages in thread
From: cidadaum @ 2008-05-10 17:00 UTC (permalink / raw)
  To: ntg-context

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


On May 1, 2008, at 4:26 AM, cidadaum at sapo.pt wrote:

> I have unzipped the folder to my texmf tree so it looks like this:
>
> adsm at adsm:~> cd /usr/share/texmf
> adsm at adsm:/usr/share/texmf> ls
> bibtex  context  dvips    ls-R       mft      tex        t- greek-2008.04.30
> bin     doc      fmtutil  makeindex  scripts  texconfig  web2c
> chktex  dvipdfm  fonts    metafont   teTeX    texmf      xdvi
> adsm at adsm:/usr/share/texmf>
>
> Then I ran texhash.
> I am using Linux OpenSuse 10.3 KDE.
>
> armando martins

OK, there's nothing inherently wrong with what you did. I would
advise, however, to install additional packages either to the local
texmf tree or to you personal tree. These are defined in the file /etc/
texmf/web2c/texmf.cnf as
TEXMFLOCAL = /usr/local/share/texmf

and

TEXMFHOME = $HOME/TEXMF

You have unzipped into the main tree, so it should work as well. I
would ask you to make sure that the important files are in the right
position, so run

ls /usr/share/texmf/tex/context/third

and that the files are seen by TeX, so run

kpsewhere t-ancientgreek.tex

Post the output of these commands.

Thomas

I think I have managed to do the installation:

adsm@adsm:~> kpsewhere t-ancientgreek.tex
/usr/local/share/texmf/tex/context/third/t-ancientgreek.tex


Still I am missing something else because texexec doesn't go through.  
texexec greek_try.tex hangs on with this message:

Transcript written on mfput.log.
grep: GFSPorson.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode;  
input GFSPorson' failed to make GFSPorson.tfm.
kpathsea: Appending font creation commands to missfont.log.
! Font \*greek12ptrmtfrm*:=GFSPorson at 12.0pt not loadable: Metric (TFM) file
not found.

And:

? kpathsea: Running mktextfm GFSPorson
/usr/share/texmf/web2c/mktexnam: Could not map source abbreviation G  
for GFSPorson.
/usr/share/texmf/web2c/mktexnam: Need to update  
/usr/share/texmf/fonts/map/fontname/special.map?
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1;  
nonstopmode; input GFSPorson
This is METAFONT, Version 2.71828 (Web2C 7.5.6)

kpathsea: Running mktexmf GFSPorson
! I can't find file `GFSPorson'.
<*> ...jfour; mag:=1; nonstopmode; input GFSPorson

Please type another input file name
! Emergency stop.
<*> ...jfour; mag:=1; nonstopmode; input GFSPorson


Thanks

Armando



[-- Attachment #2: greek_try.log --]
[-- Type: text/x-log, Size: 39230 bytes --]

This is XeTeX, Version 3.141592-2.2-0.996 (Web2C 7.5.6) (format=cont-en 2008.5.9)  10 MAY 2008 17:49
entering extended mode
 (WARNING: translate-file "natural.tcx" ignored)
**greek_try.tex emergencyend
(./greek_try.tex

ConTeXt  ver: 2007.01.12 15:56 MKII  fmt: 2008.5.9  int: english/english

language        : language en is active
system          : cont-new loaded
(/usr/share/texmf/tex/context/base/cont-new.tex
systems         : beware: some patches loaded from cont-new.tex
\boislevel=\count212
(/usr/share/texmf/tex/context/base/cont-new.mkii))
system          : cont-old loaded
(/usr/share/texmf/tex/context/base/cont-old.tex
loading         : Context Old Macros
)
system          : cont-fil loaded
(/usr/share/texmf/tex/context/base/cont-fil.tex
loading         : Context File Synonyms
)
system          : cont-sys.rme loaded
(/usr/share/texmf/tex/context/user/cont-sys.rme
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
fonts           : resetting map file list
fonts           : using map file: texnansi-public-lm
c \usedmapfile{=}{texnansi-public-lm}
fonts           : using map file: original-base
c \usedmapfile{=}{original-base}
fonts           : using map file: ec-public-lm
c \usedmapfile{=}{ec-public-lm}
fonts           : using map file: ec-base
c \usedmapfile{=}{ec-base}
fonts           : using map file: lm-ec
c \usedmapfile{=}{lm-ec}
fonts           : using map file: 8r-base
c \usedmapfile{=}{8r-base}
fonts           : using map file: t5-base
c \usedmapfile{=}{t5-base}
fonts           : using map file: texnansi-base
c \usedmapfile{=}{texnansi-base}
fonts           : using map file: qx-base
c \usedmapfile{=}{qx-base}
fonts           : using map file: original-ams-base
c \usedmapfile{=}{original-ams-base}
fonts           : using map file: original-ams-euler
c \usedmapfile{=}{original-ams-euler}
fonts           : using map file: original-public-lm
c \usedmapfile{=}{original-public-lm}
fonts           : using map file: qx-public-lm
c \usedmapfile{=}{qx-public-lm}
fonts           : using map file: t5-public-lm
c \usedmapfile{=}{t5-public-lm}
c \usedmapline{+}{umvs MarVoSym <marvosym.pfb}
)
bodyfont        : 12pt rm is loaded
language        : patterns nl->texnansi:texnansi->1->2:3 nl->ec:ec->2->2:3 fr->
texnansi:texnansi->3->2:3 fr->ec:ec->4->2:3 de->texnansi:texnansi->5->2:3 de->e
c:ec->6->2:3 it->texnansi:texnansi->7->2:3 it->ec:ec->8->2:3 pt->texnansi:texna
nsi->9->2:3 pt->ec:ec->10->2:3 hr->ec:ec->11->2:3 pl->pl0:pl0->12->2:3 pl->ec:e
c->13->2:3 pl->qx:qx->14->2:3 cz->il2:il2->15->2:3 cz->ec:ec->16->2:3 sk->il2:i
l2->17->2:3 sk->ec:ec->18->2:3 sl->ec:ec->19->2:3 ru->t2a:t2a->21->2:3 en->ec:e
c->22->2:3 uk->ec:ec->23->2:3 us->ec:ec->24->2:3 agr->agr:agr->25->2:3 da->ec:e
c->26->2:3 sv->ec:ec->27->2:3 af->ec:ec->28->2:3 no->ec:ec->29->2:3 deo->ec:ec-
>30->2:3 es->ec:ec->31->2:3 ca->ec:ec->32->2:3 la->ec:ec->33->2:3 ro->ec:ec->34
->2:3 tr->ec:ec->35->2:3 fi->ec:ec->37->2:3 hu->ec:ec->38->2:3 loaded
specials        : tex,postscript,rokicki loaded
\openout3 = `greek_try.tui'.

system          : greek_try.top loaded
(./greek_try.top
specials        : loading definition file dpx
(/usr/share/texmf/tex/context/base/spec-dpx.tex
specials        : loading definition file fdf
(/usr/share/texmf/tex/context/base/spec-fdf.tex
\everygoto=\toks325
\PDFsymbolbox=\box157
\everyPDFxform=\toks326

(/usr/share/texmf/tex/context/base/spec-fdf.mkii))
specials        : fdf loaded
\PDFcurrenttransparency=\count213
)
specials        : fdf,dpx loaded
)
\openout0 = `greek_try-mpgraph.mp'.

\openout0 = `mpgraph.mp'.


system          : module ancientgreek loaded
(/usr/local/share/texmf/tex/context/third/t-ancientgreek.tex
(/usr/local/share/texmf/tex/context/third/t-ancientgreek.mkii
loading         : module ancientgreek
! Undefined control sequence.
l.24 \beginOLDTEX
                 
? 
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
))
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
))
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
))
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
))
! Undefined control sequence.
l.184 \endOLDTEX
                
? 
system (XETEX) : [line 186] 
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
))
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
))
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
)) (/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-xtx.tex)
(/usr/local/share/texmf/tex/context/third/type-agr.tex
(/usr/local/share/texmf/tex/context/third/type-agr.mkii
! Undefined control sequence.
l.5 \beginOLDTEX
                
? 
! Undefined control sequence.
l.561 \endOLDTEX
                
? 
system (XETEX) : [line 564] 
))
system          : command \localgreek is already defined
system          : command \localaltgreek is already defined
)) (/usr/share/texmf/tex/context/base/sort-def.tex)
(/usr/share/texmf/tex/context/base/sort-lan.tex)
systems         : begin file greek_try at line 4
! Font \*greek12ptrmtfrm*:=file:GFSPorson at 12.0pt not loadable: Metric (TFM) 
file or installed font not found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\fontstrategy ...me \fontclass #2#3#4#5\endcsname 
                                                  \tryingfontfalse \fi 
<inserted text> ...yle \fontalternative \fontsize 
                                                  \fi \iftryingfont \fontstr...

\synchronizefont ...strategy \the \fontstrategies 
                                                  \relax \fi \iftryingfont \...
<argument> \getvalue {\@style@ \fontstyle }
                                           \edef \fontstyle {\fontstyle }\if...
...
l.6 ...ocalgreek{Μῆνιν ἄειδε, θεά}
                                                  
? 
! Font \*greek7ptrmtfrm*:=file:GFSPorson at 7.0pt not loadable: Metric (TFM) fi
le or installed font not found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\dodosetmathfamilyB ...amily \fontsize \endcsname 
                                                  \else \ifcsname \fontclass...

\dosetmathfamily ...athfamily \scriptscriptfont #1
                                                  \let \fontbody #3\dodosetm...
<inserted text> ...ptscriptface \c!mr \mrfallback 
                                                  \dosetmathfamily \mifam \t...

\synchronizemath ...athfonts \the \mathstrategies 
                                                  \fi 
...
l.6 ...ocalgreek{Μῆνιν ἄειδε, θεά}
                                                  
? 
! Font \*greek9ptrmtfrm*:=file:GFSPorson at 9.0pt not loadable: Metric (TFM) fi
le or installed font not found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\dodosetmathfamilyB ...amily \fontsize \endcsname 
                                                  \else \ifcsname \fontclass...

\dosetmathfamily ...dosetmathfamily \scriptfont #1
                                                  \let \fontbody #2\dodosetm...
<inserted text> ...ptscriptface \c!mr \mrfallback 
                                                  \dosetmathfamily \mifam \t...

\synchronizemath ...athfonts \the \mathstrategies 
                                                  \fi 
...
l.6 ...ocalgreek{Μῆνιν ἄειδε, θεά}
                                                  
? 
! Font \*greek7ptrmbfrm*:=file:GFSPorson at 7.0pt not loadable: Metric (TFM) fi
le or installed font not found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\dodosettextfamilyB ...amily \fontsize \endcsname 
                                                  \else \ifcsname \fontclass...

\dosettextfamily ...ttextfamily \scriptscriptfont 
                                                  \let \fontbody \scriptface...
<inserted text> ...y \c!tf \dosettextfamily \c!bf 
                                                  \dosettextfamily \c!sl \do...

\synchronizetext ...athfonts \the \textstrategies 
                                                  \fi 
...
l.6 ...ocalgreek{Μῆνιν ἄειδε, θεά}
                                                  
? 
! Font \*greek9ptrmbfrm*:=file:GFSPorson at 9.0pt not loadable: Metric (TFM) fi
le or installed font not found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\dodosettextfamilyB ...amily \fontsize \endcsname 
                                                  \else \ifcsname \fontclass...

\dosettextfamily ...dodosettextfamily \scriptfont 
                                                  \let \fontbody \textface \...
<inserted text> ...y \c!tf \dosettextfamily \c!bf 
                                                  \dosettextfamily \c!sl \do...

\synchronizetext ...athfonts \the \textstrategies 
                                                  \fi 
...
l.6 ...ocalgreek{Μῆνιν ἄειδε, θεά}
                                                  
? 
! Font \*greek12ptrmbfrm*:=file:GFSPorson at 12.0pt not loadable: Metric (TFM) 
file or installed font not found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\dodosettextfamilyB ...amily \fontsize \endcsname 
                                                  \else \ifcsname \fontclass...

\dosettextfamily ... \dodosettextfamily \textfont 
                                                  \let \fontbody \savedfontb...
<inserted text> ...y \c!tf \dosettextfamily \c!bf 
                                                  \dosettextfamily \c!sl \do...

\synchronizetext ...athfonts \the \textstrategies 
                                                  \fi 
...
l.6 ...ocalgreek{Μῆνιν ἄειδε, θεά}
                                                  
? 
! Font \*greek7ptrmitrm*:=file:GFSPorson at 7.0pt not loadable: Metric (TFM) fi
le or installed font not found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\dodosettextfamilyB ...amily \fontsize \endcsname 
                                                  \else \ifcsname \fontclass...

\dosettextfamily ...ttextfamily \scriptscriptfont 
                                                  \let \fontbody \scriptface...
<inserted text> ...y \c!sl \dosettextfamily \c!it 
                                                  \dosettextfamily \c!bs \do...

\synchronizetext ...athfonts \the \textstrategies 
                                                  \fi 
...
l.6 ...ocalgreek{Μῆνιν ἄειδε, θεά}
                                                  
? 
! Font \*greek9ptrmitrm*:=file:GFSPorson at 9.0pt not loadable: Metric (TFM) fi
le or installed font not found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\dodosettextfamilyB ...amily \fontsize \endcsname 
                                                  \else \ifcsname \fontclass...

\dosettextfamily ...dodosettextfamily \scriptfont 
                                                  \let \fontbody \textface \...
<inserted text> ...y \c!sl \dosettextfamily \c!it 
                                                  \dosettextfamily \c!bs \do...

\synchronizetext ...athfonts \the \textstrategies 
                                                  \fi 
...
l.6 ...ocalgreek{Μῆνιν ἄειδε, θεά}
                                                  
? 
! Font \*greek12ptrmitrm*:=file:GFSPorson at 12.0pt not loadable: Metric (TFM) 
file or installed font not found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\dodosettextfamilyB ...amily \fontsize \endcsname 
                                                  \else \ifcsname \fontclass...

\dosettextfamily ... \dodosettextfamily \textfont 
                                                  \let \fontbody \savedfontb...
<inserted text> ...y \c!sl \dosettextfamily \c!it 
                                                  \dosettextfamily \c!bs \do...

\synchronizetext ...athfonts \the \textstrategies 
                                                  \fi 
...
l.6 ...ocalgreek{Μῆνιν ἄειδε, θεά}
                                                  
? 
! Font \*greek7ptrmbirm*:=file:GFSPorson at 7.0pt not loadable: Metric (TFM) fi
le or installed font not found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\dodosettextfamilyB ...amily \fontsize \endcsname 
                                                  \else \ifcsname \fontclass...

\dosettextfamily ...ttextfamily \scriptscriptfont 
                                                  \let \fontbody \scriptface...
<inserted text> ...y \c!bs \dosettextfamily \c!bi 
                                                  \dosettextfamily \c!sc 
\synchronizetext ...athfonts \the \textstrategies 
                                                  \fi 
...
l.6 ...ocalgreek{Μῆνιν ἄειδε, θεά}
                                                  
? 
! Font \*greek9ptrmbirm*:=file:GFSPorson at 9.0pt not loadable: Metric (TFM) fi
le or installed font not found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\dodosettextfamilyB ...amily \fontsize \endcsname 
                                                  \else \ifcsname \fontclass...

\dosettextfamily ...dodosettextfamily \scriptfont 
                                                  \let \fontbody \textface \...
<inserted text> ...y \c!bs \dosettextfamily \c!bi 
                                                  \dosettextfamily \c!sc 
\synchronizetext ...athfonts \the \textstrategies 
                                                  \fi 
...
l.6 ...ocalgreek{Μῆνιν ἄειδε, θεά}
                                                  
? 
! Font \*greek12ptrmbirm*:=file:GFSPorson at 12.0pt not loadable: Metric (TFM) 
file or installed font not found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\dodosettextfamilyB ...amily \fontsize \endcsname 
                                                  \else \ifcsname \fontclass...

\dosettextfamily ... \dodosettextfamily \textfont 
                                                  \let \fontbody \savedfontb...
<inserted text> ...y \c!bs \dosettextfamily \c!bi 
                                                  \dosettextfamily \c!sc 
\synchronizetext ...athfonts \the \textstrategies 
                                                  \fi 
...
l.6 ...ocalgreek{Μῆνιν ἄειδε, θεά}
                                                  
? 
Missing character: There is no Μ in font nullfont!
Missing character: There is no ῆ in font nullfont!
Missing character: There is no ν in font nullfont!
Missing character: There is no ι in font nullfont!
Missing character: There is no ν in font nullfont!
Missing character: There is no ἄ in font nullfont!
Missing character: There is no ε in font nullfont!
Missing character: There is no ι in font nullfont!
Missing character: There is no δ in font nullfont!
Missing character: There is no ε in font nullfont!
Missing character: There is no , in font nullfont!
Missing character: There is no θ in font nullfont!
Missing character: There is no ε in font nullfont!
Missing character: There is no ά in font nullfont!
fonts           : using map file: tasgreek
fonts           : using map file: original-youngryu-tx
[1.1]
systems         : end file greek_try at line 8
system          : cont-err loaded
(/usr/share/texmf/tex/context/base/cont-err.tex
systems         : no file 'cont-sys.tex', using 'cont-sys.rme' instead
) ) 
Here is how much of TeX's memory you used:
 3195 strings out of 57708
 75044 string characters out of 548821
 4611781 words of memory out of 7544625
 42310 multiletter control sequences out of 10000+50000
 81010 words of font info for 39 fonts, out of 1200000 for 2000
 474 hyphenation exceptions out of 8191
 53i,19n,67p,321b,541s stack positions out of 5000i,500n,6000p,200000b,5000s

Output written on greek_try.pdf (1 page).

[-- Attachment #3: Type: text/plain, Size: 487 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2008-05-11  8:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-02  9:46 Greek module cidadaum
2008-05-02 10:36 ` Mojca Miklavec
2008-05-02 10:52 ` Thomas A. Schmitz
2008-05-02 20:36   ` cidadaum
2008-05-03  8:14     ` Mojca Miklavec
2008-05-03 11:06       ` cidadaum
2008-05-03 11:11         ` Mojca Miklavec
2008-05-03 19:13     ` Thomas A. Schmitz
2008-05-10 17:00 Greek Module cidadaum
2008-05-11  8:57 ` Thomas A. Schmitz

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