[NTG-context] Typesetting chess boards

2008-08-25 Thread Maurí­cio
Hi,

What is the easiest way to
include chess boards in a
Context document?

Thanks,
Maurício

___
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
___


Re: [NTG-context] Typesetting chess boards

2008-08-25 Thread Yue Wang
You can draw it using MetaPost. It's pretty easy to do it.
pls refer to http://tex.loria.fr/prod-graph/zoonekynd/metapost/metapost.html,
 you can find a simple chess board drawing there.
But the simplest method, is perhaps including an external chess board figure.

On 8/25/08, Maurí­cio [EMAIL PROTECTED] wrote:
 Hi,

 What is the easiest way to
 include chess boards in a
 Context document?

 Thanks,
 Maurício

 ___
 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
___


[NTG-context] feature request: \setuptyping[ignorefirstspace=yes]

2008-08-25 Thread Peter Münster
Hello,

Something like \setuptyping[ignorefirstspace=yes] would be nice, to be able
to format the source text with indentation but let the typing environment
ignore this indentation.
Example:

\setupcolors[state=start]
\setuptyping[margin=3em, ignorefirstspace=yes]
\starttext
This:
\starttyping
  some typing
\stoptyping
should be same as this:
\starttyping
some typing
\stoptyping
This:
\startcolor[blue]
  \starttyping
some typing
  \stoptyping
\stopcolor
should be same as this:
\startcolor[blue]
  \starttyping
some typing
  \stoptyping
\stopcolor
some text
\stoptext

Cheers, Peter

-- 
http://pmrb.free.fr/contact/

___
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
___


[NTG-context] Font questions once again...

2008-08-25 Thread Marcin Borkowski
Hi all!

And once again I am asking obout fonts in ConTeXt...  The point is that
I am not sure whether anything has changed since I've asked for the
previous time;).

I mean, I'd like to give Mk IV a try.  Most probably I will try to
maintain two different TeX installations at the same time, so a third
one (ConTeXt) won't be more trouble.  This means that I will (most
probably) install the Minimals so that they won't interfere with my
TeXlives (one 2008 and one much older).

So, the questions are:

* Is TeX Gyre support already working in MkIV?
* The page about Minimals on the wiki mentions LM, Antykwa Torunska,
  Iwona, Kurier, TeX Gyre, ams.  Does this means they are available
  there?  (And what about Antykwa Poltawskiego...?)
* How do I switch to any of these fonts (I mean for the whole document)?
* How do I (globally) change the size of the font?

Thanks in advance for the answers; of course, I'll try to post them to
the wiki as soon as I learn how to do these things.

Greets

-- 
Marcin Borkowski (http://mbork.faculty.fmcs.amu.edu.pl)

___
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
___


Re: [NTG-context] Font questions once again...

2008-08-25 Thread Thomas A. Schmitz

On Aug 25, 2008, at 10:46 PM, Marcin Borkowski wrote:

 * Is TeX Gyre support already working in MkIV?
Yes


 * The page about Minimals on the wiki mentions LM, Antykwa Torunska,
  Iwona, Kurier, TeX Gyre, ams.  Does this means they are available
  there?  (And what about Antykwa Poltawskiego...?)
Yes. Maybe you can investigate yourself about Antykwa Poltawskiego


 * How do I switch to any of these fonts (I mean for the whole  
 document)?
\usetypescriptfile[type-otf]
\usetypescript[times]
\setupbodyfont[times,12pt]

for Termes, or palatino for Pagella, or... Just look at $TEXMF/tex/ 
context/base/type-otf.tex


 * How do I (globally) change the size of the font?

\setupbodyfont[times,11pt] or 14pt or 9pt or...

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
___


Re: [NTG-context] Font questions once again...

2008-08-25 Thread Marcin Borkowski
Dnia Mon, Aug 25, 2008 at 11:05:18PM +0200, Thomas A. Schmitz napisa#322;(a):
 
 On Aug 25, 2008, at 10:46 PM, Marcin Borkowski wrote:
 
  * Is TeX Gyre support already working in MkIV?
 Yes

Great!

 
 
  * The page about Minimals on the wiki mentions LM, Antykwa Torunska,
   Iwona, Kurier, TeX Gyre, ams.  Does this means they are available
   there?  (And what about Antykwa Poltawskiego...?)
 Yes. Maybe you can investigate yourself about Antykwa Poltawskiego

Hmmm...  I'll try, but not now;).

 
 
  * How do I switch to any of these fonts (I mean for the whole  
  document)?
 \usetypescriptfile[type-otf]
 \usetypescript[times]
 \setupbodyfont[times,12pt]
 
 for Termes, or palatino for Pagella, or... Just look at $TEXMF/tex/ 
 context/base/type-otf.tex
 
 
  * How do I (globally) change the size of the font?
 
 \setupbodyfont[times,11pt] or 14pt or 9pt or...

Thanks for the prompt answer!!!  It's almost midnight in my timezone
now, so I won't post this to the wiki until tomorrow, but I'll try to
prepare a short tutorial for beginners about basics of font selecting.

 
 Thomas

-- 
Marcin Borkowski (http://mbork.faculty.fmcs.amu.edu.pl)
___
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
___


Re: [NTG-context] Font questions once again...

2008-08-25 Thread Olivier Guéry
 \setupbodyfont[times,11pt] or 14pt or 9pt or...

 Thanks for the prompt answer!!!  It's almost midnight in my timezone
 now, so I won't post this to the wiki until tomorrow, but I'll try to
 prepare a short tutorial for beginners about basics of font selecting.

You can modify this one : http://wiki.contextgarden.net/Fonts_in_LuaTex

Olivier.



-- 
[Message tapé sur un clavier Bépo : http://www.clavier-dvorak.org ]
http://nemolivier.blogspot.com
___
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
___