diff --git a/doxygen/Makefile.am b/doxygen/Makefile.am index 8a3090c57..d4b54bc41 100644 --- a/doxygen/Makefile.am +++ b/doxygen/Makefile.am @@ -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` diff --git a/doxygen/cantera.sty b/doxygen/cantera.sty new file mode 100644 index 000000000..fca692fa3 --- /dev/null +++ b/doxygen/cantera.sty @@ -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}}