summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/chemsec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-08 22:54:53 +0000
committerKarl Berry <karl@freefriends.org>2018-03-08 22:54:53 +0000
commite07639350551b80338d2ccb887fe96d1a2a0691f (patch)
tree2878df413c201c4cb91df2485906527ccb51e359 /Master/texmf-dist/doc/latex/chemsec
parent0196ffc747bdb1ceb5480007922d91f59deda3d4 (diff)
chemsec (8mar18)
git-svn-id: svn://tug.org/texlive/trunk@46891 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/chemsec')
-rw-r--r--Master/texmf-dist/doc/latex/chemsec/README.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/chemsec/README.md b/Master/texmf-dist/doc/latex/chemsec/README.md
new file mode 100644
index 00000000000..5cfbb7e5008
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/chemsec/README.md
@@ -0,0 +1,37 @@
+# chemsec
+
+LaTeX style for automated creation of numeric chemical
+labels for scientific documents.
+
+For documentation run
+
+ latex chemsec.dtx
+
+To generate style file run
+
+ latex chemsec.ins
+
+The style file in this directory should always be identical
+to the file generated by "latex chemsec.ins"
+
+# Examples
+
+To run an example change to test directory and run
+
+ make clean example1
+
+ make example1
+
+to process the example1.tex file.
+
+## Note
+
+* The examples use the chemsec.sty file in the base
+directory, this is not updated by the make program.
+
+* The make program copies the example latex files and the
+style file into the test directory. Dependency tracking
+should keep these up to date.
+
+* The clean target should remove everything but the
+makefile from the test directory.