summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/polexpr/polexprexpr.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-27 19:52:26 +0000
committerKarl Berry <karl@freefriends.org>2021-05-27 19:52:26 +0000
commit36cac55495391055609cff1eb27c7959c1457f47 (patch)
tree1eda3f2b0248f43d6d109fdf64d55c4bbdae96a6 /Master/texmf-dist/tex/generic/polexpr/polexprexpr.tex
parent47a051c1bb9be63d7315fc323e6bb5f128c61541 (diff)
polexpr (27may21)
git-svn-id: svn://tug.org/texlive/trunk@59365 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/polexpr/polexprexpr.tex')
-rw-r--r--Master/texmf-dist/tex/generic/polexpr/polexprexpr.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/polexpr/polexprexpr.tex b/Master/texmf-dist/tex/generic/polexpr/polexprexpr.tex
index 3df136f9f83..8e025db1c7a 100644
--- a/Master/texmf-dist/tex/generic/polexpr/polexprexpr.tex
+++ b/Master/texmf-dist/tex/generic/polexpr/polexprexpr.tex
@@ -1,10 +1,10 @@
-%% This file polexprexpr.tex is part of the polexpr package (0.8.2, 2021/05/05)
+%% This file polexprexpr.tex is part of the polexpr package (0.8.3, 2021/05/27)
%% Extending \xintexpr syntax:
%%
%% 1. Authorize ' in variable and function names
-%% This currently breaks infix operators 'and', 'or', 'xor', 'mod'
-%% hence forces usage everywhere of &&, ||, /: and xor() syntax
-%% (if : is active then use /\string : input syntax!)
+%% This partially breaks infix operators 'and', 'or', 'xor', 'mod'
+%% which must be replaced by &&, ||, /: and xor() syntax
+%% if immediately following a variable name
%%
%% 2. Map infix operators to the polexprcore macros
%%