blob: 6e314e813c5be7209707eaa17db3e48c3e2a40a7 (
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
30
|
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 3 of diffcoeff.sty, and associated files,
and requires the LaTeX3 bundles l3kernel and l3packages.
Version 3 adds a command for writing differentials like dx
(in integralsf for instance) in the same form (math-italic
or upright) as for derivatives. Some simple spacing commands
are also added.
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
|