Re: [NTG-context] How to disable page numbers in empty pages

2009-05-26 Thread Alan Stone
On Mon, May 25, 2009 at 11:43 PM, Khaled Hosny khaledho...@eglug.orgwrote: On Fri, May 22, 2009 at 12:04:08PM +0200, Alan Stone wrote: On Fri, May 22, 2009 at 11:42 AM, Khaled Hosny khaledho...@eglug.org wrote: How can I disable page numbers (or header/footer) in empty pages, as

[NTG-context] IV. Talking and Tweaking

2009-05-26 Thread Piotr Kopszak
Hello, I finally decided to learn lua and start making use of it in ConTeXt. I was quite excited to find examples of interfaces in the fourth part of A New Kind of TeX paper. It would be really useful if someone could give examples how they could actually be used, at least some of them e.g.

Re: [NTG-context] IV. Talking and Tweaking

2009-05-26 Thread luigi scarso
On Tue, May 26, 2009 at 11:56 AM, Piotr Kopszak kops...@gmail.com wrote: Hello, I finally decided to learn lua and start making use of it in ConTeXt. I was quite excited to find examples of interfaces in the fourth part of A New Kind of TeX paper. It would be really useful if someone could

Re: [NTG-context] IV. Talking and Tweaking

2009-05-26 Thread Hans Hagen
Piotr Kopszak wrote: Hello, I finally decided to learn lua and start making use of it in ConTeXt. I was quite excited to find examples of interfaces in the fourth part of A New Kind of TeX paper. It would be really useful if someone could give examples how they could actually be used, at least

Re: [NTG-context] IV. Talking and Tweaking

2009-05-26 Thread Piotr Kopszak
command.insert, command.hbox, command.vbox, tex.parindent where are these command.* defined? in context command is a reserved namespace I found it on screen IV. of http://luatex.org/talks/luaconf-paper.pdf and nowhere else, that's why I asked. (Sorry, tex.parindent is mentioned in

[NTG-context] Available fonts and using them

2009-05-26 Thread richard . stephens
Hello all, I have read many of the documents from the Wiki on using fonts, but I am still not sure of one or two, probably obvious, things: 1) I'm being asked to use Arial font (not my choice!) and I see from searching the context tree that there are .afm files, .tfm files and .map files with

[NTG-context] Top 10 luatex interfaces

2009-05-26 Thread Piotr Kopszak
http://www.survs.com/survey?id=BB81EXR7channel=WX0QXIKGPC have fun! Piotr -- http://okle.pl ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] rsync error by updating context#8207;

2009-05-26 Thread Taco Hoekwater
y...@mathematik.uni-marburg.de wrote: hi, I got following error by updating context: The source and destination cannot both be remote. rsync error: syntax or usage error (code 1) at main.c(1127) [receiver=3.0.2] under following command: rsync.exe -rvzctlp

Re: [NTG-context] sections, subsections, indenting, startnarrower, alignment

2009-05-26 Thread Amaël Broustet
Wouldn't be easier to achieve this using section personalized section numbering ? Best, Amaël Le vendredi 22 mai 2009 à 14:40 -0700, afsmith a écrit : Hi again ntg-context. I have been working on my own CV/Resume module. Up until now I've just been asking about specific bits of the

[NTG-context] bug in MarkIV ? section numbering

2009-05-26 Thread Amaël Broustet
Dear all, the following example : ... \chapter{Blabla} \subsection{bla} ... is numbered 1 Blabla 11 bla The problem appears only if I skip the \section step. In fact \chapter{Blabla} \section{Bla} \subsection{bla} gives 1 Blabla 1.1 Bla 1.1.1 bla Is the first example the expected

Re: [NTG-context] rsync error by updating context#8207;

2009-05-26 Thread Hans Hagen
Taco Hoekwater wrote: y...@mathematik.uni-marburg.de wrote: hi, I got following error by updating context: The source and destination cannot both be remote. rsync error: syntax or usage error (code 1) at main.c(1127) [receiver=3.0.2] under following command: rsync.exe -rvzctlp

Re: [NTG-context] IV. Talking and Tweaking

2009-05-26 Thread Hans Hagen
Piotr Kopszak wrote: command.insert, command.hbox, command.vbox, tex.parindent where are these command.* defined? in context command is a reserved namespace I found it on screen IV. of http://luatex.org/talks/luaconf-paper.pdf and nowhere else, that's why I asked. (Sorry, tex.parindent is

Re: [NTG-context] bug in MarkIV ? section numbering

2009-05-26 Thread luigi scarso
On Tue, May 26, 2009 at 2:12 PM, Amaël Broustet cont...@amael.net wrote: Dear all, the following example : ... \chapter{Blabla} \subsection{bla} ... is numbered 1 Blabla 11 bla The problem appears only if I skip the \section step. In fact \chapter{Blabla} \section{Bla}

