-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
execution time is too much #53
Comments
Can you send us the docx file? letexml at le-tex.de |
Some acceleration can be achieved by avoiding JVM startup time. But fundamentally, in order to be able to debug the process, we split the conversion into several transformation passes where the content will be gradually converted to the intermediate, DocBook-based XML format and from there to LaTeX, again in multiple passes. This creates some overhead since most of the time, the document won’t be changed much in each pass. |
About 15 seconds of execution time stem from converting the MathType equations. |
Hey @gimsieke |
I think if you select |
d2t.bat c:\sample-file.docx -m no this command not working. |
This is like in #52: Only the Bash script |
It is still giving the latex instead of images. I have put MTEFSOURCE=no in the batch file, after docx2tex.xpl and run the command d2t.bat c:\sample-file.docx |
Do you talk about the Windows Batch ( |
Ah, sorry, I think it’s |
@mkraetke The value |
The command runs for around 40 seconds in order to convert 10 lines of docx file. Can't we minimize the execution time?
The text was updated successfully, but these errors were encountered: