[NTG-context] pdf-Forms

2009-01-04 Thread Holzminister
Hi! I wanted to test pdf-forms with the latest minimals from contextgarden and ran into some interesting errors. The following code compiles, but I cannot change the fieldvalue: \starttext Field \fillinfield[test]{Fieldtext} \stoptext When I add \setupinteraction[state=start], the

Re: [NTG-context] pdf-Forms

2009-01-04 Thread Holzminister
When I add \setupinteraction[state=start], the compilation breaks with an error: [...] This is fixed in the last alpha. Thanks, it works. Neither pdfcontext nor luatex wanted to compile. Can anyone help? Why the pdf prefix for context? I thought it was nicer to distinguish the

Re: [NTG-context] Wrong cache-path with luatex

2008-10-26 Thread Holzminister
Am Fri, 24 Oct 2008 15:43:45 +0200 schrieb luigi scarso [EMAIL PROTECTED]: On Fri, Oct 24, 2008 at 2:23 PM, Holzminister [EMAIL PROTECTED]wrote: Am Fri, 24 Oct 2008 14:05:36 +0200 schrieb luigi scarso [EMAIL PROTECTED]: On Fri, Oct 24, 2008 at 1:40 PM, Holzminister [EMAIL

[NTG-context] Wrong cache-path with luatex

2008-10-24 Thread Holzminister
Hi! Within my luatex-chache directory there is the directory 2afa1e18082b2d9b8e2af9f2c6e925a6. But when I call texexec --lua it searches for a directory called 0aa031a3f94c398f99a9660a610ae9ef. I linked this with the existing one, but now luatex can't find any fontfiles anymore. Running luatex

Re: [NTG-context] Wrong cache-path with luatex

2008-10-24 Thread Holzminister
Am Fri, 24 Oct 2008 14:05:36 +0200 schrieb luigi scarso [EMAIL PROTECTED]: On Fri, Oct 24, 2008 at 1:40 PM, Holzminister [EMAIL PROTECTED]wrote: Hi! Within my luatex-chache directory there is the directory 2afa1e18082b2d9b8e2af9f2c6e925a6. But when I call texexec --lua it searches

Re: [NTG-context] Clickable Subsections in TOC

2008-09-25 Thread holzminister
, command=\ListCommand] \starttext \placelist[subsection] \dorecurse{10}{\subsection{Hello world!}} \stoptext But that doesn't break lines at the end. Everything is ut into one single line ... Best regards, Eyke 2008/9/24 Taco Hoekwater [EMAIL PROTECTED]: holzminister wrote: Hi! Nobody an idea

Re: [NTG-context] Clickable Subsections in TOC

2008-09-24 Thread holzminister
Hi! Nobody an idea? Cheers, Eyke 2008/9/22 holzminister [EMAIL PROTECTED]: Hi, it's me again. :) Why can I only click the green dots left of the words but not the words themself? (Tested with luatex an pdftex.) \setupcolors [state=start] \setupinteraction [state=start

[NTG-context] Textbackground with leftframe

2008-09-23 Thread holzminister
Hi! 1) I wanted to color some text inside a columnset-environment. That works fine for text that stays in one column or spans two consecutive ones. But if there's a pagebreak after the first page, only the left column gets the background. From page two on everything is fine again. Any ideas how

[NTG-context] Working with grids and Luatex

2008-09-22 Thread holzminister
Hi! Is there a command to place text on the grid again, if it is shifted by a graphic or something like this? \setuplayout[grid=yes] \showgrid \starttext \input knuth \framedtext [height=fit,autowidth=force,offset=0pt] { \externalfigure[cow][scale=830] } \input knuth \stoptext

Re: [NTG-context] Working with grids and Luatex

