blob: ee2f7779ca31c8a041c7262b1ec4a9f9a17d49e4 (
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
31
32
33
34
35
36
|
%%%%%%%%
This directory contains the package
name: mathcommand
license: LaTeX Project Public License version 1.2 or above
version: v1.03
date: 2019/12/06
author: Thomas Colcombet
mail: thomas.colcombet@irif.fr
web: -
Purpose:
The mathcommand package provides functionalities for defining macros:
- that have different behaviors depending on whether in math or text mode,
- absorb Primes, Indices, Exponents (PIE) following LaTeX notations and
have them as extra parameters usable in the code.
The primary objective of this code is to be used together with the knowledge
package for a proper handling of mathematical notations.
Install:
It is sufficient to have the file mathcommand.sty accessible by LaTeX.
It can be produced by `make mathcommand.sty' if necessary.
The documentation is in the file mathcommand.pdf.
Content of the file mathcommand-ctan.zip:
- README.md: this file generated while compiling mathcommand.ins,
- mathcommand.sty: the package file (generated using knowledge.ins)
- mathcommand.pdf: the user documentation (generated by compiling
mathcommand.dtx)
- makefile: the makefile. Use 'make all' to generate mathcommand.sty
and knowledge.pdf. It can also: clean the directory, make zip
version of the sources, or ready for CTAN.
- mathcommand.ins: is the file generating mathcommand.sty and
README.md from mathcommand.dtx (using docstrip).
- mathcommand.dtx: code and documentation.
|