summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/commath
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/commath')
-rw-r--r--Master/texmf-dist/doc/latex/commath/README15
-rw-r--r--Master/texmf-dist/doc/latex/commath/commath.pdfbin117758 -> 123794 bytes
-rw-r--r--Master/texmf-dist/doc/latex/commath/commath.tex55
3 files changed, 53 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/commath/README b/Master/texmf-dist/doc/latex/commath/README
index 998bb1f040d..b32eff57038 100644
--- a/Master/texmf-dist/doc/latex/commath/README
+++ b/Master/texmf-dist/doc/latex/commath/README
@@ -2,7 +2,7 @@ commath -- A LaTeX class which provides some commands which help you to format f
This package is shared under the LaTeX Project Public License
-This is version 0.2
+This is version 0.3
See the documentation commath.pdf for a user manual.
@@ -14,4 +14,15 @@ Install notes:
changelog:
- Some new commands (nd for derivatives...), some minor fixes and documentation updates.
+
+version 0.3
+ \nd renamed to \od
+ \tnd renamed to \tod
+ \dnd renamed to \dod
+
+ New command \md, \tmd, and \dmd for mixed derivatives.
+ New command \D for derivatives (e.g. Malliavin derivatives).
+ Some minor documentation updates.
+
+version 0.2.1
+ Some new commands (\nd for derivatives...), some minor fixes and documentation updates.
diff --git a/Master/texmf-dist/doc/latex/commath/commath.pdf b/Master/texmf-dist/doc/latex/commath/commath.pdf
index 9980ba095b4..ce38026ea05 100644
--- a/Master/texmf-dist/doc/latex/commath/commath.pdf
+++ b/Master/texmf-dist/doc/latex/commath/commath.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/commath/commath.tex b/Master/texmf-dist/doc/latex/commath/commath.tex
index d10d1e27409..7682fc212c9 100644
--- a/Master/texmf-dist/doc/latex/commath/commath.tex
+++ b/Master/texmf-dist/doc/latex/commath/commath.tex
@@ -1,18 +1,16 @@
%%% ====================================================================
%%% @LaTeX-file{
%%% filename = "commath.tex",
-%%% version = "0.2",
-%%% date = "2005",
-%%% checksum = "",
+%%% version = "0.3",
+%%% date = "2006",
%%% author = "Wolfgang Putschögl",
%%% address = "Johann Radon Institute for Computational and Applied Mathematics (RICAM)
%%% Austrian Academy of Sciences
-%%% Altenbergerstraße 54
+%%% Altenbergerstraße 69
%%% A-4040 Linz, Austria",
%%% email = "Wolfgang.Putschoegl@oeaw.ac.at",
%%% codetable = "Western European, iso 8859-15",
%%% keywords = "LaTeX",
-%%% abstract = "",
%%% }
%%% ====================================================================
\NeedsTeXFormat{LaTeX2e} % LaTeX 2.09 can't be used (nor non-LaTeX)
@@ -135,7 +133,7 @@
}
% TITLE, AUTHOR ETC. -----------------------------------------------------
-\title{The \texttt{commath} \LaTeX package v0.2}
+\title{The \texttt{commath} \LaTeX package v0.3}
\author{Wolfgang Putschögl}
%\date{2005}
% ------------------------------------------------------------------------
@@ -177,7 +175,9 @@ which help you to format formulas flexibly.
The purpose of the \texttt{commath}-package is to provide some commands which are supposed to produce better formatting and/or provide a more convenient way of input. For example, the \texttt{commath}-package provides commands for delimiters for which
the size is determined automatically by default or can be controlled by an integer argument. Thus, the size of delimiters can be adapted to the formula by just changing one integer argument.
-I want to thank Simon Dreher for some useful feedback and hints.
+\section{Acknowledgements}
+
+I want to thank Simon Dreher and Luca Trevisani for useful feedback and hints.
\section{Requirements}
@@ -187,30 +187,37 @@ The \texttt{commath}-package requires the \texttt{ifthen}-package and the \textt
\bigskip\marginpar{\texttt{\ind{d}}}
\noindent
-\verb|\d| is a command for the differential operator. It is simply an upface d to clarify that it is an operator.
+\verb|\dif| is a command for the differential operator. It is simply an upface d to clarify that it is an operator.
E.g.:\\
\begin{tabular}{lc}
-\verb|\d x| \quad & $\dif x$
+\verb|\dif x| \quad & $\dif x$
\end{tabular}
+\bigskip\marginpar{\texttt{\ind{D}}}
+\noindent
+\verb|\Dif| is a command for a derivative operator (e.g.\ Malliavin derivative ...). It is simply an upface D to clarify that it is an operator.
+E.g.:\\
+\begin{tabular}{lc}
+\verb|\Dif X| \quad & $\Dif X$
+\end{tabular}
-\bigskip\marginpar{\texttt{\ind{nd}}}
+\bigskip\marginpar{\texttt{\ind{od}}}
\noindent
-\verb|\nd[optional argument]{first argument}{second argument}| is a command for normal derivatives. The first argument denotes the function and the second argument denotes the variable with respect to which the derivative is taken. The optional argument denotes the order of differentiation. The style (text style/display style) is determined automatically.\\
+\verb|\od[optional argument]{first argument}{second argument}| is a command for ordinary derivatives. The first argument denotes the function and the second argument denotes the variable with respect to which the derivative is taken. The optional argument denotes the order of differentiation. The style (text style/display style) is determined automatically.\\
E.g.:\\
\begin{tabular}{lc}
-\verb|\nd{f}{x}| \quad & $\nd{f}{x}$\\
-\verb|\nd[2]{f}{x}| \quad & $\nd[2]{f}{x}$
+\verb|\od{f}{x}| \quad & $\od{f}{x}$\\
+\verb|\od[2]{f}{x}| \quad & $\od[2]{f}{x}$
\end{tabular}
\bigskip\marginpar{\texttt{\ind{tnd}}}
\noindent
-The \verb|\tnd|-command is essentially the same as the \verb|\nd|-command except that the style is set to text style.
+The \verb|\tod|-command is essentially the same as the \verb|\od|-command except that the style is set to text style.
\bigskip\marginpar{\texttt{\ind{dnd}}}
\noindent
-The \verb|\dnd|-command is essentially the same as the \verb|\nd|-command except that the style is set to display style.
+The \verb|\dod|-command is essentially the same as the \verb|\od|-command except that the style is set to display style.
\bigskip\marginpar{\texttt{\ind{pd}}}
@@ -231,6 +238,24 @@ The \verb|\tpd|-command is essentially the same as the \verb|\pd|-command except
\noindent
The \verb|\dpd|-command is essentially the same as the \verb|\pd|-command except that the style is set to display style.
+\bigskip\marginpar{\texttt{\ind{md}}}
+\noindent
+\verb|\md{first argument}...{sixth argument}| is a command for mixed partial derivatives. The first argument denotes the function and the second argument denotes the total order of differentiation. The third and the fifth argument are the variables with respect to which we want to differentiate and the fourth and the sixth argument are the corresponding orders of differentiation.
+The style (text style/display style) is determined automatically.\\
+E.g.:\\
+\begin{tabular}{lc}
+\verb|\md{f}{5}{x}{2}{y}{3}| \quad & $\md{f}{5}{x}{2}{y}{3}$\\
+\end{tabular}
+
+
+\bigskip\marginpar{\texttt{\ind{tmd}}}
+\noindent
+The \verb|\tmd|-command is essentially the same as the \verb|\md|-command except that the style is set to text style.
+
+\bigskip\marginpar{\texttt{\ind{dmd}}}
+\noindent
+The \verb|\dmd|-command is essentially the same as the \verb|\md|-command except that the style is set to display style.
+
\bigskip\marginpar{\texttt{\ind{del}}}
\noindent
\verb|\del[optional argument]{first argument}| is a command for delimiters (normal parathesis). The value for the optional argument ranges from 0 to 4 with higher values resulting in larger delimiters