summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fixdif/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fixdif/README.md')
-rw-r--r--macros/latex/contrib/fixdif/README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/macros/latex/contrib/fixdif/README.md b/macros/latex/contrib/fixdif/README.md
index ce9fba1dca..5fb480f7c8 100644
--- a/macros/latex/contrib/fixdif/README.md
+++ b/macros/latex/contrib/fixdif/README.md
@@ -6,13 +6,16 @@ The basic commands are:
- `\d`: for differential operator "d" in math mode and under-dot accent in text;
- `\partial`: a "fixed" partial differential operator command;
-- `\letdif`: an interface for defining new commands for differential operators.
+- `\letdif`: an interface for defining new commands for differential operators;
+- `\mathdif`: a commmand in math mode, you can use it just like `\mathop`, etc.
See `fixdif.pdf` for more. Happy TeXing!
## License
-This work may be distributed and/or modified under the conditions of the [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), either version 1.3c of this license or (at your option) any later version.
+This work may be distributed and/or modified under the conditions of
+the [LaTeX Project Public License](http://www.latex-project.org/lppl.txt),
+either version 1.3c of this license or (at your option) any later version.
------