summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-02 23:53:52 +0000
committerKarl Berry <karl@freefriends.org>2006-01-02 23:53:52 +0000
commit96cbcdb79ca59c58c918be2c8fb878577cc374ba (patch)
tree646ee5c9fbc5b52b553b89d92127e3c428e55766
parent091ab8ca57bae0d756c14fa66f6fb64151091bd9 (diff)
trunk/Master/texmf/texdoctk/
git-svn-id: svn://tug.org/texlive/trunk@36 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf/texdoctk/texdocrc-win32.defaults51
-rw-r--r--Master/texmf/texdoctk/texdocrc.defaults51
-rw-r--r--Master/texmf/texdoctk/texdoctk.dat438
3 files changed, 540 insertions, 0 deletions
diff --git a/Master/texmf/texdoctk/texdocrc-win32.defaults b/Master/texmf/texdoctk/texdocrc-win32.defaults
new file mode 100644
index 00000000000..28a497b818a
--- /dev/null
+++ b/Master/texmf/texdoctk/texdocrc-win32.defaults
@@ -0,0 +1,51 @@
+# TeXdoc defaults configuration file
+# Uncomment and edit settings according to your system
+# These defaults will be overridden by entries in users' ~/.texdocrc files,
+# which can be generated from copies of this file
+# This file only:
+# If you don't have all of the listed programs, install them or leave the
+# item empty, but *do not* delete/uncomment it. The same holds for options you
+# want/need to leave empty.
+
+# root of doc directory (from $TEXMFMAIN)
+TEXDOCPATH=doc
+# root of local doc directory (from $TEXMFLOCAL)
+# can be left empty if equal to TEXDOCPATH or if $TEXMFLOCAL is undefined
+LOCALDOCPATH=
+
+# stderr treatment (y or yes to make active)
+QUIET=no
+
+# DVI settings
+DVI_VIEWER=windvi
+DVIPS_CONV=dvips
+DVIPS_OPTS=-q
+
+# PostScript handling
+PS_VIEWER=gsview32.exe
+
+# PDF handling
+PDF_VIEWER=TDK_OWN
+PDFPS_CONV=acroread
+PDFPS_OPTS=-toPostScript -pairs
+
+# HTML handling
+HTML_VIEWER=TDK_OWN
+HTMLPS_CONV=
+# HTMLPS_REDIR must be on, if the html->ps converter normally writes its output
+# to stdout instead of a file (e.g. as html2ps) (y or yes to make active)
+HTMLPS_REDIR=
+
+# Plain text handling
+# TDK_OWN is texdoctk's own text file viewer
+TXT_VIEWER=TDK_OWN
+TXTPS_CONV=a2ps
+# TXTPS_REDIR must be on, if the txt->ps converter normally writes its output
+# to stdout instead of a file (e.g. as a2ps) (y or yes to make active)
+TXTPS_REDIR=yes
+
+# printer
+PRINT_CMD=lpr
+PRINT_OPTS=-h -Plp
+
+# end of config
diff --git a/Master/texmf/texdoctk/texdocrc.defaults b/Master/texmf/texdoctk/texdocrc.defaults
new file mode 100644
index 00000000000..eb6b9cd80ad
--- /dev/null
+++ b/Master/texmf/texdoctk/texdocrc.defaults
@@ -0,0 +1,51 @@
+# TeXdoc defaults configuration file
+# Uncomment and edit settings according to your system
+# These defaults will be overridden by entries in users' ~/.texdocrc files,
+# which can be generated from copies of this file
+# This file only:
+# If you don't have all of the listed programs, install them or leave the
+# item empty, but *do not* delete/uncomment it. The same holds for options you
+# want/need to leave empty.
+
+# root of doc directory (from $TEXMFMAIN)
+TEXDOCPATH=doc
+# root of local doc directory (from $TEXMFLOCAL)
+# can be left empty if equal to TEXDOCPATH or if $TEXMFLOCAL is undefined
+LOCALDOCPATH=
+
+# stderr treatment (y or yes to make active)
+QUIET=no
+
+# DVI settings
+DVI_VIEWER=xdvi
+DVIPS_CONV=dvips
+DVIPS_OPTS=-q
+
+# PostScript handling
+PS_VIEWER=ghostview
+
+# PDF handling
+PDF_VIEWER=acroread
+PDFPS_CONV=acroread
+PDFPS_OPTS=-toPostScript -pairs
+
+# HTML handling
+HTML_VIEWER=netscape
+HTMLPS_CONV=
+# HTMLPS_REDIR must be on, if the html->ps converter normally writes its output
+# to stdout instead of a file (e.g. as html2ps) (y or yes to make active)
+HTMLPS_REDIR=
+
+# Plain text handling
+# TDK_OWN is texdoctk's own text file viewer
+TXT_VIEWER=TDK_OWN
+TXTPS_CONV=a2ps
+# TXTPS_REDIR must be on, if the txt->ps converter normally writes its output
+# to stdout instead of a file (e.g. as a2ps) (y or yes to make active)
+TXTPS_REDIR=yes
+
+# printer
+PRINT_CMD=lpr
+PRINT_OPTS=-h -Plp
+
+# end of config
diff --git a/Master/texmf/texdoctk/texdoctk.dat b/Master/texmf/texdoctk/texdoctk.dat
new file mode 100644
index 00000000000..fde72323e99
--- /dev/null
+++ b/Master/texmf/texdoctk/texdoctk.dat
@@ -0,0 +1,438 @@
+# TeXdoc database file
+# some documentation is included in .sty files only; texdoctk needs keys for
+# extracting it at the beginning of the 4th field:
+# -0-: no specific place; -1-: at end, behind \endinput; -2-: at beginning,
+# terminated by %%%%%%; -3-: at beginning, terminated with blank line
+@Guides and tutorials
+latex;LaTeX2e: The macro package for TeX;latex/base/latex2e.pdf;
+latex-html;Hypertext Help with LaTeX commands;english/latex2e-html/index.html;basics
+symbols;Comprehensive LaTeX Symbol List (a4);english/comprehensive/symbols-a4.pdf;tutorial, introduction, basics, fonts
+texguide;User's guide (LaTeX2e for authors);latex/base/usrguide.pdf;tutorial, introduction, basics
+lehman;The Font Installation Guide;english/Type1fonts/fontinstallationguide.pdf;
+dtxtut;How to Package Your LaTeX Package;english/dtxtut/dtxtut.pdf;
+gentle;A Gentle Introduction to TeX;english/gentle/gentle.dvi;tutorial, introduction, basics
+lshort;Not So Short Introduction to LaTeX;english/lshort-english/lshort.pdf;tutorial, introduction, basics, mathematics, graphics, layout, symbols, configuration
+uktugfaq;English FAQ from UK TUG;english/FAQ-en/newfaq.pdf;tutorial, introduction, basics
+pdftex;pdfTeX User Manual;pdftex/manual/pdftex-a.pdf;tutorial
+pdftexfaq;pdfTeX FAQ;pdftex/misc/pdfTeX-FAQ.pdf;f
+metafp;Experiences with Running Metafont and MetaPost;english/metafp/metafp.pdf;tutorial
+ttf;Using TrueType fonts with TeX and dvips;english/truetype/ttf-tetex.pdf;
+context1;Introduction to ConTeXt;context/base/mreadme.pdf; introduction, basics
+# context2;ConTeXt Commands;context/base/manuals/setup-en.pdf;tutorial, introduction, basics
+KOMAg;KOMA-Script User's Guide (german);latex/koma-script/scrguide.pdf;tutorial, introduction
+eplain;Expanded Plain TeX;eplain/base/eplain.pdf;tutorial, introduction, basics, reference, arrows, index, lists, layout, bibliography
+etex;e-TeX Manual;etex/base/etex_man.pdf;tutorial, introduction, basics
+AMSguide;User's Guide to AMS-TeX;amstex/base/amsguide.pdf;mathematics, math fonts, symbols
+AMSinstr;AMS book/paper typesetting intructions;latex/amslatex/instr-l.pdf;submissions
+catalogue;The TeX Catalogue Online;english/catalogue/index.html;
+ctan;CTAN sites;english/help/CTAN.sites;
+@Fundamentals
+TDS;TeX Directory Structure;english/tds/tds.pdf;administration
+kpathsea;kpathsea library manual;kpathsea/kpathsea.pdf;administration, configuration, fonts
+cfgguide;LaTeX2e configuration guide;latex/base/cfgguide.pdf;tutorial, administration, format, hyphenation, fonts, graphics
+fontinst;Font installation in TeX (fontinst);fontinst/base/manual/fontinst.pdf;encoding, metrics
+tetex;teTeX manual;tetex/TETEXDOC.pdf;tutorial, administration, configuration, installation, package
+web2c;Introduction to web2c;web2c/web2c.pdf;administration, programs
+@Macro programming
+clsguide;Class/package writing fundamentals;latex/base/clsguide.pdf;programming
+ifthen;Conditional structures in LaTeX (ifthen);latex/base/ifthen.dvi;programming
+at;New commands with the @ symbol (at);latex/mdwtools/at.dvi;programming
+twoopt;Define commands with 2 optional arguments (twoopt);latex/oberdiek/twoopt.pdf;newcommand, macro, programming
+doafter;TeX group handling (doafter);latex/mdwtools/doafter.dvi;programming
+datenumber;Convert a date into a number (datenumber);latex/datenumber/doc.dvi;programming
+grnumalt;Convert Arabaic numeral to Athenian (grnumalt);latex/grnumalt/grnumalt.dvi;
+binhex;Convert numbers into bin, oct and hex notation;generic/kastrup/binhex.dvi;
+isodate;Switch between different date formats (isodate);latex/isodate/isodate.pdf;
+localloc;Enhanced register allocation macros (localloc);latex/localloc/localloc.dvi;memory
+everysel;Execute something after every new font loading (everysel);latex/everysel/everysel.dvi;programming
+everyshi;Execute something before page shipout (everyshi);latex/everyshi/everyshi.dvi;programming
+stdclsdv;Get sectional divisioning of classes (stdclsdv);latex/stdclsdv/stdclsdv.dvi;programming
+docstrip;Package documentation writing/formatting (docstrip);latex/base/docstrip.dvi;programming
+xspace;Space control after macros (xspace);latex/tools/xspace.pdf;programming
+sublabel;Subnumber LaTeX counters (sublabel);latex/preprint/sublabel.pdf;
+trace;Tracing Macros (trace);latex/tools/trace.pdf;
+somedefs;Use selected definitions of package (somedefs);latex/tools/somedefs.pdf;programming
+bibtexhak;BIBTeX Hacker's Guide (bibtex);bibtex/base/btxhak.pdf;references, citations
+modguide;Modifying LaTeX;latex/base/modguide.pdf;programming
+@Accessory programs
+dvips;Dvips: DVI to PostScript;dvips/dvips.pdf;PostScript, DVI, administration, configuration
+dvipdfm;Dvipdfm: DVI to PDF;dvipdfm/dvipdfm.pdf;PDF, DVI
+bibtexdoc;BIBTeX documentation (bibtex);bibtex/base/btxdoc.pdf;references, citations
+index;MakeIndex: Index preparation;makeindex/base/ind.dvi;
+texinfo;Texinfo;texinfo/texinfo.pdf;
+web2c;Introduction to web2c;web2c/web2c.pdf;programs
+@Fonts / Metafont
+fontname;Fontname: Reference list of font names;fontname/fontname.pdf;tutorial
+genfont1;Font selection in LaTeX;latex/base/fntguide.pdf;font selection
+psnfss;LaTeX font packages for use with common PostScript fonts;latex/psnfss/psnfss2e.pdf;
+plnfss;Font selection in plain TeX;plain/plnfss/plnfss.txt;
+euler;AMS Euler fonts (euler);latex/euler/euler.dvi;mathematics
+AMSfonts;AMS Fonts: User's Guide;fonts/amsfonts/amsfndoc.pdf;
+piff;Use of Common AMS fonts in LaTex;latex/piff/ams.dvi;
+ssqquote;Accessing Computer Modern Sans Serif fonts (ssqquote);latex/ssqquote/ssqquote.dvi;
+astro;Astronomical symbols (astrosym);latex/astro/astrosym.txt;
+belleek;Belleek fonts (belleek);fonts/belleek/README;mathtime
+braille;Braille symbols (braille);latex/braille/summary.dvi;
+brushscr;BrushScript-Italic type1 font (brushscr);latex/brushscr/AAA_readme.dvi;
+chemsym;Chemical symbols (chemsym);latex/chemsym/chemsym.dvi;
+beton;Concrete fonts (beton);latex/beton/beton.dvi;
+bm;Bold math symbols (bm);latex/tools/bm.pdf;mathematics, sets
+ocherokee;Typesetting Cherokee texts (ocherokee);lambda/ocherokee/cherokee.pdf;
+cmsuper;CM-Super font package;fonts/cm-super/README;
+cmtt;CM typewriter encoding (cmtt);latex/mdwtools/cmtt.dvi;
+dingbat;Dingbat fonts;latex/dingbat/dingbat.pdf;
+doublestroke;Doublestroke fonts for sets (doublestroke);fonts/doublestroke/dsdoc.dvi;mathematics
+euro;Euro fonts in Type1 format (eurofonts);fonts/eurofont/eurosamp.pdf;
+eufrak;Euler Fraktur fonts for math (eufrak);fonts/amsfonts/eufrak.dvi;
+euscript;Euler Script/calligraphic fonts for math (euscript/eucal);fonts/amsfonts/euscript.dvi;
+feyn;Feyn font for Feynman diagrams;latex/feyn/feyn.pdf;
+# context4;Fonts in ConTeXt;context/manuals/mfonts.pdf;tutorial
+inputenc;Input encoding (inputenc);latex/base/inputenc.dvi;
+lucidabr;LaTeX support for Lucida Bright fonts (lucidabr);latex/psnfssx/lucidabr.txt;
+lmfonts;Latin Modern Type 1 fonts;fonts/lm/0inf099.txt;lmodern, latin modern, Latin Modern
+marvosym;Marvosym symbol fonts (marvosym);latex/marvosym/marvodoc.pdf;
+mathtime;Math Time fonts (mathtime/mathpi);latex/mathtime/mathtime.txt;
+relsize;Relative font sizes (relsize);latex/ltxmisc/relsize.sty;-1-, scale
+skt;Sanskrit for LaTeX (skt);latex/sanskrit/sktdoc.pdf
+textfit;Scaling text (textfit);latex/textfit/textfit.dvi;
+type1cm;Scalable type 1 CM fonts (type1cm);latex/type1cm/type1cm.txt;-2-
+stmaryrd;St. Mary's Road symbol font (stmaryrd);fonts/stmaryrd/stmaryrd.dvi;
+t1enc1;T1 font encoding overview (t1enc);latex/tools/fontsmpl.pdf;
+trajan;Trajan fonts (trajan);latex/trajan/tryfont.pdf;
+yfonts;Usage of old german fonts (yfonts);latex/yfonts/readme;-2-
+altfont;Using alternative fonts (altfont);latex/altfont/altfont.dvi;
+wasysym;WASY symbol fonts (wasysym);latex/wasysym/wasysym.pdf;
+mflogo;The logo font family (mflogo);latex/mflogo/mflogo.dvi;Metafont logo
+mfpic1;Pictures in TeX with Metafont and MetaPost;generic/mfpic/mfpguide.pdf;tutorial
+epsdice;Scalable dice font;latex/epsdice/epsdice.dvi;
+@Languages/national specials
+csplain;Czech/Slovak typesetting with plain TeX;cslatex/base/csplain.doc;-2-
+china2e;Chinese calendar symbols (china2e);latex/china2e/chinadoc.dvi;
+montex;Cyrillic, Mongolian, Manju support (montex);latex/montex/montex.pdf;
+dutch;Dutch LaTeX document classes;latex/ntgclass/rapdoc.pdf;
+teubner;Extension of the greek option in Babel (teubner);latex/teubner/teubner-doc.pdf;
+dinbrief;German letter DIN style (dinbrief);latex/dinbrief/dinbrief.dvi;
+gerdoc;German old and new orthography support;generic/german/gerdoc.dvi;
+greekctr;Greek letters as \alph-style counters (greekctr);latex/jknapltx/greekctr.sty;-1-
+montex;Mongolian LaTeX;latex/montex/mlsquick.pdf;
+MeX;Polish extension of Plain TeX (MeX);mex/base/mex.html;polski, polish
+platex;Polish extensions to LaTeX (PLaTeX/pdfPLaTeX);latex/platex/base/platex.html;polski, polish
+plfonts;Polish extension of CM fonts (PL);fonts/pl/README.ENG;polski, polish
+ogonek;Polish ogonek diacritic mark (ogonek);latex/ogonek/ogonek.dvi;
+akademia;Polish Virtual Academy of TeX;polish/tex-virtual-academy-pl/index.html;
+cyrguide;Russian: Cyrillic languages in LaTeX;latex/base/cyrguide.pdf;
+cyrillic;Cyrillic packages for LaTeX;latex/cyrillic/00readme.txt;
+esindex;Spanish index entries;latex/bezos/esindex.tex;
+otibet;Writing tibetian text for Omega (otibet);latex/otibet/unidoc.dvi;
+vntex;Typesetting Vietnamese (VnTeX);generic/vntex/vntex.txt;vietnamese, vietnam
+UserGroups;TeX User Groups around the world;english/help/usergrps.html;
+@General layout
+memoir;Replacement for book/report class (memoir);latex/memoir/memman.pdf;
+refman;Writing technical reference manuals (refman);latex/refman/refman.dvi;
+balance;Balancing two columns of text (balance);latex/preprint/balance.pdf;
+fix2col;Bugfix for two-column typesetting (fix2col);latex/carlisle/fix2col.pdf;
+titlesec;Chapter/section headings 1 (titlesec);latex/titlesec/titlesec.pdf;titles
+crop;Crop marks (crop);latex/crop/crop.pdf;layout
+layout;Display layout parameters (layout);latex/tools/layout.pdf;
+facsimile;Document class for preparing faxes;latex/facsimile/facsimile.pdf
+setspace;Double line spacing (setspace);latex/setspace/setspace.sty;-2-
+indentfirst;The indentfirst package;latex/tools/indentfirst.pdf;
+anysize;Margin sizes (anysize);latex/anysize/anysize.dvi;
+multicol;Multiple columns (multicol);latex/tools/multicol.pdf;
+fancyhdr;Page headers/footers/numbering (fancyhdr);latex/fancyhdr/fancyhdr.pdf;headers, footers, page numbers
+savetrees;Pack as much text as possible onto each page (savetrees);latex/savetrees/savetrees.pdf;
+geometry;Page layout (geometry);latex/geometry/manual.pdf;
+fullpage;Set margins to full page (fullpage);latex/preprint/fullpage.pdf;
+shapepar;Shaped paragraphs (shapepar);generic/shapepar/shapepar.dvi;
+layouts;Visual layout control (layouts);latex/layouts/layman.pdf;
+texsis;TeX macros for physists (TeXsis);texsis/base/README;
+ltugboat;TUGboat macros (ltugboat);latex/tugboat/ltubguid.pdf;
+poemscol;Typesetting poetry collections (poemscol);latex/poemscol/poemscol.pdf;
+invoice;Typesetting invoices (invoice);latex/invoice/invoice.pdf;
+metre;Typesetting scholarly publications dealing with Geek and Latin texts (metre);latex/metre/metre.pdf;
+startex;Typesetting simple student reports (StarTeX);startex/base/guide.pdf;
+@Floats
+sidecap;Captions, typeset sideways (sidecap);latex/sidecap/README;-2-
+capt-of;Captions, faked (capt-of);latex/ltxmisc/capt-of.sty;
+ctable;Centering tables and figures (ctable);latex/ctable/ctable.pdf;
+floatflt;Floating figures (floatflt);latex/floatflt/00readme.flt;layout, tables, graphics
+float;Floating objects (float);latex/float/float.dvi;layout, tables, graphics
+rotfloat;Floats, rotated (rotfloat);latex/rotfloat/examples.tex;tables, graphics
+multicap;Formatting captions inside multicols (multicap);latex/multicap/multicap.dvi;
+endfloat;Move floats to end of document (endfloat);latex/float/endfloat.dvi;
+afterpage;Expand float command after current page (afterpage);latex/tools/afterpage.pdf;
+placeins;Place floats "in place" (placeins);latex/ltxmisc/placeins.sty;-2-
+authblk;Prepare Author and Affiliation blocks (authblk);latex/preprint/authblk.pdf;
+figcaps;Put figures and tables at the end of an article (figcaps);latex/preprint/figcaps.pdf;
+subfloat;Subnumbering tables and floats (subfloat);latex/subfloat/README;
+@Graphics
+figsize;Automatic sizing of figures (figsize);latex/figsize/figsize.pdf;
+overpic;Combine LaTeX commands over included graphics (overpic);latex/overpic/opic-rel.dvi;
+histogr;Drawing histograms in picture environment;latex/histogr/histogr.dvi;
+pstcirc;Drawing electric circuits (pst-circ);generic/pst-circ/pst-circ-doc.pdf;
+miniplot;Easy figure arrangement (MiniPlot);latex/miniplot/miniplot.dvi;
+apmgraph;Extensions to LaTeX picture environment (pmgraph);latex/pmgraph/pmgraph.dvi;
+pstoptic;Optic drawings: lenses and mirrors (pst-optic);generic/pst-optic/pst-optic-doc.pdf;
+hvfloat;Rotating objects and captions (hvfloat);latex/hvfloat/hvfloat.pdf;
+picinpar;Small pictures in paragraphs 2 (picinpar);latex/picinpar/picinpar.dvi;figures
+petri-nets;Petri-nets packages;latex/petri-nets/pndoc.pdf;
+wrapfig;Wrap text around figures (wrapfig);latex/ltxmisc/wrapfig.sty;-1-
+epslatex;Using imported graphics in LaTeX2e (epslatex);english/epslatex-en/epslatex.ps;PostScript, EPS, JPEG, GIF, TIFF, compression, scale, rotate, PSfrag, landscape, box, colour ???
+graphics;PS and other graphics (graphics/graphicx);latex/graphics/grfguide.pdf;PostScript, EPS, JPEG, GIF, TIFF, scale, rotate, landscape, box, colour
+metapost0;Introduction to MetaPost Manual;metapost/base/mpintro.pdf;PostScript, Bezier curves, boxes, drawing, graphs, plots, grid
+metapost1;MetaPost Manual;metapost/base/mpman.pdf;PostScript, Bezier curves, boxes, drawing, graphs, plots, grid
+metapost2;MetaPost graphics tutorial;metapost/base/mpgraph.pdf;PostScript, Bezier curves, boxes, drawing, graphs, plots, grid
+metaobj;Metapost package providing high-level objects (metaobj);latex/metaobj/momanual.pdf;
+fmp;LaTeX package to support Functional MetaPost (fmp);latex/fmp/fmp.pdf;
+pgf;User's Guide to the PGF Package;latex/pgf/pgfuserguide.pdf;
+piechart;Drawing pie-charts with MetaPost;metapost/piechartmp/piechartmp.pdf;
+treetex;Drawing trees with TeX (treetex);plain/treetex/tree_doc.dvi;
+PSfrag;Insert LaTeX constructs in PS figures (PSfrag);latex/psfrag/pfgguide.dvi;PostScript, scale
+pspicture;Extended picture environment (pspicture);latex/carlisle/pspicture.pdf;picture, drawing, PostScript
+eepic;epic picture environment extensions (eepic);latex/eepic/eepic.dvi;picture, drawing, arrow
+rst;Rhetorical theory in LaTeX (rst);latex/rst/rst-package.pdf
+xypic1;XYpic User Guide (xypic);generic/xypic/xyguide.pdf;picture, drawing, arrows, curves
+xypic2;XYpic Reference Manual (xypic);generic/xypic/xyrefer.pdf;picture, drawing, arrows, curves
+texdraw;TeXDraw: advanced drawing using PS (texdraw);texdraw/texdraw.pdf;picture, PostScript, Bezier curves, lines
+crop;Crop marks (crop);latex/crop/crop.pdf;layout, mirror, invert
+@Diagrams
+DCpic;Commutative Diagrams (DCpic);latex/dcpic/man4.0.pdf;
+pbdiagram;Diagram package using LAMSTeX or Xy-pic fonts (pb-diagram);latex/pb-diagram/pb-manual.dvi;
+expressg;Drawing diagrams with MetaPost;latex/expressg/expeg.pdf;
+bardiag;Drawing of bar diagrams in LaTeX (bardiag);latex/bardiag/bardiag.ps;
+circ;Typesetting cirquit diagrams (circ);latex/circ/circ.dvi;
+msc;Typesetting message sequence charts (msc);latex/msc/manual.tex;
+nassi;Typesetting Nassi-Schneiderman diagrams;latex/nassflow/nass_man.dvi;
+@Slides
+texpower;Dynamic online presentations with LaTeX;latex/texpower/manual.pdf;
+longtable;Large tables (longtable);latex/tools/longtable.pdf;
+prosper;Prosper: A manual for the prosper class;latex/prosper/prosper-doc.pdf;overhead
+prosper1;Prosper: A tour of Prosper facilities;latex/prosper/prosper-tour.pdf;overhead
+beamer;User's Guide to the beamer class;latex/beamer/beameruserguide.pdf;
+ifmslide;Enhanced presentations with (PDF)LaTeX;latex/ifmslide/ifmman.pdf;
+seminar;Slides/foils (seminar);latex/seminar/sem-user.pdf;overhead
+2up;Two-up printing for Generic TeX;latex/seminar/2up.dvi;???
+@Tables, arrays and lists
+booktabs;Publication quality tables in LaTeX;latex/booktabs/booktabs.pdf;
+mdwlist;Additional list environments/commands (mdwlist);latex/mdwtools/mdwlist.dvi;description, enumerate
+dcolumn;Alignment on decimal point (dcolumn);latex/tools/dcolumn.pdf;tables
+delarray;Arrays with delimiters (delarray);latex/tools/delarray.pdf;
+colortbl;Coloured tables (colortbl);latex/carlisle/colortbl.pdf;
+arydshln;Dashed lines, horizontal and vertical (arydshln);latex/arydshln/arydshln-man.pdf;
+slashbox;Draw an oblique line in a `tabular' column;latex/slashbox/slashbox.dvi;
+enumerate;Extended enumeration style (enumerate);latex/tools/enumerate.pdf;
+array;Extended tabular and array environments 1 (array);latex/tools/array.pdf;
+mdwtab;Extended tabular and array environments 2 (mdwtab);latex/mdwtools/mdwtab.dvi;
+blkarray;Extended tabular and array environments 3 (blkarray);latex/carlisle/blkarray.sty;-1-
+easytable;Extra support for writing tables (easytable);latex/easy/doc.dvi/doctable.dvi;matrix
+greekctr;Greek letters as \alph-style counters (greekctr);latex/jknapltx/greekctr.sty;-1-
+tabls;Keep text from touching other text/hlines (tabls);latex/ltxmisc/tabls.sty;-1-, table, array
+listliketab;Make list-like tabulars;latex/listliketab/listliketab.pdf;
+tabularx;Modification of tabular column widths (tabularx);latex/tools/tabularx.pdf;
+shortlst;Typesetting lists of short items (shortlst);latex/shortlst/shortlst.dvi;
+hhline;Single/double lines in tables (hhline);latex/tools/hhline.pdf;
+multirow;Table entry spanning multiple rows (multirow);latex/multirow/multirow.sty;-0-, tables
+threeparttable;Table divided into caption, body, notes (threeparttable);latex/ltxmisc/threeparttable.sty;-1-
+wrapfig;Wrap text around tables (wrapfig);latex/ltxmisc/wrapfig.sty;-1-
+eqlist;Lists with equal indentation (eqlist);latex/eqlist/eqlist.dvi;
+@ToC, index and glossary
+titletoc;Layout of table of contents (titletoc);latex/titlesec/titlesec.pdf;
+nomencl;List of used variables/Glossary (nomencl);latex/nomencl/nomencl.pdf
+makeindex;MakeIndex;makeindex/base/makeindex.dvi;index
+multitoc;Multi-column table of contents/tables/figures (multitoc);latex/multitoc/multitoc.dvi;
+multind;Multiple indexes (multind);latex/misc209/multind.sty;-0-, makeindex
+index;Extended index for LaTeX including multiple indexes (index);latex/camel/index.dvi;
+varindex;Luxury frontend to the \index command (varindex);latex/varindex/varindex.dvi;
+minitoc;Tables of contents/tables/figures at beginning of chapter (minitoc);latex/minitoc/minitoc.pdf;
+@Bibliography
+bibtexdoc;BIBTeX documentation (bibtex);bibtex/base/btxdoc.pdf;references, citations
+bibtexhak;BIBTeX Hacker's Guide (bibtex);bibtex/base/btxhak.pdf;references, citations
+custom-bib;Bibliography customization (custom-bib/makebst);latex/custom-bib/makebst.tex; ???
+ascelike;Bibliography style for ASCE (ascelike);latex/ascelike/ascexmpl.pdf;
+natbib;Bibliography with author-year or numerical style (natbib);latex/natbib/natbib.dvi;citation, references ???
+achemso;BibTeX style for Chemistry Publications (achemso);latex/achemso/achemso.dvi;
+mcite;Collapsing multiple citations into one (mcite);latex/mcite/mcite.dvi;
+gloss;Creating glossaries using BibTeX;latex/gloss/gloss.dvi;
+directory;Creating an address-book like database (directory);latex/directory/directory.pdf;
+apacite;Citation and Reference list (apacite);latex/apacite/apacite.pdf;references, citations
+easybib;Easy custom-made bibliographies (easybib);latex/easy/doc.dvi/docbib.dvi;references, citations
+opcit;Footnote-style bibliographical references (opcit);latex/opcit/opcit.dvi;
+harvard;Harvard Family of Bibliography Styles;latex/harvard/harvard.dvi;references, citations
+authorindex;Generate a list of all authors cited in a document (authorindex);latex/authorindex/authorindex.dvi
+chapterbib;Multiple bibliographies in document (chapterbib);latex/cite/chapterbib.sty;-1-, references, citations
+natbib2;natbib reference sheet;latex/natbib/natnotes.dvi;citation ???
+cite;Number-only citations/compressed references (cite);latex/cite/cite.sty;-1- ???
+footbib;References as footnotes (footbib);latex/footbib/footbib.dvi;citation
+overcite;Superscript number-only citations/compressed references (overcite);latex/cite/overcite.sty;-1-, cite ???
+camel;Typesetting of citations and bibliographies (camel);latex/camel/camel.dvi;
+drftcite;Use citation labels instead of numbers in drafts (drftcite);latex/cite/drftcite.sty;-1-, cite, references, citations
+citesort;Variant of cite with sorted citations (citesort);latex/ltxmisc/citesort.sty;-3-, references ???
+adrconv;Converting .bib database into printable format;latex/adrconv/adrguide.pdf;
+@Mathematics
+AMSlatex;AMS LaTeX manual;latex/amslatex/amsldoc.pdf;tutorial, equation alignment, matrix, operators, symbols, equation numbering, arrows, roots, fractions, theorems, amslatex
+symbols-letter;LaTeX symbol table;english/symbols/symbols-letter.pdf;mathematics ???
+amslatex2;AMSLaTeX 2.0: Technical notes;latex/amslatex/technote.pdf;
+amsthm;AMS theorem environment (amsthm);latex/amslatex/amsthdoc.pdf;
+amsthm2;AMS theorem environment: example;latex/amslatex/thmtest.pdf;theorem
+breqn;Automatic line breaking of displayed equations (breqn);latex/breqn/breqndoc.dvi;mathematics
+easyvector;C-like syntax for writing vectors or matrices (easyvector);latex/easy/doc.dvi/docvector.dvi;matrix
+tangles;Diagrammatic macros for tangles and Hopf algebras;latex/t-angles/t-manual.dvi;
+empheq;EMPHasizing EQuations (empheq);latex/mh/empheq.pdf;
+deleq;Flexible numbering of equations (deleq);latex/deleq/deleq.dvi;
+theorem;Extended theorem style (theorem);latex/tools/theorem.pdf;
+mathenv;Equation alignment (mathenv);latex/mdwtools/mdwtab.dvi;matrix
+subeqn;Equation subnumbering and primes;latex/amslatex/subeqn.pdf;subequation
+easyeqn;Equation environments (easyeqn);latex/easy/doc.dvi/doceqn.dvi;
+easymat;Extra support for block matrices 1 (easymat);latex/easy/doc.dvi/docmat.dvi;matrix
+easybmat;Extra support for block matrices 2 (easybmat);latex/easy/doc.dvi/docbmat.dvi;matrix
+polynom;Manipulating polynomials (polynom);latex/polynom/polynom.pdf;
+comma;Numbers with comma every 3 digits (comma);latex/carlisle/comma.sty;-2-, separator
+permute;Permutations: input and output formats (permute);latex/permute/permute.dvi;mathematics
+nath;Producing 'natural math notation' (nath);latex/nath/nathguide.pdf;
+mdwmath;Square root without vinculum (mdwmath);latex/mdwtools/mdwmath.dvi;
+tensind;Tensorial Indexes (tensind);latex/bezos/tensind.tex;
+accents;Tools for mathematical accents (accents);latex/bezos/accents.tex;mathematics
+gauss;Typesetting matrix operations;latex/gauss/gauss-doc.dvi;
+vector;Typesetting vectors (vector);latex/vector/vector.dvi;
+gnlogic;Typestting logical formulas (gn-logic);latex/logic/gn-logic14.dvi;
+AMSfonts;AMS Fonts;fonts/amsfonts/amsfndoc.pdf;
+bm;Bold math symbols (bm);latex/tools/bm.pdf;mathematics, sets
+concmath;Concrete Math fonts (concmath);latex/concmath/concmath.dvi;
+doublestroke;Doublestroke fonts for sets (doublestroke);fonts/doublestroke/dsdoc.dvi;mathematics
+euler;AMS Euler fonts (euler);latex/euler/euler.dvi;mathematics
+@Special text elements
+refstyle;Advanced formatting of cross references;latex/refstyle/refstyle.pdf;
+textcase;Case conversion ignoring mathematics (textcase);latex/carlisle/textcase.pdf;
+# edmac;Critical editions of text (edmac);latex/edmac/edmac.dvi;
+eqparbox;Constructing \parboxes (eqparbox);latex/eqparbox/eqparbox.pdf;
+bytefield;Create illustrations for network protocol specifications;latex/bytefield/bytefield.pdf;
+dropping;Drop the first character(s) of a paragraph (dropping);latex/dropping/dropping.dvi;
+lettrine;Dropped capitals (lettrine);latex/lettrine/lettrine.pdf;
+footnote1;Footnotes 1 (footnote);latex/mdwtools/footnote.dvi;
+footnote2;Footnotes 2 (pfnote, fnpos, dblfnote);latex/yafoot/yafoot-man.dvi;
+ftnright;Footnotes 3: in a multi-column layout (ftnright);latex/tools/ftnright.pdf;
+footnpag;Footnotes 4: page-per-page numbering (footnpag);latex/footnpag/footnpag-user.dvi;
+newalg;Format algorithms like Cormen, Leiserson and Rivest (newalg);latex/newalg/newalg.dvi;
+linguex;Formatting linguist examples (linguex);latex/linguex/linguex-doc.dvi;
+soul;Hyphenation for letterspacing, underlining, striking... (soul);latex/soul/soul.pdf; strikeout
+varioref;References to figures, equations etc. (varioref);latex/tools/varioref.pdf;
+xr;References to external documents (xr);latex/tools/xr.pdf;
+nath;Separate presentation and content in mathematical typography (nath);latex/nath/nathguide.pdf;
+showkeys;Show reference keys in text (showkeys);latex/tools/showkeys.pdf;citation
+clock;Typesetting graphical clocks (clock);latex/clock/clockdoc.pdf;
+syntax;Typesetting syntactic items (syntax);latex/mdwtools/syntax.dvi;
+hypbmsec;Bookmarks in sectioning commands (hypbmsec);latex/oberdiek/hypbmsec.pdf;
+ushort;Underlines of various sizes (ushort);latex/ushort/ushort.dvi;
+ulem;Underlining styles (ulem);latex/ltxmisc/ulem.sty;-1-
+umoline;Underline text allowing line breaking (umoline);latex/umoline/umoline-man.dvi;
+url;Typeset URLs, emails, paths etc. verbatim 1 (url);latex/ltxmisc/url.sty;-1-
+path;Typeset URLs, emails, paths etc. verbatim 2 (path);latex/ltxmisc/path.sty;-0-
+notes;Mark documentsections with icons;latex/notes/notes.dvi;
+prelim2e;Mark preliminary versions of document (prelim2e);latex/prelim2e/prelim2e.dvi;draft
+shapepar;Shaped paragraphs (shapepar);generic/shapepar/shapepar.dvi;
+todo;Appending a to-list to a document;latex/todo/todo.dvi;
+@Typesetting labels
+adrlist;Address lists with LaTeX (adrlist);latex/adrlist/adrlist.dvi
+labels;labels: Labels for envelopes;generic/midnight/labels.dvi;
+labels1;EnvLab: Printing Envelopes and Labels;latex/envlab/elguide.dvi;
+cd;Creating CD labels (cd);latex/cd/cd.pdf;
+ticket;Labels, visiting cards, pins with LaTeX (ticket);latex/ticket/manual.pdf
+@Verbatim and code printing
+newvbtm;Define your own verbatim-like environment (newvbtm);latex/newvbtm/newvbtm-man.dvi;
+verbatim;Extension to verbatim 1/comments (verbatim);latex/tools/verbatim.pdf;
+moreverb;Extension to verbatim 2/line numbering (moreverb);latex/moreverb/moreverb.dvi;
+sverb;Extension to verbatim printing 3 (sverb);latex/mdwtools/sverb.dvi;
+fancyvrb;Fancy verbatim printing (fancyvrb);latex/fancyvrb/fancyvrb.pdf;line numbering, boxes, colour
+ntabbing;Tabbing with line numbering (ntabbing);latex/ntabbing/ntabbing.dvi;line numbering
+lineno;Provide line numbers on paragraphs (lineno);latex/lineno/ulineno.pdf;line numbering
+listings;Source code printing (listings);latex/listings/listings.pdf;fancyvrb, program
+mftinc;Pretty-print Metafont source code into a Tex file (mftinc);latex/mftinc/mftinc.pdf;
+@Auxiliary tools
+akletter;Comprehensive letter support (akletter);latex/akletter/lettereng.pdf;
+progress;Create an overview of a documents' state (progress);latex/progress/progress.dvi;
+plain;Plain TeX code in LaTeX (plain);latex/carlisle/plain.sty;-2-
+pagesel;Select pages for output (pagesel);latex/oberdiek/pagesel.pdf;extract
+tokenizer;Split comma-separated list of strings into tokens (tokenizer);latex/tokenizer/tokenizer.pdf
+isorot;Rotate document elements (isorot);latex/isorot/rotman.pdf;
+rotpages;Multiple page rotation in LaTeX;latex/rotpages/rotpages-doc.pdf;
+count1to;Page number marks for extraction (count1to);latex/count1to/count1to.dvi;
+remreset;Suppress counter reset (remreset);latex/carlisle/remreset.sty;-2-
+version;Conditionally include text (version);latex/misc209/version.sty;-2-, comment
+vrsion;Add version number to DVI file (vrsion);latex/vrsion/vrsion.dvi;
+verbatim;Comment out parts of text 1 (verbatim);latex/tools/verbatim.pdf;
+comment;Comment out parts of text 2 (comment);latex/comment/comment.sty;
+fileerr;Avoid fatal file not found errors (fileerr);latex/tools/fileerr.pdf;
+calc;Infix notation arithmetic in LaTeX (calc);latex/tools/calc.pdf;calculation, float arithmetic
+alphalph;Convert numbers to letters;latex/oberdiek/alphalph.pdf;
+typehtml;Process HTML code (typehtml);latex/carlisle/typehtml.pdf;
+texnames;Typeset names of TeX and METAFONT programs (texnames);generic/misc/texnames.sty;-0-
+MLTeX;MLTeX;latex/mltex/mltex.txt;
+calendar;The calendar package;latex/calendar/calendar.dvi;
+schedule;The schedule package;latex/schedule/schedule.dvi;
+@Education
+ecards;Creating electronic flash cards (ecards);latex/eCards/eCardsman.pdf;
+exam;Typesetting exam scripts (exam);latex/examdesign/exam.dvi;
+flcards;Typesetting flashcards;latex/flashcards/flashcards.pdf;
+@TeX on the Web
+webguide;A Brief Guide to LaTeX Tools for Web Publishing;english/webguide/webguide.pdf;web
+acrotex;AcroTeX Education Bundle;latex/webeq/webeqman_p.pdf;
+hypcap;Adjusting anchors of captions (hypcap);latex/oberdiek/hypcap.pdf;web
+attachfile;Attaching arbitrary files to a PDF document (attachfile);latex/attachfile/attachfile.pdf;
+hyperref;Hyperlinks in LaTeX (hyperref);latex/hyperref/manual.pdf;HyperTeX
+hyperref1;On PDF information and navigation elements;latex/hyperref/paper.pdf;
+tex4ht;TeX4ht: LaTeX and TeX for Hypertext;generic/tex4ht/mn.html;web
+ppower4;PDF Presentation post processor (ppower4);latex/ppower4/report.pdf;
+pdfscreen;PDFscreen: Manual;latex/pdfscreen/manual-print.pdf;web
+pdfpages;Insertion of external PDF documents (pdfpages);latex/pdfpages/pdfpages.pdf;
+pdfpages1;readme (pdfpages);latex/pdfpages/readme;
+@Extended Systems
+latex3;LaTeX3 project;latex/base/ltx3info.pdf;extended
+latex3p;LaTeX3 Programming Language;latex/expl3/expl3.dvi;
+etex;e-TeX - extended TeX;etex/base/etex_man.pdf;introduction, basics, extended
+omega;Omega system: draft manual;omega/base/doc-1.8.dvi;introduction, basics, extended
+cjk;Typesetting Chinese/Japanese/Korean (CJK);latex/CJK/doc/CJK.txt;
+xmltex;xmltex: XML parser implemented in TeX;xmltex/base/manual.html;
+jadetex;JadeTeX;jadetex/base/releasenotes.pdf;
+@The TeX Live Guide
+texlive1;English;english/texlive-en/live.pdf;tutorial
+texlive2;German;german/texlive-ge/live.pdf;tutorial
+texlive3;French;french/texlive-fr/live.pdf;tutorial
+texlive4;Polish;polish/texlive-pl/live.pdf;tutorial
+texlive5;Russian;russian/texlive-ru/live.pdf;tutorial
+texlive6;Czech/Slovak;czechslovak/texlive-cz/live.pdf;tutorial
+@Music
+musixtex;MusiXTeX: Using TeX to write music (musixtex);generic/musixtex/musixdoc.pdf;
+musixlyr;MusiXTeX extension for writing lyrics (musixlyr);latex/musixlyr/mxlyrdoc.dvi;
+guitar;Typesetting guitar chords (guitar);latex/guitar/guitar.dvi;
+musictex;MusicTeX: Typesetting music;generic/musictex/musicdoc.dvi;music
+@Compuscripts
+acmconf;ACM Proceedings (acmconf);latex/acmconf/README;publishing
+acmtrans;ACM Transactions (acmtrans);latex/acmtrans/acmtr2e.pdf;publishing
+siggraph;ACM Siggraph (siggraph);latex/siggraph/siggraph.dvi;publishing
+aastex;American Astronomical Society (aastex);latex/aastex/aasguide.pdf;
+ieee;IEEE (IEEEtran);latex/IEEEtran/IEEEtran_HOWTO.pdf;publishing
+ieeepes;IEEE PES Transactions;latex/ieeepes/ieeepes_doc.dvi;publishing
+ifacmtg;Elsevier Publishers (ifacmtg);latex/ifacmtg/instraut.pdf;publishing
+imac;IMAC conferences;latex/imac/imac.dvi;publishing
+nrc;National Research Council;latex/nrc/userguide.pdf;
+kluwer;Kluwer Academic Publishers;latex/kluwer/usrman.dvi;
+mnras;Royal Astronomical Society (mnras);plain/mnras/mnguide.dvi;
+smflatex;Societe Mathematique de France;latex/smflatex/e-doc.dvi;
+spie;SPIE Proceedings (spie);latex/spie/article.pdf;publishing
+@Games
+othello;Creating othello boards in LaTeX (othello);latex/othello/othello.dvi;
+crosswrd;Typesetting crossword puzzles (crosswrd);latex/crosswrd/crosswrd.dvi;
+cwpuzzle;Typesetting crossword puzzles (cwpuzzle);latex/cwpuzzle/cwpuzzle.dvi;
+psgo;Games: Typesetting Go Diagrams (psgo);latex/psgo/README;
+skak;Games: Typesetting Chess (skak);latex/skak/skakdoc.tex;
+@Miscellaneous
+isov2;Typesetting ISO standards (isov2);latex/iso/isoman.pdf;
+cv;Creating a curriculum vitae (cv);latex/curve/curve.pdf;
+preprint;Preprint Collection of packages;latex/preprint/00readme.txt;
+morse;The morse package;latex/morse/morsedoc.dvi;
+rcs;RCS supplied data in LaTeX documents (rcs);latex/rcs/rcs-user.dvi;
+sffms;Science fiction/fantasy publishing (sffms);latex/sffms/sffms_manual.pdf;
+formular;Typesetting forms (formular);latex/formular/formular.pdf;
+diagnose;Test references to external packages;latex/diagnose/diagnose.pdf;
+siunits;Support for the International System of Units (siunits);latex/SIunits/SIunits.pdf;
+euro1;Conversion of currency units (euro);latex/euro/euro.pdf;