Re: [NTG-context] MkIV italic correction?

2009-05-27 Thread Hans Hagen
Dohyun Kim wrote: Considering current state that we don't know any fonts that has ITLC table, it would be better than nothing to implement italic correction as follows. In the following code, fontdata is a table returned by the function fonts.define.read. local param =

Re: [NTG-context] Arial

2009-05-27 Thread richard . stephens
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!) I am using Windows, but the above did nothing - I ended up with

Re: [NTG-context] Arial

2009-05-27 Thread Wolfgang Schuster
Am 27.05.2009 um 10:34 schrieb richard.steph...@converteam.com: \usetypescriptfile[type-win] \usetypescript[arial]\setupbodyfont[arial, 12pt] I'm being asked to use Arial font (not my choice!) I am using Windows, but the above did nothing - I ended up with the default serif font. You

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

2009-05-27 Thread Wolfgang Schuster
Am 27.05.2009 um 00:49 schrieb 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

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

2009-05-27 Thread Hans Hagen
Amaël Broustet wrote: Is the first example the expected behavior ? I would better have think to something like 1 Blabla 1.0.1 bla actually, it should be (cf mkii) 1 Blabla 1 bla -

[NTG-context] bug in content interaction

2009-05-27 Thread Lutz Haseloff
Hi all, with the newest ConTeXt (2009.05.27 11:27 MKIV) and luatex (beta-0.41.0-2009052623) I get a strange effect. If i use \placecontent all is as expected, but if I use \completecontent the click on chapter 3 in the table of content jumps to chapter 2 in the pdf. 2 jumps to 1. A click on

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

2009-05-27 Thread Hans Hagen
Amaël Broustet 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} \subsection{bla} solved in upcoming beta

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

2009-05-27 Thread dalyoung
Dear Hans, Thank you for your code. I tested it using ConTeXt and LuaTeX, but I got following error. (/Users/graph/ConTeXtBeta/tex/texmf-context/tex/context/base/pdfr- def.tex) (./test-lua.tuo) systems : begin file test-lua at line 2 ! Argument of \MyCircledNumber has an

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

2009-05-27 Thread Willi Egger
Hi, It works here with: This is LuaTeX, Version beta-0.40.1-2009050813 (Web2C 7.5.7) ConTeXt ver: 2009.05.26 17:57 MKIV fmt: 2009.5.26 int: english/ english KR Willi On May 27, 2009, at 3:22 PM, dalyoung wrote: Dear Hans, Thank you for your code. I tested it using ConTeXt and LuaTeX,

[NTG-context] LilyPond module 2009-05-27

2009-05-27 Thread Henning Hraban Ramm
I'm a bit proud to announce the latest version of the LilyPond bridge module. Download: http://modules.contextgarden.net/t-lilypond Documentation: http://wiki.contextgarden.net/LilyPond and, of course: http://lilypond.org/doc/v2.12/Documentation/ Changes: - Code cleanup (partly by Wolfgang)

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

2009-05-27 Thread Peter Rolf
dalyoung schrieb: Dear Hans, Thank you for your code. I tested it using ConTeXt and LuaTeX, but I got following error. (/Users/graph/ConTeXtBeta/tex/texmf-context/tex/context/base/pdfr-def.tex) (./test-lua.tuo) systems : begin file test-lua at line 2 ! Argument of

[NTG-context] Page number in the middle of the margin

2009-05-27 Thread Flavien Lambert
Dear all, as said by the title of the e-mail, I try to put the page number in the middle (both vertically and horizontally) of the margin. I tried a custom command like \def\mypagenumber#1{% \vfill #1 \vfill } \setuppagenumbering{location=margin,command=\mypagenumber} but, unfortunately, I got an

Re: [NTG-context] Page number in the middle of the margin

2009-05-27 Thread Willi Egger
Hi, This I would approach with the layer-mechanism. Willi On May 27, 2009, at 3:40 PM, Flavien Lambert wrote: Dear all, as said by the title of the e-mail, I try to put the page number in the middle (both vertically and horizontally) of the margin. I tried a custom command like

Re: [NTG-context] Page number in the middle of the margin

