summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/secnum/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/secnum/README.md')
-rw-r--r--macros/latex/contrib/secnum/README.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/macros/latex/contrib/secnum/README.md b/macros/latex/contrib/secnum/README.md
new file mode 100644
index 0000000000..8748c96190
--- /dev/null
+++ b/macros/latex/contrib/secnum/README.md
@@ -0,0 +1,32 @@
+
+# secnum
+
+This package provides a macro \setsecnum to format section numbering intuitively.
+
+## Installation
+
+The installation is the same as usual Tex packages.
+
+0. Put the source file `secnum.dtx` in a empty folder and go to there.
+
+1. Run the following to create the package file `secnum.sty` (as well as this file `README.md`)
+
+ XeTeX secnum.dtx
+
+2. Move the following file into proper directories searched by TeX.
+ The recommended directory is
+
+ tex/latex/secnum
+
+3. To produce the documentation run the following
+
+ XeLaTeX secnum.dtx
+
+4. The recommended directory for the documentation is
+
+ doc/latex/secnum
+
+## Download
+
+One can also download the generated files from the [github release](https://github.com/GauSyu/secnum/releases).
+