diff options
author | Karl Berry <karl@freefriends.org> | 2011-06-13 02:18:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-06-13 02:18:50 +0000 |
commit | 7b5071f2f32890e33d336e4b75ed6e15081e6e1f (patch) | |
tree | cb5947d4909a686cc0dbbf6f6250d4af3af6b3eb /Master | |
parent | cf21909a428963d37269d5297f2ba36505f6f9ac (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@22947 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf/doc/man/man1/install-tl.1 | 55 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/install-tl.man1.pdf | bin | 16305 -> 18051 bytes | |||
-rw-r--r-- | Master/texmf/scripts/texlive/var/texcatalogue.keywords | 4278 |
3 files changed, 1879 insertions, 2454 deletions
diff --git a/Master/texmf/doc/man/man1/install-tl.1 b/Master/texmf/doc/man/man1/install-tl.1 index f6343ae1503..27a0969f2e3 100644 --- a/Master/texmf/doc/man/man1/install-tl.1 +++ b/Master/texmf/doc/man/man1/install-tl.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "INSTALL-TL 1" -.TH INSTALL-TL 1 "2011-05-14" "perl v5.12.3" "User Contributed Perl Documentation" +.TH INSTALL-TL 1 "2011-06-13" "perl v5.12.3" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -189,8 +189,9 @@ all of TeX Live. This is the default on Windows systems. .ie n .IP """perltk""" 8 .el .IP "\f(CWperltk\fR" 8 .IX Item "perltk" -The all-in-one \s-1GUI\s0 installer. -It can also be selected by giving the \f(CW\*(C`\-gui\*(C'\fR option without any \fImodule\fR. +The expert \s-1GUI\s0 installer providing access to more options. It can also +be selected by giving the \f(CW\*(C`\-gui\*(C'\fR option without any \fImodule\fR, or, on +Windows by running \f(CW\*(C`install\-tl\-advanced.bat\*(C'\fR. .RE .RS 4 .Sp @@ -380,8 +381,56 @@ If \f(CW\*(C`\-v\*(C'\fR has been given the revisions of the used modules are re .PP As usual, all options can be specified with either \f(CW\*(C`\-\*(C'\fR or \f(CW\*(C`\-\-\*(C'\fR, and arguments can be separated from their options by either a space or \f(CW\*(C`=\*(C'\fR. +.SH "ENVIRONMENT VARIABLES" +.IX Header "ENVIRONMENT VARIABLES" +For ease in scripting and debugging, \f(CW\*(C`install\-tl\*(C'\fR will look for the +following environment variables. They are not of interest in normal +user installations. +.ie n .IP """TEXLIVE_INSTALL_ENV_NOCHECK""" 4 +.el .IP "\f(CWTEXLIVE_INSTALL_ENV_NOCHECK\fR" 4 +.IX Item "TEXLIVE_INSTALL_ENV_NOCHECK" +Omit the check for environment variables containing the string \f(CW\*(C`tex\*(C'\fR. +People developing TeX-related software are likely to have many such +variables. +.ie n .IP """TEXLIVE_INSTALL_NO_CONTEXT_CACHE""" 4 +.el .IP "\f(CWTEXLIVE_INSTALL_NO_CONTEXT_CACHE\fR" 4 +.IX Item "TEXLIVE_INSTALL_NO_CONTEXT_CACHE" +Omit creating the ConTeXt cache. This is useful for redistributors. +.ie n .IP """TEXLIVE_INSTALL_PREFIX""" 4 +.el .IP "\f(CWTEXLIVE_INSTALL_PREFIX\fR" 4 +.IX Item "TEXLIVE_INSTALL_PREFIX" +.PD 0 +.ie n .IP """TEXLIVE_INSTALL_TEXMFCONFIG""" 4 +.el .IP "\f(CWTEXLIVE_INSTALL_TEXMFCONFIG\fR" 4 +.IX Item "TEXLIVE_INSTALL_TEXMFCONFIG" +.ie n .IP """TEXLIVE_INSTALL_TEXMFHOME""" 4 +.el .IP "\f(CWTEXLIVE_INSTALL_TEXMFHOME\fR" 4 +.IX Item "TEXLIVE_INSTALL_TEXMFHOME" +.ie n .IP """TEXLIVE_INSTALL_TEXMFLOCAL""" 4 +.el .IP "\f(CWTEXLIVE_INSTALL_TEXMFLOCAL\fR" 4 +.IX Item "TEXLIVE_INSTALL_TEXMFLOCAL" +.ie n .IP """TEXLIVE_INSTALL_TEXMFSYSCONFIG""" 4 +.el .IP "\f(CWTEXLIVE_INSTALL_TEXMFSYSCONFIG\fR" 4 +.IX Item "TEXLIVE_INSTALL_TEXMFSYSCONFIG" +.ie n .IP """TEXLIVE_INSTALL_TEXMFSYSVAR""" 4 +.el .IP "\f(CWTEXLIVE_INSTALL_TEXMFSYSVAR\fR" 4 +.IX Item "TEXLIVE_INSTALL_TEXMFSYSVAR" +.ie n .IP """TEXLIVE_INSTALL_TEXMFVAR""" 4 +.el .IP "\f(CWTEXLIVE_INSTALL_TEXMFVAR\fR" 4 +.IX Item "TEXLIVE_INSTALL_TEXMFVAR" +.PD +Specify the respective directories. .SH "AUTHORS AND COPYRIGHT" .IX Header "AUTHORS AND COPYRIGHT" This script and its documentation were written for the TeX Live distribution (<http://tug.org/texlive>) and both are licensed under the \&\s-1GNU\s0 General Public License Version 2 or later. +.SH "POD ERRORS" +.IX Header "POD ERRORS" +Hey! \fBThe above document had some coding errors, which are explained below:\fR +.IP "Around line 2230:" 4 +.IX Item "Around line 2230:" +\&'=item' outside of any '=over' +.IP "Around line 2257:" 4 +.IX Item "Around line 2257:" +You forgot a '=back' before '=head1' diff --git a/Master/texmf/doc/man/man1/install-tl.man1.pdf b/Master/texmf/doc/man/man1/install-tl.man1.pdf Binary files differindex 3f75858bb96..92fc30b20f0 100644 --- a/Master/texmf/doc/man/man1/install-tl.man1.pdf +++ b/Master/texmf/doc/man/man1/install-tl.man1.pdf diff --git a/Master/texmf/scripts/texlive/var/texcatalogue.keywords b/Master/texmf/scripts/texlive/var/texcatalogue.keywords index 97da01359a4..0bc8221ef56 100644 --- a/Master/texmf/scripts/texlive/var/texcatalogue.keywords +++ b/Master/texmf/scripts/texlive/var/texcatalogue.keywords @@ -119,6 +119,9 @@ $taxonomy = { 'hpgl2ps' => [ 'output format other than PDF (HTML, etc.)' ], + 'chktex' => [ + 'make, compilation systems' + ], 'pst-spectra' => [ 'graphics created inside TeX (pictures, PSTricks, PGF, etc.)', 'output format PDF, PostScript', @@ -12407,7 +12410,12 @@ $taxonomy = { 'boxed text, frames' ] }, - 'functionality' => {}, + 'functionality' => { + 'chktex' => [ + 'Spelling + Checker' + ] + }, 'secondary' => { 'xytree' => ' Uncharacterized', @@ -12549,8 +12557,6 @@ $taxonomy = { Uncharacterized', 'llist' => ' Uncharacterized', - 'dinat' => ' - Uncharacterized', 'amsppt' => ' Uncharacterized', 'address' => ' @@ -12579,8 +12585,6 @@ $taxonomy = { Uncharacterized', 'pst-eucl' => ' Uncharacterized', - 'amsmath-it' => 'Non-english languages > - Italian', 'bitset' => ' Uncharacterized', 'pmx' => ' @@ -12677,8 +12681,6 @@ $taxonomy = { Uncharacterized', 'sfmath' => ' Uncharacterized', - 'coptic' => ' - Uncharacterized', 'lshort-persian' => ' Uncharacterized', 'gahyph' => ' @@ -12721,8 +12723,8 @@ $taxonomy = { Uncharacterized', 'LaTeX-brochure' => ' Uncharacterized', - 'eiad' => ' - Uncharacterized', + 'eiad' => 'Fonts > Support + files', 'bg' => ' Uncharacterized', 'lextex' => ' @@ -12761,8 +12763,6 @@ $taxonomy = { Uncharacterized', 'DB_process' => ' Uncharacterized', - 'babelbib' => ' - Uncharacterized', 'acm' => ' Uncharacterized', 'texdoctk' => ' @@ -12801,8 +12801,6 @@ $taxonomy = { Uncharacterized', 'context-vim' => ' Uncharacterized', - 'malayalam-latex' => ' - Uncharacterized', 'chemfig' => 'Graphics > Inside TeX', 'maybemath' => ' @@ -12881,8 +12879,6 @@ $taxonomy = { Uncharacterized', 'pst-pdf' => ' Uncharacterized', - 'ethiop-t1' => ' - Uncharacterized', 'tipa' => ' Uncharacterized', 'bigintcalc' => ' @@ -12893,8 +12889,6 @@ $taxonomy = { Uncharacterized', 'archaic' => ' Uncharacterized', - 'bashkirian' => ' - Uncharacterized', 'nostarch' => ' Uncharacterized', 'foiltex' => ' @@ -12919,14 +12913,10 @@ $taxonomy = { PostScript', 'image-gallery' => ' Uncharacterized', - 'antp' => ' - Uncharacterized', 'systcontrolletters' => ' Uncharacterized', 'ltx2x' => ' Uncharacterized', - 'la' => ' - Uncharacterized', 'gnhyph' => ' Uncharacterized', 'exteps' => ' @@ -13011,10 +13001,6 @@ $taxonomy = { Uncharacterized', 'epmtfe' => ' Uncharacterized', - 'cmcyr' => ' - Uncharacterized', - 'kalender-209' => ' - Uncharacterized', 'twoupltx' => ' Uncharacterized', 'fpl' => ' @@ -13139,8 +13125,6 @@ $taxonomy = { Uncharacterized', 'hlatex' => ' Uncharacterized', - 'cspsfonts' => ' - Uncharacterized', 'fontchart' => ' Uncharacterized', 'dvgt' => ' @@ -13201,10 +13185,6 @@ $taxonomy = { Uncharacterized', 'texdoc' => ' Uncharacterized', - 'pcfonts' => ' - Uncharacterized', - 'hellas' => ' - Uncharacterized', 'cropmarks-pt' => ' Uncharacterized', 'ntsfaq' => ' @@ -13307,8 +13287,8 @@ $taxonomy = { Uncharacterized', 'program' => 'Subject-specific typesetting > Computer science', - 'dinbrief-gui' => ' - Uncharacterized', + 'dinbrief-gui' => 'Document types > + Letters', 'swebib' => ' Uncharacterized', 'hypdoc' => ' @@ -13375,8 +13355,6 @@ $taxonomy = { Uncharacterized', 'mitpress' => ' Uncharacterized', - 'levy-font' => ' - Uncharacterized', 'hyphsubst' => ' Uncharacterized', 'physe' => ' @@ -13449,8 +13427,6 @@ $taxonomy = { Uncharacterized', 'latex4jed' => ' Uncharacterized', - 'levy-latex' => ' - Uncharacterized', 'extpfeil' => ' Uncharacterized', 'babeltools' => 'Programming in TeX > @@ -13591,8 +13567,6 @@ $taxonomy = { Uncharacterized', 'iso209' => ' Uncharacterized', - 'accenti' => ' - Uncharacterized', 'ntg-maps' => ' Uncharacterized', 'circuit-macros' => ' @@ -13619,8 +13593,8 @@ $taxonomy = { Uncharacterized', 'dvistd' => ' Uncharacterized', - 'csfonts' => ' - Uncharacterized', + 'csfonts' => 'Fonts > Symbol + fonts', 'thuthesis' => ' Uncharacterized', 'lshort-spanish' => ' @@ -13641,8 +13615,6 @@ $taxonomy = { Uncharacterized', 'engpron' => ' Uncharacterized', - 'csx' => ' - Uncharacterized', 'graphics-pln' => ' Uncharacterized', 'xoptarg' => ' @@ -13669,8 +13641,6 @@ $taxonomy = { Uncharacterized', 'cea' => ' Uncharacterized', - 'esindex' => ' - Uncharacterized', 'splitbib' => ' Uncharacterized', 'marginote' => ' @@ -13711,8 +13681,6 @@ $taxonomy = { Uncharacterized', 'multiobjective' => ' Uncharacterized', - 'lcyw' => ' - Uncharacterized', 'exp-testopt' => ' Uncharacterized', 'classif2' => ' @@ -13753,8 +13721,6 @@ $taxonomy = { Uncharacterized', 'xspace' => ' Uncharacterized', - 'dk-bib' => ' - Uncharacterized', 'appendix' => ' Uncharacterized', 'modes' => ' @@ -13765,8 +13731,6 @@ $taxonomy = { Uncharacterized', 'lgraph' => ' Uncharacterized', - 'guia-bibtex' => ' - Uncharacterized', 'rotunda' => ' Uncharacterized', 'boxit-ltx' => ' @@ -13813,12 +13777,10 @@ $taxonomy = { Uncharacterized', 'tcobrowser' => ' Uncharacterized', - 'persian-bib' => ' - Uncharacterized', 'ldiff' => ' Uncharacterized', - 'lh' => ' - Uncharacterized', + 'lh' => 'Fonts > Support + files', 'va' => ' Uncharacterized', 'amsbook' => ' @@ -13863,8 +13825,6 @@ $taxonomy = { Uncharacterized', 'prettyref' => ' Uncharacterized', - 'cmcyralt-fonts' => ' - Uncharacterized', 'xecyr' => ' Uncharacterized', 'lps' => ' @@ -14013,8 +13973,6 @@ $taxonomy = { Uncharacterized', 'dnaseq' => ' Uncharacterized', - 'cmoefont' => ' - Uncharacterized', 'LaTeX for Autoconf' => ' Uncharacterized', 'ttf-howto' => ' @@ -14211,8 +14169,6 @@ $taxonomy = { Uncharacterized', 'ifplatform' => ' Uncharacterized', - 'kerkis' => ' - Uncharacterized', 'grverb' => ' Uncharacterized', 'oriental' => ' @@ -14233,22 +14189,18 @@ $taxonomy = { Uncharacterized', 'cyklop' => ' Uncharacterized', - 'china2e' => ' - Uncharacterized', 'epiolmec' => ' Uncharacterized', - 'babel-doc' => ' - Uncharacterized', 'lingtrees' => ' Uncharacterized', 'cbgreek-complete' => ' Uncharacterized', 'tokenizer' => ' Uncharacterized', - 'fig2mf' => ' - Uncharacterized', 'ametsoc' => ' Uncharacterized', + 'fig2mf' => ' + Uncharacterized', 'mma2ltx' => ' Uncharacterized', 'psgo' => ' @@ -14277,8 +14229,6 @@ $taxonomy = { Uncharacterized', 'ushyph' => ' Uncharacterized', - 'kalender' => ' - Uncharacterized', 'How to Package Your LaTeX Package' => ' Uncharacterized', 'objectz' => ' @@ -14343,8 +14293,6 @@ $taxonomy = { Uncharacterized', 'auxhook' => ' Uncharacterized', - 'thai-rmit' => ' - Uncharacterized', 'slemph' => ' Uncharacterized', 'egplot' => ' @@ -14355,8 +14303,6 @@ $taxonomy = { Uncharacterized', 'mathdesign-charter' => ' Uncharacterized', - 'latexcheat-esmx' => ' - Uncharacterized', 'german' => ' Uncharacterized', 'euro' => ' @@ -14381,8 +14327,6 @@ $taxonomy = { Uncharacterized', 'xcolor' => ' Uncharacterized', - 'apprends-latex' => ' - Uncharacterized', 'footmisc' => ' Uncharacterized', 'xdvi' => ' @@ -14401,8 +14345,6 @@ $taxonomy = { Uncharacterized', 'vxu' => ' Uncharacterized', - 'bahyph' => ' - Uncharacterized', 'textpath' => ' Uncharacterized', 'crossreference' => ' @@ -14427,8 +14369,6 @@ $taxonomy = { Uncharacterized', 'mathtime-metrics' => ' Uncharacterized', - 'frletter' => ' - Uncharacterized', 'VSliTeX' => ' Uncharacterized', 'hyphenat' => ' @@ -14577,8 +14517,6 @@ $taxonomy = { Uncharacterized', 'cslatex' => ' Uncharacterized', - 'ocherokee' => ' - Uncharacterized', 'Shaded theorems' => ' Uncharacterized', 'photo' => ' @@ -14641,8 +14579,6 @@ $taxonomy = { Uncharacterized', 'suanpan' => ' Uncharacterized', - 'xpdfopen' => ' - Uncharacterized', 'nnfootnote' => ' Uncharacterized', 'fahyph' => ' @@ -14689,16 +14625,12 @@ $taxonomy = { Uncharacterized', 'pst-barcode' => ' Uncharacterized', - 'ecclesiastic' => ' - Uncharacterized', 'lewis' => ' Uncharacterized', 'threecol' => ' Uncharacterized', 'lacheck' => ' Uncharacterized', - 'finplain' => ' - Uncharacterized', 'amsbsy' => ' Uncharacterized', 'bibutils' => ' @@ -14731,8 +14663,6 @@ $taxonomy = { Uncharacterized', 'mathbbol' => ' Uncharacterized', - 'icelandic' => ' - Uncharacterized', 'pdfcrop' => ' Uncharacterized', 'chemstyle' => ' @@ -14857,8 +14787,6 @@ $taxonomy = { Uncharacterized', 'sgmlcmpt' => ' Uncharacterized', - 'ptsans' => 'Non-english languages > - Russian', 'devanagari-omega' => ' Uncharacterized', 'listbib' => ' @@ -14965,8 +14893,6 @@ $taxonomy = { Uncharacterized', 'hyperxmp' => ' Uncharacterized', - 'norbib' => ' - Uncharacterized', 'shavian' => ' Uncharacterized', 'fixmath' => ' @@ -14997,8 +14923,8 @@ $taxonomy = { Uncharacterized', 'schemeTeX' => ' Uncharacterized', - 'ibycus-babel' => ' - Uncharacterized', + 'ibycus-babel' => 'Infrastructure > + Hyphenation', 'dvips' => ' Uncharacterized', 'polyglossia' => ' @@ -15049,8 +14975,8 @@ $taxonomy = { Uncharacterized', 'aramaic-serto' => ' Uncharacterized', - 'Bengali Omega' => ' - Uncharacterized', + 'Bengali Omega' => 'Infrastructure > + Extensions', 'basix' => ' Uncharacterized', 'fax' => ' @@ -15149,8 +15075,6 @@ $taxonomy = { Uncharacterized', 'tkz-tab' => ' Uncharacterized', - 'wncyr' => ' - Uncharacterized', 'frcursive' => ' Uncharacterized', 'pst-grad' => ' @@ -15241,12 +15165,8 @@ $taxonomy = { Uncharacterized', 'turkmen' => ' Uncharacterized', - 'GFS Porson' => ' - Uncharacterized', 'gb4e' => ' Uncharacterized', - 'redis' => ' - Uncharacterized', 'oesch' => ' Uncharacterized', 'bibsort' => ' @@ -15297,8 +15217,6 @@ $taxonomy = { Uncharacterized', 'psfragx' => ' Uncharacterized', - 'russian-help' => ' - Uncharacterized', 'trig' => ' Uncharacterized', 'luamplib' => ' @@ -15359,8 +15277,8 @@ $taxonomy = { Uncharacterized', 'eqparbox' => ' Uncharacterized', - 'Il sistema PSfrag' => ' - Uncharacterized', + 'Il sistema PSfrag' => 'Graphics > + Tools', 'termlist' => ' Uncharacterized', 'diagmac2' => ' @@ -15559,8 +15477,6 @@ $taxonomy = { Uncharacterized', 'uhthesis' => ' Uncharacterized', - 'yannisgr' => ' - Uncharacterized', 'hypdvips' => 'Programming in TeX > Cross references', 'doublecol' => ' @@ -15601,8 +15517,6 @@ $taxonomy = { TeX', 'pstricks' => ' Uncharacterized', - 'ratex' => ' - Uncharacterized', 'pst-eps' => ' Uncharacterized', 'futhark' => ' @@ -15669,8 +15583,6 @@ $taxonomy = { Uncharacterized', 'r_und_s' => ' Uncharacterized', - 'greek-makeindex' => ' - Uncharacterized', 'rlepsf' => ' Uncharacterized', 'findhyph' => ' @@ -15733,14 +15645,14 @@ $taxonomy = { Uncharacterized', 'mkjobtexmf' => ' Uncharacterized', - 'babel' => ' - Uncharacterized', + 'babel' => 'Infrastructure > + Hyphenation', 'iTe' => ' Uncharacterized', 'tfmpk' => ' Uncharacterized', - 'ibygrk' => ' - Uncharacterized', + 'ibygrk' => 'Fonts > Support + files', 'txt2tex' => ' Uncharacterized', 'attachfile' => ' @@ -15825,8 +15737,6 @@ $taxonomy = { Uncharacterized', 'ydoc' => 'Literate programming', - 'esieecv' => ' - Uncharacterized', 'transparent' => ' Uncharacterized', 'texments' => ' @@ -15903,8 +15813,6 @@ $taxonomy = { Uncharacterized', 'mtgreek' => ' Uncharacterized', - 'fc' => ' - Uncharacterized', 'dvidvi' => ' Uncharacterized', 'cpssp' => ' @@ -15957,8 +15865,6 @@ $taxonomy = { Uncharacterized', 'ctanify' => ' Uncharacterized', - 'grtimes' => ' - Uncharacterized', 'savetrees' => ' Uncharacterized', 'autolist' => ' @@ -16049,8 +15955,6 @@ $taxonomy = { Uncharacterized', 'rsfs' => ' Uncharacterized', - 'georgian-stanier' => ' - Uncharacterized', 'hfoldsty' => ' Uncharacterized', 'shortlst' => ' @@ -16169,8 +16073,6 @@ $taxonomy = { Uncharacterized', 'phy-bstyles' => ' Uncharacterized', - 'fribrief' => ' - Uncharacterized', 'hyphen-spanish' => ' Uncharacterized', 'prelim2e' => ' @@ -16183,14 +16085,14 @@ $taxonomy = { Uncharacterized', 'acmtrans' => ' Uncharacterized', - 'newcommand' => ' - Uncharacterized', 'ascelike' => ' Uncharacterized', 'hfbright' => ' Uncharacterized', 'm-pictex' => ' Uncharacterized', + 'newcommand' => ' + Uncharacterized', 'termcal' => ' Uncharacterized', 'WP2LaTeX' => ' @@ -16269,8 +16171,6 @@ $taxonomy = { Uncharacterized', 'tex-gyre-termes' => ' Uncharacterized', - 'tfrupee' => 'Non-english languages > - Indian languages', 'listing' => ' Uncharacterized', 'jas99_m' => ' @@ -16305,12 +16205,8 @@ $taxonomy = { Uncharacterized', 'duotenzor' => 'Graphics > Inside TeX', - 'greekdates' => ' - Uncharacterized', 'pdfpages' => ' Uncharacterized', - 'kdgreek' => ' - Uncharacterized', 'dialogl' => ' Uncharacterized', 'alnumsec' => ' @@ -16337,8 +16233,6 @@ $taxonomy = { Uncharacterized', 'texpictex' => ' Uncharacterized', - 'dinbrief' => ' - Uncharacterized', 'facsimile' => ' Uncharacterized', 'formula' => ' @@ -16509,10 +16403,10 @@ $taxonomy = { Uncharacterized', 'svg-inkscape' => 'Graphics > Other', - 'named' => ' - Uncharacterized', 'grapher' => ' Uncharacterized', + 'named' => ' + Uncharacterized', 'overpic' => ' Uncharacterized', 'fac' => ' @@ -16553,8 +16447,8 @@ $taxonomy = { Uncharacterized', 'ygoth' => ' Uncharacterized', - 'frontespizio' => ' - Uncharacterized', + 'frontespizio' => 'Document parts > + Other', 'ascii-cyrillic' => ' Uncharacterized', 'beamer' => ' @@ -16661,10 +16555,10 @@ $taxonomy = { Uncharacterized', 'makerobust' => ' Uncharacterized', - 'nemocal' => ' - Uncharacterized', 'lhelp' => ' Uncharacterized', + 'nemocal' => ' + Uncharacterized', 'ttt' => ' Uncharacterized', 'aliascnt' => ' @@ -16771,12 +16665,8 @@ $taxonomy = { Uncharacterized', 'parallel' => ' Uncharacterized', - 'din1505' => ' - Uncharacterized', 'lshort' => ' Uncharacterized', - 'poorman' => ' - Uncharacterized', 'vector' => ' Uncharacterized', 'koma-script-examples' => ' @@ -16921,22 +16811,20 @@ $taxonomy = { Uncharacterized', 'vruler' => ' Uncharacterized', - 'nccfancyhdr' => ' - Uncharacterized', 'fontools' => ' Uncharacterized', - 's2latex' => ' + 'nccfancyhdr' => ' Uncharacterized', - 'nb4latex' => ' + 's2latex' => ' Uncharacterized', 'ishyph' => ' Uncharacterized', + 'nb4latex' => ' + Uncharacterized', 'booktabs' => ' Uncharacterized', 'gentl-gr' => ' Uncharacterized', - 'zhmetrics' => ' - Uncharacterized', 'bpchem' => ' Uncharacterized', 'pdfmarginpar' => ' @@ -16969,10 +16857,10 @@ $taxonomy = { Uncharacterized', 'palladam' => ' Uncharacterized', - 'niceframe' => ' - Uncharacterized', 'draftcopy' => ' Uncharacterized', + 'niceframe' => ' + Uncharacterized', 'york-thesis' => ' Uncharacterized', 'pst-fill' => ' @@ -17041,10 +16929,10 @@ $taxonomy = { Uncharacterized', 'semtrans' => ' Uncharacterized', - 'nestquot' => ' - Uncharacterized', 'muthesis' => ' Uncharacterized', + 'nestquot' => ' + Uncharacterized', 'neufont' => ' Uncharacterized', 'sfarticle' => ' @@ -17159,8 +17047,6 @@ $taxonomy = { Uncharacterized', 'PicTeX' => ' Uncharacterized', - 'croatian' => ' - Uncharacterized', 'minitoc' => ' Uncharacterized', 'papercdcase' => ' @@ -17239,8 +17125,8 @@ $taxonomy = { Other', 'GuITbeamer' => ' Uncharacterized', - 'jurarsp' => ' - Uncharacterized', + 'jurarsp' => 'Document parts > + Bibliography > Bibliographic styles', 'mylatex' => ' Uncharacterized', 'psboxit' => ' @@ -17249,8 +17135,6 @@ $taxonomy = { Uncharacterized', 'wochtag' => ' Uncharacterized', - 'bib-greek' => ' - Uncharacterized', 'lshort-finnish' => ' Uncharacterized', 'texpict' => ' @@ -17369,8 +17253,6 @@ $taxonomy = { Uncharacterized', 'srhyphc' => ' Uncharacterized', - 'spain' => ' - Uncharacterized', 'concmath' => ' Uncharacterized', 'vmargin' => ' @@ -17405,10 +17287,10 @@ $taxonomy = { Uncharacterized', 'diagnose' => ' Uncharacterized', - 'biokey' => ' - Uncharacterized', 'CJ' => ' Uncharacterized', + 'biokey' => ' + Uncharacterized', 'epsfview' => ' Uncharacterized', 'historische-zeitschrift' => ' @@ -17419,8 +17301,6 @@ $taxonomy = { Uncharacterized', 'pedigree-perl' => ' Uncharacterized', - 'french-translations' => ' - Uncharacterized', 'dashbox' => ' Uncharacterized', 'pst-thick' => ' @@ -17483,8 +17363,6 @@ $taxonomy = { Uncharacterized', 'letltxmacro' => ' Uncharacterized', - 'jura' => ' - Uncharacterized', 'sueterlin' => ' Uncharacterized', 'Imake-TeX' => ' @@ -17495,10 +17373,10 @@ $taxonomy = { Uncharacterized', 'mathesatz-examples' => ' Uncharacterized', - 'nonfloat' => ' - Uncharacterized', 'ncccropbox' => ' Uncharacterized', + 'nonfloat' => ' + Uncharacterized', 'erdc' => ' Uncharacterized', 'texfilt' => ' @@ -17625,12 +17503,12 @@ $taxonomy = { Uncharacterized', 'showdim' => ' Uncharacterized', + 'fbs' => ' + Uncharacterized', 'BiBLE' => ' Uncharacterized', 'afterpackage' => ' Uncharacterized', - 'fbs' => ' - Uncharacterized', 'fihyph' => ' Uncharacterized', 'Ultra-TeX' => ' @@ -17733,8 +17611,8 @@ $taxonomy = { Uncharacterized', 'texlogos' => ' Uncharacterized', - 'mpman-ru' => ' - Uncharacterized', + 'mpman-ru' => 'Graphics > MetaFont or + Metapost', 'permute' => ' Uncharacterized', 'chapterfolder' => ' @@ -17773,8 +17651,6 @@ $taxonomy = { Uncharacterized', 'fnpos' => ' Uncharacterized', - 'latex-notes-zh-cn' => ' - Uncharacterized', 'lineno' => ' Uncharacterized', 'clsguide' => ' @@ -17785,8 +17661,6 @@ $taxonomy = { Uncharacterized', 'RRGtrees' => ' Uncharacterized', - 'cahyph' => ' - Uncharacterized', 'around-the-bend' => ' Uncharacterized', 'mathdesign-utopia' => ' @@ -17805,8 +17679,8 @@ $taxonomy = { Uncharacterized', 'plasTeX' => ' Uncharacterized', - 'psgreek' => ' - Uncharacterized', + 'psgreek' => 'Fonts > Text body + fonts', 'resumemac' => ' Uncharacterized', 'psnfss' => ' @@ -17831,8 +17705,6 @@ $taxonomy = { Uncharacterized', 'GFS Bodoni' => ' Uncharacterized', - 'mxedruli' => ' - Uncharacterized', 'tmmath' => ' Uncharacterized', 'fragments' => ' @@ -18051,8 +17923,6 @@ $taxonomy = { Uncharacterized', 'tex2mail' => ' Uncharacterized', - 'paratype' => 'Non-english languages > - Russian', 'trimspaces' => ' Uncharacterized', 'pst-solides3d' => ' @@ -18071,14 +17941,14 @@ $taxonomy = { Uncharacterized', 'hershey' => ' Uncharacterized', - 'nccfoots' => ' - Uncharacterized', 'enpassant' => ' Uncharacterized', 'icons' => ' Uncharacterized', 'mf2pt3' => ' Uncharacterized', + 'nccfoots' => ' + Uncharacterized', 'IEEEtran' => ' Uncharacterized', 'tabu' => 'Subject-specific typesetting @@ -18101,8 +17971,6 @@ $taxonomy = { Uncharacterized', 'shorttoc' => ' Uncharacterized', - 'abstyles-babel' => ' - Uncharacterized', 'linguex' => ' Uncharacterized', 'tex-label' => ' @@ -18119,8 +17987,6 @@ $taxonomy = { Uncharacterized', 'etoolbox' => ' Uncharacterized', - 'wadalab' => ' - Uncharacterized', 'pst-support' => ' Uncharacterized', 'bghyphen' => ' @@ -18129,8 +17995,6 @@ $taxonomy = { Uncharacterized', 'totpages' => ' Uncharacterized', - 'cmcyralt-ltx' => ' - Uncharacterized', 'accsupp' => ' Uncharacterized', 'ctib4tex' => ' @@ -18159,8 +18023,6 @@ $taxonomy = { Uncharacterized', 'nohyph' => ' Uncharacterized', - 'indic-type1' => ' - Uncharacterized', 'flexisym' => ' Uncharacterized', 'berenisadf' => 'Fonts > Support @@ -18225,10 +18087,10 @@ $taxonomy = { Uncharacterized', 'SmileTeX' => ' Uncharacterized', - 'newsletr' => ' - Uncharacterized', 'context-simplefonts' => ' Uncharacterized', + 'newsletr' => ' + Uncharacterized', 'b1encoding' => ' Uncharacterized', 'Swimgraf' => ' @@ -18323,10 +18185,10 @@ $taxonomy = { Uncharacterized', 'movie15' => ' Uncharacterized', - 'neuron' => ' - Uncharacterized', 'lhcyr' => ' Uncharacterized', + 'neuron' => ' + Uncharacterized', 'dvimerge' => 'Tools > DVI manipulation', 'context-simpleslides' => ' @@ -18355,8 +18217,6 @@ $taxonomy = { Uncharacterized', 'featpost' => ' Uncharacterized', - 'GFS Solomos' => ' - Uncharacterized', 'blowup' => ' Uncharacterized', 'modguide' => ' @@ -18369,12 +18229,8 @@ $taxonomy = { Uncharacterized', 'pst-bar' => ' Uncharacterized', - 'cyrmemo' => ' - Uncharacterized', 'tinyc2l' => ' Uncharacterized', - 'bib-fr' => ' - Uncharacterized', 'firefox_ctan_plugins' => ' Uncharacterized', 'RGB' => ' @@ -18537,14 +18393,14 @@ $taxonomy = { Uncharacterized', 'faltblat' => ' Uncharacterized', - 'nicefrac' => ' - Uncharacterized', 'asaetr' => ' Uncharacterized', 'isotope' => ' Uncharacterized', 'mff-util' => ' Uncharacterized', + 'nicefrac' => ' + Uncharacterized', 'sehyph' => ' Uncharacterized', 'dot2texi' => ' @@ -18601,8 +18457,6 @@ $taxonomy = { Uncharacterized', '12many' => ' Uncharacterized', - 'cjk-fonts' => ' - Uncharacterized', 'borceux' => ' Uncharacterized', 'fonetika' => ' @@ -18619,18 +18473,16 @@ $taxonomy = { Uncharacterized', 'dehyph-exptl' => ' Uncharacterized', - 'HLaTeX fonts' => ' - Uncharacterized', 'beginlatex' => ' Uncharacterized', 'lookbibtex' => ' Uncharacterized', 'lipsum' => ' Uncharacterized', - 'natbib' => ' - Uncharacterized', 'amsppt1' => ' Uncharacterized', + 'natbib' => ' + Uncharacterized', 'bullcntr' => ' Uncharacterized', 'chemscheme' => ' @@ -18639,12 +18491,12 @@ $taxonomy = { Uncharacterized', 'texi2html' => ' Uncharacterized', - 'nccfloats' => ' - Uncharacterized', 'gnuplot' => ' Uncharacterized', 'multicolpar' => ' Uncharacterized', + 'nccfloats' => ' + Uncharacterized', 'pst-slpe' => ' Uncharacterized', 'mnhyphn' => ' @@ -18673,8 +18525,6 @@ $taxonomy = { Uncharacterized', 'rawfonts' => ' Uncharacterized', - 'ordinalpt' => ' - Uncharacterized', 'stage' => ' Uncharacterized', 'tikz-inet' => ' @@ -18683,8 +18533,6 @@ $taxonomy = { Uncharacterized', 'section' => ' Uncharacterized', - 'cmcyr-patch' => ' - Uncharacterized', 'tabto for LaTeX.' => ' Uncharacterized', 'perpage' => ' @@ -18709,8 +18557,6 @@ $taxonomy = { Uncharacterized', 'boisik' => ' Uncharacterized', - 'grkfinst' => ' - Uncharacterized', 'hep' => ' Uncharacterized', 'milstd' => ' @@ -18741,10 +18587,10 @@ $taxonomy = { Uncharacterized', 'ucthesis' => ' Uncharacterized', - 'ean' => ' - Uncharacterized', 'fenixpar' => ' Uncharacterized', + 'ean' => ' + Uncharacterized', 'fileerr' => ' Uncharacterized', 'javaDVI' => ' @@ -18757,8 +18603,8 @@ $taxonomy = { Uncharacterized', 'catalan' => ' Uncharacterized', - 'greektex' => ' - Uncharacterized', + 'greektex' => 'Infrastructure > + Hyphenation', 'isodate' => ' Uncharacterized', 'CSTeX' => ' @@ -18791,11 +18637,9 @@ $taxonomy = { Uncharacterized', 'viiptart' => ' Uncharacterized', - 'cweb' => ' - Uncharacterized', 'faktor' => ' Uncharacterized', - 'disser' => ' + 'cweb' => ' Uncharacterized', 'alg' => ' Uncharacterized', @@ -18839,10 +18683,10 @@ $taxonomy = { Uncharacterized', 'fmtcount' => ' Uncharacterized', - 'cbcoptic' => ' - Uncharacterized', 'fchart' => ' Uncharacterized', + 'cbcoptic' => ' + Uncharacterized', 'cyrguide' => ' Uncharacterized', 'tds' => ' @@ -18885,8 +18729,6 @@ $taxonomy = { Uncharacterized', 'petiteannonce' => ' Uncharacterized', - 'ISO-TeX' => ' - Uncharacterized', 'linearb' => ' Uncharacterized', 'fourier' => ' @@ -18897,8 +18739,8 @@ $taxonomy = { Uncharacterized', 'pst-uml' => ' Uncharacterized', - 'csfonts-t1' => ' - Uncharacterized', + 'csfonts-t1' => 'Fonts > Symbol + fonts', 'minutes' => ' Uncharacterized', 'phaistos' => ' @@ -18921,10 +18763,10 @@ $taxonomy = { Uncharacterized', 'ulsy' => ' Uncharacterized', - 'nddiss' => ' - Uncharacterized', 'context-typescripts' => ' Uncharacterized', + 'nddiss' => ' + Uncharacterized', 'zefonts' => ' Uncharacterized', 'gmverb' => ' @@ -18959,8 +18801,6 @@ $taxonomy = { Uncharacterized', 'zahl2string' => ' Uncharacterized', - 'w32tex' => 'Non-english languages > - Chinese, Japanese, Korean', 'psfragger' => ' Uncharacterized', 'multirow' => ' @@ -18983,8 +18823,6 @@ $taxonomy = { Uncharacterized', 'compsci' => ' Uncharacterized', - 'cyrillic' => ' - Uncharacterized', 'annotation-pkg' => ' Uncharacterized', 'abc' => ' @@ -19063,10 +18901,10 @@ $taxonomy = { Uncharacterized', 'pst-light3d' => ' Uncharacterized', - 'ncccropmark' => ' - Uncharacterized', 'cmll' => ' Uncharacterized', + 'ncccropmark' => ' + Uncharacterized', 'thai-scalable' => ' Uncharacterized', 'statex2' => ' @@ -19097,8 +18935,6 @@ $taxonomy = { Uncharacterized', 'tth' => ' Uncharacterized', - 'izhitsa' => ' - Uncharacterized', 'tex-gyre-bonum' => ' Uncharacterized', 'xr-hyper' => ' @@ -19135,8 +18971,8 @@ $taxonomy = { TeX', 'xnewcommand' => ' Uncharacterized', - 'amslatexdoc-vietnamese' => ' - Uncharacterized', + 'amslatexdoc-vietnamese' => 'Subject-specific typesetting + > Mathematics', 'varioref' => ' Uncharacterized', 'papertex' => ' @@ -19193,8 +19029,6 @@ $taxonomy = { Uncharacterized', 'shalom' => ' Uncharacterized', - 'osmanian' => ' - Uncharacterized', 'keyval' => ' Uncharacterized', 'texshop' => ' @@ -19325,6 +19159,8 @@ $taxonomy = { fonts', 'hpgl2ps' => 'Output > Other', + 'chktex' => 'Programming in TeX > + Programming structures', 'pst-spectra' => 'Subject-specific typesetting > Physics', 'mdwlist' => 'Programming in TeX > @@ -19349,8 +19185,6 @@ $taxonomy = { Posters', 'coverpage' => 'Document parts > Other', - 'msg' => 'Non-english languages > - Other', 'hvmath' => 'Fonts > Support files', 'optparams' => 'Programming in TeX > @@ -19375,8 +19209,6 @@ $taxonomy = { TeX', 'extdash' => 'Programming in TeX > Other', - 'xecjk' => 'Non-english languages > - Chinese, Japanese, Korean', 'universa' => 'Fonts > Text body fonts', 'midfloat' => 'Page-focused > Multiple @@ -19401,8 +19233,6 @@ $taxonomy = { Uncharacterized', 'aguplus' => 'Subject-specific typesetting > Other natural sciences', - 'context-french' => 'Non-english languages > - French', 'mychemistry' => 'Subject-specific typesetting > Other natural sciences', 'dvipng' => 'Output > @@ -19493,18 +19323,16 @@ $taxonomy = { TeX', 'nomencl' => 'Document parts > Other', - 'aeb-tilebg' => 'Graphics > - Tools', 'adrconv' => 'Document types > Other > Envelopes', + 'aeb-tilebg' => 'Graphics > + Tools', 'tex-gyre-chorus' => 'Fonts > Text body fonts', 'initials' => 'Fonts > Symbol fonts', 'acromake' => 'Programming in TeX > Other', - 'orkhun' => 'Non-english languages > - Other', 'comment-pln' => 'Page-focused > Other', 'lshort-japanese' => 'Documentation > @@ -19531,8 +19359,6 @@ $taxonomy = { Other', 'knuth-local' => ' Uncharacterized', - 'zhspacing' => 'Non-english languages > - Chinese, Japanese, Korean', 'TeXmacs' => 'Tools > Editors and shells', 'a4wide' => 'Page-focused > Page @@ -19543,8 +19369,6 @@ $taxonomy = { > Mathematics > Mathematical symbols', 'chessboard' => 'Document types > Other > Chess', - 'EBONG' => 'Non-english languages > - Indian languages', 'tables' => ' Uncharacterized', 'jmb' => 'Document parts > @@ -19863,14 +19687,10 @@ $taxonomy = { and Sections', 'multenum' => 'Document types > Exams, exercise sets, and answers', - 'cherokee' => 'Non-english languages > - Other', 'XeTeXref' => 'Documentation > Other', 'todo' => 'Page-focused > Lists', - 'sirlin' => 'Non-english languages > - Other', 'ogham' => 'Fonts > Symbol fonts', 'titling' => 'Document parts > @@ -20086,8 +19906,6 @@ $taxonomy = { fonts', 'linearA' => 'Fonts > Text body fonts', - 'hlatex' => 'Non-english languages > - Chinese, Japanese, Korean', 'cspsfonts' => 'Fonts > Support files', 'fontchart' => 'Fonts > Support @@ -20130,8 +19948,6 @@ $taxonomy = { Thesis styles', 'hhtensor' => 'Subject-specific typesetting > Mathematics > Matrices, vectors', - 'bengali-pandey' => 'Non-english languages > - Indian languages', 'zed' => ' Uncharacterized', 'texdirflatten' => 'Tools > Document @@ -20210,10 +20026,6 @@ $taxonomy = { Vita', 'ytableau' => 'Subject-specific typesetting > Mathematics > Other', - 'Mem' => 'Non-english languages > - Other', - 'bgreek' => 'Non-english languages > - Greek', 'subfigmat' => 'Page-focused > Floats', 'passivetex' => 'Programming in TeX > @@ -20224,8 +20036,6 @@ $taxonomy = { Hyphenation', 'young' => 'Subject-specific typesetting > Mathematics > Other', - 'texemplar' => 'Non-english languages > - Spanish', 'pdftex' => 'Output > PDF, PostScript', 'nlctdoc' => ' @@ -20306,8 +20116,6 @@ $taxonomy = { > Proceedings styles', 'elbioimp' => 'Document types > Articles > Journal styles', - 'xtcapts' => 'Non-english languages > - Other', 'ntheorem-vn' => 'Subject-specific typesetting > Mathematics > Theorems', 'meta-mode' => 'Tools > Editors and @@ -20437,16 +20245,12 @@ $taxonomy = { TeX', 'plantslabels' => 'Graphics > Inside TeX', - 'CJHebrew' => 'Non-english languages > - Other', 'latex4jed' => 'Tools > Editors and shells', 'levy-latex' => 'Fonts > Support files', 'extpfeil' => 'Subject-specific typesetting > Mathematics > Mathematical symbols', - 'babeltools' => 'Non-english - languages', 'verbtext' => 'Page-focused > Verbatim', 'development' => 'Document parts > @@ -20587,8 +20391,6 @@ $taxonomy = { > Computer science', 'topcapt' => 'Page-focused > Captions', - 'codepage' => 'Non-english languages > - Other', 'pstrees' => 'Subject-specific typesetting > Linguistics', 'M-Tx' => 'Document types > Other > @@ -20658,7 +20460,7 @@ $taxonomy = { Hyphenation', 'dcolumn' => 'Page-focused > Tables', - 'bardi' => 'Non-english languages > + 'bardi' => 'Non-English languages > Other', 'pst-calendar' => 'Document types > Other > Calendars', @@ -20672,8 +20474,6 @@ $taxonomy = { > Mathematics > Theorems', 'youngtab' => 'Subject-specific typesetting > Mathematics > Other', - 'bangtex' => 'Non-english languages > - Indian languages', 'dot2tex' => 'Graphics > Tools', 'forindex' => 'Document parts > @@ -20730,8 +20530,6 @@ $taxonomy = { Thesis styles', 'ticket' => 'Document types > Other > Business cards', - 'slatex' => 'Non-english languages > - Other', 'refreshpdf' => 'Output > PDF, PostScript', 'semioneside' => 'Page-focused > @@ -20892,8 +20690,6 @@ $taxonomy = { fonts', 'postcards' => 'Document types > Letters', - 'jsclasses' => 'Non-english languages > - Chinese, Japanese, Korean', 'garrigues' => 'Graphics > MetaFont or Metapost', 'texlog_extract' => 'Tools > Document @@ -20912,8 +20708,6 @@ $taxonomy = { Other', 'cmcyralt-fonts' => 'Fonts > Support files', - 'xecyr' => 'Non-english languages > - Russian', 'lps' => 'Document types > Articles > Journal styles', 'cm-pk' => 'Graphics > MetaFont or @@ -20954,8 +20748,6 @@ $taxonomy = { > Journal styles', 'acroflex' => 'Graphics > Postscript or PDF graphics', - 'eskdx' => 'Non-english languages > - Russian', 'fltpoint' => 'Programming in TeX > Other', 'arcs' => 'Subject-specific typesetting @@ -21010,8 +20802,6 @@ $taxonomy = { > Journal styles', 'pst-vowel' => 'Subject-specific typesetting > Linguistics', - 'spanish' => 'Non-english languages > - Spanish', 'texi2www' => 'Output > HTML', 'schemabloc' => 'Graphics > Inside @@ -21035,8 +20825,6 @@ $taxonomy = { 'MemoirChapterStyles' => 'Documentation > Other', 'cm' => 'Fonts', - 'georgian' => 'Non-english languages > - Other', 'latex-bib-ex' => 'Documentation > Other', 'is-bst' => 'Document parts > @@ -21162,8 +20950,6 @@ $taxonomy = { columns', 'yfonts' => 'Fonts > Support files', - 'telprint' => 'Non-english languages > - German', 'nbaskerv' => 'Fonts > Support files', 'withesis' => 'Document types > Theses > @@ -21212,8 +20998,6 @@ $taxonomy = { management', 'mathcomp' => 'Fonts > Symbol fonts', - 'xgreek' => 'Non-english languages > - Greek', 'runtex' => 'Tools > Document management', 'fragmaster' => 'Graphics > Postscript or PDF @@ -21256,8 +21040,6 @@ $taxonomy = { fonts', 'Carlisle' => ' Uncharacterized', - 'telugu' => 'Non-english languages > - Other', 'cmactex' => 'Infrastructure > Current systems', 'softmaker-bonita' => 'Fonts > Support @@ -21285,8 +21067,6 @@ $taxonomy = { 'cmbright' => 'Fonts', 'Exceltex' => 'Tools > Convert formats', - 'mafr' => 'Non-english languages > - French', 'beamerthemenirma' => 'Document types > Presentations', 'concrete-macros' => 'Fonts > Font @@ -21305,12 +21085,8 @@ $taxonomy = { Other', 'kerkis' => 'Fonts > Text body fonts', - 'grverb' => 'Non-english languages > - Greek', 'toil' => ' Uncharacterized', - 'oriental' => 'Non-english languages > - Chinese, Japanese, Korean', 'icsv' => 'Document types > Proceedings > Proceedings styles', 'redefine' => 'Programming in TeX > @@ -21335,8 +21111,6 @@ $taxonomy = { fonts', 'china2e' => 'Document types > Other > Calendars', - 'epiolmec' => 'Non-english languages > - Other', 'babel-doc' => 'Documentation > Other', 'lingtrees' => 'Subject-specific typesetting @@ -21471,12 +21245,8 @@ $taxonomy = { fonts', 'latexcheat-esmx' => 'Documentation > Help files', - 'german' => 'Non-english languages > - German', 'euro' => 'Programming in TeX > Other', - 'csindex' => 'Non-english languages > - Other', 'figfrag' => 'Graphics > Tools', 'pybliographer' => 'Tools > Bibliographic @@ -21539,8 +21309,6 @@ $taxonomy = { fonts', 'pdfescape' => 'Output > PDF, PostScript', - 'gurmukhi' => 'Non-english languages > - Other', 'urw-arial' => 'Fonts > Text body fonts', 'duerer-LaTeX' => 'Fonts > Support @@ -21561,8 +21329,6 @@ $taxonomy = { Hyphenation', 'grffile' => 'Graphics > Tools', - 'arphic' => 'Non-english languages > - Chinese, Japanese, Korean', 'chngcntr' => 'Programming in TeX > Other', 'nameref' => 'Programming in TeX > Cross @@ -21671,8 +21437,6 @@ $taxonomy = { Other', 'latexwizard' => 'Tools > Editors and shells', - 'ptex' => 'Non-english languages > - Chinese, Japanese, Korean', 't-angles' => 'Graphics > Inside TeX', 'deproc' => 'Document types > Articles @@ -21693,7 +21457,7 @@ $taxonomy = { managers', 'romandeadf' => 'Fonts > Text body fonts', - 'mnttex' => 'Non-english languages > + 'mnttex' => 'Non-English languages > Other', 'bibhtml' => 'Tools > Bibliography managers', @@ -21729,10 +21493,6 @@ $taxonomy = { managers', 'rcs' => 'Tools > Document management', - 'hebtex' => 'Non-english languages > - Other', - 'cslatex' => 'Non-english languages > - Other', 'ocherokee' => 'Fonts > Text body fonts', 'Shaded theorems' => 'Subject-specific typesetting @@ -21749,10 +21509,6 @@ $taxonomy = { Tools', 'bibtex' => 'Document parts > Bibliography', - 'adami' => 'Non-english languages > - Indian languages', - 'chitex' => 'Non-english languages > - Chinese, Japanese, Korean', 'knuth-lib' => 'Graphics > MetaFont or Metapost', 'dviout' => 'Output > @@ -21763,8 +21519,6 @@ $taxonomy = { files', 'tipos' => 'Documentation > Other', - 'mex' => 'Non-english languages > - Polish', 'piff-ams' => ' Uncharacterized', 'tocenter' => 'Page-focused > @@ -21805,8 +21559,8 @@ $taxonomy = { Uncharacterized', 'suanpan' => 'Graphics > MetaFont or Metapost', - 'xpdfopen' => 'Tools > Editors and - shells', + 'xpdfopen' => 'Tools > + Other', 'nnfootnote' => 'Page-focused > Footnotes', 'fahyph' => 'Infrastructure > @@ -21841,8 +21595,6 @@ $taxonomy = { Floats', 'xfor' => 'Programming in TeX > Programming structures', - 'rmligs' => 'Non-english languages > - German', 'ltabptch' => 'Page-focused > Tables', 'thmbox' => 'Subject-specific typesetting @@ -21881,8 +21633,6 @@ $taxonomy = { columns', 'dktools' => 'Graphics > Tools', - 'montex' => 'Non-english languages > - Other', 'binhex' => 'Subject-specific typesetting > Computer science', 'chem-journal' => 'Subject-specific typesetting @@ -21928,8 +21678,6 @@ $taxonomy = { 'morefloats' => 'Page-focused > Floats', 'kpfonts' => 'Fonts', - 'wntamil' => 'Non-english languages > - Indian languages', 'biblatex-historian' => 'Document parts > Bibliography > Bibliographic styles', 'diagmac' => 'Subject-specific typesetting @@ -21990,8 +21738,6 @@ $taxonomy = { Other', 'fig2mfpic' => 'Graphics > Tools', - 'armtex' => 'Non-english languages > - Other', 'TVS' => 'Tools > Document management', 'knuth-dist' => 'Infrastructure > Current @@ -22016,8 +21762,6 @@ $taxonomy = { and Sections', 'AFMtoPL (Elwell)' => 'Fonts > Font tools', - 'burmese' => 'Non-english languages > - Other', 'cntdwn' => 'Document types > Presentations', 'Synapsen' => 'Tools > Bibliography @@ -22072,28 +21816,22 @@ $taxonomy = { Other', 'ptsans' => 'Fonts > Text body fonts', - 'devanagari-omega' => 'Non-english languages > - Indian languages', 'listbib' => 'Tools > Bibliography managers', 'variations' => 'Page-focused > Tables', - 'japanese' => 'Non-english languages > - Chinese, Japanese, Korean', 'xkvview' => 'Programming in TeX > Programming structures', 'stex' => 'Programming in TeX > Other', 'hvindex' => 'Document parts > Index', - 'context-ruby' => 'Non-english languages > + 'context-ruby' => 'Non-English languages > Other', 'lshort-polish' => 'Documentation > Tutorial', 'staves' => 'Fonts > Symbol fonts', - 'swetex' => 'Non-english languages > - Other', 'hangcaption' => 'Page-focused > Captions', 'chemcono' => 'Subject-specific typesetting @@ -22180,8 +21918,6 @@ $taxonomy = { Other', 'pst-dbicons' => 'Subject-specific typesetting > Computer science', - 'guarani' => 'Non-english languages > - Other', 'Finomaton' => 'Graphics > Tools', 'grchyph' => 'Infrastructure > @@ -22232,10 +21968,8 @@ $taxonomy = { fonts', 'dvips' => 'Output > PDF, PostScript', - 'tcvn' => 'Non-english languages > + 'tcvn' => 'Non-English languages > Other', - 'polyglossia' => 'Non-english - languages', 'letter' => 'Document types > Letters', 'chextras' => 'Document types > @@ -22282,8 +22016,6 @@ $taxonomy = { > Mathematics', 'ifdraft' => 'Programming in TeX > Other', - 'aramaic-serto' => 'Non-english languages > - Other', 'Bengali Omega' => 'Fonts > Text body fonts', 'basix' => 'Programming in TeX > @@ -22438,8 +22170,6 @@ $taxonomy = { formats', 'probsoln' => 'Document types > Exams, exercise sets, and answers', - 'slovak' => 'Non-english languages > - Other', 'multicap' => 'Page-focused > Captions', 'realcalc' => 'Programming in TeX > @@ -22498,8 +22228,6 @@ $taxonomy = { manipulation', 'cm-unicode' => 'Fonts > Text body fonts', - 'turkmen' => 'Non-english languages > - Other', 'GFS Porson' => 'Fonts > Text body fonts', 'gb4e' => 'Subject-specific typesetting @@ -22520,10 +22248,10 @@ $taxonomy = { files', 'oldstyle' => 'Subject-specific typesetting > Mathematics > Mathematical symbols', - 'bpolynomial' => 'Graphics > MetaFont or - Metapost', 'cdlabeler' => 'Document types > Other > CD and DVD covers', + 'bpolynomial' => 'Graphics > MetaFont or + Metapost', 'gu' => 'Subject-specific typesetting > Other natural sciences', 'gcard' => 'Document types > Other > @@ -22571,8 +22299,6 @@ $taxonomy = { > Social sciences', 'nccmath' => 'Subject-specific typesetting > Mathematics > Other', - 'latin' => 'Non-english languages > - Other', 'pst-3d' => 'Graphics > Inside TeX', 'geometry-de' => 'Documentation > @@ -22595,10 +22321,10 @@ $taxonomy = { > Mathematics > Mathematical symbols', 'magicnum' => 'Programming in TeX > Other', - 'emtrees' => ' - Uncharacterized', 'AeB Pro' => 'Output > PDF, PostScript', + 'emtrees' => ' + Uncharacterized', 'gaceta' => 'Document types > Articles > Journal styles', 'wasy2' => 'Fonts > Symbol @@ -22611,8 +22337,6 @@ $taxonomy = { manipulation', 'mk' => 'Tools > Document management', - 'mongolian-babel' => 'Non-english languages > - Other', 'ifvtex' => 'Programming in TeX > Other', 'boondox' => 'Fonts > Symbol @@ -22703,8 +22427,6 @@ $taxonomy = { Hyphenation', 'chess-problem-diagrams' => 'Document types > Other > Chess', - 'combelow' => 'Non-english languages > - Other', 'dos-dc' => ' Uncharacterized', 'syllogism' => 'Subject-specific typesetting @@ -22757,16 +22479,12 @@ $taxonomy = { > Proceedings styles', 'miller' => 'Subject-specific typesetting > Other natural sciences', - 'maltese' => 'Non-english languages > - Other', 'pandora-latex' => 'Fonts > Support files', 'drawing' => 'Graphics > MetaFont or Metapost', 'xrefwarn' => 'Page-focused > Citations', - 'Makor 2' => 'Non-english languages > - Other', 'tree-dvips' => 'Subject-specific typesetting > Linguistics', 'arydshln' => 'Subject-specific typesetting @@ -22818,8 +22536,6 @@ $taxonomy = { > Mathematics > Mathematical symbols', 'tex-gyre-heros' => 'Fonts > Text body fonts', - 'mxd' => 'Non-english languages > - Other', 'grfguide' => 'Documentation > Other', 'chroma' => 'Page-focused > @@ -22940,8 +22656,6 @@ $taxonomy = { fonts', 'msu-thesis' => 'Document types > Theses > Thesis styles', - 'sinhala' => 'Non-english languages > - Indian languages', 'sober' => 'Document types > Articles > Others', 'block' => 'Document types > @@ -22954,8 +22668,6 @@ $taxonomy = { fonts', 'minionpro' => 'Fonts > Support files', - 'eskd' => 'Non-english languages > - Russian', 'wordlike' => 'Document types > Other', 'hepnames' => 'Subject-specific typesetting @@ -23055,8 +22767,6 @@ $taxonomy = { > Social sciences', 'alphalph' => 'Programming in TeX > Other', - 'teubner' => 'Non-english languages > - Other', 'pmboxdraw' => 'Page-focused > Boxes and minipages', 'mhs' => 'Programming in TeX > @@ -23067,8 +22777,6 @@ $taxonomy = { Thesis styles', 'mkjobtexmf' => 'Tools > Document management', - 'babel' => 'Non-english - languages', 'iTe' => 'Tools > Editors and shells', 'tfmpk' => 'Fonts > Font @@ -23239,8 +22947,6 @@ $taxonomy = { management', 'biblatex-authoryear-icomp-tt' => 'Document parts > Bibliography > Bibliographic styles', - 'csplain' => 'Non-english languages > - Other', 'lamstex-index' => 'Document parts > Index', 'xecolour' => 'Page-focused > @@ -23337,13 +23043,13 @@ $taxonomy = { Music', 'mtex' => 'Document types > Other > Music', - 'makebarcode' => 'Graphics > Inside - TeX', 'latex4wp-it' => 'Documentation > Tutorial', 'lualibs' => 'Tools > Other', - 'efrench' => 'Non-english languages > + 'makebarcode' => 'Graphics > Inside + TeX', + 'efrench' => 'Non-English languages > French', 'flatex' => 'Tools > Document management', @@ -23361,8 +23067,6 @@ $taxonomy = { Uncharacterized', 'tocloft' => 'Document parts > Other', - 'devanagari' => 'Non-english languages > - Indian languages', 'idxlayout' => 'Document parts > Index', 'phoncard' => 'Page-focused > @@ -23475,8 +23179,6 @@ $taxonomy = { Tools', 'latex-doc-ptr' => 'Documentation > Tutorial', - 'casyl' => 'Non-english languages > - Other', 'tkz-doc' => 'Documentation > Other', 'figcaps' => 'Page-focused > @@ -23523,8 +23225,6 @@ $taxonomy = { > Linguistics', 'calendar' => 'Document types > Other > Calendars', - 'xepersian' => 'Non-english languages > - Other', 'pdflscape' => 'Output > PDF, PostScript', 'bibtool' => 'Tools > Bibliographic @@ -23563,8 +23263,6 @@ $taxonomy = { Footnotes', 'fontenc' => 'Fonts > Support files', - 'juraabbrev' => 'Non-english languages > - German', 'acmtrans' => 'Subject-specific typesetting > Computer science', 'newcommand' => 'Programming in TeX > @@ -23579,10 +23277,10 @@ $taxonomy = { Calendars', 'WP2LaTeX' => 'Tools > Convert formats', - 'magaz' => 'Document types > Other > - Newspapers and newsletters', 'autoview' => 'Output > PDF, PostScript', + 'magaz' => 'Document types > Other > + Newspapers and newsletters', 'xr' => 'Programming in TeX > Cross references', 'hilowres' => 'Graphics > @@ -23609,9 +23307,7 @@ $taxonomy = { Other', 'gene-logic' => 'Subject-specific typesetting > Mathematics > Other', - 'tamil-omega' => 'Non-english languages > - Indian languages', - 'romaniantex' => 'Non-english languages > + 'romaniantex' => 'Non-English languages > Other', 'biblatex-philosophy' => 'Document parts > Bibliography > Bibliographic styles', @@ -23646,8 +23342,6 @@ $taxonomy = { manipulation', 'bibtopic' => 'Document parts > Bibliography > Others', - 'spanish-mx' => 'Non-english languages > - Spanish', 'HEPparticles' => 'Subject-specific typesetting > Physics', 'varindent' => 'Page-focused > @@ -23664,10 +23358,10 @@ $taxonomy = { manipulation', 'jas99_m' => 'Document parts > Bibliography > Bibliographic styles', - 'manyfoot' => 'Page-focused > - Footnotes', 'jbact' => 'Document parts > Bibliography > Bibliographic styles', + 'manyfoot' => 'Page-focused > + Footnotes', 'knuth-base' => 'Infrastructure > Current systems', 'idverb' => 'Subject-specific typesetting @@ -23782,10 +23476,10 @@ $taxonomy = { fonts', 'DVItoLN03' => 'Output > DVI', - 'authorindex' => 'Document parts > - Bibliography > Others', 'bbcard' => 'Document types > Other > Misc', + 'authorindex' => 'Document parts > + Bibliography > Others', 'umoline' => ' Uncharacterized', 'multind' => 'Document parts > @@ -23948,8 +23642,6 @@ $taxonomy = { files', 'bibbuild' => 'Tools > Bibliographic manipulation', - 'juramisc' => 'Non-english languages > - Greek', 'pkfind' => 'Fonts > Font tools', 'tpslifonts' => 'Document types > @@ -23972,8 +23664,6 @@ $taxonomy = { fonts', 'frontespizio' => 'Document types > Theses > Others', - 'ascii-cyrillic' => 'Non-english languages > - Russian', 'beamer' => 'Document types > Presentations', 'mathtime-pln' => 'Fonts > Support @@ -24016,8 +23706,6 @@ $taxonomy = { formats', 'ascii-chart' => 'Documentation > Other', - 'ngerman' => 'Non-english languages > - German', 'asymptote' => 'Graphics > Other', 'chemtex' => ' @@ -24088,8 +23776,6 @@ $taxonomy = { Other', 'nemocal' => 'Document types > Other > Calendars', - 'ttt' => 'Non-english languages > - Other', 'dmfonts' => 'Fonts > Text body fonts', 'aliascnt' => 'Programming in TeX > @@ -24112,8 +23798,6 @@ $taxonomy = { Index', 'plcalendar' => 'Document types > Other > Calendars', - 'uhc' => 'Non-english languages > - Chinese, Japanese, Korean', 'simplecv' => 'Document types > Curriculum Vita', 'poligraf' => 'Output > @@ -24182,10 +23866,10 @@ $taxonomy = { Other', 'pax' => 'Graphics > Postscript or PDF graphics', - 'mathcmd' => 'Subject-specific typesetting - > Mathematics > Other', 'gkpmac' => 'Programming in TeX > Other', + 'mathcmd' => 'Subject-specific typesetting + > Mathematics > Other', 'librarian' => 'Document parts > Bibliography > Others', 'sam2p' => 'Graphics > @@ -24202,8 +23886,6 @@ $taxonomy = { Spell-checkers', 'inputenc' => 'Programming in TeX > Other', - 'vietnet' => 'Non-english languages > - Other', 'parallel' => 'Page-focused > Multiple columns', 'REdit' => ' @@ -24288,8 +23970,6 @@ $taxonomy = { Misc', 'extract' => 'Programming in TeX > Other', - 'oinuit' => 'Non-english languages > - Other', 'psfonts' => 'Fonts > Text body fonts', 'lshort-mongol' => 'Documentation > @@ -24328,18 +24008,16 @@ $taxonomy = { tools', 'jmlr' => 'Document types > Articles > Journal styles', - 'magyar' => 'Infrastructure > - Hyphenation', 'dvi2bitmap' => 'Output > Other', + 'magyar' => 'Infrastructure > + Hyphenation', 'figbas' => 'Fonts > Other', 'bracketkey' => 'Subject-specific typesetting > Other natural sciences', 'fotex' => 'Tools > Convert formats', - 'vntex' => 'Non-english languages > - Other', 'multitoc' => 'Document parts > Table of contents', 'softmaker-artistic' => 'Fonts > Support @@ -24362,12 +24040,12 @@ $taxonomy = { > Mathematics > Mathematical symbols', 'Nath' => 'Subject-specific typesetting > Mathematics > Other', - 'mailing' => 'Document types > - Letters', - 'bidi' => 'Non-english + 'bidi' => 'Non-English languages', 'fp' => 'Programming in TeX > Other', + 'mailing' => 'Document types > + Letters', 'apeqnum' => 'Subject-specific typesetting > Mathematics > Equations', 'pst-gantt' => 'Graphics > Inside @@ -24474,8 +24152,6 @@ $taxonomy = { formats', 'lahyph' => 'Infrastructure > Hyphenation', - 'germkorr' => 'Non-english languages > - German', 'harvmac' => 'Programming in TeX > Other', 'sverb' => 'Page-focused > @@ -24512,8 +24188,6 @@ $taxonomy = { TeX', 'bard' => 'Fonts > Text body fonts', - 'aramaic' => 'Non-english languages > - Other', 'amstex' => 'Subject-specific typesetting > Mathematics', 'PWT' => 'Documentation > @@ -24522,8 +24196,6 @@ $taxonomy = { management', 'context-URWGaramond' => 'Fonts > Support files', - 'semtrans' => 'Non-english languages > - Other', 'muthesis' => 'Document types > Theses > Thesis styles', 'fancyhdrboxed' => 'Page-focused > Headers and @@ -24570,8 +24242,6 @@ $taxonomy = { PostScript', 'chicagoa' => 'Document parts > Bibliography > Bibliographic styles', - 'hrlatex' => 'Non-english languages > - Other', 'spverbatim' => 'Page-focused > Verbatim', 'prosper' => 'Document types > @@ -24606,8 +24276,6 @@ $taxonomy = { Tables', 'macbibtex' => 'Tools > Bibliography managers', - 'frenchpro' => 'Non-english languages > - French', 'cmtt' => 'Page-focused > Verbatim', 'pst-layout' => 'Graphics > Inside @@ -24622,8 +24290,6 @@ $taxonomy = { > Physics', 'mrecog' => ' Uncharacterized', - 'arabi' => 'Non-english languages > - Other', 'cmolddig' => 'Fonts > Support files', 'isorot' => 'Page-focused > Page @@ -24668,10 +24334,10 @@ $taxonomy = { > Mathematics > Commutative diagrams', 'pkbbox' => 'Fonts > Font tools', - 'mactex-basic' => 'Infrastructure > Current - systems', 'compare' => 'Programming in TeX > Programming structures', + 'mactex-basic' => 'Infrastructure > Current + systems', 'autopict' => 'Graphics > Inside TeX', 'latex2man' => 'Output > @@ -24710,8 +24376,6 @@ $taxonomy = { Bibliography > Others', 'properties' => 'Programming in TeX > Other', - 'betababel' => 'Non-english languages > - Greek', 'fancynum' => 'Programming in TeX > Other', 'aurical' => 'Fonts > Text body @@ -24742,8 +24406,6 @@ $taxonomy = { Uncharacterized', 'rsc' => 'Document parts > Bibliography > Bibliographic styles', - 'oriya' => 'Non-english languages > - Other', 'texsketch' => ' Uncharacterized', 'pstricks-calcnotes' => 'Documentation > @@ -24772,7 +24434,7 @@ $taxonomy = { Tools', 'showtags' => 'Document parts > Bibliography > Bibliographic styles', - 'fixlatvian' => 'Non-english languages > + 'fixlatvian' => 'Non-English languages > Other', 'crosswrd' => 'Document types > Other > Other games', @@ -24804,10 +24466,10 @@ $taxonomy = { Tutorial', 'pst-bspline' => 'Graphics > Inside TeX', - 'mathalfa' => 'Fonts > Support - files', 'abbr' => 'Programming in TeX > Other', + 'mathalfa' => 'Fonts > Support + files', 'unpacked' => ' Uncharacterized', 'quote' => 'Programming in TeX > @@ -24881,10 +24543,6 @@ $taxonomy = { > Other subjects in the humanitites', 'letter-plain' => 'Document types > Letters', - 'mkbangtex' => 'Non-english languages > - Other', - 'itnumpar' => 'Non-english languages > - Italian', 'm3D' => 'Graphics > MetaFont or Metapost', 'calxxxx' => 'Document types > Other > @@ -24917,8 +24575,6 @@ $taxonomy = { fonts', 'LXfonts' => 'Fonts > Text body fonts', - 'ptex-texmf' => 'Non-english languages > - Chinese, Japanese, Korean', 'winemtex' => ' Uncharacterized', 'uni-wtal-ger' => 'Document parts > @@ -25107,7 +24763,7 @@ $taxonomy = { Other', 'proba' => 'Subject-specific typesetting > Mathematics > Mathematical symbols', - 'spanglish' => 'Non-english languages > + 'spanglish' => 'Non-English languages > Spanish', 'sageep' => 'Document types > Proceedings > Proceedings styles', @@ -25257,14 +24913,10 @@ $taxonomy = { TeX', 'compactbib' => 'Document parts > Bibliography', - 'arabxetex' => 'Non-english languages > - Other', 'yafoot' => 'Page-focused > Footnotes', 'checkend' => 'Programming in TeX > Other', - 'itrans-processor' => 'Non-english languages > - Indian languages', 'acroterm' => 'Other', 'fontsmpl' => 'Fonts > Font tools', @@ -25312,8 +24964,6 @@ $taxonomy = { files', 'draftmark' => 'Page-focused > Background', - 'arabtex' => 'Non-english languages > - Other', 'fullblck' => 'Document types > Letters', 'Birkhaeuser' => 'Document types > Books > @@ -25350,10 +25000,10 @@ $taxonomy = { Memos', 'chapterfolder' => 'Tools > Document management', - 'authblk' => 'Document parts > - Other', 'encguide' => 'Documentation > Other', + 'authblk' => 'Document parts > + Other', 'bidstobibtex' => 'Tools > Bibliographic manipulation', 'bytefield' => 'Subject-specific typesetting @@ -25384,8 +25034,6 @@ $taxonomy = { Distributions', 'chemarr' => 'Subject-specific typesetting > Other natural sciences', - 'turkish' => 'Non-english languages > - Other', 'fnpos' => 'Page-focused > Footnotes', 't1enc' => ' @@ -25412,7 +25060,7 @@ $taxonomy = { shells', 'eqname' => 'Subject-specific typesetting > Mathematics > Equations', - 'russ' => 'Non-english languages > + 'russ' => 'Non-English languages > Russian', 'metafp' => 'Documentation > Tutorial', @@ -25442,8 +25090,6 @@ $taxonomy = { Other', 'grfext' => 'Graphics > Tools', - 'ethtex' => 'Non-english languages > - Other', 'lshort-slovenian' => 'Documentation > Tutorial', 'newspaper' => 'Document types > Other > @@ -25558,8 +25204,6 @@ $taxonomy = { Uncharacterized', 'palatino-nfss' => ' Uncharacterized', - 'gustlib' => 'Non-english languages > - Polish', 'pst-ob3d' => 'Graphics > Inside TeX', 'tape' => 'Document types > Other > @@ -25571,16 +25215,12 @@ $taxonomy = { Other', 'lualatex-math' => 'Subject-specific typesetting > Mathematics > Other', - 'lithuanian' => 'Non-english languages > - Other', 'defstring' => 'Programming in TeX > Other', 'onlyamsmath' => 'Programming in TeX > Package management', 'frenchponct' => ' Uncharacterized', - 'arosgn' => 'Non-english languages > - Indian languages', 'frankenstein-unsupported' => ' Uncharacterized', 'yinit' => 'Fonts > Symbol @@ -25611,7 +25251,7 @@ $taxonomy = { Tools', 'cwebbin' => 'Literate programming', - 'he-le-na' => 'Non-english languages > + 'he-le-na' => 'Non-English languages > Other', 'sauter' => 'Fonts > Font tools', @@ -25631,8 +25271,6 @@ $taxonomy = { TeX', 'mathabx' => 'Fonts > Symbol fonts', - 'cjkpunct' => 'Non-english languages > - Chinese, Japanese, Korean', 'softmaker-vagrounded' => 'Fonts > Support files', 'cypriote' => 'Fonts > Text body @@ -25693,8 +25331,6 @@ $taxonomy = { fonts', 'numname' => 'Subject-specific typesetting > Mathematics > Mathematical symbols', - 'ginpenc' => 'Non-english languages > - German', 'kix' => 'Document types > Other > Envelopes', 'literaturnaya' => 'Fonts > Text body @@ -25731,8 +25367,6 @@ $taxonomy = { and Sections', 'pdftexcmds' => 'Output > PDF, PostScript', - 'polski' => 'Non-english languages > - Polish', 'pdf14' => 'Output > PDF, PostScript', 'hershey' => 'Fonts > Support @@ -25803,14 +25437,10 @@ $taxonomy = { files', 'accsupp' => 'Output > PDF, PostScript', - 'ctib4tex' => 'Non-english languages > - Other', 'svgcolor' => 'Page-focused > Color', 'robustindex' => 'Document parts > Index', - 'rawprint' => 'Non-english languages > - Russian', 'noprot' => 'Programming in TeX > Other', 'fjodor' => 'Page-focused > Page @@ -26016,8 +25646,6 @@ $taxonomy = { DVI', 'colorsep' => 'Page-focused > Color', - 'encxvlna' => 'Non-english languages > - Other', 'cropmark' => 'Page-focused > Page geometry', 'fmp' => 'Graphics > MetaFont or @@ -26029,8 +25657,6 @@ $taxonomy = { > Mathematics > Mathematical symbols', 'neuron' => 'Document parts > Bibliography > Bibliographic styles', - 'lhcyr' => 'Non-english languages > - Russian', 'pcarl' => 'Fonts > Support files', 'lato' => 'Fonts > Support @@ -26104,10 +25730,10 @@ $taxonomy = { Other', 'Metafont' => 'Graphics > MetaFont or Metapost', - 'bondgraph' => 'Subject-specific typesetting - > Other natural sciences', 'endfloat' => 'Page-focused > Floats', + 'bondgraph' => 'Subject-specific typesetting + > Other natural sciences', 'BibTeX-help' => 'Documentation > Help files', 'mapcodes' => ' @@ -26152,26 +25778,18 @@ $taxonomy = { Tables', 'uhrzeit' => 'Programming in TeX > Date and time', - 'sanskrit' => 'Non-english languages > - Indian languages', 'Extensive Arrows.' => 'Subject-specific typesetting > Mathematics > Mathematical symbols', - 'accents-cs' => 'Non-english languages > - Other', 'ltxcmds' => 'Programming in TeX > Programming structures', 'pst-poly' => 'Graphics > Inside TeX', - 'Pecha' => 'Non-english languages > - Other', 'latex-base' => 'Programming in TeX', 'rotate' => 'Page-focused > Boxes and minipages', 'rmpage' => 'Page-focused > Page geometry', - 'greek-inputenc' => 'Non-english languages > - Greek', 'newthm' => ' Uncharacterized', 'fileinfo' => 'Tools > @@ -26192,10 +25810,6 @@ $taxonomy = { Distributions', 'time' => 'Programming in TeX > Date and time', - 'frenchle' => 'Non-english languages > - French', - 'gurmukhi-singh' => 'Non-english languages > - Other', 'lazylist' => 'Programming in TeX > Programming structures', 'uk-tex-faq' => ' @@ -26308,8 +25922,6 @@ $taxonomy = { > Mathematics > Mathematical symbols', 'synctex-parser' => 'Tools > Editors and shells', - 'ctex' => 'Non-english languages > - Chinese, Japanese, Korean', 'jpsj' => 'Document types > Articles > Journal styles', 'cprotect' => 'Programming in TeX > @@ -26402,8 +26014,6 @@ $taxonomy = { Verbatim', 'ps4mf' => 'Fonts > Font tools', - 'xetex-itrans' => 'Non-english languages > - Other', 'rvwrite' => 'Programming in TeX > Other', 'extsizes' => 'Fonts > Support @@ -26436,7 +26046,7 @@ $taxonomy = { Scripts', 'tikz-inet' => 'Graphics > Inside TeX', - 'esperant' => 'Non-english languages > + 'esperant' => 'Non-English languages > Other', 'Vancouver' => 'Document parts > Bibliography > Bibliographic styles', @@ -26448,8 +26058,6 @@ $taxonomy = { Paragraphs', 'perpage' => 'Programming in TeX > Other', - 'ethiop' => 'Non-english languages > - Other', 'chessfss' => 'Document types > Other > Chess', 'swiftex' => 'Tools > Editors and @@ -26524,8 +26132,6 @@ $taxonomy = { fonts', 'isodate' => 'Programming in TeX > Date and time', - 'CSTeX' => 'Non-english languages > - Other', 'bgteubner' => 'Document types > Articles > Journal styles', 'esstix' => 'Fonts > Symbol @@ -26538,7 +26144,7 @@ $taxonomy = { geometry', 'jablantile' => 'Fonts > Symbol fonts', - 'serbian-lig' => 'Non-english languages > + 'serbian-lig' => 'Non-English languages > Other', 'eolgrab' => 'Programming in TeX > Other', @@ -26623,8 +26229,6 @@ $taxonomy = { fonts', 'fmtcount' => 'Programming in TeX > Other', - 'cbcoptic' => 'Non-english languages > - Other', 'fchart' => 'Graphics > Inside TeX', 'cyrguide' => 'Documentation > @@ -26647,8 +26251,6 @@ $taxonomy = { tools', 'mathscinet' => 'Tools > Bibliographic manipulation', - 'delig' => 'Non-english languages > - German', 'arbeit' => 'Document types > Exams, exercise sets, and answers', 'everysel' => 'Fonts > @@ -26690,8 +26292,6 @@ $taxonomy = { fonts', 'somedefs' => 'Programming in TeX > Package management', - 'malayalam-omega' => 'Non-english languages > - Indian languages', 'LuxiMono' => 'Fonts > Symbol fonts', 'engord' => 'Programming in TeX > @@ -26735,7 +26335,7 @@ $taxonomy = { 'bibleref-parse' => 'Other', 'latex-info' => ' Documentation', - 'espo' => 'Non-english languages > + 'espo' => 'Non-English languages > Other', 'l2tabu-spanish' => 'Documentation > Tutorial', @@ -26833,8 +26433,6 @@ $taxonomy = { Uncharacterized', 'acmproc' => 'Document types > Proceedings > Proceedings styles', - 'Thai LaTeX' => 'Non-english languages > - Other', 'btOOL' => 'Tools > Bibliographic manipulation', 'hopatch' => 'Programming in TeX > Package @@ -26987,16 +26585,16 @@ $taxonomy = { and Sections', 'keystroke' => 'Graphics > Other', - 'circuitikz' => 'Subject-specific typesetting - > Physics', 'encTeX' => 'Infrastructure > Extensions', - 'marnote' => 'Page-focused > Material in - margins', + 'circuitikz' => 'Subject-specific typesetting + > Physics', 'csquotes-de' => 'Documentation > Other', 'inputenx' => 'Programming in TeX > Other', + 'marnote' => 'Page-focused > Material in + margins', 'answers' => 'Document types > Exams, exercise sets, and answers', 'forloop' => 'Programming in TeX > @@ -27029,8 +26627,6 @@ $taxonomy = { files', 'makecell' => 'Page-focused > Tables', - 'shalom' => 'Non-english languages > - Other', 'osmanian' => 'Fonts > Text body fonts', 'keyval' => 'Programming in TeX > @@ -27039,10 +26635,8 @@ $taxonomy = { shells', 'amscls' => 'Subject-specific typesetting > Mathematics', - 'xetex-devanagari' => 'Non-english languages > + 'xetex-devanagari' => 'Non-English languages > Indian languages', - 'cjk' => 'Non-english languages > - Chinese, Japanese, Korean', 'fancytabs' => 'Page-focused > Material in margins', 'sort-by-letters' => 'Document parts > @@ -30923,6 +30517,7 @@ $taxonomy = { ], 'make, compilation systems' => [ 'latex-make', + 'chktex', 'mfpic', 'proof', 'vhistory', @@ -32471,7 +32066,14 @@ $taxonomy = { 'dropcaps' ] }, - 'functionality' => {}, + 'functionality' => { + 'Spelling + Checker' => { + '_packages_' => [ + 'chktex' + ] + } + }, 'secondary' => { 'Programming in TeX > Other' => { @@ -32499,6 +32101,7 @@ $taxonomy = { fonts' => { '_packages_' => [ 'comfortaa', + 'psgreek', 'auto1', 'fundus-calligra' ] @@ -32506,10 +32109,13 @@ $taxonomy = { 'Support files' => { '_packages_' => [ + 'eiad', 'adforn', 'adfsymbols', + 'lh', 'xits', 'baskervaldadf', + 'ibygrk', 'mdputu', 'berenisadf', 'verdana' @@ -32518,10 +32124,12 @@ $taxonomy = { 'Symbol fonts' => { '_packages_' => [ + 'csfonts', 'oldlatin', 'mathalfa', 'mathastext', 'prodint', + 'csfonts-t1', 'pzccal' ] } @@ -32567,6 +32175,11 @@ $taxonomy = { }, 'Document parts > Bibliography' => { + 'Bibliographic styles' => { + '_packages_' => [ + 'jurarsp' + ] + }, 'Others' => { '_packages_' => [ 'librarian' @@ -32602,12 +32215,6 @@ $taxonomy = { ] } }, - 'Non-english languages > - Indian languages' => { - '_packages_' => [ - 'tfrupee' - ] - }, 'Document parts' => { 'Chapters and Sections' => { @@ -32645,15 +32252,21 @@ $taxonomy = { } }, 'Document parts > + Other' => { + '_packages_' => [ + 'frontespizio' + ] + }, + 'Document parts > Index' => { '_packages_' => [ 'tocbibind' ] }, - 'Non-english languages > - Italian' => { + 'Document types > + Letters' => { '_packages_' => [ - 'amsmath-it' + 'dinbrief-gui' ] }, 'Literate @@ -32662,6 +32275,14 @@ $taxonomy = { 'ydoc' ] }, + 'Infrastructure > + Hyphenation' => { + '_packages_' => [ + 'ibycus-babel', + 'babel', + 'greektex' + ] + }, 'Document types' => { 'Other ' => { @@ -32686,13 +32307,14 @@ $taxonomy = { 'Infrastructure > Extensions' => { '_packages_' => [ - 'Mem' + 'Mem', + 'Bengali Omega' ] }, - 'Non-english languages > - Chinese, Japanese, Korean' => { + 'Graphics > + Tools' => { '_packages_' => [ - 'w32tex' + 'Il sistema PSfrag' ] }, 'Graphics' => { @@ -32715,7 +32337,8 @@ $taxonomy = { Metapost' => { '_packages_' => [ 'chemarrow', - 'makefonts' + 'makefonts', + 'mpman-ru' ] } }, @@ -32802,7 +32425,6 @@ $taxonomy = { 'dvipng', 'subdepth', 'llist', - 'dinat', 'amsppt', 'address', 'kuvio', @@ -32864,7 +32486,6 @@ $taxonomy = { 'mlist', 'presentations', 'sfmath', - 'coptic', 'lshort-persian', 'gahyph', 'balancedquotes', @@ -32886,7 +32507,6 @@ $taxonomy = { 'dotarrow', 'xskak', 'LaTeX-brochure', - 'eiad', 'bg', 'lextex', 'umthesis', @@ -32905,7 +32525,6 @@ $taxonomy = { 'wordweb', 'fbithesis', 'DB_process', - 'babelbib', 'acm', 'texdoctk', 'oands', @@ -32925,7 +32544,6 @@ $taxonomy = { 'iso10303', 'noitcrul', 'context-vim', - 'malayalam-latex', 'maybemath', 'kvsetkeys', 'askinclude', @@ -32964,13 +32582,11 @@ $taxonomy = { 'dvgtk', 'trfsigns', 'pst-pdf', - 'ethiop-t1', 'tipa', 'bigintcalc', 'rangecite', 'makeidx', 'archaic', - 'bashkirian', 'nostarch', 'foiltex', 'tt2001', @@ -32982,10 +32598,8 @@ $taxonomy = { 'vertex', 'paralist', 'image-gallery', - 'antp', 'systcontrolletters', 'ltx2x', - 'la', 'gnhyph', 'exteps', 'uniquecounter', @@ -33027,8 +32641,6 @@ $taxonomy = { 'brushscr', 'invoice', 'epmtfe', - 'cmcyr', - 'kalender-209', 'twoupltx', 'fpl', 'cmfrak', @@ -33088,7 +32700,6 @@ $taxonomy = { 'logic', 'linearA', 'hlatex', - 'cspsfonts', 'fontchart', 'dvgt', 'MPEdit', @@ -33118,8 +32729,6 @@ $taxonomy = { 'glhyph', 'chklref', 'texdoc', - 'pcfonts', - 'hellas', 'cropmarks-pt', 'ntsfaq', 'type1ec', @@ -33166,7 +32775,6 @@ $taxonomy = { 'nomentbl', 'minibox', 'pkfix-helper', - 'dinbrief-gui', 'swebib', 'hypdoc', 'tango-weevil', @@ -33197,7 +32805,6 @@ $taxonomy = { 'AFMtoPL (Clark)', 'psmerge', 'mitpress', - 'levy-font', 'hyphsubst', 'physe', 'a0poster', @@ -33234,7 +32841,6 @@ $taxonomy = { 'pst-knot', 'CJHebrew', 'latex4jed', - 'levy-latex', 'extpfeil', 'verbtext', 'development', @@ -33303,7 +32909,6 @@ $taxonomy = { 'moderncv', 'source2e', 'iso209', - 'accenti', 'ntg-maps', 'circuit-macros', 'zed-csp', @@ -33317,7 +32922,6 @@ $taxonomy = { 'pandora', 'graphfig', 'dvistd', - 'csfonts', 'thuthesis', 'lshort-spanish', 'lettergothic', @@ -33328,7 +32932,6 @@ $taxonomy = { 'boldline', 'javatex', 'engpron', - 'csx', 'graphics-pln', 'xoptarg', 'hyphenation-greek', @@ -33342,7 +32945,6 @@ $taxonomy = { 'dot2tex', 'forindex', 'cea', - 'esindex', 'splitbib', 'marginote', 'chess', @@ -33363,7 +32965,6 @@ $taxonomy = { 'slatex', 'semioneside', 'multiobjective', - 'lcyw', 'exp-testopt', 'classif2', 'classes', @@ -33384,13 +32985,11 @@ $taxonomy = { 'subfloat', 'FigSize', 'xspace', - 'dk-bib', 'appendix', 'modes', 'mf2ps', 'maybeload', 'lgraph', - 'guia-bibtex', 'rotunda', 'boxit-ltx', 'tabto-generic', @@ -33414,9 +33013,7 @@ $taxonomy = { 'dirtree', 'contour', 'tcobrowser', - 'persian-bib', 'ldiff', - 'lh', 'va', 'amsbook', 'jeopardy', @@ -33438,7 +33035,6 @@ $taxonomy = { 'forarray', 'talk', 'prettyref', - 'cmcyralt-fonts', 'xecyr', 'lps', 'qobitree', @@ -33510,7 +33106,6 @@ $taxonomy = { 'struktex', 'epstopdf-pkg', 'dnaseq', - 'cmoefont', 'LaTeX for Autoconf', 'ttf-howto', 'thinsp', @@ -33608,7 +33203,6 @@ $taxonomy = { 'glosstex', 'tex-gyre-cursor', 'ifplatform', - 'kerkis', 'grverb', 'oriental', 'icsv', @@ -33619,14 +33213,12 @@ $taxonomy = { 'pagereference', 'blackboard', 'cyklop', - 'china2e', 'epiolmec', - 'babel-doc', 'lingtrees', 'cbgreek-complete', 'tokenizer', - 'fig2mf', 'ametsoc', + 'fig2mf', 'mma2ltx', 'psgo', 'baum', @@ -33641,7 +33233,6 @@ $taxonomy = { 'ada', 'a2ping', 'ushyph', - 'kalender', 'How to Package Your LaTeX Package', 'objectz', 'tkz-orm', @@ -33673,13 +33264,11 @@ $taxonomy = { 'algorithms', 'bibtex-examples', 'auxhook', - 'thai-rmit', 'slemph', 'egplot', 'sphack', 'vfinst', 'mathdesign-charter', - 'latexcheat-esmx', 'german', 'euro', 'csindex', @@ -33692,7 +33281,6 @@ $taxonomy = { 'formular', 'bibexport', 'xcolor', - 'apprends-latex', 'footmisc', 'xdvi', 'ulsy-ps', @@ -33702,7 +33290,6 @@ $taxonomy = { 'MathType', 'graphicp', 'vxu', - 'bahyph', 'textpath', 'crossreference', 'smalltableof', @@ -33714,7 +33301,6 @@ $taxonomy = { 'sidecap', 'noweb', 'mathtime-metrics', - 'frletter', 'VSliTeX', 'hyphenat', 'grffile', @@ -33788,7 +33374,6 @@ $taxonomy = { 'rcs', 'hebtex', 'cslatex', - 'ocherokee', 'Shaded theorems', 'photo', 'trace', @@ -33819,7 +33404,6 @@ $taxonomy = { 'Manuscript', 'eepic', 'suanpan', - 'xpdfopen', 'nnfootnote', 'fahyph', 'subeqn', @@ -33843,11 +33427,9 @@ $taxonomy = { 'feynmf', 'Winfonts', 'pst-barcode', - 'ecclesiastic', 'lewis', 'threecol', 'lacheck', - 'finplain', 'amsbsy', 'bibutils', 'export', @@ -33863,7 +33445,6 @@ $taxonomy = { 'framed', 'pst-mirror', 'mathbbol', - 'icelandic', 'pdfcrop', 'chemstyle', 'infpic', @@ -33978,7 +33559,6 @@ $taxonomy = { 'brief_t', 'constants', 'hyperxmp', - 'norbib', 'shavian', 'fixmath', 'amscd', @@ -33993,7 +33573,6 @@ $taxonomy = { 'latex-doc', 'cuted', 'schemeTeX', - 'ibycus-babel', 'dvips', 'polyglossia', 'letter', @@ -34018,7 +33597,6 @@ $taxonomy = { 'mathstyle', 'ifdraft', 'aramaic-serto', - 'Bengali Omega', 'basix', 'fax', 'zero', @@ -34068,7 +33646,6 @@ $taxonomy = { 'border', 'occam', 'tkz-tab', - 'wncyr', 'frcursive', 'pst-grad', 'plari', @@ -34113,9 +33690,7 @@ $taxonomy = { 'pagedraw', 'bibweb', 'turkmen', - 'GFS Porson', 'gb4e', - 'redis', 'oesch', 'bibsort', 'everypage', @@ -34141,7 +33716,6 @@ $taxonomy = { 'anleitung', 'cm-afm', 'psfragx', - 'russian-help', 'trig', 'luamplib', 'nccmath', @@ -34171,7 +33745,6 @@ $taxonomy = { 'lifia-th', 'ams2bib', 'eqparbox', - 'Il sistema PSfrag', 'termlist', 'diagmac2', 'exam', @@ -34269,7 +33842,6 @@ $taxonomy = { 'glotex', 'asymptote-by-example-zh-cn', 'uhthesis', - 'yannisgr', 'doublecol', 'iwona', 'egothic', @@ -34287,7 +33859,6 @@ $taxonomy = { 'gen', 'context-bnf', 'pstricks', - 'ratex', 'pst-eps', 'futhark', 'xkeyval', @@ -34318,7 +33889,6 @@ $taxonomy = { 'meper', 'gl-tree', 'r_und_s', - 'greek-makeindex', 'rlepsf', 'findhyph', 'zref', @@ -34350,10 +33920,8 @@ $taxonomy = { 'linsys', 'pittetd', 'mkjobtexmf', - 'babel', 'iTe', 'tfmpk', - 'ibygrk', 'txt2tex', 'attachfile', 'ted', @@ -34394,7 +33962,6 @@ $taxonomy = { 'listingsutf8', 'atbegshi', 'getrefs', - 'esieecv', 'transparent', 'texments', 'skak', @@ -34433,7 +34000,6 @@ $taxonomy = { 'xecolour', 'pageno', 'mtgreek', - 'fc', 'dvidvi', 'cpssp', 'JustFontItTE', @@ -34460,7 +34026,6 @@ $taxonomy = { 'abbrevs', 'vpe', 'ctanify', - 'grtimes', 'savetrees', 'autolist', 'EUenc', @@ -34506,7 +34071,6 @@ $taxonomy = { 'relsize', 'pst-exa', 'rsfs', - 'georgian-stanier', 'hfoldsty', 'shortlst', 'ConTeXt-gnuplot', @@ -34566,17 +34130,16 @@ $taxonomy = { 'pdf-mps-supp', 'chomsky', 'phy-bstyles', - 'fribrief', 'hyphen-spanish', 'prelim2e', 'fn2end', 'fontenc', 'juraabbrev', 'acmtrans', - 'newcommand', 'ascelike', 'hfbright', 'm-pictex', + 'newcommand', 'termcal', 'WP2LaTeX', 'autoview', @@ -34631,9 +34194,7 @@ $taxonomy = { 'algorithmicx', 'highlight', 'pdfcomment', - 'greekdates', 'pdfpages', - 'kdgreek', 'dialogl', 'alnumsec', 'elsarticle', @@ -34647,7 +34208,6 @@ $taxonomy = { 'mcite', 'coordsys', 'texpictex', - 'dinbrief', 'facsimile', 'formula', 'tableauVariations', @@ -34726,8 +34286,8 @@ $taxonomy = { 'footnpag', 'pandora-type1', 'cellspace', - 'named', 'grapher', + 'named', 'overpic', 'fac', 'revtex4-1', @@ -34748,7 +34308,6 @@ $taxonomy = { 'arabic', 'ln03dvi', 'ygoth', - 'frontespizio', 'ascii-cyrillic', 'beamer', 'mathtime-pln', @@ -34798,8 +34357,8 @@ $taxonomy = { 'metauml', 'ebsthesis', 'makerobust', - 'nemocal', 'lhelp', + 'nemocal', 'ttt', 'aliascnt', 'latexmk', @@ -34850,9 +34409,7 @@ $taxonomy = { 'inputenc', 'vietnet', 'parallel', - 'din1505', 'lshort', - 'poorman', 'vector', 'koma-script-examples', 'mnras', @@ -34924,14 +34481,13 @@ $taxonomy = { 'fixfoot', 'mdwmath', 'vruler', - 'nccfancyhdr', 'fontools', + 'nccfancyhdr', 's2latex', - 'nb4latex', 'ishyph', + 'nb4latex', 'booktabs', 'gentl-gr', - 'zhmetrics', 'bpchem', 'pdfmarginpar', 'euro-ce', @@ -34948,8 +34504,8 @@ $taxonomy = { 'manual', 'mactotex', 'palladam', - 'niceframe', 'draftcopy', + 'niceframe', 'york-thesis', 'pst-fill', 'phoenician', @@ -34983,8 +34539,8 @@ $taxonomy = { 'arlatex', 'context-URWGaramond', 'semtrans', - 'nestquot', 'muthesis', + 'nestquot', 'neufont', 'sfarticle', 'hypbmsec', @@ -35041,7 +34597,6 @@ $taxonomy = { 'interpol', 'menu', 'PicTeX', - 'croatian', 'minitoc', 'papercdcase', 'nrc', @@ -35080,12 +34635,10 @@ $taxonomy = { 'rsc', 'oriya', 'GuITbeamer', - 'jurarsp', 'mylatex', 'psboxit', 'microtype', 'wochtag', - 'bib-greek', 'lshort-finnish', 'texpict', 'showtags', @@ -35143,7 +34696,6 @@ $taxonomy = { 'engwar', 'urwvf', 'srhyphc', - 'spain', 'concmath', 'vmargin', 'robustcommand', @@ -35160,14 +34712,13 @@ $taxonomy = { 'cfgguide', 'placeins-plain', 'diagnose', - 'biokey', 'CJ', + 'biokey', 'epsfview', 'historische-zeitschrift', 'dvipsk', 'faq-fr', 'pedigree-perl', - 'french-translations', 'dashbox', 'pst-thick', 'TeXcount', @@ -35199,14 +34750,13 @@ $taxonomy = { 'btable', 'abstbook', 'letltxmacro', - 'jura', 'sueterlin', 'Imake-TeX', 'hycolor', 'lametex', 'mathesatz-examples', - 'nonfloat', 'ncccropbox', + 'nonfloat', 'erdc', 'texfilt', 'Metafont book', @@ -35270,9 +34820,9 @@ $taxonomy = { 'utthesis', 'lcircuit', 'showdim', + 'fbs', 'BiBLE', 'afterpackage', - 'fbs', 'fihyph', 'Ultra-TeX', 'hungarian', @@ -35323,7 +34873,6 @@ $taxonomy = { 'thumbpdf', 'uaclasses', 'texlogos', - 'mpman-ru', 'permute', 'chapterfolder', 'memo2', @@ -35343,13 +34892,11 @@ $taxonomy = { 'miktex-portable', 'turkish', 'fnpos', - 'latex-notes-zh-cn', 'lineno', 'clsguide', 'base', 'pdfscreen', 'RRGtrees', - 'cahyph', 'around-the-bend', 'mathdesign-utopia', 'u8tex', @@ -35359,7 +34906,6 @@ $taxonomy = { 'texloganalyser', 'shortcuttool', 'plasTeX', - 'psgreek', 'resumemac', 'psnfss', 'thesis-titlepage-fhac', @@ -35371,7 +34917,6 @@ $taxonomy = { 'lshort-slovenian', 'newspaper', 'GFS Bodoni', - 'mxedruli', 'tmmath', 'fragments', 'lcd', @@ -35488,10 +35033,10 @@ $taxonomy = { 'pdftexcmds', 'polski', 'hershey', - 'nccfoots', 'enpassant', 'icons', 'mf2pt3', + 'nccfoots', 'IEEEtran', 'hypcap', 'stellenbosch', @@ -35502,7 +35047,6 @@ $taxonomy = { 'logpap', 'hep-gen', 'shorttoc', - 'abstyles-babel', 'linguex', 'tex-label', 'exerquiz', @@ -35511,12 +35055,10 @@ $taxonomy = { 'bibextract', 'SQLTeX', 'etoolbox', - 'wadalab', 'pst-support', 'bghyphen', 'i-ching', 'totpages', - 'cmcyralt-ltx', 'accsupp', 'ctib4tex', 'svgcolor', @@ -35531,7 +35073,6 @@ $taxonomy = { 'Layaureo', 'scalebar', 'nohyph', - 'indic-type1', 'flexisym', 'footnote', 'latexmake', @@ -35563,8 +35104,8 @@ $taxonomy = { 'latexdraw', 'mf-ps', 'SmileTeX', - 'newsletr', 'context-simplefonts', + 'newsletr', 'b1encoding', 'Swimgraf', 'equationauthor', @@ -35611,8 +35152,8 @@ $taxonomy = { 'directtex', 'leftidx', 'movie15', - 'neuron', 'lhcyr', + 'neuron', 'context-simpleslides', 'ttf2mf', 'dpfloat', @@ -35626,16 +35167,13 @@ $taxonomy = { 'tracking', 'window', 'featpost', - 'GFS Solomos', 'blowup', 'modguide', 'svninfo', 'klinz', 'setstrut', 'pst-bar', - 'cyrmemo', 'tinyc2l', - 'bib-fr', 'firefox_ctan_plugins', 'RGB', 'script', @@ -35713,10 +35251,10 @@ $taxonomy = { 'KIXfont', 'truchet', 'faltblat', - 'nicefrac', 'asaetr', 'isotope', 'mff-util', + 'nicefrac', 'sehyph', 'dot2texi', 'asymptote-faq-zh-cn', @@ -35743,7 +35281,6 @@ $taxonomy = { 'smallcap', 'pst-pad', '12many', - 'cjk-fonts', 'borceux', 'fonetika', 'ledmac', @@ -35752,19 +35289,18 @@ $taxonomy = { 'xbibfile', 'syntonly', 'dehyph-exptl', - 'HLaTeX fonts', 'beginlatex', 'lookbibtex', 'lipsum', - 'natbib', 'amsppt1', + 'natbib', 'bullcntr', 'chemscheme', 'xfrac', 'texi2html', - 'nccfloats', 'gnuplot', 'multicolpar', + 'nccfloats', 'pst-slpe', 'mnhyphn', 'mff', @@ -35777,12 +35313,10 @@ $taxonomy = { 'tpic2pdftex', 'functan', 'rawfonts', - 'ordinalpt', 'stage', 'tikz-inet', 'Vancouver', 'section', - 'cmcyr-patch', 'tabto for LaTeX.', 'perpage', 'ethiop', @@ -35795,7 +35329,6 @@ $taxonomy = { 'Petri-nets', 'verbatim-tub', 'boisik', - 'grkfinst', 'hep', 'milstd', 'musixtex', @@ -35811,15 +35344,14 @@ $taxonomy = { 'varsfromjobname', 'iching', 'ucthesis', - 'ean', 'fenixpar', + 'ean', 'fileerr', 'javaDVI', 'widetable', 'texware', 'lshort-thai', 'catalan', - 'greektex', 'isodate', 'CSTeX', 'bgteubner', @@ -35836,9 +35368,8 @@ $taxonomy = { 'graphics', 'balance', 'viiptart', - 'cweb', 'faktor', - 'disser', + 'cweb', 'alg', 'gchords', 'plainmisc', @@ -35859,8 +35390,8 @@ $taxonomy = { 'letterspacing', 'pdftricks', 'fmtcount', - 'cbcoptic', 'fchart', + 'cbcoptic', 'cyrguide', 'tds', 'computational-complexity', @@ -35881,13 +35412,11 @@ $taxonomy = { 'ans', 'achicago-bst', 'petiteannonce', - 'ISO-TeX', 'linearb', 'fourier', 'URW-base35', 'ibmres-tex', 'pst-uml', - 'csfonts-t1', 'minutes', 'phaistos', 'somedefs', @@ -35899,8 +35428,8 @@ $taxonomy = { 'artex', 'yagusylo', 'ulsy', - 'nddiss', 'context-typescripts', + 'nddiss', 'zefonts', 'gmverb', 'GraphTeX', @@ -35929,7 +35458,6 @@ $taxonomy = { 'LEd', 'ncccomma', 'compsci', - 'cyrillic', 'annotation-pkg', 'abc', 'ANUfinalexam', @@ -35969,8 +35497,8 @@ $taxonomy = { 'magic', 'umich-thesis', 'pst-light3d', - 'ncccropmark', 'cmll', + 'ncccropmark', 'thai-scalable', 'statex2', 'rail', @@ -35986,7 +35514,6 @@ $taxonomy = { 'lettermac', 'sgame', 'tth', - 'izhitsa', 'tex-gyre-bonum', 'xr-hyper', 'rmthm', @@ -36004,7 +35531,6 @@ $taxonomy = { 'codedoc', 'slantsc', 'xnewcommand', - 'amslatexdoc-vietnamese', 'varioref', 'papertex', 'textpos', @@ -36032,7 +35558,6 @@ $taxonomy = { 'xetex-def', 'makecell', 'shalom', - 'osmanian', 'keyval', 'texshop', 'amscls', @@ -36060,13 +35585,6 @@ $taxonomy = { 'loval' ] }, - 'Non-english languages > - Russian' => { - '_packages_' => [ - 'ptsans', - 'paratype' - ] - }, 'Documentation > Other' => { '_packages_' => [ @@ -36134,6 +35652,9 @@ $taxonomy = { 'rsfso' ] }, + '_packages_' => [ + 'amslatexdoc-vietnamese' + ], 'Matrices, vectors' => { '_packages_' => [ 'tabu' @@ -36150,6 +35671,14 @@ $taxonomy = { } }, 'primary' => { + 'Document types > + Books' => { + '_packages_' => [ + 'NCC-LaTeX', + 'octavo', + 'bookest' + ] + }, 'Programming in TeX > Other' => { '_packages_' => [ @@ -36354,12 +35883,21 @@ $taxonomy = { 'picture' ] }, - 'Non-english languages > - Polish' => { + 'Fonts > + Other' => { '_packages_' => [ - 'mex', - 'gustlib', - 'polski' + 'frenchquote', + 'halftone', + 'hands', + 'fakebold', + 'allrunes', + 'varisize', + 'sans', + 'figbas', + 'cirth', + 'realscripts', + 'euxunicode', + 'everysel' ] }, 'Page-focused > @@ -36395,1682 +35933,6 @@ $taxonomy = { 'ftn' ] }, - 'Document types > - Other' => { - '_packages_' => [ - 'lextex', - 'mpdinbrief', - 'knst', - 'a0poster', - 'geomsty', - 'sf298', - 'euproposal', - 'fax', - 'wordlike', - 'facsimile', - 'bookform', - 'erdc', - 'macqassign', - 'lexikon', - 'mwcls', - 'milstd', - 'estcpmm' - ] - }, - 'Page-focused > - Tables' => { - '_packages_' => [ - 'threeparttable', - 'bigstrut', - 'longtable', - 'tabls', - 'tap', - 'dectab', - 'hvdashln', - 'dateiliste', - 'bigtabular', - 'boldline', - 'dcolumn', - 'slashbox', - 'bigtable', - 'threeparttablex', - 'ltablex', - 'hhline', - 'ltabptch', - 'variations', - 'sltables', - 'stabular', - 'polytable', - 'ltxtable', - 'maketable', - 'tabularx', - 'phoncard', - 'spreadtab', - 'tabularht', - 'rccol', - 'gentabtex', - 'treedef', - 'easytable', - 'cellspace', - 'tabularborder', - 'booktabs', - 'colortbl', - 'tab4tex', - 'mdwtab', - 'ot-tableau', - 'ltcaption', - 'pgfplots', - 'cellular', - 'stables', - 'btable', - 'cals', - 'ctable', - 'autotab', - 'xtab', - 'tabu', - 'blkarray', - 'booktabs-fr', - 'Array Maker', - 'warpcol', - 'tabularkv', - 'Excel-to-LaTeX', - 'tabularew', - 'widetable', - 'multirow', - 'supertabular', - 'ruled-tables', - 'sgame', - 'makecell', - 'tabulary', - 'booktabs-de' - ] - }, - 'Graphics > - Other' => { - '_packages_' => [ - 'pointruler', - 'yt4pdf', - 'barcodes', - 'pinlabel', - 'asyfig', - 'FigSize', - 'nccpic', - 'pawpict', - 'floatflt', - 'GuITlogo', - 'hilowres', - 'fullpict', - 'overpic', - 'asymptote', - 'combinedgraphics', - 'boxedart4mac', - 'MiniPlot', - 'boxedeps', - 'tiff', - 'sprite', - 'degrade', - 'ean13isbn', - 'icons', - 'jpgfdraw', - 'pst-plot', - 'esk', - 'grfpaste', - 'limap', - 'keystroke', - 'xetex-def' - ] - }, - 'Document parts > - Bibliography' => { - 'Bibliographic styles' => { - '_packages_' => [ - 'dinat', - 'jmb', - 'abstyles-orig', - 'nar', - 'chicago', - 'decsci', - 'easybib', - 'biblatex-mla', - 'perception', - 'hellas', - 'aaai-named', - 'swebib', - 'development', - 'alphanumb', - 'humannat', - 'dk-bib', - 'persian-bib', - 'chicago-annote', - 'is-bst', - 'mlbib', - 'catalanbib', - 'wmaainf', - 'apabst', - 'bibarts', - 'Econometrica', - 'biblatex-chicago', - 'apalike2', - 'ecclesiastic', - 'finplain', - 'biblatex-ieee', - 'biblatex-historian', - 'jneurosci', - 'norbib', - 'newapa', - 'biblatex-nature', - 'plainyr', - 'biblatex-science', - 'custom-bib', - 'jphysiol', - 'getrefs', - 'biblatex-authoryear-icomp-tt', - 'bibleref', - 'biblatex-apa', - 'PNAS', - 'phy-bstyles', - 'ascelike', - 'biblatex-philosophy', - 'jas99_m', - 'jbact', - 'authordate', - 'biblatex-dw', - 'alphanum-bst', - 'jqt1999', - 'named', - 'biblatex-jura', - 'din1505', - 'annotate', - 'humanbio', - 'jtb', - 'chicagoa', - 'oxford', - 'rsc', - 'bib-greek', - 'showtags', - 'jcc', - 'spain', - 'uni-wtal-ger', - 'CJ', - 'historische-zeitschrift', - 'iopart-num', - 'aichej', - 'apacite', - 'biblatex-chem', - 'fbs', - 'munich', - 'annotation', - 'automatica', - 'chbibref', - 'gost', - 'IEEEannot', - 'abstyles-babel', - 'ijqc', - 'ecta', - 'neuron', - 'bib-fr', - 'these', - 'economic', - 'natbib', - 'hypernat', - 'Vancouver', - 'jtbnew', - 'sort-by-letters' - ] - }, - 'Others' => { - '_packages_' => [ - 'bibtopicprefix', - 'footbib', - 'chapterbib', - 'margbib', - 'namunsrt', - 'bibunits', - 'bibtopic', - 'authorindex', - 'librarian', - 'notes2bib', - 'doipubmed', - 'titles', - 'urlbst', - 'bibplain', - 'backref' - ] - }, - '_packages_' => [ - 'babelbib', - 'chapref', - 'bibtex', - 'crosstex', - 'multibbl', - 'noTeX', - 'amsrefs', - 'biblatex', - 'bibtex8bit', - 'compactbib', - 'multibib', - 'bibmods' - ] - }, - 'Tools' => { - 'Document - management' => { - '_packages_' => [ - 'latex-make', - 'check', - 'proof', - 'askinclude', - 'svn-prov', - 'refcheck', - 'texdiff', - 'texdirflatten', - 'latexdiff', - 'testflow', - 'ldiff', - 'texlog_extract', - 'AutoLaTeX', - 'texdepend', - 'LaTeX for Autoconf', - 'rerunfilecheck', - 'texref', - 'tex_it', - 'subfiles', - 'runtex', - 'frankenbundle', - 'svn', - 'rake4latex', - 'rcs', - 'flatten', - 'lacheck', - 'prv', - 'TVS', - 'latexpand', - 'ShLaTeX', - 'vc', - 'mk', - 'ltxdiff', - 'lintex', - 'progress', - 'rcs-pln', - 'mkjobtexmf', - 'logreq', - 'match_parens', - 'includex', - 'ctanify', - 'flatex', - 'getfileversion', - 'texdeps', - 'censor', - 'changes', - 'latexmk', - 'bundledoc', - 'svn-multi', - 'latexn', - 'import', - 'arlatex', - 'snapshot', - 'make_latex', - 'mylatex', - 'ltxinput', - 'cms4talks', - 'Imake-TeX', - 'texi2dvi-latest', - 'ant-worker-tasks', - 'rcs-multi', - 'chapterfolder', - 'LatexPaper', - 'stampinclude', - 'latexmake', - 'svninfo', - 'qstest', - 'subdocs', - 'rcsinfo', - 'syntonly', - 'artex', - 'go-make' - ] - }, - 'Editors and - shells' => { - '_packages_' => [ - 'TeXmacs', - 'LaTexMng', - 'MicroIMP', - 'context-vim', - 'epmtfe', - 'lyx', - 'alpha', - 'texshell32', - 'dinbrief-gui', - 'meta-mode', - 'LaTeX-WIDE', - 'yi4latex', - 'latex4jed', - 'gv', - 'auctex', - 'NEdit-LaTeX-Extensions', - 'XteXShell', - 'pmcstex', - 'LaTable', - 'tsconfig', - 'xpdf', - 'WinEdt', - 'xtem', - 'MathType', - 'gv-savepos', - 'nicetext', - 'MathSpad', - 'filehdr', - 'latexwizard', - 'ftetx', - 'xpdfopen', - 'Sikumuna', - 'javascript_TeXed', - 'scientificauthor', - 'brief_t', - 'kile', - 'LaTeXPiX', - 'jlm', - 'pagedraw', - 'latexcad', - 'ratexdb', - 'iTe', - 'winlatex', - 'gsview', - 'vpe', - 'vpp', - 'gbrief-creator', - 'TeXnicCenter', - 'word2tex', - 'TeXshell', - 'tcltexed', - 'tkdvi', - 'Ultra-TeX', - 'windvi', - 'WinTeX XP', - 'u8tex', - 'shortcuttool', - 'eukleides', - 'visualtex', - 'pst-support', - 'xlatex', - 'latexdraw', - 'SmileTeX', - 'equationauthor', - 'firefox_ctan_plugins', - 'winshell', - 'synctex-parser', - 'swiftex', - 'texlipse', - 'KTeXShell', - 'ISO-TeX', - 'LEd', - 'texshop' - ] - }, - 'Bibliography - managers' => { - '_packages_' => [ - 'biblos', - 'references', - 'JavaBib', - 'jabref', - 'docarc', - 'bibexport', - 'bibcard', - 'bibview-x', - 'bibhtml', - 'bibdb', - 'ebib', - 'Synapsen', - 'listbib', - 'jurabib', - 'camel', - 'bibfind', - 'obas', - 'bibtexmng', - 'xbibtex', - 'macbibtex', - 'Bibex', - 'JBibtexManager', - 'tkbibtex', - 'BiBLE', - 'printbib', - 'bibextract', - 'BibTeX Database Generator', - 'mrcheckbib', - 'xbibfile', - 'biblook' - ] - }, - 'Word - counting' => { - '_packages_' => [ - 'wordcount', - 'TeXcount', - 'latexcount' - ] - }, - 'Bibliographic - manipulation' => { - '_packages_' => [ - 'pybib', - 'biblist', - 'bibcheck', - 'isi2bibtex', - 'splitbib', - 'directory', - 'biblio-perl', - 'pybliographer', - 'alphabib', - 'bibutils', - 'findbib', - 'bibfile-reformat-pages', - 'biber', - 'tex2bib', - 'pydocstrip', - 'bibclean', - 'bibweb', - 'bibsort', - 'EndNote2bib', - 'mab2bib', - 'ams2bib', - 'bib2dvi', - 'Orderer', - 'refer', - 'refer-tools', - 'bibtool', - 'bibindex', - 'tib', - 'r2bib', - 'qbibman', - 'bibtools', - 'bibbuild', - 'rfc2bib', - 'bib2xhtml', - 'fixbbl', - 'bib2ml', - 'bbl2html', - 'text2bib', - 'bidstobibtex', - 'arXivBib', - 'bibview', - 'isi2bib-vim', - 'orderrefs', - 'lookbibtex', - 'mathscinet', - 'btOOL', - 'mathsci2bibtex' - ] - }, - 'DVI - manipulation' => { - '_packages_' => [ - 'dviconcat', - 'dvipaste', - 'BSR2dvi', - 'dvicopy', - 'dtl', - 'dvidvi', - 'dvibook', - 'dviasm', - 'dvichk', - 'dvii' - ] - }, - 'Convert - formats' => { - '_packages_' => [ - 'texperf', - 'tex2word', - 'rtf2latex2e', - 'epspdfconversion', - 'ltx2x', - 'easyLaTeX', - 'csx', - 'bit2spr', - 'catdoc', - 'tex2rtf', - 'Exceltex', - 'a2ping', - 'rnototex', - 'epspdf-extra', - 'mif2xfig', - 'word2x', - 'untex', - 'ps_conv', - 'xl2latex', - 'de-macro', - 'texi2roff', - 'txt2tex', - 'eps2pdf', - 'Word to LaTeX', - 'epspdf', - 'tex2ltx', - 'tr2latex', - 'WP2LaTeX', - 'detex', - 'convert', - 'delimtxt', - 'rtf2tex', - 'Midi2TeX/Free', - 'html2latex', - 'txt2latex', - 'fotex', - 's2latex', - 'nb4latex', - 'utf2any', - 'epstopdf', - 'ltx2rtf', - 'csv2latex', - 'epstool', - 'transfig', - 'escapeTeXt', - 'mctex', - 'tex2mail', - 'WordML2LaTeX' - ] - } - }, - 'Document parts' => { - 'Table of - contents' => { - '_packages_' => [ - 'titletoc', - 'autotoc', - 'longtocline', - 'tocbibind', - 'multitoc', - 'minitoc', - 'toc', - 'shorttoc' - ] - }, - 'Chapters - and Sections' => { - '_packages_' => [ - 'bsheaders', - 'texilikechaps', - 'alphanum', - 'automagic', - 'anonchap', - 'gettitlestring', - 'epigram', - 'sectsty', - 'sectionbox', - 'titlesec', - 'thumby', - 'secdot', - 'quotchap', - 'alnumsec', - 'chappg', - 'bits', - 'sfheaders', - 'fncychap', - 'outliner', - 'titleref', - 'nccsect', - 'tocvsec2', - 'topsection', - 'varsects', - 'section', - 'indentfirst', - 'sshdbk10', - 'fancychapters' - ] - } - }, - 'Page-focused > - Floats' => { - '_packages_' => [ - 'subfigmat', - 'graphfig', - 'subfloat', - 'figplace', - 'subfig', - 'float', - 'photo', - 'placeins', - 'morefloats', - 'hvfloat', - 'floatrow', - 'stfloats', - 'here', - 'trivfloat', - 'placeins-plain', - 'nonfloat', - 'dblfloatfix', - 'rotfloat', - 'floatpag', - 'subfigure', - 'dpfloat', - 'endfloat', - 'topfloat', - 'nccfloats', - 'side', - 'dmhgener' - ] - }, - 'Tools > - Other' => { - '_packages_' => [ - 'lua-alt-getopt', - 'scientificviewer', - 'fourproject', - 'LaTeXDB', - 'oletex', - 'pdfjam', - 'xetal', - 'lgrind', - 'lualibs', - 'fig2sty', - 'pssplit', - 'texfilt', - 'hoffset-voffset', - 'texloganalyser', - 'ltoh', - 'techexplorer', - 'SQLTeX', - 'fileinfo', - 'LatexRender' - ] - }, - 'Programming in TeX > - Programming structures' => { - '_packages_' => [ - 'mdwlist', - 'optparams', - 'substr', - 'bitset', - 'mlist', - 'kvsetkeys', - 'etexcmds', - 'lcg', - 'stdclsdv', - 'mwrite', - 'lambda-lists', - 'xparse', - 'texsort', - 'perltex', - 'makecmds', - 'xargs', - 'luacode', - 'wright', - 'exp-testopt', - 'pgfkeys', - 'forarray', - 'ltxnew', - 'arrayjobx', - 'redefine', - 'patchcmd', - 'optional', - 'blkcntrl', - 'stack', - 'arrayjob', - 'pgfopts', - 'multido', - 'trigonometry', - 'xfor', - 'locality', - 'random', - 'db', - 'xkvview', - 'laansort', - 'xifthen', - 'repeat', - 'trig', - 'pst-xkey', - 'xkeyval', - 'clefval', - 'skeycommand', - 'kvoptions', - 'newcommand', - 'boolexpr', - 'moredefs', - 'hackalloc', - 'skeyval', - 'ifthen', - 'compare', - 'yax', - 'kvdefinekeys', - 'robustcommand', - 'coolstr', - 'namespc', - 'stringstrings', - 'showdim', - 'show2e', - 'keycommand', - 'ltxcmds', - 'lazylist', - 'coollist', - 'xesearch', - 'forloop', - 'keyval' - ] - }, - 'Document parts > - Other' => { - '_packages_' => [ - 'toc-zar', - 'sc21', - 'coverpage', - 'losymbol', - 'nomencl', - 'titling', - 'nomentbl', - 'symbolindex', - 'texi-like cover', - 'listofsymbols', - 'smalltableof', - 'evenpage', - 'annot-pro', - 'tocloft', - 'plates', - 'rectopma', - 'titlepic', - 'authblk', - 'volumes' - ] - }, - 'Non-english languages > - Italian' => { - '_packages_' => [ - 'itnumpar' - ] - }, - 'Non-english languages > - Greek' => { - '_packages_' => [ - 'bgreek', - 'xgreek', - 'grverb', - 'juramisc', - 'betababel', - 'greek-inputenc' - ] - }, - 'Document parts > - Index' => { - '_packages_' => [ - 'xindy', - 'idxtex', - 'makeidx', - 'index', - 'makeindex', - 'makeindexk', - 'forindex', - 'esindex', - 'hvindex', - 'genindex', - 'greek-makeindex', - 'lamstex-index', - 'idxlayout', - 'xeindex', - 'multind', - 'splitindex', - 'repeatindex', - 'spotcolor', - 'addindex', - 'ltxindex', - 'imakeidx', - 'indxcite', - 'toolbox', - 'robustindex', - 'texindex', - 'luaindex', - 'varindex' - ] - }, - 'Documentation > - Tutorial' => { - '_packages_' => [ - 'epslatex', - 'maad', - 'latex-course', - 'lshort-japanese', - 'lshort-persian', - 'xypic-tut-pt', - 'presfull', - 'lshort-italian', - 'fontinstallationguide', - 'gleitobjekte', - 'GuIT-corso', - 'first-latex-doc', - 'lshort-spanish', - 'l2tabu-french', - 'guia-bibtex', - 'typografie', - 'cursolatex', - 'lshort-vietnamese', - 'lshort-portuguese-br', - 'lshort-korean', - 'patgen2-tutorial', - 'How to Package Your LaTeX Package', - 'apprends-latex', - 'metafont-beginners', - 'asymptote-manual-zh-cn', - 'pdf-forms-tutorial', - 'l2tabu', - 'turkishintro', - 'lshort-polish', - 'lshort-bulgarian', - 'vf-howto', - 'lshort-ukr', - 'anleitung', - 'MFwL', - 'lshort-turkish', - 'lshort-german', - 'asymptote-by-example-zh-cn', - 'texmalli', - 'beamer-tut-pt', - 'lshort-portuguese', - 'lshort-zh-cn', - 'latex4wp-it', - 'voss-mathcol', - 'latex-doc-ptr', - 'latex4wp', - 'tex-overview', - 'lshort-mongolian', - 'svg-inkscape', - 'lkort', - 'l2tabu-english', - 'intro-scientific', - 'DTX gallery', - 'lshort', - 'lshort-mongol', - 'gentl-gr', - 'neufont', - 'components', - 'lshort-slovak', - 'tabsatz', - 'fepslatex', - 'pstricks-calcnotes', - 'lshort-finnish', - 'simplified-latex', - 'lshort-russian', - 'amslatex-primer', - 'grafik', - 'fonteinf', - 'lshort-english', - 'context-notes-zh-cn', - 'latex-notes-zh-cn', - 'metafp', - 'lshort-slovenian', - 'lualatex-doc', - 'TameTheBeast', - 'lshort-french', - 'gentle', - 'latex-essential', - 'lshort-dutch', - 'context-top-ten', - 'beginlatex', - 'lshort-thai', - 'l2tabu-italian', - 'l2tabu-spanish' - ] - }, - 'Document types > - Letters' => { - '_packages_' => [ - 'address', - 'bellmac', - 'envbig', - 'C.D.P. Bundle', - 'context-letter', - 'koma-script-sfs', - 'newlfm', - 'envlab', - 'shsulet', - 'postcards', - 'serial', - 'chletter', - 'lxmail', - 'frletter', - 'isodoc', - 'envelope', - 'letter', - 'chextras', - 'beletter', - 'knuth-letter', - 'textmerg', - 'laletter', - 'lettre', - 'block', - 'akletter', - 'formlett', - 'fribrief', - 'dinbrief', - 'gtex-letter', - 'mailing', - 'letter1', - 'letter-plain', - 'fullblck', - 'lettermac', - 'mailmerge', - 'g-brief', - 'merge' - ] - }, - 'Non-english languages > - Other' => { - '_packages_' => [ - 'msg', - 'orkhun', - 'cherokee', - 'sirlin', - 'Mem', - 'xtcapts', - 'CJHebrew', - 'codepage', - 'bardi', - 'slatex', - 'georgian', - 'telugu', - 'epiolmec', - 'csindex', - 'gurmukhi', - 'mnttex', - 'hebtex', - 'cslatex', - 'montex', - 'armtex', - 'burmese', - 'context-ruby', - 'swetex', - 'guarani', - 'tcvn', - 'aramaic-serto', - 'slovak', - 'turkmen', - 'latin', - 'mongolian-babel', - 'combelow', - 'maltese', - 'Makor 2', - 'mxd', - 'teubner', - 'csplain', - 'casyl', - 'xepersian', - 'romaniantex', - 'ttt', - 'vietnet', - 'oinuit', - 'vntex', - 'aramaic', - 'semtrans', - 'hrlatex', - 'arabi', - 'oriya', - 'fixlatvian', - 'mkbangtex', - 'arabxetex', - 'arabtex', - 'turkish', - 'ethtex', - 'lithuanian', - 'he-le-na', - 'ctib4tex', - 'encxvlna', - 'accents-cs', - 'Pecha', - 'gurmukhi-singh', - 'xetex-itrans', - 'esperant', - 'ethiop', - 'CSTeX', - 'serbian-lig', - 'cbcoptic', - 'espo', - 'Thai LaTeX', - 'shalom' - ] - }, - 'Output > - HTML' => { - '_packages_' => [ - 'typehtml', - 'latex2html', - 'GELLMU', - 'texi2www', - 'gladtex', - 'TeX Converter', - 'tex2page', - 'hyperlatex', - 'tex4ht', - 'texi2html', - 'tth' - ] - }, - 'Document types > - Theses' => { - '_packages_' => [ - 'Manuscript', - 'thesis' - ] - }, - 'Infrastructure > - Extensions' => { - '_packages_' => [ - 'alatex', - 'tex-gpc', - 'LamsTeX', - 'luatextra', - 'XeT-TeX', - 'eplain', - 'aleph', - 'omega', - 'NTS', - 'tie', - 'SciWordConv', - 'luamplib', - 'antomega', - 'luatex', - 'ant', - 'undump', - 'LaTeX-tds', - 'encTeX' - ] - }, - 'Non-english languages > - Chinese, Japanese, Korean' => { - '_packages_' => [ - 'xecjk', - 'zhspacing', - 'hlatex', - 'jsclasses', - 'oriental', - 'arphic', - 'ptex', - 'chitex', - 'japanese', - 'uhc', - 'ptex-texmf', - 'cjkpunct', - 'ctex', - 'cjk' - ] - }, - 'Page-focused > - Background' => { - '_packages_' => [ - 'draftwatermark', - 'backgrnd', - 'gradback', - 'bophook', - 'xwatermark', - 'draftcopy', - 'eso-pic', - 'background', - 'draftmark' - ] - }, - 'Graphics' => { - 'Postscript or PDF - graphics' => { - '_packages_' => [ - 'makeplot', - 'pdfcolparallel', - 'acroflex', - 'fragmaster', - 'flashmovie', - 'fldigigal', - 'epsfx', - 'texdraw', - 'pst-am', - 'pst2pdf', - 'epsdice', - 'pax', - 'mactotex', - 'graphicx-psmin', - 'psboxit', - 'animate', - 'epsfig', - 'pdftricks', - 'purifyeps' - ] - }, - '_packages_' => [ - 'graphicx', - 'graphics-pln', - 'bmpsize', - 'epsf', - 'movie15', - 'graphics' - ], - 'MetaFont or - Metapost' => { - '_packages_' => [ - 'gray', - 'mfpic', - 'testeq', - 'mf2tex', - 'exteps', - 'MPStoEPS', - 'MPEdit', - 'closefrm', - 'mkpic', - 'modes', - 'garrigues', - 'cm-pk', - 'mftinc', - '3DLDF', - 'metaobj', - 'MetaPlot', - 'textpath', - 'knuth-lib', - 'suanpan', - 'feynmf', - 'hatching', - 'piechartmp', - 'bpolynomial', - 'barcodes-vulis', - 'dviincl', - 'drawing', - 'METATeX', - 'meper', - 'feyn', - 'mpgraphics', - 'txp', - 'drv', - 'diagramf', - 'timing', - 'threeddice', - 'automata', - 'gmp', - 'interpol', - 'm3D', - 'epsfview', - 'metapost', - 'venn', - 'cm-gf', - 'epsincl', - 'splines', - 'cmarrows', - 'labtex', - 'mpattern', - 'fmp', - 'featpost', - 'Metafont', - 'truchet', - 'mfware', - 'metapost-matlab', - 'gpdata', - 'blockdraw_mp', - 'threed', - 'latexMP' - ] - }, - 'Inside - TeX' => { - '_packages_' => [ - 'tkz-euclide', - 'pgf-soroban', - 'curves', - 'pst-eucl', - 'tikz-timing', - 'psbao', - 'pst-sigsys', - 'gnuplottex', - 'bar', - 'pst-coil', - 'sketch', - 'pstricks-add', - 'treetex-plain', - 'tkz-fct', - 'diagxy', - 'pst-knot', - 'plantslabels', - 'chronology', - 'pst-text', - 'pst-platon', - 'dratex', - 'tikz-qtree', - 'dirtree', - 'qobitree', - 'numericplots', - 'tikz-3dplot', - 'schemabloc', - 'feynman', - 'tkz-base', - 'productbox', - 'baum', - 'egplot', - 'context-construction-plan', - 't-angles', - 'eepic', - 'pst-barcode', - 'barkom', - 'pst-mirror', - 'emp', - 'pst-graphicx', - 'pst-infixplot', - 'pictex-autoarea', - 'qtree', - 'pictex2', - 'tkz-tab', - 'pst-grad', - 'curve2e', - 'xetex-pstricks', - 'pst-fr3d', - 'pst-3d', - 'expressg', - 'pict2e', - 'pst-fun', - 'epic', - 'pst-electricfield', - 'pstricks', - 'gl-tree', - 'pst-soroban', - 'pst-qtree', - 'pst-fractal', - 'treesvr', - 'dyntree', - 'pst-bezier', - 'pst-2dplot', - 'makebarcode', - 'code128', - 'm-pictex', - 'logsys', - 'xypic', - 'sseq', - 'coordsys', - 'texpictex', - 'upca', - 'graphpap', - 'pst-3dplot', - 'pst-tvz', - 'randomwalk', - 'pst-node', - 'pst-tree', - 'mathspic', - 'pst-gantt', - 'pmgraph', - 'pst-fill', - 'pst-blur', - 'pst-math', - 'dottex', - 'pst-layout', - 'PicTeX', - 'autopict', - 'pst-func', - 'pst-bspline', - 'pst-thick', - 'sparklines', - 'docmute', - 'ecltree', - 'pst-vue3d', - 'pgf', - 'timeline', - 'RRGtrees', - 'eppstein-trees', - 'picmac', - 'pst-ob3d', - 'sdrt', - 'flow', - 'mandel', - 'pst-solides3d', - 'logpap', - 'ebezier', - 'pictexwd', - 'scalebar', - 'bez123', - 'eltex', - 'syngen', - 'Swimgraf', - 'pst-magneticfield', - 'pst-geo', - 'pst-cox', - 'pst-poly', - 'pst-gr3d', - 'dot2texi', - 'progressbar', - 'clock', - 'pst-slpe', - 'pgf-umlsd', - 'tikz-inet', - 'Petri-nets', - 'bardiag', - 'fchart', - 'fastpictex', - 'pst-light3d', - 'histogr' - ] - } - }, - 'Page-focused > - Color' => { - '_packages_' => [ - 'contour', - 'xcolor', - 'colorinfo', - 'truecols', - 'chroma', - 'colorwav', - 'transparent', - 'cmyk-hax', - 'xecolour', - 'colordvi', - 'colortab', - 'dvipscol', - 'colors', - 'luacolor', - 'color', - 'svgcolor', - 'colorsep', - 'RGB', - 'colortex' - ] - }, - 'Page-focused > - Lists' => { - '_packages_' => [ - 'enumerate', - 'paralist', - 'todo', - 'greekctr', - 'outline', - 'easylist', - 'outlines', - 'sitem', - 'listliketab', - 'enumspec', - 'deflist', - 'grnumalt', - 'autolist', - 'shortlst', - 'eqlist', - 'tablists', - 'desclist', - 'sentences', - 'etaremune', - 'enumitem-zref', - 'bullcntr', - 'revnum', - 'expdlist', - 'enumitem' - ] - }, - 'Page-focused > - Captions' => { - '_packages_' => [ - 'mcaption', - 'fltpage', - 'caption', - 'topcapt', - 'ccaption', - 'sidecap', - 'hangcaption', - 'ftcap', - 'caption2', - 'multicap', - 'figcaps', - 'zaccone', - 'captcont', - 'captdef', - 'capt-of', - 'hypcap', - 'boxhandler' - ] - }, - 'Document parts > - Appendix' => { - '_packages_' => [ - 'appendix' - ] - }, - 'Page-focused > - Paragraphs' => { - '_packages_' => [ - 'rjlparshap', - 'paragraphs', - 'insbox', - 'shapepar', - 'context-lettrine', - 'tabto-generic', - 'shapepatch', - 'parskip', - 'infpic', - 'picins', - 'varindent', - 'lettrine', - 'hanging', - 'cutwin', - 'secret', - 'nccparskip', - 'wrapfig', - 'setspace', - 'window', - 'fancypar', - 'tabto for LaTeX.', - 'invertedparagraphs', - 'picinpar', - 'dropcaps', - 'firstline' - ] - }, - 'Tools > - Spell-checkers' => { - '_packages_' => [ - 'vmspell', - 'excalibur', - 'texspell', - 'ispell', - 'amspell', - 'aspell', - 'fourspell' - ] - }, - 'Documentation > - Other' => { - '_packages_' => [ - 'ltnews', - 'ntg', - 'dante-book-reviews', - 'pauldoc', - 'amsmath-it', - 'ruler', - 'lgc-examples', - 'presentations', - 'LaTeX-brochure', - 'texdoctk', - 'templates-sommer', - 'aro-bend', - 'XeTeXref', - 'docstrip', - 'ntsfaq', - 'book-examples', - 'germdoc', - 'impatient', - 'tlc2-examples', - 'hypdoc', - 'bibtex-test', - 'ttn', - 'TeX-mag', - 'tugboat-toc', - 'pstricks-examples', - 'ntg-maps', - 'dvistd', - 'l2picfaq', - 'lgc2-examples', - 'Portable MikTeX', - 'MemoirChapterStyles', - 'latex-bib-ex', - 'ttf-howto', - 'free-math-font-survey', - 'faq-de', - 'comp-fonts-FAQ', - 'latex-tabellen', - 'blackboard', - 'babel-doc', - 'biblio', - 'bibtex-examples', - 'PicTeXsum', - 'catalogue', - 'gmdoc-enhance', - 'pst-eucl-translation-bg', - 'tipos', - 'dox', - 'fancyfolien', - 'UK-TeX', - 'vf-knuth', - 'testmath', - 'latex-doc', - 'docmfp', - 'TeXhax', - 'geometry-de', - 'Il sistema PSfrag', - 'tabulars-e', - 'firststeps-xampl', - 'webguide', - 'grfguide', - 'ctex-faq', - 'ydoc', - 'dvips-shell', - 'lwc-examples', - 'doc-k', - 'tkz-doc', - 'templates-fenn', - 'csname-doc', - 'examplep', - 'tip', - 'ascii-chart', - 'math-into-latex-4', - 'texbuch', - 'maths-symbols', - 'koma-script-examples', - 'NTS-L', - 'mil3', - 'PWT', - 'lb2-examples', - 'doc-pictex', - 'math-e', - 'xetexfontinfo', - 'faq-fr', - 'french-translations', - 'mathesatz-examples', - 'Metafont book', - 'sfwmac', - 'usrguide', - 'memdesign', - 'LaTeX-veryshortguide', - 'ltt', - 'mpman-ru', - 'encguide', - 'around-the-bend', - 'textoolspro', - 'fntguide', - 'tex-implementors', - 'translation-pst-jtree-de', - 'titlepages', - 'voss-mathmode', - 'translation-footmisc-de', - 'blanks', - 'LaTeX-Referenz', - 'scriptfonts', - 'faq-es', - 'mil', - 'tbe', - 'modguide', - 'cyrmemo', - 'example', - 'wp-conv', - 'TeXline', - 'asymptote-faq-zh-cn', - 'typespec', - 'ltx3pub', - 'MetaPost examples', - 'cyrguide', - 'free-math-font-survey-vn', - 'compsci', - 'fontsampler', - 'Knuth-errata', - 'amslatexdoc-vietnamese', - 'csquotes-de', - 'dvitype' - ] - }, - 'Page-focused > - Other' => { - '_packages_' => [ - 'dashrule', - 'comment-pln', - 'needspace', - 'metainfo', - 'nextpage', - 'stdpage', - 'semioneside', - 'comment', - 'prettyref', - 'pst-abspos', - 'eemeir', - 'afterpage', - 'slemph', - 'formular', - 'tocenter', - 'ulem', - 'csquotes', - 'figflow', - 'errata', - 'attrib', - 'watermark', - 'border', - 'evautofl', - 'ntabbing', - 'sublabel', - 'dialogue', - 'relsize', - 'lscape', - 'midpage', - 'tabbing', - 'indent', - 'vruler', - 'altnline', - 'zwpagelayout', - 'ed', - 'menu', - 'texlogos', - 'lineno', - 'wallpaper', - 'pos-at', - 'swrule', - 'xcomment', - 'todonotes', - 'prelim', - 'chgbar', - 'lipsum', - 'nccrules', - 'stubs', - 'annotation-pkg', - 'ncccropmark', - 'dashundergaps' - ] - }, - 'Document types > - Books' => { - '_packages_' => [ - 'NCC-LaTeX', - 'octavo', - 'bookest' - ] - }, - 'Fonts > - Other' => { - '_packages_' => [ - 'frenchquote', - 'halftone', - 'hands', - 'fakebold', - 'allrunes', - 'varisize', - 'sans', - 'figbas', - 'cirth', - 'realscripts', - 'euxunicode', - 'everysel' - ] - }, 'Fonts' => { 'Text body fonts' => { @@ -38678,14 +36540,94 @@ $taxonomy = { ] } }, - 'Non-english languages > - French' => { + 'Document types > + Other' => { '_packages_' => [ - 'context-french', - 'mafr', - 'efrench', - 'frenchpro', - 'frenchle' + 'lextex', + 'mpdinbrief', + 'knst', + 'a0poster', + 'geomsty', + 'sf298', + 'euproposal', + 'fax', + 'wordlike', + 'facsimile', + 'bookform', + 'erdc', + 'macqassign', + 'lexikon', + 'mwcls', + 'milstd', + 'estcpmm' + ] + }, + 'Page-focused > + Tables' => { + '_packages_' => [ + 'threeparttable', + 'bigstrut', + 'longtable', + 'tabls', + 'tap', + 'dectab', + 'hvdashln', + 'dateiliste', + 'bigtabular', + 'boldline', + 'dcolumn', + 'slashbox', + 'bigtable', + 'threeparttablex', + 'ltablex', + 'hhline', + 'ltabptch', + 'variations', + 'sltables', + 'stabular', + 'polytable', + 'ltxtable', + 'maketable', + 'tabularx', + 'phoncard', + 'spreadtab', + 'tabularht', + 'rccol', + 'gentabtex', + 'treedef', + 'easytable', + 'cellspace', + 'tabularborder', + 'booktabs', + 'colortbl', + 'tab4tex', + 'mdwtab', + 'ot-tableau', + 'ltcaption', + 'pgfplots', + 'cellular', + 'stables', + 'btable', + 'cals', + 'ctable', + 'autotab', + 'xtab', + 'tabu', + 'blkarray', + 'booktabs-fr', + 'Array Maker', + 'warpcol', + 'tabularkv', + 'Excel-to-LaTeX', + 'tabularew', + 'widetable', + 'multirow', + 'supertabular', + 'ruled-tables', + 'sgame', + 'makecell', + 'tabulary', + 'booktabs-de' ] }, 'Programming in TeX' => { @@ -38767,6 +36709,41 @@ $taxonomy = { ] } }, + 'Graphics > + Other' => { + '_packages_' => [ + 'pointruler', + 'yt4pdf', + 'barcodes', + 'pinlabel', + 'asyfig', + 'FigSize', + 'nccpic', + 'pawpict', + 'floatflt', + 'GuITlogo', + 'hilowres', + 'fullpict', + 'overpic', + 'asymptote', + 'combinedgraphics', + 'boxedart4mac', + 'MiniPlot', + 'boxedeps', + 'tiff', + 'sprite', + 'degrade', + 'ean13isbn', + 'icons', + 'jpgfdraw', + 'pst-plot', + 'esk', + 'grfpaste', + 'limap', + 'keystroke', + 'xetex-def' + ] + }, 'Page-focused > Verbatim' => { '_packages_' => [ @@ -38816,6 +36793,457 @@ $taxonomy = { 'amiweb2c' ] }, + 'Document parts > + Bibliography' => { + 'Bibliographic styles' => { + '_packages_' => [ + 'dinat', + 'jmb', + 'abstyles-orig', + 'nar', + 'chicago', + 'decsci', + 'easybib', + 'biblatex-mla', + 'perception', + 'hellas', + 'aaai-named', + 'swebib', + 'development', + 'alphanumb', + 'humannat', + 'dk-bib', + 'persian-bib', + 'chicago-annote', + 'is-bst', + 'mlbib', + 'catalanbib', + 'wmaainf', + 'apabst', + 'bibarts', + 'Econometrica', + 'biblatex-chicago', + 'apalike2', + 'ecclesiastic', + 'finplain', + 'biblatex-ieee', + 'biblatex-historian', + 'jneurosci', + 'norbib', + 'newapa', + 'biblatex-nature', + 'plainyr', + 'biblatex-science', + 'custom-bib', + 'jphysiol', + 'getrefs', + 'biblatex-authoryear-icomp-tt', + 'bibleref', + 'biblatex-apa', + 'PNAS', + 'phy-bstyles', + 'ascelike', + 'biblatex-philosophy', + 'jas99_m', + 'jbact', + 'authordate', + 'biblatex-dw', + 'alphanum-bst', + 'jqt1999', + 'named', + 'biblatex-jura', + 'din1505', + 'annotate', + 'humanbio', + 'jtb', + 'chicagoa', + 'oxford', + 'rsc', + 'bib-greek', + 'showtags', + 'jcc', + 'spain', + 'uni-wtal-ger', + 'CJ', + 'historische-zeitschrift', + 'iopart-num', + 'aichej', + 'apacite', + 'biblatex-chem', + 'fbs', + 'munich', + 'annotation', + 'automatica', + 'chbibref', + 'gost', + 'IEEEannot', + 'abstyles-babel', + 'ijqc', + 'ecta', + 'neuron', + 'bib-fr', + 'these', + 'economic', + 'natbib', + 'hypernat', + 'Vancouver', + 'jtbnew', + 'sort-by-letters' + ] + }, + 'Others' => { + '_packages_' => [ + 'bibtopicprefix', + 'footbib', + 'chapterbib', + 'margbib', + 'namunsrt', + 'bibunits', + 'bibtopic', + 'authorindex', + 'librarian', + 'notes2bib', + 'doipubmed', + 'titles', + 'urlbst', + 'bibplain', + 'backref' + ] + }, + '_packages_' => [ + 'babelbib', + 'chapref', + 'bibtex', + 'crosstex', + 'multibbl', + 'noTeX', + 'amsrefs', + 'biblatex', + 'bibtex8bit', + 'compactbib', + 'multibib', + 'bibmods' + ] + }, + 'Tools' => { + 'Document + management' => { + '_packages_' => [ + 'latex-make', + 'check', + 'proof', + 'askinclude', + 'svn-prov', + 'refcheck', + 'texdiff', + 'texdirflatten', + 'latexdiff', + 'testflow', + 'ldiff', + 'texlog_extract', + 'AutoLaTeX', + 'texdepend', + 'LaTeX for Autoconf', + 'rerunfilecheck', + 'texref', + 'tex_it', + 'subfiles', + 'runtex', + 'frankenbundle', + 'svn', + 'rake4latex', + 'rcs', + 'flatten', + 'lacheck', + 'prv', + 'TVS', + 'latexpand', + 'ShLaTeX', + 'vc', + 'mk', + 'ltxdiff', + 'lintex', + 'progress', + 'rcs-pln', + 'mkjobtexmf', + 'logreq', + 'match_parens', + 'includex', + 'ctanify', + 'flatex', + 'getfileversion', + 'texdeps', + 'censor', + 'changes', + 'latexmk', + 'bundledoc', + 'svn-multi', + 'latexn', + 'import', + 'arlatex', + 'snapshot', + 'make_latex', + 'mylatex', + 'ltxinput', + 'cms4talks', + 'Imake-TeX', + 'texi2dvi-latest', + 'ant-worker-tasks', + 'rcs-multi', + 'chapterfolder', + 'LatexPaper', + 'stampinclude', + 'latexmake', + 'svninfo', + 'qstest', + 'subdocs', + 'rcsinfo', + 'syntonly', + 'artex', + 'go-make' + ] + }, + 'Editors and + shells' => { + '_packages_' => [ + 'TeXmacs', + 'LaTexMng', + 'MicroIMP', + 'context-vim', + 'epmtfe', + 'lyx', + 'alpha', + 'texshell32', + 'dinbrief-gui', + 'meta-mode', + 'LaTeX-WIDE', + 'yi4latex', + 'latex4jed', + 'gv', + 'auctex', + 'NEdit-LaTeX-Extensions', + 'XteXShell', + 'pmcstex', + 'LaTable', + 'tsconfig', + 'xpdf', + 'WinEdt', + 'xtem', + 'MathType', + 'gv-savepos', + 'nicetext', + 'MathSpad', + 'filehdr', + 'latexwizard', + 'ftetx', + 'Sikumuna', + 'javascript_TeXed', + 'scientificauthor', + 'brief_t', + 'kile', + 'LaTeXPiX', + 'jlm', + 'pagedraw', + 'latexcad', + 'ratexdb', + 'iTe', + 'winlatex', + 'gsview', + 'vpe', + 'vpp', + 'gbrief-creator', + 'TeXnicCenter', + 'word2tex', + 'TeXshell', + 'tcltexed', + 'tkdvi', + 'Ultra-TeX', + 'windvi', + 'WinTeX XP', + 'u8tex', + 'shortcuttool', + 'eukleides', + 'visualtex', + 'pst-support', + 'xlatex', + 'latexdraw', + 'SmileTeX', + 'equationauthor', + 'firefox_ctan_plugins', + 'winshell', + 'synctex-parser', + 'swiftex', + 'texlipse', + 'KTeXShell', + 'ISO-TeX', + 'LEd', + 'texshop' + ] + }, + 'Bibliography + managers' => { + '_packages_' => [ + 'biblos', + 'references', + 'JavaBib', + 'jabref', + 'docarc', + 'bibexport', + 'bibcard', + 'bibview-x', + 'bibhtml', + 'bibdb', + 'ebib', + 'Synapsen', + 'listbib', + 'jurabib', + 'camel', + 'bibfind', + 'obas', + 'bibtexmng', + 'xbibtex', + 'macbibtex', + 'Bibex', + 'JBibtexManager', + 'tkbibtex', + 'BiBLE', + 'printbib', + 'bibextract', + 'BibTeX Database Generator', + 'mrcheckbib', + 'xbibfile', + 'biblook' + ] + }, + 'Word + counting' => { + '_packages_' => [ + 'wordcount', + 'TeXcount', + 'latexcount' + ] + }, + 'Bibliographic + manipulation' => { + '_packages_' => [ + 'pybib', + 'biblist', + 'bibcheck', + 'isi2bibtex', + 'splitbib', + 'directory', + 'biblio-perl', + 'pybliographer', + 'alphabib', + 'bibutils', + 'findbib', + 'bibfile-reformat-pages', + 'biber', + 'tex2bib', + 'pydocstrip', + 'bibclean', + 'bibweb', + 'bibsort', + 'EndNote2bib', + 'mab2bib', + 'ams2bib', + 'bib2dvi', + 'Orderer', + 'refer', + 'refer-tools', + 'bibtool', + 'bibindex', + 'tib', + 'r2bib', + 'qbibman', + 'bibtools', + 'bibbuild', + 'rfc2bib', + 'bib2xhtml', + 'fixbbl', + 'bib2ml', + 'bbl2html', + 'text2bib', + 'bidstobibtex', + 'arXivBib', + 'bibview', + 'isi2bib-vim', + 'orderrefs', + 'lookbibtex', + 'mathscinet', + 'btOOL', + 'mathsci2bibtex' + ] + }, + 'DVI + manipulation' => { + '_packages_' => [ + 'dviconcat', + 'dvipaste', + 'BSR2dvi', + 'dvicopy', + 'dtl', + 'dvidvi', + 'dvibook', + 'dviasm', + 'dvichk', + 'dvii' + ] + }, + 'Convert + formats' => { + '_packages_' => [ + 'texperf', + 'tex2word', + 'rtf2latex2e', + 'epspdfconversion', + 'ltx2x', + 'easyLaTeX', + 'csx', + 'bit2spr', + 'catdoc', + 'tex2rtf', + 'Exceltex', + 'a2ping', + 'rnototex', + 'epspdf-extra', + 'mif2xfig', + 'word2x', + 'untex', + 'ps_conv', + 'xl2latex', + 'de-macro', + 'texi2roff', + 'txt2tex', + 'eps2pdf', + 'Word to LaTeX', + 'epspdf', + 'tex2ltx', + 'tr2latex', + 'WP2LaTeX', + 'detex', + 'convert', + 'delimtxt', + 'rtf2tex', + 'Midi2TeX/Free', + 'html2latex', + 'txt2latex', + 'fotex', + 's2latex', + 'nb4latex', + 'utf2any', + 'epstopdf', + 'ltx2rtf', + 'csv2latex', + 'epstool', + 'transfig', + 'escapeTeXt', + 'mctex', + 'tex2mail', + 'WordML2LaTeX' + ] + } + }, 'Output' => { 'PDF, PostScript' => { @@ -38907,25 +37335,6 @@ $taxonomy = { 'gmverse' ] }, - 'Non-english languages > - Indian languages' => { - '_packages_' => [ - 'EBONG', - 'bengali-pandey', - 'bangtex', - 'adami', - 'wntamil', - 'devanagari-omega', - 'sinhala', - 'devanagari', - 'tamil-omega', - 'itrans-processor', - 'arosgn', - 'sanskrit', - 'malayalam-omega', - 'xetex-devanagari' - ] - }, 'Infrastructure' => { 'Current systems' => { @@ -38952,6 +37361,85 @@ $taxonomy = { ] } }, + 'Document parts' => { + 'Table of + contents' => { + '_packages_' => [ + 'titletoc', + 'autotoc', + 'longtocline', + 'tocbibind', + 'multitoc', + 'minitoc', + 'toc', + 'shorttoc' + ] + }, + 'Chapters + and Sections' => { + '_packages_' => [ + 'bsheaders', + 'texilikechaps', + 'alphanum', + 'automagic', + 'anonchap', + 'gettitlestring', + 'epigram', + 'sectsty', + 'sectionbox', + 'titlesec', + 'thumby', + 'secdot', + 'quotchap', + 'alnumsec', + 'chappg', + 'bits', + 'sfheaders', + 'fncychap', + 'outliner', + 'titleref', + 'nccsect', + 'tocvsec2', + 'topsection', + 'varsects', + 'section', + 'indentfirst', + 'sshdbk10', + 'fancychapters' + ] + } + }, + 'Page-focused > + Floats' => { + '_packages_' => [ + 'subfigmat', + 'graphfig', + 'subfloat', + 'figplace', + 'subfig', + 'float', + 'photo', + 'placeins', + 'morefloats', + 'hvfloat', + 'floatrow', + 'stfloats', + 'here', + 'trivfloat', + 'placeins-plain', + 'nonfloat', + 'dblfloatfix', + 'rotfloat', + 'floatpag', + 'subfigure', + 'dpfloat', + 'endfloat', + 'topfloat', + 'nccfloats', + 'side', + 'dmhgener' + ] + }, 'Programming in TeX' => { '_packages_' => [ @@ -38994,6 +37482,31 @@ $taxonomy = { 'crudetype' ] }, + 'Tools > + Other' => { + '_packages_' => [ + 'lua-alt-getopt', + 'scientificviewer', + 'fourproject', + 'LaTeXDB', + 'xpdfopen', + 'oletex', + 'pdfjam', + 'xetal', + 'lgrind', + 'lualibs', + 'fig2sty', + 'pssplit', + 'texfilt', + 'hoffset-voffset', + 'texloganalyser', + 'ltoh', + 'techexplorer', + 'SQLTeX', + 'fileinfo', + 'LatexRender' + ] + }, 'Page-focused' => { 'Headers and footers' => { @@ -39169,6 +37682,230 @@ $taxonomy = { ] } }, + 'Programming in TeX > + Programming structures' => { + '_packages_' => [ + 'chktex', + 'mdwlist', + 'optparams', + 'substr', + 'bitset', + 'mlist', + 'kvsetkeys', + 'etexcmds', + 'lcg', + 'stdclsdv', + 'mwrite', + 'lambda-lists', + 'xparse', + 'texsort', + 'perltex', + 'makecmds', + 'xargs', + 'luacode', + 'wright', + 'exp-testopt', + 'pgfkeys', + 'forarray', + 'ltxnew', + 'arrayjobx', + 'redefine', + 'patchcmd', + 'optional', + 'blkcntrl', + 'stack', + 'arrayjob', + 'pgfopts', + 'multido', + 'trigonometry', + 'xfor', + 'locality', + 'random', + 'db', + 'xkvview', + 'laansort', + 'xifthen', + 'repeat', + 'trig', + 'pst-xkey', + 'xkeyval', + 'clefval', + 'skeycommand', + 'kvoptions', + 'newcommand', + 'boolexpr', + 'moredefs', + 'hackalloc', + 'skeyval', + 'ifthen', + 'compare', + 'yax', + 'kvdefinekeys', + 'robustcommand', + 'coolstr', + 'namespc', + 'stringstrings', + 'showdim', + 'show2e', + 'keycommand', + 'ltxcmds', + 'lazylist', + 'coollist', + 'xesearch', + 'forloop', + 'keyval' + ] + }, + 'Document parts > + Other' => { + '_packages_' => [ + 'toc-zar', + 'sc21', + 'coverpage', + 'losymbol', + 'nomencl', + 'titling', + 'nomentbl', + 'symbolindex', + 'texi-like cover', + 'listofsymbols', + 'smalltableof', + 'evenpage', + 'annot-pro', + 'tocloft', + 'plates', + 'rectopma', + 'titlepic', + 'authblk', + 'volumes' + ] + }, + 'Non-English languages > + Indian languages' => { + '_packages_' => [ + 'xetex-devanagari' + ] + }, + 'Document parts > + Index' => { + '_packages_' => [ + 'xindy', + 'idxtex', + 'makeidx', + 'index', + 'makeindex', + 'makeindexk', + 'forindex', + 'esindex', + 'hvindex', + 'genindex', + 'greek-makeindex', + 'lamstex-index', + 'idxlayout', + 'xeindex', + 'multind', + 'splitindex', + 'repeatindex', + 'spotcolor', + 'addindex', + 'ltxindex', + 'imakeidx', + 'indxcite', + 'toolbox', + 'robustindex', + 'texindex', + 'luaindex', + 'varindex' + ] + }, + 'Documentation > + Tutorial' => { + '_packages_' => [ + 'epslatex', + 'maad', + 'latex-course', + 'lshort-japanese', + 'lshort-persian', + 'xypic-tut-pt', + 'presfull', + 'lshort-italian', + 'fontinstallationguide', + 'gleitobjekte', + 'GuIT-corso', + 'first-latex-doc', + 'lshort-spanish', + 'l2tabu-french', + 'guia-bibtex', + 'typografie', + 'cursolatex', + 'lshort-vietnamese', + 'lshort-portuguese-br', + 'lshort-korean', + 'patgen2-tutorial', + 'How to Package Your LaTeX Package', + 'apprends-latex', + 'metafont-beginners', + 'asymptote-manual-zh-cn', + 'pdf-forms-tutorial', + 'l2tabu', + 'turkishintro', + 'lshort-polish', + 'lshort-bulgarian', + 'vf-howto', + 'lshort-ukr', + 'anleitung', + 'MFwL', + 'lshort-turkish', + 'lshort-german', + 'asymptote-by-example-zh-cn', + 'texmalli', + 'beamer-tut-pt', + 'lshort-portuguese', + 'lshort-zh-cn', + 'latex4wp-it', + 'voss-mathcol', + 'latex-doc-ptr', + 'latex4wp', + 'tex-overview', + 'lshort-mongolian', + 'svg-inkscape', + 'lkort', + 'l2tabu-english', + 'intro-scientific', + 'DTX gallery', + 'lshort', + 'lshort-mongol', + 'gentl-gr', + 'neufont', + 'components', + 'lshort-slovak', + 'tabsatz', + 'fepslatex', + 'pstricks-calcnotes', + 'lshort-finnish', + 'simplified-latex', + 'lshort-russian', + 'amslatex-primer', + 'grafik', + 'fonteinf', + 'lshort-english', + 'context-notes-zh-cn', + 'latex-notes-zh-cn', + 'metafp', + 'lshort-slovenian', + 'lualatex-doc', + 'TameTheBeast', + 'lshort-french', + 'gentle', + 'latex-essential', + 'lshort-dutch', + 'context-top-ten', + 'beginlatex', + 'lshort-thai', + 'l2tabu-italian', + 'l2tabu-spanish' + ] + }, 'Document types' => { '_packages_' => [ @@ -39178,6 +37915,60 @@ $taxonomy = { 'memoir' ] }, + 'Document types > + Letters' => { + '_packages_' => [ + 'address', + 'bellmac', + 'envbig', + 'C.D.P. Bundle', + 'context-letter', + 'koma-script-sfs', + 'newlfm', + 'envlab', + 'shsulet', + 'postcards', + 'serial', + 'chletter', + 'lxmail', + 'frletter', + 'isodoc', + 'envelope', + 'letter', + 'chextras', + 'beletter', + 'knuth-letter', + 'textmerg', + 'laletter', + 'lettre', + 'block', + 'akletter', + 'formlett', + 'fribrief', + 'dinbrief', + 'gtex-letter', + 'mailing', + 'letter1', + 'letter-plain', + 'fullblck', + 'lettermac', + 'mailmerge', + 'g-brief', + 'merge' + ] + }, + 'Non-English languages > + Russian' => { + '_packages_' => [ + 'russ' + ] + }, + 'Non-English languages > + Spanish' => { + '_packages_' => [ + 'spanglish' + ] + }, 'Literate programming' => { '_packages_' => [ @@ -39292,42 +38083,42 @@ $taxonomy = { 'soul' ] }, - 'Non-english languages > - German' => { + 'Non-English + languages' => { '_packages_' => [ - 'telprint', - 'german', - 'rmligs', - 'juraabbrev', - 'ngerman', - 'germkorr', - 'ginpenc', - 'delig' + 'bidi' ] }, 'Output > - DVI' => { + HTML' => { '_packages_' => [ - 'qms', - 'dvgtk', - 'dvgt', - 'dvi2tty', - 'xdvi', - 'dviout', - 'mdvi', - 'dvi2ln3', - 'DVItoLN03', - 'ln03dvi', - 'textool', - 'Beebe-DVI', - 'vrsion', - 'ivd2dvi', - 'dvi2xx', - 'dviwin', - 'dvimerge', - 'dviljk', - 'javaDVI', - 'tmview' + 'typehtml', + 'latex2html', + 'GELLMU', + 'texi2www', + 'gladtex', + 'TeX Converter', + 'tex2page', + 'hyperlatex', + 'tex4ht', + 'texi2html', + 'tth' + ] + }, + 'Document types > + Theses' => { + '_packages_' => [ + 'Manuscript', + 'thesis' + ] + }, + 'Other' => { + '_packages_' => [ + 'acronym', + 'acronym209', + 'acroterm', + 'blowup', + 'bibleref-parse' ] }, 'Document types' => { @@ -39826,13 +38617,29 @@ $taxonomy = { ] } }, - 'Other' => { + 'Output > + DVI' => { '_packages_' => [ - 'acronym', - 'acronym209', - 'acroterm', - 'blowup', - 'bibleref-parse' + 'qms', + 'dvgtk', + 'dvgt', + 'dvi2tty', + 'xdvi', + 'dviout', + 'mdvi', + 'dvi2ln3', + 'DVItoLN03', + 'ln03dvi', + 'textool', + 'Beebe-DVI', + 'vrsion', + 'ivd2dvi', + 'dvi2xx', + 'dviwin', + 'dvimerge', + 'dviljk', + 'javaDVI', + 'tmview' ] }, 'Document parts > @@ -39848,6 +38655,29 @@ $taxonomy = { 'glossary' ] }, + 'Infrastructure > + Extensions' => { + '_packages_' => [ + 'alatex', + 'tex-gpc', + 'LamsTeX', + 'luatextra', + 'XeT-TeX', + 'eplain', + 'aleph', + 'omega', + 'NTS', + 'tie', + 'SciWordConv', + 'luamplib', + 'antomega', + 'luatex', + 'ant', + 'undump', + 'LaTeX-tds', + 'encTeX' + ] + }, 'Graphics > Tools' => { '_packages_' => [ @@ -39932,21 +38762,265 @@ $taxonomy = { 'cep' ] }, - 'Non-english languages > - Spanish' => { + 'Page-focused > + Background' => { '_packages_' => [ - 'texemplar', - 'spanish', - 'spanish-mx', - 'spanglish' + 'draftwatermark', + 'backgrnd', + 'gradback', + 'bophook', + 'xwatermark', + 'draftcopy', + 'eso-pic', + 'background', + 'draftmark' ] }, + 'Graphics' => { + 'Postscript or PDF + graphics' => { + '_packages_' => [ + 'makeplot', + 'pdfcolparallel', + 'acroflex', + 'fragmaster', + 'flashmovie', + 'fldigigal', + 'epsfx', + 'texdraw', + 'pst-am', + 'pst2pdf', + 'epsdice', + 'pax', + 'mactotex', + 'graphicx-psmin', + 'psboxit', + 'animate', + 'epsfig', + 'pdftricks', + 'purifyeps' + ] + }, + '_packages_' => [ + 'graphicx', + 'graphics-pln', + 'bmpsize', + 'epsf', + 'movie15', + 'graphics' + ], + 'MetaFont or + Metapost' => { + '_packages_' => [ + 'gray', + 'mfpic', + 'testeq', + 'mf2tex', + 'exteps', + 'MPStoEPS', + 'MPEdit', + 'closefrm', + 'mkpic', + 'modes', + 'garrigues', + 'cm-pk', + 'mftinc', + '3DLDF', + 'metaobj', + 'MetaPlot', + 'textpath', + 'knuth-lib', + 'suanpan', + 'feynmf', + 'hatching', + 'piechartmp', + 'bpolynomial', + 'barcodes-vulis', + 'dviincl', + 'drawing', + 'METATeX', + 'meper', + 'feyn', + 'mpgraphics', + 'txp', + 'drv', + 'diagramf', + 'timing', + 'threeddice', + 'automata', + 'gmp', + 'interpol', + 'm3D', + 'epsfview', + 'metapost', + 'venn', + 'cm-gf', + 'epsincl', + 'splines', + 'cmarrows', + 'labtex', + 'mpattern', + 'fmp', + 'featpost', + 'Metafont', + 'truchet', + 'mfware', + 'metapost-matlab', + 'gpdata', + 'blockdraw_mp', + 'threed', + 'latexMP' + ] + }, + 'Inside + TeX' => { + '_packages_' => [ + 'tkz-euclide', + 'pgf-soroban', + 'curves', + 'pst-eucl', + 'tikz-timing', + 'psbao', + 'pst-sigsys', + 'gnuplottex', + 'bar', + 'pst-coil', + 'sketch', + 'pstricks-add', + 'treetex-plain', + 'tkz-fct', + 'diagxy', + 'pst-knot', + 'plantslabels', + 'chronology', + 'pst-text', + 'pst-platon', + 'dratex', + 'tikz-qtree', + 'dirtree', + 'qobitree', + 'numericplots', + 'tikz-3dplot', + 'schemabloc', + 'feynman', + 'tkz-base', + 'productbox', + 'baum', + 'egplot', + 'context-construction-plan', + 't-angles', + 'eepic', + 'pst-barcode', + 'barkom', + 'pst-mirror', + 'emp', + 'pst-graphicx', + 'pst-infixplot', + 'pictex-autoarea', + 'qtree', + 'pictex2', + 'tkz-tab', + 'pst-grad', + 'curve2e', + 'xetex-pstricks', + 'pst-fr3d', + 'pst-3d', + 'expressg', + 'pict2e', + 'pst-fun', + 'epic', + 'pst-electricfield', + 'pstricks', + 'gl-tree', + 'pst-soroban', + 'pst-qtree', + 'pst-fractal', + 'treesvr', + 'dyntree', + 'pst-bezier', + 'pst-2dplot', + 'makebarcode', + 'code128', + 'm-pictex', + 'logsys', + 'xypic', + 'sseq', + 'coordsys', + 'texpictex', + 'upca', + 'graphpap', + 'pst-3dplot', + 'pst-tvz', + 'randomwalk', + 'pst-node', + 'pst-tree', + 'mathspic', + 'pst-gantt', + 'pmgraph', + 'pst-fill', + 'pst-blur', + 'pst-math', + 'dottex', + 'pst-layout', + 'PicTeX', + 'autopict', + 'pst-func', + 'pst-bspline', + 'pst-thick', + 'sparklines', + 'docmute', + 'ecltree', + 'pst-vue3d', + 'pgf', + 'timeline', + 'RRGtrees', + 'eppstein-trees', + 'picmac', + 'pst-ob3d', + 'sdrt', + 'flow', + 'mandel', + 'pst-solides3d', + 'logpap', + 'ebezier', + 'pictexwd', + 'scalebar', + 'bez123', + 'eltex', + 'syngen', + 'Swimgraf', + 'pst-magneticfield', + 'pst-geo', + 'pst-cox', + 'pst-poly', + 'pst-gr3d', + 'dot2texi', + 'progressbar', + 'clock', + 'pst-slpe', + 'pgf-umlsd', + 'tikz-inet', + 'Petri-nets', + 'bardiag', + 'fchart', + 'fastpictex', + 'pst-light3d', + 'histogr' + ] + } + }, 'Document parts > Abstract' => { '_packages_' => [ 'abstract' ] }, + 'Document types > + Articles' => { + '_packages_' => [ + 'ntgclass' + ] + }, 'Page-focused > Citations' => { '_packages_' => [ @@ -39984,10 +39058,78 @@ $taxonomy = { 'showlabels' ] }, - 'Document types > - Articles' => { + 'Non-English languages > + French' => { '_packages_' => [ - 'ntgclass' + 'efrench' + ] + }, + 'Page-focused > + Color' => { + '_packages_' => [ + 'contour', + 'xcolor', + 'colorinfo', + 'truecols', + 'chroma', + 'colorwav', + 'transparent', + 'cmyk-hax', + 'xecolour', + 'colordvi', + 'colortab', + 'dvipscol', + 'colors', + 'luacolor', + 'color', + 'svgcolor', + 'colorsep', + 'RGB', + 'colortex' + ] + }, + 'Non-English languages > + Other' => { + '_packages_' => [ + 'bardi', + 'mnttex', + 'context-ruby', + 'tcvn', + 'romaniantex', + 'fixlatvian', + 'he-le-na', + 'esperant', + 'serbian-lig', + 'espo' + ] + }, + 'Page-focused > + Lists' => { + '_packages_' => [ + 'enumerate', + 'paralist', + 'todo', + 'greekctr', + 'outline', + 'easylist', + 'outlines', + 'sitem', + 'listliketab', + 'enumspec', + 'deflist', + 'grnumalt', + 'autolist', + 'shortlst', + 'eqlist', + 'tablists', + 'desclist', + 'sentences', + 'etaremune', + 'enumitem-zref', + 'bullcntr', + 'revnum', + 'expdlist', + 'enumitem' ] }, ' @@ -40066,6 +39208,34 @@ $taxonomy = { ] } }, + 'Page-focused > + Captions' => { + '_packages_' => [ + 'mcaption', + 'fltpage', + 'caption', + 'topcapt', + 'ccaption', + 'sidecap', + 'hangcaption', + 'ftcap', + 'caption2', + 'multicap', + 'figcaps', + 'zaccone', + 'captcont', + 'captdef', + 'capt-of', + 'hypcap', + 'boxhandler' + ] + }, + 'Document parts > + Appendix' => { + '_packages_' => [ + 'appendix' + ] + }, ' Distributions' => { '_packages_' => [ @@ -40289,16 +39459,46 @@ $taxonomy = { 'mempatch' ] }, - 'Non-english languages > - Russian' => { + 'Page-focused > + Paragraphs' => { '_packages_' => [ - 'xecyr', - 'eskdx', - 'eskd', - 'ascii-cyrillic', - 'russ', - 'rawprint', - 'lhcyr' + 'rjlparshap', + 'paragraphs', + 'insbox', + 'shapepar', + 'context-lettrine', + 'tabto-generic', + 'shapepatch', + 'parskip', + 'infpic', + 'picins', + 'varindent', + 'lettrine', + 'hanging', + 'cutwin', + 'secret', + 'nccparskip', + 'wrapfig', + 'setspace', + 'window', + 'fancypar', + 'tabto for LaTeX.', + 'invertedparagraphs', + 'picinpar', + 'dropcaps', + 'firstline' + ] + }, + 'Tools > + Spell-checkers' => { + '_packages_' => [ + 'vmspell', + 'excalibur', + 'texspell', + 'ispell', + 'amspell', + 'aspell', + 'fourspell' ] }, 'Subject-specific typesetting @@ -40742,13 +39942,189 @@ $taxonomy = { ] } }, - 'Non-english - languages' => { + 'Documentation > + Other' => { '_packages_' => [ - 'babeltools', - 'polyglossia', - 'babel', - 'bidi' + 'ltnews', + 'ntg', + 'dante-book-reviews', + 'pauldoc', + 'amsmath-it', + 'ruler', + 'lgc-examples', + 'presentations', + 'LaTeX-brochure', + 'texdoctk', + 'templates-sommer', + 'aro-bend', + 'XeTeXref', + 'docstrip', + 'ntsfaq', + 'book-examples', + 'germdoc', + 'impatient', + 'tlc2-examples', + 'hypdoc', + 'bibtex-test', + 'ttn', + 'TeX-mag', + 'tugboat-toc', + 'pstricks-examples', + 'ntg-maps', + 'dvistd', + 'l2picfaq', + 'lgc2-examples', + 'Portable MikTeX', + 'MemoirChapterStyles', + 'latex-bib-ex', + 'ttf-howto', + 'free-math-font-survey', + 'faq-de', + 'comp-fonts-FAQ', + 'latex-tabellen', + 'blackboard', + 'babel-doc', + 'biblio', + 'bibtex-examples', + 'PicTeXsum', + 'catalogue', + 'gmdoc-enhance', + 'pst-eucl-translation-bg', + 'tipos', + 'dox', + 'fancyfolien', + 'UK-TeX', + 'vf-knuth', + 'testmath', + 'latex-doc', + 'docmfp', + 'TeXhax', + 'geometry-de', + 'Il sistema PSfrag', + 'tabulars-e', + 'firststeps-xampl', + 'webguide', + 'grfguide', + 'ctex-faq', + 'ydoc', + 'dvips-shell', + 'lwc-examples', + 'doc-k', + 'tkz-doc', + 'templates-fenn', + 'csname-doc', + 'examplep', + 'tip', + 'ascii-chart', + 'math-into-latex-4', + 'texbuch', + 'maths-symbols', + 'koma-script-examples', + 'NTS-L', + 'mil3', + 'PWT', + 'lb2-examples', + 'doc-pictex', + 'math-e', + 'xetexfontinfo', + 'faq-fr', + 'french-translations', + 'mathesatz-examples', + 'Metafont book', + 'sfwmac', + 'usrguide', + 'memdesign', + 'LaTeX-veryshortguide', + 'ltt', + 'mpman-ru', + 'encguide', + 'around-the-bend', + 'textoolspro', + 'fntguide', + 'tex-implementors', + 'translation-pst-jtree-de', + 'titlepages', + 'voss-mathmode', + 'translation-footmisc-de', + 'blanks', + 'LaTeX-Referenz', + 'scriptfonts', + 'faq-es', + 'mil', + 'tbe', + 'modguide', + 'cyrmemo', + 'example', + 'wp-conv', + 'TeXline', + 'asymptote-faq-zh-cn', + 'typespec', + 'ltx3pub', + 'MetaPost examples', + 'cyrguide', + 'free-math-font-survey-vn', + 'compsci', + 'fontsampler', + 'Knuth-errata', + 'amslatexdoc-vietnamese', + 'csquotes-de', + 'dvitype' + ] + }, + 'Page-focused > + Other' => { + '_packages_' => [ + 'dashrule', + 'comment-pln', + 'needspace', + 'metainfo', + 'nextpage', + 'stdpage', + 'semioneside', + 'comment', + 'prettyref', + 'pst-abspos', + 'eemeir', + 'afterpage', + 'slemph', + 'formular', + 'tocenter', + 'ulem', + 'csquotes', + 'figflow', + 'errata', + 'attrib', + 'watermark', + 'border', + 'evautofl', + 'ntabbing', + 'sublabel', + 'dialogue', + 'relsize', + 'lscape', + 'midpage', + 'tabbing', + 'indent', + 'vruler', + 'altnline', + 'zwpagelayout', + 'ed', + 'menu', + 'texlogos', + 'lineno', + 'wallpaper', + 'pos-at', + 'swrule', + 'xcomment', + 'todonotes', + 'prelim', + 'chgbar', + 'lipsum', + 'nccrules', + 'stubs', + 'annotation-pkg', + 'ncccropmark', + 'dashundergaps' ] } } |