summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/chemsec/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/chemsec/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/chemsec/README.md19
1 files changed, 15 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/chemsec/README.md b/Master/texmf-dist/doc/latex/chemsec/README.md
index 5cfbb7e5008..09d3d6f8885 100644
--- a/Master/texmf-dist/doc/latex/chemsec/README.md
+++ b/Master/texmf-dist/doc/latex/chemsec/README.md
@@ -12,17 +12,28 @@ 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"
+to the file generated by `latex chemsec.ins`
# Examples
-To run an example change to test directory and run
+Several examples accompany the CTAN package in the `chemsec`
+directory. You can compile these by processing the files twice
+using a latex program.
+
+ <latex command> example1
+ <latex command> example1
+
+If you obtain the package from the GitHub repository you can run
+the examples by changing to the `test` subdirectory and using the
+supplied makefile. For example to process the `example1.tex` file
+use:
make clean example1
- make example1
+or
+ make LATEX=latex clean example1
-to process the example1.tex file.
+if you want to use a latex program other than `pdflatex`.
## Note