[NTG-context] Html to pdf using pragma script

2010-12-20 Thread Anand Raj
Hi, I want to convert the html page to pdf. the html contains svg and mathml content. Thanks Anand ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

Re: [NTG-context] Html to pdf using pragma script

2010-12-20 Thread Wolfgang Schuster
Am 20.12.2010 um 09:48 schrieb Anand Raj: Hi, I want to convert the html page to pdf. the html contains svg and mathml content. http://pragma-ade.com/general/manuals/xml-mkiv.pdf http://dl.contextgarden.net/myway/tas/xhtml.pdf Wolfgang

[NTG-context] Fwd: Re: startcolumns: text runs into footer

2010-12-20 Thread achim
Hi Philipp, thank you for your reply. (1) Columnsets cause less trouble than the ordinary ?\[start|stop]columns?; (2) you have to define the vskips prior to using them with ?\setupwhitespace? or ?\blank?. that takes me a bit further. But columnsets seem to have one great disadvantage

[NTG-context] [ac...@jander.de: Re: startcolumns: text runs into footer]

2010-12-20 Thread Philipp Gesang
Hi all, I’m just forwarding this to the ml as I can’t help any further and I’d like to know the answer too. @Achim: have you tried locally chopping off a line from the text area with “\[start|stop]columns”? Something like this: ··8·

Re: [NTG-context] [ac...@jander.de: Re: startcolumns: text runs into footer]

2010-12-20 Thread Wolfgang Schuster
Am 20.12.2010 um 10:57 schrieb Philipp Gesang: Hi all, I’m just forwarding this to the ml as I can’t help any further and I’d like to know the answer too. @Achim: have you tried locally chopping off a line from the text area with “\[start|stop]columns”? Something like this:

Re: [NTG-context] [ac...@jander.de: Re: startcolumns: text runs into footer]

2010-12-20 Thread Taco Hoekwater
On 12/20/2010 11:07 AM, Wolfgang Schuster wrote: Am 20.12.2010 um 10:57 schrieb Philipp Gesang: Hi all, I’m just forwarding this to the ml as I can’t help any further and I’d like to know the answer too. @Achim: have you tried locally chopping off a line from the text area with

Re: [NTG-context] [ac...@jander.de: Re: startcolumns: text runs into footer]

2010-12-20 Thread achim
Hi at all, thank you for the replies. Im still not fully happy, but i get ahead. \setuplayout[lines=40] seems to do the job and holds the text inside the area. Zitat von Taco Hoekwater t...@elvenkind.com: \setuplayout[lines=40] And you need \setuplayout[grid=yes] % or grid=tolerant to

Re: [NTG-context] [ac...@jander.de: Re: startcolumns: text runs into footer]

2010-12-20 Thread achim
Hi again, I played around a litte, and i'm coming nearer to the result i desire. The example: \showframe \setuptolerance[horizontal, verytolerant] \definewhitespacemethod[Test]{\ctxparskip 0pt plus4pt minus0pt} \setupalign[line] %\setuplayout[grid=yes] \setuplayout[lines=41] %\showgrid

[NTG-context] How to get numbered cases'ed equations ?

2010-12-20 Thread Cedric Mauclair
Hi list, How can I get a numbered equation when using cases in MkIV? The hack proposed by Aditya in [1] doesn't work as it uses macros that no longer exist (\makesesctionnumber and others). The reference doesn't even get recorded. I precise that I don't want (well, don't need) the sub numbering

Re: [NTG-context] error with m-database example

2010-12-20 Thread Mojca Miklavec
On Sun, Dec 19, 2010 at 20:37, Florian Wobbe wrote: Hi, The example from http://wiki.contextgarden.net/m-database gives me an error. ! LuaTeX error ...t-beta/texmf-context/tex/context/base/m-database.lua:74: bad argument #2 to 'lpegmatch' (string expected, got nil) stack traceback:        

Re: [NTG-context] error with m-database example

2010-12-20 Thread Florian Wobbe
On Dec 20, 2010, at 17:56 , Mojca Miklavec wrote: On Sun, Dec 19, 2010 at 20:37, Florian Wobbe wrote: Hi, The example from http://wiki.contextgarden.net/m-database gives me an error. ! LuaTeX error ...t-beta/texmf-context/tex/context/base/m-database.lua:74: bad argument #2 to

[NTG-context] Compatibility problem Ctx TeXlive2010 x ctx minimals or error in code??

2010-12-20 Thread Jaroslav Hajtmar
Hello all, I'm looking the reason of non-functioning my context module in the context TeXlive 2010. In context mimals version everything is working properly and without error, but when I compile my source code with ConTeXt, which is part of TeXlive 2010, then I get message:

Re: [NTG-context] Compatibility problem Ctx TeXlive2010 x ctx minimals or error in code??

2010-12-20 Thread Martin Schröder
2010/12/20 Jaroslav Hajtmar hajt...@gyza.cz: I'm looking the reason of non-functioning my context module in the context TeXlive 2010. If your are using ConTeXt with TL2010, you should use tlcontrib. Best Martin

Re: [NTG-context] error with m-database example

2010-12-20 Thread Hans Hagen
On 20-12-2010 5:56, Mojca Miklavec wrote: On Sun, Dec 19, 2010 at 20:37, Florian Wobbe wrote: Hi, The example from http://wiki.contextgarden.net/m-database gives me an error. ! LuaTeX error ...t-beta/texmf-context/tex/context/base/m-database.lua:74: bad argument #2 to 'lpegmatch' (string

Re: [NTG-context] running headers on postponed makeup

2010-12-20 Thread Hans Hagen
On 19-12-2010 11:31, Philipp Gesang wrote: On 2010-12-1821:06:11, Hans Hagen wrote: On 18-12-2010 6:12, Philipp Gesang wrote: after discovering postponed insertions I encountered a problem when combining it with the makeup mechanism I am so fond of. The next beta will have changes mark

[NTG-context] What's the proper way to typeset a slash in a text flow?

2010-12-20 Thread Marco Pessotto
See the following minimal example (I'm not trying to typeset urls or filesystem paths in this way, just regular text): \def\myslash{/\penalty-5000} \starttext \type{/} {\bfd Love/Hate/Play/Love/Hate/Play/Love/Hate/Play/Love/Hate/Play} \type{\slash} {\bfd

Re: [NTG-context] What's the proper way to typeset a slash in a text flow?

2010-12-20 Thread Hans Hagen
On 21-12-2010 12:34, Marco Pessotto wrote: See the following minimal example (I'm not trying to typeset urls or filesystem paths in this way, just regular text): \def\myslash{/\penalty-5000} \starttext \type{/} {\bfd

Re: [NTG-context] Html to pdf using pragma script

2010-12-20 Thread Anand Raj
Hi, Thank you so much for your prompt reply. I am new to this. my need is to convert the html page to pdf and this html contains svg and mathml content. I have linux environment 1. What are things to be installed to fulfill my need 2. how to convert html -- xml -- pdf using context (may be

Re: [NTG-context] Html to pdf using pragma script

2010-12-20 Thread Anand Raj
Hi, how to map svg tags from xml and tex file.? On Mon, Dec 20, 2010 at 4:48 PM, Anand Raj anand.s...@gmail.com wrote: Hi, I want to convert the html page to pdf. the html contains svg and mathml content. Thanks Anand