Skip to content
This repository was archived by the owner on Feb 5, 2021. It is now read-only.

Commit ea99c6b

Browse files
authored
Add files via upload
1 parent 59980ba commit ea99c6b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

ChangeLog.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
"Unreleased"
2-
------------
3-
- fixed bug in parse\_equ(): trailing space as '\\ ' could hide interpunction
4-
(has been solved in release 1.0.1 and re-introduced :-( in release 1.5.6)
1+
Release 1.6.0
2+
-------------
3+
- functions Macro() and Simple(): new optional argument 'extr';
4+
applied for macros \\caption, \\footnote, \\footnotetext
5+
- on option --repl: respect paragraph boundaries during phrase replacement
56
- added '\\\<tab\>' to spacing macro collection in parms.mathspace,
67
as well as macros \\thinspace, \\medspace, and \\thickspace
8+
- checks.sh: simplified thanks to new argument 'extr' of Macro()
9+
<br><br>
10+
- fixed bug in parse\_equ(): trailing space as '\\ ' could hide interpunction
11+
(has been solved in release 1.0.1 and re-introduced :-( in release 1.5.6)
712
- fixed bug in mysub\_check\_nested(): detection of "dangerous" replacements
813
was a bit sloppy
914
- function mysub(): merged arguments 'extract' and 'track\_repl'
10-
- functions Macro() and Simple(): new optional argument 'extr';
11-
applied for macros \\caption, \\footnote, \\footnotetext
1215
- restructured code for script output
1316
- functions like Macro(): in replacements, do not accept r'\\d' references
1417
to optional arguments
15-
- on option --repl: respect paragraph boundaries during phrase replacement
1618
- fixed bug from [issue #17](../../issues/17): function text\_combine()
17-
did not recognise case of falling line numbers
18-
- fixed uncovered problem with out-of-order replacement for item labels
19-
- checks.sh: simplified thanks to new argument 'extr' of Macro()
19+
did not recognise case of falling line numbers;
20+
fixed now uncovered problem with out-of-order replacement for item labels
2021

2122
Release 1.5.9
2223
-------------

0 commit comments

Comments
 (0)