From 40af42087ad5180e7ef930675b5eefa5e86f1363 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 21 Dec 2020 22:19:11 +0000 Subject: easyfloats (21dec20) git-svn-id: svn://tug.org/texlive/trunk@57195 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpkg-ctan-check | 3 ++- Master/tlpkg/libexec/ctan2tds | 1 + Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 + Master/tlpkg/tlpsrc/easyfloats.tlpsrc | 14 ++++++++++++++ 4 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 Master/tlpkg/tlpsrc/easyfloats.tlpsrc (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 81f93655cf5..c318c00a9d6 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -259,7 +259,8 @@ my @TLP_working = qw( dtxtut ducksay duckuments duerer duerer-latex duotenzor dutchcal dvdcoll dvgloss dviasm dviincl dviinfox dvipsconfig dynamicnumber dynblocks dynkin-diagrams dyntree - e-french ean ean13isbn easy easy-todo easyfig easyformat easylist easyreview + e-french ean ean13isbn easy easy-todo + easyfig easyfloats easyformat easylist easyreview ebezier ebgaramond ebgaramond-maths ebong ebook ebproof ebsthesis ec ecc ecclesiastic ecltree eco ecobiblatex econ-bst econometrics economic ecothesis diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index b5312148494..bdd36cf098c 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1462,6 +1462,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'concrete' => '&PREHOOK_concrete', 'ctan-o-mat' => '&PREHOOK_ctan_o_mat', 'dynblocks' => '&PREHOOK_flatten1', + 'easyfloats' => '&PREHOOK_flatten1', 'enctex' => '&PREHOOK_flatten1', 'fixme' => '&PREHOOK_fixme', 'font-change-xetex' => '&PREHOOK_flatten1', diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 195ae1b052f..671dfd66723 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -352,6 +352,7 @@ depend ean13isbn depend easy depend easy-todo depend easyfig +depend easyfloats depend easyformat depend easylist depend easyreview diff --git a/Master/tlpkg/tlpsrc/easyfloats.tlpsrc b/Master/tlpkg/tlpsrc/easyfloats.tlpsrc new file mode 100644 index 00000000000..7826d2ff3d6 --- /dev/null +++ b/Master/tlpkg/tlpsrc/easyfloats.tlpsrc @@ -0,0 +1,14 @@ +# packages loaded by default +float +caption +#subcaption # part of caption +#graphicx # can be disabled using package option nographic +pgf # pgfkeys +etoolbox +environ +#array # can be disabled using package option noarray +#booktabs # can be disabled using package option nobooktabs + +# packages loaded if the corresponding package option is given +#soft longtable +#soft graphbox -- cgit v1.2.3