summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/simplebnf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-01-07 21:22:30 +0000
committerKarl Berry <karl@freefriends.org>2023-01-07 21:22:30 +0000
commit57c965945ac67d2a7c30e571e23323237686c6b6 (patch)
tree1c4dd9570c5b1d83ce4c78ef1998d8394d7b137a /Master/texmf-dist/doc/latex/simplebnf
parent1a9facaeddf02664ab807be31f6d7d77ad334c34 (diff)
simplebnf (7jan23)
git-svn-id: svn://tug.org/texlive/trunk@65481 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/simplebnf')
-rw-r--r--Master/texmf-dist/doc/latex/simplebnf/LICENSE2
-rw-r--r--Master/texmf-dist/doc/latex/simplebnf/simplebnf-doc.pdfbin152698 -> 156004 bytes
-rw-r--r--Master/texmf-dist/doc/latex/simplebnf/simplebnf-doc.tex15
3 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/simplebnf/LICENSE b/Master/texmf-dist/doc/latex/simplebnf/LICENSE
index 720f8374bac..e82f82962af 100644
--- a/Master/texmf-dist/doc/latex/simplebnf/LICENSE
+++ b/Master/texmf-dist/doc/latex/simplebnf/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright © 2019-2022 Jay Lee <jaeho.lee@snu.ac.kr>
+Copyright © 2019-2023 Jay Lee <jaeho.lee@snu.ac.kr>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the "Software"),
diff --git a/Master/texmf-dist/doc/latex/simplebnf/simplebnf-doc.pdf b/Master/texmf-dist/doc/latex/simplebnf/simplebnf-doc.pdf
index fb80c407fb9..f0b419d363f 100644
--- a/Master/texmf-dist/doc/latex/simplebnf/simplebnf-doc.pdf
+++ b/Master/texmf-dist/doc/latex/simplebnf/simplebnf-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/simplebnf/simplebnf-doc.tex b/Master/texmf-dist/doc/latex/simplebnf/simplebnf-doc.tex
index 99ac96780b2..72fa982e240 100644
--- a/Master/texmf-dist/doc/latex/simplebnf/simplebnf-doc.tex
+++ b/Master/texmf-dist/doc/latex/simplebnf/simplebnf-doc.tex
@@ -32,10 +32,10 @@
\title{%
\textsf{simplebnf} --- A simple package to format Backus-Naur form%
- \footnote{This file describes v0.3.1.}}
+ \footnote{This file describes v0.3.2.}}
\author{Jay Lee\footnote{E-mail: %
\href{mailto:jaeho.lee@snu.ac.kr}{\texttt{jaeho.lee@snu.ac.kr}}}}
-\date{2022/05/08}
+\date{2023/01/07}
\begin{document}
\maketitle
@@ -45,12 +45,19 @@ This package provides a simple way to typeset grammars written in Backus-Naur fo
\begin{presentcommand}
\cmd{SimpleBNFDefEq}
\end{presentcommand}
-This command is used to typeset the definition symbol separate a nonterminal from its productions. It defaults to \SimpleBNFDefEq. It can be redefined to customized output using \verb|RenewDocumentCommand|.
+This command is used to typeset the definition symbol separate a nonterminal from its productions. It defaults to \SimpleBNFDefEq. It can be redefined using \verb|RenewDocumentCommand|.
\begin{presentcommand}
\cmd{SimpleBNFDefOr}
\end{presentcommand}
-This command is used to typeset the separator symbol between productions. It defaults to \SimpleBNFDefOr. It can be redefined to customized output using \verb|RenewDocumentCommand|.
+This command is used to typeset the separator symbol between productions. It defaults to \SimpleBNFDefOr. It can be redefined using \verb|RenewDocumentCommand|.
+
+\begin{presentcommand}
+ \cmd{SimpleBNFStretch}
+\end{presentcommand}
+This command is used to control the vertical spacing between consecutive rules.
+It defaults to 0.
+It can be redefined using \verb/Renewdocumentcommand/.
\begin{presentcommand}
\cmd{bnfexpr}