diff options
author | Karl Berry <karl@freefriends.org> | 2011-06-17 02:12:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-06-17 02:12:58 +0000 |
commit | 649f6cb2935b2844e99cd20f5577ac173f3ad367 (patch) | |
tree | b47bb4422e5b342e2e700284b47d3ac8a4b95ade /Master/texmf/scripts | |
parent | 0e3199d9461437d4476cc4e80d62b0e6da7858b7 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@23023 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-rw-r--r-- | Master/texmf/scripts/texlive/var/texcatalogue.keywords | 48 |
1 files changed, 40 insertions, 8 deletions
diff --git a/Master/texmf/scripts/texlive/var/texcatalogue.keywords b/Master/texmf/scripts/texlive/var/texcatalogue.keywords index 084f57db4c3..90ed45b4175 100644 --- a/Master/texmf/scripts/texlive/var/texcatalogue.keywords +++ b/Master/texmf/scripts/texlive/var/texcatalogue.keywords @@ -720,7 +720,7 @@ $taxonomy = { 'Mathematics (the subject)' ], 'context-vim' => [ - 'editing, graphical work environment' + 'computer code, verbatim text' ], 'malayalam-latex' => [ 'fonts, text', @@ -9158,6 +9158,9 @@ $taxonomy = { 'namespc' => [ 'macro programming' ], + 'verbments' => [ + 'computer code, verbatim text' + ], 'iopart-num' => [ 'bibliography, management', 'Physics, Chemistry, Biology' @@ -9309,6 +9312,9 @@ $taxonomy = { 'etex-pkg' => [ 'macro programming' ], + 'decorule' => [ + 'symbols, text' + ], 'stmaryrd' => [ 'Computer Science', 'fonts, mathematics' @@ -12935,8 +12941,8 @@ $taxonomy = { Uncharacterized', 'lua-alt-getopt' => ' Uncharacterized', - 'context-vim' => ' - Uncharacterized', + 'context-vim' => 'Subject-specific typesetting + > Computer science', 'hyphen-accent' => ' Uncharacterized', 'malayalam-latex' => ' @@ -18349,6 +18355,8 @@ $taxonomy = { Uncharacterized', 'namespc' => ' Uncharacterized', + 'verbments' => 'Subject-specific typesetting + > Computer science', 'lollipop' => ' Uncharacterized', 'iopart-num' => ' @@ -18439,6 +18447,8 @@ $taxonomy = { Uncharacterized', 'etex-pkg' => ' Uncharacterized', + 'decorule' => 'Graphics > + Other', 'stmaryrd' => ' Uncharacterized', 'mirr' => ' @@ -20949,8 +20959,8 @@ $taxonomy = { > Mathematics > Other', 'lua-alt-getopt' => 'Tools > Other', - 'context-vim' => 'Tools > Editors and - shells', + 'context-vim' => 'Page-focused > + Verbatim', 'hyphen-accent' => ' Uncharacterized', 'malayalam-latex' => 'Fonts > Text body @@ -26097,6 +26107,8 @@ $taxonomy = { tools', 'namespc' => 'Programming in TeX > Programming structures', + 'verbments' => 'Page-focused > + Verbatim', 'lollipop' => ' Uncharacterized', 'iopart-num' => 'Document parts > @@ -26185,6 +26197,8 @@ $taxonomy = { > Mathematics', 'etex-pkg' => 'Programming in TeX > Other', + 'decorule' => 'Fonts > Symbol + fonts', 'stmaryrd' => 'Fonts > Symbol fonts', 'mirr' => 'Output > PDF, @@ -31963,6 +31977,7 @@ $taxonomy = { 'marvosym', 'subscript', 'sueterlin', + 'decorule', 'txfontsb', 'bartel-chess-fonts', 'smartmn', @@ -32332,6 +32347,7 @@ $taxonomy = { 'llist', 'vrb', 'newverbs', + 'context-vim', 'verbatim-pln', 'listings', 'upquote', @@ -32381,6 +32397,7 @@ $taxonomy = { 'newalg', 'schemeweb', 'astyped', + 'verbments', 'Algorithm2e', 'verbatim', 'verbtim2', @@ -32581,7 +32598,6 @@ $taxonomy = { 'srcltx', 'LaTexMng', 'MicroIMP', - 'context-vim', 'epmtfe', 'vmspell', 'lyx', @@ -33543,6 +33559,12 @@ $taxonomy = { }, 'functionality' => {}, 'secondary' => { + 'Graphics > + Other' => { + '_packages_' => [ + 'decorule' + ] + }, 'Infrastructure > Extensions' => { '_packages_' => [ @@ -33786,7 +33808,6 @@ $taxonomy = { 'iso10303', 'noitcrul', 'lua-alt-getopt', - 'context-vim', 'hyphen-accent', 'malayalam-latex', 'softmaker-newcastle', @@ -37591,6 +37612,15 @@ $taxonomy = { ] } }, + 'Subject-specific typesetting + ' => { + 'Computer science' => { + '_packages_' => [ + 'context-vim', + 'verbments' + ] + } + }, 'Page-focused' => { 'Page geometry' => { @@ -38435,6 +38465,7 @@ $taxonomy = { 'cmastro', 'mathspec', 'sueterlin', + 'decorule', 'stmaryrd', 'txfontsb', 'bartel-chess-fonts', @@ -38686,6 +38717,7 @@ $taxonomy = { 'llist', 'vrb', 'newverbs', + 'context-vim', 'verbatim-pln', 'upquote', 'minted', @@ -38705,6 +38737,7 @@ $taxonomy = { 'cmtt', 'newalg', 'astyped', + 'verbments', 'verbatim', 'verbtim2', 'verbatim-gen', @@ -39012,7 +39045,6 @@ $taxonomy = { 'TeXmacs', 'LaTexMng', 'MicroIMP', - 'context-vim', 'epmtfe', 'lyx', 'alpha', |