From e07639350551b80338d2ccb887fe96d1a2a0691f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 8 Mar 2018 22:54:53 +0000 Subject: chemsec (8mar18) git-svn-id: svn://tug.org/texlive/trunk@46891 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/chemsec/README.md | 37 +++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/chemsec/README.md (limited to 'Master/texmf-dist/doc') 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. -- cgit v1.2.3