nixpkgs/pkgs/tools/typesetting/tex
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
..
auctex auctex: enable preview 2016-06-05 18:45:09 +02:00
dblatex imagemagick: split dev output to fix #9604 2016-05-22 13:41:15 +02:00
lkproof
nix runLatex: always include basic texlive stuff (thanks to vcunat) 2016-03-08 10:48:42 +00:00
pgf use dontBuild instead of hacks 2016-05-04 10:11:04 +00:00
pgfplots use dontBuild instead of hacks 2016-05-04 10:11:04 +00:00
tetex tetex: don't build on Hydra anymore 2015-09-23 21:19:14 +02:00
tex4ht Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
texlive Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
texlive-new texlive: add xindy binary 2016-06-16 12:53:51 +02:00