[NTG-context] titlepage without page number

2009-10-08 Thread Arno Trautmann
Hi!

I guess this is a faq, but I didn’t find a way to do it …
I want to use pagenumbers in the headings, but no pagenumber on the
title page. I try it with:

\setupheadertexts[]
\setupheadertexts[\setups{header
left}][pagenumber][pagenumber][\setups{header right}]
\setupfooter[][]

\startsetups[header right]
  \hfill
  \getmarking[chapter]
\stopsetups

\startsetups[header left]
  \getmarking[section]
  \hfill
\stopsetups

which gives me the headers I want. (Although I don’t understand why I
have to specify the pagenumber two times) But on the titlepage, there is
still a number, when I use it with the title module and say:

\setuptitle[
  page=no,
  title=…,
  header=empty,
  footer=empty
]

\startfrontmatter
\placetitle
\stopfrontmatter

I guess, I’m doing somthing wrong, but I cannot figure out what. And
btw: Is there a possibility to just print the pagenumber?

Hope I made the problem clear,
cheers
Arno



signature.asc
Description: OpenPGP digital signature
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] ConTeXt minimals for arch linux

2009-09-23 Thread Arno Trautmann
Hi!

Aditya Mahajan wrote:
 Any context users using arch linux out there?

Yes :)

 I have packaged context-minimals for arch linux. It is basically the
 first-setup.sh script simplified for arch linux (no platform checking,
 etc). I also modified the setuptex script to make sure it works in a
 multiuser environment (basically setting TEXMFCACHE to $HOME/texmf-cache).
 
 The PKGBUILD is available at
 http://aur.archlinux.org/packages.php?ID=30398
 
 To install packages from AUR, you need to install yaourt
 http://wiki.archlinux.org/index.php/Yaourt
 
 and then you can install context using
 
 yaourt -S context-minimals-git
 
 (the -git extension is just to coax yaourt to keep the downloaded files,
 so that rsync makes sense).
 
 It installs the minimals at /opt/context-minimals

That is great! Thank you for the work. I will try it when I have time. A
package surely will make it easier for beginners to get started.

cheers
Arno



signature.asc
Description: OpenPGP digital signature
___
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] oldstyle numbers

2009-09-16 Thread Arno Trautmann
Hi,

I’m new to ConTeXt and try to compile a document using XeTeX. Loading an
otf font works fine, but I don’t get it to use oldstyle numbers. google
and contextgarden did give me some hints, but I didn’t get it working. I
tried:

\starttext
\definetypeface[normalfont][rm][Xserif][Arno Pro]
\stoptext

and several versions of things like [features=oldstyle], [onum=true],
\definefontfeature[mine] with oldstyle etc. but nothing worked.

So what am I doing wrong? Is there a simple way for oldstyle numbers? (I
want them in the whole document, so I prefer a simple, global solution.)

cheers,
Arno



signature.asc
Description: OpenPGP digital signature
___
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] oldstyle numbers

2009-09-16 Thread Arno Trautmann
Wolfgang Schuster wrote:
 
 Am 16.09.2009 um 12:07 schrieb Arno Trautmann:
 
 Hi,

 I’m new to ConTeXt and try to compile a document using XeTeX. Loading an
 otf font works fine, but I don’t get it to use oldstyle numbers. google
 and contextgarden did give me some hints, but I didn’t get it working. I
 tried:

 \starttext
 \definetypeface[normalfont][rm][Xserif][Arno Pro]
 \stoptext

 and several versions of things like [features=oldstyle], [onum=true],
 \definefontfeature[mine] with oldstyle etc. but nothing worked.

 So what am I doing wrong? Is there a simple way for oldstyle numbers? (I
 want them in the whole document, so I prefer a simple, global solution.)
 
 \definefontfeature[default][default][onum=yes]

 \definetypeface[mainface][rm][Xserif][Arno Pro]
 
 \setupodyfont[mainface]
 
 \starttext
 0123456789
 \stoptext

Thank you very much, that works fine!
Just for future questions: Where could I have found this? (I prefer
reading documentation than wasting people’s time by asking …)

cheers,
Arno



signature.asc
Description: OpenPGP digital signature
___
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] oldstyle numbers

2009-09-16 Thread Arno Trautmann
Wolfgang Schuster wrote:
 
 Am 16.09.2009 um 12:25 schrieb Arno Trautmann:
 
 Just for future questions: Where could I have found this? (I prefer
 reading documentation than wasting people’s time by asking …)
 
 -
 http://context.aanhet.net/svn/contextman/context-reference/en/co-typography.pdf
 
 -
 http://context.aanhet.net/svn/contextman/context-reference/en/co-fonts.pdf

Thanks again, that will help me a lot!

Arno



signature.asc
Description: OpenPGP digital signature
___
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
___