-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* report error for undefined token expansion; neutralize undefined tokens * missing macro stubs * ensure all binding command sequences have reasonable/expected meanings in expansion * also enforce defined second token for \expandafter use * attempt to streamline TeX-compliant expansions, back off from Alignment * A variety of changes to get expl3 to load: define CharDef->equals; fix \unless support pdf version & \pdfstrcmp respect \endlinechar in Mouth more careful token comparisions for space, \relax, etc especially in <one optional space> after reading numbers \edef and friends read the body *while* expanding LaTeX \@onefilewithoptions This allows texlive 2016's l3kernel to be read; (there are still issues with 2019). Test cases still need to be added. * progress with bookkeeping @currnamestack, more expl3 macros * guard roman numerals from negative ints; cover CharDefs in \meaning; add minor revision for pdf proc * test: tricky number+tilde interaction in expl3 * Gullet::readOptionalSigns should accept aliases of space * pdftexrevision is an expandable macro * cleaner messages for \expandafter and \message * strange oversight, \ExplSyntaxOn needs to be in test case * stub aux method which isnt presently needed * use Object::Equals for space comparison in Number reads * finer touches * undo Register experimental changes * remove debug comments * fully enforce new readXToken; ensure siunitx declared units are let relaxed when undefined * Equals instead of explicit meaning check
- Loading branch information
1 parent
407dc04
commit f3a72b6
Showing
23 changed files
with
309 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ sub invoke { | |
|
||
__END__ | ||
=pod | ||
=pod | ||
=head1 NAME | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.