MikTeX installation
- Install Textpad:
http://www.textpad.com
- Install Ghostscript:
http://www.cs.wisc.edu/~ghost/
- Install GsView to examine PS and EPS files.
http://www.cs.wisc.edu/~ghost/
- Installing MikTeX
MixTEX Download
- In Windows explorer go to directory Samples
(subdirectory of directory where TextPad is installed)
unpack
user.zip.
- Run TextPad. No files should be open.
In Configure/Preferences/Document Classes
add new file type TEX:
- Files in class: input *.tex.
- Syntax: check Enable syntax highlighting.
- Syntax definition file: select LaTeX.syn.
- Colors: user can define which colors to use for
Keywords1, Comments in Comments2.
- In TextPadu add new filter (extension *.tex)
to Configure/Preferences/File Name Filters
- In Configure/Preferences/Tools you must connect Textpad to Miktex:
New options are added using Add/Program
- laTeX-a to PDF
- Command: C:\texmf\miktex\bin\pdflatex.exe
- Parameters: $FileName
- Initial Folder: $FileDir
- Save all document first - check
- Close DOS window on exit - check
- other options unchecked
- compiler laTeX to DVI
- Command: C:\texmf\miktex\bin\latex.exe
- Parameters: $FileName
- Initial Folder: $FileDir
- Save all document first - check
- Close DOS window on exit - check
- other options unchecked
- compiler DVI to PostScript (dvips):
- Command: C:\texmf\miktex\bin\dvips.exe
- Parameters: $BaseName.dvi -o $BaseName.ps -F
- Initial Folder: $FileDir
- Close DOS window on exit - check
- other options unchecked
- calling GSView :
- Command: C:\....\Ghostgum\gsview\gsview32.exe
- Parameters: $BaseName.ps
- Initial Folder: $FileDir
- all options unchecked
- compiler from PostSctript to PDF (PS2PDF):
- Command: C:\gs\gs7.03\bin\gswin32c.exe
- Parameters: -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -I.\;c:\gs\gs7.03\bin -sPAPERSIZE=a4 -sOutputFile=$BaseName.PDF -c save pop -f $BaseName.ps
(change according to Ghostscript installation)
- Initial Folder: $FileDir
- Close DOS window on exit - check
- other options unchecked
- calling Acrobat:
- Command: C:\Program Files\Adobe\Acrobat 4.0\Reader\AcroRd32.exe
- Parameters: $BaseName.pdf
- Initial Folder: $FileDir
- all options unchecked
- checking if everything is OK:
- Load and compile file sample2e.tex from directory:
c:\texmf\tex\latex\base\sample2e.tex.
|