[cantera+autotools]: adding style file for latex goodness, should be good to go!
This commit is contained in:
parent
cd61541a84
commit
c1a7ed92b8
2 changed files with 21 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
EXTRA_DIST = cantera.dox cantera.page txt_common fig_common
|
||||
EXTRA_DIST += install.page cantera.sty tutorial.page
|
||||
EXTRA_DIST += install.page tutorial.page
|
||||
|
||||
dist-hook:
|
||||
rm -rf `find $(distdir)/ -name .svn`
|
||||
|
|
|
|||
20
doxygen/cantera.sty
Normal file
20
doxygen/cantera.sty
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
\typeout{Document Style `masa'. Released 04 March 2011}
|
||||
\usepackage{pdflscape}
|
||||
\usepackage[authoryear]{natbib}
|
||||
%\usepackage[utf8x]{inputenc}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amsfonts}
|
||||
\usepackage{geometry}
|
||||
|
||||
\newcommand{\D}{\partial}
|
||||
\newcommand{\Diff}[2] {\dfrac{\partial( #1)}{\partial #2}}
|
||||
\newcommand{\diff}[2] {\dfrac{\partial #1}{\partial #2}}
|
||||
\newcommand{\bv}[1]{\ensuremath{\mbox{\boldmath$ #1 $}}}
|
||||
\newcommand{\gv}[1]{\ensuremath{\mbox{\boldmath$ #1 $}}}
|
||||
\newcommand{\grad}[1]{\gv{\nabla} #1}
|
||||
\newcommand{\Rho}{\,\mathtt{Rho}}
|
||||
\newcommand{\PP}{\,\mathtt{P}}
|
||||
%\newcommand{\U}{\,\mathtt{U}}
|
||||
\newcommand{\V}{\,\mathtt{V}}
|
||||
\newcommand{\W}{\,\mathtt{W}}
|
||||
\newcommand{\Lo}{\,\mathcal{L}}
|
||||
Loading…
Add table
Reference in a new issue