Re: [NTG-context] How to disable page numbers in empty pages

2009-05-26 Thread Khaled Hosny
On Tue, May 26, 2009 at 10:53:30AM +0200, Alan Stone wrote: \setupsectionblock[bodypart][page=yes] \setupmakeup[standard][page=empty]   \definepagebreak   [mychapterpagebreak]    [yes,header,footer,right]   \setuphead  [chapter]  [page=mychapterpagebreak]  

Re: [NTG-context] How to disable page numbers in empty pages

2009-05-26 Thread Alan Stone
On Tue, May 26, 2009 at 3:12 PM, Khaled Hosny khaledho...@eglug.org wrote: On Tue, May 26, 2009 at 10:53:30AM +0200, Alan Stone wrote: \setupsectionblock[bodypart][page=yes] \setupmakeup[standard][page=empty] \definepagebreak [mychapterpagebreak] [yes,header,footer,right]

Re: [NTG-context] Arial

2009-05-26 Thread Vyatcheslav Yatskovsky
If you have Windows OS, then please \usetypescriptfile[type-win] \usetypescript[arial]\setupbodyfont[arial, 12pt] I'm being asked to use Arial font (not my choice!) Bets, Vyatcheslav ___ If your question is of

[NTG-context] define an incremental personal bullet of item

2009-05-26 Thread polytope
Dear all, I'd like to use circled number 1, circled number 2, ... as bullets of itemized block. There is an explanation how to define a personal bullet in the manual. For each \item the same bullet is used. But I want bullets automatically changed to the next character in unicode table.

Re: [NTG-context] Arial

2009-05-26 Thread Mohamed Bana
does that work with MKII??? if you have modest requirements, you could try using http://wiki.contextgarden.net/otfinst for MKII. it's pretty straight forward, and i've used it to install Warnock and Myriad. 2009/5/26 Vyatcheslav Yatskovsky yatskov...@gmail.com If you have Windows OS, then

Re: [NTG-context] Arial

2009-05-26 Thread Aditya Mahajan
On Tue, 26 May 2009, Vyatcheslav Yatskovsky wrote: If you have Windows OS, then please \usetypescriptfile[type-win] \usetypescript[arial]\setupbodyfont[arial, 12pt] I'm being asked to use Arial font (not my choice!) You can also use helevetica. Most people will not notice the difference.

Re: [NTG-context] Seeking a Deeper ConTeXt: Questions f or Initializing

2009-05-26 Thread Bruce D'Arcus
Hans Hagen pragma at wxs.nl writes: ... in which case it keeps the input in xml and converts to other formats (coule be tex in the case of rendering print). As Hans says, if you're interesting in integrating XML and RDF in source documents, you need to think of ConTeXt as a lower-level

Re: [NTG-context] rsync error by updating context#8207;

2009-05-26 Thread Mojca Miklavec
On Tue, May 26, 2009 at 13:13, y...@mathematik.uni-marburg.de wrote: hi, I got following error by updating context: The source and destination cannot both be remote. rsync error: syntax or usage error (code 1) at main.c(1127) [receiver=3.0.2] under following command: rsync.exe -rvzctlp

[NTG-context] newbie question (\crlf)

