Dear Sir, I am new to ConTEXt. I am using the below mentioned coding in a TEX file and try to compile it in ConTEXt to get a .DVI output. But I am getting PDF output only %=============\setupbodyfont[times]\usemodule[mathml]\starttext\setupheader [state=stop]\startbuffer<math xmlns="http://www.w3c.org/mathml" version="2.0"> <mcolumn> <mn>123</mn> <mrow> <mn>456</mn> <mo>+</mo> </mrow> <mline spacing="000+"/> <mn>579</mn> </mcolumn></math>\stopbuffer\processxmlbuffer\stoptext%== Could you please help me to get .DVI output from ConTEXt. Regards Anantha
On 5/5/2014 2:02 PM, Ananth Narayanan wrote:
Dear Sir,
I am new to ConTEXt. I am using the below mentioned coding in a TEX file and try to compile it in ConTEXt to get a .DVI output. But I am getting PDF output only
%============= \setupbodyfont[times] \usemodule[mathml] \starttext \setupheader [state=stop] \startbuffer <math xmlns="http://www.w3c.org/mathml" version="2.0"> <mcolumn> <mn>123</mn> <mrow> <mn>456</mn> <mo>+</mo> </mrow> <mline spacing="000+"/> <mn>579</mn> </mcolumn></math> \stopbuffer \processxmlbuffer \stoptext %==
Could you please help me to get .DVI output from ConTEXt.
context mkiv doesn't output dvi (maybe some day when i'm in the mood and when we have enhanced the dvi format) why do you need dvi? Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Dear Sir, I am new to ConTEXt. I am using the below mentioned coding in a TEX file and try to compile it in ConTEXt to get a .DVI output. But I am getting PDF output only %=============\setupbodyfont[times]\usemodule[mathml]\starttext\setupheader [state=stop]\startbuffer<math xmlns="http://www.w3c.org/mathml" version="2.0"> <mcolumn> <mn>123</mn> <mrow> <mn>456</mn> <mo>+</mo> </mrow> <mline spacing="000+"/> <mn>579</mn> </mcolumn></math>\stopbuffer\processxmlbuffer\stoptext%== Could you please help me to get .DVI output or PS from ConTEXt. Regards Anantha
Hi, is this a duplicate email by accident? On Wed, May 7, 2014 at 6:59 AM, Ananth Narayanan wrote:
Dear Sir,
I am new to ConTEXt. I am using the below mentioned coding in a TEX file and try to compile it in ConTEXt to get a .DVI output. But I am getting PDF output only
%============= \setupbodyfont[times] \usemodule[mathml] \starttext \setupheader [state=stop] \startbuffer <math xmlns="http://www.w3c.org/mathml" version="2.0"> <mcolumn> <mn>123</mn> <mrow> <mn>456</mn> <mo>+</mo> </mrow> <mline spacing="000+"/> <mn>579</mn> </mcolumn></math> \stopbuffer \processxmlbuffer \stoptext %==
Could you please help me to get .DVI output or PS from ConTEXt.
You can in principle convert the resulting PDF to PostScript. DVI doesn't even support OpenType fonts and ConTeXt MKIV doesn't really support the old TFM fonts any longer. As Hans already asked: what do you need the DVI format for? While it is not *technically* impossible to implement it, it is certainly a lot of "wasted" effort for very little or no gain. A lot more useful would be to avoid the need for DVI on the other side. Mojca
participants (3)
-
Ananth Narayanan
-
Hans Hagen
-
Mojca Miklavec