LaTeX: Manuals and Software Installation
- Download MikTex from www.miktex.org,
or here.
Install.
- Download WinEdt from www.winedt.com,
or here.
Install.
- Download ImageMagick from www.imagemagick.org,
or here.
Install.
- After the installation, you are ready to experience Latex.
- Steps for creating documents using Latex:
- Use any editor available (e.g., WinEdt) to create *.tex file. E.g.,
test.tex. You can insert the needed mathematical symbols from WinEdt. Or
you can find the mappings from any Latex related book.
- Use WinEdt or DOS prompt command (latex test.tex). You will get
test.dvi.
- Use DVI file previewer, you can display DVI files. On command line,
yap test.dvi. Or use MikTex DVI Viewer. Or directly from WinEdt.
- Use command dvips test.dvi to create test.ps. Or directly from WinEdt.
- Use command dvipdfm test.dvi to create test.pdf. Or directly from
WinEdt.
- Latex only supports *.eps files, however, lots of tools can generate *.eps
files. A command from ImageMagick, "convert test.jpg test.eps",
can convert a JPEG file to EPS file. MATLAB can directly create EPS fule.
Microsoft Visio can create EPS files too.
- The following documents are two good Latex reference books:
- lshort.pdf:
introduction to Latex
- epslatex.pdf:
about embedding figures.
- If you want to ask a question about Latex, who can answer?
- Dong Zheng
- Yan Liu
- Ronghui Tu
- Md. Abdur Rahman
- Andrew Rozcniak
- who else?