2009-05-26 Thread Vyatcheslav Yatskovsky
Hello, Sorry for a dumb TeX newbie question:: why 'version' does NOT begin from a new line? \define[2]\maketitlepage{\centeredbox{{\bfd #1}\crlf {Version #2}}} \starttext \maketitlepage{My Manual}{1.0} \stoptext Regards, Vyatcheslav

[NTG-context] rsync error

2009-05-26 Thread richard . stephens
Hello, I've been happily using a fairly old version of Context for a while (ConTeXt ver: 2008.08.05 18:47 MKII fmt: 2008.11.14 int: english/english) but decided that I perhaps ought to try to update to something more modern. I tried to get the minimals for Windows by downloading

Re: [NTG-context] define an incremental personal bullet of item

2009-05-26 Thread Hans Hagen
polytope wrote: Dear all, I'd like to use circled number 1, circled number 2, ... as bullets of itemized block. There is an explanation how to define a personal bullet in the manual. For each \item the same bullet is used. But I want bullets automatically changed to the next character in

Re: [NTG-context] newbie question (\crlf)

2009-05-26 Thread Hans Hagen
Vyatcheslav Yatskovsky wrote: Hello, Sorry for a dumb TeX newbie question:: why 'version' does NOT begin from a new line? \define[2]\maketitlepage{\centeredbox{{\bfd #1}\crlf {Version #2}}} \starttext \maketitlepage{My Manual}{1.0} \stoptext is an hbox ... maybe use:

Re: [NTG-context] newbie question (\crlf)

2009-05-26 Thread Wolfgang Schuster
Am 26.05.2009 um 18:31 schrieb Hans Hagen: Vyatcheslav Yatskovsky wrote: Hello, Sorry for a dumb TeX newbie question:: why 'version' does NOT begin from a new line? \define[2]\maketitlepage{\centeredbox{{\bfd #1}\crlf {Version #2}}} \starttext \maketitlepage{My Manual}{1.0} \stoptext is

[NTG-context] Fwd: [XeTeX] ANN: Custom Stories, Inc. using xelatex now live

2009-05-26 Thread Wolfgang Schuster
Anfang der weitergeleiteten E-Mail: Von: William Adams will.ad...@frycomm.com Datum: 26. Mai 2009 17:38:29 MESZ An: Unicode-based TeX for Mac OS X and other platforms xe...@tug.org Betreff: [XeTeX] ANN: Custom Stories, Inc. using xelatex now live Antwort an: Unicode-based TeX for Mac OS X and

Re: [NTG-context] newbie question (\crlf)

2009-05-26 Thread Hans Hagen
Wolfgang Schuster wrote: Am 26.05.2009 um 18:31 schrieb Hans Hagen: Vyatcheslav Yatskovsky wrote: Hello, Sorry for a dumb TeX newbie question:: why 'version' does NOT begin from a new line? \define[2]\maketitlepage{\centeredbox{{\bfd #1}\crlf {Version #2}}} \starttext \maketitlepage{My

Re: [NTG-context] Fwd: [XeTeX] ANN: Custom Stories, Inc. using xelatex now live

2009-05-26 Thread William Adams
On May 26, 2009, at 1:03 PM, Wolfgang Schuster quoted my having written: The typesetting is done using XeLaTeX, and I don't believe would've been as effective using any other tool. That should probably say: The typesetting is done using XeTeX, and I don't believe it would've been as

Re: [NTG-context] newbie question (\crlf)

2009-05-26 Thread Wolfgang Schuster
Am 26.05.2009 um 19:22 schrieb Hans Hagen: sure, although in the case of a real titlepage i nowadays always tend to set up a layer in combination with a makeup me too, it gives more control about the placement of the texts but for the beginning a simple markup env with centered text is

[NTG-context] sections, subsections, indenting, startnarrower, alignment

2009-05-26 Thread afsmith
I do not understand what you mean. Could you explain? I stopped trying to use sections because I read somewhere in the archives that sections cannot be used 'recursively' like this. I have instead been trying to use definitions. With regards to other approaches, I have been trying to use

Re: [NTG-context] Seeking a Deeper ConTeXt: Questions for Initializing

2009-05-26 Thread John Haltiwanger
In any case, I'd worry less about the technology, and more about what you need from it. That will make it easier to figure out which approach is best. Bruce Markdown with RDFa on the side will suit quite nicely, thanks to pandoc. The desire for semantical documents sounds like it will be

Re: [NTG-context] Seeking a Deeper ConTeXt: Questions for Initializing

2009-05-26 Thread luigi scarso
On Tue, May 26, 2009 at 11:26 PM, John Haltiwanger john.haltiwan...@gmail.com wrote: In any case, I'd worry less about the technology, and more about what you need from it. That will make it easier to figure out which approach is best. Bruce Markdown with RDFa on the side will suit

Re: [NTG-context] Seeking a Deeper ConTeXt: Questions for Initializing

2009-05-26 Thread Wolfgang Schuster
Am 25.05.2009 um 22:25 schrieb Mohamed Bana: i tend to write in Markdown, as the syntax is very light weight, then compile with pandoc (http://johnmacfarlane.net/pandoc/). $ pandoc --toc --smart --number-sections --standalone -H header.tex - w context file.pdc -o file.tex $ texexec

Re: [NTG-context] newbie question (\crlf)

2009-05-26 Thread Vyatcheslav Yatskovsky
Thanks for all! I have just one notice: to completely simulate \centeredbox, I need \vfill before and after. \define[2]\maketitlepage {\starttextmakeup[align=middle] \vfill{\bfd#1} \blank Version #2\vfill \stoptextmakeup} However, what is \starttextmakeup? What is can be

Re: [NTG-context] Seeking a Deeper ConTeXt: Questions for Initializing

2009-05-26 Thread Bruce D'Arcus
John Haltiwanger john.haltiwanger at gmail.com writes: [...] Markdown with RDFa on the side will suit quite nicely, thanks to pandoc. Actually, you can embed the RDFa within the markdown files if you like. div property=x:section # Introduction Test. /div Pandoc will just pass it on to

Re: [NTG-context] MkIV italic correction?

2009-05-26 Thread Dohyun Kim
2009/5/22 Taco Hoekwater t...@elvenkind.com: Hans Hagen wrote: Taco Hoekwater wrote: Khaled Hosny wrote: Not very helpful in this situation, but FontForge has a non-standard italic correction (ITLC) table[1], may be TeX related OpenTyp font projects like Latin Modern and Gyre fonts can