140 reputation
4
bio website
location
age
visits member for 10 months
seen May 6 at 2:50
stats profile views 2

May
2
revised How to convert a scientific manuscript from LateX to Word using Pandoc?
added 370 characters in body
May
2
comment How to convert a scientific manuscript from LateX to Word using Pandoc?
@CharlesStewart Yes I looked at tex4ht but it is not very intuitive and does not appear to be well supported. For example I install the packages using MiKTex 2.9 package manager. I open CMD line in project folder. I enter hlatex document and get error that it is not recognized. Part of the problem is there is no definitive guide. Online I've seen claims it works out of the box in MiKTek, others point to long set up instructions. Hard to figure out. Any pointers?
May
2
revised How to convert a scientific manuscript from LateX to Word using Pandoc?
added 698 characters in body
May
2
revised How to convert a scientific manuscript from LateX to Word using Pandoc?
Added detailed list of errors and solutions
May
2
comment How to convert a scientific manuscript from LateX to Word using Pandoc?
@CharlesStewart I am using version 1.11.1 now. In any case I added the .png extension to the main .tex file as suggested by Federico Poloni above. That worked. However, the math is still a mess, and no citations.
May
2
comment How to convert a scientific manuscript from LateX to Word using Pandoc?
@CharlesStewart I saw that too. To be hones I am not sure. I had an older version installed. Then I downloaded the latest versions and installed it. I imagine that deleted the previous one but not sure. (As you can see I'm no expert). I looked for a version command in pandoc but could not find one.
May
2
comment How to convert a scientific manuscript from LateX to Word using Pandoc?
@CharlesStewart Thanks. Saw that in the Pandoc manual but I could not find any examples of it being actually implemented. Could you kindly write down the full command? I've tried pandoc -s document.tex -o document.html --default-image-extension=.png and get pandoc: unrecognized option. The Pandoc user guide is pretty but very sparse...
May
2
awarded  Editor
May
2
comment How to convert a scientific manuscript from LateX to Word using Pandoc?
@KeksDose Thanks for your comment. I added a line to the question explaining the rationale. Please take a look at first paragraph.
May
2
revised How to convert a scientific manuscript from LateX to Word using Pandoc?
added line explaining need for conversion.
May
1
asked How to convert a scientific manuscript from LateX to Word using Pandoc?
Feb
18
comment Beamer: Positioning of images using framebreaks
@Amish Chipmunk Thanks! That is a great explanation and it worked great! Have a nice day.
Feb
18
accepted Beamer: Positioning of images using framebreaks
Feb
17
asked Beamer: Positioning of images using framebreaks
Aug
29
awarded  Supporter
Jul
2
awarded  Scholar
Jul
2
comment Long table in landscape mode with alternating row colors does not work with \multicolumn
Thank you! Worked like a charm.
Jul
2
accepted Long table in landscape mode with alternating row colors does not work with \multicolumn
Jul
1
awarded  Student
Jul
1
comment Tables environment
The package longtable is not complicated at all if you spend five minutes trying to understand it. However, it is not very robust in interaction with other packages. See this Q&A for a worked example, as well as some problems.