diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/mathmode/README')
-rw-r--r-- | Master/texmf-doc/doc/english/mathmode/README | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-doc/doc/english/mathmode/README b/Master/texmf-doc/doc/english/mathmode/README index 068ccdd16b0..89c056a3554 100644 --- a/Master/texmf-doc/doc/english/mathmode/README +++ b/Master/texmf-doc/doc/english/mathmode/README @@ -8,17 +8,22 @@ Mathmode.bib : BibTeX data Mathmode.ist : index style file showexpl.cfg : config file for the showexpl package save it together with showexpl.sty -colArray,exscale, -node,styles : images +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: -latex Mathmode.ltx -latex Mathmode.ltx +(pdf)latex Mathmode.ltx +(pdf)latex Mathmode.ltx bibtex Mathmode makeindex -s Mathmode.ist Mathmode.idx -latex Mathmode.ltx +(pdf)latex Mathmode.ltx +(pdf)latex Mathmode.ltx + +only for a latex run: dvips Mathmode.dvi ps2pdf Mathmode.ps @@ -29,3 +34,5 @@ vlatex Mathmode.ltx bibtex Mathmode makeindex -s Mathmode.ist Mathmode.idx vlatex Mathmode.ltx +vlatex Mathmode.ltx + |