Package: texlive-latex-extra Version: 2016.20160520-1 Severity: wishlist Tags: patch
The package texlive-latex-extra contains the LaTeX package nicefrac, but does not advertise this fact in the package description. (Probably because nicefrac is internally not a separate package, but comes bundled with the package units.) The attached patch adds nicefrac to the package description, thus rendering texlive-latex-extra findable by a command like apt-cache search nicefrac. I thank you for your hard working in maintaining LaTeX on Debian! Cheers, Ingo
diff -ur debian.orig/control debian/control --- debian.orig/control 2016-06-07 10:44:51.675878511 +0200 +++ debian/control 2016-06-07 10:48:07.963878022 +0200 @@ -2170,6 +2170,8 @@ . nicefilelist -- Provide \listfiles alignment . + nicefrac -- Typeset inline fractions in a "nice" way + . niceframe -- Support for fancy frames . nicetext -- Minimal markup for simple text (Wikipedia style) and