2008-09-22 Thread holzminister
Thanks! Works great! Now I found it in the manual, too ... :) Cheers, Eyke 2008/9/22 Aditya Mahajan [EMAIL PROTECTED]: On Mon, 22 Sep 2008, holzminister wrote: Hi! Is there a command to place text on the grid again, if it is shifted by a graphic or something like this? (Untested

[NTG-context] Clickable Subsections in TOC

2008-09-22 Thread holzminister
Hi, it's me again. :) Why can I only click the green dots left of the words but not the words themself? (Tested with luatex an pdftex.) \setupcolors [state=start] \setupinteraction [state=start] \setuplist [subsection] [interaction=all, alternative=d,

Re: [NTG-context] Pyramiding \defs

2008-09-20 Thread Holzminister
Thanks a lot! Cheers, Eyke Am Fri, 19 Sep 2008 17:18:02 -0400 (EDT) schrieb Aditya Mahajan [EMAIL PROTECTED]: On Fri, 19 Sep 2008, Holzminister wrote: Hi! Can perhaps anyone explain to me why the example works in one case, but not in the other? Grouping. For a simpler example

[NTG-context] Pyramiding \defs

2008-09-19 Thread Holzminister
Hi! Can perhaps anyone explain to me why the example works in one case, but not in the other? \enableregime[utf-8] \mainlanguage [de] % \def\werte#1{\em [#1]} % +++ works \def\werte#1{{\em [#1]}} % --- doesn't work \def\moretest{} \def\test% { Testtext \def\moretest%

Re: [NTG-context] Luatex fails to load a font

2008-09-17 Thread holzminister
2008/9/16 Henning Hraban Ramm [EMAIL PROTECTED]: Am 2008-09-16 um 20:29 schrieb holzminister: OpenType can internally use TrueType outlines or PostScript outlines (different algorithms). OpenType with PS outlines normally use the .otf extension; OpenType with TrueType outlines are valid

Re: [NTG-context] Luatex fails to load a font

2008-09-17 Thread holzminister
That's a good idea. I will try this later on. Best regards, Eyke 2008/9/16 Hans Hagen [EMAIL PROTECTED]: here i have texmf-whatever/fonts/data/vendor/collection/somefont.somesuffix i.e. the whole lot organized by vendor/collection instead of per file type for that to work, you need to add

[NTG-context] Interesting Bug with LuaTex, \setfontfeature{oldstyle}, colors and tikz

2008-09-17 Thread holzminister
Hi! I wanted to use colors in my tikz-graphics. The following example gives a nice red line with texexec: \enableregime[utf-8] \mainlanguage [de] \setupcolors[state=start] \usemodule[tikz] \definecolor[zeug][r=1, g=0, b=0] \starttext \starttikzpicture \draw [zeug, line width=1ex,

Re: [NTG-context] Luatex fails to load a font

2008-09-17 Thread holzminister
How do you do that? Added the relevant font pathes to texmf.cnf? Cheers, Eyke 2008/9/17 Wolfgang Schuster [EMAIL PROTECTED]: On Wed, Sep 17, 2008 at 8:57 AM, holzminister [EMAIL PROTECTED] wrote: No, you don't have to do this. *.ttf - fonts/truetype *.otf - fonts/opentype You could

Re: [NTG-context] Luatex fails to load a font

2008-09-16 Thread holzminister
Hi! Unfortunately that did nothing helpful. I ran first-setup.sh additionally, but that didn't help either. Regards, Eyke 2008/9/16 Taco Hoekwater [EMAIL PROTECTED]: Eyke Höft wrote: My code works when I change the definition for example to texgyrebonum-regular.otf. Any ideas why the

Re: [NTG-context] Luatex fails to load a font

2008-09-16 Thread holzminister
Hmm, that's interesting. I thought it's not relevant where the fonts are located. The error appears when I put the font into context/tex/texmf/fonts/opentype/public. But there are no problems with the font in context/tex/texmf-context/fonts/truetype. Why? Cheers, Eyke 2008/9/16 Taco Hoekwater

Re: [NTG-context] Luatex fails to load a font

2008-09-16 Thread holzminister
I thought that OpenType is quasi an extended TrueType. Wikipedia says: OpenType Filename extension .otf, .ttf. So it isn't obvious why one schould not mix the two parts in one directory. Cheers, Eyke 2008/9/16 Arthur Reutenauer [EMAIL PROTECTED]: The error appears when I put the font into

[NTG-context] How to put descriptionheads into the index?

2008-09-15 Thread Holzminister
Hi! Let's assume I have a description like the one in the wiki: \startdescr{Para} This is a shorter item label, and some text that talks about it. The text is wrapped into a paragraph, with successive lines indented. \stopdescr Now I want to have Para in my index. I tried something like

Re: [NTG-context] Needless empty page at end

2008-09-15 Thread Holzminister
Hi! Is there nobody who knows something about this? Best regards, Eyke Am Wed, 20 Aug 2008 21:50:01 +0200 schrieb Holzminister [EMAIL PROTECTED]: Hi again! When I compile the example of http://wiki.contextgarden.net/Alternating_backgrounds_and_repeating_layers with texexec -lua or -pdf I

[NTG-context] Line under footer

2008-08-20 Thread Holzminister
Hi there! I managed to draw a line under my footer (with the help of this mailing list, of course ;) ), but how can I change its thickness? This doesn't seem to work: \setupbackgrounds[footer][text][frame=off, bottomframe=on, height=0pt, depth=3pt] Same effect with this one:

Re: [NTG-context] Line under footer

2008-08-20 Thread Holzminister
The description of setupframed in texshow-web offered the solution: rulethickness ... It's really interesting which ways you have to go to find a solution. Best wishes, Eyke Am Wed, 20 Aug 2008 17:43:32 +0200 schrieb Holzminister [EMAIL PROTECTED]: Hi there! I managed to draw a line under

[NTG-context] Needless empty page at end

2008-08-20 Thread Holzminister
Hi again! When I compile the example of http://wiki.contextgarden.net/Alternating_backgrounds_and_repeating_layers with texexec -lua or -pdf I get an additional empty page at the end of my document. It shows the watermark but neither text nor the pagenumber. This workaround unfortunately doesn't

Re: [NTG-context] Differences between \setupfootnotedefinition and \setupfootnotes

2008-08-18 Thread Holzminister
Ah, I see. Thanks! Am Sun, 17 Aug 2008 22:14:07 +0200 schrieb Hans Hagen [EMAIL PROTECTED]: Holzminister wrote: Hi! Can anyone explain the differences between the mentioned commands? the first one can be used to tune the rendering of footnotes (cf. descriptions), while the second

[NTG-context] Differences between \setupfootnotedefinition and \setupfootnotes

2008-08-17 Thread Holzminister
Hi! Can anyone explain the differences between the mentioned commands? Thanks in advance, Eyke ___ 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] Sample code: a textbook

