]> git.lyx.org Git - lyx.git/commit - src/Buffer.cpp
Improve LaTeX version checking
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 19 Dec 2022 14:15:41 +0000 (15:15 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 19 Dec 2022 14:15:41 +0000 (15:15 +0100)
commit029adfa28cedf921ee7ee4709422441705d93520
tree0493b9d23ecd1a7d4fa7e5fbc375537c02bc6b6d
parent41146030b6551619c306b6af98fd53d8ce0ad004
Improve LaTeX version checking

Instead of having to add and individually test the versions to check
for, we store the current version and test on that with a specific
function isAvailableAtLeastFrom(package, year, month, day)

Currently only used for the LaTeX version, but could also be extended
for package versions.
lib/chkconfig.ltx
src/Buffer.cpp
src/BufferParams.cpp
src/LaTeXFeatures.cpp
src/LaTeXFeatures.h
src/LaTeXPackages.cpp
src/LaTeXPackages.h
src/insets/InsetSpace.cpp
src/mathed/InsetMathGrid.cpp