Re: [NTG-context] bilingual texts in ConTeXt, modern_greek-english

2005-06-16 Thread Wolfgang Zillig

Hello,

you have to put the command \mainlanguage[greek] before the \starttext.

Wolfgang

\mainlanguage[greek]
\starttext
   ... \\
{\en Hello World}
\stoptext









Theodosios CHIMONIDIS wrote:


Unfortunately, not enough!

cf. attach files:

01.tex and 01.div.



Theo.

- Original Message - From: Wolfgang Zillig 
[EMAIL PROTECTED]

To: mailing list for ConTeXt users ntg-context@ntg.nl
Sent: Wednesday, June 15, 2005 4:43 PM
Subject: Re: [NTG-context] bilingual texts in ConTeXt, 
modern_greek-english




use a main language:

\mainlanguage[greek]

to swith to english you can use {\en some english text here} or with 
\language[en]




Wolfgang


Theodosios CHIMONIDIS wrote:


Hello All!

I try to jump from LaTeX to ConTeXt.

How I can write bilingual texts, ModernGreek-english, in ConTeXt?

Thanks in advance!

Theo.

 



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context




___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context




___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context
 



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Fwd: [OS X TeX] Re: a problem after reinstall TeX

2005-06-16 Thread Gerben Wierda


On Jun 13, 2005, at 04:07,   wrote:


Dear Hans,

I reinstalled TeX, ConTeXt updates, and XeTeX, and add two map file 
using updmap. Instead of uninstalling ConTeXt updates, I removed 
pdftex.map in /fonts/map/pdftex/context/ folder.
After running texhash, pdflatex worked fine. It located font files and 
no more mktexpk things.


I'll do the same thing in the another mac in school to double checking.

Thank you so much.

Regards,

Dalyoung


