From 4a655c6f42edd575b207d08fceafa1b87dd47065 Mon Sep 17 00:00:00 2001 From: mdw Date: Fri, 5 Sep 2003 16:14:36 +0000 Subject: [PATCH] Fraction typesetting; more symbols; better documentation of Biggles. --- mdwmath.dtx | 288 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 265 insertions(+), 23 deletions(-) diff --git a/mdwmath.dtx b/mdwmath.dtx index ee6ed1c..cfeffcd 100644 --- a/mdwmath.dtx +++ b/mdwmath.dtx @@ -1,14 +1,17 @@ % \begin{meta-comment} % -% $Id: mdwmath.dtx,v 1.1 2002/02/03 20:49:03 mdw Exp $ +% $Id: mdwmath.dtx,v 1.2 2003/09/05 16:14:36 mdw Exp $ % % Various nicer mathematical things % -% (c) 1996 Mark Wooding +% (c) 2003 Mark Wooding % %----- Revision history ----------------------------------------------------- % % $Log: mdwmath.dtx,v $ +% Revision 1.2 2003/09/05 16:14:36 mdw +% Fraction typesetting; more symbols; better documentation of Biggles. +% % Revision 1.1 2002/02/03 20:49:03 mdw % Checkin for new build system. % @@ -21,7 +24,7 @@ % \begin{meta-comment} %% %% mdwmath package -- various nicer mathematical things -%% Copyright (c) 1996 Mark Wooding +%% Copyright (c) 2003 Mark Wooding %% %% This program is free software; you can redistribute it and/or modify %% it under the terms of the GNU General Public License as published by @@ -42,13 +45,13 @@ % \begin{meta-comment} %<+package>\NeedsTeXFormat{LaTeX2e} %<+package>\ProvidesPackage{mdwmath} -%<+package> [2000/07/02 1.2 Nice mathematical things] +%<+package> [2003/08/25 1.3 Nice mathematical things] %<+oldeqnarray>\NeedsTeXFormat{LaTeX2e} %<+oldeqnarray>\ProvidesPackage{eqnarray} %<+oldeqnarray> [1996/04/11 1.1 Old enhanced eqnarray] % \end{meta-comment} % -% \CheckSum{465} +% \CheckSum{729} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z @@ -73,9 +76,9 @@ \let\opmod\pmod \usepackage{amssymb} \describespackage{mdwmath} -% \describespackage{eqnarray} +%\describespackage{eqnarray} \ignoreenv{old-eqnarray} -% \unignoreenv{old-eqnarray} +%\unignoreenv{old-eqnarray} \mdwdoc % % @@ -161,9 +164,50 @@ % `statistical closeness' of probability distributions; |\compind| typesets % `$\compind$', which indicates computational indistinguishability. % +% \subsection{Fractions} +% +% \DescribeMacro\fracdef +% We provide a general fraction system, a little tiny bit like +% \package{amsmath}'s |\genfrac|. Say +% \syntax{"\\fracdef{""}{""}"} to define a new +% |\frac|-like operator. The \ are a comma-separated list of +% parameters: +% \begin{description} +% \item[\lit*{line}] Include a horizontal line between the top and bottom +% (like |\frac|). +% \item[\lit*{line=}\] Include a horizontal line with width +% \. +% \item[\lit*{noline}] Don't include a line (like |\binom|). +% \item[\lit*{leftdelim=}\] Use \ as the left-hand delimiter. +% \item[\lit*{rightdelim=}\] Use \ as the right-hand delimiter. +% \item[\lit*{nodelims}] Don't include delimiters. +% \item[\lit*{style=}\