Overview
Comment: | LaTeX style file for labg.fig conversion to eps |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f9bcb979da854c27a1bea73ce477ff21 |
User & Date: | gawthrop@users.sourceforge.net on 2005-09-29 13:22:53 |
Other Links: | branch diff | manifest | tags |
Context
2005-09-29
| ||
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 | |
2005-09-27
| ||
08:55:37 | Added AE component check-in: ddee79b829 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/lib/latex/bg.sty version [d6c82b5f87].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 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 | %% Bond Graph commands \newcommand{\B}[1]{\text{\sffamily\textbf{#1}}} \newcommand{\AmpE}{\B{AE }} \newcommand{\AF}{\B{AF }} \newcommand{\C}{\B{C }} \newcommand{\CSW}{\B{CSW }} \newcommand{\De}{\B{De }} \newcommand{\Df}{\B{Df }} \newcommand{\I}{\B{I }} \newcommand{\INTF}{\B{INTF }} \newcommand{\ISW}{\B{ISW }} \newcommand{\R}{\B{R }} \newcommand{\Se}{\B{Se }} \newcommand{\Sf}{\B{Sf }} \newcommand{\Ss}{\B{SS }} \newcommand{\one}{\B{1 }} \newcommand{\zero}{\B{0 }} \newcommand{\TF}{\B{TF }} \newcommand{\GY}{\B{GY }} %% Bond Graph components with label \newcommand{\BB}[2]{$\B{#1}$:$\mathbf{#2}$} %Generic \newcommand{\BC}[1]{\BB{C}{#1}} \newcommand{\BI}[1]{\BB{I}{#1}} \newcommand{\BR}[1]{\BB{R}{#1}} \newcommand{\BSS}[1]{\BB{SS}{#1}} \newcommand{\BSe}[1]{\BB{Se}{#1}} \newcommand{\BSf}[1]{\BB{Sf}{#1}} \newcommand{\BDe}[1]{\BB{De}{#1}} \newcommand{\BDf}[1]{\BB{Df}{#1}} \newcommand{\BTF}[1]{\BB{TF}{#1}} \newcommand{\BGY}[1]{\BB{TF}{#1}} |