File: README

package info (click to toggle)
texlive-doc 2007.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 129,872 kB
  • ctags: 3,330
  • sloc: xml: 23,147; perl: 8,370; makefile: 843; sh: 352; lisp: 276; java: 159; python: 97; sed: 4
file content (38 lines) | stat: -rw-r--r-- 1,102 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Mathmode.pdf      : math in TeX/LaTeX; package amsmath.sty
                    needs package showexpl. Should be on CTAN in
		    the near future. Until then go to
		    http://perce.de/LaTeX/showexpl/
Mathmode.ltx	  : main source file (preamble)
Mathmode.tex	  : document source
Mathmode.bib	  : BibTeX data
Mathmode.ist	  : index style file
showexpl.cfg      : config file for the showexpl package
                    save it together with showexpl.sty
images/           : subdir for all pdf|eps images
runVTeX           : Shell script to tun vlatex
runLaTeX          : Shell script to tun latex->dvips->ps2pdf
runPDFLaTeX       : Shell script to tun pdflatex



building the document:
(pdf)latex Mathmode.ltx
(pdf)latex Mathmode.ltx
bibtex Mathmode
makeindex -s Mathmode.ist Mathmode.idx
(pdf)latex Mathmode.ltx
(pdf)latex Mathmode.ltx

only for a latex run:
dvips Mathmode.dvi
ps2pdf Mathmode.ps


or alternative with VTeX (http://www.micropress-inc.com/linux/)
vlatex Mathmode.ltx
vlatex Mathmode.ltx
bibtex Mathmode
makeindex -s Mathmode.ist Mathmode.idx
vlatex Mathmode.ltx
vlatex Mathmode.ltx