Tex to word conversion in VB
Dear All,
I am using a Software(Chikrii) to convert a Tex document into word document.Is there any method avl to import this method in Vb. I want to automate this conversion.I tried to get the method by captuing in a macro.But it is not capturing the converting process.How to do capture this process.
Re: Tex to word conversion in VB
Could you popst a sample avl file?
Re: Tex to word conversion in VB
Here is one sample File.I need to convert this file into a word file using Vb
Re: Tex to word conversion in VB
What is it? Basic code?
Quote:
$${{d\alpha } \over {dt}} = k\left( {1 - \alpha } \right)^n$$
$$\alpha = {{W\left( t \right) - W_i } \over {W_i - W_f }}$$
$$k = A_o T^{1/2} \exp \left( {{{ - E} \over {RT}}} \right)$$
$${{d\alpha } \over {dT}} = {{A_0 } \over \beta }T^{1/2}\left( {1 - \alpha}\right)^n \exp \left( {{{ - E} \over {RT}}} \right)$$
$${{d^2 \alpha } \over {dT^2 }} = {1 \over \beta }\left( {{{d\alpha } \over {dt}}} \right)\left[ {n\left( {1 - \alpha } \right)^{ - 1} \left( { - {{d\alpha } \over {dT}}} \right) + {E \over {RT^2 }} + {1 \over 2}T^{ - 1} } \right]$$
Re: Tex to word conversion in VB
couldnt you just open the text file, copy all of its contents then paste them into word and save the file...?
Re: Tex to word conversion in VB
Quote:
Originally Posted by sessi4ml
What is it? Basic code?
Seems like a formatting for an rtf file.
How about using the word object?
Re: Tex to word conversion in VB
If you have installed the Tex to word covertor(Chikrii), if try to open this file , you will be prompeted for converting this tex document to word document.I tried to record this macro,But nothing is capture in the macro.How to overcome this problem
Edit:Sessi :) I dont know the basic code
Re: Tex to word conversion in VB
is this a .txt file we are talking about?
could you not just rename the file to
filename.doc
as a .txt file is only text you shouldn't have any problems
Re: Tex to word conversion in VB
It is not a Text file File.We cannot rename the file as as text.TEX is different from TEXT
Re: Tex to word conversion in VB
ahh i thought you were just missing the t off text ha!
Re: Tex to word conversion in VB
No problem, Suggest some other mehod :D