summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/formal-grammar
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-13 21:13:55 +0000
committerKarl Berry <karl@freefriends.org>2021-11-13 21:13:55 +0000
commit09fb10e18bc08cea7aa46f661f3643b4bc6cde4c (patch)
treef0eb9f1d070046e2da06943c0606add5915e9121 /Master/texmf-dist/doc/latex/formal-grammar
parent640afb3c3409328eb49d71e28d5d9511ff7de3b1 (diff)
formal-grammar (12nov21)
git-svn-id: svn://tug.org/texlive/trunk@61046 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/formal-grammar')
-rw-r--r--Master/texmf-dist/doc/latex/formal-grammar/README.md25
-rw-r--r--Master/texmf-dist/doc/latex/formal-grammar/formal-grammar.pdfbin0 -> 187407 bytes
2 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/formal-grammar/README.md b/Master/texmf-dist/doc/latex/formal-grammar/README.md
new file mode 100644
index 00000000000..9a8e13b0307
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/formal-grammar/README.md
@@ -0,0 +1,25 @@
+# Package `formal-grammar`
+
+This package provides an easy way to write formal grammars.
+
+To use it, run the following commands:
+```
+$ latex formal-grammar.ins
+$ pdflatex formal-grammar.dtx
+```
+The first command generates the file `formal-grammar.sty` that should be placed
+in the same folder than your main document. The second command generates the
+file `formal-grammar.pdf` (you may require multiple runs to adjust internal
+references), which is the documentation for the package.
+
+# License
+
+This package is provided under the terms of the LaTeX Project Public License,
+version 1.3 or later.
+
+# See also
+
+ - [**simplebnf**](https://www.ctan.org/pkg/simplebnf): this package provides an
+ easier way to describe the grammar (no need to use special commands), but
+ offers less customisation options (highlight, etc.).
+ - [**backnaur**](https://www.ctan.org/pkg/backnaur).
diff --git a/Master/texmf-dist/doc/latex/formal-grammar/formal-grammar.pdf b/Master/texmf-dist/doc/latex/formal-grammar/formal-grammar.pdf
new file mode 100644
index 00000000000..ae8320e09ab
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/formal-grammar/formal-grammar.pdf
Binary files differ