Simplest method to convert word file to LaTeX
To convert word file in to LaTeX there are different software are available on internet but all are trial version and having limited features. Here I will show you simplest method to convert files in .tex format.
1. Basically word file have different format than tex.
2. .tex file contain LaTeX code and we need to compile this code in LaTeX software.
3. Following trick are work in Linux (Ubuntu) and this is most simple and free trick to convert files.
4. First install package Writer2latex
$ sudo apt-get install writer2latex
5. After installation convert sample word file.
6. To convert we need to save word file in .odt format ( Is simple to open word file in LibreOffice and save as sample .odt)
7. Open terminal
$ w2l –ultraclean sample.odt sample.tex
This create sample.tex file in your directory just open and run sample.tex
To know how to install LaTeX in Ubuntu Go