summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-12-16 21:03:23 +0000
committerKarl Berry <karl@freefriends.org>2022-12-16 21:03:23 +0000
commitb0369fc7ab9fc4c2f5bae91f2c346c5c8f8b10c0 (patch)
tree358d340e26882bda4eb21ae2a16fe56c939eb01e /Master/texmf-dist
parent9aaf2f3a3d3c71ce8aa3c0301fcbec25a8fdf1c4 (diff)
eolang (16dec22)
git-svn-id: svn://tug.org/texlive/trunk@65289 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/eolang/DEPENDS.txt3
-rw-r--r--Master/texmf-dist/doc/latex/eolang/eolang.pdfbin2003793 -> 2004235 bytes
-rw-r--r--Master/texmf-dist/source/latex/eolang/eolang.dtx8
-rw-r--r--Master/texmf-dist/tex/latex/eolang/eolang.sty8
4 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/eolang/DEPENDS.txt b/Master/texmf-dist/doc/latex/eolang/DEPENDS.txt
index d3abb692d7b..faa8e162c36 100644
--- a/Master/texmf-dist/doc/latex/eolang/DEPENDS.txt
+++ b/Master/texmf-dist/doc/latex/eolang/DEPENDS.txt
@@ -9,4 +9,5 @@ hard pdftexcmds
hard ifluatex
hard ifxetex
hard adjustbox
-hard hyperref \ No newline at end of file
+hard hyperref
+hard xstring \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/eolang/eolang.pdf b/Master/texmf-dist/doc/latex/eolang/eolang.pdf
index 4c9353b41c1..b2fa1966304 100644
--- a/Master/texmf-dist/doc/latex/eolang/eolang.pdf
+++ b/Master/texmf-dist/doc/latex/eolang/eolang.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/eolang/eolang.dtx b/Master/texmf-dist/source/latex/eolang/eolang.dtx
index e553bd8c9f0..a335662317f 100644
--- a/Master/texmf-dist/source/latex/eolang/eolang.dtx
+++ b/Master/texmf-dist/source/latex/eolang/eolang.dtx
@@ -50,7 +50,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{eolang}
%<*package>
-[2022-12-15 0.9.0 Formulas and Graphs for EO Programming Language]
+[2022-12-16 0.9.1 Formulas and Graphs for EO Programming Language]
%</package>
%<*driver>
\documentclass{ltxdoc}
@@ -966,9 +966,11 @@ print '\endinput';
% \changes{0.0.2}{2022/10/21}{Parsing of additional symbols enabled.}
% Then, we define |\phiq| command:
% \begin{macrocode}
+\RequirePackage{xstring}
\makeatletter\newcommand\phiq[1]{%
- \iexec[trace,quiet,stdout=\eolang@tmpdir/\jobname/phiq.tex]{
- /bin/echo '\detokenize{#1}'}%
+ \StrSubstitute{\detokenize{#1}}{'}{'"'"'}[\clean]%
+ \iexec[log,trace,quiet,stdout=\eolang@tmpdir/\jobname/phiq.tex]{
+ /bin/echo '\clean'}%
\def\hash{\eolang@mdfive
{\eolang@tmpdir/\jobname/phiq.tex}}%
\iexec[null]{cp "\eolang@tmpdir/\jobname/phiq.tex"
diff --git a/Master/texmf-dist/tex/latex/eolang/eolang.sty b/Master/texmf-dist/tex/latex/eolang/eolang.sty
index b902261c140..28c4e0a1efc 100644
--- a/Master/texmf-dist/tex/latex/eolang/eolang.sty
+++ b/Master/texmf-dist/tex/latex/eolang/eolang.sty
@@ -31,7 +31,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{eolang}
-[2022-12-15 0.9.0 Formulas and Graphs for EO Programming Language]
+[2022-12-16 0.9.1 Formulas and Graphs for EO Programming Language]
@@ -294,9 +294,11 @@ print '\endinput';
{\end{VerbatimOut}\eolang@process{equation}}
\makeatother
+\RequirePackage{xstring}
\makeatletter\newcommand\phiq[1]{%
- \iexec[trace,quiet,stdout=\eolang@tmpdir/\jobname/phiq.tex]{
- /bin/echo '\detokenize{#1}'}%
+\StrSubstitute{\detokenize{#1}}{'}{'"'"'}[\clean]%
+ \iexec[log,trace,quiet,stdout=\eolang@tmpdir/\jobname/phiq.tex]{
+ /bin/echo '\clean'}%
\def\hash{\eolang@mdfive
{\eolang@tmpdir/\jobname/phiq.tex}}%
\iexec[null]{cp "\eolang@tmpdir/\jobname/phiq.tex"