summaryrefslogtreecommitdiff
path: root/macros/generic/polexpr/polexprexpr.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-28 03:01:17 +0000
committerNorbert Preining <norbert@preining.info>2021-05-28 03:01:17 +0000
commitfd03eb3aab9edb9b15484a1130509cebe187d8bd (patch)
tree9e07ef2b8a29d7aaf170e72d934d3e9ecee6452c /macros/generic/polexpr/polexprexpr.tex
parent5f1cfa686748068fedb95d8dafda3dc7f999c948 (diff)
CTAN sync 202105280301
Diffstat (limited to 'macros/generic/polexpr/polexprexpr.tex')
-rw-r--r--macros/generic/polexpr/polexprexpr.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/generic/polexpr/polexprexpr.tex b/macros/generic/polexpr/polexprexpr.tex
index 3df136f9f8..8e025db1c7 100644
--- a/macros/generic/polexpr/polexprexpr.tex
+++ b/macros/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
%%