Re: [NTG-context] Handling EMBED tag in Tex

2011-01-10 Thread Hans Hagen
Hi Wolfgang, the next beta will provide \xmltofile{#1}{.}{filename} so that one can avoid a buffer. - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherla

Re: [NTG-context] Handling EMBED tag in Tex

2011-01-10 Thread Anand Raj
*d.svg* http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";> http://www.w3.org/2000/svg";> can you help me to create svg files from the given embed tag. On Fri, Jan 7, 2011 at 9:23 PM, Wolfgang Schuster < schuster.wolfg...@googlemail.com> wrote: > > Am 07.01.2011 um 03:35 schrieb Anand

Re: [NTG-context] Handling EMBED tag in Tex

2011-01-07 Thread Philipp A.
2011/1/7 Wolfgang Schuster > Am 07.01.2011 um 15:02 schrieb Philipp A.: > > out of curiosity: how do you get “·”? > > asciimath: “*” > calcmath: i guess “·” > > Wolfgang > thanks :) ___ If your question is of interes

Re: [NTG-context] Handling EMBED tag in Tex

2011-01-07 Thread Wolfgang Schuster
Am 07.01.2011 um 15:02 schrieb Philipp A.: > out of curiosity: how do you get “·”? asciimath: “*” calcmath: i guess “·” Wolfgang ___ If your question is of interest to others as well, please add an entry to the W

Re: [NTG-context] Handling EMBED tag in Tex

2011-01-07 Thread Philipp A.
2011/1/7 Wolfgang Schuster > Asciimath: > > ["xx"]= "\\times ", > > Calcmath: > > elseif how == '*' then > texprint("\\times") > > These are the relevant parts from the asciimath and calcmath sources, > to get the output “3 \times 3 = 9”

Re: [NTG-context] Handling EMBED tag in Tex

2011-01-07 Thread Wolfgang Schuster
Am 07.01.2011 um 14:43 schrieb Philipp A.: > 2011/1/7 Wolfgang Schuster > Sorry but but i mixed calcmath and asciimath but nevertheless you should look > at the source where you can find the hint that \times is produced with “xx” > as input. > > Wolfgang > > there are 3 math operators which c

Re: [NTG-context] Handling EMBED tag in Tex

2011-01-07 Thread Philipp A.
2011/1/7 Wolfgang Schuster > Sorry but but i mixed calcmath and asciimath but nevertheless you should > look > at the source where you can find the hint that \times is produced with “xx” > as input. > > Wolfgang > there are 3 math operators which can be “times”: “·”, “×” and “∗” (not “*”) which

Re: [NTG-context] Handling EMBED tag in Tex

2011-01-07 Thread Wolfgang Schuster
Am 07.01.2011 um 03:35 schrieb Anand Raj: > Hi, > > Herewith I am attaching the question_svg.xml and question.tex files. With > this I am trying to convert the xml to pdf. I encounter two problems here. > > 2. embed to svg > In the last question in the xml, can find line type='image/svg+

Re: [NTG-context] Handling EMBED tag in Tex

2011-01-07 Thread Wolfgang Schuster
Am 07.01.2011 um 13:57 schrieb Wolfgang Schuster: > Am 07.01.2011 um 03:35 schrieb Anand Raj: > >> Hi, >> >> Herewith I am attaching the question_svg.xml and question.tex files. With >> this I am trying to convert the xml to pdf. I encounter two problems here. >> >> I am using asciimath modu

Re: [NTG-context] Handling EMBED tag in Tex

2011-01-07 Thread Wolfgang Schuster
Am 07.01.2011 um 03:35 schrieb Anand Raj: > Hi, > > Herewith I am attaching the question_svg.xml and question.tex files. With > this I am trying to convert the xml to pdf. I encounter two problems here. > > I am using asciimath module in my tex. > > 1. times not rendered to X > In the fi

Re: [NTG-context] Handling EMBED tag in Tex

2011-01-06 Thread Anand Raj
Hi, Herewith I am attaching the question_svg.xml and question.tex files. With this I am trying to convert the xml to pdf. I encounter two problems here. I am using asciimath module in my tex. 1. *times* not rendered to *X* In the first question in the xml, can find line*8.404 times 10^(-7)*.

Re: [NTG-context] Handling EMBED tag in Tex

2011-01-06 Thread Wolfgang Schuster
Am 06.01.2011 um 10:32 schrieb Anand Raj: > Yes. the svg content is not stored in the embed.svg. > > can you make it? You you at least give a few information, the thing you’re telling is that my example doesn’t work but you don’t tell how you integrated it in your own setups. Wolfgang ___

Re: [NTG-context] Handling EMBED tag in Tex

2011-01-06 Thread Anand Raj
Yes. the svg content is not stored in the embed.svg. can you make it? Thanks On Thu, Jan 6, 2011 at 5:28 PM, Hans Hagen wrote: > On 6-1-2011 9:02, Wolfgang Schuster wrote: > >> >> Am 06.01.2011 um 04:42 schrieb Anand Raj: >> >> Hi, >>> >>> I have embed tags in my xhtml can i render it in my p

Re: [NTG-context] Handling EMBED tag in Tex

2011-01-06 Thread Hans Hagen
On 6-1-2011 9:02, Wolfgang Schuster wrote: Am 06.01.2011 um 04:42 schrieb Anand Raj: Hi, I have embed tags in my xhtml can i render it in my pdf. How should I form the .tex file to handle this? Write the whole block to a external file and read import it them with \externalfigure. \star

Re: [NTG-context] Handling EMBED tag in Tex

2011-01-06 Thread Wolfgang Schuster
Am 06.01.2011 um 04:42 schrieb Anand Raj: > Hi, > > I have embed tags in my xhtml can i render it in my pdf. > > How should I form the .tex file to handle this? > > src='/javascript/d.svg' > script='initPicture(-.5,5,-.5,5);path([[0,0],[1,4],[4,4],[3,0],[0,0]]);text([2.5,4],"44","above");te

[NTG-context] Handling EMBED tag in Tex

2011-01-05 Thread Anand Raj
Hi, I have embed tags in my xhtml can i render it in my pdf. How should I form the .tex file to handle this? Thanks Anand ___ If your question is of interest to others as well, please add an entry to the Wiki! ma