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

Commit 05f9437

Browse files
authored
Release 1.0.0
1 parent 4214dbf commit 05f9437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ A speciality is some parsing of LaTeX environments for displayed equations. Ther
77

88
In the starting section of the script, macros and environments with tailored treatment are listed. This should ease adaptation to own needs. We assume that the LaTeX source does not contain things from the preamble but only a "real" text part.
99

10-
In order to parse with regular expressions, some of them are constructed by iteration. At the beginning, we check for instance, whether nested {} braces of the actual text do overrun the corresponding regular expression. In that case, an error message is generated.
10+
In order to parse with regular expressions, some of them are constructed by iteration. At the beginning, we check for instance, whether nested {} braces of the actual text do overrun the corresponding regular expression. In that case, an error message is generated and the controlling variable has to be changed.
1111

1212
A more complete shell script for checking a whole document tree is checks.sh.

0 commit comments

Comments
 (0)