2009-05-27 Thread Hans Hagen
Flavien Lambert wrote: Dear all, as said by the title of the e-mail, I try to put the page number in the middle (both vertically and horizontally) of the margin. I tried a custom command like \def\mypagenumber#1{% \vfill #1 \vfill } \setuppagenumbering{location=margin,command=\mypagenumber}

Re: [NTG-context] Funny setuphead[section] behaviour

2009-05-27 Thread Hans Hagen
Vyatcheslav Yatskovsky wrote: Hello, Funny enough, but when I provide after={\nowhitespace} in \setuphead [section] in the latest mkiv beta, it affects *subsection* instead. (That is, subsection's afterspace is eaten). Full code: \setuphead [section][ number=yes, align=right,

Re: [NTG-context] subsection numbering

2009-05-27 Thread Hans Hagen
Amaël Broustet wrote: Dear all, I got a problem with the numbering of subsections : they are numbered using the \currentheadnumber of the heading containing the \subsection attached an example and the output. whow ... \char`\\{}currentheadnumber easier ...

Re: [NTG-context] Arial

2009-05-27 Thread Vyatcheslav Yatskovsky
\usetypescriptfile[type-win] \usetypescript[arial]\setupbodyfont[arial, 12pt] should work in mkiv (LuaTeX) only. Best Vyatcheslav ___ If your question is of interest to others as well, please add an entry to the

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

2009-05-27 Thread John Haltiwanger
On Tue, May 26, 2009 at 7:07 PM, Bruce D'Arcus bdarcus.li...@gmail.comwrote: 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

[NTG-context] Size of \copyright

2009-05-27 Thread richard . stephens
Hello all, I would like to include a very small copyright notice, e.g. {\tfxx \copyright 2009 Acme Co Ltd} but the © does not shrink with the text. How do I change the size of \copyright? Thanks, Richard Converteam UK Ltd. Registration Number: 5571739 and Converteam Ltd. Registration

Re: [NTG-context] Size of \copyright

2009-05-27 Thread Taco Hoekwater
richard.steph...@converteam.com wrote: Hello all, I would like to include a very small copyright notice, e.g. {\tfxx \copyright 2009 Acme Co Ltd} but the © does not shrink with the text. How do I change the size of \copyright? EC encoding does not reserve a slot for the copyright

Re: [NTG-context] Size of \copyright

2009-05-27 Thread richard . stephens
I would like to include a very small copyright notice, e.g. {\tfxx \copyright 2009 Acme Co Ltd} but the © does not shrink with the text. How do I change the size of \copyright? EC encoding does not reserve a slot for the copyright symbol, so in default mkii, it is being built up

Re: [NTG-context] subsection numbering

2009-05-27 Thread Amaël Broustet
Thanks for the tip ! Le mercredi 27 mai 2009 à 16:38 +0200, Hans Hagen a écrit : Amaël Broustet wrote: Dear all, I got a problem with the numbering of subsections : they are numbered using the \currentheadnumber of the heading containing the \subsection attached an example and

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

2009-05-27 Thread Amaël Broustet
I will test tonight, thanks. Amaël Le mercredi 27 mai 2009 à 14:12 +0200, Hans Hagen a écrit : Amaël Broustet wrote: Dear all, the following example : ... \chapter{Blabla} \subsection{bla} ... is numbered 1 Blabla 11 bla The problem appears only if I skip the

Re: [NTG-context] bug in content interaction

2009-05-27 Thread Hans Hagen
Lutz Haseloff wrote: Hi all, with the newest ConTeXt (2009.05.27 11:27 MKIV) and luatex (beta-0.41.0-2009052623) I get a strange effect. If i use \placecontent all is as expected, but if I use \completecontent the click on chapter 3 in the table of content jumps to chapter 2 in the pdf. 2 jumps

Re: [NTG-context] KR itemize fails with latest beta

2009-05-27 Thread Hans Hagen
Matthijs Kooijman wrote: Hi, I've downloaded the beta today, which fails on one of my itemizes using the KR numbering scheme. I'm using MkIV context, with the following file: \starttext \startitemize[KR] \item Foo \stopitemize \stoptext fixed in next beta

Re: [NTG-context] Interaction not working?

2009-05-27 Thread Hans Hagen
Khaled Hosny wrote: Here is a minimal example: \setupinteraction[state=start] \setupcolors [state=start] \useURL[wiki][http://wiki.contextgarden.net][][\ConTeXt\ wiki] \starttext \from[wiki] \stoptext Which typesets something like the expanded text of \ConTeXt macro instead of the

[NTG-context] Beta version 2009.05.27 16:26, \footnote and \section

2009-05-27 Thread Otared Kavian
Hi Hans, The issue I reported some time ago regarding \scetion and \footnote with mkiv, is still there: mkiv, LuaTeX version 40, LuaTeX revision 1, (LuaTeX date stamp 2009050813), ConTeXt version 2009.05.27 16:26. The issue is as follows: the text of the \footnote used in the title of a

Re: [NTG-context] beta

2009-05-27 Thread Hans Hagen
Thomas A. Schmitz wrote: Would be nice to hear about these bugs; some of the have been posted several times, but we never heard back about them. weren't you going to make me a zip? -

Re: [NTG-context] Beta version 2009.05.27 16:26, \footnote and \section

2009-05-27 Thread Hans Hagen
Otared Kavian wrote: Hi Hans, The issue I reported some time ago regarding \scetion and \footnote with mkiv, is still there: mkiv, LuaTeX version 40, LuaTeX revision 1, (LuaTeX date stamp 2009050813), ConTeXt version 2009.05.27 16:26. ok, solved in next beta

Re: [NTG-context] beta

2009-05-27 Thread Thomas A. Schmitz
On May 27, 2009, at 7:04 PM, Hans Hagen wrote: Thomas A. Schmitz wrote: Would be nice to hear about these bugs; some of the have been posted several times, but we never heard back about them. weren't you going to make me a zip? Will do during the weekend. (I'm at a conference in Belgium

Re: [NTG-context] Page number in the middle of the margin

2009-05-27 Thread Flavien Lambert
Sorry, I wasn't clear. \midalign{} put the page number in the (horizontal) middle of the margin in the bottom. What I would like to do is to put the page number in the vertical middle of the page. 2009/5/27 Hans Hagen pra...@wxs.nl Flavien Lambert wrote: Dear all, as said by the title of the

Re: [NTG-context] beta

2009-05-27 Thread Hans Hagen
Thomas A. Schmitz wrote: On May 27, 2009, at 7:04 PM, Hans Hagen wrote: Thomas A. Schmitz wrote: Would be nice to hear about these bugs; some of the have been posted several times, but we never heard back about them. weren't you going to make me a zip? Will do during the weekend. (I'm

Re: [NTG-context] Page number in the middle of the margin

2009-05-27 Thread Hans Hagen
Flavien Lambert wrote: Sorry, I wasn't clear. \midalign{} put the page number in the (horizontal) middle of the margin in the bottom. What I would like to do is to put the page number in the vertical middle of the page. 2009/5/27 Hans Hagen pra...@wxs.nl Flavien Lambert wrote: Dear all, as

[NTG-context] TexPaste alpha - my Win application converting Word/HTML to TeX

2009-05-27 Thread Vyatcheslav Yatskovsky
Hello, I'm glad to report that I made a simple application (sorry, only forWindows at the moment) that coverts text from Ms Word (or other editors) or HTML pages (web sites) into TeX. DOWNLOAD LINK (280 KB): http://ul.to/hmpy60 The app recognizes at the moment only following formats/tags:

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

2009-05-27 Thread Dalyoung
Thank you for the checking. I typed the text and run it. At this time, it worked. There may be a garbage attached during the process of copy and paste. By the way, is it possible to modify this code to use circled character a, b, c, ...? By using the command \sym{symbol}, I may use them,

Re: [NTG-context] Beta version 2009.05.27 16:26, \footnote and \section

2009-05-27 Thread Otared Kavian
On 27 mai 09, at 23:25, Hans Hagen wrote: […] ok, solved in next beta Thanks for your attention: I will test that beta. Best regards: OK ___ If your question is of interest to others as well, please add an