diff options
author | Karl Berry <karl@freefriends.org> | 2023-07-14 21:05:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-07-14 21:05:37 +0000 |
commit | 0c96e0274d668f42cffaf17536417a5af6a3ba48 (patch) | |
tree | 154f4970d0d4aed4b547e76c665a018170dcb771 /Master/texmf-dist/tex/latex | |
parent | 388fd5ba705617c4ea1ab64b1edd2da78f8285df (diff) |
naive-ebnf (14jul23)
git-svn-id: svn://tug.org/texlive/trunk@67631 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/naive-ebnf/naive-ebnf.sty | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/naive-ebnf/naive-ebnf.sty b/Master/texmf-dist/tex/latex/naive-ebnf/naive-ebnf.sty index 9f7937f6f84..e667cbd550a 100644 --- a/Master/texmf-dist/tex/latex/naive-ebnf/naive-ebnf.sty +++ b/Master/texmf-dist/tex/latex/naive-ebnf/naive-ebnf.sty @@ -31,7 +31,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{naive-ebnf} -[2023-07-13 0.0.12 EBNF in Plain Text] +[2023-07-14 0.0.13 EBNF in Plain Text] @@ -141,7 +141,8 @@ \regex_replace_all:nnN { ([^\s])\|([^\s]) } {\1\\textbar{}\2} \ebnf_tmp% % - \regex_replace_all:nnN { \s/(.+?)/\s }% + \regex_replace_all:nnN + { /(.+?)/ }% {\c{ebnf@regexp}{\1}} \ebnf_tmp% \cs_new:Npn\ebnf_curled{% \regex_replace_all:nnNT |