ther reason may be that there is a pdftex.map file in the context 
path and the tds is not that robust for multiple instances of the 
same file; make sure that there is no pdftex.map under 
fonts/map/*/context/*


Is this something I should take care of upon install? Wht is this 
pdftex.map shipping with ConTeXt? Can I just remove it before 
repackaging?


G

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Fwd: [OS X TeX] Re: a problem after reinstall TeX

2005-06-16 Thread 정 달영


2005. 06. 16,  3:40, Gerben Wierda :



Is this something I should take care of upon install? Wht is this  
pdftex.map shipping with ConTeXt? Can I just remove it before  
repackaging?




I look into the file texmf.local/fonts/map/pdftex/context/pdftex.map  
before removing. It is just an empty file.

I don't know why it is in there.

Regards,

Dalyoung___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] s-pre-19: page numbers?

2005-06-16 Thread Christopher Creutzig

Salvete,

with gwTeX, TeXlive 2005 beta, using

   cont-en : ver: 2005.06.08  fmt: 2005.6.15  mes: english

I've got a problem with s-pre-19 I can't get rid of: The menu on the 
right contains page numbers, set in black \tf, at the lower left corners 
of the buttons.  I have tried getting rid of these by using things like


  \placelist[Topic][alternative=right,pagenumber=no]

or

  \def\gobble#1{}
  \placelist[Topic][alternative=right,pagecommand=\gobble]

but to no avail.  Do others have the same problem or is it just me?


Christopher
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] bilingual texts in ConTeXt, modern_greek-english

2005-06-16 Thread Theodosios CHIMONIDIS

No change. Exact the same result.

Theo.

- Original Message - 
From: Wolfgang Zillig [EMAIL PROTECTED]

To: mailing list for ConTeXt users ntg-context@ntg.nl
Sent: Thursday, June 16, 2005 10:01 AM
Subject: Re: [NTG-context] bilingual texts in ConTeXt, modern_greek-english



Hello,

you have to put the command \mainlanguage[greek] before the \starttext.

Wolfgang

\mainlanguage[greek]
\starttext
   ... \\
{\en Hello World}
\stoptext









Theodosios CHIMONIDIS wrote:


Unfortunately, not enough!

cf. attach files:

01.tex and 01.div.



Theo.

- Original Message - From: Wolfgang Zillig 
[EMAIL PROTECTED]

To: mailing list for ConTeXt users ntg-context@ntg.nl
Sent: Wednesday, June 15, 2005 4:43 PM
Subject: Re: [NTG-context] bilingual texts in ConTeXt, 
modern_greek-english




use a main language:

\mainlanguage[greek]

to swith to english you can use {\en some english text here} or with 
\language[en]




Wolfgang


Theodosios CHIMONIDIS wrote:


Hello All!

I try to jump from LaTeX to ConTeXt.

How I can write bilingual texts, ModernGreek-english, in ConTeXt?

Thanks in advance!

Theo.




___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context




___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context




___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context 


01.dvi
Description: Binary data


01.tex
Description: Binary data
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Fwd: [OS X TeX] Re: a problem after reinstall TeX

2005-06-16 Thread h h extern
Gerben Wierda wrote:
 
 On Jun 13, 2005, at 04:07,   wrote:
 
 Dear Hans,

 I reinstalled TeX, ConTeXt updates, and XeTeX, and add two map file 
 using updmap. Instead of uninstalling ConTeXt updates, I removed 
 pdftex.map in /fonts/map/pdftex/context/ folder.
 After running texhash, pdflatex worked fine. It located font files and 
 no more mktexpk things.

 I'll do the same thing in the another mac in school to double checking.

 Thank you so much.

 Regards,

 Dalyoung


 ther reason may be that there is a pdftex.map file in the context 
 path and the tds is not that robust for multiple instances of the 
 same file; make sure that there is no pdftex.map under 
 fonts/map/*/context/*
 
 
 Is this something I should take care of upon install? Wht is this 
 pdftex.map shipping with ConTeXt? Can I just remove it before repackaging?

it's a a test file that ended up in my 'to be copied to the zip path'

you can remove it, context does not need it

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] bilingual texts in ConTeXt, modern_greek-english

2005-06-16 Thread Wolfgang Zillig

Hello,

I just tried it on http://live.contextgarden.net/ and there it is 
working. I think the problem is somewhere else. And I don't know why you 
get a dvi file. Normally context produces directly pdf.


Wolfgang
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] startMPgraphics in texshow?

2005-06-16 Thread Christopher Creutzig

Salvete,

 it seems that the whole family of MPgraphics commands is missing in 
texshow  looking for graphics turns up no matches.  Are they 
generated by some magical macro or missing because of their capital letters?



regards,
Christopher Creutzig
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] s-pre-19: page numbers?

2005-06-16 Thread Otared Kavian


On 16 juin 2005, at 11:22, Christopher Creutzig wrote:


Salvete,

with gwTeX, TeXlive 2005 beta, using

   cont-en : ver: 2005.06.08  fmt: 2005.6.15  mes: english

I've got a problem with s-pre-19 I can't get rid of: The menu on  
the right contains page numbers, set in black \tf, at the lower  
left corners of the buttons.  I have tried getting rid of these by  
using things like


  \placelist[Topic][alternative=right,pagenumber=no]

or

  \def\gobble#1{}
  \placelist[Topic][alternative=right,pagecommand=\gobble]

but to no avail.  Do others have the same problem or is it just me?



Hi Christopher,

I have encountered the same problem with s-pre-19 and also other  
styles, and did not know how to get rid of the page numbers...


I hope someone out there knows!

Best regards: OK
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Old-style numerals

2005-06-16 Thread Nikolai Weibull
To get old-style numerals as the default, the accepted solutions seems
to be the following:

\usetypescript [modern][\defaultencoding]
\usetypescript [map] [latin-modern-os] [\defaultencoding]

\setupbodyfont[modern]

However, this causes old-style numbers to be used for \type as well,
which looks weird.  Is there a way to override the switching to
old-style numerals for the fixed-width typeface?

Example:

\usetypescript [modern][\defaultencoding]
\usetypescript [map] [latin-modern-os] [\defaultencoding]
\setupbodyfont[modern]
\starttext
1 2 3 \type{1 2 3}
\stoptext

Thanks,
nikolai

-- 
Nikolai Weibull: now available free of charge at http://bitwi.se/!
Born in Chicago, IL USA; currently residing in Gothenburg, Sweden.
main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);}
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] s-pre-19: page numbers?

2005-06-16 Thread Taco Hoekwater

Hi,


Is this not the same problem as the one that was mentioned last
week (the one that requires the core-lst.tex that Hans posted
as attachment)?

Taco

Christopher Creutzig wrote:

Salvete,

with gwTeX, TeXlive 2005 beta, using

   cont-en : ver: 2005.06.08  fmt: 2005.6.15  mes: english

I've got a problem with s-pre-19 I can't get rid of: The menu on the 
right contains page numbers, set in black \tf, at the lower left corners 
of the buttons.  I have tried getting rid of these by using things like


  \placelist[Topic][alternative=right,pagenumber=no]

or

  \def\gobble#1{}
  \placelist[Topic][alternative=right,pagecommand=\gobble]

but to no avail.  Do others have the same problem or is it just me?


Christopher
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] startMPgraphics in texshow?

2005-06-16 Thread Taco Hoekwater


Hi,

Nothing that advanced or mysterious is going on, they just never
have been documented in the cont-XX.xml files. Most of these
commands have very few (if any) options, btw.

Taco

Christopher Creutzig wrote:

Salvete,

 it seems that the whole family of MPgraphics commands is missing in 
texshow  looking for graphics turns up no matches.  Are they 
generated by some magical macro or missing because of their capital 
letters?



regards,
Christopher Creutzig
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] s-pre-19: page numbers?

2005-06-16 Thread Otared Kavian


On 16 juin 2005, at 15:37, Taco Hoekwater wrote:


Hi,


Is this not the same problem as the one that was mentioned last
week (the one that requires the core-lst.tex that Hans posted
as attachment)?

Taco


Hi Taco,

Thanks for your answer: I thought also the new core-lst.tex that Hans  
sent to everyone a few days ago, would fix the problem, but actually  
it didn't.


Best regards: OK


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] startlines bug(s)

2005-06-16 Thread Stuart Jansen
Below is a simple test case that illustrates what I suspect are bugs
with \startlines. I suspect that fixing them will be tricky, so I'm
wondering if anyone can think of work arounds.

\starttext
\bgroup\tt
\ConTeXt\ is A\bgroup\ttsl maz\egroup ing
\setuplines[space=yes]
\startlines
\ConTeXt\ is A\bgroup\ttsl maz\egroup ing
 I didn't expect spaces around maz
\stoplines
\setuplines[space=on]
\startlines
\ConTeXt\ is A\bgroup\ttsl maz\egroup ing
 I expected a space marker before is
\stoplines\egroup
\stoptext

-- 
Stuart Jansen [EMAIL PROTECTED]
Guru Labs, L.C.


signature.asc
Description: This is a digitally signed message part
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] bilingual texts in ConTeXt, modern_greek-english

2005-06-16 Thread Theodosios CHIMONIDIS
I tried it on http://live.contextgarden.net/ and the result is also 
negative.

cf. accompanying pdf-file. Did you see Greek letters?

Theo.


- Original Message - 
From: Wolfgang Zillig [EMAIL PROTECTED]

To: mailing list for ConTeXt users ntg-context@ntg.nl
Sent: Thursday, June 16, 2005 2:12 PM
Subject: Re: [NTG-context] bilingual texts in ConTeXt, modern_greek-english



Hello,

I just tried it on http://live.contextgarden.net/ and there it is working. 
I think the problem is somewhere else. And I don't know why you get a dvi 
file. Normally context produces directly pdf.


Wolfgang
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context 


C__Documents and Settings_TheoChim_My	Documents_Cache_69434CA8d01.pdf
Description: Adobe PDF document


01.tex
Description: Binary data
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context