2008-07-30 Thread Holzminister
Am Wed, 30 Jul 2008 17:27:38 +0200 schrieb Jörg Hagmann [EMAIL PROTECTED]: Some time ago, I showed a few sample pages of a biochemistry textbook I wrote in ConTeXt. I now uploaded the setup file with comments in ContextGarden (http://wiki.contextgarden.net/Biochemistry_textbook). I hope that

Re: [NTG-context] LinuxLibertine and math with LuaTeX

2008-07-12 Thread Holzminister
Hi! I tried to use palatino math and LinuxLibertine together, but without success. The font mechanism seems a bit confusing to me (I use ConTeXt for two days now ...). Can anyone help? Regards, Eyke Am Fri, 11 Jul 2008 23:47:51 +0200 schrieb Hans Hagen [EMAIL PROTECTED]: Holzminister wrote

Re: [NTG-context] LinuxLibertine and math with LuaTeX

2008-07-12 Thread Holzminister
Hm, that was easy ... Thank you very much! Regards, Eyke Am Sat, 12 Jul 2008 12:11:46 +0200 schrieb Wolfgang Schuster [EMAIL PROTECTED]: On Sat, Jul 12, 2008 at 11:05 AM, Holzminister [EMAIL PROTECTED] wrote: Hi! I tried to use palatino math and LinuxLibertine together, but without

[NTG-context] LinuxLibertine and math with LuaTeX

2008-07-11 Thread Holzminister
Hi! With the help of this great mailing-list I managed to type text with the opentype version of LinuxLibertine. But the math font still falls back to Latin Modern (I think). Is there a way to get mathsymbols typed with LinuxLibertine, too? My code so far: % engine=luatex \starttypescript

[NTG-context] Automatic sorting of german umlauts in registers

2008-07-10 Thread Holzminister
Hi! Is there a way to sort german umlauts in registers automatically like the DUDEN does? For instance the DUDEN treats the ü like an u rather then ue. A little example: Huefte Huf Hüfte Hut The workaround with xindy is no good idea, because it removes the references in the pdf. Regards, Eyke

Re: [NTG-context] Automatic sorting of german umlauts in registers

2008-07-10 Thread Holzminister
Am Thu, 10 Jul 2008 11:25:24 +0200 schrieb Wolfgang Schuster [EMAIL PROTECTED]: On Thu, Jul 10, 2008 at 11:11 AM, Holzminister [EMAIL PROTECTED] wrote: It's polite to use a real name. I signed the mail with my real forename. Hi! Is there a way to sort german umlauts in registers