blob: bef6346a7280107058e6431f287d7651f95b9438 (
plain)
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
|
diffcoeff: a package to ease the writing of a variety
of differential coefficients (derivatives)
Andrew Parsloe (ajparsloe@gmail.com) 3 December 2018
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
version 1.3 of this license or (at your option) any later
version. The latest version of this license is in
http://www.latex-project.org/lppl.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
This is version 2 of diffcoeff.sty, and associated files,
and requires the LaTeX3 bundles l3kernel and l3packages.
Version 2 is built on xtemplate (in l3packages). As a result,
the \diffset command of version 1 is now functionless and has
been superseded by the more versatile \diffdef command.
Manifest
%%%%%%%%
README.txt this document
diffcoeff.sty LaTeX .sty file
diffcoeff.pdf documentation
diffcoeff.tex LaTeX source of documentation
diffcoeff-doc.def definition file to be placed
in same directory as the .pdf
and .tex files
|