Overview
Comment: | Added latex2html to setup |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
050454bdd9e8419cb3c9a4821067ef76 |
User & Date: | gawthrop@users.sourceforge.net on 1998-01-06 09:14:51 |
Other Links: | branch diff | manifest | tags |
Context
1998-01-06
| ||
09:20:02 | Made LATEX2HTML an environment variable. check-in: d5fbe23d45 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:14:51 | Added latex2html to setup check-in: 050454bdd9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:11:26 | Removed matlab from the setup check-in: 8b6ebb4c8c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mttrc from [d227974db3] to [6c3e039a24].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ # Revision 1.2 1997/12/04 10:49:16 peterg # Put under RCS at last # Added CC variable # ############################################################### | > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ # Revision 1.3 1998/01/06 09:11:26 peterg # Removed matlab from the setup # # Revision 1.2 1997/12/04 10:49:16 peterg # Put under RCS at last # Added CC variable # ############################################################### |
︙ | ︙ | |||
82 83 84 85 86 87 88 | HTMLVIEW='netscape' export HTMLVIEW # Setup dvi viewer DVIVIEW='xdvi' export DVIVIEW | > > > | 85 86 87 88 89 90 91 92 93 94 | HTMLVIEW='netscape' export HTMLVIEW # Setup dvi viewer DVIVIEW='xdvi' export DVIVIEW # Setup latex2html LATEX2HTML='latex2html -contents_in_navigation' export LATEX2HTML |