diff options
author | Keith F. Prussing <kprussing74@gmail.com> | 2024-10-19 00:01:56 (GMT) |
---|---|---|
committer | Keith F. Prussing <Keith.Prussing@gtri.gatech.edu> | 2024-10-21 15:14:48 (GMT) |
commit | b2391119dc5203ebdc267334c864eb32079d3382 (patch) | |
tree | 1ab5ed7daf3017b3958a4fc6c9b65741ec73949a /RELEASE.txt | |
parent | c9d898304f2cec39c81a4e91801dd14868546365 (diff) | |
download | SCons-b2391119dc5203ebdc267334c864eb32079d3382.zip SCons-b2391119dc5203ebdc267334c864eb32079d3382.tar.gz SCons-b2391119dc5203ebdc267334c864eb32079d3382.tar.bz2 |
Add support for tracking beamer themes
This adds a regular expression to check for beamer theme files for LaTeX
that may be part of the user's build tree. Similar to package files
found via `\usepackage`, this will not report a missing file because the
user may just be relying on the system version.
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 76ae1d5..4abe253 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -33,6 +33,7 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY keyword arguments to Builder calls (or manually, through the undocumented Override method), were modified not to "leak" on item deletion. The item will now not be deleted from the base environment. +- Added support for tracking beamer themes in the LaTeX scanner. FIXES ----- |