diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/chemsec/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/chemsec/README.md | 37 |
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. |