Overview
Comment: | Converts labg to pretty eps |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
71c2d3552309644ca195cd33dee2a782 |
User & Date: | gawthrop@users.sourceforge.net on 2005-09-29 13:45:18 |
Other Links: | branch diff | manifest | tags |
Context
2005-09-29
| ||
13:46:25 | Converts labg.fig -> ps/eps correctly (using fig2ps) check-in: abdbc1c97d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:45:18 | Converts labg to pretty eps check-in: 71c2d35523 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:22:53 | LaTeX style file for labg.fig conversion to eps check-in: f9bcb979da user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/bin/trans/labg_fig2ps version [3fff3368d1].
> > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | #! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: labg_fig2ps # Eps figures from labg rep. echo Creating $1.ps fig2ps --nogv --forcespecial --add=$MTT_LIB/latex/bg $1.fig >/dev/null |