diff options
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/doc/man/man1/texdoc.1 | 8 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/texdoc.man1.pdf | bin | 5462 -> 5363 bytes | |||
-rw-r--r-- | Master/texmf/doc/texdoc/News | 12 | ||||
-rw-r--r-- | Master/texmf/doc/texdoc/texdoc.pdf | bin | 208206 -> 206108 bytes | |||
-rw-r--r-- | Master/texmf/doc/texdoc/texdoc.tex | 86 | ||||
-rw-r--r-- | Master/texmf/scripts/texdoc/Data.meta.lua | 2201 | ||||
-rw-r--r-- | Master/texmf/scripts/texdoc/Data.tlpdb.lua | 16256 | ||||
-rw-r--r-- | Master/texmf/scripts/texdoc/alias.tlu | 36 | ||||
-rw-r--r-- | Master/texmf/scripts/texdoc/config.tlu | 24 | ||||
-rw-r--r-- | Master/texmf/scripts/texdoc/constants.tlu | 23 | ||||
-rw-r--r-- | Master/texmf/scripts/texdoc/functions.tlu | 18 | ||||
-rw-r--r-- | Master/texmf/scripts/texdoc/main.tlu | 15 | ||||
-rw-r--r-- | Master/texmf/scripts/texdoc/score.tlu | 86 | ||||
-rw-r--r-- | Master/texmf/scripts/texdoc/search.tlu | 565 | ||||
-rwxr-xr-x | Master/texmf/scripts/texdoc/texdoc.tlu | 45 | ||||
-rw-r--r-- | Master/texmf/scripts/texdoc/view.tlu | 35 | ||||
-rw-r--r-- | Master/texmf/texdoc/texdoc.cnf | 106 |
17 files changed, 19102 insertions, 414 deletions
diff --git a/Master/texmf/doc/man/man1/texdoc.1 b/Master/texmf/doc/man/man1/texdoc.1 index 66c870e46ff..68f71c8e5ee 100644 --- a/Master/texmf/doc/man/man1/texdoc.1 +++ b/Master/texmf/doc/man/man1/texdoc.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1. -.TH TEXDOC "1" "February 2010" "texdoc 0.66" "User Commands" +.TH TEXDOC "1" "February 2010" "texdoc 0.70" "User Commands" .SH NAME texdoc \- find & view documentation in TeX Live .SH SYNOPSIS @@ -39,12 +39,6 @@ Use plain lists, no interaction required. \fB\-M\fR, \fB\-\-machine\fR Machine\-readable output for lists (implies \fB\-I\fR). .TP -\fB\-a\fR, \fB\-\-alias\fR -Use the alias table. (default) -.TP -\fB\-A\fR, \fB\-\-noalias\fR -Don't use the alias table. -.TP \fB\-q\fR, \fB\-\-quiet\fR Suppress warnings and most error messages. .TP diff --git a/Master/texmf/doc/man/man1/texdoc.man1.pdf b/Master/texmf/doc/man/man1/texdoc.man1.pdf Binary files differindex 7cd2597aa2c..a125fb01e6f 100644 --- a/Master/texmf/doc/man/man1/texdoc.man1.pdf +++ b/Master/texmf/doc/man/man1/texdoc.man1.pdf diff --git a/Master/texmf/doc/texdoc/News b/Master/texmf/doc/texdoc/News index faca951b308..ad619ef593c 100644 --- a/Master/texmf/doc/texdoc/News +++ b/Master/texmf/doc/texdoc/News @@ -1,3 +1,15 @@ +Version 0.70 +------------ + +Use information from the TeX Live package database (some of it coming from the +CTAN catalogue) to improve search results. Display some of this information. + +Show the current settings in --help message. + +Misc. internal changes & fixes. + +Deprecate -a, --alias, -A, --noalias and alias_switch. + Version 0.66 ------------ diff --git a/Master/texmf/doc/texdoc/texdoc.pdf b/Master/texmf/doc/texdoc/texdoc.pdf Binary files differindex 7eff49cd9a1..6a5ace22009 100644 --- a/Master/texmf/doc/texdoc/texdoc.pdf +++ b/Master/texmf/doc/texdoc/texdoc.pdf diff --git a/Master/texmf/doc/texdoc/texdoc.tex b/Master/texmf/doc/texdoc/texdoc.tex index 47d92faf292..6e4389432a4 100644 --- a/Master/texmf/doc/texdoc/texdoc.tex +++ b/Master/texmf/doc/texdoc/texdoc.tex @@ -163,7 +163,7 @@ \subtitle{Find \& view documentation in \TeX\ Live} \author{\url{http://tug.org/texdoc/}\\ Manuel Pégourié-Gonnard} -\date{v0.66 2010-02-22} +\date{v0.70 2010-02-28} \begin{document} \VerbatimFootnotes @@ -207,7 +207,8 @@ Usually, \texdoc shows you only results it considers relevant. If there are no using the ``showall'' mode. (This implies using a menu rather than starting a viewer.) -You can select with command-line options: use ©texdoc «option» «name»© with +You can select the mode with command-line options: use +©texdoc «option» «name»© with one of the following options: ©-w© or ©--view© for view mode, ©-m© or ©--mixed© for mixed mode, ©-l© or ©--list© for list mode, ©-s© or ©--showall© for showall mode. @@ -317,7 +318,7 @@ about how a file can match keyword first (all matching is case-insensitive): (there is no space in file names in \TeX\ Live) and a subword is a substring both ends of which are a word boundary. \item The keyword can match ``exactly'' the file name: that is, the file - name is the keyword + and extension. + name is the keyword plus an extension. \end{enumerate} \subsection{Alias directives}\label{ss-alias} @@ -358,10 +359,6 @@ from begin applied for a particular keyword by saying ©stopalias «keyword»© in your personal configuration file. It will keep the aliases defined before this directive (if any) and prevent all further aliasing on this keyword. -If, for some reason, you want to prevent any alias from begin used for one -particular session of texdoc, you can use the ©-A© or ©--noalias© command-line -option (see~\ref{cl-a}). - \subsection{Score directives}\label{ss-score} \begin{htcode} @@ -456,35 +453,28 @@ item. -h, --help \end{cmdsubsub} -Shows a quick help message (namely a list of command-line options) and exits +Show a quick help message (namely a list of command-line options) and exit successfully. \begin{cmdsubsub}{-V, --version}{cl-V} -V, --version \end{cmdsubsub} -Show the current version of the program and exits successfully. +Show the current version of the program and exit successfully. \begin{cmdsubsub}{-f, --files}{cl-f} -f, --files \end{cmdsubsub} -Shows the list of the configuration files for the current installation and +Show the list of the configuration files for the current installation and platform, with their status (active, not found, or disabled -(see~\ref{cf-lastfile_switch})) and exits successfully. +(see~\ref{cf-lastfile_switch})) and exit successfully. -\begin{cmdsubsub}{-w, -l, -m, -s, -r, --view, --list, --mixed, --showall, - --regex}{cl-mode} - -w, --view, -l, --list, -m, --mixed, -s, --showall, -r, --regex +\begin{cmdsubsub}{-w, -l, -m, -s, --view, --list, --mixed, --showall}{cl-mode} + -w, --view, -l, --list, -m, --mixed, -s, --showall \end{cmdsubsub} -\hfill Set ©mode© to the given value, see~\ref{cf-mode}. - -\begin{cmdsubsub}{-a, -A, --alias, --noalias}{cl-a} - -a, --alias, -A, --noalias -\end{cmdsubsub} - -Set ©alias_switch© true (resp. false), see~\ref{cf-alias_switch} +Set ©mode© to the given value, see~\ref{cf-mode}. \begin{cmdsubsub}{-i, -I, --interact, --nointeract}{cl-i} -i, --interact, -I, --nointeract @@ -492,14 +482,11 @@ Set ©alias_switch© true (resp. false), see~\ref{cf-alias_switch} Set ©interact_switch© to true (resp. false), see~\ref{cf-interact_switch}. -\begin{cmdsubsub}{-e, --extensions}{cl-e} - -e=«l», --extensions=«l» +\begin{cmdsubsub}{-M, --machine}{cl-M} + -M, --machine \end{cmdsubsub} -Set ©ext_list©, see~\ref{cf-ext_list}. \textbf{Warning}: this command-line -option is deprecated and will likely be removed soon. It is recommended to set -©ext_list© in a configuration file instead. Please protest on the \tdml if you -want to keep this command-line option. +Set ©machine_switch© to true, see~\ref{cf-machine_switch}. \begin{cmdsubsub}{-q, --quiet}{cl-q} -q, --quiet @@ -520,12 +507,6 @@ Set ©verbosity_level© to maximum, see~\ref{cf-verbosity_level}. Set ©debug_list©, see~\ref{cf-debug_list}. If not list is given, activates all available debug items. -\begin{cmdsubsub}{-M, --machine}{cl-M} - -M, --machine -\end{cmdsubsub} - -Set ©machine_switch© to true, see~\ref{cf-machine_switch}. - \subsection{Environment variables}\label{ss-envvar} They all correspond to some ©viewer_«ext»© setting, and the reader is referred @@ -584,16 +565,11 @@ except when the name of the ©«configuration item»© ends with: In these cases, an improper ©«value»© will raise a warning too. \begin{cmdsubsub}{mode}{cf-mode} - mode = «view, list, mixed, showall, regex» + mode = «view, list, mixed, showall» \end{cmdsubsub} -Set the mode to the given value. Default is ©view©. All mode except regex +Set the mode to the given value. Default is ©view©. The various modes have been presented in~\ref{ss-modes}. -In regex mode, the given name is interpreted as a Lua regex, and only files -whose full name (including path) matches it are found. Alias and score -mechanisms are disabled. \textbf{Warning}: this mode is deprecated and will -likely be removed soon. Please protest on the \tdml if you want it to stay. - \begin{cmdsubsub}{interact}{cf-interact_switch} interact_switch = «true, false» \end{cmdsubsub} @@ -630,15 +606,14 @@ recognised: There is a very special case: if the searched ©«name»© has ©.sty© extension, \texdoc enters a special search mode for ©.sty© files (not located in the same place as real documentation files) for this ©«name»©, indepandantly of the -current value of ©ext_list© and ©mode© (unless it is the ©regex© mode). In an -ideal world, this wouldn't be necessary since every sty file would have a -proper documentation in pdf, html or plain text, but\dots - -For each ©«ext»© in ©ext_list© there should be a corresponding -©viewer_«ext»© value set. Defaults are defined corresponding to the default -©ext_list©, but you can add values if you want. For example, if you want -\texdoc to be able to find man pages and display them with the ©man© command, -you can use +current value of ©ext_list© and ©mode©. In an ideal world, this wouldn't be +necessary since every sty file would have a proper documentation in pdf, html +or plain text, but\dots + +For each ©«ext»© in ©ext_list© there should be a corresponding ©viewer_«ext»© +value set. Defaults are defined corresponding to the default ©ext_list©, but +you can add values if you want. For example, if you want \texdoc to be able +to find man pages and display them with the ©man© command, you can use \begin{htcode} ext_list = pdf, html, 1, 5, txt, dvi, ps, viewer_1 = man @@ -679,6 +654,14 @@ Set the list of activated debug items (default: none; if the option is used without arguments, the list defaults to all known debug items). Implies ©--verbose©. Debug information is printed on standard error. +\begin{cmdsubsub}{max_line}{cf-max_lines} + max_lines = «number» +\end{cmdsubsub} + +Set the maximum number of results to be printed without confirmation in list, +mixed or showall mode (default: 20). This setting has no effect if interaction +is disabled. + \begin{cmdsubsub}{machine_switch}{cf-machine_switch} machine_switch = «true, false» \end{cmdsubsub} @@ -696,6 +679,11 @@ printed on stdout, except if a internal error occurs (in which case exit code will be 1). In the future, more tab-separated fields may be added at the end of the line, but the first 3 fields will remain unchanged. +Currently, there are two additional fields: a two-letter language code, and +an unstructured description, both taken from the CTAN catalogue (via the TeX +Live database). These fields may be empty and they are not guaranteed to keep +the same meaning in future versions of \texdoc. + \begin{cmdsubsub}{zipext_list}{cf-zipext_list} zipext_list = «list» \end{cmdsubsub} diff --git a/Master/texmf/scripts/texdoc/Data.meta.lua b/Master/texmf/scripts/texdoc/Data.meta.lua new file mode 100644 index 00000000000..0b80085d6fe --- /dev/null +++ b/Master/texmf/scripts/texdoc/Data.meta.lua @@ -0,0 +1,2201 @@ +local s_meta = { + ["latex/assignment/README"] = {["details"] = "Package README", }, + ["latex/fancytooltips/examples/example.pdf"] = {["details"] = "Example", }, + ["generic/epsf/epsf-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/texments/README"] = {["details"] = "Readme", }, + ["latex/newfile/newfile.pdf"] = {["details"] = "Package documentation", }, + ["xelatex/persian-bib/README"] = {["details"] = "Readme", }, + ["latex/pdfx/README"] = {["details"] = "Readme", }, + ["latex/gmverb/gmverb.pdf"] = {["details"] = "Package documentation", }, + ["latex/arabtex/readme.txt"] = {["details"] = "Readme", }, + ["xelatex/fontwrap/fontwrap_example.pdf"] = {["details"] = "Examples of use", }, + ["latex/elpres/elpres-manual.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-mirror/README"] = {["details"] = "Readme", }, + ["fonts/feyn/feyn.pdf"] = {["details"] = "Package documentation", }, + ["latex/qcm/qcm.pdf"] = {["details"] = "Package documentation", }, + ["latex/trajan/trytrajan.pdf"] = {["details"] = "Font sample", }, + ["latex/gmdoc-enhance/gmdoc-enhance.pdf"] = {["details"] = "Package documentation", }, + ["latex/cleveref/README"] = {["details"] = "Readme", }, + ["latex/jeopardy/jeopardy.pdf"] = {["details"] = "Package documentation", }, + ["fonts/chemarrow/chemarrow.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/lcyw/lcyw.pdf"] = {["details"] = "Package documentation", }, + ["latex/ctable/README"] = {["details"] = "Readme", }, + ["latex/booklet/README"] = {["details"] = "Readme", }, + ["latex/trivfloat/trivfloat.pdf"] = {["details"] = "Package documentation", }, + ["latex/hep/README"] = {["details"] = "Readme", }, + ["xelatex/xepersian/xepersian-doc.pdf"] = {["details"] = "Package documentation", }, + ["context/third/vim/README"] = {["details"] = "Readme", }, + ["latex/fixfoot/README"] = {["details"] = "Readme", }, + ["fonts/fontname/fontname.pdf"] = {["details"] = "Outline of the mapping scheme (PDF)", }, + ["fonts/nkarta/figtable.pdf"] = {["details"] = "A table of the the MetaPost images", }, + ["latex/songbook/README"] = {["details"] = "Readme", }, + ["latex/keyreader/README"] = {["details"] = "Readme", }, + ["latex/listings/README"] = {["details"] = "Package Readme", }, + ["latex/makebarcode/README"] = {["details"] = "Readme", }, + ["latex/ncclatex/ncclatex.pdf"] = {["details"] = "Package documentation", }, + ["latex/mftinc/README"] = {["details"] = "Readme", }, + ["latex/pbsheet/README"] = {["details"] = "Readme", }, + ["generic/pst-solides3d/doc/pst-solides3d-doc.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/splitindex/README"] = {["details"] = "Readme", }, + ["latex/eukdate/README"] = {["details"] = "Readme", }, + ["latex/beamerposter/beamerposter.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["fonts/fouriernc/test_fouriernc.pdf"] = {["details"] = "FourierNC test example:", }, + ["latex/r_und_s/README"] = {["details"] = "Readme", }, + ["metapost/textpath/README"] = {["details"] = "README file", }, + ["generic/pstricks-add/README"] = {["details"] = "Package README", }, + ["latex/pecha/example.pdf"] = {["details"] = "Example usage", }, + ["fonts/marvosym/README"] = {["details"] = "README", }, + ["fonts/junicode/README"] = {["details"] = "Readme", }, + ["latex/comprehensive/symbols-a4.pdf"] = {["details"] = "The document (for A4 paper)", }, + ["latex/mparhack/README"] = {["details"] = "Package README", }, + ["latex/progress/README"] = {["details"] = "Readme", }, + ["latex/natbib/natbib.pdf"] = {["details"] = "Package documentation", }, + ["latex/euenc/euenc.pdf"] = {["details"] = "Package documentation", }, + ["generic/ukrhyph/README"] = {["details"] = "Readme", }, + ["latex/vhistory/README"] = {["details"] = "Readme", }, + ["latex/xkeyval/README"] = {["details"] = "Package README", }, + ["xelatex/xetex-itrans/README"] = {["details"] = "Readme", }, + ["fonts/concmath/concmath.pdf"] = {["details"] = "Package documentation", }, + ["latex/cryst/cryst1.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/geometry/geometry.pdf"] = {["details"] = "Users' manual", }, + ["latex/changebar/00readme.txt"] = {["details"] = "Readme", }, + ["fonts/memdesign/README"] = {["details"] = "Readme", }, + ["latex/prettyref/prettyref.pdf"] = {["details"] = "Package documentation", }, + ["latex/typehtml/typehtml.pdf"] = {["details"] = "Package documentation", }, + ["latex/ltxindex/README"] = {["details"] = "Readme", }, + ["latex/pst-exa/README"] = {["details"] = "Readme", }, + ["generic/pst-optexp/README"] = {["details"] = "Readme", }, + ["latex/bizcard/bizex.pdf"] = {["details"] = "Example of use", }, + ["latex/totpages/totpages.pdf"] = {["details"] = "Package documentation", }, + ["latex/labbook/labboode.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/minipage-marginpar/README"] = {["details"] = "README file", }, + ["latex/noitcrul/README"] = {["details"] = "Readme", }, + ["fonts/Type1fonts/fontinstallationguide.pdf"] = {["details"] = "The document itself", }, + ["lualatex/luainputenc/README"] = {["details"] = "Readme", }, + ["latex/a0poster/a0.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/hyperxmp/hyperxmp.pdf"] = {["details"] = "Package documentation", }, + ["latex/linguex/ps-trees-doc.pdf"] = {["details"] = "PS-trees manual", }, + ["generic/pst-uml/README"] = {["details"] = "Readme", }, + ["generic/pst-knot/pst-knot-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/wallpaper/wallpapermanual.pdf"] = {["details"] = "Package documentation", }, + ["support/latexmk/latexmk.pdf"] = {["details"] = "Manpage, PDF", }, + ["latex/latexcheat/latexsheet.pdf"] = {["details"] = "The document itself", }, + ["latex/tree-dvips/lingmacros-manual.pdf"] = {["details"] = "Manual for lingmacros", }, + ["latex/functan/README"] = {["details"] = "Readme", }, + ["latex/powerdot-FUBerlin/exampleClass.pdf"] = {["details"] = "Example of use of the class", }, + ["xelatex/bidi/README"] = {["details"] = "Readme", }, + ["generic/pst-jtree/pst-jtree-doc.pdf"] = {["details"] = "Package documentation", }, + ["metapost/automata/example.pdf"] = {["details"] = "Example of use", }, + ["latex/eltex/man_en.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/qstest/makematch.pdf"] = {["details"] = "makematch Package documentation", }, + ["latex/thumb/thumb.pdf"] = {["details"] = "Package documentation", }, + ["latex/microtype/microtype.pdf"] = {["details"] = "Package documentation", }, + ["latex/tabvar/README"] = {["details"] = "Readme", }, + ["latex/pagenote/pagenote.pdf"] = {["details"] = "Package documentation", }, + ["latex/fancynum/fancynum.pdf"] = {["details"] = "Package documentation", }, + ["latex/papertex/example/example.pdf"] = {["details"] = "Example newspaper page", }, + ["latex/latexcheat-esmx/README"] = {["details"] = "Readme", ["lang"] = "es", }, + ["latex/pagerange/README"] = {["details"] = "Readme", }, + ["latex/textpos/niepraschk-eso-pic.pdf"] = {["details"] = "Demo file: textpos with eso-pic", }, + ["latex/memexsupp/memexsupp.pdf"] = {["details"] = "Package documentation", }, + ["latex/ametsoc/amspaper.pdf"] = {["details"] = "Package documentation (as sample paper)", }, + ["generic/pst-soroban/README"] = {["details"] = "Readme", }, + ["latex/papercdcase/papercdcase.pdf"] = {["details"] = "Package documentation", }, + ["latex/engpron/LISEZMOI"] = {["details"] = "Lisez moi", ["lang"] = "fr", }, + ["latex/dyntree/dyntree.pdf"] = {["details"] = "Package documentation", }, + ["latex/attachfile/attachfile.pdf"] = {["details"] = "Package README", }, + ["latex/jeopardy/README"] = {["details"] = "Package README", }, + ["latex/typogrid/README"] = {["details"] = "Readme", }, + ["generic/tds/README"] = {["details"] = "Readme", }, + ["generic/pst-platon/pst-platon-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/mnsymbol/README"] = {["details"] = "Readme", }, + ["generic/pst-knot/README"] = {["details"] = "Readme", }, + ["latex/trimspaces/README"] = {["details"] = "Readme", }, + ["generic/pst-2dplot/README"] = {["details"] = "Readme", }, + ["bibtex/gost/README"] = {["details"] = "Readme", }, + ["latex/theoremref/README"] = {["details"] = "Readme", }, + ["generic/pst-geo/README"] = {["details"] = "Readme", }, + ["latex/altfont/altfont.pdf"] = {["details"] = "Package documentation", }, + ["latex/crossword/cwpuzzle.pdf"] = {["details"] = "Package documentation", }, + ["latex/ushort/ushort.pdf"] = {["details"] = "Package documentation", }, + ["latex/boxhandler/boxhandler.pdf"] = {["details"] = "Package documentation:", }, + ["generic/pst-eucl/euclide.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/qstest/qstest.pdf"] = {["details"] = "qstest Package documentation", }, + ["latex/mongolian-babel/mongolian.pdf"] = {["details"] = "Package documentation", }, + ["latex/pdf-forms-tutorial-en/README"] = {["details"] = "Readme", }, + ["fonts/gfssolomos/README"] = {["details"] = "Readme", }, + ["latex/envlab/envlab.pdf"] = {["details"] = "Documentation source", }, + ["latex/vxu/README"] = {["details"] = "Readme", }, + ["latex/pagecont/README"] = {["details"] = "Readme", }, + ["latex/ucs/README"] = {["details"] = "Package Readme", }, + ["latex/t-angles/README"] = {["details"] = "Readme", }, + ["metapost/piechartmp/README"] = {["details"] = "Readme", }, + ["latex/ted/ted.pdf"] = {["details"] = "Package documentation (English)", }, + ["latex/dnaseq/README"] = {["details"] = "Readme", }, + ["generic/mathdots/README"] = {["details"] = "Readme", }, + ["latex/termcal/termcal.pdf"] = {["details"] = "Package documentation", }, + ["latex/pb-diagram/pb-manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/biocon/manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/srcltx/srcltx.pdf"] = {["details"] = "Package documentation", }, + ["latex/tex-label/tex-label-demo.pdf"] = {["details"] = "Example of use", }, + ["latex/ctex-faq/ctex-faq.pdf"] = {["details"] = "The FAQ (Chinese)", ["lang"] = "zh", }, + ["latex/substr/README"] = {["details"] = "Readme", }, + ["latex/mfpic4ode/README"] = {["details"] = "Readme", }, + ["latex/struktex/README"] = {["details"] = "README file", ["lang"] = "en", }, + ["latex/bbding/README"] = {["details"] = "Readme", }, + ["latex/smartref/readme.txt"] = {["details"] = "Readme and command details", }, + ["generic/pst-poly/pst-poly-doc.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-cox/README"] = {["details"] = "Readme", }, + ["latex/ppr-prv/README"] = {["details"] = "Readme", }, + ["latex/dtxgallery/README"] = {["details"] = "Readme", }, + ["latex/auto-pst-pdf/auto-pst-pdf.pdf"] = {["details"] = "Package documentation", }, + ["latex/gmutils/gmutils.pdf"] = {["details"] = "Package documentation", }, + ["context/third/account/account-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/hitec/README"] = {["details"] = "Package Readme", }, + ["latex/elsevier/README"] = {["details"] = "README file", ["lang"] = "en", }, + ["xelatex/polyglossia/polyglossia.pdf"] = {["details"] = "Package documentation", }, + ["latex/msc/refman.pdf"] = {["details"] = "Reference manual", }, + ["latex/trajan/trajan.pdf"] = {["details"] = "Package documentation", }, + ["latex/yafoot/README"] = {["details"] = "Bundle Readme", }, + ["generic/latex-notes-zh-cn/README"] = {["details"] = "Readme", }, + ["latex/clefval/clefval.pdf"] = {["details"] = "Package documentation", }, + ["latex/biblatex-contrib/biblatex-nature/README"] = {["details"] = "Readme", }, + ["generic/pst-poly/README"] = {["details"] = "Package Readme", }, + ["latex/mh/breqn.pdf"] = {["details"] = "Package documentation -- breqn", }, + ["latex/circle/circle.pdf"] = {["details"] = "Package documentation", }, + ["latex/supertabular/README"] = {["details"] = "Package documentation", }, + ["latex/wadalab/wadalab-sampler.pdf"] = {["details"] = "Font sampler", }, + ["latex/pauldoc/pauldoc.pdf"] = {["details"] = "Benutzerdoku:", ["lang"] = "de", }, + ["latex/colorwav/README"] = {["details"] = "Readme", }, + ["latex/isomath/isomath.sty.html"] = {["details"] = "Package documentation", }, + ["latex/mailmerge/README"] = {["details"] = "Readme", }, + ["latex/bardiag/README"] = {["details"] = "Readme", }, + ["latex/etextools/etextools.pdf"] = {["details"] = "Package documentation", }, + ["metapost/expressg/README"] = {["details"] = "Package Readme", }, + ["latex/tapir/readme"] = {["details"] = "Readme", }, + ["latex/gmeometric/README"] = {["details"] = "Readme", }, + ["latex/cjw/cjwplain.pdf"] = {["details"] = "Documentation of Plain TeX support", }, + ["latex/ucs/INSTALL"] = {["details"] = "Installation details", }, + ["latex/coverpage/CoverPage.pdf"] = {["details"] = "Package documentation:", }, + ["latex/endheads/endheads.pdf"] = {["details"] = "Package documentation", }, + ["latex/subfloat/subfloat.pdf"] = {["details"] = "Package documentation", }, + ["latex/thmbox/thmbox.pdf"] = {["details"] = "Package documentation", }, + ["fonts/dozenal/dozenal.pdf"] = {["details"] = "Package documentation", }, + ["fonts/phonetic/README"] = {["details"] = "Readme", }, + ["latex/refstyle/refconfig.pdf"] = {["details"] = "Configuration manual:", }, + ["latex/pst-pdf/pst-pdf.pdf"] = {["details"] = "English documentation", ["lang"] = "en", }, + ["latex/captcont/README"] = {["details"] = "Readme", }, + ["latex/comprehensive/symbols-letter.pdf"] = {["details"] = "The document (for letter paper)", }, + ["latex/uaclasses/ua-example.pdf"] = {["details"] = "ua-thesis example", }, + ["latex/leaflet/README"] = {["details"] = "Readme", }, + ["latex/typogrid/typogrid.pdf"] = {["details"] = "Package documentation", }, + ["latex/mh/breqn-technotes.pdf"] = {["details"] = "Technical notes -- breqn", }, + ["latex/cv/ApplicationLetter.pdf"] = {["details"] = "Example application letter", }, + ["context/third/construction-plan/construction-plan-demo.pdf"] = {["details"] = "Example of use", }, + ["latex/tugboat/tugboat.pdf"] = {["details"] = "Program documentation", ["lang"] = "en", }, + ["latex/newvbtm/README"] = {["details"] = "Readme", }, + ["bibtex/bibhtml/bibhtml.html"] = {["details"] = "Package documentation", }, + ["metapost/exteps/exteps.pdf"] = {["details"] = "Package documentation", }, + ["fonts/concmath/README"] = {["details"] = "Readme", }, + ["latex/aguplus/README"] = {["details"] = "Readme", }, + ["metapost/garrigues/README"] = {["details"] = "Readme", }, + ["latex/opcit/opcit.pdf"] = {["details"] = "Package documentation", }, + ["generic/ifxetex/ifxetex.pdf"] = {["details"] = "Package documentation", }, + ["fonts/eco/README"] = {["details"] = "Readme", }, + ["latex/steinmetz/steinmetz.pdf"] = {["details"] = "Package documentation", }, + ["latex/tikz-3dplot/README"] = {["details"] = "Readme", }, + ["latex/idxlayout/idxlayout.pdf"] = {["details"] = "Package documentation", }, + ["latex/forloop/forloop.pdf"] = {["details"] = "Package documentation", }, + ["latex/onlyamsmath/README"] = {["details"] = "Readme", }, + ["latex/nomentbl/nomentbl.pdf"] = {["details"] = "Package documentation", }, + ["fonts/gfsbaskerville/README"] = {["details"] = "Readme", }, + ["latex/euproposal/euproposal.pdf"] = {["details"] = "Package documentation", }, + ["latex/modroman/README"] = {["details"] = "Readme", }, + ["latex/outline/README"] = {["details"] = "Readme", }, + ["latex/fmp/README"] = {["details"] = "Readme", }, + ["generic/arrayjob/README"] = {["details"] = "Package Readme", }, + ["fonts/tipa/00README"] = {["details"] = "Readme", }, + ["latex/nath/nathguide.pdf"] = {["details"] = "Package documentation", }, + ["latex/msc/README"] = {["details"] = "Package Readme", }, + ["latex/tufte-latex/sample-handout.pdf"] = {["details"] = "Sample handout", }, + ["luatex/luatextra/luatextra.pdf"] = {["details"] = "Luatextra package documentation", }, + ["latex/logical-markup-utils/README"] = {["details"] = "Readme", }, + ["latex/thinsp/thinsp.pdf"] = {["details"] = "Package documentation", }, + ["latex/beamerposter/README"] = {["details"] = "Readme", }, + ["context/third/letter/README"] = {["details"] = "Readme", }, + ["latex/codepage/frintro.pdf"] = {["details"] = "Introduction to package", ["lang"] = "fr", }, + ["fonts/rsfs/README"] = {["details"] = "Readme", }, + ["latex/ionumbers/README"] = {["details"] = "Readme", }, + ["latex/polynom/polydemo.pdf"] = {["details"] = "Example of package use", }, + ["latex/hrlatex/hrlatex.pdf"] = {["details"] = "Package documentation:", ["lang"] = "hr", }, + ["latex/trfsigns/trfsigns.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["latex/cweb-latex/cweb-conf.pdf"] = {["details"] = "Internal interfaces", }, + ["latex/cjw/cjw-ltr.pdf"] = {["details"] = "Letter class documentation", }, + ["latex/probsoln/probsoln.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["latex/srcltx/README"] = {["details"] = "Package Readme", }, + ["latex/formular/formular.pdf"] = {["details"] = "Package documentation", }, + ["latex/blindtext/blindtext.pdf"] = {["details"] = "Package documentation", }, + ["latex/dateiliste/dateiliste.pdf"] = {["details"] = "Benutzerdoku:", ["lang"] = "de", }, + ["latex/afthesis/README"] = {["details"] = "Readme", }, + ["latex/spanish/doc/spanish.pdf"] = {["details"] = "Package documentation", }, + ["latex/ucdavisthesis/Example/ucdavisthesis_example_main.pdf"] = {["details"] = "Example of output", }, + ["latex/amsaddr/amsaddr.pdf"] = {["details"] = "Package documentation", }, + ["context/third/simplefonts/README"] = {["details"] = "Readme (German)", ["lang"] = "de", }, + ["latex/spverbatim/README"] = {["details"] = "Readme", }, + ["latex/epspdfconversion/README"] = {["details"] = "Readme", }, + ["latex/pecha/README"] = {["details"] = "Package README", }, + ["latex/york-thesis/york-thesis.pdf"] = {["details"] = "Package documentation", }, + ["fonts/feyn/README"] = {["details"] = "Package Readme", }, + ["latex/constants/constants.pdf"] = {["details"] = "Package documentation", }, + ["latex/pdfcomment/README"] = {["details"] = "Readme", }, + ["latex/apacite/apacite.pdf"] = {["details"] = "Package documentation", }, + ["latex/graphics/grfguide.pdf"] = {["details"] = "Guide to graphics in LaTeX (English)", ["lang"] = "en", }, + ["latex/tablor/README"] = {["details"] = "Readme (English)", ["lang"] = "en", }, + ["generic/pst-asr/pst-asr-examples.pdf"] = {["details"] = "Examples of usage", }, + ["latex/gcite/README"] = {["details"] = "Readme", }, + ["latex/ocr-latex/ocr.pdf"] = {["details"] = "Package documentation", }, + ["latex/stringstrings/README"] = {["details"] = "Readme", }, + ["latex/boxedminipage/boxedminipage.pdf"] = {["details"] = "Package documentation", }, + ["latex/thumby/README"] = {["details"] = "Readme", }, + ["latex/msc/maintenance.pdf"] = {["details"] = "Maintenance manual", }, + ["latex/HA-prosper/README"] = {["details"] = "Package README", }, + ["latex/mfpic4ode/mfpic4ode.pdf"] = {["details"] = "Package documentation", }, + ["latex/unroman/README"] = {["details"] = "Readme", }, + ["latex/psgo/README"] = {["details"] = "Readme", }, + ["latex/gcard/gcard.pdf"] = {["details"] = "Package documentation", }, + ["metapost/cmarrows/cmarrows.pdf"] = {["details"] = "Package documentation", }, + ["latex/easylist/easylist-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/eCards/README"] = {["details"] = "Readme", }, + ["latex/pdfcprot/README.txt"] = {["details"] = "Package Readme", }, + ["fonts/gfsartemisia/README"] = {["details"] = "Readme", }, + ["generic/shapepar/shapepar.pdf"] = {["details"] = "Package documentation", }, + ["latex/bez123/README"] = {["details"] = "Readme", }, + ["context/third/fixme/fixme.pdf"] = {["details"] = "Examples of use", }, + ["latex/lshort-slovenian/lshort-slovenian.pdf"] = {["details"] = "The document itself", }, + ["plain/mkpattern/README"] = {["details"] = "Package README", }, + ["latex/anonchap/anonchap.pdf"] = {["details"] = "Package documentation", }, + ["metapost/makecirc/MakeCirc.pdf"] = {["details"] = "Package documentation in Spanish:", ["lang"] = "es", }, + ["latex/xyling/xyli-doc.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/asaetr/asaetr.pdf"] = {["details"] = "Package documentation", }, + ["latex/lcd/00readme"] = {["details"] = "Package README", }, + ["bibtex/ijqc/README"] = {["details"] = "Package Readme", }, + ["latex/onlyamsmath/onlyamsmath.pdf"] = {["details"] = "Package documentation", }, + ["latex/ecv/template/CV-template_de.pdf"] = {["details"] = "Template (German)", ["lang"] = "de", }, + ["latex/petiteannonce/petiteannonceexample.pdf"] = {["details"] = "Example of use", }, + ["generic/babel/00readme.txt"] = {["details"] = "Readme", }, + ["latex/lshort-finnish/README"] = {["details"] = "Readme", }, + ["latex/cursor/cursor.pdf"] = {["details"] = "Samples of use (with source)", }, + ["latex/g-brief/g-brief.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["latex/mattens/README"] = {["details"] = "Readme", }, + ["latex/mafr/ALIRE"] = {["details"] = "Package ALIRE", ["lang"] = "fr", }, + ["latex/cool/README"] = {["details"] = "Package README", }, + ["latex/colortbl/colortbl-de.pdf"] = {["details"] = "Package manual", ["lang"] = "de", }, + ["fonts/phonetic/Doc/README"] = {["details"] = "Readme", }, + ["latex/tocloft/README"] = {["details"] = "Readme", }, + ["latex/draftwatermark/draftwatermark.pdf"] = {["details"] = "Package documentation", }, + ["latex/subsupscripts/README"] = {["details"] = "Readme", }, + ["xelatex/fontspec/README"] = {["details"] = "Package README", }, + ["latex/amslatex-primer/amshelp.pdf"] = {["details"] = "The document itself", }, + ["latex/epspdfconversion/epspdfconversion.pdf"] = {["details"] = "Package documentation", }, + ["generic/tds/tds.html"] = {["details"] = "The standard, converted to HTML", }, + ["latex/elsarticle/README"] = {["details"] = "Readme", }, + ["latex/fancyvrb/README"] = {["details"] = "Readme", }, + ["generic/pst-spectra/README"] = {["details"] = "Package README", }, + ["fonts/chemarrow/README"] = {["details"] = "Package README", ["lang"] = "en", }, + ["latex/lsc/lsc.pdf"] = {["details"] = "Package documentation", }, + ["plain/impatient-fr/README"] = {["details"] = "Basic project information", }, + ["generic/pst-2dplot/pst-2dplot-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/dramatist/dramatist.pdf"] = {["details"] = "Package documentation", }, + ["latex/calrsfs/calrsfs.pdf"] = {["details"] = "Package documentation", }, + ["latex/varindex/varindex.pdf"] = {["details"] = "Package documentation", }, + ["latex/hexgame/README"] = {["details"] = "Readme", }, + ["latex/units/README"] = {["details"] = "Package README", }, + ["latex/qobitree/README"] = {["details"] = "Package documentation", }, + ["latex/pst-pdf/pst-pdf-DE.pdf"] = {["details"] = "German documentation", ["lang"] = "de", }, + ["support/fig4latex/README"] = {["details"] = "Readme", }, + ["latex/ulqda/ulqda.pdf"] = {["details"] = "Package documentation", }, + ["latex/logpap/example.pdf"] = {["details"] = "Package documentation", }, + ["latex/curve2e/curve2e.pdf"] = {["details"] = "Package documentation", }, + ["latex/edmargin/README"] = {["details"] = "Readme", }, + ["latex/hhtensor/hhtensor.pdf"] = {["details"] = "Package documentation", }, + ["latex/ccfonts/ccfonts.pdf"] = {["details"] = "Package documentation", }, + ["latex/contour/README"] = {["details"] = "Package Readme", }, + ["latex/fmtcount/fmtcount-manual.html"] = {["details"] = "Package documentation (HTML)", }, + ["generic/hyph-utf8/README"] = {["details"] = "Readme", }, + ["latex/ctex/README"] = {["details"] = "Readme", }, + ["bibtex/vancouver/README"] = {["details"] = "Readme", }, + ["latex/ctable/ctable.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-slpe/pst-slpe.pdf"] = {["details"] = "Package documentation", }, + ["support/fragmaster/README"] = {["details"] = "Readme (English)", ["lang"] = "en", }, + ["latex/vxu/rfmsi.pdf"] = {["details"] = "Documentation (rfmsi)", }, + ["xelatex/xecyr/README"] = {["details"] = "Readme", }, + ["latex/keystroke/README"] = {["details"] = "Readme", }, + ["latex/upmethodology/README"] = {["details"] = "Readme", }, + ["latex/eqparbox/eqparbox.pdf"] = {["details"] = "Package documentation", }, + ["latex/cancel/cancel.pdf"] = {["details"] = "Package documentation", }, + ["latex/flowfram/flowfram.pdf"] = {["details"] = "Package documentation", }, + ["latex/xyling/README"] = {["details"] = "README file", }, + ["latex/ean13isbn/ean13isbn.pdf"] = {["details"] = "Package documentation", }, + ["latex/mnsymbol/MnSymbol.pdf"] = {["details"] = "Package documentation", }, + ["latex/coolstr/README"] = {["details"] = "Readme", }, + ["latex/emp/README"] = {["details"] = "Package Readme", }, + ["generic/pst-slpe/README"] = {["details"] = "Readme", }, + ["latex/sides/sides-sample.pdf"] = {["details"] = "A (distressing) sample play", }, + ["latex/appendix/appendix.pdf"] = {["details"] = "Package documentation", }, + ["latex/cweb-latex/src/README"] = {["details"] = "Readme", }, + ["latex/nrc/userguide.pdf"] = {["details"] = "Package documentation", }, + ["latex/sudokubundle/README"] = {["details"] = "Readme", }, + ["latex/ptptex/manptp.pdf"] = {["details"] = "Package documentation", }, + ["latex/cdpbundl/overview.pdf"] = {["details"] = "Package overview", }, + ["latex/cookybooky/documentation/Manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/varsfromjobname/README"] = {["details"] = "Readme", }, + ["latex/sffms/README"] = {["details"] = "Readme", }, + ["latex/hpsdiss/hpsdiss.pdf"] = {["details"] = "Example of package use", }, + ["latex/patchcmd/patchcmd.pdf"] = {["details"] = "Package documentation", }, + ["latex/ecv/README"] = {["details"] = "Readme", }, + ["latex/threeparttablex/threeparttablex.pdf"] = {["details"] = "Package documentation", }, + ["latex/currvita/currvita.pdf"] = {["details"] = "Package documentation", }, + ["latex/algorithm2e/README"] = {["details"] = "Package Readme", }, + ["fonts/eurofont/readme.txt"] = {["details"] = "Package Readme", }, + ["latex/here/README"] = {["details"] = "Readme", }, + ["latex/captcont/captcont.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-func/pst-func-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/amsaddr/README"] = {["details"] = "Readme", }, + ["latex/gmverb/README"] = {["details"] = "README", }, + ["latex/dprogress/README"] = {["details"] = "Readme", }, + ["latex/labbook/README"] = {["details"] = "Readme", }, + ["latex/diagmac2/doc/diagmac2.pdf"] = {["details"] = "Package documentation", }, + ["latex/collref/README"] = {["details"] = "Readme", }, + ["latex/screenplay/test.pdf"] = {["details"] = "Example script", }, + ["latex/sanskrit/readme.txt"] = {["details"] = "Readme", }, + ["latex/float/float.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-fractal/README"] = {["details"] = "Readme", }, + ["latex/aurical/aurical.pdf"] = {["details"] = "Package introduction and samples", }, + ["latex/harmony/harmony.pdf"] = {["details"] = "Package documentation", }, + ["xetex/xetexfontinfo/README"] = {["details"] = "Readme", }, + ["latex/beamer-FUBerlin/README"] = {["details"] = "Readme", }, + ["latex/eCards/eCardstst.pdf"] = {["details"] = "Package usage demo", }, + ["latex/doi/README"] = {["details"] = "Readme", }, + ["generic/pst-pad/pst-pad-doc.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/keystroke/key-test.pdf"] = {["details"] = "Package demo", }, + ["latex/tocbibind/tocbibind.pdf"] = {["details"] = "Package documentation", }, + ["latex/coverpage/ECCV06Sample.pdf"] = {["details"] = "Another sample:", }, + ["latex/poemscol/poemscol.pdf"] = {["details"] = "Documented source", }, + ["latex/minutes/README"] = {["details"] = "Readme", }, + ["latex/pspicture/README"] = {["details"] = "Package Readme", }, + ["latex/exp-testopt/README"] = {["details"] = "Readme (English)", ["lang"] = "en", }, + ["generic/epsf/README"] = {["details"] = "Readme", }, + ["latex/bbding/bbding.pdf"] = {["details"] = "Package documentation", }, + ["latex/eskdx/README"] = {["details"] = "Package README", }, + ["context/third/context-top-ten/README"] = {["details"] = "Readme", }, + ["latex/boolexpr/README"] = {["details"] = "Readme", }, + ["latex/dramatist/README"] = {["details"] = "Package Readme", }, + ["latex/circuitikz/circuitikzmanual.pdf"] = {["details"] = "Package documentation", }, + ["latex/cookybooky/README"] = {["details"] = "Readme", }, + ["latex/hepthesis/hepthesis.pdf"] = {["details"] = "Package documentation", }, + ["latex/bbold/bbold.pdf"] = {["details"] = "Package documentation", }, + ["latex/dinbrief/liesmich"] = {["details"] = "Package Readme", ["lang"] = "de", }, + ["latex/spotcolor/readme.pdf"] = {["details"] = "Package documentation", }, + ["metapost/expressg/expressg.pdf"] = {["details"] = "Package documentation", }, + ["latex/sectionbox/README"] = {["details"] = "Readme", }, + ["latex/thesis-titlepage-fhac/fhACtitlepage.pdf"] = {["details"] = "Package documentation", }, + ["fonts/memdesign/memdesign.pdf"] = {["details"] = "The document itself", }, + ["latex/ftnxtra/README"] = {["details"] = "Readme", }, + ["generic/midnight/README"] = {["details"] = "Package Readme", }, + ["latex/gchords/README"] = {["details"] = "Package Readme", }, + ["latex/ginpenc/README"] = {["details"] = "Readme", }, + ["latex/papertex/README"] = {["details"] = "Readme", }, + ["fonts/knitting/README"] = {["details"] = "Readme", }, + ["latex/ptptex/README"] = {["details"] = "Readme", }, + ["latex/pittetd/pittetd.pdf"] = {["details"] = "Package documentation", }, + ["fonts/bera/README"] = {["details"] = "Readme", }, + ["fonts/lxfonts/LXfonts-demo.pdf"] = {["details"] = "Package outline and samples", }, + ["latex/draftwatermark/README"] = {["details"] = "Readme", }, + ["latex/amsmath/subeqn.pdf"] = {["details"] = "Sub-equation usage", ["lang"] = "en", }, + ["latex/hepthesis/example/example.pdf"] = {["details"] = "Part of a thesis, seen as for printing", }, + ["latex/robustcommand/robustcommand.pdf"] = {["details"] = "Benutzerdoku:", ["lang"] = "de", }, + ["latex/changebar/changebar.pdf"] = {["details"] = "Package documentation", }, + ["latex/tdclock/tdclock-beamer-example.pdf"] = {["details"] = "Example Usage", }, + ["latex/lshort-chinese/lshort-zh-cn.pdf"] = {["details"] = "The document itself", ["lang"] = "zh", }, + ["latex/changelayout/changelayout-guide.pdf"] = {["details"] = "Package example (see code for details)", }, + ["latex/tikz-inet/README"] = {["details"] = "Readme", }, + ["latex/coollist/coollist.pdf"] = {["details"] = "Package documentation", }, + ["latex/dateiliste/README-en"] = {["details"] = "Readme", ["lang"] = "en", }, + ["latex/ieeepes/README"] = {["details"] = "Readme", }, + ["latex/biblist/biblist.pdf"] = {["details"] = "Package documentation", }, + ["metapost/cmarrows/README"] = {["details"] = "README file", }, + ["latex/carlisle/README"] = {["details"] = "Bundle README", }, + ["latex/mhequ/example.pdf"] = {["details"] = "Examples of package use", }, + ["latex/thmbox/README"] = {["details"] = "Readme", }, + ["latex/dichokey/rhodocyb.pdf"] = {["details"] = "Example of use", }, + ["latex/paralist/README"] = {["details"] = "Readme", }, + ["latex/nomentbl/example.pdf"] = {["details"] = "Example of use", }, + ["latex/lewis/lewis.pdf"] = {["details"] = "Package documentation", }, + ["latex/extsizes/README"] = {["details"] = "Readme", }, + ["latex/paresse/README"] = {["details"] = "Readme", }, + ["generic/pst-osci/pst-osci-doc.pdf"] = {["details"] = "English documentation:", ["lang"] = "en", }, + ["generic/pst-light3d/README"] = {["details"] = "Readme", }, + ["latex/hyperxmp/README"] = {["details"] = "Readme", }, + ["latex/lineno/ulineno.pdf"] = {["details"] = "User manual:", }, + ["latex/iso10303/stepman.pdf"] = {["details"] = "Package manual", }, + ["latex/footmisc/footmisc.pdf"] = {["details"] = "Package documentation", }, + ["latex/exercise/exercise.pdf"] = {["details"] = "Package documentation", }, + ["latex/diagmac2/doc/diagmactest.pdf"] = {["details"] = "Example output", }, + ["latex/chembst/README"] = {["details"] = "Readme", }, + ["latex/tree-dvips/tree-manual.pdf"] = {["details"] = "Manual for tree-dvips", }, + ["generic/around-the-bend/README"] = {["details"] = "Readme", }, + ["latex/mathexam/README"] = {["details"] = "Readme", }, + ["latex/knittingpattern/introduction.pdf"] = {["details"] = "Package introduction", }, + ["latex/calrsfs/README"] = {["details"] = "Readme", }, + ["latex/t-angles/t-manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/crop/crop.pdf"] = {["details"] = "Package documentation", }, + ["latex/tablenotes/README"] = {["details"] = "Readme", }, + ["latex/sectionbox/sectionboxmanual.pdf"] = {["details"] = "Package documentation", }, + ["latex/digiconfigs/digiconfigs.pdf"] = {["details"] = "Package documentation", }, + ["latex/dashundergaps/README"] = {["details"] = "Readme", }, + ["generic/pgf/pgfmanual.pdf"] = {["details"] = "PGF Manual", }, + ["fonts/mxedruli/README"] = {["details"] = "Readme", }, + ["generic/pst-eucl/euclide_english.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/hanging/README"] = {["details"] = "Readme", }, + ["metapost/expressg/aamfigs.pdf"] = {["details"] = "Examples of use", }, + ["latex/frenchle/frenchle.pdf"] = {["details"] = "Notice d'utilisation", ["lang"] = "fr", }, + ["latex/mentis/mentis.pdf"] = {["details"] = "Package documentation", }, + ["latex/logpap/README"] = {["details"] = "Package Readme", }, + ["latex/fancyref/fancyref.pdf"] = {["details"] = "Package documentation", }, + ["latex/cv/README"] = {["details"] = "Readme", }, + ["latex/psbao/README"] = {["details"] = "Readme", }, + ["generic/dirtree/dirtree.pdf"] = {["details"] = "Package documentation", }, + ["latex/latex-course/LaTeX-Course.pdf"] = {["details"] = "The course itself", }, + ["latex/image-gallery/gallery-example.pdf"] = {["details"] = "Example output", }, + ["latex/munich/documenation_munich_Bibtex_style.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-plot/README"] = {["details"] = "Readme", }, + ["latex/assignment/assignment.pdf"] = {["details"] = "Package documentation, as an assignment", }, + ["latex/stex/README"] = {["details"] = "Readme", }, + ["metapost/mpattern/mpattern_test.pdf"] = {["details"] = "Package test output", }, + ["latex/ccicons/README"] = {["details"] = "Readme", }, + ["latex/ogham/testfont.pdf"] = {["details"] = "Testfont print", }, + ["latex/amsmath/technote.pdf"] = {["details"] = "Technical details", ["lang"] = "en", }, + ["latex/macqassign/sample-assign.pdf"] = {["details"] = "Sample of use", }, + ["latex/pst-calendar/pst-calendar-docFR.pdf"] = {["details"] = "French documentation:", ["lang"] = "fr", }, + ["latex/octavo/tub-octavo.pdf"] = {["details"] = "Package documentation", }, + ["latex/addlines/addlines.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-spectra/pst-spectraEN.pdf"] = {["details"] = "Package outline", ["lang"] = "en", }, + ["generic/pst-func/README"] = {["details"] = "Package README", }, + ["latex/catechis/README"] = {["details"] = "Readme", }, + ["latex/fonttable/README"] = {["details"] = "Readme", }, + ["metapost/makecirc/MakeCirc-en.pdf"] = {["details"] = "Package documentation in English:", ["lang"] = "en", }, + ["latex/textpos/README"] = {["details"] = "Package README", }, + ["latex/bullcntr/README"] = {["details"] = "Readme", }, + ["latex/pdfx/pdfx.pdf"] = {["details"] = "Package documentation", }, + ["context/third/lettrine/lettrine-doc.pdf"] = {["details"] = "MAPS paper about the package", }, + ["latex/combine/combine.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-abspos/README"] = {["details"] = "Readme", }, + ["latex/ibycus-babel/ibycus-babel.pdf"] = {["details"] = "Package documentation", }, + ["latex/multiobjective/multiobjective.pdf"] = {["details"] = "Package documentation", }, + ["generic/arrayjob/arrayjob.pdf"] = {["details"] = "Package documentation", }, + ["latex/visualfaq/troubleshoot-vlf.pdf"] = {["details"] = "Dealing with visual FAQ problems:", }, + ["latex/ifplatform/README"] = {["details"] = "Readme", }, + ["latex/ean13isbn/README"] = {["details"] = "Readme", }, + ["latex/bibarts/bibarts.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["support/asymptote-manual-zh-cn/asymptote-manual-zh-cn.pdf"] = {["details"] = "The document itself", ["lang"] = "zh", }, + ["latex/guitlogo/README"] = {["details"] = "Package README", ["lang"] = "it", }, + ["fonts/boisik/example/table.pdf"] = {["details"] = "Font table", }, + ["latex/feynmf/manual.ps"] = {["details"] = "Package documentation", }, + ["latex/lettre/README"] = {["details"] = "Readme", }, + ["latex/fancyhdr/fancyhdr.pdf"] = {["details"] = "Users' manual (English)", }, + ["dvipdfm/dvipdfm.pdf"] = {["details"] = "Program documentation", }, + ["latex/binomexp/README"] = {["details"] = "Readme", }, + ["latex/l2tabu/README"] = {["details"] = "Readme", }, + ["latex/Tabbing/Tabbing.pdf"] = {["details"] = "Package documentation", }, + ["latex/psfrag-italian/itpfgguide.pdf"] = {["details"] = "The document itself", }, + ["latex/hypdvips/hypdvips.pdf"] = {["details"] = "Package documentation", }, + ["latex/philosophersimprint/README"] = {["details"] = "Readme", }, + ["latex/cv/CVCTAN.pdf"] = {["details"] = "Example CV", }, + ["latex/polynomial/polynomial.pdf"] = {["details"] = "Package documentation", }, + ["latex/bizcard/bizcard.pdf"] = {["details"] = "Package documentation", }, + ["latex/coverpage/README"] = {["details"] = "README file", }, + ["latex/edmargin/edmargin.pdf"] = {["details"] = "Package documentation", }, + ["generic/dehyph-exptl/dehyph-exptl.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["latex/breakurl/README"] = {["details"] = "Package README", }, + ["latex/everypage/README"] = {["details"] = "Readme", }, + ["latex/l2tabu-spanish/README"] = {["details"] = "Readme", }, + ["latex/petiteannonce/petiteannonce.doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-dutch/LEESMIJ"] = {["details"] = "Readme", ["lang"] = "nl", }, + ["latex/block/block.pdf"] = {["details"] = "Package documentation", }, + ["latex/dpfloat/dpfloat.pdf"] = {["details"] = "Package documentation", }, + ["latex/cool/cool.pdf"] = {["details"] = "Package documentation", }, + ["latex/caption/caption-rus.pdf"] = {["details"] = "Russian documentation", ["lang"] = "ru", }, + ["latex/background/README"] = {["details"] = "Readme", }, + ["latex/rotating/rotating.pdf"] = {["details"] = "Package documentation", }, + ["latex/confproc/README"] = {["details"] = "Readme", }, + ["latex/shipunov/review.pdf"] = {["details"] = "Short summary", ["lang"] = "ru", }, + ["latex/isorot/rotman.pdf"] = {["details"] = "Package documentation", }, + ["latex/flowfram/ffuserguide.pdf"] = {["details"] = "User guide", }, + ["latex/papertex/papertex.pdf"] = {["details"] = "Package documentation", }, + ["latex/bytefield/bytefield.pdf"] = {["details"] = "Package documentation", }, + ["latex/xoptarg/README"] = {["details"] = "Readme", }, + ["fonts/arev/README"] = {["details"] = "Readme", }, + ["latex/ordinalpt/README"] = {["details"] = "Readme", }, + ["latex/background/background.pdf"] = {["details"] = "Package documentation", }, + ["latex/pagerange/pagerange-guide.pdf"] = {["details"] = "Samples of usage", }, + ["latex/subdepth/README"] = {["details"] = "Readme", }, + ["latex/templates-fenn/templates-fenn-en.txt"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/clefval/exemple.pdf"] = {["details"] = "Package examples of use (French)", ["lang"] = "fr", }, + ["latex/erdc/erdc.pdf"] = {["details"] = "Package documentation", }, + ["latex/stage/README"] = {["details"] = "Package README", }, + ["latex/gb4e/gb4e-doc.pdf"] = {["details"] = "Package description", }, + ["latex/parrun/parrun.pdf"] = {["details"] = "Package documentation", }, + ["latex/mmap/README"] = {["details"] = "Readme", }, + ["latex/frontespizio/frontespizio.pdf"] = {["details"] = "Package documentation", ["lang"] = "it", }, + ["context/third/construction-plan/construction-plan-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/acmtrans/acmtr2e.pdf"] = {["details"] = "Documentation in the form of an ACM paper", }, + ["generic/tex-refs/README"] = {["details"] = "Readme", }, + ["latex/grid/README"] = {["details"] = "Readme", }, + ["latex/mentis/README"] = {["details"] = "Readme", }, + ["latex/forloop/README"] = {["details"] = "Package README", }, + ["latex/expdlist/expdlisg.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["fonts/fourier/README"] = {["details"] = "Readme", }, + ["latex/etaremune/README"] = {["details"] = "Readme", }, + ["fonts/orkhun/rakhimov.pdf"] = {["details"] = "Package documentation", }, + ["latex/inlinedef/README"] = {["details"] = "Readme", }, + ["latex/cm-lgc/INSTALL"] = {["details"] = "Installation instructions", }, + ["latex/hepnames/hepnames.pdf"] = {["details"] = "Details of the package bundle", }, + ["latex/drac/drac-fr.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/yagusylo/yagusylo-fr.pdf"] = {["details"] = "User documentation (French)", ["lang"] = "fr", }, + ["latex/ecltree/ecltreesample.pdf"] = {["details"] = "Package examples", }, + ["generic/ulem/ulem.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-optic/README"] = {["details"] = "Readme", }, + ["latex/exercise/README"] = {["details"] = "Readme", }, + ["latex/g-brief/beispiel.pdf"] = {["details"] = "Example, old version", ["lang"] = "de", }, + ["generic/FAQ-en/letterfaq.pdf"] = {["details"] = "FAQ formatted for letter paper", }, + ["latex/gaceta/plantilla-articulo-suelto.pdf"] = {["details"] = "Example 1: how to write an article", ["lang"] = "es", }, + ["plain/treetex/readme"] = {["details"] = "Readme", }, + ["latex/bracketkey/README"] = {["details"] = "Readme, including usage details", }, + ["latex/dox/dox.pdf"] = {["details"] = "Package documentation", }, + ["latex/jurarsp/README"] = {["details"] = "Readme", }, + ["latex/booktabs/booktabs.pdf"] = {["details"] = "Package documentation", }, + ["latex/pdfscreen/manual-print.pdf"] = {["details"] = "Manual, for printing", }, + ["latex/ryethesis/ryethesis.pdf"] = {["details"] = "Package documentation", }, + ["metapost/automata/README"] = {["details"] = "Readme", }, + ["latex/fouridx/README"] = {["details"] = "Readme", }, + ["latex/biblatex/README"] = {["details"] = "Readme", }, + ["fonts/auncial-new/tryauncial.pdf"] = {["details"] = "Font sample, etc.", }, + ["context/third/french/french-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/mfpic4ode/demo/demo.pdf"] = {["details"] = "Examples of use", }, + ["latex/bold-extra/bold-extra.pdf"] = {["details"] = "Package documentation", }, + ["latex/coordsys/README"] = {["details"] = "Bundle Readme", }, + ["latex/teubner/README"] = {["details"] = "Readme", }, + ["latex/metalogo/README"] = {["details"] = "Readme", }, + ["latex/tdclock/README"] = {["details"] = "Readme", }, + ["latex/mxd/README"] = {["details"] = "Readme", }, + ["latex/dotseqn/readme"] = {["details"] = "Readme", }, + ["latex/makeplot/README"] = {["details"] = "Readme", }, + ["latex/csquotes/csquotes.pdf"] = {["details"] = "Tutorial on use of the package", }, + ["latex/l2picfaq/l2picfaq.pdf"] = {["details"] = "The document itself", ["lang"] = "de", }, + ["latex/svn-prov/svn-prov.pdf"] = {["details"] = "Package documentation", }, + ["latex/shorttoc/00readme"] = {["details"] = "Package README", }, + ["latex/gloss/gloss.pdf"] = {["details"] = "Package documentation", }, + ["latex/gmdoc-enhance/README"] = {["details"] = "Readme", }, + ["latex/mparhack/mparhack.pdf"] = {["details"] = "Package documentation", }, + ["latex/fmtcount/README"] = {["details"] = "Package README", }, + ["generic/pst-bezier/README"] = {["details"] = "Readme", }, + ["context/third/vim/vim-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/recipe/sample.pdf"] = {["details"] = "Sample of output (Italian)", ["lang"] = "it", }, + ["latex/powerdot/README"] = {["details"] = "Readme", }, + ["generic/pst-circ/README"] = {["details"] = "Readme", }, + ["fonts/archaic/asamples.pdf"] = {["details"] = "Collection of font samples", }, + ["fonts/doublestroke/README"] = {["details"] = "Package Readme", }, + ["latex/ncclatex/nccnews.pdf"] = {["details"] = "Package news", ["lang"] = "ru", }, + ["latex/epsdice/dice.pdf"] = {["details"] = "Sample dice", }, + ["latex/hepparticles/hepparticles.pdf"] = {["details"] = "Package documentation", }, + ["latex/probsoln/README"] = {["details"] = "Package README", }, + ["latex/emp/empman.pdf"] = {["details"] = "Package manual", }, + ["latex/thuthesis/README"] = {["details"] = "Readme", }, + ["latex/pst2pdf/pst2pdf-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/SIstyle/README"] = {["details"] = "Readme", }, + ["metapost/drv/README"] = {["details"] = "Readme", }, + ["support/latex2man/README"] = {["details"] = "Readme", }, + ["latex/subfloat/README"] = {["details"] = "Readme", }, + ["latex/tablists/tablists.pdf"] = {["details"] = "Package documentation", }, + ["latex/lewis/README"] = {["details"] = "Readme", }, + ["latex/elsevier/instructions-num.pdf"] = {["details"] = "Instructions for use, numeric citations", ["lang"] = "en", }, + ["latex/latexdiff/latexdiff-man.pdf"] = {["details"] = "Package manual", }, + ["latex/maybemath/README"] = {["details"] = "Package README", }, + ["generic/pst-plot/pst-plot-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/nomencl/nomencl.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-osci/oscilloscope.pdf"] = {["details"] = "French documentation:", ["lang"] = "fr", }, + ["latex/comment/comment.pdf"] = {["details"] = "Package documentation", }, + ["latex/screenplay/README"] = {["details"] = "Package README", }, + ["latex/g-brief/beispiel2.pdf"] = {["details"] = "Example, new version", ["lang"] = "de", }, + ["fonts/allrunes/allrunes.pdf"] = {["details"] = "Package documentation", }, + ["latex/pracjourn/README"] = {["details"] = "Readme", }, + ["latex/tkz-orm/tkz-orm.pdf"] = {["details"] = "Package documentation", }, + ["latex/euproposal/propB.pdf"] = {["details"] = "The fake proposal", }, + ["latex/combinedgraphics/README"] = {["details"] = "Readme", }, + ["fonts/xq/xqexample.pdf"] = {["details"] = "Example of use", }, + ["latex/dlfltxb/dlfltxbmarkup.pdf"] = {["details"] = "dlfltxbmarkup package documentation", }, + ["latex/dpfloat/README"] = {["details"] = "Readme", }, + ["latex/psgo/psgomanual.pdf"] = {["details"] = "Package documentation", }, + ["latex/chbibref/chbibref.pdf"] = {["details"] = "Package documentation", }, + ["latex/imtekda/IMTEKda.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["fonts/cjhebrew/manual.pdf"] = {["details"] = "Package manual", }, + ["fonts/boisik/example/boisik-idiot.pdf"] = {["details"] = "Running text, in the font", ["lang"] = "cs", }, + ["latex/hepthesis/README"] = {["details"] = "Package README", }, + ["support/fontools/README"] = {["details"] = "Bundle readme", }, + ["latex/moderncv/examples/template_en_classic_green.pdf"] = {["details"] = "Example: classic style", }, + ["metapost/latexmp/README"] = {["details"] = "Readme", }, + ["latex/expl3/expl3.pdf"] = {["details"] = "The LaTeX3 Programming Language", }, + ["generic/pst-labo/README"] = {["details"] = "Readme", }, + ["latex/IEEEconf/IEEEconf.pdf"] = {["details"] = "Package documentation", }, + ["latex/footbib/footbib.pdf"] = {["details"] = "Package documentation", }, + ["latex/dateiliste/README-eo"] = {["details"] = "Readme", ["lang"] = "eo", }, + ["latex/hitec/hitec_doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/movie15/README"] = {["details"] = "README file", }, + ["latex/engpron/engpron-ex-en.pdf"] = {["details"] = "Usage example (English)", ["lang"] = "en", }, + ["latex/minipage-marginpar/minipage-marginpar.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["latex/appendix/README"] = {["details"] = "Package Readme", }, + ["latex/labbook/labbook.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/mh/README"] = {["details"] = "Readme", }, + ["latex/keyreader/keyreader-guide.pdf"] = {["details"] = "Package documentation", }, + ["generic/mfpic/README"] = {["details"] = "Readme", }, + ["latex/pdftricks/manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/sdrt/README"] = {["details"] = "Readme", }, + ["latex/svn-multi/svn-multi-pl.pdf"] = {["details"] = "The Perl script", }, + ["fonts/fonetika/README"] = {["details"] = "Package Readme", }, + ["latex/ametsoc/AMS_References.pdf"] = {["details"] = "Bibliography style documentation", }, + ["latex/register/register.pdf"] = {["details"] = "Package documentation", }, + ["generic/latex-notes-zh-cn/latex-notes-zh-cn.pdf"] = {["details"] = "The document itself", ["lang"] = "zh", }, + ["generic/FAQ-en/README"] = {["details"] = "Package Readme", }, + ["latex/leftidx/README"] = {["details"] = "Readme", }, + ["latex/ellipsis/README"] = {["details"] = "Readme", }, + ["latex/makecell/makecell-rus.pdf"] = {["details"] = "Package documentation", ["lang"] = "ru", }, + ["generic/pst-fun/README"] = {["details"] = "Readme", }, + ["latex/l2tabu-english/l2tabuen.pdf"] = {["details"] = "The document itself", }, + ["metapost/blockdraw_mp/README"] = {["details"] = "Readme", }, + ["latex/bigfoot/README"] = {["details"] = "Readme", }, + ["luatex/luaotfload/luaotfload.pdf"] = {["details"] = "Package documentation", }, + ["lualatex/luainputenc/luainputenc.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-chinese/README"] = {["details"] = "Readme, including compilation instructions", }, + ["latex/bibunits/README"] = {["details"] = "Readme", }, + ["latex/SIstyle/SIstyle-2.3a.pdf"] = {["details"] = "Package documentation", }, + ["support/pdfcrop/README"] = {["details"] = "Readme", }, + ["support/latexmk/example_rcfiles/README"] = {["details"] = "Readme", }, + ["latex/bibunits/bibunits.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-gantt/README"] = {["details"] = "Readme", }, + ["latex/zefonts/readme"] = {["details"] = "Readme", }, + ["latex/listofsymbols/README"] = {["details"] = "Readme", }, + ["latex/proba/README"] = {["details"] = "Readme", }, + ["latex/greekdates/README"] = {["details"] = "Readme", }, + ["latex/gmiflink/gmiflink.pdf"] = {["details"] = "Package documentation", }, + ["latex/babelbib/README"] = {["details"] = "Readme", }, + ["latex/authorindex/authorindex.pdf"] = {["details"] = "Package documentation", }, + ["latex/bullcntr/bullcntr-man.pdf"] = {["details"] = "Package documentation", }, + ["latex/engrec/README"] = {["details"] = "Package Readme", }, + ["xelatex/mathspec/README"] = {["details"] = "Readme", }, + ["generic/mfpic/mfpcard.pdf"] = {["details"] = "Quick reference", ["lang"] = "en", }, + ["generic/dirtree/README"] = {["details"] = "Readme", }, + ["fonts/auncial-new/auncial.pdf"] = {["details"] = "Package documentation", }, + ["latex/bibleref/bibleref.pdf"] = {["details"] = "Package documentation", }, + ["latex/uaclasses/README"] = {["details"] = "Readme", }, + ["latex/docmute/docmute.pdf"] = {["details"] = "Package documentation", }, + ["latex/forarray/forarray.pdf"] = {["details"] = "Package documentation", }, + ["latex/footbib/README"] = {["details"] = "Readme", }, + ["latex/showexpl/README"] = {["details"] = "README file", }, + ["latex/12many/12many.pdf"] = {["details"] = "Package documentation", }, + ["latex/fmtcount/fmtcount.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["latex/lshort-english/lshort.pdf"] = {["details"] = "The document itself", }, + ["latex/bracketkey/bracketkey.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-platon/README"] = {["details"] = "Readme", }, + ["latex/ednotes/README"] = {["details"] = "Readme", }, + ["latex/textopo/textopo.pdf"] = {["details"] = "Package documentation", }, + ["fonts/free-math-font-survey/survey.html"] = {["details"] = "The survey, as an HTML file", ["lang"] = "en", }, + ["latex/tensor/README"] = {["details"] = "Package README", }, + ["latex/thmtools/README"] = {["details"] = "Readme", }, + ["latex/prosper/README"] = {["details"] = "Package Readme", }, + ["latex/mcaption/README"] = {["details"] = "Readme", }, + ["context/third/chromato/chromato-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/show2e/show2e.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/kerntest/README"] = {["details"] = "Readme", }, + ["latex/ucdavisthesis/ucdavisthesis.pdf"] = {["details"] = "Package documentation", }, + ["latex/pagecont/pagecont.pdf"] = {["details"] = "Package documentation", }, + ["generic/FAQ-en/newfaq.pdf"] = {["details"] = "FAQ formatted for A4 paper", }, + ["latex/datenumber/README.txt"] = {["details"] = "Package README", ["lang"] = "en", }, + ["latex/modref/modref.pdf"] = {["details"] = "Package documentation", }, + ["latex/floatrow/floatrow.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/harvard/README"] = {["details"] = "Package Readme", }, + ["latex/cdpbundl/README"] = {["details"] = "Readme", }, + ["omega/antomega/antomega.pdf"] = {["details"] = "Package documentation", }, + ["latex/curve/curve.pdf"] = {["details"] = "Package documentation", }, + ["plain/newsletr/newsletr.txt"] = {["details"] = "Help for newsletr format", }, + ["latex/confproc/confproc.pdf"] = {["details"] = "Package documentation", }, + ["latex/anyfontsize/anyfontsize.pdf"] = {["details"] = "Package documentation", }, + ["latex/nicetext/makedoc.pdf"] = {["details"] = "Makedoc documentation", }, + ["latex/recipe/README"] = {["details"] = "Readme", }, + ["latex/nicetext/wikicheat.pdf"] = {["details"] = "Cheatsheet for the wiki package", }, + ["latex/philex/philex.pdf"] = {["details"] = "Package documentation", }, + ["latex/makedtx/README"] = {["details"] = "Readme", }, + ["latex/flashcards/README"] = {["details"] = "Package Readme", }, + ["latex/wrapfig/multiple-span.txt"] = {["details"] = "How to use wrapfig to span multiple columns", }, + ["latex/pgf-soroban/README"] = {["details"] = "Readme", }, + ["fonts/inconsolata/inconsolata.pdf"] = {["details"] = "Package documentation and font tables", }, + ["latex/braket/braket.pdf"] = {["details"] = "Package documentation", }, + ["latex/moreverb/moreverb.pdf"] = {["details"] = "Package documentation", }, + ["latex/fancyvrb/fancyvrb.pdf"] = {["details"] = "Package documentation", }, + ["latex/engpron/engpron-en.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/tikz-timing/tikz-timing.pdf"] = {["details"] = "Package documentation", }, + ["latex/thmtools/thmtools.pdf"] = {["details"] = "Package documentation", }, + ["fonts/inconsolata/README"] = {["details"] = "Readme", }, + ["context/third/context-top-ten/src/cmds.pdf"] = {["details"] = "The document itself", }, + ["latex/expdlist/expdlist.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/fixme/fixme.pdf"] = {["details"] = "Package documentation", }, + ["latex/uml/README"] = {["details"] = "Package Readme", }, + ["latex/gmverse/README"] = {["details"] = "README", }, + ["latex/ntgclass/artdoc.pdf"] = {["details"] = "The artikel classes", ["lang"] = "nl", }, + ["latex/poemscol/poemscolcheatsheet.pdf"] = {["details"] = "Short index", }, + ["generic/xlop/fr-user.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/datetime/datetime.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["latex/ednotes/ednotes.pdf"] = {["details"] = "All plain text files, as pdf:", ["lang"] = "en", }, + ["generic/pst-optexp/pst-optexp-doc.pdf"] = {["details"] = "Package manual", }, + ["latex/ltxdockit/README"] = {["details"] = "Readme", }, + ["latex/yagusylo/LISEZMOI"] = {["details"] = "Lisez moi", ["lang"] = "fr", }, + ["latex/lshort-dutch/lshort-nl-1.3.pdf"] = {["details"] = "The document itself", ["lang"] = "nl", }, + ["xelatex/mathspec/mathspec.pdf"] = {["details"] = "Package documentation", }, + ["latex/ifplatform/ifplatform.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-am/README"] = {["details"] = "Readme", }, + ["fonts/fontname/fontname.html"] = {["details"] = "Outline of the mapping scheme (HTML)", }, + ["latex/greektex/greektexdoc.pdf"] = {["details"] = "Package documentation", ["lang"] = "el", }, + ["generic/pst-bar/pst-bar-doc.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/censor/censor.pdf"] = {["details"] = "Package documentation", }, + ["latex/eukdate/eukdate.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-optic/pst-optic-examples.pdf"] = {["details"] = "Examples:", }, + ["latex/faktor/README"] = {["details"] = "Readme and basic instructions", }, + ["latex/acromake/acromake.pdf"] = {["details"] = "Package documentation", }, + ["fonts/auncial-new/README"] = {["details"] = "Readme", }, + ["generic/pst-bspline/pst-bspline-doc.pdf"] = {["details"] = "Package documentation", }, + ["metapost/slideshow/sshowintro.pdf"] = {["details"] = "Presentation about package:", }, + ["latex/pict2e/pict2e.pdf"] = {["details"] = "Package documentation", }, + ["latex/calctab/README"] = {["details"] = "Readme", }, + ["latex/a0poster/a0_eng.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/combelow/combelow.pdf"] = {["details"] = "Package documentation", }, + ["latex/minibox/minibox.pdf"] = {["details"] = "Package documentation", }, + ["latex/rotating/README"] = {["details"] = "Readme", }, + ["latex/aiaa/pre2004/README"] = {["details"] = "Package README", }, + ["latex/adrlist/adrlist.pdf"] = {["details"] = "Package documentation", }, + ["latex/uwthesis/uwthesis.pdf"] = {["details"] = "Package documentation/example of use", }, + ["latex/genmpage/genmpage.pdf"] = {["details"] = "Package documentation", }, + ["fonts/dictsym/README"] = {["details"] = "Readme", }, + ["generic/pst-barcode/pst-barcode-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/braille/braille.html"] = {["details"] = "Package documentation (HTML)", }, + ["latex/simplecv/testcv.pdf"] = {["details"] = "Sample of use", }, + ["latex/changepage/changepage.pdf"] = {["details"] = "Package documentation", }, + ["latex/keycommand/keycommand.pdf"] = {["details"] = "Package documentation", }, + ["latex/docmfp/README"] = {["details"] = "Package Readme", }, + ["metapost/base/source-manual/README"] = {["details"] = "Readme", }, + ["generic/elhyphen/README"] = {["details"] = "Readme", }, + ["latex/algorithmicx/algorithmicx.pdf"] = {["details"] = "Package documentation", }, + ["latex/plates/README"] = {["details"] = "Readme", }, + ["latex/floatrow/README"] = {["details"] = "Readme", }, + ["latex/hepparticles/README"] = {["details"] = "Readme", }, + ["latex/minibox/README"] = {["details"] = "Readme", }, + ["latex/tree-dvips/Readme"] = {["details"] = "Readme", }, + ["xelatex/xltxtra/README"] = {["details"] = "Readme", }, + ["support/latex2man/latex2man.html"] = {["details"] = "Package documentation (HTML)", }, + ["latex/layouts/layman.pdf"] = {["details"] = "Package documentation", }, + ["latex/glossaries/glossary2glossaries.html"] = {["details"] = "How to upgrade from glossary.sty (HTML)", }, + ["generic/pst-3dplot/pst-3dplot-doc.pdf"] = {["details"] = "Package documentation", }, + ["fonts/fouriernc/README"] = {["details"] = "Readme", }, + ["fonts/cbfonts/cbgreek.pdf"] = {["details"] = "Package documentation", }, + ["fonts/ly1/ly1.txt"] = {["details"] = "Outline of usage", }, + ["latex/jpsj/injpsj2.pdf"] = {["details"] = "Instructions for authors", }, + ["latex/jurarsp/jurarsp.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["latex/listings-ext/listings-ext.pdf"] = {["details"] = "Package documentation", }, + ["latex/emp/emp.pdf"] = {["details"] = "Documented source", }, + ["latex/swebib/README"] = {["details"] = "Readme", }, + ["generic/pst-solides3d/doc/pst-solides3d-doc-exemples.pdf"] = {["details"] = "Examples of use (French)", ["lang"] = "fr", }, + ["latex/hepunits/hepunits.pdf"] = {["details"] = "Package documentation", }, + ["latex/ar/ar.txt"] = {["details"] = "README", }, + ["latex/pst-calendar/README"] = {["details"] = "Readme", }, + ["generic/tex-ewd/README"] = {["details"] = "Readme", }, + ["generic/pst-gr3d/pst-gr3d.pdf"] = {["details"] = "Package documentation", }, + ["latex/calligra/testfont.pdf"] = {["details"] = "Font table", }, + ["latex/facsimile/README"] = {["details"] = "Readme", }, + ["metapost/mpattern/README"] = {["details"] = "Package Readme (English)", ["lang"] = "en", }, + ["fonts/staves/README"] = {["details"] = "Package README", }, + ["latex/combelow/README"] = {["details"] = "Readme", }, + ["latex/screenplay/screenplay.pdf"] = {["details"] = "Package documentation", }, + ["luatex/luatextra/luatextra-reference.pdf"] = {["details"] = "General introduction", }, + ["latex/enumitem/README"] = {["details"] = "Readme", }, + ["fonts/genealogy/README"] = {["details"] = "Readme", }, + ["latex/pgf-soroban/pgf-soroban-doc.pdf"] = {["details"] = "Package documentation", }, + ["xetex/xetexref/XeTeX-reference.pdf"] = {["details"] = "The document itself", }, + ["generic/variations/ALIRE"] = {["details"] = "Package ALIRE", ["lang"] = "fr", }, + ["pdftex/NEWS"] = {["details"] = "Development news", }, + ["latex/latex-course/README"] = {["details"] = "Readme", }, + ["latex/fancyref/README"] = {["details"] = "Package Readme", }, + ["latex/braille/README"] = {["details"] = "Readme", }, + ["latex/cuisine/README"] = {["details"] = "Package Readme", }, + ["latex/savetrees/savetrees.pdf"] = {["details"] = "Package documentation", }, + ["latex/show2e/show2e-fr.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["plain/fontch/README"] = {["details"] = "Readme and usage details", }, + ["latex/flacards/README"] = {["details"] = "Readme", }, + ["latex/newspaper/newspaper.pdf"] = {["details"] = "Package documentation", }, + ["fonts/cmll/README"] = {["details"] = "Readme", }, + ["generic/pst-labo/pst-labo-docDE.pdf"] = {["details"] = "German documentation:", }, + ["latex/msc/manual.pdf"] = {["details"] = "User manual", }, + ["latex/svninfo/svninfo.pdf"] = {["details"] = "Package documentation", }, + ["latex/bibexport/README"] = {["details"] = "Readme", }, + ["latex/iso/README"] = {["details"] = "Readme", }, + ["latex/erdc/sample.pdf"] = {["details"] = "Sample of usage", }, + ["latex/gmiflink/README"] = {["details"] = "README", }, + ["latex/amsmath/amsldoc.pdf"] = {["details"] = "User guide (English)", ["lang"] = "en", }, + ["latex/sides/README"] = {["details"] = "Readme", }, + ["latex/soul/soul.pdf"] = {["details"] = "Package documentation", }, + ["latex/struktex/LIESMICH"] = {["details"] = "LIESMICH file", ["lang"] = "de", }, + ["latex/asyfig/README"] = {["details"] = "Readme", }, + ["latex/boxhandler/README"] = {["details"] = "README file", }, + ["generic/ukrhyph/rules_ph.pdf"] = {["details"] = "Old hyphenation rules with phonetics", ["lang"] = "uk", }, + ["latex/ordinalpt/ordinalpt.pdf"] = {["details"] = "Package documentation", }, + ["latex/rsc/rsc.pdf"] = {["details"] = "Package documentation", }, + ["latex/drac/drac.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/eskdx/FAQ"] = {["details"] = "Package FAQ", ["lang"] = "ru", }, + ["latex/tcldoc/README.txt"] = {["details"] = "Readme", }, + ["latex/trimspaces/trimspaces.pdf"] = {["details"] = "Package documentation", }, + ["luatex/luatextra/luamcallbacks.pdf"] = {["details"] = "Luamcallbacks package documentation", }, + ["generic/pst-circ/pst-circ-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/ntheorem/ntheorem.pdf"] = {["details"] = "Package documentation:", ["lang"] = "en", }, + ["latex/spie/article.pdf"] = {["details"] = "Template and guidelines for authors", }, + ["latex/spreadtab/spreadtab_doc_vn.pdf"] = {["details"] = "Package documentation (Vietnamese)", ["lang"] = "vn", }, + ["latex/makebox/README"] = {["details"] = "Package Readme", }, + ["latex/tengwarscript/tengwarscript.pdf"] = {["details"] = "Package manual:", }, + ["latex/rccol/README"] = {["details"] = "Readme", }, + ["latex/rcs-multi/rcs-multi.pdf"] = {["details"] = "Package documentation", }, + ["latex/ccicons/ccicons.pdf"] = {["details"] = "Package documentation", }, + ["fonts/cyklop/cyklop-info.pdf"] = {["details"] = "Package documentation", }, + ["context/third/chromato/chromato-demo.pdf"] = {["details"] = "Package usage demo", }, + ["latex/umoline/README"] = {["details"] = "Readme", }, + ["bibtex/gost/gost71.pdf"] = {["details"] = "Preparing biblio in GOST 7.1-1984:", }, + ["latex/courier-scaled/Couriers.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-coil/pst-coil-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/polski/czytaj.txt"] = {["details"] = "Readme (Polish)", ["lang"] = "pl", }, + ["latex/xargs/README"] = {["details"] = "Readme", }, + ["latex/mwcls/CZYTAJ"] = {["details"] = "Package README", ["lang"] = "pl", }, + ["fonts/ean/README"] = {["details"] = "Readme", }, + ["metapost/splines/README"] = {["details"] = "Package README", }, + ["latex/chemcono/chemcono.pdf"] = {["details"] = "Package documentation", }, + ["latex/changes/README"] = {["details"] = "Readme", }, + ["latex/metre/metre.pdf"] = {["details"] = "Package documentation", }, + ["latex/dlfltxb/README"] = {["details"] = "Readme", }, + ["generic/around-the-bend/AroundTheBend.pdf"] = {["details"] = "The document itself", }, + ["plain/newsletr/newssamp.pdf"] = {["details"] = "Sample Newsletter", }, + ["latex/beamer-tut-pt/tutorialbeamer.pdf"] = {["lang"] = "pt", }, + ["latex/tablor/README-fr.txt"] = {["details"] = "Readme (French)", ["lang"] = "fr", }, + ["latex/pspicture/pspicture.pdf"] = {["details"] = "Package documentation", }, + ["latex/nath/README"] = {["details"] = "Package Readme", }, + ["latex/titling/titling.pdf"] = {["details"] = "Package documentation", }, + ["latex/pbsheet/xpl/xpl-fr.pdf"] = {["details"] = "Example of use", ["lang"] = "fr", }, + ["fonts/boisik/README"] = {["details"] = "Readme", }, + ["latex/ziffer/README"] = {["details"] = "Readme", }, + ["latex/munich/README"] = {["details"] = "Readme", }, + ["bibtex/iopart-num/iopart-num.pdf"] = {["details"] = "Package documentation", }, + ["latex/achemso/README"] = {["details"] = "Readme", }, + ["fonts/mathabx/README"] = {["details"] = "Readme", }, + ["latex/stex/stex.pdf"] = {["details"] = "Package documentation", }, + ["fonts/accfonts/README"] = {["details"] = "Package Readme and documentation", }, + ["fonts/doublestroke/dsdoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/mciteplus/mciteplus_doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/nicetext/fifinddo.pdf"] = {["details"] = "Fifinddo documentation", }, + ["generic/pst-abspos/pst-abspos-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/ESIEEcv/ESIEEcv.pdf"] = {["details"] = "Package documentation", }, + ["latex/ledmac/ledmac.pdf"] = {["details"] = "Package documentation", }, + ["latex/biblatex/RELEASE"] = {["details"] = "Release notes for version 0.9", }, + ["latex/dashundergaps/doc/pdf/dashundergaps.pdf"] = {["details"] = "Package documentation", }, + ["latex/warpcol/warpcol.pdf"] = {["details"] = "Package documentation", }, + ["latex/fixme/README"] = {["details"] = "Package Readme", }, + ["latex/alterqcm/doc/doc_aq.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/quotmark/README"] = {["details"] = "Readme", }, + ["latex/cjkpunct/README"] = {["details"] = "Readme", }, + ["latex/eCards/eCardsman_p.pdf"] = {["details"] = "Package documentation (for printing)", }, + ["latex/catechis/catechis.pdf"] = {["details"] = "Package documentation", }, + ["plain/newsletr/sample.pdf"] = {["details"] = "Another sample Newsletter", }, + ["latex/mailmerge/mailmerge.pdf"] = {["details"] = "Package documentation", }, + ["generic/barr/diaxydoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/chappg/chappg.pdf"] = {["details"] = "Package documentation", }, + ["latex/ledmac/README"] = {["details"] = "Readme", }, + ["latex/hypdvips/README"] = {["details"] = "Readme", }, + ["latex/zwpagelayout/zwpagelayout.pdf"] = {["details"] = "Package documentation", }, + ["latex/texpower/manual.pdf"] = {["details"] = "Manual", }, + ["latex/rsc/README"] = {["details"] = "Readme", }, + ["latex/gmverse/gmverse.pdf"] = {["details"] = "Package documentation", }, + ["latex/stdclsdv/stdclsdv.pdf"] = {["details"] = "Package documentation", }, + ["fonts/ibygrk/README"] = {["details"] = "General and installation Readme", }, + ["latex/lettrine/README"] = {["details"] = "Readme", }, + ["latex/anysize/anysize.pdf"] = {["details"] = "Package documentation", }, + ["latex/songbook/songbook.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-finnish/lyhyt2e.pdf"] = {["details"] = "The document itself", ["lang"] = "fi", }, + ["latex/l2tabu-french/README"] = {["details"] = "The document itself", ["lang"] = "fr", }, + ["latex/recipecard/README"] = {["details"] = "Package README", }, + ["latex/latexcheat-esmx/latexsheet-esmx.pdf"] = {["details"] = "The document itself", ["lang"] = "es", }, + ["latex/tdsfrmath/LISEZMOI"] = {["details"] = "Lisez-moi", ["lang"] = "fr", }, + ["latex/crossreference/README"] = {["details"] = "Readme", }, + ["latex/tdsfrmath/tdsfrmath.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/bibexport/bibexport.pdf"] = {["details"] = "Package documentation", }, + ["latex/pgfopts/pgfopts.pdf"] = {["details"] = "Package documentation", }, + ["latex/crossword/README"] = {["details"] = "Package Readme", }, + ["generic/dehyph-exptl/README"] = {["details"] = "Readme", }, + ["latex/colortbl/colortbl.pdf"] = {["details"] = "Package manual", ["lang"] = "en", }, + ["latex/mwcls/mwclsdoc.pdf"] = {["details"] = "Package documentation", ["lang"] = "pl", }, + ["support/epspdf/README"] = {["details"] = "Readme", }, + ["latex/latex2e-help-texinfo/latex2e.html"] = {["details"] = "HTML conversion of the source", }, + ["latex/lshort-english/README"] = {["details"] = "Readme", }, + ["latex/tablor/tablor.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/pst-calendar/pst-calendar-docDE.pdf"] = {["details"] = "German documentation:", ["lang"] = "de", }, + ["latex/cjk/doc/japanese/README"] = {["details"] = "Readme file", }, + ["latex/talk/talkdoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/juramisc/README"] = {["details"] = "Package README", ["lang"] = "de", }, + ["latex/mcaption/mcaption.pdf"] = {["details"] = "Package documentation", }, + ["latex/slantsc/README"] = {["details"] = "Readme", }, + ["latex/robustindex/robustindex.html"] = {["details"] = "Package documentation", }, + ["latex/flowfram/samples/poster.pdf"] = {["details"] = "Sample - poster", }, + ["latex/ppr-prv/ppr-prv.pdf"] = {["details"] = "Package documentation", }, + ["fonts/fontinst/README"] = {["details"] = "Readme", }, + ["latex/makecell/README"] = {["details"] = "README file", }, + ["latex/bookest/bookestdoc-it.pdf"] = {["details"] = "Package documentation (Italian)", ["lang"] = "it", }, + ["latex/combinedgraphics/combinedgraphics.pdf"] = {["details"] = "Package documentation", }, + ["latex/cweb-latex/README"] = {["details"] = "Readme", }, + ["latex/ted/ted-fr.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/paresse/paresse.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-asr/pst-asr-doc.pdf"] = {["details"] = "Package documentation", }, + ["luatex/luamplib/README"] = {["details"] = "Readme", }, + ["latex/flowfram/samples/brochure.pdf"] = {["details"] = "Sample - brochure", }, + ["latex/cweb-latex/cweb-user.pdf"] = {["details"] = "User manual", }, + ["latex/tabularcalc/tabularcalc_doc_en.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["generic/pst-stru/pst-stru-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/ulsy/README"] = {["details"] = "Readme", ["lang"] = "de", }, + ["latex/titlepic/titlepic-manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/splitindex/splitidx.pdf"] = {["details"] = "Package documentation", }, + ["latex/rotpages/README"] = {["details"] = "Readme", }, + ["latex/frontespizio/README"] = {["details"] = "Readme", }, + ["latex/titlepages/titlepages.pdf"] = {["details"] = "The document itself", }, + ["latex/stringstrings/stringstrings.pdf"] = {["details"] = "Package documentation", }, + ["latex/nostarch/nostarch.pdf"] = {["details"] = "Package documentation", }, + ["latex/fix2col/fix2col.pdf"] = {["details"] = "Package documentation", }, + ["latex/xfor/README"] = {["details"] = "Readme", }, + ["latex/margbib/margbib.pdf"] = {["details"] = "Package documentation", }, + ["latex/image-gallery/README"] = {["details"] = "Readme", }, + ["latex/cleveref/cleveref.pdf"] = {["details"] = "Package documentation", }, + ["latex/subdepth/subdepth.pdf"] = {["details"] = "Package documentation", }, + ["latex/steinmetz/README"] = {["details"] = "Readme", }, + ["latex/bpchem/bpchem.pdf"] = {["details"] = "Package documentation", }, + ["latex/modref/README"] = {["details"] = "Readme", }, + ["generic/encxvlna/README"] = {["details"] = "Readme", }, + ["xelatex/fontwrap/README"] = {["details"] = "Readme", }, + ["latex/xpackages/xbase/xparse.pdf"] = {["details"] = "Package documentation: xparse", }, + ["generic/encxvlna/encxvlna.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-diffraction/pst-diffraction-docE.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/chess-problem-diagrams/diagram.pdf"] = {["details"] = "Package documentation", }, + ["latex/eqexam/README"] = {["details"] = "Readme", }, + ["latex/cmdstring/cmdstring.pdf"] = {["details"] = "Package documentation", }, + ["latex/tikz-3dplot/tikz-3dplot_documentation.pdf"] = {["details"] = "Package documentation", }, + ["fonts/gfsneohellenic/README"] = {["details"] = "Readme", }, + ["latex/rtklage/rtklage.pdf"] = {["lang"] = "de", }, + ["latex/cjw/cjwoutl.pdf"] = {["details"] = "Documentation of outline package", }, + ["latex/biocon/README"] = {["details"] = "Readme", }, + ["latex/getfiledate/README"] = {["details"] = "Readme", }, + ["latex/minted/README"] = {["details"] = "Readme", }, + ["latex/subsupscripts/SubSupScripts.pdf"] = {["details"] = "Package documentation", }, + ["latex/mlist/mlist.pdf"] = {["details"] = "Package documentation", }, + ["latex/ESIEEcv/cvtest.pdf"] = {["details"] = "Test/sample document", }, + ["latex/qcm/README"] = {["details"] = "Readme", }, + ["generic/german/gerdoc.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["xelatex/xecjk/README"] = {["details"] = "Readme", }, + ["pdftex/README"] = {["details"] = "Readme", }, + ["latex/syntax/syntaxintro.pdf"] = {["details"] = "Introduction to the package", ["lang"] = "de", }, + ["latex/gene-logic/gn-logic14.pdf"] = {["details"] = "Package documentation", }, + ["latex/calctab/calctab_manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/svninfo/README"] = {["details"] = "Readme", }, + ["latex/commath/commath.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-slovenian/README"] = {["details"] = "Readme", }, + ["latex/faktor/faktor.pdf"] = {["details"] = "Benutzerdoku:", ["lang"] = "de", }, + ["latex/dk-bib/dk-bib.pdf"] = {["details"] = "Package documentation", }, + ["latex/cases/cases.pdf"] = {["details"] = "Package documentation", }, + ["latex/graphicx-psmin/graphicx-psmin.pdf"] = {["details"] = "Package documentation", }, + ["latex/collref/collref.pdf"] = {["details"] = "Package documentation", }, + ["latex/ifmslide/README"] = {["details"] = "Readme", }, + ["metapost/metago/README"] = {["details"] = "Readme", }, + ["latex/polski/readme.txt"] = {["details"] = "Readme (English)", }, + ["eplain/README"] = {["details"] = "Package Readme", }, + ["latex/latex-veryshortguide/README"] = {["details"] = "Readme", }, + ["fonts/chemarrow/Liesmich.txt"] = {["details"] = "Package Liesmich", ["lang"] = "de", }, + ["latex/formular/README"] = {["details"] = "Readme", }, + ["fonts/jablantile/README"] = {["details"] = "Readme", }, + ["latex/urlbst/urlbst.pdf"] = {["details"] = "Package documentation (PDF format)", }, + ["latex/csvtools/README"] = {["details"] = "Readme", }, + ["latex/aeguill/guil-test1.pdf"] = {["details"] = "Discussion of package", }, + ["fonts/jablantile/jablantile.pdf"] = {["details"] = "Example of use (letter to Jablan)", }, + ["latex/siunitx/siunitx.pdf"] = {["details"] = "Package documentation", }, + ["latex/leaflet/leaflet-manual.pdf"] = {["details"] = "Package manual (as a leaflet)", }, + ["latex/bophook/bophook.pdf"] = {["details"] = "Package documentation", }, + ["latex/natbib/natnotes.pdf"] = {["details"] = "Reference Sheet", }, + ["fonts/gentium/README"] = {["details"] = "Readme", }, + ["latex/sffms/sffms_manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/hepnames/heppennames.pdf"] = {["details"] = "Enumeration of available pennames", }, + ["fonts/skaknew/SkakNew.pdf"] = {["details"] = "Package documentation", }, + ["support/pkfix-helper/README"] = {["details"] = "Readme", }, + ["luatex/luatextra/luaextra.pdf"] = {["details"] = "Luaextra package documentation", }, + ["latex/quotchap/document.pdf"] = {["details"] = "Sample document (chapter headings only)", }, + ["latex/mlist/README"] = {["details"] = "Readme", }, + ["latex/protocol/protocol.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/revtex/README"] = {["details"] = "Package Readme", }, + ["latex/chemstyle/README"] = {["details"] = "Readme", }, + ["latex/epslatex-fr/fepslatex.pdf"] = {["details"] = "The document itself", }, + ["latex/ntgclass/classdoc.pdf"] = {["details"] = "Introduction to the classes", }, + ["luatex/luaotfload/README"] = {["details"] = "Readme", }, + ["latex/sciwordconv/README"] = {["details"] = "Readme", }, + ["latex/cd-cover/README"] = {["details"] = "Readme", }, + ["latex/dotseqn/dotseqn.pdf"] = {["details"] = "Package documentation", }, + ["latex/bbm-macros/bbm.pdf"] = {["details"] = "Package documentation", }, + ["latex/listings/listings.pdf"] = {["details"] = "Package documentation", }, + ["latex/romannum/README"] = {["details"] = "Readme", }, + ["latex/minted/minted.pdf"] = {["details"] = "Package documentation", }, + ["xetex/xetexref/README"] = {["details"] = "Readme", }, + ["latex/crossreference/crossreference.pdf"] = {["details"] = "Package documentation", }, + ["latex/chess-problem-diagrams/README"] = {["details"] = "Readme", }, + ["latex/spie/README"] = {["details"] = "Readme", }, + ["latex/perltex/README"] = {["details"] = "Readme", }, + ["generic/pgfplots/README"] = {["details"] = "Readme", }, + ["latex/latex2e-help-texinfo/README"] = {["details"] = "Package Readme", }, + ["bibtex/dinat/dinat-index.html"] = {["lang"] = "de", }, + ["fonts/belleek/README"] = {["details"] = "Readme", }, + ["latex/eepic/eepic.pdf"] = {["details"] = "Package documentation", }, + ["latex/juraabbrev/juraabbrev.pdf"] = {["details"] = "Package documentation", }, + ["latex/docmfp/docmfp.pdf"] = {["details"] = "Package documentation", }, + ["plain/hyplain/hydoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/petri-nets/pndoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/isodate/README"] = {["details"] = "Package Readme", }, + ["latex/jura/README"] = {["details"] = "README file:", ["lang"] = "en", }, + ["latex/tabularcalc/tabularcalc_doc_fr.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/frletter/README"] = {["details"] = "Readme", }, + ["latex/pdftricks/test.pdf"] = {["details"] = "Test example (source available)", }, + ["generic/pst-optic/pst-optic-doc.pdf"] = {["details"] = "Package manual:", }, + ["fonts/esint-type1/table.pdf"] = {["details"] = "Table of integral signs", }, + ["latex/synproof/README"] = {["details"] = "Readme", }, + ["latex/xdoc/docindex.pdf"] = {["details"] = "docindex documentation", }, + ["latex/presentations/README"] = {["details"] = "Readme", }, + ["latex/totcount/totcount.pdf"] = {["details"] = "Package documentation", }, + ["latex/greektex/README"] = {["details"] = "Readme", }, + ["latex/gchords/gchords_doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/bytefield/README"] = {["details"] = "Readme", }, + ["generic/pst-uml/pst-uml-doc.pdf"] = {["details"] = "Package documentation", ["lang"] = "fr", }, + ["omega/antomega/README"] = {["details"] = "Readme", }, + ["latex/cooltooltips/cooltooltips.pdf"] = {["details"] = "Package documentation", }, + ["latex/arsclassica/ArsClassica.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/geometry/README"] = {["details"] = "Package Readme", }, + ["latex/slantsc/slantsc.pdf"] = {["details"] = "Package documentation", }, + ["latex/rtkinenc/README.txt"] = {["details"] = "Readme", }, + ["latex/pst-vowel/README"] = {["details"] = "Readme", }, + ["support/texcount/QuickReference.pdf"] = {["details"] = "Quick reference", }, + ["bibtex/gost/gost780.pdf"] = {["details"] = "Preparing biblio in GOST 7.80-2000:", }, + ["latex/clrscode/clrscode.pdf"] = {["details"] = "Package documentation", }, + ["latex/mh/mathstyle.pdf"] = {["details"] = "Package documentation -- mathstyle", }, + ["generic/pst-pdgr/README"] = {["details"] = "Readme", }, + ["latex/sfheaders/README"] = {["details"] = "Readme", }, + ["metapost/splines/splines.pdf"] = {["details"] = "Package documentation", }, + ["latex/linguex/linguex-doc.pdf"] = {["details"] = "Linguex manual", }, + ["latex/pauldoc/README"] = {["details"] = "Readme", }, + ["latex/hvfloat/hvfloat.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-fill/pst-fill.pdf"] = {["details"] = "Package documentation", }, + ["latex/xwatermark/xwatermark-guide.pdf"] = {["details"] = "Package documentation", }, + ["plain/font-change/README"] = {["details"] = "Readme", }, + ["context/third/lilypond/t-lilypond.pdf"] = {["details"] = "Package documentation", }, + ["otherformats/startex/base/startex.pdf"] = {["details"] = "Documented source code:", }, + ["latex/rcs/README"] = {["details"] = "Readme", }, + ["latex/pagenote/README"] = {["details"] = "Readme", }, + ["latex/arcs/arcs.pdf"] = {["details"] = "Package documentation", }, + ["latex/dblfloatfix/dblfloatfix.pdf"] = {["details"] = "Package documentation", }, + ["latex/bbold/README"] = {["details"] = "Readme", }, + ["xelatex/persian-bib/Persian-bib-userguide.pdf"] = {["details"] = "Package documentation", ["lang"] = "fa", }, + ["latex/beamer-FUBerlin/exampleClass.pdf"] = {["details"] = "Example of use of the class", }, + ["latex/subfig/subfig.pdf"] = {["details"] = "Package documentation", }, + ["latex/syntax/README"] = {["details"] = "Package README", ["lang"] = "de", }, + ["latex/biblatex-contrib/biblatex-nature/style-nature.pdf"] = {["details"] = "Examples of use", }, + ["latex/nddiss/nddiss2e.pdf"] = {["details"] = "Package documentation", }, + ["latex/flashmovie/README"] = {["details"] = "Readme", }, + ["generic/fltpoint/fltpoint.pdf"] = {["details"] = "Package documentation", }, + ["latex/feynmf/README"] = {["details"] = "Package Readme", }, + ["latex/polynom/polynom.pdf"] = {["details"] = "Package documentation", }, + ["latex/fullblck/README"] = {["details"] = "Readme", }, + ["latex/filecontents/filecontents.pdf"] = {["details"] = "Package documentation", }, + ["latex/texshade/README"] = {["details"] = "Readme", }, + ["latex/amscls/instr-l.pdf"] = {["details"] = "Instructions to authors", }, + ["latex/intro-scientific/README"] = {["details"] = "Readme", }, + ["latex/shipunov/README"] = {["details"] = "Readme", ["lang"] = "en", }, + ["latex/bookest/bookestdoc-en.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/codepage/README"] = {["details"] = "Readme", ["lang"] = "en", }, + ["latex/tikz-inet/tikz-inet-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/semioneside/semioneside.pdf"] = {["details"] = "Package documentation", }, + ["latex/uiucthesis/uiucthesis.pdf"] = {["details"] = "Package documentation", }, + ["latex/ryethesis/ryesample.pdf"] = {["details"] = "Example output", }, + ["context/third/mathsets/mathsets-doc.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-jtree/pst-jtree-examples.pdf"] = {["details"] = "Examples of use", }, + ["latex/songbook/contrib/README"] = {["details"] = "Outline of distribution supplements", }, + ["latex/iso10303/README"] = {["details"] = "Readme", }, + ["latex/boldtensors/boldtensors.pdf"] = {["details"] = "Package documentation", }, + ["latex/templates-fenn/templates-fenn-de.txt"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/plari/README"] = {["details"] = "Readme", }, + ["latex/yagusylo/yagusylo.pdf"] = {["details"] = "Source documentation", }, + ["latex/gentium/README"] = {["details"] = "Readme", }, + ["latex/nfssext-cfr/README"] = {["details"] = "Readme", }, + ["latex/paresse/paresse-ex-fr.pdf"] = {["details"] = "Usage examples (French)", ["lang"] = "fr", }, + ["latex/active-conf/active-conf.pdf"] = {["details"] = "Class documentation:", }, + ["latex/revtex/source/revtex4-1.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-thai/readme"] = {["details"] = "Readme", }, + ["latex/doipubmed/README"] = {["details"] = "Readme", }, + ["support/texloganalyser/README"] = {["details"] = "Readme", }, + ["latex/memexsupp/README"] = {["details"] = "Readme", }, + ["latex/tocloft/tocloft.pdf"] = {["details"] = "Package documentation", }, + ["context/third/degrade/degrade-demo.pdf"] = {["details"] = "Example of use", }, + ["generic/pst-vue3d/pst-vue3d-doc.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-am/pst-am-doc.pdf"] = {["details"] = "Package documentation", }, + ["fonts/dingbat/dingbat.pdf"] = {["details"] = "Package details including symbol table", }, + ["latex/soton/README"] = {["details"] = "Readme", }, + ["support/latex2man/latex2man.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["latex/todo/todo.pdf"] = {["details"] = "Package documentation", }, + ["plain/impatient/README"] = {["details"] = "Basic project information", }, + ["latex/inversepath/inversepath.pdf"] = {["details"] = "Package documentation", }, + ["generic/fenixpar/README"] = {["details"] = "Readme", }, + ["latex/metre/demo.pdf"] = {["details"] = "Example of usage", }, + ["latex/euenc/README"] = {["details"] = "Readme", }, + ["support/asymptote-faq-zh-cn/asymptote-faq-zh-cn.pdf"] = {["details"] = "The document itself", ["lang"] = "zh", }, + ["generic/pst-lens/README"] = {["details"] = "Readme", }, + ["latex/lshort-mongol/README"] = {["details"] = "Readme", }, + ["generic/variations/docvariations.pdf"] = {["details"] = "Package documentation", ["lang"] = "fr", }, + ["support/purifyeps/README"] = {["details"] = "Package README", }, + ["latex/keycommand/README"] = {["details"] = "Readme", }, + ["latex/webguide/README"] = {["details"] = "Package README", }, + ["latex/blindtext/README"] = {["details"] = "Readme", }, + ["latex/eurosans/README"] = {["details"] = "Readme", }, + ["generic/pst-sigsys/README"] = {["details"] = "Readme", }, + ["latex/textpos/textpos.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["generic/ukrhyph/rules90.pdf"] = {["details"] = "New hyphenation rules", ["lang"] = "uk", }, + ["latex/mhchem/mhchem.pdf"] = {["details"] = "Package documentation", }, + ["latex/maybemath/maybemath.pdf"] = {["details"] = "Package documentation", }, + ["latex/multibib/README"] = {["details"] = "Package Readme", }, + ["latex/moreverb/README"] = {["details"] = "Package Readme", }, + ["generic/pst-fr3d/README"] = {["details"] = "Readme", }, + ["latex/functan/functan.pdf"] = {["details"] = "Package documentation", }, + ["context/third/french/french-demo.pdf"] = {["details"] = "Example of use", }, + ["latex/engpron/engpron.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/umich-thesis/README"] = {["details"] = "Readme", }, + ["latex/docmute/README"] = {["details"] = "Readme", }, + ["latex/chletter/chletterdoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/thumby/thumby.pdf"] = {["details"] = "Package documentation", }, + ["latex/spanish-mx/README"] = {["details"] = "Readme", }, + ["fonts/xq/README"] = {["details"] = "Package README", }, + ["latex/jurabib/docs/english/jbendoc.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/struktex/struktex.en.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/pracjourn/pracjourn.pdf"] = {["details"] = "Package documentation", }, + ["otherformats/startex/base/ideas.pdf"] = {["details"] = "TUG'96 paper", }, + ["latex/cjw/cjw-latex.pdf"] = {["details"] = "General support documentation", }, + ["latex/cmpica/README"] = {["details"] = "Readme", }, + ["latex/termlist/README"] = {["details"] = "Readme", }, + ["latex/latexcheat-ptbr/README-ptbr"] = {["details"] = "Readme (in Brazilian Portuguese)", ["lang"] = "pt", }, + ["latex/pmgraph/pmgraph.pdf"] = {["details"] = "Package documentation", }, + ["fonts/concmath-fonts/README"] = {["details"] = "Package Readme", }, + ["latex/fancyhdr/README"] = {["details"] = "Readme", }, + ["latex/makeplot/makeplot.pdf"] = {["details"] = "Package documentation", }, + ["latex/twoup/README"] = {["details"] = "Package Readme", }, + ["latex/units/units.pdf"] = {["details"] = "Package documentation", }, + ["latex/cool/Content_LaTeX_Package_Demo.pdf"] = {["details"] = "EXamples of use", }, + ["latex/cd/README"] = {["details"] = "Readme", }, + ["latex/gcite/gcite.pdf"] = {["details"] = "Package documentation", }, + ["latex/makeglos/makeglos.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-uml/pst-uml-exemples.pdf"] = {["details"] = "Examples", ["lang"] = "fr", }, + ["fonts/lfb/README"] = {["details"] = "Package README", }, + ["latex/gmeometric/gmeometric.pdf"] = {["details"] = "Package documentation", }, + ["latex/bibtopicprefix/bibtopicprefix.pdf"] = {["details"] = "Package documentation", }, + ["latex/dot2texi/dot2texi.pdf"] = {["details"] = "Package documentation", }, + ["latex/notes2bib/notes2bib.pdf"] = {["details"] = "Package documentation", }, + ["latex/SIunits/SIunits.pdf"] = {["details"] = "Package documentation", }, + ["latex/eqlist/eqlist.pdf"] = {["details"] = "Package documentation", }, + ["fonts/fpl/README"] = {["details"] = "Readme", }, + ["latex/tdsfrmath/README"] = {["details"] = "Readme", }, + ["latex/abc/README"] = {["details"] = "Readme", }, + ["xelatex/polyglossia/README"] = {["details"] = "Readme", }, + ["latex/index/index.pdf"] = {["details"] = "Package documentation", }, + ["latex/mathmode/Mathmode.pdf"] = {["details"] = "The document itself", }, + ["latex/pict2e/README"] = {["details"] = "Readme", }, + ["latex/makeglos/README"] = {["details"] = "Readme", }, + ["latex/xytree/README"] = {["details"] = "Package README", }, + ["latex/amsldoc-vn/amsldoc-vi.pdf"] = {["details"] = "For on-screen viewing", ["lang"] = "vi", }, + ["latex/amsmath/testmath.pdf"] = {["details"] = "Examples paper", ["lang"] = "en", }, + ["latex/circuitikz/README"] = {["details"] = "Readme", }, + ["latex/braille/summary.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["latex/xpackages/xtras/l3keys2e.pdf"] = {["details"] = "Package documentation: l3keys2e", }, + ["latex/cm-lgc/README"] = {["details"] = "Bundle Readme", }, + ["latex/examdesign/examdesign.pdf"] = {["details"] = "Package documentation", }, + ["latex/qtree/qtreenotes.pdf"] = {["details"] = "Package documentation:", ["lang"] = "en", }, + ["latex/ut-thesis/README"] = {["details"] = "Readme", }, + ["fonts/feyn/overheads.pdf"] = {["details"] = "Brief sample", }, + ["context/third/letter/correspondence.pdf"] = {["details"] = "Manual: correspondence with ConTeXt", }, + ["latex/pseudocode/README"] = {["details"] = "Readme", }, + ["context/third/ruby/README"] = {["details"] = "Readme", }, + ["latex/blowup/README"] = {["details"] = "Readme", }, + ["latex/exam/examdoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/plweb/pl.pdf"] = {["details"] = "Package documentation", }, + ["latex/syllogism/syllogism.pdf"] = {["details"] = "Package documentation", }, + ["latex/germkorr/README"] = {["details"] = "Readme", }, + ["fonts/dictsym/dictsym.pdf"] = {["details"] = "Package documentation", }, + ["latex/ncctools/README"] = {["details"] = "Readme", }, + ["latex/changes/changes_eng.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/abc/abc.pdf"] = {["details"] = "Package documentation", }, + ["fonts/levy/00readme.txt"] = {["details"] = "Readme", }, + ["generic/pst-node/README"] = {["details"] = "Readme", }, + ["latex/cjk/examples/README"] = {["details"] = "Readme file", }, + ["latex/notes2bib/README"] = {["details"] = "Readme", }, + ["latex/urlbst/README"] = {["details"] = "Package Readme", }, + ["latex/comprehensive/SYMLIST"] = {["details"] = "Plain text list of symbol commands", }, + ["latex/ednotes/ednotugb.pdf"] = {["details"] = "TUGboat paper:", ["lang"] = "en", }, + ["latex/sseq/sseq.pdf"] = {["details"] = "Package documentation", }, + ["latex/xargs/xargs.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["generic/fltpoint/README"] = {["details"] = "Readme", }, + ["generic/pst-gantt/pst-gantt-doc.pdf"] = {["details"] = "Brief documentation, with examples", }, + ["latex/dot2texi/README"] = {["details"] = "Readme", }, + ["latex/classicthesis/ClassicThesis.pdf"] = {["details"] = "Package documentation", }, + ["latex/cmap/README"] = {["details"] = "Readme", }, + ["latex/environ/environ.pdf"] = {["details"] = "Package documentation", }, + ["latex/l2tabu/l2tabu.pdf"] = {["details"] = "The document itself", ["lang"] = "de", }, + ["latex/hvindex/README"] = {["details"] = "Readme", }, + ["latex/cursolatex/cursolatex.pdf"] = {["lang"] = "pt", }, + ["latex/onrannual/README"] = {["details"] = "Readme", }, + ["latex/hepnames/README"] = {["details"] = "Readme", }, + ["latex/zwgetfdate/zwgetfdate.pdf"] = {["details"] = "Package documentation", }, + ["latex/zhspacing/README"] = {["details"] = "Readme", }, + ["fonts/zhmetrics/README"] = {["details"] = "Readme", }, + ["latex/york-thesis/README"] = {["details"] = "Package Readme", }, + ["latex/lshort-ukr/lshort-ukr.pdf"] = {["details"] = "The document itself", }, + ["latex/index/README"] = {["details"] = "Package Readme", }, + ["latex/fix2col/README"] = {["details"] = "Readme", }, + ["latex/yagusylo/yagusylo-en.pdf"] = {["details"] = "User documentation (English)", ["lang"] = "en", }, + ["latex/cd-cover/cd-cover.pdf"] = {["details"] = "Package documentation", }, + ["latex/yagusylo/README"] = {["details"] = "Readme", ["lang"] = "en", }, + ["fonts/arev/arevdoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/l2tabu-spanish/l2tabues.pdf"] = {["details"] = "The document itself", ["lang"] = "es", }, + ["latex/bosisio/index.html"] = {["details"] = "Outline of the collection", }, + ["latex/xytree/xytree-doc-en.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["generic/xypic-tut-pt/xypic-tutorial.pdf"] = {["lang"] = "pt", }, + ["latex/latex-doc-ptr/README"] = {["details"] = "Readme", }, + ["latex/xwatermark/README"] = {["details"] = "Readme", }, + ["xelatex/xunicode/README"] = {["details"] = "Readme", }, + ["metapost/mpman-ru/mpman-ru.pdf"] = {["details"] = "The document itself", }, + ["latex/xtcapts/xt_capts.pdf"] = {["details"] = "Package documentation", }, + ["latex/nrc/authors.txt"] = {["details"] = "Notes for authors", }, + ["latex/xtab/xtab.pdf"] = {["details"] = "Package documentation", }, + ["latex/xtab/README"] = {["details"] = "Readme", }, + ["latex/ccaption/ccaption.pdf"] = {["details"] = "Package documentation", }, + ["latex/aastex/README"] = {["details"] = "Readme", }, + ["latex/eqparbox/README"] = {["details"] = "Readme", }, + ["generic/xstring/README"] = {["details"] = "Readme", }, + ["latex/marginnote/marginnote.pdf"] = {["details"] = "Package documentation", }, + ["latex/xskak/README"] = {["details"] = "Readme", }, + ["latex/xpackages/xbase/xtemplate.pdf"] = {["details"] = "Package documentation: xtemplate", }, + ["latex/xpackages/xbase/template.pdf"] = {["details"] = "Package documentation: template", }, + ["latex/xpackages/xbase/ldcsetup.pdf"] = {["details"] = "Package documentation: ldcsetup", }, + ["latex/xpackages/README"] = {["details"] = "Readme", }, + ["latex/xoptarg/xoptarg.pdf"] = {["details"] = "Package documentation", }, + ["latex/leaflet/leaflet.pdf"] = {["details"] = "Documented source", }, + ["latex/directory/directory.pdf"] = {["details"] = "Package documentation", }, + ["latex/pbox/pbox.pdf"] = {["details"] = "Package documentation", }, + ["fonts/dozenal/README"] = {["details"] = "Readme", }, + ["latex/xnewcommand/README"] = {["details"] = "Readme", }, + ["generic/pst-fill/README"] = {["details"] = "Package README", }, + ["latex/xmpincl/xmpincl.pdf"] = {["details"] = "Package documentation", }, + ["latex/frenchle/FAQ.pdf"] = {["details"] = "Foire aux questions", ["lang"] = "fr", }, + ["latex/xmpincl/README"] = {["details"] = "Package Readme", }, + ["latex/showlabels/README"] = {["details"] = "Readme", }, + ["latex/ltxindex/ltxindex.pdf"] = {["details"] = "Package documentation", }, + ["xelatex/xltxtra/xltxtra.pdf"] = {["details"] = "Package documentation", }, + ["latex/ppower4/manual.pdf"] = {["details"] = "Package manual", }, + ["generic/xlop/README"] = {["details"] = "Readme", }, + ["fonts/nkarta/fonttable.pdf"] = {["details"] = "A testfont table of the font", }, + ["xelatex/xgreek/xgreek.pdf"] = {["details"] = "Package documentation", }, + ["latex/xfor/xfor.pdf"] = {["details"] = "Package documentation", }, + ["xetex/xetex-pstricks/README"] = {["details"] = "Readme", }, + ["latex/comment/README"] = {["details"] = "Readme", }, + ["latex/cuisine/cuisine.pdf"] = {["details"] = "Package documentation", }, + ["xetex/xesearch/xesearch.pdf"] = {["details"] = "Package documentation", }, + ["latex/cellspace/README"] = {["details"] = "Readme", }, + ["latex/paresse/paresse-ex-en.pdf"] = {["details"] = "Usage examples (English)", ["lang"] = "en", }, + ["latex/csbulletin/csbulletin.pdf"] = {["details"] = "Package manual", }, + ["latex/vwcol/vwcol.pdf"] = {["details"] = "Package documentation", }, + ["xetex/xesearch/README"] = {["details"] = "Readme", }, + ["latex/photo/photo.pdf"] = {["details"] = "Package documentation", }, + ["xelatex/xepersian/README"] = {["details"] = "Readme", }, + ["latex/examplep/README"] = {["details"] = "Readme", }, + ["xelatex/xeindex/README"] = {["details"] = "Readme", }, + ["xelatex/xecyr/xecyr-doc-ru.pdf"] = {["details"] = "Package documentation (Russian)", ["lang"] = "ru", }, + ["xelatex/xecolour/README"] = {["details"] = "Readme", }, + ["latex/cooking/cooking.pdf"] = {["details"] = "Package documentation", }, + ["xelatex/xecjk/xeCJK.pdf"] = {["details"] = "Package documentation (in both English and Chinese)", }, + ["latex/curve/README"] = {["details"] = "Readme", }, + ["latex/jura/jura.pdf"] = {["details"] = "Class documentation:", ["lang"] = "de", }, + ["latex/ecclesiastic/ecclesiastic.pdf"] = {["details"] = "Package documentation", }, + ["latex/ionumbers/ionumbers.pdf"] = {["details"] = "Package documentation", }, + ["latex/xdoc/xdocdemo.pdf"] = {["details"] = "Demonstration of usage", }, + ["latex/teubner/teubner-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/xdoc/xdoc2.pdf"] = {["details"] = "xdoc2 documentation", }, + ["latex/pstool/pstool.pdf"] = {["details"] = "Package documentation", }, + ["latex/xdoc/README"] = {["details"] = "Package Readme", }, + ["latex/xcolor/xcolor2.pdf"] = {["details"] = "Examples of usage with pstricks:", }, + ["latex/xargs/xargs-fr.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/lshort-thai/lsh132.pdf"] = {["details"] = "The document itself", }, + ["generic/pst-eucl/README"] = {["details"] = "Readme", }, + ["fonts/cmll/cmll.pdf"] = {["details"] = "Package documentation", }, + ["support/texcount/README"] = {["details"] = "Readme", }, + ["latex/widetable/README"] = {["details"] = "Readme", }, + ["latex/webguide/webguide.pdf"] = {["details"] = "Package document, as PDF", }, + ["generic/pst-text/pst-text-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/ecv/ecv.pdf"] = {["details"] = "Package documentation", }, + ["latex/anyfontsize/README"] = {["details"] = "Readme", }, + ["latex/warpcol/README"] = {["details"] = "Package Readme", }, + ["latex/uaclasses/my-example.pdf"] = {["details"] = "my-thesis example", }, + ["latex/vxu/actawex.pdf"] = {["details"] = "Documentation (actawex)", }, + ["latex/vwcol/README"] = {["details"] = "Readme", }, + ["latex/gu/README"] = {["details"] = "Package README", }, + ["support/patgen2-tutorial/patgen2.pdf"] = {["details"] = "The document itself", ["lang"] = "en", }, + ["latex/tengwarscript/tengfonts.pdf"] = {["details"] = "Font sampler:", }, + ["latex/ijmart/ijmart.pdf"] = {["details"] = "Package documentation", }, + ["latex/smalltableof/README"] = {["details"] = "Readme", }, + ["latex/listings-ext/README"] = {["details"] = "Readme", }, + ["latex/mciteplus/README"] = {["details"] = "Readme", }, + ["latex/bgreek/bgman.pdf"] = {["details"] = "Package documentation", }, + ["generic/vntex/vn-min.pdf"] = {["details"] = "Minimal steps to typeset Vietnamese", ["lang"] = "en", }, + ["latex/isomath/isomath-test.pdf"] = {["details"] = "Example of appearance", }, + ["latex/vmargin/vmargin.pdf"] = {["details"] = "Package documentation", }, + ["latex/modroman/modroman.pdf"] = {["details"] = "Package documentation", }, + ["latex/footnpag/footnpag-user.pdf"] = {["details"] = "Package documentation", }, + ["fonts/gfsbodoni/README"] = {["details"] = "Readme", }, + ["latex/visualfaq/visualFAQ.pdf"] = {["details"] = "The visual FAQ itself:", }, + ["latex/gcard/README"] = {["details"] = "Readme", }, + ["latex/multibib/multibib.pdf"] = {["details"] = "Package documentation", }, + ["latex/itnumpar/README"] = {["details"] = "Readme", }, + ["generic/components-of-TeX/README"] = {["details"] = "Package README", }, + ["latex/nih/example-biosketch.pdf"] = {["details"] = "Example -- an NIH biographical sketch", }, + ["latex/adrlist/README"] = {["details"] = "Readme", }, + ["latex/verse/README"] = {["details"] = "Readme", }, + ["latex/siunitx/README"] = {["details"] = "Readme", }, + ["latex/authoraftertitle/authoraftertitle.pdf"] = {["details"] = "Package documentation", }, + ["latex/amslatex-primer/README"] = {["details"] = "Readme", }, + ["latex/verbatimcopy/verbatimcopy.pdf"] = {["details"] = "Package documentation", }, + ["latex/verbatimcopy/README"] = {["details"] = "Readme", }, + ["latex/euproposal/README"] = {["details"] = "Readme", }, + ["xelatex/bidi/bidi-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/emptypage/README"] = {["details"] = "Readme", }, + ["latex/memoir/README"] = {["details"] = "Readme", }, + ["latex/verbatimbox/README"] = {["details"] = "Readme", }, + ["latex/clefval/README"] = {["details"] = "Package README", }, + ["fonts/venturisadf/README"] = {["details"] = "Readme", }, + ["latex/vector/vector.pdf"] = {["details"] = "Package documentation", }, + ["latex/vector/README"] = {["details"] = "Readme", }, + ["latex/amsmath/diffs-m.txt"] = {["details"] = "Differences from previous versions", ["lang"] = "en", }, + ["latex/pdfmarginpar/README"] = {["details"] = "Readme", }, + ["latex/etextools/README"] = {["details"] = "Readme", }, + ["latex/diagmac2/README"] = {["details"] = "Readme", }, + ["generic/vaucanson-g/README"] = {["details"] = "Readme", }, + ["latex/siggraph/README"] = {["details"] = "Readme", }, + ["generic/pst-spectra/pst-spectra.pdf"] = {["details"] = "Package documentation", ["lang"] = "fr", }, + ["latex/listliketab/README"] = {["details"] = "Package Readme", }, + ["latex/varindex/README"] = {["details"] = "Readme", }, + ["latex/elmath/elmath.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-fun/pst-fun-doc.pdf"] = {["details"] = "Package documentation", }, + ["generic/variations/README"] = {["details"] = "Package README", ["lang"] = "en", }, + ["bibtex/vancouver/vancouver.pdf"] = {["details"] = "Package documentation", }, + ["latex/aiaa/author_guide.pdf"] = {["details"] = "Author guide", }, + ["latex/uwthesis/README"] = {["details"] = "Readme", }, + ["latex/munich/example_munich_Bibtex_style.pdf"] = {["details"] = "Usage example", }, + ["latex/ushort/README"] = {["details"] = "Readme", }, + ["latex/imtekda/README"] = {["details"] = "Readme (German)", ["lang"] = "de", }, + ["latex/coordsys/coordsys.pdf"] = {["details"] = "Bundle documentation", }, + ["latex/urlbst/urlbst.html"] = {["details"] = "Package documentation (HTML format)", }, + ["latex/url/url.pdf"] = {["details"] = "Package documentation", }, + ["generic/musixtex/musixdoc.pdf"] = {["details"] = "Package documentation", }, + ["fonts/tipa/tipaman.pdf"] = {["details"] = "Package manual", }, + ["generic/wsuipa/README"] = {["details"] = "Package Readme", }, + ["latex/undertilde/undertilde.pdf"] = {["details"] = "Package documentation", }, + ["latex/underlin/underlin.pdf"] = {["details"] = "Package documentation", }, + ["latex/juramisc/doc/jmgerdoc.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["latex/umthesis/example.pdf"] = {["details"] = "Example of use", }, + ["latex/umthesis/README"] = {["details"] = "Readme", }, + ["latex/umlaute/umlaute.pdf"] = {["details"] = "Package documentation", }, + ["latex/uml/uml.pdf"] = {["details"] = "Package documentation", }, + ["latex/ulqda/README"] = {["details"] = "Readme", }, + ["latex/bibleref/bibleref-manual.html"] = {["details"] = "Package documentation (as a web page)", }, + ["latex/mattens/mattens.pdf"] = {["details"] = "Package documentation", }, + ["latex/eskd/eskd.pdf"] = {["details"] = "Package documentation", }, + ["generic/vntex/vntex-man.pdf"] = {["details"] = "Package manual", ["lang"] = "vi", }, + ["latex/dinbrief/dinbrief.pdf"] = {["details"] = "User Guide and Implementation", }, + ["latex/abstract/README"] = {["details"] = "Readme", }, + ["latex/mftinc/mftinc.pdf"] = {["details"] = "Package documentation", }, + ["latex/philosophersimprint/sample.pdf"] = {["details"] = "Sample of usage", }, + ["latex/mwcls/README"] = {["details"] = "Package README", ["lang"] = "en", }, + ["generic/ukrhyph/rules60.pdf"] = {["details"] = "Old hyphenation rules", ["lang"] = "uk", }, + ["latex/schemabloc/README"] = {["details"] = "Readme", }, + ["latex/uiucthesis/thesis-ex.pdf"] = {["details"] = "Example of use", }, + ["context/third/simplefonts/simplefonts.pdf"] = {["details"] = "Command summary", }, + ["generic/pst-vue3d/README"] = {["details"] = "Readme", }, + ["latex/binomexp/binomexp.pdf"] = {["details"] = "Package documentation", }, + ["latex/syllogism/README"] = {["details"] = "Readme", }, + ["latex/uebungsblatt/README"] = {["details"] = "README", ["lang"] = "de", }, + ["latex/SIunits/README"] = {["details"] = "Readme", }, + ["latex/MemoirChapStyles/README"] = {["details"] = "Readme", }, + ["latex/cjk/doc/chinese/README"] = {["details"] = "Readme file", }, + ["latex/errata/README"] = {["details"] = "Readme", }, + ["latex/aiaa/pre2004/aiaa.pdf"] = {["details"] = "Package documentation", }, + ["latex/ucs/ucs.pdf"] = {["details"] = "Package documentation", }, + ["latex/dinbrief/readme"] = {["details"] = "Package Readme", ["lang"] = "en", }, + ["latex/ucs/languages.pdf"] = {["details"] = "Languages supported", }, + ["latex/nrc/README"] = {["details"] = "Readme", }, + ["plain/impatient/book.pdf"] = {["details"] = "A copy of the book (English)", ["lang"] = "en", }, + ["latex/endnotes/endnotes.pdf"] = {["details"] = "Package documentation", }, + ["latex/polynom/README"] = {["details"] = "Readme", }, + ["latex/keycommand/keycommand-example.pdf"] = {["details"] = "Example of usage", }, + ["latex/graphicx-psmin/README"] = {["details"] = "Package README", }, + ["latex/numname/README"] = {["details"] = "Readme", }, + ["latex/texshade/tsfaq.pdf"] = {["details"] = "FAQs about TeXshaded", ["lang"] = "en", }, + ["context/third/typearea/typearea-demo.pdf"] = {["details"] = "Package demo", }, + ["latex/datatool/README"] = {["details"] = "Readme", }, + ["latex/chessfss/README"] = {["details"] = "Readme", }, + ["latex/tapir/readme.pdf"] = {["details"] = "Package documentation", }, + ["latex/booklet/booklet.pdf"] = {["details"] = "Package documentation", }, + ["latex/ucs/FAQ"] = {["details"] = "Frequently Asked Questions", }, + ["latex/ucdavisthesis/README"] = {["details"] = "Readme", }, + ["latex/tablenotes/mynotes.pdf"] = {["details"] = "Readme", }, + ["latex/spreadtab/spreadtab_doc_en.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/wallpaper/README"] = {["details"] = "Readme", }, + ["latex/chessboard/README"] = {["details"] = "Readme", }, + ["fonts/antt/AntykwaTorunska-doc-pl-2_03.pdf"] = {["details"] = "Documentation in Polish:", ["lang"] = "pl", }, + ["support/asymptote-by-example-zh-cn/asymptote-by-example-zh-cn.pdf"] = {["details"] = "The document itself", ["lang"] = "zh", }, + ["latex/codepage/codepage.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/arabi/README"] = {["details"] = "Readme", }, + ["latex/typehtml/README"] = {["details"] = "Readme", }, + ["latex/biblatex-contrib/biblatex-chem/README"] = {["details"] = "Readme", }, + ["generic/pst-3d/README"] = {["details"] = "Readme", }, + ["latex/dyntree/README"] = {["details"] = "Readme", }, + ["latex/psfrag/announce.txt"] = {["details"] = "Release notice", }, + ["latex/tocvsec2/README"] = {["details"] = "Readme", }, + ["latex/idxlayout/README"] = {["details"] = "Readme", }, + ["latex/twoup/twoup.pdf"] = {["details"] = "Package documentation", }, + ["latex/hyperref/README"] = {["details"] = "Readme", }, + ["latex/pgfopts/README"] = {["details"] = "Readme", }, + ["latex/twoinone/twoinone.pdf"] = {["details"] = "Package documentation", }, + ["latex/turnstile/README"] = {["details"] = "Readme", }, + ["context/third/context-notes-zh-cn/ctxnotes.pdf"] = {["details"] = "The document itself", }, + ["latex/minitoc/minitoc.pdf"] = {["details"] = "Package documentation, in English", ["lang"] = "en", }, + ["generic/ifxetex/README"] = {["details"] = "Readme", }, + ["latex/todonotes/todonotes.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-persian/README"] = {["details"] = "Readme", }, + ["latex/directory/README"] = {["details"] = "Package Readme", }, + ["metapost/metaobj/README"] = {["details"] = "Readme", }, + ["plain/metatex/README"] = {["details"] = "Readme", }, + ["latex/pgfplots/pgfplotsexample.pdf"] = {["details"] = "LaTeX Examples", }, + ["latex/tugboat/ltubguid.pdf"] = {["details"] = "Instructions for authors", ["lang"] = "en", }, + ["latex/environ/README"] = {["details"] = "Readme", }, + ["latex/frankenstein/README"] = {["details"] = "Bundle README", }, + ["generic/pst-lens/pst-lens.pdf"] = {["details"] = "Package documentation", }, + ["latex/nostarch/README"] = {["details"] = "Readme", }, + ["fonts/esint-type1/README"] = {["details"] = "Readme", }, + ["latex/datetime/README"] = {["details"] = "Package README", }, + ["latex/tufte-latex/README"] = {["details"] = "Readme", }, + ["latex/acronym/README"] = {["details"] = "Package Readme", }, + ["latex/trivfloat/README"] = {["details"] = "Readme", }, + ["latex/europecv/europecv.pdf"] = {["details"] = "Class documentation:", }, + ["latex/stdpage/stdpage.pdf"] = {["details"] = "Package documentation", }, + ["latex/trfsigns/README"] = {["details"] = "Package Readme", }, + ["latex/lps/README"] = {["details"] = "Readme", }, + ["latex/chembst/chembst.pdf"] = {["details"] = "Package documentation", }, + ["fonts/lfb/example.pdf"] = {["details"] = "Example of text in lfb", ["lang"] = "el", }, + ["latex/translator/README"] = {["details"] = "Readme", }, + ["latex/nag/nag.pdf"] = {["details"] = "Package documentation", }, + ["latex/gnuplottex/gnuplottex.pdf"] = {["details"] = "Package documentation", }, + ["latex/algorithm2e/algorithm2e.pdf"] = {["details"] = "Package documentation", }, + ["latex/trajan/README"] = {["details"] = "Readme", }, + ["latex/ctex-faq/README"] = {["details"] = "Readme (English)", ["lang"] = "en", }, + ["latex/tocbibind/README"] = {["details"] = "Readme", }, + ["latex/paper/paper.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/totpages/README"] = {["details"] = "Readme", }, + ["latex/custom-bib/merlin.pdf"] = {["details"] = "Master style file documentation", }, + ["latex/ijmart/README"] = {["details"] = "Readme", }, + ["latex/toptesi/toptesi-doc.pdf"] = {["details"] = "Package documentation", ["lang"] = "it", }, + ["latex/lsc/README"] = {["details"] = "Readme", }, + ["latex/active-conf/README"] = {["details"] = "Readme", }, + ["latex/toolbox/README"] = {["details"] = "Readme", }, + ["latex/todonotes/README"] = {["details"] = "Readme", }, + ["latex/textpos/textpos.html"] = {["details"] = "Version history, etc. (HTML)", }, + ["latex/capt-of/capt-of.pdf"] = {["details"] = "Package documentation", }, + ["latex/stellenbosch/README"] = {["details"] = "Bundle README", ["lang"] = "en", }, + ["latex/rcs-multi/README"] = {["details"] = "Readme", }, + ["latex/dotarrow/DotArrow.pdf"] = {["details"] = "Package documentation", }, + ["latex/babelbib/babelbib.pdf"] = {["details"] = "Package documentation", }, + ["latex/lcyw/README"] = {["details"] = "Readme", }, + ["latex/tocvsec2/tocvsec2.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-node/pst-node-doc.pdf"] = {["details"] = "Package documentation (English)", }, + ["context/third/context-top-ten/cmds.pdf"] = {["details"] = "The document itself", }, + ["xelatex/fontwrap/fontwrap.pdf"] = {["details"] = "Package documentation", }, + ["latex/lcg/lcg.pdf"] = {["details"] = "Package documentation", }, + ["latex/floatrow/floatrow-rus.pdf"] = {["details"] = "Package documentation (Russian)", ["lang"] = "ru", }, + ["latex/ltxnew/README"] = {["details"] = "Readme", }, + ["latex/renditions/README"] = {["details"] = "Readme", }, + ["eplain/doc/eplain.pdf"] = {["details"] = "Package documentation", }, + ["generic/es-tex-faq/FAQ-CervanTeX.html"] = {["details"] = "The document itself (HTML)", ["lang"] = "es", }, + ["latex/commath/README"] = {["details"] = "Readme", }, + ["latex/engtlc/README"] = {["details"] = "Readme", }, + ["xelatex/arabxetex/README"] = {["details"] = "Readme", }, + ["latex/lineno/lnosuppl.pdf"] = {["details"] = "Supplementary files as pdf:", }, + ["latex/tkz-linknodes/doc/TKZdoc-linknodes-us.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/protocol/README"] = {["details"] = "README file", ["lang"] = "en", }, + ["latex/parrun/readme"] = {["details"] = "Readme", }, + ["latex/fancytooltips/fancytooltips.pdf"] = {["details"] = "Package documentation", }, + ["fonts/fge/README"] = {["details"] = "Readme", }, + ["latex/supertabular/supertabular.pdf"] = {["details"] = "Package documentation", }, + ["latex/hyperref/README.pdf"] = {["details"] = "Readme, hyper-crossreferenced", }, + ["metapost/drv/drv-guide.pdf"] = {["details"] = "User guide", }, + ["latex/anysize/README"] = {["details"] = "Package Readme", }, + ["latex/biblist/README"] = {["details"] = "Readme", }, + ["latex/inlinedef/inlinedef.pdf"] = {["details"] = "Package documentation", }, + ["latex/boolexpr/boolexpr.pdf"] = {["details"] = "Package documentation", }, + ["latex/titlesec/README"] = {["details"] = "Readme", }, + ["latex/IEEEtran/README"] = {["details"] = "Readme", }, + ["latex/first-latex-doc/first-latex-doc.pdf"] = {["details"] = "The document itself", }, + ["latex/acronym/acronym.pdf"] = {["details"] = "Package documentation", }, + ["latex/titlepic/README"] = {["details"] = "Readme", }, + ["latex/combine/README"] = {["details"] = "Package Readme", }, + ["latex/fnbreak/fnbreak.pdf"] = {["details"] = "Package documentation", }, + ["latex/codedoc/README"] = {["details"] = "Readme", }, + ["latex/boites/README"] = {["details"] = "Readme", }, + ["fonts/kixfont/kixtable.pdf"] = {["details"] = "Font table", }, + ["latex/gmdoc/README"] = {["details"] = "README", }, + ["latex/script/script2e.txt"] = {["details"] = "Readme", ["lang"] = "de", }, + ["latex/pbsheet/pbsheet.pdf"] = {["details"] = "Package documentation", }, + ["latex/unroman/unroman.pdf"] = {["details"] = "Package documentation", }, + ["latex/l2picfaq/README"] = {["details"] = "Package README", ["lang"] = "de", }, + ["latex/pbox/README"] = {["details"] = "Readme", }, + ["latex/curves/curves.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-french/lshort-fr.pdf"] = {["details"] = "The document itself", ["lang"] = "fr", }, + ["latex/mh/empheq.pdf"] = {["details"] = "Package documentation -- empheq", }, + ["latex/tkz-orm/README"] = {["details"] = "Readme", }, + ["latex/spreadtab/spreadtab_doc_fr.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/fn2end/fn2end.pdf"] = {["details"] = "Package documentation", }, + ["latex/cooking/README"] = {["details"] = "Package Readme", }, + ["latex/crosswrd/README"] = {["details"] = "Readme", }, + ["latex/currvita/README"] = {["details"] = "Package Readme", }, + ["latex/tufte-latex/sample-book.pdf"] = {["details"] = "Sample book", }, + ["latex/figsize/README"] = {["details"] = "Package Readme", }, + ["latex/tikz-qtree/tikz-qtree-manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/tikz-qtree/README"] = {["details"] = "Readme", }, + ["latex/dotarrow/README"] = {["details"] = "Readme", }, + ["latex/cdpbundl/00readme.txt"] = {["details"] = "Basic introduction", }, + ["latex/leftidx/leftidx.pdf"] = {["details"] = "Package documentation", }, + ["context/third/typearea/typearea-doc.pdf"] = {["details"] = "Package documentation", }, + ["generic/tex-refs/tex-refs.html"] = {["details"] = "The references themselves", }, + ["latex/dox/README"] = {["details"] = "Readme", }, + ["latex/complexity/README"] = {["details"] = "Readme", }, + ["latex/ecv/template/CV-template_en.pdf"] = {["details"] = "Template (English)", ["lang"] = "en", }, + ["latex/facsimile/facsimile.pdf"] = {["details"] = "Package documentation", }, + ["latex/float/README"] = {["details"] = "Package Readme", }, + ["latex/lshort-turkish/lshort-tr.pdf"] = {["details"] = "The document itself", ["lang"] = "tr", }, + ["latex/examdesign/README"] = {["details"] = "Package README", }, + ["latex/niceframe/niceframe.pdf"] = {["details"] = "Package documentation", }, + ["latex/thuthesis/example/main.pdf"] = {["details"] = "Example of use", }, + ["latex/ijmart/ijmsample.pdf"] = {["details"] = "Sample paper", }, + ["latex/fmp/fmp.pdf"] = {["details"] = "Package documentation", }, + ["context/third/context-notes-zh-cn/README"] = {["details"] = "Readme", }, + ["latex/fancybox/fancybox.pdf"] = {["details"] = "Documentation -- Box tips and tricks:", }, + ["latex/nih/example-nih-cls.pdf"] = {["details"] = "Example -- the class in normal use", }, + ["latex/capt-of/README"] = {["details"] = "Readme", }, + ["latex/apa/apacls.txt"] = {["details"] = "Outline of the class", }, + ["latex/lineno/lineno.pdf"] = {["details"] = "Package documentation:", }, + ["latex/thumb/README"] = {["details"] = "Package Readme", }, + ["latex/psu-thesis/mssample.pdf"] = {["details"] = "MS thesis layout demonstration", }, + ["latex/threeparttablex/README"] = {["details"] = "Readme", }, + ["latex/cd/cd.pdf"] = {["details"] = "Package documentation", }, + ["latex/etoolbox/etoolbox.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-pdgr/pst-pdgr.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-bulgarian/lshort-bg.pdf"] = {["details"] = "The document itself", ["lang"] = "bg", }, + ["latex/talk/README"] = {["details"] = "Readme", }, + ["generic/pgf/README"] = {["details"] = "Readme", }, + ["latex/thesis-titlepage-fhac/README"] = {["details"] = "README file", }, + ["latex/chapterfolder/chapterfolder.pdf"] = {["details"] = "Package documentation", }, + ["generic/pstricks-add/pstricks-add-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/enumitem/enumitem.pdf"] = {["details"] = "Package documentation", }, + ["latex/textpos/examples/README"] = {["details"] = "Package README", }, + ["latex/extpfeil/extpfeil.pdf"] = {["details"] = "Benutzerdoku", ["lang"] = "de", }, + ["generic/xstring/xstring_doc_en.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["fonts/gfsdidot/README"] = {["details"] = "Readme", }, + ["latex/textopo/textopo.txt"] = {["details"] = "Notes on the distribution", }, + ["latex/engrec/engrec.pdf"] = {["details"] = "Package documentation", }, + ["latex/cjk/doc/cjk/README"] = {["details"] = "Readme file", }, + ["latex/csquotes/README"] = {["details"] = "Package README", }, + ["latex/textcase/textcase.pdf"] = {["details"] = "Package documentation", }, + ["latex/nicetext/README"] = {["details"] = "Readme", }, + ["latex/aeguill/README"] = {["details"] = "Readme", }, + ["latex/answers/answers.pdf"] = {["details"] = "Package documentation", }, + ["latex/textcase/README"] = {["details"] = "Readme", }, + ["latex/texshade/texshade.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/seqsplit/seqsplit.pdf"] = {["details"] = "Package documentation", }, + ["latex/preview/README"] = {["details"] = "Readme", }, + ["latex/nicetext/niceverb.pdf"] = {["details"] = "Niceverb documentation", }, + ["latex/cmdtrack/cmdtrack.pdf"] = {["details"] = "Package documentation", }, + ["latex/texments/texments.pdf"] = {["details"] = "Package documentation", }, + ["latex/pinlabel/pinlabdoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/refstyle/refstyle.pdf"] = {["details"] = "Users manual:", }, + ["fonts/cmcyr/README"] = {["details"] = "Readme", }, + ["generic/pst-coil/README"] = {["details"] = "Package README", }, + ["support/texdiff/README"] = {["details"] = "Readme", }, + ["latex/contour/contour.pdf"] = {["details"] = "Package documentation", }, + ["support/texcount/TeXcount.pdf"] = {["details"] = "Package documentation", }, + ["latex/widetable/widetable.pdf"] = {["details"] = "Package documentation", }, + ["plain/texbytopic/TeXbyTopic.pdf"] = {["details"] = "The book itself", }, + ["metapost/metauml/README"] = {["details"] = "Readme", }, + ["plain/texbytopic/README"] = {["details"] = "Readme", }, + ["latex/tex-label/tex-label-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/akletter/letterdoc.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/ltxnew/ltxnew.pdf"] = {["details"] = "Package documentation", }, + ["latex/easylist/README"] = {["details"] = "Bundle readme", }, + ["latex/tex-label/README"] = {["details"] = "Readme", }, + ["pdftex/manual/README"] = {["details"] = "Readme", }, + ["latex/getfiledate/getfiledate-guide.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-persian/lshort.pdf"] = {["details"] = "The document itself", ["lang"] = "fa", }, + ["latex/tensor/tensor.pdf"] = {["details"] = "Package documentation", }, + ["latex/glossaries/glossary2glossaries.pdf"] = {["details"] = "How to upgrade from glossary.sty (PDF)", }, + ["latex/eskdx/manual/eskdx.pdf"] = {["details"] = "Package documentation", ["lang"] = "ru", }, + ["latex/tengwarscript/tengtest.pdf"] = {["details"] = "Crib sheet and tests:", }, + ["latex/chletter/README"] = {["details"] = "Readme", }, + ["latex/colorinfo/README"] = {["details"] = "Readme", }, + ["latex/arsclassica/Italian/ArsClassica.pdf"] = {["details"] = "Package documentation (Italian)", ["lang"] = "it", }, + ["latex/xnewcommand/xnewcommand.pdf"] = {["details"] = "Package documentation", }, + ["fonts/dingbat/README"] = {["details"] = "Readme", }, + ["latex/ted/README"] = {["details"] = "Readme", }, + ["latex/examplep/eurotex_2005_examplep.pdf"] = {["details"] = "Article from EuroTeX 2005 talk", }, + ["latex/tdclock/tdclock-doc.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-bezier/pst-bezier-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/spotcolor/README"] = {["details"] = "Readme", }, + ["context/third/mathsets/README"] = {["details"] = "Readme", }, + ["latex/bez123/bez123.pdf"] = {["details"] = "Package documentation", }, + ["latex/tabulary/tabulary.pdf"] = {["details"] = "Package documentation", }, + ["latex/apa/README"] = {["details"] = "Readme", }, + ["latex/fullblck/fullblck.pdf"] = {["details"] = "Package documentation", }, + ["latex/tabularew/README"] = {["details"] = "Readme", }, + ["latex/expl3/README"] = {["details"] = "Bundle README", }, + ["generic/pst-qtree/pst-qtree-manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/AkkTeX/README"] = {["details"] = "Bundle README", }, + ["latex/tabularcalc/README"] = {["details"] = "Readme", }, + ["latex/bigfoot/bigfoot.pdf"] = {["details"] = "Package documentation", }, + ["latex/mattens/mattens_sample.pdf"] = {["details"] = "Sample of use", }, + ["latex/codepage/LISEZMOI"] = {["details"] = "Readme", ["lang"] = "fr", }, + ["latex/MemoirChapStyles/MemoirChapStyles.pdf"] = {["details"] = "The document itself", }, + ["latex/tableaux/exemples.pdf"] = {["details"] = "Further examples (comments in French)", ["lang"] = "fr", }, + ["latex/engpron/README"] = {["details"] = "Readme", ["lang"] = "en", }, + ["generic/tds/tds.pdf"] = {["details"] = "The standard specification", }, + ["latex/synproof/synproof-doc.pdf"] = {["details"] = "Package documentation", }, + ["fonts/txfontsb/README"] = {["details"] = "Readme", }, + ["latex/psbao/psbaomanual.pdf"] = {["details"] = "Package manual", }, + ["latex/unitsdef/unitsdef.pdf"] = {["details"] = "Package documentation", }, + ["latex/caption/caption-eng.pdf"] = {["details"] = "English documentation", ["lang"] = "en", }, + ["latex/svn-prov/README"] = {["details"] = "Readme", }, + ["latex/svn-multi/svn-multi.pdf"] = {["details"] = "Package documentation", }, + ["latex/arydshln/arydshln-man.pdf"] = {["details"] = "User manual:", }, + ["latex/ncclatex/README"] = {["details"] = "Readme", }, + ["latex/svn/svn.pdf"] = {["details"] = "Package documentation", }, + ["latex/svn/README"] = {["details"] = "Package README", }, + ["latex/octavo/README"] = {["details"] = "Readme", }, + ["latex/amsldoc-vn/amsldoc-print-vi.pdf"] = {["details"] = "For printing", ["lang"] = "vi", }, + ["latex/svgcolor/README"] = {["details"] = "Readme", }, + ["generic/xstring/xstring_doc_fr.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/boites/boites_exemples.pdf"] = {["details"] = "(Contrived) examples of use", }, + ["latex/computational-complexity/cc.pdf"] = {["details"] = "Package documentation", }, + ["latex/l2tabu-it/l2tabuit.pdf"] = {["details"] = "The document itself", ["lang"] = "it", }, + ["latex/sudokubundle/sudokubundle.pdf"] = {["details"] = "Package documentation", }, + ["latex/multiobjective/README"] = {["details"] = "Readme", }, + ["latex/randbild/README"] = {["details"] = "Readme (bilingual)", }, + ["latex/sudoku/sudoku.pdf"] = {["details"] = "Package documentation", }, + ["latex/courier-scaled/README"] = {["details"] = "Readme", }, + ["latex/sudoku/README"] = {["details"] = "Readme", }, + ["latex/schemabloc/schemabloc.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/altfont/README"] = {["details"] = "Readme", }, + ["latex/subfigure/subfigure.pdf"] = {["details"] = "Package documentation", }, + ["generic/enctex/encdoc.pdf"] = {["details"] = "Reference manual:", ["lang"] = "cs", }, + ["latex/amsrefs/amsrdoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/subfigure/README"] = {["details"] = "Readme", }, + ["latex/cooltooltips/README"] = {["details"] = "Readme", }, + ["latex/changepage/README"] = {["details"] = "Readme", }, + ["luatex/luatextra/README"] = {["details"] = "Readme", }, + ["latex/colorwav/colorwav.pdf"] = {["details"] = "Package documentation", }, + ["fonts/mxedruli/mxeddoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/subfig/README"] = {["details"] = "Readme", }, + ["latex/subeqn/subeqn.pdf"] = {["details"] = "Package documentation", }, + ["support/asymptote-manual-zh-cn/README"] = {["details"] = "Readme", }, + ["latex/noitcrul/noitcrul.pdf"] = {["details"] = "Benutzerdoku:", ["lang"] = "de", }, + ["metapost/suanpan/README"] = {["details"] = "Readme", }, + ["latex/stubs/stubs_ex.pdf"] = {["details"] = "Example of use", }, + ["latex/mathpazo/pazotest.pdf"] = {["details"] = "Font tables:", }, + ["latex/cell/README"] = {["details"] = "Readme", }, + ["latex/endfloat/endfloat.pdf"] = {["details"] = "Package documentation", }, + ["latex/addlines/README"] = {["details"] = "Readme", }, + ["latex/auto-pst-pdf/README"] = {["details"] = "Package Readme", }, + ["latex/stdpage/README"] = {["details"] = "Package README", }, + ["latex/comprehensive/README"] = {["details"] = "Package README", }, + ["latex/elsevier/instructions-harv.pdf"] = {["details"] = "Instructions for use, harvard-style citations", ["lang"] = "en", }, + ["latex/memoir/memman.pdf"] = {["details"] = "Basic user manual", }, + ["latex/cryst/README"] = {["details"] = "Readme", }, + ["latex/amsrefs/amsrefs.pdf"] = {["details"] = "Documented source", }, + ["latex/exam/README"] = {["details"] = "Package Readme", }, + ["generic/midnight/midnight.pdf"] = {["details"] = "Package documentation", }, + ["otherformats/startex/base/guide.pdf"] = {["details"] = "Beginner's guide", }, + ["latex/nomencl/README"] = {["details"] = "Readme", }, + ["latex/makebox/makebox.pdf"] = {["details"] = "Package documentation", }, + ["latex/achemso/achemso.pdf"] = {["details"] = "Package documentation", }, + ["latex/stage/stage-documentation.pdf"] = {["details"] = "Package documentation", }, + ["latex/hanging/hanging.pdf"] = {["details"] = "Package documentation", }, + ["latex/ccaption/README"] = {["details"] = "Readme", }, + ["latex/spverbatim/spverbatim.pdf"] = {["details"] = "Package documentation", }, + ["fonts/lh/README"] = {["details"] = "Readme", }, + ["latex/dnaseq/dnaseq.pdf"] = {["details"] = "Package documentation", }, + ["latex/ametsoc/amspaper2col.pdf"] = {["details"] = "Two column package documentation (as sample paper)", }, + ["latex/knittingpattern/README"] = {["details"] = "Readme", }, + ["latex/changes/changes.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["latex/menu/menu.pdf"] = {["details"] = "Package documentation", }, + ["latex/isodate/testdate.pdf"] = {["details"] = "Test document showing styles", }, + ["plain/mkpattern/mkpatter.pdf"] = {["details"] = "Package documentation", }, + ["latex/sidecap/README"] = {["details"] = "Readme", }, + ["latex/bigints/README"] = {["details"] = "Readme", }, + ["latex/tabularew/tabularew.pdf"] = {["details"] = "Package documentation", }, + ["latex/inversepath/README"] = {["details"] = "Readme", }, + ["latex/ed/ed.pdf"] = {["details"] = "Package documentation", }, + ["bibtex/bibhtml/README"] = {["details"] = "Readme", }, + ["generic/vrb/readme"] = {["details"] = "Readme", }, + ["latex/listliketab/listliketab.pdf"] = {["details"] = "Package documentation", }, + ["latex/mafr/docmafr.pdf"] = {["details"] = "Package documentation", ["lang"] = "fr", }, + ["latex/classicthesis/README"] = {["details"] = "Package README", }, + ["latex/apa/apacls.html"] = {["details"] = "Class documentation", }, + ["latex/powerdot-FUBerlin/README"] = {["details"] = "Readme", }, + ["latex/gmdoc/gmdoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/leading/leading.pdf"] = {["details"] = "Package documentation", }, + ["support/findhyph/README"] = {["details"] = "Readme", }, + ["fonts/skaknew/fonttables.pdf"] = {["details"] = "Font tables", }, + ["generic/pst-fractal/pst-fractal-doc.pdf"] = {["details"] = "Package documentation", }, + ["support/pkfix-helper/encoding-samples.pdf"] = {["details"] = "Encoding tables and how to use them", }, + ["latex/verbdef/verbdef.pdf"] = {["details"] = "Package documentation", }, + ["latex/simplewick/simplewick.pdf"] = {["details"] = "Package documentation", }, + ["fonts/gentium/GENTIUM-FAQ.txt"] = {["details"] = "FAQ", }, + ["latex/mh/mhsetup.pdf"] = {["details"] = "Package documentation -- mhsetup", }, + ["fonts/gfsporson/README"] = {["details"] = "Readme", }, + ["latex/simplecv/README"] = {["details"] = "Readme", }, + ["latex/silence/silence-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/cachepic/README"] = {["details"] = "Readme", }, + ["latex/silence/README"] = {["details"] = "Readme", }, + ["latex/varsfromjobname/varsfromjobname.pdf"] = {["details"] = "Package documentation", }, + ["fonts/chemarrow/chemarrow-de.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/latexcheat-ptbr/latexsheet-ptbr.pdf"] = {["details"] = "The document itself", ["lang"] = "pt", }, + ["latex/shuffle/shuffle.pdf"] = {["details"] = "Package documentation", }, + ["latex/abstract/abstract.pdf"] = {["details"] = "Package documentation", }, + ["latex/attachfile/README"] = {["details"] = "Readme", }, + ["latex/sidecap/sidecap.pdf"] = {["details"] = "Package documentation", }, + ["latex/shuffle/README"] = {["details"] = "Readme", }, + ["latex/showlabels/showlabels.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["generic/pst-3dplot/README"] = {["details"] = "Readme", }, + ["latex/ebsthesis/ebsthesis.pdf"] = {["details"] = "Package documentation", }, + ["fonts/cbfonts/README"] = {["details"] = "Readme", }, + ["latex/arcs/README"] = {["details"] = "Package README", }, + ["latex/perltex/perltex.pdf"] = {["details"] = "Package documentation", }, + ["latex/bookest/README"] = {["details"] = "Readme", }, + ["latex/dateiliste/README"] = {["details"] = "Readme", }, + ["latex/show2e/README"] = {["details"] = "Readme", }, + ["latex/aiaa/README"] = {["details"] = "Package README", }, + ["latex/shorttoc/shorttoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/mh/xfrac.pdf"] = {["details"] = "Package documentation -- xfrac", }, + ["latex/dateiliste/README-de"] = {["details"] = "Readme", ["lang"] = "de", }, + ["latex/ryethesis/README"] = {["details"] = "Readme", }, + ["latex/ntheorem/README"] = {["details"] = "Readme", }, + ["latex/aguplus/aguplus.pdf"] = {["details"] = "Package documentation", }, + ["latex/fixfoot/fixfoot.pdf"] = {["details"] = "Package documentation", }, + ["latex/dlfltxb/dlfltxbmisc.pdf"] = {["details"] = "dlfltxbmisc package documentation", }, + ["fonts/Type1fonts/README"] = {["details"] = "Readme", }, + ["fonts/venturisadf/venturisadf.pdf"] = {["details"] = "Documentation: installation and use", }, + ["latex/ibycus-babel/README"] = {["details"] = "Readme", }, + ["latex/coverpage/SimpleSample.pdf"] = {["details"] = "Simple sample:", }, + ["generic/shade/description.pdf"] = {["details"] = "Description of the algorithm:", ["lang"] = "en", }, + ["xelatex/xeindex/xeindex.pdf"] = {["details"] = "Package documentation", }, + ["latex/envlab/elguide.pdf"] = {["details"] = "User guide", }, + ["latex/menu/README"] = {["details"] = "Readme", }, + ["latex/a5comb/a5comb.pdf"] = {["details"] = "Package documentation", }, + ["latex/epsdice/epsdice.pdf"] = {["details"] = "Package Documentation", }, + ["latex/qtree/qarrows.pdf"] = {["details"] = "Use of tree-dvips with qtree:", ["lang"] = "en", }, + ["fonts/semaphor/README"] = {["details"] = "Readme", }, + ["latex/semantic/semantic.pdf"] = {["details"] = "Package documentation", }, + ["latex/sectsty/sectsty.pdf"] = {["details"] = "Package documentation", }, + ["latex/swimgraf/swimgraf.pdf"] = {["details"] = "Package documentation", }, + ["latex/blowup/blowup.pdf"] = {["details"] = "Package documentation", }, + ["latex/sdrt/sdrt-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/mh/mathtools.pdf"] = {["details"] = "Package documentation -- mathtools", }, + ["latex/hvindex/hvindex.pdf"] = {["details"] = "Package documentation", }, + ["latex/extpfeil/README"] = {["details"] = "Readme", }, + ["latex/barcodes/eandoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/datatool/datatool.pdf"] = {["details"] = "Package documentation", }, + ["latex/IEEEtran/IEEEtran_HOWTO.pdf"] = {["details"] = "Package documentation", }, + ["latex/scalebar/scalebar_examples.pdf"] = {["details"] = "Package usage guide and examples", }, + ["latex/scalebar/README"] = {["details"] = "Package README", }, + ["latex/digiconfigs/README"] = {["details"] = "Readme", }, + ["latex/paper/README"] = {["details"] = "Readme", }, + ["bibtex/abstyles/abstdok.pdf"] = {["details"] = "Outline of the family", ["lang"] = "de", }, + ["generic/es-tex-faq/FAQ-CervanTeX.pdf"] = {["details"] = "The document itself (PDF)", ["lang"] = "es", }, + ["latex/sauterfonts/README"] = {["details"] = "Readme", }, + ["latex/sageep/sample.pdf"] = {["details"] = "Formatted sample", }, + ["latex/sageep/sageep.pdf"] = {["details"] = "Package documentation", }, + ["latex/gaceta/README"] = {["details"] = "Readme", }, + ["latex/glossaries/glossaries-manual.html"] = {["details"] = "Package documentation (HTML)", }, + ["latex/apacite/README"] = {["details"] = "Package Readme", }, + ["latex/romannum/romannum.pdf"] = {["details"] = "Package documentation", }, + ["fonts/nkarta/README"] = {["details"] = "Readme", }, + ["latex/rtklage/README"] = {["lang"] = "de", }, + ["latex/robustindex/README"] = {["details"] = "Readme", }, + ["latex/guitlogo/guit.pdf"] = {["details"] = "Package documentation", ["lang"] = "it", }, + ["latex/bussproofs/testbp2.pdf"] = {["details"] = "Test/example of use", }, + ["latex/acmconf/acmconf.pdf"] = {["details"] = "Package documentation", }, + ["latex/robustcommand/README"] = {["details"] = "Readme", }, + ["latex/makecell/makecell.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/renditions/renditions.pdf"] = {["details"] = "Package documentation", }, + ["latex/intro-scientific/scidoc.pdf"] = {["details"] = "The document itself", }, + ["latex/afthesis/usethesis.pdf"] = {["details"] = "Package documentation", }, + ["generic/musixtex/README"] = {["details"] = "Package documentation", }, + ["latex/refman/refman.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-eps/README"] = {["details"] = "Package README", }, + ["latex/thuthesis/thuthesis.pdf"] = {["details"] = "Package documentation", }, + ["latex/spreadtab/README"] = {["details"] = "Readme", }, + ["latex/refman/layout_e.pdf"] = {["details"] = "Changing the layout with LaTeX", ["lang"] = "en", }, + ["latex/macqassign/README"] = {["details"] = "Readme", }, + ["latex/refman/layout_d.pdf"] = {["details"] = "Layout-Anderungen mit LaTeX", ["lang"] = "de", }, + ["latex/everypage/everypage.pdf"] = {["details"] = "Package documentation", }, + ["latex/refcheck/refdemo.pdf"] = {["details"] = "Package demo", }, + ["latex/notes/notes.pdf"] = {["details"] = "Package documentation", }, + ["latex/acmconf/README"] = {["details"] = "Readme", }, + ["latex/recipecard/recipecard.pdf"] = {["details"] = "Package documentation", }, + ["latex/bclogo/README"] = {["details"] = "Readme (English)", ["lang"] = "en", }, + ["latex/poemscol/README"] = {["details"] = "Readme", }, + ["latex/rcsinfo/rcsinfo.pdf"] = {["details"] = "Package documentation", }, + ["latex/12many/README"] = {["details"] = "Readme", }, + ["latex/rcsinfo/README"] = {["details"] = "Readme", }, + ["latex/eqlist/README"] = {["details"] = "Readme", }, + ["latex/rcs/rcs-user.pdf"] = {["details"] = "User documentation", }, + ["latex/rcs/rcs-conf.pdf"] = {["details"] = "Package internal interfaces", }, + ["latex/boites/boites.pdf"] = {["details"] = "English translation", }, + ["latex/caption/caption-deu.pdf"] = {["details"] = "German documentation", ["lang"] = "de", }, + ["latex/webguide/webguide.html"] = {["details"] = "Package document, as HTML", }, + ["latex/arsclassica/README"] = {["details"] = "Readme", }, + ["latex/barcodes/README"] = {["details"] = "Package Readme", }, + ["latex/qsymbols/qsymbols.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-diffraction/README"] = {["details"] = "Readme", }, + ["latex/kerntest/kerntest.pdf"] = {["details"] = "Package documentation", }, + ["latex/harmony/README"] = {["details"] = "Readme", }, + ["latex/lshort-mongol/lshort-mn.pdf"] = {["details"] = "The document itself", ["lang"] = "mn", }, + ["latex/qsymbols/README"] = {["details"] = "Readme", }, + ["latex/constants/README"] = {["details"] = "Readme", }, + ["plain/typespec/TypeSpec.pdf"] = {["details"] = "Package outline and some samplers", }, + ["latex/philex/README"] = {["details"] = "Readme", }, + ["latex/qstest/README"] = {["details"] = "Readme", }, + ["latex/psu-thesis/phdsample.pdf"] = {["details"] = "PhD thesis layout demonstration", }, + ["latex/psu-thesis/manual.pdf"] = {["details"] = "Package manual", }, + ["latex/psu-thesis/README"] = {["details"] = "Readme", }, + ["support/latexmk/README"] = {["details"] = "Readme", }, + ["latex/pstool/README"] = {["details"] = "Readme", }, + ["support/asymptote-faq-zh-cn/README"] = {["details"] = "Readme", }, + ["fonts/cm-super/README"] = {["details"] = "Bundle Readme", }, + ["latex/chngcntr/chngcntr.pdf"] = {["details"] = "Package documentation", }, + ["latex/pst2pdf/README"] = {["details"] = "Readme", }, + ["latex/hhtensor/README"] = {["details"] = "Package Readme", }, + ["generic/pst-tree/pst-tree-doc.pdf"] = {["details"] = "Package manual", }, + ["latex/flippdf/flippdf.pdf"] = {["details"] = "Package documentation", }, + ["latex/rangen/README"] = {["details"] = "Readme", }, + ["generic/pst-text/README"] = {["details"] = "Package README", }, + ["latex/paralist/paralist.pdf"] = {["details"] = "Package documentation", }, + ["latex/epsdice/README"] = {["details"] = "Readme", }, + ["latex/adrconv/adrguide.pdf"] = {["details"] = "Package introduction", ["lang"] = "de", }, + ["generic/pst-math/README"] = {["details"] = "Readme", }, + ["latex/newspaper/README"] = {["details"] = "Readme", }, + ["latex/eltex/README"] = {["details"] = "Readme", }, + ["generic/pst-soroban/pst-soroban-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/newlfm/README"] = {["details"] = "Readme", }, + ["latex/clefval/example.pdf"] = {["details"] = "Package example of use (English)", }, + ["generic/pst-solides3d/doc/pst-solides3d-doc-grille-parallelepiped.pdf"] = {["details"] = "Using grids and parallelopipeds (French)", ["lang"] = "fr", }, + ["latex/flippdf/README"] = {["details"] = "Readme", }, + ["fonts/antt/AntykwaTorunska-doc-en-2_03.pdf"] = {["details"] = "Documentation in English:", ["lang"] = "en", }, + ["generic/pst-solides3d/README"] = {["details"] = "Readme", }, + ["latex/elbioimp/README"] = {["details"] = "Readme", }, + ["latex/latexdiff/README"] = {["details"] = "Package Readme", }, + ["latex/pst-pdf/README"] = {["details"] = "README file", }, + ["generic/pst-pad/pst-pad-docDE.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["generic/pst-ob3d/pst-ob3d.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-node/more_docs/psmatrix-docDE.pdf"] = {["details"] = "Documentation of \\psmatrix (German)", }, + ["generic/pst-mirror/pst-mirror-doc.pdf"] = {["details"] = "Package documentation", ["lang"] = "fr", }, + ["generic/enctex/encdoc-e.pdf"] = {["details"] = "Reference manual (in English):", ["lang"] = "en", }, + ["latex/microtype/README"] = {["details"] = "Package README", }, + ["latex/hyphenat/hyphenat.pdf"] = {["details"] = "Package documentation", }, + ["latex/liturg/README"] = {["details"] = "Readme", }, + ["latex/dtxtut/dtxtut.pdf"] = {["details"] = "Readme", }, + ["generic/pst-support/README"] = {["details"] = "Readme", }, + ["latex/europecv/examples/minimal.pdf"] = {["details"] = "Simple example of use:", }, + ["latex/cjk/README"] = {["details"] = "Readme file", }, + ["latex/juraabbrev/README"] = {["details"] = "Readme", }, + ["latex/apa/apaenum.txt"] = {["details"] = "Outline of list facilities", }, + ["latex/galois/galois.pdf"] = {["details"] = "Package description", }, + ["generic/pst-light3d/pst-light3d-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/eulervm/eulervm.pdf"] = {["details"] = "Package documentation", }, + ["latex/hexgame/hexgame.pdf"] = {["details"] = "Package documentation", }, + ["latex/cmdstring/README"] = {["details"] = "Readme", }, + ["latex/comma/comma.pdf"] = {["details"] = "Package documentation", }, + ["latex/tikz-timing/README"] = {["details"] = "Readme", }, + ["context/third/typescripts/README"] = {["details"] = "Readme", }, + ["generic/pst-labo/pst-labo-docFR.pdf"] = {["details"] = "French documentation:", }, + ["latex/latex-veryshortguide/veryshortguide.pdf"] = {["details"] = "The document itself", }, + ["generic/pst-labo/pst-labo-docEN.pdf"] = {["details"] = "English documentation:", }, + ["latex/arydshln/arydshln.pdf"] = {["details"] = "Manual, including code listing:", }, + ["generic/pst-grad/pst-grad-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/foekfont/README"] = {["details"] = "Package README", }, + ["latex/animate/README"] = {["details"] = "Readme", }, + ["context/third/account/README"] = {["details"] = "Readme", }, + ["latex/figsize/figsize.pdf"] = {["details"] = "Package documentation", }, + ["latex/tablists/README"] = {["details"] = "README file", }, + ["context/third/degrade/degrade-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/zwpagelayout/README"] = {["details"] = "Readme", }, + ["latex/greekdates/greekdates.pdf"] = {["details"] = "Package documentation", }, + ["latex/textfit/README"] = {["details"] = "Readme", }, + ["generic/pst-eps/pst-eps-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/algorithmicx/README"] = {["details"] = "Package README", }, + ["latex/advdate/advdate.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-thick/pst-thick-doc.pdf"] = {["details"] = "Package documentation", ["lang"] = "fr", }, + ["generic/pst-diffraction/pst-diffraction-docFR.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/mciteplus/mciteplus_code.txt"] = {["details"] = "Details for modifying .bst code", }, + ["latex/titling/README"] = {["details"] = "Readme", }, + ["generic/pst-diffraction/pst-diffraction-docDE.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["generic/pst-dbicons/pst-dbicons.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-dbicons/README"] = {["details"] = "Package README", }, + ["generic/pst-pad/README"] = {["details"] = "Readme", }, + ["latex/epigraph/README"] = {["details"] = "Readme", }, + ["generic/pst-thick/README"] = {["details"] = "Readme", }, + ["fonts/boisik/example/boisik.pdf"] = {["details"] = "Brief outline, in the font", }, + ["xelatex/fontspec/fontspec.pdf"] = {["details"] = "Package documentation", }, + ["latex/isodoc/isodoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/layouts/README"] = {["details"] = "Readme", }, + ["latex/popupmenu/README"] = {["details"] = "Readme", }, + ["latex/gmutils/README"] = {["details"] = "README", }, + ["latex/aeguill/guil-test2.pdf"] = {["details"] = "Available guillemet glyphs", }, + ["latex/pecha/pecha_docu.pdf"] = {["details"] = "Package documentation", }, + ["latex/draftcopy/draftcopy.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-bspline/README"] = {["details"] = "Readme", }, + ["generic/pst-barcode/README"] = {["details"] = "Readme", }, + ["generic/pst-fr3d/pst-fr3d.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-bar/README"] = {["details"] = "Readme", }, + ["latex/plweb/README"] = {["details"] = "Readme", }, + ["latex/eltex/pri_cz.pdf"] = {["details"] = "Package documentation (Czech)", ["lang"] = "cs", }, + ["latex/eCards/eCardsman.pdf"] = {["details"] = "Package documentation (for screen)", }, + ["latex/parallel/parallel.pdf"] = {["details"] = "Package documentation", }, + ["latex/psfrag/pfgguide.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/animate/animate.pdf"] = {["details"] = "Package documentation", }, + ["latex/gu/gudoc.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["plain/metatex/mtpaper.pdf"] = {["details"] = "Package documentation", }, + ["latex/verbatimbox/verbatimbox_example.pdf"] = {["details"] = "Example of use", }, + ["latex/program/README"] = {["details"] = "Readme", }, + ["latex/pgfplots/pgfplots.pdf"] = {["details"] = "Package manual", }, + ["latex/probsoln/probsoln-manual.html"] = {["details"] = "Package documentation (HTML)", }, + ["latex/proba/proba.pdf"] = {["details"] = "Package documentation", }, + ["latex/jurabib/docs/german/jbgerdoc.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/alterqcm/README"] = {["details"] = "Readme", ["lang"] = "en", }, + ["latex/randbild/randbild.pdf"] = {["details"] = "Benutzerdoku:", ["lang"] = "de", }, + ["fonts/marvosym/marvodoc.pdf"] = {["details"] = "Font tables, etc.", }, + ["latex/ebezier/ebezier.pdf"] = {["details"] = "Package documentation", }, + ["latex/uiucthesis/README"] = {["details"] = "Readme", }, + ["latex/breakcites/breakcites.pdf"] = {["details"] = "Package documentation", }, + ["latex/emptypage/emptypage.pdf"] = {["details"] = "Package documentation", }, + ["latex/hepunits/README"] = {["details"] = "Readme", }, + ["latex/algorithms/algorithms.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/estcpmm/estcpmm.pdf"] = {["details"] = "Package documentation", }, + ["latex/plates/plates.pdf"] = {["details"] = "Package documentation", }, + ["fonts/free-math-font-survey/survey.pdf"] = {["details"] = "The survey, as a PDF file", ["lang"] = "en", }, + ["latex/gastex/README"] = {["details"] = "Package Readme", }, + ["latex/plari/plari.pdf"] = {["details"] = "Package documentation", }, + ["latex/extract/README"] = {["details"] = "Package README", }, + ["latex/permute/permute.pdf"] = {["details"] = "Package documentation", }, + ["latex/pigpen/README"] = {["details"] = "Readme", }, + ["latex/dtxtut/README"] = {["details"] = "Package documentation", }, + ["latex/dk-bib/README"] = {["details"] = "Readme", }, + ["latex/flowfram/samples/news.pdf"] = {["details"] = "Sample - news sheet", }, + ["latex/philosophersimprint/philosophersimprint.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-korean/lshort-kr.pdf"] = {["details"] = "The document itself", ["lang"] = "ko", }, + ["plain/pgfplots/pgfplotsexample.pdf"] = {["details"] = "Plain TeX Examples", }, + ["latex/pgfopts/pgfopts-manual.pdf"] = {["details"] = "Package manual", }, + ["latex/epigraph/epigraph.pdf"] = {["details"] = "Package documentation", }, + ["fonts/cbfonts/grmn1000table.pdf"] = {["details"] = "Sample font table", }, + ["latex/hyphenat/README"] = {["details"] = "Readme", }, + ["latex/fonttable/fonttable.pdf"] = {["details"] = "Package documentation", }, + ["fonts/feyn/exercise-font.pdf"] = {["details"] = "Font details", }, + ["latex/isorot/README"] = {["details"] = "Package Readme", }, + ["fonts/gnu-freefont/README"] = {["details"] = "Readme", }, + ["latex/codedoc/CodeDoc-manual.pdf"] = {["details"] = "Package manual", }, + ["latex/latex2e-help-texinfo/latex2e.pdf"] = {["details"] = "PDF conversion of the source", }, + ["latex/expl3/source3.pdf"] = {["details"] = "The LaTeX3 Sources", }, + ["metapost/bpolynomial/bpolynomial.pdf"] = {["details"] = "Package documentation", }, + ["latex/latex-doc-ptr/latex-doc-ptr.pdf"] = {["details"] = "The document itself", }, + ["latex/lastpage/lastpage.pdf"] = {["details"] = "Package documentation", }, + ["latex/pdfpages/pdfpages.pdf"] = {["details"] = "Package documentation", }, + ["latex/errata/errata.pdf"] = {["details"] = "Package documentation", }, + ["latex/glossaries/README"] = {["details"] = "Readme", }, + ["latex/ametsoc/README"] = {["details"] = "Readme", }, + ["latex/dichokey/dichokey.pdf"] = {["details"] = "Package documentation", }, + ["pdftex/manual/pdftex-a.pdf"] = {["details"] = "User manual", }, + ["latex/etoolbox/README"] = {["details"] = "Readme", }, + ["latex/pdfslide/demo.pdf"] = {["details"] = "Narrative demonstration of the package", }, + ["latex/pdfscreen/manual-screen.pdf"] = {["details"] = "Manual, for screen viewing", }, + ["generic/vaucanson-g/VCManual.pdf"] = {["details"] = "Package documentation", }, + ["latex/germkorr/germkorr.pdf"] = {["details"] = "Package documentation", }, + ["latex/pdf-forms-tutorial-de/README"] = {["details"] = "Readme", }, + ["latex/engpron/engpron-ex-fr.pdf"] = {["details"] = "Usage example (French)", ["lang"] = "fr", }, + ["latex/fancynum/README"] = {["details"] = "Package README", }, + ["latex/foekfont/foekfont.pdf"] = {["details"] = "Package documentation", }, + ["fonts/gfscomplutum/README"] = {["details"] = "Readme", }, + ["latex/pb-diagram/README"] = {["details"] = "Readme", }, + ["latex/esdiff/esdiff.pdf"] = {["details"] = "Package documentation", }, + ["latex/trsym/README"] = {["details"] = "Readme", }, + ["fonts/libris/README"] = {["details"] = "Readme", }, + ["latex/fnbreak/README"] = {["details"] = "Readme", }, + ["latex/termlist/termlist.pdf"] = {["details"] = "Package documentation", }, + ["latex/savetrees/README"] = {["details"] = "Package README", }, + ["latex/dprogress/dprogress.pdf"] = {["details"] = "Package documentation", }, + ["latex/footnpag/README"] = {["details"] = "Readme", }, + ["bibtex/iopart-num/README"] = {["details"] = "Readme", }, + ["latex/isodate/isodate.pdf"] = {["details"] = "Package documentation", }, + ["latex/booktabs/README"] = {["details"] = "Readme", }, + ["latex/fncychap/fncychap.pdf"] = {["details"] = "Package documentation, with examples", }, + ["fonts/fge/fge-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/overpic/README"] = {["details"] = "Readme (English)", }, + ["latex/oubraces/oubraces.pdf"] = {["details"] = "Package documentation", }, + ["latex/yfonts/readme"] = {["details"] = "Readme", }, + ["latex/oldstyle/oldstyle.pdf"] = {["details"] = "Package documentation", }, + ["fonts/metafont-beginners/metafont-for-beginners.pdf"] = {["details"] = "The introductory document itself:", ["lang"] = "en", }, + ["latex/makebarcode/makebarcode.pdf"] = {["details"] = "Package documentation", }, + ["latex/oberdiek/oberdiek.pdf"] = {["details"] = "Table of contents of the bundle", }, + ["latex/grid/grid.pdf"] = {["details"] = "Package documentation", }, + ["latex/gloss/README"] = {["details"] = "Package Readme", }, + ["metapost/textpath/textpath.pdf"] = {["details"] = "Package documentation", }, + ["latex/nostarch/nssample.pdf"] = {["details"] = "Sample book", }, + ["latex/fouridx/fouridx.pdf"] = {["details"] = "Package documentation", }, + ["latex/nonfloat/nonfloat.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/ntgclass/rapdoc.pdf"] = {["details"] = "The rapport classes", ["lang"] = "nl", }, + ["latex/custom-bib/makebst.pdf"] = {["details"] = "Package documentation", }, + ["generic/mathdots/mathdots.pdf"] = {["details"] = "Package documentation", }, + ["latex/a4wide/a4wide.pdf"] = {["details"] = "Package documentation", }, + ["latex/newlfm/newlfm.pdf"] = {["details"] = "Package documentation", }, + ["support/mkgrkindex/mkgrkindex.pdf"] = {["details"] = "Package documentation", }, + ["latex/ginpenc/ginpenc.pdf"] = {["details"] = "Package documentation", }, + ["latex/newfile/README"] = {["details"] = "Readme", }, + ["latex/listofsymbols/listofsymbols.pdf"] = {["details"] = "Package documentation", }, + ["latex/namespc/namespc.pdf"] = {["details"] = "Package documentation", }, + ["latex/draftcopy/README"] = {["details"] = "Readme", }, + ["latex/nag/README"] = {["details"] = "Readme", }, + ["metapost/dviincl/README"] = {["details"] = "Readme (English)", ["lang"] = "en", }, + ["latex/caption/caption.pdf"] = {["details"] = "Documented source (English)", ["lang"] = "en", }, + ["latex/coolstr/coolstr.pdf"] = {["details"] = "Package documentation", }, + ["generic/mfpic/mfpic-doc.pdf"] = {["details"] = "Mfpic manual", ["lang"] = "en", }, + ["metapost/mpman-ru/README"] = {["details"] = "Readme (English)", ["lang"] = "en", }, + ["latex/first-latex-doc/README"] = {["details"] = "Readme", }, + ["latex/ecclesiastic/README"] = {["details"] = "Readme", }, + ["latex/ucthesis/README"] = {["details"] = "Readme and basic documentation", }, + ["fonts/bera/bera.pdf"] = {["details"] = "Font samples", }, + ["latex/pseudocode/pseudocode.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-gr3d/README"] = {["details"] = "Readme", }, + ["latex/stdclsdv/README"] = {["details"] = "Readme", }, + ["latex/lshort-bulgarian/README"] = {["details"] = "Readme", }, + ["latex/moderncv/examples/template_en_casual_blue.pdf"] = {["details"] = "Example: casual style", }, + ["latex/leading/README"] = {["details"] = "Readme", }, + ["latex/moderncv/README"] = {["details"] = "Readme", }, + ["latex/lshort-french/README"] = {["details"] = "Readme", }, + ["latex/struktex/struktex.de.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["generic/mkjobtexmf/mkjobtexmf.txt"] = {["details"] = "Readme", }, + ["generic/pst-solides3d/doc-en/pst-solides3d-doc-EN.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["generic/mkjobtexmf/mkjobtexmf.pdf"] = {["details"] = "Package documentation", }, + ["latex/minutes/minutes.pdf"] = {["details"] = "Package documentation", }, + ["latex/algorithms/README"] = {["details"] = "Readme", }, + ["metapost/bpolynomial/README"] = {["details"] = "Readme", }, + ["latex/minitoc/README"] = {["details"] = "Readme", ["lang"] = "en", }, + ["latex/glossaries/glossaries.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["latex/gaceta/plantilla-articulo-de-seccion.pdf"] = {["details"] = "Example 2: how to write an article", ["lang"] = "es", }, + ["latex/cachepic/cachepic.pdf"] = {["details"] = "Package documentation", }, + ["latex/bgreek/README"] = {["details"] = "Readme", }, + ["latex/lps/lps.pdf"] = {["details"] = "Package documentation", }, + ["latex/complexity/complexity.pdf"] = {["details"] = "Package documentation", }, + ["support/asymptote-by-example-zh-cn/README"] = {["details"] = "Readme", }, + ["latex/harvard/harvard.pdf"] = {["details"] = "Package documentation", }, + ["latex/forarray/README.txt"] = {["details"] = "Readme", }, + ["generic/mfpic/mfpguide.pdf"] = {["details"] = "Short introduction", ["lang"] = "en", }, + ["bibtex/ijqc/xampl.pdf"] = {["details"] = "Example output", }, + ["latex/liturg/liturg.pdf"] = {["details"] = "Package documentation", }, + ["latex/metalogo/metalogo.pdf"] = {["details"] = "Package documentation", }, + ["latex/bytefield/example.pdf"] = {["details"] = "Examples of use", }, + ["latex/elbioimp/elbioimp.pdf"] = {["details"] = "Package documentation", }, + ["latex/chemstyle/chemstyle.pdf"] = {["details"] = "Package documentation", }, + ["latex/csbulletin/README"] = {["details"] = "Readme", }, + ["latex/blkarray/blkarray.pdf"] = {["details"] = "Package documentation", }, + ["fonts/mathabx/mathtest.pdf"] = {["details"] = "Package documentation, including font lists", }, + ["latex/dlfltxb/dlfltxbmarkup-showkeys.pdf"] = {["details"] = "dlfltxbmarkup key description summary", }, + ["latex/itnumpar/itnumpar.pdf"] = {["details"] = "Package documentation", }, + ["fonts/skaknew/README"] = {["details"] = "Readme", }, + ["latex/mafr/README"] = {["details"] = "Package README", ["lang"] = "en", }, + ["luatex/luamplib/luamplib.pdf"] = {["details"] = "Package documentation", }, + ["latex/bibleref/README"] = {["details"] = "Readme", }, + ["latex/etaremune/etaremune.pdf"] = {["details"] = "Package documentation", }, + ["latex/ticket/README"] = {["details"] = "Package Readme", }, + ["latex/eskd/README"] = {["details"] = "Package README", }, + ["latex/IEEEconf/README"] = {["details"] = "Readme", }, + ["latex/titlesec/titlesec.pdf"] = {["details"] = "Package documentation", }, + ["latex/censor/README"] = {["details"] = "Readme", }, + ["fonts/malayalam/README"] = {["details"] = "Readme", }, + ["latex/showlabels/showlabels.html"] = {["details"] = "Package documentation (HTML)", }, + ["latex/ellipsis/ellipsis.pdf"] = {["details"] = "Package documentation", }, + ["fonts/eurosym/README"] = {["details"] = "Readme", }, + ["latex/ccfonts/readme"] = {["details"] = "Readme", }, + ["latex/exp-testopt/exp-testopt.pdf"] = {["details"] = "Package documentation (Esperanto)", ["lang"] = "eo", }, + ["latex/lcd/example.pdf"] = {["details"] = "Examples", }, + ["support/latexmk/latexmk.txt"] = {["details"] = "Manpage, text format", }, + ["latex/akletter/lettereng.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/iso/isoman.pdf"] = {["details"] = "Package manual", }, + ["fonts/libris/ylyr8a.pfb.pdf"] = {["details"] = "Sample font table", }, + ["latex/emulateapj/README"] = {["details"] = "Readme", }, + ["latex/verse/verse.pdf"] = {["details"] = "Package documentation", }, + ["latex/minitoc/minitoc-fr.pdf"] = {["details"] = "Package documentation, in French", ["lang"] = "fr", }, + ["latex/cellspace/cellspace.pdf"] = {["details"] = "Package documentation", }, + ["latex/ed/README"] = {["details"] = "Readme", }, + ["fonts/stmaryrd/README"] = {["details"] = "Original README:", }, + ["generic/pst-sigsys/pst-sigsys-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/namespc/README"] = {["details"] = "Readme", }, + ["latex/circ/README"] = {["details"] = "Readme", }, + ["latex/breakurl/breakurl.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-math/pst-math-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/totcount/README"] = {["details"] = "Readme", }, + ["latex/aiaa/aiaa.pdf"] = {["details"] = "Package documentation", }, + ["fonts/cm-super/FAQ"] = {["details"] = "Frequently Asked Questions", }, + ["latex/bbm-macros/README"] = {["details"] = "Readme", }, + ["latex/diagnose/README"] = {["details"] = "Package Readme", }, + ["latex/disser/README"] = {["details"] = "Readme (English)", ["lang"] = "en", }, + ["latex/hepnames/hepnicenames.pdf"] = {["details"] = "Enumeration of available nicenames", }, + ["latex/filecontents/README"] = {["details"] = "Package Readme", }, + ["latex/flashcards/flashcards.pdf"] = {["details"] = "Package documentation", }, + ["fonts/allrunes/README"] = {["details"] = "Package Readme", }, + ["generic/dehyph-exptl/projektbeschreibung.pdf"] = {["details"] = "Project outline", ["lang"] = "de", }, + ["latex/sageep/README"] = {["details"] = "Readme", }, + ["latex/lshort-italian/itlshort.pdf"] = {["details"] = "The document itself", ["lang"] = "it", }, + ["latex/tableaux/tableau.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/spanish/README"] = {["details"] = "Readme", }, + ["latex/dlfltxb/dlfltxbcodetips.pdf"] = {["details"] = "dlfltxbcodetips package documentation", }, + ["latex/extract/extract.pdf"] = {["details"] = "Package documentation", }, + ["latex/asyfig/asyfig.pdf"] = {["details"] = "Package documentation", }, + ["latex/circ/circ.pdf"] = {["details"] = "Package documentation", }, + ["latex/changelayout/README"] = {["details"] = "Readme", }, +} +return s_meta
\ No newline at end of file diff --git a/Master/texmf/scripts/texdoc/Data.tlpdb.lua b/Master/texmf/scripts/texdoc/Data.tlpdb.lua new file mode 100644 index 00000000000..b16f5aad9e0 --- /dev/null +++ b/Master/texmf/scripts/texdoc/Data.tlpdb.lua @@ -0,0 +1,16256 @@ +local s_meta = { + ["latex/assignment/README"] = {["details"] = "Package README", }, + ["latex/fancytooltips/examples/example.pdf"] = {["details"] = "Example", }, + ["generic/epsf/epsf-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/texments/README"] = {["details"] = "Readme", }, + ["latex/newfile/newfile.pdf"] = {["details"] = "Package documentation", }, + ["xelatex/persian-bib/README"] = {["details"] = "Readme", }, + ["latex/pdfx/README"] = {["details"] = "Readme", }, + ["latex/gmverb/gmverb.pdf"] = {["details"] = "Package documentation", }, + ["latex/arabtex/readme.txt"] = {["details"] = "Readme", }, + ["xelatex/fontwrap/fontwrap_example.pdf"] = {["details"] = "Examples of use", }, + ["latex/elpres/elpres-manual.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-mirror/README"] = {["details"] = "Readme", }, + ["fonts/feyn/feyn.pdf"] = {["details"] = "Package documentation", }, + ["latex/qcm/qcm.pdf"] = {["details"] = "Package documentation", }, + ["latex/trajan/trytrajan.pdf"] = {["details"] = "Font sample", }, + ["latex/gmdoc-enhance/gmdoc-enhance.pdf"] = {["details"] = "Package documentation", }, + ["latex/cleveref/README"] = {["details"] = "Readme", }, + ["latex/jeopardy/jeopardy.pdf"] = {["details"] = "Package documentation", }, + ["fonts/chemarrow/chemarrow.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/lcyw/lcyw.pdf"] = {["details"] = "Package documentation", }, + ["latex/ctable/README"] = {["details"] = "Readme", }, + ["latex/booklet/README"] = {["details"] = "Readme", }, + ["latex/trivfloat/trivfloat.pdf"] = {["details"] = "Package documentation", }, + ["latex/hep/README"] = {["details"] = "Readme", }, + ["xelatex/xepersian/xepersian-doc.pdf"] = {["details"] = "Package documentation", }, + ["context/third/vim/README"] = {["details"] = "Readme", }, + ["latex/fixfoot/README"] = {["details"] = "Readme", }, + ["fonts/fontname/fontname.pdf"] = {["details"] = "Outline of the mapping scheme (PDF)", }, + ["fonts/nkarta/figtable.pdf"] = {["details"] = "A table of the the MetaPost images", }, + ["latex/songbook/README"] = {["details"] = "Readme", }, + ["latex/keyreader/README"] = {["details"] = "Readme", }, + ["latex/listings/README"] = {["details"] = "Package Readme", }, + ["latex/makebarcode/README"] = {["details"] = "Readme", }, + ["latex/ncclatex/ncclatex.pdf"] = {["details"] = "Package documentation", }, + ["latex/mftinc/README"] = {["details"] = "Readme", }, + ["latex/pbsheet/README"] = {["details"] = "Readme", }, + ["generic/pst-solides3d/doc/pst-solides3d-doc.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/splitindex/README"] = {["details"] = "Readme", }, + ["latex/eukdate/README"] = {["details"] = "Readme", }, + ["latex/beamerposter/beamerposter.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["fonts/fouriernc/test_fouriernc.pdf"] = {["details"] = "FourierNC test example:", }, + ["latex/r_und_s/README"] = {["details"] = "Readme", }, + ["metapost/textpath/README"] = {["details"] = "README file", }, + ["generic/pstricks-add/README"] = {["details"] = "Package README", }, + ["latex/pecha/example.pdf"] = {["details"] = "Example usage", }, + ["fonts/marvosym/README"] = {["details"] = "README", }, + ["fonts/junicode/README"] = {["details"] = "Readme", }, + ["latex/comprehensive/symbols-a4.pdf"] = {["details"] = "The document (for A4 paper)", }, + ["latex/mparhack/README"] = {["details"] = "Package README", }, + ["latex/progress/README"] = {["details"] = "Readme", }, + ["latex/natbib/natbib.pdf"] = {["details"] = "Package documentation", }, + ["latex/euenc/euenc.pdf"] = {["details"] = "Package documentation", }, + ["generic/ukrhyph/README"] = {["details"] = "Readme", }, + ["latex/vhistory/README"] = {["details"] = "Readme", }, + ["latex/xkeyval/README"] = {["details"] = "Package README", }, + ["xelatex/xetex-itrans/README"] = {["details"] = "Readme", }, + ["fonts/concmath/concmath.pdf"] = {["details"] = "Package documentation", }, + ["latex/cryst/cryst1.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/geometry/geometry.pdf"] = {["details"] = "Users' manual", }, + ["latex/changebar/00readme.txt"] = {["details"] = "Readme", }, + ["fonts/memdesign/README"] = {["details"] = "Readme", }, + ["latex/prettyref/prettyref.pdf"] = {["details"] = "Package documentation", }, + ["latex/typehtml/typehtml.pdf"] = {["details"] = "Package documentation", }, + ["latex/ltxindex/README"] = {["details"] = "Readme", }, + ["latex/pst-exa/README"] = {["details"] = "Readme", }, + ["generic/pst-optexp/README"] = {["details"] = "Readme", }, + ["latex/bizcard/bizex.pdf"] = {["details"] = "Example of use", }, + ["latex/totpages/totpages.pdf"] = {["details"] = "Package documentation", }, + ["latex/labbook/labboode.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/minipage-marginpar/README"] = {["details"] = "README file", }, + ["latex/noitcrul/README"] = {["details"] = "Readme", }, + ["fonts/Type1fonts/fontinstallationguide.pdf"] = {["details"] = "The document itself", }, + ["lualatex/luainputenc/README"] = {["details"] = "Readme", }, + ["latex/a0poster/a0.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/hyperxmp/hyperxmp.pdf"] = {["details"] = "Package documentation", }, + ["latex/linguex/ps-trees-doc.pdf"] = {["details"] = "PS-trees manual", }, + ["generic/pst-uml/README"] = {["details"] = "Readme", }, + ["generic/pst-knot/pst-knot-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/wallpaper/wallpapermanual.pdf"] = {["details"] = "Package documentation", }, + ["support/latexmk/latexmk.pdf"] = {["details"] = "Manpage, PDF", }, + ["latex/latexcheat/latexsheet.pdf"] = {["details"] = "The document itself", }, + ["latex/tree-dvips/lingmacros-manual.pdf"] = {["details"] = "Manual for lingmacros", }, + ["latex/functan/README"] = {["details"] = "Readme", }, + ["latex/powerdot-FUBerlin/exampleClass.pdf"] = {["details"] = "Example of use of the class", }, + ["xelatex/bidi/README"] = {["details"] = "Readme", }, + ["generic/pst-jtree/pst-jtree-doc.pdf"] = {["details"] = "Package documentation", }, + ["metapost/automata/example.pdf"] = {["details"] = "Example of use", }, + ["latex/eltex/man_en.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/qstest/makematch.pdf"] = {["details"] = "makematch Package documentation", }, + ["latex/thumb/thumb.pdf"] = {["details"] = "Package documentation", }, + ["latex/microtype/microtype.pdf"] = {["details"] = "Package documentation", }, + ["latex/tabvar/README"] = {["details"] = "Readme", }, + ["latex/pagenote/pagenote.pdf"] = {["details"] = "Package documentation", }, + ["latex/fancynum/fancynum.pdf"] = {["details"] = "Package documentation", }, + ["latex/papertex/example/example.pdf"] = {["details"] = "Example newspaper page", }, + ["latex/latexcheat-esmx/README"] = {["details"] = "Readme", ["lang"] = "es", }, + ["latex/pagerange/README"] = {["details"] = "Readme", }, + ["latex/textpos/niepraschk-eso-pic.pdf"] = {["details"] = "Demo file: textpos with eso-pic", }, + ["latex/memexsupp/memexsupp.pdf"] = {["details"] = "Package documentation", }, + ["latex/ametsoc/amspaper.pdf"] = {["details"] = "Package documentation (as sample paper)", }, + ["generic/pst-soroban/README"] = {["details"] = "Readme", }, + ["latex/papercdcase/papercdcase.pdf"] = {["details"] = "Package documentation", }, + ["latex/engpron/LISEZMOI"] = {["details"] = "Lisez moi", ["lang"] = "fr", }, + ["latex/dyntree/dyntree.pdf"] = {["details"] = "Package documentation", }, + ["latex/attachfile/attachfile.pdf"] = {["details"] = "Package README", }, + ["latex/jeopardy/README"] = {["details"] = "Package README", }, + ["latex/typogrid/README"] = {["details"] = "Readme", }, + ["generic/tds/README"] = {["details"] = "Readme", }, + ["generic/pst-platon/pst-platon-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/mnsymbol/README"] = {["details"] = "Readme", }, + ["generic/pst-knot/README"] = {["details"] = "Readme", }, + ["latex/trimspaces/README"] = {["details"] = "Readme", }, + ["generic/pst-2dplot/README"] = {["details"] = "Readme", }, + ["bibtex/gost/README"] = {["details"] = "Readme", }, + ["latex/theoremref/README"] = {["details"] = "Readme", }, + ["generic/pst-geo/README"] = {["details"] = "Readme", }, + ["latex/altfont/altfont.pdf"] = {["details"] = "Package documentation", }, + ["latex/crossword/cwpuzzle.pdf"] = {["details"] = "Package documentation", }, + ["latex/ushort/ushort.pdf"] = {["details"] = "Package documentation", }, + ["latex/boxhandler/boxhandler.pdf"] = {["details"] = "Package documentation:", }, + ["generic/pst-eucl/euclide.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/qstest/qstest.pdf"] = {["details"] = "qstest Package documentation", }, + ["latex/mongolian-babel/mongolian.pdf"] = {["details"] = "Package documentation", }, + ["latex/pdf-forms-tutorial-en/README"] = {["details"] = "Readme", }, + ["fonts/gfssolomos/README"] = {["details"] = "Readme", }, + ["latex/envlab/envlab.pdf"] = {["details"] = "Documentation source", }, + ["latex/vxu/README"] = {["details"] = "Readme", }, + ["latex/pagecont/README"] = {["details"] = "Readme", }, + ["latex/ucs/README"] = {["details"] = "Package Readme", }, + ["latex/t-angles/README"] = {["details"] = "Readme", }, + ["metapost/piechartmp/README"] = {["details"] = "Readme", }, + ["latex/ted/ted.pdf"] = {["details"] = "Package documentation (English)", }, + ["latex/dnaseq/README"] = {["details"] = "Readme", }, + ["generic/mathdots/README"] = {["details"] = "Readme", }, + ["latex/termcal/termcal.pdf"] = {["details"] = "Package documentation", }, + ["latex/pb-diagram/pb-manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/biocon/manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/srcltx/srcltx.pdf"] = {["details"] = "Package documentation", }, + ["latex/tex-label/tex-label-demo.pdf"] = {["details"] = "Example of use", }, + ["latex/ctex-faq/ctex-faq.pdf"] = {["details"] = "The FAQ (Chinese)", ["lang"] = "zh", }, + ["latex/substr/README"] = {["details"] = "Readme", }, + ["latex/mfpic4ode/README"] = {["details"] = "Readme", }, + ["latex/struktex/README"] = {["details"] = "README file", ["lang"] = "en", }, + ["latex/bbding/README"] = {["details"] = "Readme", }, + ["latex/smartref/readme.txt"] = {["details"] = "Readme and command details", }, + ["generic/pst-poly/pst-poly-doc.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-cox/README"] = {["details"] = "Readme", }, + ["latex/ppr-prv/README"] = {["details"] = "Readme", }, + ["latex/dtxgallery/README"] = {["details"] = "Readme", }, + ["latex/auto-pst-pdf/auto-pst-pdf.pdf"] = {["details"] = "Package documentation", }, + ["latex/gmutils/gmutils.pdf"] = {["details"] = "Package documentation", }, + ["context/third/account/account-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/hitec/README"] = {["details"] = "Package Readme", }, + ["latex/elsevier/README"] = {["details"] = "README file", ["lang"] = "en", }, + ["xelatex/polyglossia/polyglossia.pdf"] = {["details"] = "Package documentation", }, + ["latex/msc/refman.pdf"] = {["details"] = "Reference manual", }, + ["latex/trajan/trajan.pdf"] = {["details"] = "Package documentation", }, + ["latex/yafoot/README"] = {["details"] = "Bundle Readme", }, + ["generic/latex-notes-zh-cn/README"] = {["details"] = "Readme", }, + ["latex/clefval/clefval.pdf"] = {["details"] = "Package documentation", }, + ["latex/biblatex-contrib/biblatex-nature/README"] = {["details"] = "Readme", }, + ["generic/pst-poly/README"] = {["details"] = "Package Readme", }, + ["latex/mh/breqn.pdf"] = {["details"] = "Package documentation -- breqn", }, + ["latex/circle/circle.pdf"] = {["details"] = "Package documentation", }, + ["latex/supertabular/README"] = {["details"] = "Package documentation", }, + ["latex/wadalab/wadalab-sampler.pdf"] = {["details"] = "Font sampler", }, + ["latex/pauldoc/pauldoc.pdf"] = {["details"] = "Benutzerdoku:", ["lang"] = "de", }, + ["latex/colorwav/README"] = {["details"] = "Readme", }, + ["latex/isomath/isomath.sty.html"] = {["details"] = "Package documentation", }, + ["latex/mailmerge/README"] = {["details"] = "Readme", }, + ["latex/bardiag/README"] = {["details"] = "Readme", }, + ["latex/etextools/etextools.pdf"] = {["details"] = "Package documentation", }, + ["metapost/expressg/README"] = {["details"] = "Package Readme", }, + ["latex/tapir/readme"] = {["details"] = "Readme", }, + ["latex/gmeometric/README"] = {["details"] = "Readme", }, + ["latex/cjw/cjwplain.pdf"] = {["details"] = "Documentation of Plain TeX support", }, + ["latex/ucs/INSTALL"] = {["details"] = "Installation details", }, + ["latex/coverpage/CoverPage.pdf"] = {["details"] = "Package documentation:", }, + ["latex/endheads/endheads.pdf"] = {["details"] = "Package documentation", }, + ["latex/subfloat/subfloat.pdf"] = {["details"] = "Package documentation", }, + ["latex/thmbox/thmbox.pdf"] = {["details"] = "Package documentation", }, + ["fonts/dozenal/dozenal.pdf"] = {["details"] = "Package documentation", }, + ["fonts/phonetic/README"] = {["details"] = "Readme", }, + ["latex/refstyle/refconfig.pdf"] = {["details"] = "Configuration manual:", }, + ["latex/pst-pdf/pst-pdf.pdf"] = {["details"] = "English documentation", ["lang"] = "en", }, + ["latex/captcont/README"] = {["details"] = "Readme", }, + ["latex/comprehensive/symbols-letter.pdf"] = {["details"] = "The document (for letter paper)", }, + ["latex/uaclasses/ua-example.pdf"] = {["details"] = "ua-thesis example", }, + ["latex/leaflet/README"] = {["details"] = "Readme", }, + ["latex/typogrid/typogrid.pdf"] = {["details"] = "Package documentation", }, + ["latex/mh/breqn-technotes.pdf"] = {["details"] = "Technical notes -- breqn", }, + ["latex/cv/ApplicationLetter.pdf"] = {["details"] = "Example application letter", }, + ["context/third/construction-plan/construction-plan-demo.pdf"] = {["details"] = "Example of use", }, + ["latex/tugboat/tugboat.pdf"] = {["details"] = "Program documentation", ["lang"] = "en", }, + ["latex/newvbtm/README"] = {["details"] = "Readme", }, + ["bibtex/bibhtml/bibhtml.html"] = {["details"] = "Package documentation", }, + ["metapost/exteps/exteps.pdf"] = {["details"] = "Package documentation", }, + ["fonts/concmath/README"] = {["details"] = "Readme", }, + ["latex/aguplus/README"] = {["details"] = "Readme", }, + ["metapost/garrigues/README"] = {["details"] = "Readme", }, + ["latex/opcit/opcit.pdf"] = {["details"] = "Package documentation", }, + ["generic/ifxetex/ifxetex.pdf"] = {["details"] = "Package documentation", }, + ["fonts/eco/README"] = {["details"] = "Readme", }, + ["latex/steinmetz/steinmetz.pdf"] = {["details"] = "Package documentation", }, + ["latex/tikz-3dplot/README"] = {["details"] = "Readme", }, + ["latex/idxlayout/idxlayout.pdf"] = {["details"] = "Package documentation", }, + ["latex/forloop/forloop.pdf"] = {["details"] = "Package documentation", }, + ["latex/onlyamsmath/README"] = {["details"] = "Readme", }, + ["latex/nomentbl/nomentbl.pdf"] = {["details"] = "Package documentation", }, + ["fonts/gfsbaskerville/README"] = {["details"] = "Readme", }, + ["latex/euproposal/euproposal.pdf"] = {["details"] = "Package documentation", }, + ["latex/modroman/README"] = {["details"] = "Readme", }, + ["latex/outline/README"] = {["details"] = "Readme", }, + ["latex/fmp/README"] = {["details"] = "Readme", }, + ["generic/arrayjob/README"] = {["details"] = "Package Readme", }, + ["fonts/tipa/00README"] = {["details"] = "Readme", }, + ["latex/nath/nathguide.pdf"] = {["details"] = "Package documentation", }, + ["latex/msc/README"] = {["details"] = "Package Readme", }, + ["latex/tufte-latex/sample-handout.pdf"] = {["details"] = "Sample handout", }, + ["luatex/luatextra/luatextra.pdf"] = {["details"] = "Luatextra package documentation", }, + ["latex/logical-markup-utils/README"] = {["details"] = "Readme", }, + ["latex/thinsp/thinsp.pdf"] = {["details"] = "Package documentation", }, + ["latex/beamerposter/README"] = {["details"] = "Readme", }, + ["context/third/letter/README"] = {["details"] = "Readme", }, + ["latex/codepage/frintro.pdf"] = {["details"] = "Introduction to package", ["lang"] = "fr", }, + ["fonts/rsfs/README"] = {["details"] = "Readme", }, + ["latex/ionumbers/README"] = {["details"] = "Readme", }, + ["latex/polynom/polydemo.pdf"] = {["details"] = "Example of package use", }, + ["latex/hrlatex/hrlatex.pdf"] = {["details"] = "Package documentation:", ["lang"] = "hr", }, + ["latex/trfsigns/trfsigns.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["latex/cweb-latex/cweb-conf.pdf"] = {["details"] = "Internal interfaces", }, + ["latex/cjw/cjw-ltr.pdf"] = {["details"] = "Letter class documentation", }, + ["latex/probsoln/probsoln.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["latex/srcltx/README"] = {["details"] = "Package Readme", }, + ["latex/formular/formular.pdf"] = {["details"] = "Package documentation", }, + ["latex/blindtext/blindtext.pdf"] = {["details"] = "Package documentation", }, + ["latex/dateiliste/dateiliste.pdf"] = {["details"] = "Benutzerdoku:", ["lang"] = "de", }, + ["latex/afthesis/README"] = {["details"] = "Readme", }, + ["latex/spanish/doc/spanish.pdf"] = {["details"] = "Package documentation", }, + ["latex/ucdavisthesis/Example/ucdavisthesis_example_main.pdf"] = {["details"] = "Example of output", }, + ["latex/amsaddr/amsaddr.pdf"] = {["details"] = "Package documentation", }, + ["context/third/simplefonts/README"] = {["details"] = "Readme (German)", ["lang"] = "de", }, + ["latex/spverbatim/README"] = {["details"] = "Readme", }, + ["latex/epspdfconversion/README"] = {["details"] = "Readme", }, + ["latex/pecha/README"] = {["details"] = "Package README", }, + ["latex/york-thesis/york-thesis.pdf"] = {["details"] = "Package documentation", }, + ["fonts/feyn/README"] = {["details"] = "Package Readme", }, + ["latex/constants/constants.pdf"] = {["details"] = "Package documentation", }, + ["latex/pdfcomment/README"] = {["details"] = "Readme", }, + ["latex/apacite/apacite.pdf"] = {["details"] = "Package documentation", }, + ["latex/graphics/grfguide.pdf"] = {["details"] = "Guide to graphics in LaTeX (English)", ["lang"] = "en", }, + ["latex/tablor/README"] = {["details"] = "Readme (English)", ["lang"] = "en", }, + ["generic/pst-asr/pst-asr-examples.pdf"] = {["details"] = "Examples of usage", }, + ["latex/gcite/README"] = {["details"] = "Readme", }, + ["latex/ocr-latex/ocr.pdf"] = {["details"] = "Package documentation", }, + ["latex/stringstrings/README"] = {["details"] = "Readme", }, + ["latex/boxedminipage/boxedminipage.pdf"] = {["details"] = "Package documentation", }, + ["latex/thumby/README"] = {["details"] = "Readme", }, + ["latex/msc/maintenance.pdf"] = {["details"] = "Maintenance manual", }, + ["latex/HA-prosper/README"] = {["details"] = "Package README", }, + ["latex/mfpic4ode/mfpic4ode.pdf"] = {["details"] = "Package documentation", }, + ["latex/unroman/README"] = {["details"] = "Readme", }, + ["latex/psgo/README"] = {["details"] = "Readme", }, + ["latex/gcard/gcard.pdf"] = {["details"] = "Package documentation", }, + ["metapost/cmarrows/cmarrows.pdf"] = {["details"] = "Package documentation", }, + ["latex/easylist/easylist-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/eCards/README"] = {["details"] = "Readme", }, + ["latex/pdfcprot/README.txt"] = {["details"] = "Package Readme", }, + ["fonts/gfsartemisia/README"] = {["details"] = "Readme", }, + ["generic/shapepar/shapepar.pdf"] = {["details"] = "Package documentation", }, + ["latex/bez123/README"] = {["details"] = "Readme", }, + ["context/third/fixme/fixme.pdf"] = {["details"] = "Examples of use", }, + ["latex/lshort-slovenian/lshort-slovenian.pdf"] = {["details"] = "The document itself", }, + ["plain/mkpattern/README"] = {["details"] = "Package README", }, + ["latex/anonchap/anonchap.pdf"] = {["details"] = "Package documentation", }, + ["metapost/makecirc/MakeCirc.pdf"] = {["details"] = "Package documentation in Spanish:", ["lang"] = "es", }, + ["latex/xyling/xyli-doc.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/asaetr/asaetr.pdf"] = {["details"] = "Package documentation", }, + ["latex/lcd/00readme"] = {["details"] = "Package README", }, + ["bibtex/ijqc/README"] = {["details"] = "Package Readme", }, + ["latex/onlyamsmath/onlyamsmath.pdf"] = {["details"] = "Package documentation", }, + ["latex/ecv/template/CV-template_de.pdf"] = {["details"] = "Template (German)", ["lang"] = "de", }, + ["latex/petiteannonce/petiteannonceexample.pdf"] = {["details"] = "Example of use", }, + ["generic/babel/00readme.txt"] = {["details"] = "Readme", }, + ["latex/lshort-finnish/README"] = {["details"] = "Readme", }, + ["latex/cursor/cursor.pdf"] = {["details"] = "Samples of use (with source)", }, + ["latex/g-brief/g-brief.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["latex/mattens/README"] = {["details"] = "Readme", }, + ["latex/mafr/ALIRE"] = {["details"] = "Package ALIRE", ["lang"] = "fr", }, + ["latex/cool/README"] = {["details"] = "Package README", }, + ["latex/colortbl/colortbl-de.pdf"] = {["details"] = "Package manual", ["lang"] = "de", }, + ["fonts/phonetic/Doc/README"] = {["details"] = "Readme", }, + ["latex/tocloft/README"] = {["details"] = "Readme", }, + ["latex/draftwatermark/draftwatermark.pdf"] = {["details"] = "Package documentation", }, + ["latex/subsupscripts/README"] = {["details"] = "Readme", }, + ["xelatex/fontspec/README"] = {["details"] = "Package README", }, + ["latex/amslatex-primer/amshelp.pdf"] = {["details"] = "The document itself", }, + ["latex/epspdfconversion/epspdfconversion.pdf"] = {["details"] = "Package documentation", }, + ["generic/tds/tds.html"] = {["details"] = "The standard, converted to HTML", }, + ["latex/elsarticle/README"] = {["details"] = "Readme", }, + ["latex/fancyvrb/README"] = {["details"] = "Readme", }, + ["generic/pst-spectra/README"] = {["details"] = "Package README", }, + ["fonts/chemarrow/README"] = {["details"] = "Package README", ["lang"] = "en", }, + ["latex/lsc/lsc.pdf"] = {["details"] = "Package documentation", }, + ["plain/impatient-fr/README"] = {["details"] = "Basic project information", }, + ["generic/pst-2dplot/pst-2dplot-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/dramatist/dramatist.pdf"] = {["details"] = "Package documentation", }, + ["latex/calrsfs/calrsfs.pdf"] = {["details"] = "Package documentation", }, + ["latex/varindex/varindex.pdf"] = {["details"] = "Package documentation", }, + ["latex/hexgame/README"] = {["details"] = "Readme", }, + ["latex/units/README"] = {["details"] = "Package README", }, + ["latex/qobitree/README"] = {["details"] = "Package documentation", }, + ["latex/pst-pdf/pst-pdf-DE.pdf"] = {["details"] = "German documentation", ["lang"] = "de", }, + ["support/fig4latex/README"] = {["details"] = "Readme", }, + ["latex/ulqda/ulqda.pdf"] = {["details"] = "Package documentation", }, + ["latex/logpap/example.pdf"] = {["details"] = "Package documentation", }, + ["latex/curve2e/curve2e.pdf"] = {["details"] = "Package documentation", }, + ["latex/edmargin/README"] = {["details"] = "Readme", }, + ["latex/hhtensor/hhtensor.pdf"] = {["details"] = "Package documentation", }, + ["latex/ccfonts/ccfonts.pdf"] = {["details"] = "Package documentation", }, + ["latex/contour/README"] = {["details"] = "Package Readme", }, + ["latex/fmtcount/fmtcount-manual.html"] = {["details"] = "Package documentation (HTML)", }, + ["generic/hyph-utf8/README"] = {["details"] = "Readme", }, + ["latex/ctex/README"] = {["details"] = "Readme", }, + ["bibtex/vancouver/README"] = {["details"] = "Readme", }, + ["latex/ctable/ctable.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-slpe/pst-slpe.pdf"] = {["details"] = "Package documentation", }, + ["support/fragmaster/README"] = {["details"] = "Readme (English)", ["lang"] = "en", }, + ["latex/vxu/rfmsi.pdf"] = {["details"] = "Documentation (rfmsi)", }, + ["xelatex/xecyr/README"] = {["details"] = "Readme", }, + ["latex/keystroke/README"] = {["details"] = "Readme", }, + ["latex/upmethodology/README"] = {["details"] = "Readme", }, + ["latex/eqparbox/eqparbox.pdf"] = {["details"] = "Package documentation", }, + ["latex/cancel/cancel.pdf"] = {["details"] = "Package documentation", }, + ["latex/flowfram/flowfram.pdf"] = {["details"] = "Package documentation", }, + ["latex/xyling/README"] = {["details"] = "README file", }, + ["latex/ean13isbn/ean13isbn.pdf"] = {["details"] = "Package documentation", }, + ["latex/mnsymbol/MnSymbol.pdf"] = {["details"] = "Package documentation", }, + ["latex/coolstr/README"] = {["details"] = "Readme", }, + ["latex/emp/README"] = {["details"] = "Package Readme", }, + ["generic/pst-slpe/README"] = {["details"] = "Readme", }, + ["latex/sides/sides-sample.pdf"] = {["details"] = "A (distressing) sample play", }, + ["latex/appendix/appendix.pdf"] = {["details"] = "Package documentation", }, + ["latex/cweb-latex/src/README"] = {["details"] = "Readme", }, + ["latex/nrc/userguide.pdf"] = {["details"] = "Package documentation", }, + ["latex/sudokubundle/README"] = {["details"] = "Readme", }, + ["latex/ptptex/manptp.pdf"] = {["details"] = "Package documentation", }, + ["latex/cdpbundl/overview.pdf"] = {["details"] = "Package overview", }, + ["latex/cookybooky/documentation/Manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/varsfromjobname/README"] = {["details"] = "Readme", }, + ["latex/sffms/README"] = {["details"] = "Readme", }, + ["latex/hpsdiss/hpsdiss.pdf"] = {["details"] = "Example of package use", }, + ["latex/patchcmd/patchcmd.pdf"] = {["details"] = "Package documentation", }, + ["latex/ecv/README"] = {["details"] = "Readme", }, + ["latex/threeparttablex/threeparttablex.pdf"] = {["details"] = "Package documentation", }, + ["latex/currvita/currvita.pdf"] = {["details"] = "Package documentation", }, + ["latex/algorithm2e/README"] = {["details"] = "Package Readme", }, + ["fonts/eurofont/readme.txt"] = {["details"] = "Package Readme", }, + ["latex/here/README"] = {["details"] = "Readme", }, + ["latex/captcont/captcont.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-func/pst-func-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/amsaddr/README"] = {["details"] = "Readme", }, + ["latex/gmverb/README"] = {["details"] = "README", }, + ["latex/dprogress/README"] = {["details"] = "Readme", }, + ["latex/labbook/README"] = {["details"] = "Readme", }, + ["latex/diagmac2/doc/diagmac2.pdf"] = {["details"] = "Package documentation", }, + ["latex/collref/README"] = {["details"] = "Readme", }, + ["latex/screenplay/test.pdf"] = {["details"] = "Example script", }, + ["latex/sanskrit/readme.txt"] = {["details"] = "Readme", }, + ["latex/float/float.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-fractal/README"] = {["details"] = "Readme", }, + ["latex/aurical/aurical.pdf"] = {["details"] = "Package introduction and samples", }, + ["latex/harmony/harmony.pdf"] = {["details"] = "Package documentation", }, + ["xetex/xetexfontinfo/README"] = {["details"] = "Readme", }, + ["latex/beamer-FUBerlin/README"] = {["details"] = "Readme", }, + ["latex/eCards/eCardstst.pdf"] = {["details"] = "Package usage demo", }, + ["latex/doi/README"] = {["details"] = "Readme", }, + ["generic/pst-pad/pst-pad-doc.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/keystroke/key-test.pdf"] = {["details"] = "Package demo", }, + ["latex/tocbibind/tocbibind.pdf"] = {["details"] = "Package documentation", }, + ["latex/coverpage/ECCV06Sample.pdf"] = {["details"] = "Another sample:", }, + ["latex/poemscol/poemscol.pdf"] = {["details"] = "Documented source", }, + ["latex/minutes/README"] = {["details"] = "Readme", }, + ["latex/pspicture/README"] = {["details"] = "Package Readme", }, + ["latex/exp-testopt/README"] = {["details"] = "Readme (English)", ["lang"] = "en", }, + ["generic/epsf/README"] = {["details"] = "Readme", }, + ["latex/bbding/bbding.pdf"] = {["details"] = "Package documentation", }, + ["latex/eskdx/README"] = {["details"] = "Package README", }, + ["context/third/context-top-ten/README"] = {["details"] = "Readme", }, + ["latex/boolexpr/README"] = {["details"] = "Readme", }, + ["latex/dramatist/README"] = {["details"] = "Package Readme", }, + ["latex/circuitikz/circuitikzmanual.pdf"] = {["details"] = "Package documentation", }, + ["latex/cookybooky/README"] = {["details"] = "Readme", }, + ["latex/hepthesis/hepthesis.pdf"] = {["details"] = "Package documentation", }, + ["latex/bbold/bbold.pdf"] = {["details"] = "Package documentation", }, + ["latex/dinbrief/liesmich"] = {["details"] = "Package Readme", ["lang"] = "de", }, + ["latex/spotcolor/readme.pdf"] = {["details"] = "Package documentation", }, + ["metapost/expressg/expressg.pdf"] = {["details"] = "Package documentation", }, + ["latex/sectionbox/README"] = {["details"] = "Readme", }, + ["latex/thesis-titlepage-fhac/fhACtitlepage.pdf"] = {["details"] = "Package documentation", }, + ["fonts/memdesign/memdesign.pdf"] = {["details"] = "The document itself", }, + ["latex/ftnxtra/README"] = {["details"] = "Readme", }, + ["generic/midnight/README"] = {["details"] = "Package Readme", }, + ["latex/gchords/README"] = {["details"] = "Package Readme", }, + ["latex/ginpenc/README"] = {["details"] = "Readme", }, + ["latex/papertex/README"] = {["details"] = "Readme", }, + ["fonts/knitting/README"] = {["details"] = "Readme", }, + ["latex/ptptex/README"] = {["details"] = "Readme", }, + ["latex/pittetd/pittetd.pdf"] = {["details"] = "Package documentation", }, + ["fonts/bera/README"] = {["details"] = "Readme", }, + ["fonts/lxfonts/LXfonts-demo.pdf"] = {["details"] = "Package outline and samples", }, + ["latex/draftwatermark/README"] = {["details"] = "Readme", }, + ["latex/amsmath/subeqn.pdf"] = {["details"] = "Sub-equation usage", ["lang"] = "en", }, + ["latex/hepthesis/example/example.pdf"] = {["details"] = "Part of a thesis, seen as for printing", }, + ["latex/robustcommand/robustcommand.pdf"] = {["details"] = "Benutzerdoku:", ["lang"] = "de", }, + ["latex/changebar/changebar.pdf"] = {["details"] = "Package documentation", }, + ["latex/tdclock/tdclock-beamer-example.pdf"] = {["details"] = "Example Usage", }, + ["latex/lshort-chinese/lshort-zh-cn.pdf"] = {["details"] = "The document itself", ["lang"] = "zh", }, + ["latex/changelayout/changelayout-guide.pdf"] = {["details"] = "Package example (see code for details)", }, + ["latex/tikz-inet/README"] = {["details"] = "Readme", }, + ["latex/coollist/coollist.pdf"] = {["details"] = "Package documentation", }, + ["latex/dateiliste/README-en"] = {["details"] = "Readme", ["lang"] = "en", }, + ["latex/ieeepes/README"] = {["details"] = "Readme", }, + ["latex/biblist/biblist.pdf"] = {["details"] = "Package documentation", }, + ["metapost/cmarrows/README"] = {["details"] = "README file", }, + ["latex/carlisle/README"] = {["details"] = "Bundle README", }, + ["latex/mhequ/example.pdf"] = {["details"] = "Examples of package use", }, + ["latex/thmbox/README"] = {["details"] = "Readme", }, + ["latex/dichokey/rhodocyb.pdf"] = {["details"] = "Example of use", }, + ["latex/paralist/README"] = {["details"] = "Readme", }, + ["latex/nomentbl/example.pdf"] = {["details"] = "Example of use", }, + ["latex/lewis/lewis.pdf"] = {["details"] = "Package documentation", }, + ["latex/extsizes/README"] = {["details"] = "Readme", }, + ["latex/paresse/README"] = {["details"] = "Readme", }, + ["generic/pst-osci/pst-osci-doc.pdf"] = {["details"] = "English documentation:", ["lang"] = "en", }, + ["generic/pst-light3d/README"] = {["details"] = "Readme", }, + ["latex/hyperxmp/README"] = {["details"] = "Readme", }, + ["latex/lineno/ulineno.pdf"] = {["details"] = "User manual:", }, + ["latex/iso10303/stepman.pdf"] = {["details"] = "Package manual", }, + ["latex/footmisc/footmisc.pdf"] = {["details"] = "Package documentation", }, + ["latex/exercise/exercise.pdf"] = {["details"] = "Package documentation", }, + ["latex/diagmac2/doc/diagmactest.pdf"] = {["details"] = "Example output", }, + ["latex/chembst/README"] = {["details"] = "Readme", }, + ["latex/tree-dvips/tree-manual.pdf"] = {["details"] = "Manual for tree-dvips", }, + ["generic/around-the-bend/README"] = {["details"] = "Readme", }, + ["latex/mathexam/README"] = {["details"] = "Readme", }, + ["latex/knittingpattern/introduction.pdf"] = {["details"] = "Package introduction", }, + ["latex/calrsfs/README"] = {["details"] = "Readme", }, + ["latex/t-angles/t-manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/crop/crop.pdf"] = {["details"] = "Package documentation", }, + ["latex/tablenotes/README"] = {["details"] = "Readme", }, + ["latex/sectionbox/sectionboxmanual.pdf"] = {["details"] = "Package documentation", }, + ["latex/digiconfigs/digiconfigs.pdf"] = {["details"] = "Package documentation", }, + ["latex/dashundergaps/README"] = {["details"] = "Readme", }, + ["generic/pgf/pgfmanual.pdf"] = {["details"] = "PGF Manual", }, + ["fonts/mxedruli/README"] = {["details"] = "Readme", }, + ["generic/pst-eucl/euclide_english.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/hanging/README"] = {["details"] = "Readme", }, + ["metapost/expressg/aamfigs.pdf"] = {["details"] = "Examples of use", }, + ["latex/frenchle/frenchle.pdf"] = {["details"] = "Notice d'utilisation", ["lang"] = "fr", }, + ["latex/mentis/mentis.pdf"] = {["details"] = "Package documentation", }, + ["latex/logpap/README"] = {["details"] = "Package Readme", }, + ["latex/fancyref/fancyref.pdf"] = {["details"] = "Package documentation", }, + ["latex/cv/README"] = {["details"] = "Readme", }, + ["latex/psbao/README"] = {["details"] = "Readme", }, + ["generic/dirtree/dirtree.pdf"] = {["details"] = "Package documentation", }, + ["latex/latex-course/LaTeX-Course.pdf"] = {["details"] = "The course itself", }, + ["latex/image-gallery/gallery-example.pdf"] = {["details"] = "Example output", }, + ["latex/munich/documenation_munich_Bibtex_style.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-plot/README"] = {["details"] = "Readme", }, + ["latex/assignment/assignment.pdf"] = {["details"] = "Package documentation, as an assignment", }, + ["latex/stex/README"] = {["details"] = "Readme", }, + ["metapost/mpattern/mpattern_test.pdf"] = {["details"] = "Package test output", }, + ["latex/ccicons/README"] = {["details"] = "Readme", }, + ["latex/ogham/testfont.pdf"] = {["details"] = "Testfont print", }, + ["latex/amsmath/technote.pdf"] = {["details"] = "Technical details", ["lang"] = "en", }, + ["latex/macqassign/sample-assign.pdf"] = {["details"] = "Sample of use", }, + ["latex/pst-calendar/pst-calendar-docFR.pdf"] = {["details"] = "French documentation:", ["lang"] = "fr", }, + ["latex/octavo/tub-octavo.pdf"] = {["details"] = "Package documentation", }, + ["latex/addlines/addlines.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-spectra/pst-spectraEN.pdf"] = {["details"] = "Package outline", ["lang"] = "en", }, + ["generic/pst-func/README"] = {["details"] = "Package README", }, + ["latex/catechis/README"] = {["details"] = "Readme", }, + ["latex/fonttable/README"] = {["details"] = "Readme", }, + ["metapost/makecirc/MakeCirc-en.pdf"] = {["details"] = "Package documentation in English:", ["lang"] = "en", }, + ["latex/textpos/README"] = {["details"] = "Package README", }, + ["latex/bullcntr/README"] = {["details"] = "Readme", }, + ["latex/pdfx/pdfx.pdf"] = {["details"] = "Package documentation", }, + ["context/third/lettrine/lettrine-doc.pdf"] = {["details"] = "MAPS paper about the package", }, + ["latex/combine/combine.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-abspos/README"] = {["details"] = "Readme", }, + ["latex/ibycus-babel/ibycus-babel.pdf"] = {["details"] = "Package documentation", }, + ["latex/multiobjective/multiobjective.pdf"] = {["details"] = "Package documentation", }, + ["generic/arrayjob/arrayjob.pdf"] = {["details"] = "Package documentation", }, + ["latex/visualfaq/troubleshoot-vlf.pdf"] = {["details"] = "Dealing with visual FAQ problems:", }, + ["latex/ifplatform/README"] = {["details"] = "Readme", }, + ["latex/ean13isbn/README"] = {["details"] = "Readme", }, + ["latex/bibarts/bibarts.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["support/asymptote-manual-zh-cn/asymptote-manual-zh-cn.pdf"] = {["details"] = "The document itself", ["lang"] = "zh", }, + ["latex/guitlogo/README"] = {["details"] = "Package README", ["lang"] = "it", }, + ["fonts/boisik/example/table.pdf"] = {["details"] = "Font table", }, + ["latex/feynmf/manual.ps"] = {["details"] = "Package documentation", }, + ["latex/lettre/README"] = {["details"] = "Readme", }, + ["latex/fancyhdr/fancyhdr.pdf"] = {["details"] = "Users' manual (English)", }, + ["dvipdfm/dvipdfm.pdf"] = {["details"] = "Program documentation", }, + ["latex/binomexp/README"] = {["details"] = "Readme", }, + ["latex/l2tabu/README"] = {["details"] = "Readme", }, + ["latex/Tabbing/Tabbing.pdf"] = {["details"] = "Package documentation", }, + ["latex/psfrag-italian/itpfgguide.pdf"] = {["details"] = "The document itself", }, + ["latex/hypdvips/hypdvips.pdf"] = {["details"] = "Package documentation", }, + ["latex/philosophersimprint/README"] = {["details"] = "Readme", }, + ["latex/cv/CVCTAN.pdf"] = {["details"] = "Example CV", }, + ["latex/polynomial/polynomial.pdf"] = {["details"] = "Package documentation", }, + ["latex/bizcard/bizcard.pdf"] = {["details"] = "Package documentation", }, + ["latex/coverpage/README"] = {["details"] = "README file", }, + ["latex/edmargin/edmargin.pdf"] = {["details"] = "Package documentation", }, + ["generic/dehyph-exptl/dehyph-exptl.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["latex/breakurl/README"] = {["details"] = "Package README", }, + ["latex/everypage/README"] = {["details"] = "Readme", }, + ["latex/l2tabu-spanish/README"] = {["details"] = "Readme", }, + ["latex/petiteannonce/petiteannonce.doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-dutch/LEESMIJ"] = {["details"] = "Readme", ["lang"] = "nl", }, + ["latex/block/block.pdf"] = {["details"] = "Package documentation", }, + ["latex/dpfloat/dpfloat.pdf"] = {["details"] = "Package documentation", }, + ["latex/cool/cool.pdf"] = {["details"] = "Package documentation", }, + ["latex/caption/caption-rus.pdf"] = {["details"] = "Russian documentation", ["lang"] = "ru", }, + ["latex/background/README"] = {["details"] = "Readme", }, + ["latex/rotating/rotating.pdf"] = {["details"] = "Package documentation", }, + ["latex/confproc/README"] = {["details"] = "Readme", }, + ["latex/shipunov/review.pdf"] = {["details"] = "Short summary", ["lang"] = "ru", }, + ["latex/isorot/rotman.pdf"] = {["details"] = "Package documentation", }, + ["latex/flowfram/ffuserguide.pdf"] = {["details"] = "User guide", }, + ["latex/papertex/papertex.pdf"] = {["details"] = "Package documentation", }, + ["latex/bytefield/bytefield.pdf"] = {["details"] = "Package documentation", }, + ["latex/xoptarg/README"] = {["details"] = "Readme", }, + ["fonts/arev/README"] = {["details"] = "Readme", }, + ["latex/ordinalpt/README"] = {["details"] = "Readme", }, + ["latex/background/background.pdf"] = {["details"] = "Package documentation", }, + ["latex/pagerange/pagerange-guide.pdf"] = {["details"] = "Samples of usage", }, + ["latex/subdepth/README"] = {["details"] = "Readme", }, + ["latex/templates-fenn/templates-fenn-en.txt"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/clefval/exemple.pdf"] = {["details"] = "Package examples of use (French)", ["lang"] = "fr", }, + ["latex/erdc/erdc.pdf"] = {["details"] = "Package documentation", }, + ["latex/stage/README"] = {["details"] = "Package README", }, + ["latex/gb4e/gb4e-doc.pdf"] = {["details"] = "Package description", }, + ["latex/parrun/parrun.pdf"] = {["details"] = "Package documentation", }, + ["latex/mmap/README"] = {["details"] = "Readme", }, + ["latex/frontespizio/frontespizio.pdf"] = {["details"] = "Package documentation", ["lang"] = "it", }, + ["context/third/construction-plan/construction-plan-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/acmtrans/acmtr2e.pdf"] = {["details"] = "Documentation in the form of an ACM paper", }, + ["generic/tex-refs/README"] = {["details"] = "Readme", }, + ["latex/grid/README"] = {["details"] = "Readme", }, + ["latex/mentis/README"] = {["details"] = "Readme", }, + ["latex/forloop/README"] = {["details"] = "Package README", }, + ["latex/expdlist/expdlisg.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["fonts/fourier/README"] = {["details"] = "Readme", }, + ["latex/etaremune/README"] = {["details"] = "Readme", }, + ["fonts/orkhun/rakhimov.pdf"] = {["details"] = "Package documentation", }, + ["latex/inlinedef/README"] = {["details"] = "Readme", }, + ["latex/cm-lgc/INSTALL"] = {["details"] = "Installation instructions", }, + ["latex/hepnames/hepnames.pdf"] = {["details"] = "Details of the package bundle", }, + ["latex/drac/drac-fr.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/yagusylo/yagusylo-fr.pdf"] = {["details"] = "User documentation (French)", ["lang"] = "fr", }, + ["latex/ecltree/ecltreesample.pdf"] = {["details"] = "Package examples", }, + ["generic/ulem/ulem.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-optic/README"] = {["details"] = "Readme", }, + ["latex/exercise/README"] = {["details"] = "Readme", }, + ["latex/g-brief/beispiel.pdf"] = {["details"] = "Example, old version", ["lang"] = "de", }, + ["generic/FAQ-en/letterfaq.pdf"] = {["details"] = "FAQ formatted for letter paper", }, + ["latex/gaceta/plantilla-articulo-suelto.pdf"] = {["details"] = "Example 1: how to write an article", ["lang"] = "es", }, + ["plain/treetex/readme"] = {["details"] = "Readme", }, + ["latex/bracketkey/README"] = {["details"] = "Readme, including usage details", }, + ["latex/dox/dox.pdf"] = {["details"] = "Package documentation", }, + ["latex/jurarsp/README"] = {["details"] = "Readme", }, + ["latex/booktabs/booktabs.pdf"] = {["details"] = "Package documentation", }, + ["latex/pdfscreen/manual-print.pdf"] = {["details"] = "Manual, for printing", }, + ["latex/ryethesis/ryethesis.pdf"] = {["details"] = "Package documentation", }, + ["metapost/automata/README"] = {["details"] = "Readme", }, + ["latex/fouridx/README"] = {["details"] = "Readme", }, + ["latex/biblatex/README"] = {["details"] = "Readme", }, + ["fonts/auncial-new/tryauncial.pdf"] = {["details"] = "Font sample, etc.", }, + ["context/third/french/french-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/mfpic4ode/demo/demo.pdf"] = {["details"] = "Examples of use", }, + ["latex/bold-extra/bold-extra.pdf"] = {["details"] = "Package documentation", }, + ["latex/coordsys/README"] = {["details"] = "Bundle Readme", }, + ["latex/teubner/README"] = {["details"] = "Readme", }, + ["latex/metalogo/README"] = {["details"] = "Readme", }, + ["latex/tdclock/README"] = {["details"] = "Readme", }, + ["latex/mxd/README"] = {["details"] = "Readme", }, + ["latex/dotseqn/readme"] = {["details"] = "Readme", }, + ["latex/makeplot/README"] = {["details"] = "Readme", }, + ["latex/csquotes/csquotes.pdf"] = {["details"] = "Tutorial on use of the package", }, + ["latex/l2picfaq/l2picfaq.pdf"] = {["details"] = "The document itself", ["lang"] = "de", }, + ["latex/svn-prov/svn-prov.pdf"] = {["details"] = "Package documentation", }, + ["latex/shorttoc/00readme"] = {["details"] = "Package README", }, + ["latex/gloss/gloss.pdf"] = {["details"] = "Package documentation", }, + ["latex/gmdoc-enhance/README"] = {["details"] = "Readme", }, + ["latex/mparhack/mparhack.pdf"] = {["details"] = "Package documentation", }, + ["latex/fmtcount/README"] = {["details"] = "Package README", }, + ["generic/pst-bezier/README"] = {["details"] = "Readme", }, + ["context/third/vim/vim-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/recipe/sample.pdf"] = {["details"] = "Sample of output (Italian)", ["lang"] = "it", }, + ["latex/powerdot/README"] = {["details"] = "Readme", }, + ["generic/pst-circ/README"] = {["details"] = "Readme", }, + ["fonts/archaic/asamples.pdf"] = {["details"] = "Collection of font samples", }, + ["fonts/doublestroke/README"] = {["details"] = "Package Readme", }, + ["latex/ncclatex/nccnews.pdf"] = {["details"] = "Package news", ["lang"] = "ru", }, + ["latex/epsdice/dice.pdf"] = {["details"] = "Sample dice", }, + ["latex/hepparticles/hepparticles.pdf"] = {["details"] = "Package documentation", }, + ["latex/probsoln/README"] = {["details"] = "Package README", }, + ["latex/emp/empman.pdf"] = {["details"] = "Package manual", }, + ["latex/thuthesis/README"] = {["details"] = "Readme", }, + ["latex/pst2pdf/pst2pdf-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/SIstyle/README"] = {["details"] = "Readme", }, + ["metapost/drv/README"] = {["details"] = "Readme", }, + ["support/latex2man/README"] = {["details"] = "Readme", }, + ["latex/subfloat/README"] = {["details"] = "Readme", }, + ["latex/tablists/tablists.pdf"] = {["details"] = "Package documentation", }, + ["latex/lewis/README"] = {["details"] = "Readme", }, + ["latex/elsevier/instructions-num.pdf"] = {["details"] = "Instructions for use, numeric citations", ["lang"] = "en", }, + ["latex/latexdiff/latexdiff-man.pdf"] = {["details"] = "Package manual", }, + ["latex/maybemath/README"] = {["details"] = "Package README", }, + ["generic/pst-plot/pst-plot-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/nomencl/nomencl.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-osci/oscilloscope.pdf"] = {["details"] = "French documentation:", ["lang"] = "fr", }, + ["latex/comment/comment.pdf"] = {["details"] = "Package documentation", }, + ["latex/screenplay/README"] = {["details"] = "Package README", }, + ["latex/g-brief/beispiel2.pdf"] = {["details"] = "Example, new version", ["lang"] = "de", }, + ["fonts/allrunes/allrunes.pdf"] = {["details"] = "Package documentation", }, + ["latex/pracjourn/README"] = {["details"] = "Readme", }, + ["latex/tkz-orm/tkz-orm.pdf"] = {["details"] = "Package documentation", }, + ["latex/euproposal/propB.pdf"] = {["details"] = "The fake proposal", }, + ["latex/combinedgraphics/README"] = {["details"] = "Readme", }, + ["fonts/xq/xqexample.pdf"] = {["details"] = "Example of use", }, + ["latex/dlfltxb/dlfltxbmarkup.pdf"] = {["details"] = "dlfltxbmarkup package documentation", }, + ["latex/dpfloat/README"] = {["details"] = "Readme", }, + ["latex/psgo/psgomanual.pdf"] = {["details"] = "Package documentation", }, + ["latex/chbibref/chbibref.pdf"] = {["details"] = "Package documentation", }, + ["latex/imtekda/IMTEKda.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["fonts/cjhebrew/manual.pdf"] = {["details"] = "Package manual", }, + ["fonts/boisik/example/boisik-idiot.pdf"] = {["details"] = "Running text, in the font", ["lang"] = "cs", }, + ["latex/hepthesis/README"] = {["details"] = "Package README", }, + ["support/fontools/README"] = {["details"] = "Bundle readme", }, + ["latex/moderncv/examples/template_en_classic_green.pdf"] = {["details"] = "Example: classic style", }, + ["metapost/latexmp/README"] = {["details"] = "Readme", }, + ["latex/expl3/expl3.pdf"] = {["details"] = "The LaTeX3 Programming Language", }, + ["generic/pst-labo/README"] = {["details"] = "Readme", }, + ["latex/IEEEconf/IEEEconf.pdf"] = {["details"] = "Package documentation", }, + ["latex/footbib/footbib.pdf"] = {["details"] = "Package documentation", }, + ["latex/dateiliste/README-eo"] = {["details"] = "Readme", ["lang"] = "eo", }, + ["latex/hitec/hitec_doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/movie15/README"] = {["details"] = "README file", }, + ["latex/engpron/engpron-ex-en.pdf"] = {["details"] = "Usage example (English)", ["lang"] = "en", }, + ["latex/minipage-marginpar/minipage-marginpar.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["latex/appendix/README"] = {["details"] = "Package Readme", }, + ["latex/labbook/labbook.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/mh/README"] = {["details"] = "Readme", }, + ["latex/keyreader/keyreader-guide.pdf"] = {["details"] = "Package documentation", }, + ["generic/mfpic/README"] = {["details"] = "Readme", }, + ["latex/pdftricks/manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/sdrt/README"] = {["details"] = "Readme", }, + ["latex/svn-multi/svn-multi-pl.pdf"] = {["details"] = "The Perl script", }, + ["fonts/fonetika/README"] = {["details"] = "Package Readme", }, + ["latex/ametsoc/AMS_References.pdf"] = {["details"] = "Bibliography style documentation", }, + ["latex/register/register.pdf"] = {["details"] = "Package documentation", }, + ["generic/latex-notes-zh-cn/latex-notes-zh-cn.pdf"] = {["details"] = "The document itself", ["lang"] = "zh", }, + ["generic/FAQ-en/README"] = {["details"] = "Package Readme", }, + ["latex/leftidx/README"] = {["details"] = "Readme", }, + ["latex/ellipsis/README"] = {["details"] = "Readme", }, + ["latex/makecell/makecell-rus.pdf"] = {["details"] = "Package documentation", ["lang"] = "ru", }, + ["generic/pst-fun/README"] = {["details"] = "Readme", }, + ["latex/l2tabu-english/l2tabuen.pdf"] = {["details"] = "The document itself", }, + ["metapost/blockdraw_mp/README"] = {["details"] = "Readme", }, + ["latex/bigfoot/README"] = {["details"] = "Readme", }, + ["luatex/luaotfload/luaotfload.pdf"] = {["details"] = "Package documentation", }, + ["lualatex/luainputenc/luainputenc.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-chinese/README"] = {["details"] = "Readme, including compilation instructions", }, + ["latex/bibunits/README"] = {["details"] = "Readme", }, + ["latex/SIstyle/SIstyle-2.3a.pdf"] = {["details"] = "Package documentation", }, + ["support/pdfcrop/README"] = {["details"] = "Readme", }, + ["support/latexmk/example_rcfiles/README"] = {["details"] = "Readme", }, + ["latex/bibunits/bibunits.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-gantt/README"] = {["details"] = "Readme", }, + ["latex/zefonts/readme"] = {["details"] = "Readme", }, + ["latex/listofsymbols/README"] = {["details"] = "Readme", }, + ["latex/proba/README"] = {["details"] = "Readme", }, + ["latex/greekdates/README"] = {["details"] = "Readme", }, + ["latex/gmiflink/gmiflink.pdf"] = {["details"] = "Package documentation", }, + ["latex/babelbib/README"] = {["details"] = "Readme", }, + ["latex/authorindex/authorindex.pdf"] = {["details"] = "Package documentation", }, + ["latex/bullcntr/bullcntr-man.pdf"] = {["details"] = "Package documentation", }, + ["latex/engrec/README"] = {["details"] = "Package Readme", }, + ["xelatex/mathspec/README"] = {["details"] = "Readme", }, + ["generic/mfpic/mfpcard.pdf"] = {["details"] = "Quick reference", ["lang"] = "en", }, + ["generic/dirtree/README"] = {["details"] = "Readme", }, + ["fonts/auncial-new/auncial.pdf"] = {["details"] = "Package documentation", }, + ["latex/bibleref/bibleref.pdf"] = {["details"] = "Package documentation", }, + ["latex/uaclasses/README"] = {["details"] = "Readme", }, + ["latex/docmute/docmute.pdf"] = {["details"] = "Package documentation", }, + ["latex/forarray/forarray.pdf"] = {["details"] = "Package documentation", }, + ["latex/footbib/README"] = {["details"] = "Readme", }, + ["latex/showexpl/README"] = {["details"] = "README file", }, + ["latex/12many/12many.pdf"] = {["details"] = "Package documentation", }, + ["latex/fmtcount/fmtcount.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["latex/lshort-english/lshort.pdf"] = {["details"] = "The document itself", }, + ["latex/bracketkey/bracketkey.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-platon/README"] = {["details"] = "Readme", }, + ["latex/ednotes/README"] = {["details"] = "Readme", }, + ["latex/textopo/textopo.pdf"] = {["details"] = "Package documentation", }, + ["fonts/free-math-font-survey/survey.html"] = {["details"] = "The survey, as an HTML file", ["lang"] = "en", }, + ["latex/tensor/README"] = {["details"] = "Package README", }, + ["latex/thmtools/README"] = {["details"] = "Readme", }, + ["latex/prosper/README"] = {["details"] = "Package Readme", }, + ["latex/mcaption/README"] = {["details"] = "Readme", }, + ["context/third/chromato/chromato-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/show2e/show2e.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/kerntest/README"] = {["details"] = "Readme", }, + ["latex/ucdavisthesis/ucdavisthesis.pdf"] = {["details"] = "Package documentation", }, + ["latex/pagecont/pagecont.pdf"] = {["details"] = "Package documentation", }, + ["generic/FAQ-en/newfaq.pdf"] = {["details"] = "FAQ formatted for A4 paper", }, + ["latex/datenumber/README.txt"] = {["details"] = "Package README", ["lang"] = "en", }, + ["latex/modref/modref.pdf"] = {["details"] = "Package documentation", }, + ["latex/floatrow/floatrow.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/harvard/README"] = {["details"] = "Package Readme", }, + ["latex/cdpbundl/README"] = {["details"] = "Readme", }, + ["omega/antomega/antomega.pdf"] = {["details"] = "Package documentation", }, + ["latex/curve/curve.pdf"] = {["details"] = "Package documentation", }, + ["plain/newsletr/newsletr.txt"] = {["details"] = "Help for newsletr format", }, + ["latex/confproc/confproc.pdf"] = {["details"] = "Package documentation", }, + ["latex/anyfontsize/anyfontsize.pdf"] = {["details"] = "Package documentation", }, + ["latex/nicetext/makedoc.pdf"] = {["details"] = "Makedoc documentation", }, + ["latex/recipe/README"] = {["details"] = "Readme", }, + ["latex/nicetext/wikicheat.pdf"] = {["details"] = "Cheatsheet for the wiki package", }, + ["latex/philex/philex.pdf"] = {["details"] = "Package documentation", }, + ["latex/makedtx/README"] = {["details"] = "Readme", }, + ["latex/flashcards/README"] = {["details"] = "Package Readme", }, + ["latex/wrapfig/multiple-span.txt"] = {["details"] = "How to use wrapfig to span multiple columns", }, + ["latex/pgf-soroban/README"] = {["details"] = "Readme", }, + ["fonts/inconsolata/inconsolata.pdf"] = {["details"] = "Package documentation and font tables", }, + ["latex/braket/braket.pdf"] = {["details"] = "Package documentation", }, + ["latex/moreverb/moreverb.pdf"] = {["details"] = "Package documentation", }, + ["latex/fancyvrb/fancyvrb.pdf"] = {["details"] = "Package documentation", }, + ["latex/engpron/engpron-en.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/tikz-timing/tikz-timing.pdf"] = {["details"] = "Package documentation", }, + ["latex/thmtools/thmtools.pdf"] = {["details"] = "Package documentation", }, + ["fonts/inconsolata/README"] = {["details"] = "Readme", }, + ["context/third/context-top-ten/src/cmds.pdf"] = {["details"] = "The document itself", }, + ["latex/expdlist/expdlist.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/fixme/fixme.pdf"] = {["details"] = "Package documentation", }, + ["latex/uml/README"] = {["details"] = "Package Readme", }, + ["latex/gmverse/README"] = {["details"] = "README", }, + ["latex/ntgclass/artdoc.pdf"] = {["details"] = "The artikel classes", ["lang"] = "nl", }, + ["latex/poemscol/poemscolcheatsheet.pdf"] = {["details"] = "Short index", }, + ["generic/xlop/fr-user.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/datetime/datetime.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["latex/ednotes/ednotes.pdf"] = {["details"] = "All plain text files, as pdf:", ["lang"] = "en", }, + ["generic/pst-optexp/pst-optexp-doc.pdf"] = {["details"] = "Package manual", }, + ["latex/ltxdockit/README"] = {["details"] = "Readme", }, + ["latex/yagusylo/LISEZMOI"] = {["details"] = "Lisez moi", ["lang"] = "fr", }, + ["latex/lshort-dutch/lshort-nl-1.3.pdf"] = {["details"] = "The document itself", ["lang"] = "nl", }, + ["xelatex/mathspec/mathspec.pdf"] = {["details"] = "Package documentation", }, + ["latex/ifplatform/ifplatform.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-am/README"] = {["details"] = "Readme", }, + ["fonts/fontname/fontname.html"] = {["details"] = "Outline of the mapping scheme (HTML)", }, + ["latex/greektex/greektexdoc.pdf"] = {["details"] = "Package documentation", ["lang"] = "el", }, + ["generic/pst-bar/pst-bar-doc.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/censor/censor.pdf"] = {["details"] = "Package documentation", }, + ["latex/eukdate/eukdate.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-optic/pst-optic-examples.pdf"] = {["details"] = "Examples:", }, + ["latex/faktor/README"] = {["details"] = "Readme and basic instructions", }, + ["latex/acromake/acromake.pdf"] = {["details"] = "Package documentation", }, + ["fonts/auncial-new/README"] = {["details"] = "Readme", }, + ["generic/pst-bspline/pst-bspline-doc.pdf"] = {["details"] = "Package documentation", }, + ["metapost/slideshow/sshowintro.pdf"] = {["details"] = "Presentation about package:", }, + ["latex/pict2e/pict2e.pdf"] = {["details"] = "Package documentation", }, + ["latex/calctab/README"] = {["details"] = "Readme", }, + ["latex/a0poster/a0_eng.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/combelow/combelow.pdf"] = {["details"] = "Package documentation", }, + ["latex/minibox/minibox.pdf"] = {["details"] = "Package documentation", }, + ["latex/rotating/README"] = {["details"] = "Readme", }, + ["latex/aiaa/pre2004/README"] = {["details"] = "Package README", }, + ["latex/adrlist/adrlist.pdf"] = {["details"] = "Package documentation", }, + ["latex/uwthesis/uwthesis.pdf"] = {["details"] = "Package documentation/example of use", }, + ["latex/genmpage/genmpage.pdf"] = {["details"] = "Package documentation", }, + ["fonts/dictsym/README"] = {["details"] = "Readme", }, + ["generic/pst-barcode/pst-barcode-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/braille/braille.html"] = {["details"] = "Package documentation (HTML)", }, + ["latex/simplecv/testcv.pdf"] = {["details"] = "Sample of use", }, + ["latex/changepage/changepage.pdf"] = {["details"] = "Package documentation", }, + ["latex/keycommand/keycommand.pdf"] = {["details"] = "Package documentation", }, + ["latex/docmfp/README"] = {["details"] = "Package Readme", }, + ["metapost/base/source-manual/README"] = {["details"] = "Readme", }, + ["generic/elhyphen/README"] = {["details"] = "Readme", }, + ["latex/algorithmicx/algorithmicx.pdf"] = {["details"] = "Package documentation", }, + ["latex/plates/README"] = {["details"] = "Readme", }, + ["latex/floatrow/README"] = {["details"] = "Readme", }, + ["latex/hepparticles/README"] = {["details"] = "Readme", }, + ["latex/minibox/README"] = {["details"] = "Readme", }, + ["latex/tree-dvips/Readme"] = {["details"] = "Readme", }, + ["xelatex/xltxtra/README"] = {["details"] = "Readme", }, + ["support/latex2man/latex2man.html"] = {["details"] = "Package documentation (HTML)", }, + ["latex/layouts/layman.pdf"] = {["details"] = "Package documentation", }, + ["latex/glossaries/glossary2glossaries.html"] = {["details"] = "How to upgrade from glossary.sty (HTML)", }, + ["generic/pst-3dplot/pst-3dplot-doc.pdf"] = {["details"] = "Package documentation", }, + ["fonts/fouriernc/README"] = {["details"] = "Readme", }, + ["fonts/cbfonts/cbgreek.pdf"] = {["details"] = "Package documentation", }, + ["fonts/ly1/ly1.txt"] = {["details"] = "Outline of usage", }, + ["latex/jpsj/injpsj2.pdf"] = {["details"] = "Instructions for authors", }, + ["latex/jurarsp/jurarsp.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["latex/listings-ext/listings-ext.pdf"] = {["details"] = "Package documentation", }, + ["latex/emp/emp.pdf"] = {["details"] = "Documented source", }, + ["latex/swebib/README"] = {["details"] = "Readme", }, + ["generic/pst-solides3d/doc/pst-solides3d-doc-exemples.pdf"] = {["details"] = "Examples of use (French)", ["lang"] = "fr", }, + ["latex/hepunits/hepunits.pdf"] = {["details"] = "Package documentation", }, + ["latex/ar/ar.txt"] = {["details"] = "README", }, + ["latex/pst-calendar/README"] = {["details"] = "Readme", }, + ["generic/tex-ewd/README"] = {["details"] = "Readme", }, + ["generic/pst-gr3d/pst-gr3d.pdf"] = {["details"] = "Package documentation", }, + ["latex/calligra/testfont.pdf"] = {["details"] = "Font table", }, + ["latex/facsimile/README"] = {["details"] = "Readme", }, + ["metapost/mpattern/README"] = {["details"] = "Package Readme (English)", ["lang"] = "en", }, + ["fonts/staves/README"] = {["details"] = "Package README", }, + ["latex/combelow/README"] = {["details"] = "Readme", }, + ["latex/screenplay/screenplay.pdf"] = {["details"] = "Package documentation", }, + ["luatex/luatextra/luatextra-reference.pdf"] = {["details"] = "General introduction", }, + ["latex/enumitem/README"] = {["details"] = "Readme", }, + ["fonts/genealogy/README"] = {["details"] = "Readme", }, + ["latex/pgf-soroban/pgf-soroban-doc.pdf"] = {["details"] = "Package documentation", }, + ["xetex/xetexref/XeTeX-reference.pdf"] = {["details"] = "The document itself", }, + ["generic/variations/ALIRE"] = {["details"] = "Package ALIRE", ["lang"] = "fr", }, + ["pdftex/NEWS"] = {["details"] = "Development news", }, + ["latex/latex-course/README"] = {["details"] = "Readme", }, + ["latex/fancyref/README"] = {["details"] = "Package Readme", }, + ["latex/braille/README"] = {["details"] = "Readme", }, + ["latex/cuisine/README"] = {["details"] = "Package Readme", }, + ["latex/savetrees/savetrees.pdf"] = {["details"] = "Package documentation", }, + ["latex/show2e/show2e-fr.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["plain/fontch/README"] = {["details"] = "Readme and usage details", }, + ["latex/flacards/README"] = {["details"] = "Readme", }, + ["latex/newspaper/newspaper.pdf"] = {["details"] = "Package documentation", }, + ["fonts/cmll/README"] = {["details"] = "Readme", }, + ["generic/pst-labo/pst-labo-docDE.pdf"] = {["details"] = "German documentation:", }, + ["latex/msc/manual.pdf"] = {["details"] = "User manual", }, + ["latex/svninfo/svninfo.pdf"] = {["details"] = "Package documentation", }, + ["latex/bibexport/README"] = {["details"] = "Readme", }, + ["latex/iso/README"] = {["details"] = "Readme", }, + ["latex/erdc/sample.pdf"] = {["details"] = "Sample of usage", }, + ["latex/gmiflink/README"] = {["details"] = "README", }, + ["latex/amsmath/amsldoc.pdf"] = {["details"] = "User guide (English)", ["lang"] = "en", }, + ["latex/sides/README"] = {["details"] = "Readme", }, + ["latex/soul/soul.pdf"] = {["details"] = "Package documentation", }, + ["latex/struktex/LIESMICH"] = {["details"] = "LIESMICH file", ["lang"] = "de", }, + ["latex/asyfig/README"] = {["details"] = "Readme", }, + ["latex/boxhandler/README"] = {["details"] = "README file", }, + ["generic/ukrhyph/rules_ph.pdf"] = {["details"] = "Old hyphenation rules with phonetics", ["lang"] = "uk", }, + ["latex/ordinalpt/ordinalpt.pdf"] = {["details"] = "Package documentation", }, + ["latex/rsc/rsc.pdf"] = {["details"] = "Package documentation", }, + ["latex/drac/drac.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/eskdx/FAQ"] = {["details"] = "Package FAQ", ["lang"] = "ru", }, + ["latex/tcldoc/README.txt"] = {["details"] = "Readme", }, + ["latex/trimspaces/trimspaces.pdf"] = {["details"] = "Package documentation", }, + ["luatex/luatextra/luamcallbacks.pdf"] = {["details"] = "Luamcallbacks package documentation", }, + ["generic/pst-circ/pst-circ-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/ntheorem/ntheorem.pdf"] = {["details"] = "Package documentation:", ["lang"] = "en", }, + ["latex/spie/article.pdf"] = {["details"] = "Template and guidelines for authors", }, + ["latex/spreadtab/spreadtab_doc_vn.pdf"] = {["details"] = "Package documentation (Vietnamese)", ["lang"] = "vn", }, + ["latex/makebox/README"] = {["details"] = "Package Readme", }, + ["latex/tengwarscript/tengwarscript.pdf"] = {["details"] = "Package manual:", }, + ["latex/rccol/README"] = {["details"] = "Readme", }, + ["latex/rcs-multi/rcs-multi.pdf"] = {["details"] = "Package documentation", }, + ["latex/ccicons/ccicons.pdf"] = {["details"] = "Package documentation", }, + ["fonts/cyklop/cyklop-info.pdf"] = {["details"] = "Package documentation", }, + ["context/third/chromato/chromato-demo.pdf"] = {["details"] = "Package usage demo", }, + ["latex/umoline/README"] = {["details"] = "Readme", }, + ["bibtex/gost/gost71.pdf"] = {["details"] = "Preparing biblio in GOST 7.1-1984:", }, + ["latex/courier-scaled/Couriers.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-coil/pst-coil-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/polski/czytaj.txt"] = {["details"] = "Readme (Polish)", ["lang"] = "pl", }, + ["latex/xargs/README"] = {["details"] = "Readme", }, + ["latex/mwcls/CZYTAJ"] = {["details"] = "Package README", ["lang"] = "pl", }, + ["fonts/ean/README"] = {["details"] = "Readme", }, + ["metapost/splines/README"] = {["details"] = "Package README", }, + ["latex/chemcono/chemcono.pdf"] = {["details"] = "Package documentation", }, + ["latex/changes/README"] = {["details"] = "Readme", }, + ["latex/metre/metre.pdf"] = {["details"] = "Package documentation", }, + ["latex/dlfltxb/README"] = {["details"] = "Readme", }, + ["generic/around-the-bend/AroundTheBend.pdf"] = {["details"] = "The document itself", }, + ["plain/newsletr/newssamp.pdf"] = {["details"] = "Sample Newsletter", }, + ["latex/beamer-tut-pt/tutorialbeamer.pdf"] = {["lang"] = "pt", }, + ["latex/tablor/README-fr.txt"] = {["details"] = "Readme (French)", ["lang"] = "fr", }, + ["latex/pspicture/pspicture.pdf"] = {["details"] = "Package documentation", }, + ["latex/nath/README"] = {["details"] = "Package Readme", }, + ["latex/titling/titling.pdf"] = {["details"] = "Package documentation", }, + ["latex/pbsheet/xpl/xpl-fr.pdf"] = {["details"] = "Example of use", ["lang"] = "fr", }, + ["fonts/boisik/README"] = {["details"] = "Readme", }, + ["latex/ziffer/README"] = {["details"] = "Readme", }, + ["latex/munich/README"] = {["details"] = "Readme", }, + ["bibtex/iopart-num/iopart-num.pdf"] = {["details"] = "Package documentation", }, + ["latex/achemso/README"] = {["details"] = "Readme", }, + ["fonts/mathabx/README"] = {["details"] = "Readme", }, + ["latex/stex/stex.pdf"] = {["details"] = "Package documentation", }, + ["fonts/accfonts/README"] = {["details"] = "Package Readme and documentation", }, + ["fonts/doublestroke/dsdoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/mciteplus/mciteplus_doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/nicetext/fifinddo.pdf"] = {["details"] = "Fifinddo documentation", }, + ["generic/pst-abspos/pst-abspos-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/ESIEEcv/ESIEEcv.pdf"] = {["details"] = "Package documentation", }, + ["latex/ledmac/ledmac.pdf"] = {["details"] = "Package documentation", }, + ["latex/biblatex/RELEASE"] = {["details"] = "Release notes for version 0.9", }, + ["latex/dashundergaps/doc/pdf/dashundergaps.pdf"] = {["details"] = "Package documentation", }, + ["latex/warpcol/warpcol.pdf"] = {["details"] = "Package documentation", }, + ["latex/fixme/README"] = {["details"] = "Package Readme", }, + ["latex/alterqcm/doc/doc_aq.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/quotmark/README"] = {["details"] = "Readme", }, + ["latex/cjkpunct/README"] = {["details"] = "Readme", }, + ["latex/eCards/eCardsman_p.pdf"] = {["details"] = "Package documentation (for printing)", }, + ["latex/catechis/catechis.pdf"] = {["details"] = "Package documentation", }, + ["plain/newsletr/sample.pdf"] = {["details"] = "Another sample Newsletter", }, + ["latex/mailmerge/mailmerge.pdf"] = {["details"] = "Package documentation", }, + ["generic/barr/diaxydoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/chappg/chappg.pdf"] = {["details"] = "Package documentation", }, + ["latex/ledmac/README"] = {["details"] = "Readme", }, + ["latex/hypdvips/README"] = {["details"] = "Readme", }, + ["latex/zwpagelayout/zwpagelayout.pdf"] = {["details"] = "Package documentation", }, + ["latex/texpower/manual.pdf"] = {["details"] = "Manual", }, + ["latex/rsc/README"] = {["details"] = "Readme", }, + ["latex/gmverse/gmverse.pdf"] = {["details"] = "Package documentation", }, + ["latex/stdclsdv/stdclsdv.pdf"] = {["details"] = "Package documentation", }, + ["fonts/ibygrk/README"] = {["details"] = "General and installation Readme", }, + ["latex/lettrine/README"] = {["details"] = "Readme", }, + ["latex/anysize/anysize.pdf"] = {["details"] = "Package documentation", }, + ["latex/songbook/songbook.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-finnish/lyhyt2e.pdf"] = {["details"] = "The document itself", ["lang"] = "fi", }, + ["latex/l2tabu-french/README"] = {["details"] = "The document itself", ["lang"] = "fr", }, + ["latex/recipecard/README"] = {["details"] = "Package README", }, + ["latex/latexcheat-esmx/latexsheet-esmx.pdf"] = {["details"] = "The document itself", ["lang"] = "es", }, + ["latex/tdsfrmath/LISEZMOI"] = {["details"] = "Lisez-moi", ["lang"] = "fr", }, + ["latex/crossreference/README"] = {["details"] = "Readme", }, + ["latex/tdsfrmath/tdsfrmath.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/bibexport/bibexport.pdf"] = {["details"] = "Package documentation", }, + ["latex/pgfopts/pgfopts.pdf"] = {["details"] = "Package documentation", }, + ["latex/crossword/README"] = {["details"] = "Package Readme", }, + ["generic/dehyph-exptl/README"] = {["details"] = "Readme", }, + ["latex/colortbl/colortbl.pdf"] = {["details"] = "Package manual", ["lang"] = "en", }, + ["latex/mwcls/mwclsdoc.pdf"] = {["details"] = "Package documentation", ["lang"] = "pl", }, + ["support/epspdf/README"] = {["details"] = "Readme", }, + ["latex/latex2e-help-texinfo/latex2e.html"] = {["details"] = "HTML conversion of the source", }, + ["latex/lshort-english/README"] = {["details"] = "Readme", }, + ["latex/tablor/tablor.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/pst-calendar/pst-calendar-docDE.pdf"] = {["details"] = "German documentation:", ["lang"] = "de", }, + ["latex/cjk/doc/japanese/README"] = {["details"] = "Readme file", }, + ["latex/talk/talkdoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/juramisc/README"] = {["details"] = "Package README", ["lang"] = "de", }, + ["latex/mcaption/mcaption.pdf"] = {["details"] = "Package documentation", }, + ["latex/slantsc/README"] = {["details"] = "Readme", }, + ["latex/robustindex/robustindex.html"] = {["details"] = "Package documentation", }, + ["latex/flowfram/samples/poster.pdf"] = {["details"] = "Sample - poster", }, + ["latex/ppr-prv/ppr-prv.pdf"] = {["details"] = "Package documentation", }, + ["fonts/fontinst/README"] = {["details"] = "Readme", }, + ["latex/makecell/README"] = {["details"] = "README file", }, + ["latex/bookest/bookestdoc-it.pdf"] = {["details"] = "Package documentation (Italian)", ["lang"] = "it", }, + ["latex/combinedgraphics/combinedgraphics.pdf"] = {["details"] = "Package documentation", }, + ["latex/cweb-latex/README"] = {["details"] = "Readme", }, + ["latex/ted/ted-fr.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/paresse/paresse.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-asr/pst-asr-doc.pdf"] = {["details"] = "Package documentation", }, + ["luatex/luamplib/README"] = {["details"] = "Readme", }, + ["latex/flowfram/samples/brochure.pdf"] = {["details"] = "Sample - brochure", }, + ["latex/cweb-latex/cweb-user.pdf"] = {["details"] = "User manual", }, + ["latex/tabularcalc/tabularcalc_doc_en.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["generic/pst-stru/pst-stru-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/ulsy/README"] = {["details"] = "Readme", ["lang"] = "de", }, + ["latex/titlepic/titlepic-manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/splitindex/splitidx.pdf"] = {["details"] = "Package documentation", }, + ["latex/rotpages/README"] = {["details"] = "Readme", }, + ["latex/frontespizio/README"] = {["details"] = "Readme", }, + ["latex/titlepages/titlepages.pdf"] = {["details"] = "The document itself", }, + ["latex/stringstrings/stringstrings.pdf"] = {["details"] = "Package documentation", }, + ["latex/nostarch/nostarch.pdf"] = {["details"] = "Package documentation", }, + ["latex/fix2col/fix2col.pdf"] = {["details"] = "Package documentation", }, + ["latex/xfor/README"] = {["details"] = "Readme", }, + ["latex/margbib/margbib.pdf"] = {["details"] = "Package documentation", }, + ["latex/image-gallery/README"] = {["details"] = "Readme", }, + ["latex/cleveref/cleveref.pdf"] = {["details"] = "Package documentation", }, + ["latex/subdepth/subdepth.pdf"] = {["details"] = "Package documentation", }, + ["latex/steinmetz/README"] = {["details"] = "Readme", }, + ["latex/bpchem/bpchem.pdf"] = {["details"] = "Package documentation", }, + ["latex/modref/README"] = {["details"] = "Readme", }, + ["generic/encxvlna/README"] = {["details"] = "Readme", }, + ["xelatex/fontwrap/README"] = {["details"] = "Readme", }, + ["latex/xpackages/xbase/xparse.pdf"] = {["details"] = "Package documentation: xparse", }, + ["generic/encxvlna/encxvlna.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-diffraction/pst-diffraction-docE.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/chess-problem-diagrams/diagram.pdf"] = {["details"] = "Package documentation", }, + ["latex/eqexam/README"] = {["details"] = "Readme", }, + ["latex/cmdstring/cmdstring.pdf"] = {["details"] = "Package documentation", }, + ["latex/tikz-3dplot/tikz-3dplot_documentation.pdf"] = {["details"] = "Package documentation", }, + ["fonts/gfsneohellenic/README"] = {["details"] = "Readme", }, + ["latex/rtklage/rtklage.pdf"] = {["lang"] = "de", }, + ["latex/cjw/cjwoutl.pdf"] = {["details"] = "Documentation of outline package", }, + ["latex/biocon/README"] = {["details"] = "Readme", }, + ["latex/getfiledate/README"] = {["details"] = "Readme", }, + ["latex/minted/README"] = {["details"] = "Readme", }, + ["latex/subsupscripts/SubSupScripts.pdf"] = {["details"] = "Package documentation", }, + ["latex/mlist/mlist.pdf"] = {["details"] = "Package documentation", }, + ["latex/ESIEEcv/cvtest.pdf"] = {["details"] = "Test/sample document", }, + ["latex/qcm/README"] = {["details"] = "Readme", }, + ["generic/german/gerdoc.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["xelatex/xecjk/README"] = {["details"] = "Readme", }, + ["pdftex/README"] = {["details"] = "Readme", }, + ["latex/syntax/syntaxintro.pdf"] = {["details"] = "Introduction to the package", ["lang"] = "de", }, + ["latex/gene-logic/gn-logic14.pdf"] = {["details"] = "Package documentation", }, + ["latex/calctab/calctab_manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/svninfo/README"] = {["details"] = "Readme", }, + ["latex/commath/commath.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-slovenian/README"] = {["details"] = "Readme", }, + ["latex/faktor/faktor.pdf"] = {["details"] = "Benutzerdoku:", ["lang"] = "de", }, + ["latex/dk-bib/dk-bib.pdf"] = {["details"] = "Package documentation", }, + ["latex/cases/cases.pdf"] = {["details"] = "Package documentation", }, + ["latex/graphicx-psmin/graphicx-psmin.pdf"] = {["details"] = "Package documentation", }, + ["latex/collref/collref.pdf"] = {["details"] = "Package documentation", }, + ["latex/ifmslide/README"] = {["details"] = "Readme", }, + ["metapost/metago/README"] = {["details"] = "Readme", }, + ["latex/polski/readme.txt"] = {["details"] = "Readme (English)", }, + ["eplain/README"] = {["details"] = "Package Readme", }, + ["latex/latex-veryshortguide/README"] = {["details"] = "Readme", }, + ["fonts/chemarrow/Liesmich.txt"] = {["details"] = "Package Liesmich", ["lang"] = "de", }, + ["latex/formular/README"] = {["details"] = "Readme", }, + ["fonts/jablantile/README"] = {["details"] = "Readme", }, + ["latex/urlbst/urlbst.pdf"] = {["details"] = "Package documentation (PDF format)", }, + ["latex/csvtools/README"] = {["details"] = "Readme", }, + ["latex/aeguill/guil-test1.pdf"] = {["details"] = "Discussion of package", }, + ["fonts/jablantile/jablantile.pdf"] = {["details"] = "Example of use (letter to Jablan)", }, + ["latex/siunitx/siunitx.pdf"] = {["details"] = "Package documentation", }, + ["latex/leaflet/leaflet-manual.pdf"] = {["details"] = "Package manual (as a leaflet)", }, + ["latex/bophook/bophook.pdf"] = {["details"] = "Package documentation", }, + ["latex/natbib/natnotes.pdf"] = {["details"] = "Reference Sheet", }, + ["fonts/gentium/README"] = {["details"] = "Readme", }, + ["latex/sffms/sffms_manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/hepnames/heppennames.pdf"] = {["details"] = "Enumeration of available pennames", }, + ["fonts/skaknew/SkakNew.pdf"] = {["details"] = "Package documentation", }, + ["support/pkfix-helper/README"] = {["details"] = "Readme", }, + ["luatex/luatextra/luaextra.pdf"] = {["details"] = "Luaextra package documentation", }, + ["latex/quotchap/document.pdf"] = {["details"] = "Sample document (chapter headings only)", }, + ["latex/mlist/README"] = {["details"] = "Readme", }, + ["latex/protocol/protocol.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/revtex/README"] = {["details"] = "Package Readme", }, + ["latex/chemstyle/README"] = {["details"] = "Readme", }, + ["latex/epslatex-fr/fepslatex.pdf"] = {["details"] = "The document itself", }, + ["latex/ntgclass/classdoc.pdf"] = {["details"] = "Introduction to the classes", }, + ["luatex/luaotfload/README"] = {["details"] = "Readme", }, + ["latex/sciwordconv/README"] = {["details"] = "Readme", }, + ["latex/cd-cover/README"] = {["details"] = "Readme", }, + ["latex/dotseqn/dotseqn.pdf"] = {["details"] = "Package documentation", }, + ["latex/bbm-macros/bbm.pdf"] = {["details"] = "Package documentation", }, + ["latex/listings/listings.pdf"] = {["details"] = "Package documentation", }, + ["latex/romannum/README"] = {["details"] = "Readme", }, + ["latex/minted/minted.pdf"] = {["details"] = "Package documentation", }, + ["xetex/xetexref/README"] = {["details"] = "Readme", }, + ["latex/crossreference/crossreference.pdf"] = {["details"] = "Package documentation", }, + ["latex/chess-problem-diagrams/README"] = {["details"] = "Readme", }, + ["latex/spie/README"] = {["details"] = "Readme", }, + ["latex/perltex/README"] = {["details"] = "Readme", }, + ["generic/pgfplots/README"] = {["details"] = "Readme", }, + ["latex/latex2e-help-texinfo/README"] = {["details"] = "Package Readme", }, + ["bibtex/dinat/dinat-index.html"] = {["lang"] = "de", }, + ["fonts/belleek/README"] = {["details"] = "Readme", }, + ["latex/eepic/eepic.pdf"] = {["details"] = "Package documentation", }, + ["latex/juraabbrev/juraabbrev.pdf"] = {["details"] = "Package documentation", }, + ["latex/docmfp/docmfp.pdf"] = {["details"] = "Package documentation", }, + ["plain/hyplain/hydoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/petri-nets/pndoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/isodate/README"] = {["details"] = "Package Readme", }, + ["latex/jura/README"] = {["details"] = "README file:", ["lang"] = "en", }, + ["latex/tabularcalc/tabularcalc_doc_fr.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/frletter/README"] = {["details"] = "Readme", }, + ["latex/pdftricks/test.pdf"] = {["details"] = "Test example (source available)", }, + ["generic/pst-optic/pst-optic-doc.pdf"] = {["details"] = "Package manual:", }, + ["fonts/esint-type1/table.pdf"] = {["details"] = "Table of integral signs", }, + ["latex/synproof/README"] = {["details"] = "Readme", }, + ["latex/xdoc/docindex.pdf"] = {["details"] = "docindex documentation", }, + ["latex/presentations/README"] = {["details"] = "Readme", }, + ["latex/totcount/totcount.pdf"] = {["details"] = "Package documentation", }, + ["latex/greektex/README"] = {["details"] = "Readme", }, + ["latex/gchords/gchords_doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/bytefield/README"] = {["details"] = "Readme", }, + ["generic/pst-uml/pst-uml-doc.pdf"] = {["details"] = "Package documentation", ["lang"] = "fr", }, + ["omega/antomega/README"] = {["details"] = "Readme", }, + ["latex/cooltooltips/cooltooltips.pdf"] = {["details"] = "Package documentation", }, + ["latex/arsclassica/ArsClassica.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/geometry/README"] = {["details"] = "Package Readme", }, + ["latex/slantsc/slantsc.pdf"] = {["details"] = "Package documentation", }, + ["latex/rtkinenc/README.txt"] = {["details"] = "Readme", }, + ["latex/pst-vowel/README"] = {["details"] = "Readme", }, + ["support/texcount/QuickReference.pdf"] = {["details"] = "Quick reference", }, + ["bibtex/gost/gost780.pdf"] = {["details"] = "Preparing biblio in GOST 7.80-2000:", }, + ["latex/clrscode/clrscode.pdf"] = {["details"] = "Package documentation", }, + ["latex/mh/mathstyle.pdf"] = {["details"] = "Package documentation -- mathstyle", }, + ["generic/pst-pdgr/README"] = {["details"] = "Readme", }, + ["latex/sfheaders/README"] = {["details"] = "Readme", }, + ["metapost/splines/splines.pdf"] = {["details"] = "Package documentation", }, + ["latex/linguex/linguex-doc.pdf"] = {["details"] = "Linguex manual", }, + ["latex/pauldoc/README"] = {["details"] = "Readme", }, + ["latex/hvfloat/hvfloat.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-fill/pst-fill.pdf"] = {["details"] = "Package documentation", }, + ["latex/xwatermark/xwatermark-guide.pdf"] = {["details"] = "Package documentation", }, + ["plain/font-change/README"] = {["details"] = "Readme", }, + ["context/third/lilypond/t-lilypond.pdf"] = {["details"] = "Package documentation", }, + ["otherformats/startex/base/startex.pdf"] = {["details"] = "Documented source code:", }, + ["latex/rcs/README"] = {["details"] = "Readme", }, + ["latex/pagenote/README"] = {["details"] = "Readme", }, + ["latex/arcs/arcs.pdf"] = {["details"] = "Package documentation", }, + ["latex/dblfloatfix/dblfloatfix.pdf"] = {["details"] = "Package documentation", }, + ["latex/bbold/README"] = {["details"] = "Readme", }, + ["xelatex/persian-bib/Persian-bib-userguide.pdf"] = {["details"] = "Package documentation", ["lang"] = "fa", }, + ["latex/beamer-FUBerlin/exampleClass.pdf"] = {["details"] = "Example of use of the class", }, + ["latex/subfig/subfig.pdf"] = {["details"] = "Package documentation", }, + ["latex/syntax/README"] = {["details"] = "Package README", ["lang"] = "de", }, + ["latex/biblatex-contrib/biblatex-nature/style-nature.pdf"] = {["details"] = "Examples of use", }, + ["latex/nddiss/nddiss2e.pdf"] = {["details"] = "Package documentation", }, + ["latex/flashmovie/README"] = {["details"] = "Readme", }, + ["generic/fltpoint/fltpoint.pdf"] = {["details"] = "Package documentation", }, + ["latex/feynmf/README"] = {["details"] = "Package Readme", }, + ["latex/polynom/polynom.pdf"] = {["details"] = "Package documentation", }, + ["latex/fullblck/README"] = {["details"] = "Readme", }, + ["latex/filecontents/filecontents.pdf"] = {["details"] = "Package documentation", }, + ["latex/texshade/README"] = {["details"] = "Readme", }, + ["latex/amscls/instr-l.pdf"] = {["details"] = "Instructions to authors", }, + ["latex/intro-scientific/README"] = {["details"] = "Readme", }, + ["latex/shipunov/README"] = {["details"] = "Readme", ["lang"] = "en", }, + ["latex/bookest/bookestdoc-en.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/codepage/README"] = {["details"] = "Readme", ["lang"] = "en", }, + ["latex/tikz-inet/tikz-inet-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/semioneside/semioneside.pdf"] = {["details"] = "Package documentation", }, + ["latex/uiucthesis/uiucthesis.pdf"] = {["details"] = "Package documentation", }, + ["latex/ryethesis/ryesample.pdf"] = {["details"] = "Example output", }, + ["context/third/mathsets/mathsets-doc.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-jtree/pst-jtree-examples.pdf"] = {["details"] = "Examples of use", }, + ["latex/songbook/contrib/README"] = {["details"] = "Outline of distribution supplements", }, + ["latex/iso10303/README"] = {["details"] = "Readme", }, + ["latex/boldtensors/boldtensors.pdf"] = {["details"] = "Package documentation", }, + ["latex/templates-fenn/templates-fenn-de.txt"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/plari/README"] = {["details"] = "Readme", }, + ["latex/yagusylo/yagusylo.pdf"] = {["details"] = "Source documentation", }, + ["latex/gentium/README"] = {["details"] = "Readme", }, + ["latex/nfssext-cfr/README"] = {["details"] = "Readme", }, + ["latex/paresse/paresse-ex-fr.pdf"] = {["details"] = "Usage examples (French)", ["lang"] = "fr", }, + ["latex/active-conf/active-conf.pdf"] = {["details"] = "Class documentation:", }, + ["latex/revtex/source/revtex4-1.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-thai/readme"] = {["details"] = "Readme", }, + ["latex/doipubmed/README"] = {["details"] = "Readme", }, + ["support/texloganalyser/README"] = {["details"] = "Readme", }, + ["latex/memexsupp/README"] = {["details"] = "Readme", }, + ["latex/tocloft/tocloft.pdf"] = {["details"] = "Package documentation", }, + ["context/third/degrade/degrade-demo.pdf"] = {["details"] = "Example of use", }, + ["generic/pst-vue3d/pst-vue3d-doc.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-am/pst-am-doc.pdf"] = {["details"] = "Package documentation", }, + ["fonts/dingbat/dingbat.pdf"] = {["details"] = "Package details including symbol table", }, + ["latex/soton/README"] = {["details"] = "Readme", }, + ["support/latex2man/latex2man.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["latex/todo/todo.pdf"] = {["details"] = "Package documentation", }, + ["plain/impatient/README"] = {["details"] = "Basic project information", }, + ["latex/inversepath/inversepath.pdf"] = {["details"] = "Package documentation", }, + ["generic/fenixpar/README"] = {["details"] = "Readme", }, + ["latex/metre/demo.pdf"] = {["details"] = "Example of usage", }, + ["latex/euenc/README"] = {["details"] = "Readme", }, + ["support/asymptote-faq-zh-cn/asymptote-faq-zh-cn.pdf"] = {["details"] = "The document itself", ["lang"] = "zh", }, + ["generic/pst-lens/README"] = {["details"] = "Readme", }, + ["latex/lshort-mongol/README"] = {["details"] = "Readme", }, + ["generic/variations/docvariations.pdf"] = {["details"] = "Package documentation", ["lang"] = "fr", }, + ["support/purifyeps/README"] = {["details"] = "Package README", }, + ["latex/keycommand/README"] = {["details"] = "Readme", }, + ["latex/webguide/README"] = {["details"] = "Package README", }, + ["latex/blindtext/README"] = {["details"] = "Readme", }, + ["latex/eurosans/README"] = {["details"] = "Readme", }, + ["generic/pst-sigsys/README"] = {["details"] = "Readme", }, + ["latex/textpos/textpos.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["generic/ukrhyph/rules90.pdf"] = {["details"] = "New hyphenation rules", ["lang"] = "uk", }, + ["latex/mhchem/mhchem.pdf"] = {["details"] = "Package documentation", }, + ["latex/maybemath/maybemath.pdf"] = {["details"] = "Package documentation", }, + ["latex/multibib/README"] = {["details"] = "Package Readme", }, + ["latex/moreverb/README"] = {["details"] = "Package Readme", }, + ["generic/pst-fr3d/README"] = {["details"] = "Readme", }, + ["latex/functan/functan.pdf"] = {["details"] = "Package documentation", }, + ["context/third/french/french-demo.pdf"] = {["details"] = "Example of use", }, + ["latex/engpron/engpron.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/umich-thesis/README"] = {["details"] = "Readme", }, + ["latex/docmute/README"] = {["details"] = "Readme", }, + ["latex/chletter/chletterdoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/thumby/thumby.pdf"] = {["details"] = "Package documentation", }, + ["latex/spanish-mx/README"] = {["details"] = "Readme", }, + ["fonts/xq/README"] = {["details"] = "Package README", }, + ["latex/jurabib/docs/english/jbendoc.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/struktex/struktex.en.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/pracjourn/pracjourn.pdf"] = {["details"] = "Package documentation", }, + ["otherformats/startex/base/ideas.pdf"] = {["details"] = "TUG'96 paper", }, + ["latex/cjw/cjw-latex.pdf"] = {["details"] = "General support documentation", }, + ["latex/cmpica/README"] = {["details"] = "Readme", }, + ["latex/termlist/README"] = {["details"] = "Readme", }, + ["latex/latexcheat-ptbr/README-ptbr"] = {["details"] = "Readme (in Brazilian Portuguese)", ["lang"] = "pt", }, + ["latex/pmgraph/pmgraph.pdf"] = {["details"] = "Package documentation", }, + ["fonts/concmath-fonts/README"] = {["details"] = "Package Readme", }, + ["latex/fancyhdr/README"] = {["details"] = "Readme", }, + ["latex/makeplot/makeplot.pdf"] = {["details"] = "Package documentation", }, + ["latex/twoup/README"] = {["details"] = "Package Readme", }, + ["latex/units/units.pdf"] = {["details"] = "Package documentation", }, + ["latex/cool/Content_LaTeX_Package_Demo.pdf"] = {["details"] = "EXamples of use", }, + ["latex/cd/README"] = {["details"] = "Readme", }, + ["latex/gcite/gcite.pdf"] = {["details"] = "Package documentation", }, + ["latex/makeglos/makeglos.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-uml/pst-uml-exemples.pdf"] = {["details"] = "Examples", ["lang"] = "fr", }, + ["fonts/lfb/README"] = {["details"] = "Package README", }, + ["latex/gmeometric/gmeometric.pdf"] = {["details"] = "Package documentation", }, + ["latex/bibtopicprefix/bibtopicprefix.pdf"] = {["details"] = "Package documentation", }, + ["latex/dot2texi/dot2texi.pdf"] = {["details"] = "Package documentation", }, + ["latex/notes2bib/notes2bib.pdf"] = {["details"] = "Package documentation", }, + ["latex/SIunits/SIunits.pdf"] = {["details"] = "Package documentation", }, + ["latex/eqlist/eqlist.pdf"] = {["details"] = "Package documentation", }, + ["fonts/fpl/README"] = {["details"] = "Readme", }, + ["latex/tdsfrmath/README"] = {["details"] = "Readme", }, + ["latex/abc/README"] = {["details"] = "Readme", }, + ["xelatex/polyglossia/README"] = {["details"] = "Readme", }, + ["latex/index/index.pdf"] = {["details"] = "Package documentation", }, + ["latex/mathmode/Mathmode.pdf"] = {["details"] = "The document itself", }, + ["latex/pict2e/README"] = {["details"] = "Readme", }, + ["latex/makeglos/README"] = {["details"] = "Readme", }, + ["latex/xytree/README"] = {["details"] = "Package README", }, + ["latex/amsldoc-vn/amsldoc-vi.pdf"] = {["details"] = "For on-screen viewing", ["lang"] = "vi", }, + ["latex/amsmath/testmath.pdf"] = {["details"] = "Examples paper", ["lang"] = "en", }, + ["latex/circuitikz/README"] = {["details"] = "Readme", }, + ["latex/braille/summary.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["latex/xpackages/xtras/l3keys2e.pdf"] = {["details"] = "Package documentation: l3keys2e", }, + ["latex/cm-lgc/README"] = {["details"] = "Bundle Readme", }, + ["latex/examdesign/examdesign.pdf"] = {["details"] = "Package documentation", }, + ["latex/qtree/qtreenotes.pdf"] = {["details"] = "Package documentation:", ["lang"] = "en", }, + ["latex/ut-thesis/README"] = {["details"] = "Readme", }, + ["fonts/feyn/overheads.pdf"] = {["details"] = "Brief sample", }, + ["context/third/letter/correspondence.pdf"] = {["details"] = "Manual: correspondence with ConTeXt", }, + ["latex/pseudocode/README"] = {["details"] = "Readme", }, + ["context/third/ruby/README"] = {["details"] = "Readme", }, + ["latex/blowup/README"] = {["details"] = "Readme", }, + ["latex/exam/examdoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/plweb/pl.pdf"] = {["details"] = "Package documentation", }, + ["latex/syllogism/syllogism.pdf"] = {["details"] = "Package documentation", }, + ["latex/germkorr/README"] = {["details"] = "Readme", }, + ["fonts/dictsym/dictsym.pdf"] = {["details"] = "Package documentation", }, + ["latex/ncctools/README"] = {["details"] = "Readme", }, + ["latex/changes/changes_eng.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/abc/abc.pdf"] = {["details"] = "Package documentation", }, + ["fonts/levy/00readme.txt"] = {["details"] = "Readme", }, + ["generic/pst-node/README"] = {["details"] = "Readme", }, + ["latex/cjk/examples/README"] = {["details"] = "Readme file", }, + ["latex/notes2bib/README"] = {["details"] = "Readme", }, + ["latex/urlbst/README"] = {["details"] = "Package Readme", }, + ["latex/comprehensive/SYMLIST"] = {["details"] = "Plain text list of symbol commands", }, + ["latex/ednotes/ednotugb.pdf"] = {["details"] = "TUGboat paper:", ["lang"] = "en", }, + ["latex/sseq/sseq.pdf"] = {["details"] = "Package documentation", }, + ["latex/xargs/xargs.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["generic/fltpoint/README"] = {["details"] = "Readme", }, + ["generic/pst-gantt/pst-gantt-doc.pdf"] = {["details"] = "Brief documentation, with examples", }, + ["latex/dot2texi/README"] = {["details"] = "Readme", }, + ["latex/classicthesis/ClassicThesis.pdf"] = {["details"] = "Package documentation", }, + ["latex/cmap/README"] = {["details"] = "Readme", }, + ["latex/environ/environ.pdf"] = {["details"] = "Package documentation", }, + ["latex/l2tabu/l2tabu.pdf"] = {["details"] = "The document itself", ["lang"] = "de", }, + ["latex/hvindex/README"] = {["details"] = "Readme", }, + ["latex/cursolatex/cursolatex.pdf"] = {["lang"] = "pt", }, + ["latex/onrannual/README"] = {["details"] = "Readme", }, + ["latex/hepnames/README"] = {["details"] = "Readme", }, + ["latex/zwgetfdate/zwgetfdate.pdf"] = {["details"] = "Package documentation", }, + ["latex/zhspacing/README"] = {["details"] = "Readme", }, + ["fonts/zhmetrics/README"] = {["details"] = "Readme", }, + ["latex/york-thesis/README"] = {["details"] = "Package Readme", }, + ["latex/lshort-ukr/lshort-ukr.pdf"] = {["details"] = "The document itself", }, + ["latex/index/README"] = {["details"] = "Package Readme", }, + ["latex/fix2col/README"] = {["details"] = "Readme", }, + ["latex/yagusylo/yagusylo-en.pdf"] = {["details"] = "User documentation (English)", ["lang"] = "en", }, + ["latex/cd-cover/cd-cover.pdf"] = {["details"] = "Package documentation", }, + ["latex/yagusylo/README"] = {["details"] = "Readme", ["lang"] = "en", }, + ["fonts/arev/arevdoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/l2tabu-spanish/l2tabues.pdf"] = {["details"] = "The document itself", ["lang"] = "es", }, + ["latex/bosisio/index.html"] = {["details"] = "Outline of the collection", }, + ["latex/xytree/xytree-doc-en.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["generic/xypic-tut-pt/xypic-tutorial.pdf"] = {["lang"] = "pt", }, + ["latex/latex-doc-ptr/README"] = {["details"] = "Readme", }, + ["latex/xwatermark/README"] = {["details"] = "Readme", }, + ["xelatex/xunicode/README"] = {["details"] = "Readme", }, + ["metapost/mpman-ru/mpman-ru.pdf"] = {["details"] = "The document itself", }, + ["latex/xtcapts/xt_capts.pdf"] = {["details"] = "Package documentation", }, + ["latex/nrc/authors.txt"] = {["details"] = "Notes for authors", }, + ["latex/xtab/xtab.pdf"] = {["details"] = "Package documentation", }, + ["latex/xtab/README"] = {["details"] = "Readme", }, + ["latex/ccaption/ccaption.pdf"] = {["details"] = "Package documentation", }, + ["latex/aastex/README"] = {["details"] = "Readme", }, + ["latex/eqparbox/README"] = {["details"] = "Readme", }, + ["generic/xstring/README"] = {["details"] = "Readme", }, + ["latex/marginnote/marginnote.pdf"] = {["details"] = "Package documentation", }, + ["latex/xskak/README"] = {["details"] = "Readme", }, + ["latex/xpackages/xbase/xtemplate.pdf"] = {["details"] = "Package documentation: xtemplate", }, + ["latex/xpackages/xbase/template.pdf"] = {["details"] = "Package documentation: template", }, + ["latex/xpackages/xbase/ldcsetup.pdf"] = {["details"] = "Package documentation: ldcsetup", }, + ["latex/xpackages/README"] = {["details"] = "Readme", }, + ["latex/xoptarg/xoptarg.pdf"] = {["details"] = "Package documentation", }, + ["latex/leaflet/leaflet.pdf"] = {["details"] = "Documented source", }, + ["latex/directory/directory.pdf"] = {["details"] = "Package documentation", }, + ["latex/pbox/pbox.pdf"] = {["details"] = "Package documentation", }, + ["fonts/dozenal/README"] = {["details"] = "Readme", }, + ["latex/xnewcommand/README"] = {["details"] = "Readme", }, + ["generic/pst-fill/README"] = {["details"] = "Package README", }, + ["latex/xmpincl/xmpincl.pdf"] = {["details"] = "Package documentation", }, + ["latex/frenchle/FAQ.pdf"] = {["details"] = "Foire aux questions", ["lang"] = "fr", }, + ["latex/xmpincl/README"] = {["details"] = "Package Readme", }, + ["latex/showlabels/README"] = {["details"] = "Readme", }, + ["latex/ltxindex/ltxindex.pdf"] = {["details"] = "Package documentation", }, + ["xelatex/xltxtra/xltxtra.pdf"] = {["details"] = "Package documentation", }, + ["latex/ppower4/manual.pdf"] = {["details"] = "Package manual", }, + ["generic/xlop/README"] = {["details"] = "Readme", }, + ["fonts/nkarta/fonttable.pdf"] = {["details"] = "A testfont table of the font", }, + ["xelatex/xgreek/xgreek.pdf"] = {["details"] = "Package documentation", }, + ["latex/xfor/xfor.pdf"] = {["details"] = "Package documentation", }, + ["xetex/xetex-pstricks/README"] = {["details"] = "Readme", }, + ["latex/comment/README"] = {["details"] = "Readme", }, + ["latex/cuisine/cuisine.pdf"] = {["details"] = "Package documentation", }, + ["xetex/xesearch/xesearch.pdf"] = {["details"] = "Package documentation", }, + ["latex/cellspace/README"] = {["details"] = "Readme", }, + ["latex/paresse/paresse-ex-en.pdf"] = {["details"] = "Usage examples (English)", ["lang"] = "en", }, + ["latex/csbulletin/csbulletin.pdf"] = {["details"] = "Package manual", }, + ["latex/vwcol/vwcol.pdf"] = {["details"] = "Package documentation", }, + ["xetex/xesearch/README"] = {["details"] = "Readme", }, + ["latex/photo/photo.pdf"] = {["details"] = "Package documentation", }, + ["xelatex/xepersian/README"] = {["details"] = "Readme", }, + ["latex/examplep/README"] = {["details"] = "Readme", }, + ["xelatex/xeindex/README"] = {["details"] = "Readme", }, + ["xelatex/xecyr/xecyr-doc-ru.pdf"] = {["details"] = "Package documentation (Russian)", ["lang"] = "ru", }, + ["xelatex/xecolour/README"] = {["details"] = "Readme", }, + ["latex/cooking/cooking.pdf"] = {["details"] = "Package documentation", }, + ["xelatex/xecjk/xeCJK.pdf"] = {["details"] = "Package documentation (in both English and Chinese)", }, + ["latex/curve/README"] = {["details"] = "Readme", }, + ["latex/jura/jura.pdf"] = {["details"] = "Class documentation:", ["lang"] = "de", }, + ["latex/ecclesiastic/ecclesiastic.pdf"] = {["details"] = "Package documentation", }, + ["latex/ionumbers/ionumbers.pdf"] = {["details"] = "Package documentation", }, + ["latex/xdoc/xdocdemo.pdf"] = {["details"] = "Demonstration of usage", }, + ["latex/teubner/teubner-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/xdoc/xdoc2.pdf"] = {["details"] = "xdoc2 documentation", }, + ["latex/pstool/pstool.pdf"] = {["details"] = "Package documentation", }, + ["latex/xdoc/README"] = {["details"] = "Package Readme", }, + ["latex/xcolor/xcolor2.pdf"] = {["details"] = "Examples of usage with pstricks:", }, + ["latex/xargs/xargs-fr.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/lshort-thai/lsh132.pdf"] = {["details"] = "The document itself", }, + ["generic/pst-eucl/README"] = {["details"] = "Readme", }, + ["fonts/cmll/cmll.pdf"] = {["details"] = "Package documentation", }, + ["support/texcount/README"] = {["details"] = "Readme", }, + ["latex/widetable/README"] = {["details"] = "Readme", }, + ["latex/webguide/webguide.pdf"] = {["details"] = "Package document, as PDF", }, + ["generic/pst-text/pst-text-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/ecv/ecv.pdf"] = {["details"] = "Package documentation", }, + ["latex/anyfontsize/README"] = {["details"] = "Readme", }, + ["latex/warpcol/README"] = {["details"] = "Package Readme", }, + ["latex/uaclasses/my-example.pdf"] = {["details"] = "my-thesis example", }, + ["latex/vxu/actawex.pdf"] = {["details"] = "Documentation (actawex)", }, + ["latex/vwcol/README"] = {["details"] = "Readme", }, + ["latex/gu/README"] = {["details"] = "Package README", }, + ["support/patgen2-tutorial/patgen2.pdf"] = {["details"] = "The document itself", ["lang"] = "en", }, + ["latex/tengwarscript/tengfonts.pdf"] = {["details"] = "Font sampler:", }, + ["latex/ijmart/ijmart.pdf"] = {["details"] = "Package documentation", }, + ["latex/smalltableof/README"] = {["details"] = "Readme", }, + ["latex/listings-ext/README"] = {["details"] = "Readme", }, + ["latex/mciteplus/README"] = {["details"] = "Readme", }, + ["latex/bgreek/bgman.pdf"] = {["details"] = "Package documentation", }, + ["generic/vntex/vn-min.pdf"] = {["details"] = "Minimal steps to typeset Vietnamese", ["lang"] = "en", }, + ["latex/isomath/isomath-test.pdf"] = {["details"] = "Example of appearance", }, + ["latex/vmargin/vmargin.pdf"] = {["details"] = "Package documentation", }, + ["latex/modroman/modroman.pdf"] = {["details"] = "Package documentation", }, + ["latex/footnpag/footnpag-user.pdf"] = {["details"] = "Package documentation", }, + ["fonts/gfsbodoni/README"] = {["details"] = "Readme", }, + ["latex/visualfaq/visualFAQ.pdf"] = {["details"] = "The visual FAQ itself:", }, + ["latex/gcard/README"] = {["details"] = "Readme", }, + ["latex/multibib/multibib.pdf"] = {["details"] = "Package documentation", }, + ["latex/itnumpar/README"] = {["details"] = "Readme", }, + ["generic/components-of-TeX/README"] = {["details"] = "Package README", }, + ["latex/nih/example-biosketch.pdf"] = {["details"] = "Example -- an NIH biographical sketch", }, + ["latex/adrlist/README"] = {["details"] = "Readme", }, + ["latex/verse/README"] = {["details"] = "Readme", }, + ["latex/siunitx/README"] = {["details"] = "Readme", }, + ["latex/authoraftertitle/authoraftertitle.pdf"] = {["details"] = "Package documentation", }, + ["latex/amslatex-primer/README"] = {["details"] = "Readme", }, + ["latex/verbatimcopy/verbatimcopy.pdf"] = {["details"] = "Package documentation", }, + ["latex/verbatimcopy/README"] = {["details"] = "Readme", }, + ["latex/euproposal/README"] = {["details"] = "Readme", }, + ["xelatex/bidi/bidi-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/emptypage/README"] = {["details"] = "Readme", }, + ["latex/memoir/README"] = {["details"] = "Readme", }, + ["latex/verbatimbox/README"] = {["details"] = "Readme", }, + ["latex/clefval/README"] = {["details"] = "Package README", }, + ["fonts/venturisadf/README"] = {["details"] = "Readme", }, + ["latex/vector/vector.pdf"] = {["details"] = "Package documentation", }, + ["latex/vector/README"] = {["details"] = "Readme", }, + ["latex/amsmath/diffs-m.txt"] = {["details"] = "Differences from previous versions", ["lang"] = "en", }, + ["latex/pdfmarginpar/README"] = {["details"] = "Readme", }, + ["latex/etextools/README"] = {["details"] = "Readme", }, + ["latex/diagmac2/README"] = {["details"] = "Readme", }, + ["generic/vaucanson-g/README"] = {["details"] = "Readme", }, + ["latex/siggraph/README"] = {["details"] = "Readme", }, + ["generic/pst-spectra/pst-spectra.pdf"] = {["details"] = "Package documentation", ["lang"] = "fr", }, + ["latex/listliketab/README"] = {["details"] = "Package Readme", }, + ["latex/varindex/README"] = {["details"] = "Readme", }, + ["latex/elmath/elmath.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-fun/pst-fun-doc.pdf"] = {["details"] = "Package documentation", }, + ["generic/variations/README"] = {["details"] = "Package README", ["lang"] = "en", }, + ["bibtex/vancouver/vancouver.pdf"] = {["details"] = "Package documentation", }, + ["latex/aiaa/author_guide.pdf"] = {["details"] = "Author guide", }, + ["latex/uwthesis/README"] = {["details"] = "Readme", }, + ["latex/munich/example_munich_Bibtex_style.pdf"] = {["details"] = "Usage example", }, + ["latex/ushort/README"] = {["details"] = "Readme", }, + ["latex/imtekda/README"] = {["details"] = "Readme (German)", ["lang"] = "de", }, + ["latex/coordsys/coordsys.pdf"] = {["details"] = "Bundle documentation", }, + ["latex/urlbst/urlbst.html"] = {["details"] = "Package documentation (HTML format)", }, + ["latex/url/url.pdf"] = {["details"] = "Package documentation", }, + ["generic/musixtex/musixdoc.pdf"] = {["details"] = "Package documentation", }, + ["fonts/tipa/tipaman.pdf"] = {["details"] = "Package manual", }, + ["generic/wsuipa/README"] = {["details"] = "Package Readme", }, + ["latex/undertilde/undertilde.pdf"] = {["details"] = "Package documentation", }, + ["latex/underlin/underlin.pdf"] = {["details"] = "Package documentation", }, + ["latex/juramisc/doc/jmgerdoc.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["latex/umthesis/example.pdf"] = {["details"] = "Example of use", }, + ["latex/umthesis/README"] = {["details"] = "Readme", }, + ["latex/umlaute/umlaute.pdf"] = {["details"] = "Package documentation", }, + ["latex/uml/uml.pdf"] = {["details"] = "Package documentation", }, + ["latex/ulqda/README"] = {["details"] = "Readme", }, + ["latex/bibleref/bibleref-manual.html"] = {["details"] = "Package documentation (as a web page)", }, + ["latex/mattens/mattens.pdf"] = {["details"] = "Package documentation", }, + ["latex/eskd/eskd.pdf"] = {["details"] = "Package documentation", }, + ["generic/vntex/vntex-man.pdf"] = {["details"] = "Package manual", ["lang"] = "vi", }, + ["latex/dinbrief/dinbrief.pdf"] = {["details"] = "User Guide and Implementation", }, + ["latex/abstract/README"] = {["details"] = "Readme", }, + ["latex/mftinc/mftinc.pdf"] = {["details"] = "Package documentation", }, + ["latex/philosophersimprint/sample.pdf"] = {["details"] = "Sample of usage", }, + ["latex/mwcls/README"] = {["details"] = "Package README", ["lang"] = "en", }, + ["generic/ukrhyph/rules60.pdf"] = {["details"] = "Old hyphenation rules", ["lang"] = "uk", }, + ["latex/schemabloc/README"] = {["details"] = "Readme", }, + ["latex/uiucthesis/thesis-ex.pdf"] = {["details"] = "Example of use", }, + ["context/third/simplefonts/simplefonts.pdf"] = {["details"] = "Command summary", }, + ["generic/pst-vue3d/README"] = {["details"] = "Readme", }, + ["latex/binomexp/binomexp.pdf"] = {["details"] = "Package documentation", }, + ["latex/syllogism/README"] = {["details"] = "Readme", }, + ["latex/uebungsblatt/README"] = {["details"] = "README", ["lang"] = "de", }, + ["latex/SIunits/README"] = {["details"] = "Readme", }, + ["latex/MemoirChapStyles/README"] = {["details"] = "Readme", }, + ["latex/cjk/doc/chinese/README"] = {["details"] = "Readme file", }, + ["latex/errata/README"] = {["details"] = "Readme", }, + ["latex/aiaa/pre2004/aiaa.pdf"] = {["details"] = "Package documentation", }, + ["latex/ucs/ucs.pdf"] = {["details"] = "Package documentation", }, + ["latex/dinbrief/readme"] = {["details"] = "Package Readme", ["lang"] = "en", }, + ["latex/ucs/languages.pdf"] = {["details"] = "Languages supported", }, + ["latex/nrc/README"] = {["details"] = "Readme", }, + ["plain/impatient/book.pdf"] = {["details"] = "A copy of the book (English)", ["lang"] = "en", }, + ["latex/endnotes/endnotes.pdf"] = {["details"] = "Package documentation", }, + ["latex/polynom/README"] = {["details"] = "Readme", }, + ["latex/keycommand/keycommand-example.pdf"] = {["details"] = "Example of usage", }, + ["latex/graphicx-psmin/README"] = {["details"] = "Package README", }, + ["latex/numname/README"] = {["details"] = "Readme", }, + ["latex/texshade/tsfaq.pdf"] = {["details"] = "FAQs about TeXshaded", ["lang"] = "en", }, + ["context/third/typearea/typearea-demo.pdf"] = {["details"] = "Package demo", }, + ["latex/datatool/README"] = {["details"] = "Readme", }, + ["latex/chessfss/README"] = {["details"] = "Readme", }, + ["latex/tapir/readme.pdf"] = {["details"] = "Package documentation", }, + ["latex/booklet/booklet.pdf"] = {["details"] = "Package documentation", }, + ["latex/ucs/FAQ"] = {["details"] = "Frequently Asked Questions", }, + ["latex/ucdavisthesis/README"] = {["details"] = "Readme", }, + ["latex/tablenotes/mynotes.pdf"] = {["details"] = "Readme", }, + ["latex/spreadtab/spreadtab_doc_en.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/wallpaper/README"] = {["details"] = "Readme", }, + ["latex/chessboard/README"] = {["details"] = "Readme", }, + ["fonts/antt/AntykwaTorunska-doc-pl-2_03.pdf"] = {["details"] = "Documentation in Polish:", ["lang"] = "pl", }, + ["support/asymptote-by-example-zh-cn/asymptote-by-example-zh-cn.pdf"] = {["details"] = "The document itself", ["lang"] = "zh", }, + ["latex/codepage/codepage.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/arabi/README"] = {["details"] = "Readme", }, + ["latex/typehtml/README"] = {["details"] = "Readme", }, + ["latex/biblatex-contrib/biblatex-chem/README"] = {["details"] = "Readme", }, + ["generic/pst-3d/README"] = {["details"] = "Readme", }, + ["latex/dyntree/README"] = {["details"] = "Readme", }, + ["latex/psfrag/announce.txt"] = {["details"] = "Release notice", }, + ["latex/tocvsec2/README"] = {["details"] = "Readme", }, + ["latex/idxlayout/README"] = {["details"] = "Readme", }, + ["latex/twoup/twoup.pdf"] = {["details"] = "Package documentation", }, + ["latex/hyperref/README"] = {["details"] = "Readme", }, + ["latex/pgfopts/README"] = {["details"] = "Readme", }, + ["latex/twoinone/twoinone.pdf"] = {["details"] = "Package documentation", }, + ["latex/turnstile/README"] = {["details"] = "Readme", }, + ["context/third/context-notes-zh-cn/ctxnotes.pdf"] = {["details"] = "The document itself", }, + ["latex/minitoc/minitoc.pdf"] = {["details"] = "Package documentation, in English", ["lang"] = "en", }, + ["generic/ifxetex/README"] = {["details"] = "Readme", }, + ["latex/todonotes/todonotes.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-persian/README"] = {["details"] = "Readme", }, + ["latex/directory/README"] = {["details"] = "Package Readme", }, + ["metapost/metaobj/README"] = {["details"] = "Readme", }, + ["plain/metatex/README"] = {["details"] = "Readme", }, + ["latex/pgfplots/pgfplotsexample.pdf"] = {["details"] = "LaTeX Examples", }, + ["latex/tugboat/ltubguid.pdf"] = {["details"] = "Instructions for authors", ["lang"] = "en", }, + ["latex/environ/README"] = {["details"] = "Readme", }, + ["latex/frankenstein/README"] = {["details"] = "Bundle README", }, + ["generic/pst-lens/pst-lens.pdf"] = {["details"] = "Package documentation", }, + ["latex/nostarch/README"] = {["details"] = "Readme", }, + ["fonts/esint-type1/README"] = {["details"] = "Readme", }, + ["latex/datetime/README"] = {["details"] = "Package README", }, + ["latex/tufte-latex/README"] = {["details"] = "Readme", }, + ["latex/acronym/README"] = {["details"] = "Package Readme", }, + ["latex/trivfloat/README"] = {["details"] = "Readme", }, + ["latex/europecv/europecv.pdf"] = {["details"] = "Class documentation:", }, + ["latex/stdpage/stdpage.pdf"] = {["details"] = "Package documentation", }, + ["latex/trfsigns/README"] = {["details"] = "Package Readme", }, + ["latex/lps/README"] = {["details"] = "Readme", }, + ["latex/chembst/chembst.pdf"] = {["details"] = "Package documentation", }, + ["fonts/lfb/example.pdf"] = {["details"] = "Example of text in lfb", ["lang"] = "el", }, + ["latex/translator/README"] = {["details"] = "Readme", }, + ["latex/nag/nag.pdf"] = {["details"] = "Package documentation", }, + ["latex/gnuplottex/gnuplottex.pdf"] = {["details"] = "Package documentation", }, + ["latex/algorithm2e/algorithm2e.pdf"] = {["details"] = "Package documentation", }, + ["latex/trajan/README"] = {["details"] = "Readme", }, + ["latex/ctex-faq/README"] = {["details"] = "Readme (English)", ["lang"] = "en", }, + ["latex/tocbibind/README"] = {["details"] = "Readme", }, + ["latex/paper/paper.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/totpages/README"] = {["details"] = "Readme", }, + ["latex/custom-bib/merlin.pdf"] = {["details"] = "Master style file documentation", }, + ["latex/ijmart/README"] = {["details"] = "Readme", }, + ["latex/toptesi/toptesi-doc.pdf"] = {["details"] = "Package documentation", ["lang"] = "it", }, + ["latex/lsc/README"] = {["details"] = "Readme", }, + ["latex/active-conf/README"] = {["details"] = "Readme", }, + ["latex/toolbox/README"] = {["details"] = "Readme", }, + ["latex/todonotes/README"] = {["details"] = "Readme", }, + ["latex/textpos/textpos.html"] = {["details"] = "Version history, etc. (HTML)", }, + ["latex/capt-of/capt-of.pdf"] = {["details"] = "Package documentation", }, + ["latex/stellenbosch/README"] = {["details"] = "Bundle README", ["lang"] = "en", }, + ["latex/rcs-multi/README"] = {["details"] = "Readme", }, + ["latex/dotarrow/DotArrow.pdf"] = {["details"] = "Package documentation", }, + ["latex/babelbib/babelbib.pdf"] = {["details"] = "Package documentation", }, + ["latex/lcyw/README"] = {["details"] = "Readme", }, + ["latex/tocvsec2/tocvsec2.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-node/pst-node-doc.pdf"] = {["details"] = "Package documentation (English)", }, + ["context/third/context-top-ten/cmds.pdf"] = {["details"] = "The document itself", }, + ["xelatex/fontwrap/fontwrap.pdf"] = {["details"] = "Package documentation", }, + ["latex/lcg/lcg.pdf"] = {["details"] = "Package documentation", }, + ["latex/floatrow/floatrow-rus.pdf"] = {["details"] = "Package documentation (Russian)", ["lang"] = "ru", }, + ["latex/ltxnew/README"] = {["details"] = "Readme", }, + ["latex/renditions/README"] = {["details"] = "Readme", }, + ["eplain/doc/eplain.pdf"] = {["details"] = "Package documentation", }, + ["generic/es-tex-faq/FAQ-CervanTeX.html"] = {["details"] = "The document itself (HTML)", ["lang"] = "es", }, + ["latex/commath/README"] = {["details"] = "Readme", }, + ["latex/engtlc/README"] = {["details"] = "Readme", }, + ["xelatex/arabxetex/README"] = {["details"] = "Readme", }, + ["latex/lineno/lnosuppl.pdf"] = {["details"] = "Supplementary files as pdf:", }, + ["latex/tkz-linknodes/doc/TKZdoc-linknodes-us.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/protocol/README"] = {["details"] = "README file", ["lang"] = "en", }, + ["latex/parrun/readme"] = {["details"] = "Readme", }, + ["latex/fancytooltips/fancytooltips.pdf"] = {["details"] = "Package documentation", }, + ["fonts/fge/README"] = {["details"] = "Readme", }, + ["latex/supertabular/supertabular.pdf"] = {["details"] = "Package documentation", }, + ["latex/hyperref/README.pdf"] = {["details"] = "Readme, hyper-crossreferenced", }, + ["metapost/drv/drv-guide.pdf"] = {["details"] = "User guide", }, + ["latex/anysize/README"] = {["details"] = "Package Readme", }, + ["latex/biblist/README"] = {["details"] = "Readme", }, + ["latex/inlinedef/inlinedef.pdf"] = {["details"] = "Package documentation", }, + ["latex/boolexpr/boolexpr.pdf"] = {["details"] = "Package documentation", }, + ["latex/titlesec/README"] = {["details"] = "Readme", }, + ["latex/IEEEtran/README"] = {["details"] = "Readme", }, + ["latex/first-latex-doc/first-latex-doc.pdf"] = {["details"] = "The document itself", }, + ["latex/acronym/acronym.pdf"] = {["details"] = "Package documentation", }, + ["latex/titlepic/README"] = {["details"] = "Readme", }, + ["latex/combine/README"] = {["details"] = "Package Readme", }, + ["latex/fnbreak/fnbreak.pdf"] = {["details"] = "Package documentation", }, + ["latex/codedoc/README"] = {["details"] = "Readme", }, + ["latex/boites/README"] = {["details"] = "Readme", }, + ["fonts/kixfont/kixtable.pdf"] = {["details"] = "Font table", }, + ["latex/gmdoc/README"] = {["details"] = "README", }, + ["latex/script/script2e.txt"] = {["details"] = "Readme", ["lang"] = "de", }, + ["latex/pbsheet/pbsheet.pdf"] = {["details"] = "Package documentation", }, + ["latex/unroman/unroman.pdf"] = {["details"] = "Package documentation", }, + ["latex/l2picfaq/README"] = {["details"] = "Package README", ["lang"] = "de", }, + ["latex/pbox/README"] = {["details"] = "Readme", }, + ["latex/curves/curves.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-french/lshort-fr.pdf"] = {["details"] = "The document itself", ["lang"] = "fr", }, + ["latex/mh/empheq.pdf"] = {["details"] = "Package documentation -- empheq", }, + ["latex/tkz-orm/README"] = {["details"] = "Readme", }, + ["latex/spreadtab/spreadtab_doc_fr.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/fn2end/fn2end.pdf"] = {["details"] = "Package documentation", }, + ["latex/cooking/README"] = {["details"] = "Package Readme", }, + ["latex/crosswrd/README"] = {["details"] = "Readme", }, + ["latex/currvita/README"] = {["details"] = "Package Readme", }, + ["latex/tufte-latex/sample-book.pdf"] = {["details"] = "Sample book", }, + ["latex/figsize/README"] = {["details"] = "Package Readme", }, + ["latex/tikz-qtree/tikz-qtree-manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/tikz-qtree/README"] = {["details"] = "Readme", }, + ["latex/dotarrow/README"] = {["details"] = "Readme", }, + ["latex/cdpbundl/00readme.txt"] = {["details"] = "Basic introduction", }, + ["latex/leftidx/leftidx.pdf"] = {["details"] = "Package documentation", }, + ["context/third/typearea/typearea-doc.pdf"] = {["details"] = "Package documentation", }, + ["generic/tex-refs/tex-refs.html"] = {["details"] = "The references themselves", }, + ["latex/dox/README"] = {["details"] = "Readme", }, + ["latex/complexity/README"] = {["details"] = "Readme", }, + ["latex/ecv/template/CV-template_en.pdf"] = {["details"] = "Template (English)", ["lang"] = "en", }, + ["latex/facsimile/facsimile.pdf"] = {["details"] = "Package documentation", }, + ["latex/float/README"] = {["details"] = "Package Readme", }, + ["latex/lshort-turkish/lshort-tr.pdf"] = {["details"] = "The document itself", ["lang"] = "tr", }, + ["latex/examdesign/README"] = {["details"] = "Package README", }, + ["latex/niceframe/niceframe.pdf"] = {["details"] = "Package documentation", }, + ["latex/thuthesis/example/main.pdf"] = {["details"] = "Example of use", }, + ["latex/ijmart/ijmsample.pdf"] = {["details"] = "Sample paper", }, + ["latex/fmp/fmp.pdf"] = {["details"] = "Package documentation", }, + ["context/third/context-notes-zh-cn/README"] = {["details"] = "Readme", }, + ["latex/fancybox/fancybox.pdf"] = {["details"] = "Documentation -- Box tips and tricks:", }, + ["latex/nih/example-nih-cls.pdf"] = {["details"] = "Example -- the class in normal use", }, + ["latex/capt-of/README"] = {["details"] = "Readme", }, + ["latex/apa/apacls.txt"] = {["details"] = "Outline of the class", }, + ["latex/lineno/lineno.pdf"] = {["details"] = "Package documentation:", }, + ["latex/thumb/README"] = {["details"] = "Package Readme", }, + ["latex/psu-thesis/mssample.pdf"] = {["details"] = "MS thesis layout demonstration", }, + ["latex/threeparttablex/README"] = {["details"] = "Readme", }, + ["latex/cd/cd.pdf"] = {["details"] = "Package documentation", }, + ["latex/etoolbox/etoolbox.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-pdgr/pst-pdgr.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-bulgarian/lshort-bg.pdf"] = {["details"] = "The document itself", ["lang"] = "bg", }, + ["latex/talk/README"] = {["details"] = "Readme", }, + ["generic/pgf/README"] = {["details"] = "Readme", }, + ["latex/thesis-titlepage-fhac/README"] = {["details"] = "README file", }, + ["latex/chapterfolder/chapterfolder.pdf"] = {["details"] = "Package documentation", }, + ["generic/pstricks-add/pstricks-add-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/enumitem/enumitem.pdf"] = {["details"] = "Package documentation", }, + ["latex/textpos/examples/README"] = {["details"] = "Package README", }, + ["latex/extpfeil/extpfeil.pdf"] = {["details"] = "Benutzerdoku", ["lang"] = "de", }, + ["generic/xstring/xstring_doc_en.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["fonts/gfsdidot/README"] = {["details"] = "Readme", }, + ["latex/textopo/textopo.txt"] = {["details"] = "Notes on the distribution", }, + ["latex/engrec/engrec.pdf"] = {["details"] = "Package documentation", }, + ["latex/cjk/doc/cjk/README"] = {["details"] = "Readme file", }, + ["latex/csquotes/README"] = {["details"] = "Package README", }, + ["latex/textcase/textcase.pdf"] = {["details"] = "Package documentation", }, + ["latex/nicetext/README"] = {["details"] = "Readme", }, + ["latex/aeguill/README"] = {["details"] = "Readme", }, + ["latex/answers/answers.pdf"] = {["details"] = "Package documentation", }, + ["latex/textcase/README"] = {["details"] = "Readme", }, + ["latex/texshade/texshade.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/seqsplit/seqsplit.pdf"] = {["details"] = "Package documentation", }, + ["latex/preview/README"] = {["details"] = "Readme", }, + ["latex/nicetext/niceverb.pdf"] = {["details"] = "Niceverb documentation", }, + ["latex/cmdtrack/cmdtrack.pdf"] = {["details"] = "Package documentation", }, + ["latex/texments/texments.pdf"] = {["details"] = "Package documentation", }, + ["latex/pinlabel/pinlabdoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/refstyle/refstyle.pdf"] = {["details"] = "Users manual:", }, + ["fonts/cmcyr/README"] = {["details"] = "Readme", }, + ["generic/pst-coil/README"] = {["details"] = "Package README", }, + ["support/texdiff/README"] = {["details"] = "Readme", }, + ["latex/contour/contour.pdf"] = {["details"] = "Package documentation", }, + ["support/texcount/TeXcount.pdf"] = {["details"] = "Package documentation", }, + ["latex/widetable/widetable.pdf"] = {["details"] = "Package documentation", }, + ["plain/texbytopic/TeXbyTopic.pdf"] = {["details"] = "The book itself", }, + ["metapost/metauml/README"] = {["details"] = "Readme", }, + ["plain/texbytopic/README"] = {["details"] = "Readme", }, + ["latex/tex-label/tex-label-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/akletter/letterdoc.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/ltxnew/ltxnew.pdf"] = {["details"] = "Package documentation", }, + ["latex/easylist/README"] = {["details"] = "Bundle readme", }, + ["latex/tex-label/README"] = {["details"] = "Readme", }, + ["pdftex/manual/README"] = {["details"] = "Readme", }, + ["latex/getfiledate/getfiledate-guide.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-persian/lshort.pdf"] = {["details"] = "The document itself", ["lang"] = "fa", }, + ["latex/tensor/tensor.pdf"] = {["details"] = "Package documentation", }, + ["latex/glossaries/glossary2glossaries.pdf"] = {["details"] = "How to upgrade from glossary.sty (PDF)", }, + ["latex/eskdx/manual/eskdx.pdf"] = {["details"] = "Package documentation", ["lang"] = "ru", }, + ["latex/tengwarscript/tengtest.pdf"] = {["details"] = "Crib sheet and tests:", }, + ["latex/chletter/README"] = {["details"] = "Readme", }, + ["latex/colorinfo/README"] = {["details"] = "Readme", }, + ["latex/arsclassica/Italian/ArsClassica.pdf"] = {["details"] = "Package documentation (Italian)", ["lang"] = "it", }, + ["latex/xnewcommand/xnewcommand.pdf"] = {["details"] = "Package documentation", }, + ["fonts/dingbat/README"] = {["details"] = "Readme", }, + ["latex/ted/README"] = {["details"] = "Readme", }, + ["latex/examplep/eurotex_2005_examplep.pdf"] = {["details"] = "Article from EuroTeX 2005 talk", }, + ["latex/tdclock/tdclock-doc.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-bezier/pst-bezier-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/spotcolor/README"] = {["details"] = "Readme", }, + ["context/third/mathsets/README"] = {["details"] = "Readme", }, + ["latex/bez123/bez123.pdf"] = {["details"] = "Package documentation", }, + ["latex/tabulary/tabulary.pdf"] = {["details"] = "Package documentation", }, + ["latex/apa/README"] = {["details"] = "Readme", }, + ["latex/fullblck/fullblck.pdf"] = {["details"] = "Package documentation", }, + ["latex/tabularew/README"] = {["details"] = "Readme", }, + ["latex/expl3/README"] = {["details"] = "Bundle README", }, + ["generic/pst-qtree/pst-qtree-manual.pdf"] = {["details"] = "Package documentation", }, + ["latex/AkkTeX/README"] = {["details"] = "Bundle README", }, + ["latex/tabularcalc/README"] = {["details"] = "Readme", }, + ["latex/bigfoot/bigfoot.pdf"] = {["details"] = "Package documentation", }, + ["latex/mattens/mattens_sample.pdf"] = {["details"] = "Sample of use", }, + ["latex/codepage/LISEZMOI"] = {["details"] = "Readme", ["lang"] = "fr", }, + ["latex/MemoirChapStyles/MemoirChapStyles.pdf"] = {["details"] = "The document itself", }, + ["latex/tableaux/exemples.pdf"] = {["details"] = "Further examples (comments in French)", ["lang"] = "fr", }, + ["latex/engpron/README"] = {["details"] = "Readme", ["lang"] = "en", }, + ["generic/tds/tds.pdf"] = {["details"] = "The standard specification", }, + ["latex/synproof/synproof-doc.pdf"] = {["details"] = "Package documentation", }, + ["fonts/txfontsb/README"] = {["details"] = "Readme", }, + ["latex/psbao/psbaomanual.pdf"] = {["details"] = "Package manual", }, + ["latex/unitsdef/unitsdef.pdf"] = {["details"] = "Package documentation", }, + ["latex/caption/caption-eng.pdf"] = {["details"] = "English documentation", ["lang"] = "en", }, + ["latex/svn-prov/README"] = {["details"] = "Readme", }, + ["latex/svn-multi/svn-multi.pdf"] = {["details"] = "Package documentation", }, + ["latex/arydshln/arydshln-man.pdf"] = {["details"] = "User manual:", }, + ["latex/ncclatex/README"] = {["details"] = "Readme", }, + ["latex/svn/svn.pdf"] = {["details"] = "Package documentation", }, + ["latex/svn/README"] = {["details"] = "Package README", }, + ["latex/octavo/README"] = {["details"] = "Readme", }, + ["latex/amsldoc-vn/amsldoc-print-vi.pdf"] = {["details"] = "For printing", ["lang"] = "vi", }, + ["latex/svgcolor/README"] = {["details"] = "Readme", }, + ["generic/xstring/xstring_doc_fr.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/boites/boites_exemples.pdf"] = {["details"] = "(Contrived) examples of use", }, + ["latex/computational-complexity/cc.pdf"] = {["details"] = "Package documentation", }, + ["latex/l2tabu-it/l2tabuit.pdf"] = {["details"] = "The document itself", ["lang"] = "it", }, + ["latex/sudokubundle/sudokubundle.pdf"] = {["details"] = "Package documentation", }, + ["latex/multiobjective/README"] = {["details"] = "Readme", }, + ["latex/randbild/README"] = {["details"] = "Readme (bilingual)", }, + ["latex/sudoku/sudoku.pdf"] = {["details"] = "Package documentation", }, + ["latex/courier-scaled/README"] = {["details"] = "Readme", }, + ["latex/sudoku/README"] = {["details"] = "Readme", }, + ["latex/schemabloc/schemabloc.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/altfont/README"] = {["details"] = "Readme", }, + ["latex/subfigure/subfigure.pdf"] = {["details"] = "Package documentation", }, + ["generic/enctex/encdoc.pdf"] = {["details"] = "Reference manual:", ["lang"] = "cs", }, + ["latex/amsrefs/amsrdoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/subfigure/README"] = {["details"] = "Readme", }, + ["latex/cooltooltips/README"] = {["details"] = "Readme", }, + ["latex/changepage/README"] = {["details"] = "Readme", }, + ["luatex/luatextra/README"] = {["details"] = "Readme", }, + ["latex/colorwav/colorwav.pdf"] = {["details"] = "Package documentation", }, + ["fonts/mxedruli/mxeddoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/subfig/README"] = {["details"] = "Readme", }, + ["latex/subeqn/subeqn.pdf"] = {["details"] = "Package documentation", }, + ["support/asymptote-manual-zh-cn/README"] = {["details"] = "Readme", }, + ["latex/noitcrul/noitcrul.pdf"] = {["details"] = "Benutzerdoku:", ["lang"] = "de", }, + ["metapost/suanpan/README"] = {["details"] = "Readme", }, + ["latex/stubs/stubs_ex.pdf"] = {["details"] = "Example of use", }, + ["latex/mathpazo/pazotest.pdf"] = {["details"] = "Font tables:", }, + ["latex/cell/README"] = {["details"] = "Readme", }, + ["latex/endfloat/endfloat.pdf"] = {["details"] = "Package documentation", }, + ["latex/addlines/README"] = {["details"] = "Readme", }, + ["latex/auto-pst-pdf/README"] = {["details"] = "Package Readme", }, + ["latex/stdpage/README"] = {["details"] = "Package README", }, + ["latex/comprehensive/README"] = {["details"] = "Package README", }, + ["latex/elsevier/instructions-harv.pdf"] = {["details"] = "Instructions for use, harvard-style citations", ["lang"] = "en", }, + ["latex/memoir/memman.pdf"] = {["details"] = "Basic user manual", }, + ["latex/cryst/README"] = {["details"] = "Readme", }, + ["latex/amsrefs/amsrefs.pdf"] = {["details"] = "Documented source", }, + ["latex/exam/README"] = {["details"] = "Package Readme", }, + ["generic/midnight/midnight.pdf"] = {["details"] = "Package documentation", }, + ["otherformats/startex/base/guide.pdf"] = {["details"] = "Beginner's guide", }, + ["latex/nomencl/README"] = {["details"] = "Readme", }, + ["latex/makebox/makebox.pdf"] = {["details"] = "Package documentation", }, + ["latex/achemso/achemso.pdf"] = {["details"] = "Package documentation", }, + ["latex/stage/stage-documentation.pdf"] = {["details"] = "Package documentation", }, + ["latex/hanging/hanging.pdf"] = {["details"] = "Package documentation", }, + ["latex/ccaption/README"] = {["details"] = "Readme", }, + ["latex/spverbatim/spverbatim.pdf"] = {["details"] = "Package documentation", }, + ["fonts/lh/README"] = {["details"] = "Readme", }, + ["latex/dnaseq/dnaseq.pdf"] = {["details"] = "Package documentation", }, + ["latex/ametsoc/amspaper2col.pdf"] = {["details"] = "Two column package documentation (as sample paper)", }, + ["latex/knittingpattern/README"] = {["details"] = "Readme", }, + ["latex/changes/changes.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["latex/menu/menu.pdf"] = {["details"] = "Package documentation", }, + ["latex/isodate/testdate.pdf"] = {["details"] = "Test document showing styles", }, + ["plain/mkpattern/mkpatter.pdf"] = {["details"] = "Package documentation", }, + ["latex/sidecap/README"] = {["details"] = "Readme", }, + ["latex/bigints/README"] = {["details"] = "Readme", }, + ["latex/tabularew/tabularew.pdf"] = {["details"] = "Package documentation", }, + ["latex/inversepath/README"] = {["details"] = "Readme", }, + ["latex/ed/ed.pdf"] = {["details"] = "Package documentation", }, + ["bibtex/bibhtml/README"] = {["details"] = "Readme", }, + ["generic/vrb/readme"] = {["details"] = "Readme", }, + ["latex/listliketab/listliketab.pdf"] = {["details"] = "Package documentation", }, + ["latex/mafr/docmafr.pdf"] = {["details"] = "Package documentation", ["lang"] = "fr", }, + ["latex/classicthesis/README"] = {["details"] = "Package README", }, + ["latex/apa/apacls.html"] = {["details"] = "Class documentation", }, + ["latex/powerdot-FUBerlin/README"] = {["details"] = "Readme", }, + ["latex/gmdoc/gmdoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/leading/leading.pdf"] = {["details"] = "Package documentation", }, + ["support/findhyph/README"] = {["details"] = "Readme", }, + ["fonts/skaknew/fonttables.pdf"] = {["details"] = "Font tables", }, + ["generic/pst-fractal/pst-fractal-doc.pdf"] = {["details"] = "Package documentation", }, + ["support/pkfix-helper/encoding-samples.pdf"] = {["details"] = "Encoding tables and how to use them", }, + ["latex/verbdef/verbdef.pdf"] = {["details"] = "Package documentation", }, + ["latex/simplewick/simplewick.pdf"] = {["details"] = "Package documentation", }, + ["fonts/gentium/GENTIUM-FAQ.txt"] = {["details"] = "FAQ", }, + ["latex/mh/mhsetup.pdf"] = {["details"] = "Package documentation -- mhsetup", }, + ["fonts/gfsporson/README"] = {["details"] = "Readme", }, + ["latex/simplecv/README"] = {["details"] = "Readme", }, + ["latex/silence/silence-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/cachepic/README"] = {["details"] = "Readme", }, + ["latex/silence/README"] = {["details"] = "Readme", }, + ["latex/varsfromjobname/varsfromjobname.pdf"] = {["details"] = "Package documentation", }, + ["fonts/chemarrow/chemarrow-de.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/latexcheat-ptbr/latexsheet-ptbr.pdf"] = {["details"] = "The document itself", ["lang"] = "pt", }, + ["latex/shuffle/shuffle.pdf"] = {["details"] = "Package documentation", }, + ["latex/abstract/abstract.pdf"] = {["details"] = "Package documentation", }, + ["latex/attachfile/README"] = {["details"] = "Readme", }, + ["latex/sidecap/sidecap.pdf"] = {["details"] = "Package documentation", }, + ["latex/shuffle/README"] = {["details"] = "Readme", }, + ["latex/showlabels/showlabels.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["generic/pst-3dplot/README"] = {["details"] = "Readme", }, + ["latex/ebsthesis/ebsthesis.pdf"] = {["details"] = "Package documentation", }, + ["fonts/cbfonts/README"] = {["details"] = "Readme", }, + ["latex/arcs/README"] = {["details"] = "Package README", }, + ["latex/perltex/perltex.pdf"] = {["details"] = "Package documentation", }, + ["latex/bookest/README"] = {["details"] = "Readme", }, + ["latex/dateiliste/README"] = {["details"] = "Readme", }, + ["latex/show2e/README"] = {["details"] = "Readme", }, + ["latex/aiaa/README"] = {["details"] = "Package README", }, + ["latex/shorttoc/shorttoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/mh/xfrac.pdf"] = {["details"] = "Package documentation -- xfrac", }, + ["latex/dateiliste/README-de"] = {["details"] = "Readme", ["lang"] = "de", }, + ["latex/ryethesis/README"] = {["details"] = "Readme", }, + ["latex/ntheorem/README"] = {["details"] = "Readme", }, + ["latex/aguplus/aguplus.pdf"] = {["details"] = "Package documentation", }, + ["latex/fixfoot/fixfoot.pdf"] = {["details"] = "Package documentation", }, + ["latex/dlfltxb/dlfltxbmisc.pdf"] = {["details"] = "dlfltxbmisc package documentation", }, + ["fonts/Type1fonts/README"] = {["details"] = "Readme", }, + ["fonts/venturisadf/venturisadf.pdf"] = {["details"] = "Documentation: installation and use", }, + ["latex/ibycus-babel/README"] = {["details"] = "Readme", }, + ["latex/coverpage/SimpleSample.pdf"] = {["details"] = "Simple sample:", }, + ["generic/shade/description.pdf"] = {["details"] = "Description of the algorithm:", ["lang"] = "en", }, + ["xelatex/xeindex/xeindex.pdf"] = {["details"] = "Package documentation", }, + ["latex/envlab/elguide.pdf"] = {["details"] = "User guide", }, + ["latex/menu/README"] = {["details"] = "Readme", }, + ["latex/a5comb/a5comb.pdf"] = {["details"] = "Package documentation", }, + ["latex/epsdice/epsdice.pdf"] = {["details"] = "Package Documentation", }, + ["latex/qtree/qarrows.pdf"] = {["details"] = "Use of tree-dvips with qtree:", ["lang"] = "en", }, + ["fonts/semaphor/README"] = {["details"] = "Readme", }, + ["latex/semantic/semantic.pdf"] = {["details"] = "Package documentation", }, + ["latex/sectsty/sectsty.pdf"] = {["details"] = "Package documentation", }, + ["latex/swimgraf/swimgraf.pdf"] = {["details"] = "Package documentation", }, + ["latex/blowup/blowup.pdf"] = {["details"] = "Package documentation", }, + ["latex/sdrt/sdrt-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/mh/mathtools.pdf"] = {["details"] = "Package documentation -- mathtools", }, + ["latex/hvindex/hvindex.pdf"] = {["details"] = "Package documentation", }, + ["latex/extpfeil/README"] = {["details"] = "Readme", }, + ["latex/barcodes/eandoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/datatool/datatool.pdf"] = {["details"] = "Package documentation", }, + ["latex/IEEEtran/IEEEtran_HOWTO.pdf"] = {["details"] = "Package documentation", }, + ["latex/scalebar/scalebar_examples.pdf"] = {["details"] = "Package usage guide and examples", }, + ["latex/scalebar/README"] = {["details"] = "Package README", }, + ["latex/digiconfigs/README"] = {["details"] = "Readme", }, + ["latex/paper/README"] = {["details"] = "Readme", }, + ["bibtex/abstyles/abstdok.pdf"] = {["details"] = "Outline of the family", ["lang"] = "de", }, + ["generic/es-tex-faq/FAQ-CervanTeX.pdf"] = {["details"] = "The document itself (PDF)", ["lang"] = "es", }, + ["latex/sauterfonts/README"] = {["details"] = "Readme", }, + ["latex/sageep/sample.pdf"] = {["details"] = "Formatted sample", }, + ["latex/sageep/sageep.pdf"] = {["details"] = "Package documentation", }, + ["latex/gaceta/README"] = {["details"] = "Readme", }, + ["latex/glossaries/glossaries-manual.html"] = {["details"] = "Package documentation (HTML)", }, + ["latex/apacite/README"] = {["details"] = "Package Readme", }, + ["latex/romannum/romannum.pdf"] = {["details"] = "Package documentation", }, + ["fonts/nkarta/README"] = {["details"] = "Readme", }, + ["latex/rtklage/README"] = {["lang"] = "de", }, + ["latex/robustindex/README"] = {["details"] = "Readme", }, + ["latex/guitlogo/guit.pdf"] = {["details"] = "Package documentation", ["lang"] = "it", }, + ["latex/bussproofs/testbp2.pdf"] = {["details"] = "Test/example of use", }, + ["latex/acmconf/acmconf.pdf"] = {["details"] = "Package documentation", }, + ["latex/robustcommand/README"] = {["details"] = "Readme", }, + ["latex/makecell/makecell.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/renditions/renditions.pdf"] = {["details"] = "Package documentation", }, + ["latex/intro-scientific/scidoc.pdf"] = {["details"] = "The document itself", }, + ["latex/afthesis/usethesis.pdf"] = {["details"] = "Package documentation", }, + ["generic/musixtex/README"] = {["details"] = "Package documentation", }, + ["latex/refman/refman.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-eps/README"] = {["details"] = "Package README", }, + ["latex/thuthesis/thuthesis.pdf"] = {["details"] = "Package documentation", }, + ["latex/spreadtab/README"] = {["details"] = "Readme", }, + ["latex/refman/layout_e.pdf"] = {["details"] = "Changing the layout with LaTeX", ["lang"] = "en", }, + ["latex/macqassign/README"] = {["details"] = "Readme", }, + ["latex/refman/layout_d.pdf"] = {["details"] = "Layout-Anderungen mit LaTeX", ["lang"] = "de", }, + ["latex/everypage/everypage.pdf"] = {["details"] = "Package documentation", }, + ["latex/refcheck/refdemo.pdf"] = {["details"] = "Package demo", }, + ["latex/notes/notes.pdf"] = {["details"] = "Package documentation", }, + ["latex/acmconf/README"] = {["details"] = "Readme", }, + ["latex/recipecard/recipecard.pdf"] = {["details"] = "Package documentation", }, + ["latex/bclogo/README"] = {["details"] = "Readme (English)", ["lang"] = "en", }, + ["latex/poemscol/README"] = {["details"] = "Readme", }, + ["latex/rcsinfo/rcsinfo.pdf"] = {["details"] = "Package documentation", }, + ["latex/12many/README"] = {["details"] = "Readme", }, + ["latex/rcsinfo/README"] = {["details"] = "Readme", }, + ["latex/eqlist/README"] = {["details"] = "Readme", }, + ["latex/rcs/rcs-user.pdf"] = {["details"] = "User documentation", }, + ["latex/rcs/rcs-conf.pdf"] = {["details"] = "Package internal interfaces", }, + ["latex/boites/boites.pdf"] = {["details"] = "English translation", }, + ["latex/caption/caption-deu.pdf"] = {["details"] = "German documentation", ["lang"] = "de", }, + ["latex/webguide/webguide.html"] = {["details"] = "Package document, as HTML", }, + ["latex/arsclassica/README"] = {["details"] = "Readme", }, + ["latex/barcodes/README"] = {["details"] = "Package Readme", }, + ["latex/qsymbols/qsymbols.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-diffraction/README"] = {["details"] = "Readme", }, + ["latex/kerntest/kerntest.pdf"] = {["details"] = "Package documentation", }, + ["latex/harmony/README"] = {["details"] = "Readme", }, + ["latex/lshort-mongol/lshort-mn.pdf"] = {["details"] = "The document itself", ["lang"] = "mn", }, + ["latex/qsymbols/README"] = {["details"] = "Readme", }, + ["latex/constants/README"] = {["details"] = "Readme", }, + ["plain/typespec/TypeSpec.pdf"] = {["details"] = "Package outline and some samplers", }, + ["latex/philex/README"] = {["details"] = "Readme", }, + ["latex/qstest/README"] = {["details"] = "Readme", }, + ["latex/psu-thesis/phdsample.pdf"] = {["details"] = "PhD thesis layout demonstration", }, + ["latex/psu-thesis/manual.pdf"] = {["details"] = "Package manual", }, + ["latex/psu-thesis/README"] = {["details"] = "Readme", }, + ["support/latexmk/README"] = {["details"] = "Readme", }, + ["latex/pstool/README"] = {["details"] = "Readme", }, + ["support/asymptote-faq-zh-cn/README"] = {["details"] = "Readme", }, + ["fonts/cm-super/README"] = {["details"] = "Bundle Readme", }, + ["latex/chngcntr/chngcntr.pdf"] = {["details"] = "Package documentation", }, + ["latex/pst2pdf/README"] = {["details"] = "Readme", }, + ["latex/hhtensor/README"] = {["details"] = "Package Readme", }, + ["generic/pst-tree/pst-tree-doc.pdf"] = {["details"] = "Package manual", }, + ["latex/flippdf/flippdf.pdf"] = {["details"] = "Package documentation", }, + ["latex/rangen/README"] = {["details"] = "Readme", }, + ["generic/pst-text/README"] = {["details"] = "Package README", }, + ["latex/paralist/paralist.pdf"] = {["details"] = "Package documentation", }, + ["latex/epsdice/README"] = {["details"] = "Readme", }, + ["latex/adrconv/adrguide.pdf"] = {["details"] = "Package introduction", ["lang"] = "de", }, + ["generic/pst-math/README"] = {["details"] = "Readme", }, + ["latex/newspaper/README"] = {["details"] = "Readme", }, + ["latex/eltex/README"] = {["details"] = "Readme", }, + ["generic/pst-soroban/pst-soroban-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/newlfm/README"] = {["details"] = "Readme", }, + ["latex/clefval/example.pdf"] = {["details"] = "Package example of use (English)", }, + ["generic/pst-solides3d/doc/pst-solides3d-doc-grille-parallelepiped.pdf"] = {["details"] = "Using grids and parallelopipeds (French)", ["lang"] = "fr", }, + ["latex/flippdf/README"] = {["details"] = "Readme", }, + ["fonts/antt/AntykwaTorunska-doc-en-2_03.pdf"] = {["details"] = "Documentation in English:", ["lang"] = "en", }, + ["generic/pst-solides3d/README"] = {["details"] = "Readme", }, + ["latex/elbioimp/README"] = {["details"] = "Readme", }, + ["latex/latexdiff/README"] = {["details"] = "Package Readme", }, + ["latex/pst-pdf/README"] = {["details"] = "README file", }, + ["generic/pst-pad/pst-pad-docDE.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["generic/pst-ob3d/pst-ob3d.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-node/more_docs/psmatrix-docDE.pdf"] = {["details"] = "Documentation of \\psmatrix (German)", }, + ["generic/pst-mirror/pst-mirror-doc.pdf"] = {["details"] = "Package documentation", ["lang"] = "fr", }, + ["generic/enctex/encdoc-e.pdf"] = {["details"] = "Reference manual (in English):", ["lang"] = "en", }, + ["latex/microtype/README"] = {["details"] = "Package README", }, + ["latex/hyphenat/hyphenat.pdf"] = {["details"] = "Package documentation", }, + ["latex/liturg/README"] = {["details"] = "Readme", }, + ["latex/dtxtut/dtxtut.pdf"] = {["details"] = "Readme", }, + ["generic/pst-support/README"] = {["details"] = "Readme", }, + ["latex/europecv/examples/minimal.pdf"] = {["details"] = "Simple example of use:", }, + ["latex/cjk/README"] = {["details"] = "Readme file", }, + ["latex/juraabbrev/README"] = {["details"] = "Readme", }, + ["latex/apa/apaenum.txt"] = {["details"] = "Outline of list facilities", }, + ["latex/galois/galois.pdf"] = {["details"] = "Package description", }, + ["generic/pst-light3d/pst-light3d-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/eulervm/eulervm.pdf"] = {["details"] = "Package documentation", }, + ["latex/hexgame/hexgame.pdf"] = {["details"] = "Package documentation", }, + ["latex/cmdstring/README"] = {["details"] = "Readme", }, + ["latex/comma/comma.pdf"] = {["details"] = "Package documentation", }, + ["latex/tikz-timing/README"] = {["details"] = "Readme", }, + ["context/third/typescripts/README"] = {["details"] = "Readme", }, + ["generic/pst-labo/pst-labo-docFR.pdf"] = {["details"] = "French documentation:", }, + ["latex/latex-veryshortguide/veryshortguide.pdf"] = {["details"] = "The document itself", }, + ["generic/pst-labo/pst-labo-docEN.pdf"] = {["details"] = "English documentation:", }, + ["latex/arydshln/arydshln.pdf"] = {["details"] = "Manual, including code listing:", }, + ["generic/pst-grad/pst-grad-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/foekfont/README"] = {["details"] = "Package README", }, + ["latex/animate/README"] = {["details"] = "Readme", }, + ["context/third/account/README"] = {["details"] = "Readme", }, + ["latex/figsize/figsize.pdf"] = {["details"] = "Package documentation", }, + ["latex/tablists/README"] = {["details"] = "README file", }, + ["context/third/degrade/degrade-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/zwpagelayout/README"] = {["details"] = "Readme", }, + ["latex/greekdates/greekdates.pdf"] = {["details"] = "Package documentation", }, + ["latex/textfit/README"] = {["details"] = "Readme", }, + ["generic/pst-eps/pst-eps-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/algorithmicx/README"] = {["details"] = "Package README", }, + ["latex/advdate/advdate.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-thick/pst-thick-doc.pdf"] = {["details"] = "Package documentation", ["lang"] = "fr", }, + ["generic/pst-diffraction/pst-diffraction-docFR.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/mciteplus/mciteplus_code.txt"] = {["details"] = "Details for modifying .bst code", }, + ["latex/titling/README"] = {["details"] = "Readme", }, + ["generic/pst-diffraction/pst-diffraction-docDE.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["generic/pst-dbicons/pst-dbicons.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-dbicons/README"] = {["details"] = "Package README", }, + ["generic/pst-pad/README"] = {["details"] = "Readme", }, + ["latex/epigraph/README"] = {["details"] = "Readme", }, + ["generic/pst-thick/README"] = {["details"] = "Readme", }, + ["fonts/boisik/example/boisik.pdf"] = {["details"] = "Brief outline, in the font", }, + ["xelatex/fontspec/fontspec.pdf"] = {["details"] = "Package documentation", }, + ["latex/isodoc/isodoc.pdf"] = {["details"] = "Package documentation", }, + ["latex/layouts/README"] = {["details"] = "Readme", }, + ["latex/popupmenu/README"] = {["details"] = "Readme", }, + ["latex/gmutils/README"] = {["details"] = "README", }, + ["latex/aeguill/guil-test2.pdf"] = {["details"] = "Available guillemet glyphs", }, + ["latex/pecha/pecha_docu.pdf"] = {["details"] = "Package documentation", }, + ["latex/draftcopy/draftcopy.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-bspline/README"] = {["details"] = "Readme", }, + ["generic/pst-barcode/README"] = {["details"] = "Readme", }, + ["generic/pst-fr3d/pst-fr3d.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-bar/README"] = {["details"] = "Readme", }, + ["latex/plweb/README"] = {["details"] = "Readme", }, + ["latex/eltex/pri_cz.pdf"] = {["details"] = "Package documentation (Czech)", ["lang"] = "cs", }, + ["latex/eCards/eCardsman.pdf"] = {["details"] = "Package documentation (for screen)", }, + ["latex/parallel/parallel.pdf"] = {["details"] = "Package documentation", }, + ["latex/psfrag/pfgguide.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/animate/animate.pdf"] = {["details"] = "Package documentation", }, + ["latex/gu/gudoc.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["plain/metatex/mtpaper.pdf"] = {["details"] = "Package documentation", }, + ["latex/verbatimbox/verbatimbox_example.pdf"] = {["details"] = "Example of use", }, + ["latex/program/README"] = {["details"] = "Readme", }, + ["latex/pgfplots/pgfplots.pdf"] = {["details"] = "Package manual", }, + ["latex/probsoln/probsoln-manual.html"] = {["details"] = "Package documentation (HTML)", }, + ["latex/proba/proba.pdf"] = {["details"] = "Package documentation", }, + ["latex/jurabib/docs/german/jbgerdoc.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/alterqcm/README"] = {["details"] = "Readme", ["lang"] = "en", }, + ["latex/randbild/randbild.pdf"] = {["details"] = "Benutzerdoku:", ["lang"] = "de", }, + ["fonts/marvosym/marvodoc.pdf"] = {["details"] = "Font tables, etc.", }, + ["latex/ebezier/ebezier.pdf"] = {["details"] = "Package documentation", }, + ["latex/uiucthesis/README"] = {["details"] = "Readme", }, + ["latex/breakcites/breakcites.pdf"] = {["details"] = "Package documentation", }, + ["latex/emptypage/emptypage.pdf"] = {["details"] = "Package documentation", }, + ["latex/hepunits/README"] = {["details"] = "Readme", }, + ["latex/algorithms/algorithms.pdf"] = {["details"] = "Package documentation", ["lang"] = "en", }, + ["latex/estcpmm/estcpmm.pdf"] = {["details"] = "Package documentation", }, + ["latex/plates/plates.pdf"] = {["details"] = "Package documentation", }, + ["fonts/free-math-font-survey/survey.pdf"] = {["details"] = "The survey, as a PDF file", ["lang"] = "en", }, + ["latex/gastex/README"] = {["details"] = "Package Readme", }, + ["latex/plari/plari.pdf"] = {["details"] = "Package documentation", }, + ["latex/extract/README"] = {["details"] = "Package README", }, + ["latex/permute/permute.pdf"] = {["details"] = "Package documentation", }, + ["latex/pigpen/README"] = {["details"] = "Readme", }, + ["latex/dtxtut/README"] = {["details"] = "Package documentation", }, + ["latex/dk-bib/README"] = {["details"] = "Readme", }, + ["latex/flowfram/samples/news.pdf"] = {["details"] = "Sample - news sheet", }, + ["latex/philosophersimprint/philosophersimprint.pdf"] = {["details"] = "Package documentation", }, + ["latex/lshort-korean/lshort-kr.pdf"] = {["details"] = "The document itself", ["lang"] = "ko", }, + ["plain/pgfplots/pgfplotsexample.pdf"] = {["details"] = "Plain TeX Examples", }, + ["latex/pgfopts/pgfopts-manual.pdf"] = {["details"] = "Package manual", }, + ["latex/epigraph/epigraph.pdf"] = {["details"] = "Package documentation", }, + ["fonts/cbfonts/grmn1000table.pdf"] = {["details"] = "Sample font table", }, + ["latex/hyphenat/README"] = {["details"] = "Readme", }, + ["latex/fonttable/fonttable.pdf"] = {["details"] = "Package documentation", }, + ["fonts/feyn/exercise-font.pdf"] = {["details"] = "Font details", }, + ["latex/isorot/README"] = {["details"] = "Package Readme", }, + ["fonts/gnu-freefont/README"] = {["details"] = "Readme", }, + ["latex/codedoc/CodeDoc-manual.pdf"] = {["details"] = "Package manual", }, + ["latex/latex2e-help-texinfo/latex2e.pdf"] = {["details"] = "PDF conversion of the source", }, + ["latex/expl3/source3.pdf"] = {["details"] = "The LaTeX3 Sources", }, + ["metapost/bpolynomial/bpolynomial.pdf"] = {["details"] = "Package documentation", }, + ["latex/latex-doc-ptr/latex-doc-ptr.pdf"] = {["details"] = "The document itself", }, + ["latex/lastpage/lastpage.pdf"] = {["details"] = "Package documentation", }, + ["latex/pdfpages/pdfpages.pdf"] = {["details"] = "Package documentation", }, + ["latex/errata/errata.pdf"] = {["details"] = "Package documentation", }, + ["latex/glossaries/README"] = {["details"] = "Readme", }, + ["latex/ametsoc/README"] = {["details"] = "Readme", }, + ["latex/dichokey/dichokey.pdf"] = {["details"] = "Package documentation", }, + ["pdftex/manual/pdftex-a.pdf"] = {["details"] = "User manual", }, + ["latex/etoolbox/README"] = {["details"] = "Readme", }, + ["latex/pdfslide/demo.pdf"] = {["details"] = "Narrative demonstration of the package", }, + ["latex/pdfscreen/manual-screen.pdf"] = {["details"] = "Manual, for screen viewing", }, + ["generic/vaucanson-g/VCManual.pdf"] = {["details"] = "Package documentation", }, + ["latex/germkorr/germkorr.pdf"] = {["details"] = "Package documentation", }, + ["latex/pdf-forms-tutorial-de/README"] = {["details"] = "Readme", }, + ["latex/engpron/engpron-ex-fr.pdf"] = {["details"] = "Usage example (French)", ["lang"] = "fr", }, + ["latex/fancynum/README"] = {["details"] = "Package README", }, + ["latex/foekfont/foekfont.pdf"] = {["details"] = "Package documentation", }, + ["fonts/gfscomplutum/README"] = {["details"] = "Readme", }, + ["latex/pb-diagram/README"] = {["details"] = "Readme", }, + ["latex/esdiff/esdiff.pdf"] = {["details"] = "Package documentation", }, + ["latex/trsym/README"] = {["details"] = "Readme", }, + ["fonts/libris/README"] = {["details"] = "Readme", }, + ["latex/fnbreak/README"] = {["details"] = "Readme", }, + ["latex/termlist/termlist.pdf"] = {["details"] = "Package documentation", }, + ["latex/savetrees/README"] = {["details"] = "Package README", }, + ["latex/dprogress/dprogress.pdf"] = {["details"] = "Package documentation", }, + ["latex/footnpag/README"] = {["details"] = "Readme", }, + ["bibtex/iopart-num/README"] = {["details"] = "Readme", }, + ["latex/isodate/isodate.pdf"] = {["details"] = "Package documentation", }, + ["latex/booktabs/README"] = {["details"] = "Readme", }, + ["latex/fncychap/fncychap.pdf"] = {["details"] = "Package documentation, with examples", }, + ["fonts/fge/fge-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/overpic/README"] = {["details"] = "Readme (English)", }, + ["latex/oubraces/oubraces.pdf"] = {["details"] = "Package documentation", }, + ["latex/yfonts/readme"] = {["details"] = "Readme", }, + ["latex/oldstyle/oldstyle.pdf"] = {["details"] = "Package documentation", }, + ["fonts/metafont-beginners/metafont-for-beginners.pdf"] = {["details"] = "The introductory document itself:", ["lang"] = "en", }, + ["latex/makebarcode/makebarcode.pdf"] = {["details"] = "Package documentation", }, + ["latex/oberdiek/oberdiek.pdf"] = {["details"] = "Table of contents of the bundle", }, + ["latex/grid/grid.pdf"] = {["details"] = "Package documentation", }, + ["latex/gloss/README"] = {["details"] = "Package Readme", }, + ["metapost/textpath/textpath.pdf"] = {["details"] = "Package documentation", }, + ["latex/nostarch/nssample.pdf"] = {["details"] = "Sample book", }, + ["latex/fouridx/fouridx.pdf"] = {["details"] = "Package documentation", }, + ["latex/nonfloat/nonfloat.pdf"] = {["details"] = "Package documentation (German)", ["lang"] = "de", }, + ["latex/ntgclass/rapdoc.pdf"] = {["details"] = "The rapport classes", ["lang"] = "nl", }, + ["latex/custom-bib/makebst.pdf"] = {["details"] = "Package documentation", }, + ["generic/mathdots/mathdots.pdf"] = {["details"] = "Package documentation", }, + ["latex/a4wide/a4wide.pdf"] = {["details"] = "Package documentation", }, + ["latex/newlfm/newlfm.pdf"] = {["details"] = "Package documentation", }, + ["support/mkgrkindex/mkgrkindex.pdf"] = {["details"] = "Package documentation", }, + ["latex/ginpenc/ginpenc.pdf"] = {["details"] = "Package documentation", }, + ["latex/newfile/README"] = {["details"] = "Readme", }, + ["latex/listofsymbols/listofsymbols.pdf"] = {["details"] = "Package documentation", }, + ["latex/namespc/namespc.pdf"] = {["details"] = "Package documentation", }, + ["latex/draftcopy/README"] = {["details"] = "Readme", }, + ["latex/nag/README"] = {["details"] = "Readme", }, + ["metapost/dviincl/README"] = {["details"] = "Readme (English)", ["lang"] = "en", }, + ["latex/caption/caption.pdf"] = {["details"] = "Documented source (English)", ["lang"] = "en", }, + ["latex/coolstr/coolstr.pdf"] = {["details"] = "Package documentation", }, + ["generic/mfpic/mfpic-doc.pdf"] = {["details"] = "Mfpic manual", ["lang"] = "en", }, + ["metapost/mpman-ru/README"] = {["details"] = "Readme (English)", ["lang"] = "en", }, + ["latex/first-latex-doc/README"] = {["details"] = "Readme", }, + ["latex/ecclesiastic/README"] = {["details"] = "Readme", }, + ["latex/ucthesis/README"] = {["details"] = "Readme and basic documentation", }, + ["fonts/bera/bera.pdf"] = {["details"] = "Font samples", }, + ["latex/pseudocode/pseudocode.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-gr3d/README"] = {["details"] = "Readme", }, + ["latex/stdclsdv/README"] = {["details"] = "Readme", }, + ["latex/lshort-bulgarian/README"] = {["details"] = "Readme", }, + ["latex/moderncv/examples/template_en_casual_blue.pdf"] = {["details"] = "Example: casual style", }, + ["latex/leading/README"] = {["details"] = "Readme", }, + ["latex/moderncv/README"] = {["details"] = "Readme", }, + ["latex/lshort-french/README"] = {["details"] = "Readme", }, + ["latex/struktex/struktex.de.pdf"] = {["details"] = "Package documentation", ["lang"] = "de", }, + ["generic/mkjobtexmf/mkjobtexmf.txt"] = {["details"] = "Readme", }, + ["generic/pst-solides3d/doc-en/pst-solides3d-doc-EN.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["generic/mkjobtexmf/mkjobtexmf.pdf"] = {["details"] = "Package documentation", }, + ["latex/minutes/minutes.pdf"] = {["details"] = "Package documentation", }, + ["latex/algorithms/README"] = {["details"] = "Readme", }, + ["metapost/bpolynomial/README"] = {["details"] = "Readme", }, + ["latex/minitoc/README"] = {["details"] = "Readme", ["lang"] = "en", }, + ["latex/glossaries/glossaries.pdf"] = {["details"] = "Package documentation (PDF)", }, + ["latex/gaceta/plantilla-articulo-de-seccion.pdf"] = {["details"] = "Example 2: how to write an article", ["lang"] = "es", }, + ["latex/cachepic/cachepic.pdf"] = {["details"] = "Package documentation", }, + ["latex/bgreek/README"] = {["details"] = "Readme", }, + ["latex/lps/lps.pdf"] = {["details"] = "Package documentation", }, + ["latex/complexity/complexity.pdf"] = {["details"] = "Package documentation", }, + ["support/asymptote-by-example-zh-cn/README"] = {["details"] = "Readme", }, + ["latex/harvard/harvard.pdf"] = {["details"] = "Package documentation", }, + ["latex/forarray/README.txt"] = {["details"] = "Readme", }, + ["generic/mfpic/mfpguide.pdf"] = {["details"] = "Short introduction", ["lang"] = "en", }, + ["bibtex/ijqc/xampl.pdf"] = {["details"] = "Example output", }, + ["latex/liturg/liturg.pdf"] = {["details"] = "Package documentation", }, + ["latex/metalogo/metalogo.pdf"] = {["details"] = "Package documentation", }, + ["latex/bytefield/example.pdf"] = {["details"] = "Examples of use", }, + ["latex/elbioimp/elbioimp.pdf"] = {["details"] = "Package documentation", }, + ["latex/chemstyle/chemstyle.pdf"] = {["details"] = "Package documentation", }, + ["latex/csbulletin/README"] = {["details"] = "Readme", }, + ["latex/blkarray/blkarray.pdf"] = {["details"] = "Package documentation", }, + ["fonts/mathabx/mathtest.pdf"] = {["details"] = "Package documentation, including font lists", }, + ["latex/dlfltxb/dlfltxbmarkup-showkeys.pdf"] = {["details"] = "dlfltxbmarkup key description summary", }, + ["latex/itnumpar/itnumpar.pdf"] = {["details"] = "Package documentation", }, + ["fonts/skaknew/README"] = {["details"] = "Readme", }, + ["latex/mafr/README"] = {["details"] = "Package README", ["lang"] = "en", }, + ["luatex/luamplib/luamplib.pdf"] = {["details"] = "Package documentation", }, + ["latex/bibleref/README"] = {["details"] = "Readme", }, + ["latex/etaremune/etaremune.pdf"] = {["details"] = "Package documentation", }, + ["latex/ticket/README"] = {["details"] = "Package Readme", }, + ["latex/eskd/README"] = {["details"] = "Package README", }, + ["latex/IEEEconf/README"] = {["details"] = "Readme", }, + ["latex/titlesec/titlesec.pdf"] = {["details"] = "Package documentation", }, + ["latex/censor/README"] = {["details"] = "Readme", }, + ["fonts/malayalam/README"] = {["details"] = "Readme", }, + ["latex/showlabels/showlabels.html"] = {["details"] = "Package documentation (HTML)", }, + ["latex/ellipsis/ellipsis.pdf"] = {["details"] = "Package documentation", }, + ["fonts/eurosym/README"] = {["details"] = "Readme", }, + ["latex/ccfonts/readme"] = {["details"] = "Readme", }, + ["latex/exp-testopt/exp-testopt.pdf"] = {["details"] = "Package documentation (Esperanto)", ["lang"] = "eo", }, + ["latex/lcd/example.pdf"] = {["details"] = "Examples", }, + ["support/latexmk/latexmk.txt"] = {["details"] = "Manpage, text format", }, + ["latex/akletter/lettereng.pdf"] = {["details"] = "Package documentation (English)", ["lang"] = "en", }, + ["latex/iso/isoman.pdf"] = {["details"] = "Package manual", }, + ["fonts/libris/ylyr8a.pfb.pdf"] = {["details"] = "Sample font table", }, + ["latex/emulateapj/README"] = {["details"] = "Readme", }, + ["latex/verse/verse.pdf"] = {["details"] = "Package documentation", }, + ["latex/minitoc/minitoc-fr.pdf"] = {["details"] = "Package documentation, in French", ["lang"] = "fr", }, + ["latex/cellspace/cellspace.pdf"] = {["details"] = "Package documentation", }, + ["latex/ed/README"] = {["details"] = "Readme", }, + ["fonts/stmaryrd/README"] = {["details"] = "Original README:", }, + ["generic/pst-sigsys/pst-sigsys-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/namespc/README"] = {["details"] = "Readme", }, + ["latex/circ/README"] = {["details"] = "Readme", }, + ["latex/breakurl/breakurl.pdf"] = {["details"] = "Package documentation", }, + ["generic/pst-math/pst-math-doc.pdf"] = {["details"] = "Package documentation", }, + ["latex/totcount/README"] = {["details"] = "Readme", }, + ["latex/aiaa/aiaa.pdf"] = {["details"] = "Package documentation", }, + ["fonts/cm-super/FAQ"] = {["details"] = "Frequently Asked Questions", }, + ["latex/bbm-macros/README"] = {["details"] = "Readme", }, + ["latex/diagnose/README"] = {["details"] = "Package Readme", }, + ["latex/disser/README"] = {["details"] = "Readme (English)", ["lang"] = "en", }, + ["latex/hepnames/hepnicenames.pdf"] = {["details"] = "Enumeration of available nicenames", }, + ["latex/filecontents/README"] = {["details"] = "Package Readme", }, + ["latex/flashcards/flashcards.pdf"] = {["details"] = "Package documentation", }, + ["fonts/allrunes/README"] = {["details"] = "Package Readme", }, + ["generic/dehyph-exptl/projektbeschreibung.pdf"] = {["details"] = "Project outline", ["lang"] = "de", }, + ["latex/sageep/README"] = {["details"] = "Readme", }, + ["latex/lshort-italian/itlshort.pdf"] = {["details"] = "The document itself", ["lang"] = "it", }, + ["latex/tableaux/tableau.pdf"] = {["details"] = "Package documentation (French)", ["lang"] = "fr", }, + ["latex/spanish/README"] = {["details"] = "Readme", }, + ["latex/dlfltxb/dlfltxbcodetips.pdf"] = {["details"] = "dlfltxbcodetips package documentation", }, + ["latex/extract/extract.pdf"] = {["details"] = "Package documentation", }, + ["latex/asyfig/asyfig.pdf"] = {["details"] = "Package documentation", }, + ["latex/circ/circ.pdf"] = {["details"] = "Package documentation", }, + ["latex/changelayout/README"] = {["details"] = "Readme", }, +} +local tlp_from_runfile = { + [""] = {["tools"]=true,}, + ["minutes"] = {["minutes"]=true,}, + ["compsci"] = {["frankenstein"]=true,}, + ["mathdots"] = {["mathdots"]=true,}, + ["htmlstub"] = {["itrans"]=true,}, + ["pst-pdf"] = {["pst-pdf"]=true,}, + ["punct"] = {["shipunov"]=true,}, + ["dialogl"] = {["dialogl"]=true,}, + ["beamerinnerthemedefault"] = {["beamer"]=true,}, + ["xtab"] = {["xtab"]=true,}, + ["musicsix"] = {["musictex"]=true,}, + ["coordsys"] = {["coordsys"]=true,}, + ["font_cm"] = {["font-change"]=true,}, + ["tocbibind"] = {["tocbibind"]=true,}, + ["pgfcoretransparency.code"] = {["pgf"]=true,}, + ["eltex5"] = {["eltex"]=true,}, + ["powerdot-paintings"] = {["powerdot"]=true,}, + ["pgfplotsoldpgfsupp_tikzexternal"] = {["pgfplots"]=true,}, + ["cuted"] = {["sttools"]=true,}, + ["telprint"] = {["oberdiek"]=true,}, + ["eskdcap"] = {["eskdx"]=true,}, + ["fxlayoutpdfsignote"] = {["fixme"]=true,}, + ["lettre"] = {["lettre"]=true,}, + ["tlinst-BT08"] = {}, + ["labels"] = {["midnight"]=true,["labels"]=true,}, + ["tikzlibrarypetri.code"] = {["pgf"]=true,}, + ["makerobust"] = {["oberdiek"]=true,}, + ["simpleslides-s-Shaded"] = {["context-simpleslides"]=true,}, + ["ucshyper"] = {["ucs"]=true,}, + ["m-units"] = {["context"]=true,}, + ["dayofweek"] = {}, + ["agupp"] = {["aguplus"]=true,}, + ["texshade"] = {["texshade"]=true,}, + ["pgfcorepathusage.code"] = {["pgf"]=true,}, + ["ot1patch"] = {["polski"]=true,}, + ["ocherokee"] = {}, + ["pgfcirctripoles"] = {["circuitikz"]=true,}, + ["conv-utf8-lmc"] = {["hyph-utf8"]=true,}, + ["mfdcdata"] = {["mff"]=true,}, + ["mathptm"] = {["psnfss"]=true,}, + ["x-mmp-test"] = {["context"]=true,}, + ["vertbars"] = {}, + ["pgflibrarydecorations.fractals.code"] = {["pgf"]=true,}, + ["jrurstud"] = {["economic"]=true,}, + ["notes"] = {["notes"]=true,}, + ["animfp"] = {["animate"]=true,}, + ["x-res-20"] = {["context"]=true,}, + ["skhyphen"] = {}, + ["listpen"] = {["floatrow"]=true,}, + ["graphics"] = {["graphics"]=true,}, + ["mentis"] = {["mentis"]=true,}, + ["nomencl"] = {["nomencl"]=true,}, + ["e"] = {["tools"]=true,}, + ["MULEenc"] = {["cjk"]=true,}, + ["beamerfontthemeBerlinFU"] = {["beamer-fuberlin"]=true,}, + ["h"] = {["tools"]=true,}, + ["alphanum"] = {["jura"]=true,}, + ["musicvbm"] = {["musictex"]=true,}, + ["qcm"] = {["qcm"]=true,}, + ["q"] = {["tools"]=true,}, + ["amsaddr"] = {["amsaddr"]=true,}, + ["s"] = {["tools"]=true,}, + ["r"] = {["tools"]=true,}, + ["pinyin"] = {["cjk"]=true,}, + ["xarbsymb"] = {["arabtex"]=true,}, + ["x"] = {["tools"]=true,}, + ["youngtab"] = {}, + ["beamerexample-seminar"] = {["beamer"]=true,}, + ["boites"] = {["boites"]=true,}, + ["3parttable"] = {}, + ["il2-852"] = {["enctex"]=true,}, + ["xyps"] = {["xypic"]=true,}, + ["ucdavisthesis"] = {["ucdavisthesis"]=true,}, + ["texments"] = {["texments"]=true,}, + ["hpsdiss"] = {["hpsdiss"]=true,}, + ["ucthesis"] = {["ucthesis"]=true,}, + ["xyoztex"] = {["xypic"]=true,}, + ["pdfcolparallel"] = {["oberdiek"]=true,}, + ["qtxmath"] = {["qpxqtx"]=true,}, + ["tikzlibrarydecorations.pathreplacing.code"] = {["pgf"]=true,}, + ["inlinebib"] = {["inlinebib"]=true,}, + ["kam-latex"] = {["enctex"]=true,}, + ["common-9"] = {}, + ["stex"] = {["stex"]=true,}, + ["breakurl"] = {["breakurl"]=true,}, + ["dozenal"] = {["dozenal"]=true,}, + ["txi-de"] = {}, + ["etex"] = {["etex-pkg"]=true,}, + ["blockdiagram"] = {["texdraw"]=true,}, + ["upref"] = {["amscls"]=true,}, + ["hyplain"] = {["hyplain"]=true,}, + ["hyph-nb"] = {["hyph-utf8"]=true,}, + ["magyar"] = {["babel"]=true,}, + ["afthesis"] = {["afthesis"]=true,}, + ["statex"] = {}, + ["norsk_msg-msg"] = {["msg"]=true,}, + ["nccsect"] = {["ncctools"]=true,}, + ["bbm"] = {["bbm-macros"]=true,}, + ["achemso"] = {["achemso"]=true,}, + ["menu"] = {["menu"]=true,}, + ["xypic"] = {["xypic"]=true,}, + ["dyntree"] = {["dyntree"]=true,}, + ["revtex4-1"] = {["revtex"]=true,}, + ["framed"] = {}, + ["conv-utf8-t2a"] = {["hyph-utf8"]=true,}, + ["apalike"] = {}, + ["chicago"] = {}, + ["scrreprt"] = {}, + ["pgfplots"] = {["pgfplots"]=true,}, + ["tikz-qtree"] = {["tikz-qtree"]=true,}, + ["cwebmac"] = {["cweb"]=true,}, + ["xtag-meh"] = {["context"]=true,}, + ["dblfnote"] = {["yafoot"]=true,}, + ["xycmtip"] = {["xypic"]=true,}, + ["awrite"] = {["arabtex"]=true,}, + ["hyph-kmr"] = {["hyph-utf8"]=true,}, + ["verbasef"] = {}, + ["textpathmp"] = {["textpath"]=true,}, + ["syntrace"] = {["syntrace"]=true,}, + ["binhex"] = {["kastrup"]=true,}, + ["background-ppower"] = {["ppower4"]=true,}, + ["isov2"] = {["iso"]=true,}, + ["properties"] = {}, + ["demo-xml"] = {["context"]=true,}, + ["twoopt"] = {["oberdiek"]=true,}, + ["fxtargetlayoutcolorcb"] = {["fixme"]=true,}, + ["utf8-t1"] = {["enctex"]=true,}, + ["eskdfootnote"] = {["eskdx"]=true,}, + ["pgfcalendar"] = {["pgf"]=true,}, + ["emptypage"] = {["emptypage"]=true,}, + ["svn-prov"] = {["svn-prov"]=true,}, + ["blplain"] = {["babel"]=true,}, + ["smalltableof"] = {["smalltableof"]=true,}, + ["anti"] = {}, + ["isodate"] = {["isodate"]=true,}, + ["variations"] = {["variations"]=true,}, + ["PPRfyma"] = {["prosper"]=true,}, + ["DSmac"] = {["fontch"]=true,}, + ["xydvitops"] = {["xypic"]=true,}, + ["basque"] = {["babel"]=true,}, + ["bibcheck"] = {}, + ["pgfmoduleshapes.code"] = {["pgf"]=true,}, + ["minitoc"] = {["minitoc"]=true,}, + ["polytable"] = {["polytable"]=true,}, + ["multimediasymbols"] = {["beamer"]=true,}, + ["vplref"] = {["lineno"]=true,}, + ["pdfcolparcolumns"] = {["oberdiek"]=true,}, + ["cc4amsart"] = {["computational-complexity"]=true,}, + ["plain-il2-cs"] = {["enctex"]=true,}, + ["pgfcircmonopoles"] = {["circuitikz"]=true,}, + ["lh-t2cccr"] = {["lh"]=true,}, + ["simpleslides-s-Framed"] = {["context-simpleslides"]=true,}, + ["ruhyphdv"] = {}, + ["x-set-02"] = {["context"]=true,}, + ["codedoc"] = {["codedoc"]=true,}, + ["s-fnt-23"] = {["context"]=true,}, + ["xtag-stk"] = {["context"]=true,}, + ["pdftexcmds"] = {["oberdiek"]=true,}, + ["bidi"] = {["bidi"]=true,}, + ["arabxetex"] = {["arabxetex"]=true,}, + ["lcy2ot2"] = {["ukrhyph"]=true,}, + ["microtype"] = {["microtype"]=true,}, + ["allpgoth"] = {}, + ["pstcol"] = {["pstricks"]=true,}, + ["l3skip"] = {["expl3"]=true,}, + ["tpsem-a4"] = {["texpower"]=true,}, + ["hhtensor"] = {["hhtensor"]=true,}, + ["t-pgfmod"] = {["pgf"]=true,}, + ["eqname"] = {}, + ["randbild"] = {["randbild"]=true,}, + ["parboxx"] = {["jknapltx"]=true,}, + ["stubs"] = {["stubs"]=true,}, + ["fixseminar"] = {["texpower"]=true,}, + ["antyktor"] = {["antt"]=true,}, + ["uighur"] = {["arabtex"]=true,}, + ["somedefs"] = {["tools"]=true,}, + ["processkv"] = {["sauerj"]=true,}, + ["hanging"] = {["hanging"]=true,}, + ["moderncvcompatibility"] = {["moderncv"]=true,}, + ["humanist"] = {}, + ["script12"] = {["script"]=true,}, + ["parskip"] = {}, + ["cyrcmfnt"] = {}, + ["pgfsysprotocol.code"] = {["pgf"]=true,}, + ["bidipresentation"] = {["bidi"]=true,}, + ["cont-err"] = {["context"]=true,}, + ["epstopdf"] = {["oberdiek"]=true,}, + ["lewis"] = {["lewis"]=true,}, + ["glhyphen"] = {["croatian"]=true,}, + ["ncctitle"] = {["ncclatex"]=true,}, + ["jneurosci"] = {["jneurosci"]=true,}, + ["pst-3d"] = {["pst-3d"]=true,}, + ["eskdtotal"] = {["eskdx"]=true,}, + ["psboxit"] = {}, + ["t-angles"] = {["t-angles"]=true,}, + ["testkern"] = {["lh"]=true,}, + ["upquote"] = {}, + ["algmatlab"] = {["algorithmicx"]=true,}, + ["supp-fun"] = {["context"]=true,}, + ["akkcounterlabelpattern"] = {["akktex"]=true,}, + ["frenchle"] = {["frenchle"]=true,}, + ["renditions"] = {["renditions"]=true,}, + ["layouts"] = {["layouts"]=true,}, + ["l3num"] = {["expl3"]=true,}, + ["loadhyph-nb"] = {["hyph-utf8"]=true,}, + ["common-11"] = {}, + ["resizegather"] = {["oberdiek"]=true,}, + ["pgflibraryshapes.misc.code"] = {["pgf"]=true,}, + ["juraurtl"] = {["juramisc"]=true,}, + ["isotope"] = {}, + ["mult-mfr"] = {["context"]=true,}, + ["allrust"] = {}, + ["loadhyph-sr-cyrl"] = {["hyph-utf8"]=true,}, + ["vpe"] = {["vpe"]=true,}, + ["pgfplotstable"] = {["pgfplots"]=true,}, + ["photo"] = {["photo"]=true,}, + ["octavo"] = {["octavo"]=true,}, + ["xtag-men"] = {["context"]=true,}, + ["cjw-env"] = {["cjw"]=true,}, + ["PPRautumn"] = {["prosper"]=true,}, + ["memoir"] = {["memoir"]=true,}, + ["eurosym"] = {["eurosym"]=true,}, + ["mfppatch"] = {["mfpic"]=true,}, + ["sectsty"] = {["sectsty"]=true,}, + ["fp-basic"] = {["fp"]=true,}, + ["powerdot-upen"] = {["powerdot"]=true,}, + ["combnat"] = {["combine"]=true,}, + ["symb-mis"] = {["context"]=true,}, + ["hcslides"] = {["hc"]=true,}, + ["lhcyrwin-rhyphen"] = {}, + ["latexpicobjs"] = {["pictex"]=true,}, + ["epspdfconversion"] = {["epspdfconversion"]=true,}, + ["extsizes"] = {["extsizes"]=true,}, + ["amstex"] = {["amsmath"]=true,["amstex"]=true,}, + ["texsis"] = {["texsis"]=true,}, + ["beamercolorthemefly"] = {["beamer"]=true,}, + ["pgfcoreobjects.code"] = {["pgf"]=true,}, + ["algcompatible"] = {["algorithmicx"]=true,}, + ["pdffcwebmac"] = {["cweb"]=true,}, + ["rlbicig"] = {["montex"]=true,}, + ["cchess"] = {}, + ["ccicons"] = {["ccicons"]=true,}, + ["listing"] = {}, + ["beamerthemeMontpellier"] = {["beamer"]=true,}, + ["heparse"] = {["arabtex"]=true,}, + ["x-fig-01"] = {["context"]=true,}, + ["diagnose"] = {["diagnose"]=true,}, + ["tex-label"] = {["tex-label"]=true,}, + ["ofs-6c"] = {["ofs"]=true,}, + ["TXSmemo"] = {["texsis"]=true,}, + ["tgpagella"] = {["tex-gyre"]=true,}, + ["type-apostrophiclab"] = {["context-typescripts"]=true,}, + ["subdepth"] = {["subdepth"]=true,}, + ["apv12"] = {["iso10303"]=true,}, + ["symb-mvs"] = {["context"]=true,}, + ["mult-def"] = {["context"]=true,}, + ["msg-msg"] = {["msg"]=true,}, + ["type-justus"] = {["context-typescripts"]=true,}, + ["xkvview"] = {["xkeyval"]=true,}, + ["my-thesis"] = {["uaclasses"]=true,}, + ["aliasctr"] = {["thmtools"]=true,}, + ["ste"] = {["croatian"]=true,}, + ["edmargin"] = {["edmargin"]=true,}, + ["ctexbook"] = {["ctex"]=true,}, + ["lipsum"] = {["lipsum"]=true,}, + ["empheq"] = {["mh"]=true,}, + ["calxxxx"] = {}, + ["flashcard"] = {}, + ["person"] = {["datatool"]=true,}, + ["mtcmess"] = {["minitoc"]=true,}, + ["t-pgfrcs"] = {["pgf"]=true,}, + ["ctib"] = {["ctib"]=true,}, + ["hypdestopt"] = {["oberdiek"]=true,}, + ["ruhyphen"] = {}, + ["txi-uk"] = {}, + ["mypatches"] = {["minitoc"]=true,}, + ["relabel"] = {["computational-complexity"]=true,}, + ["simpleslides-s-Ellipse"] = {["context-simpleslides"]=true,}, + ["pntext"] = {["petri-nets"]=true,}, + ["lips"] = {["frankenstein"]=true,}, + ["mtn"] = {["maple"]=true,}, + ["moderncvthemeclassic"] = {["moderncv"]=true,}, + ["irv12"] = {["iso10303"]=true,}, + ["simpleslides-s-FramedTitle"] = {["context-simpleslides"]=true,}, + ["type-mgopen"] = {["context-typescripts"]=true,}, + ["eqlist"] = {["eqlist"]=true,}, + ["acromake"] = {["acromake"]=true,}, + ["bibunits"] = {["bibunits"]=true,}, + ["ngerman"] = {["german"]=true,}, + ["autind"] = {["index"]=true,}, + ["arabsymb"] = {["arabtex"]=true,}, + ["PPRtroispoints"] = {["prosper"]=true,}, + ["cachepic"] = {["cachepic"]=true,}, + ["t-construction-plan"] = {["context-construction-plan"]=true,}, + ["antolive"] = {["pclnfss"]=true,}, + ["rapport3"] = {["ntgclass"]=true,}, + ["chapterfolder"] = {["chapterfolder"]=true,}, + ["letterspace"] = {["microtype"]=true,}, + ["zhsmyclass"] = {["zhspacing"]=true,}, + ["xyknot"] = {["xypic"]=true,}, + ["fxlayoutpdfsigmargin"] = {["fixme"]=true,}, + ["pdfnotiz"] = {["dvdcoll"]=true,}, + ["psgo"] = {["psgo"]=true,}, + ["kerntest"] = {["kerntest"]=true,}, + ["glossary-superragged"] = {["glossaries"]=true,}, + ["hyph-pl"] = {["hyph-utf8"]=true,}, + ["hypdoc"] = {["oberdiek"]=true,}, + ["mult-com"] = {["context"]=true,}, + ["beamerthemeHannover"] = {["beamer"]=true,}, + ["snapshot"] = {["snapshot"]=true,}, + ["fn2end"] = {["fn2end"]=true,}, + ["glossary-long"] = {["glossaries"]=true,}, + ["texpause"] = {["ppower4"]=true,}, + ["hypcap"] = {["oberdiek"]=true,}, + ["plates"] = {["plates"]=true,}, + ["setdim"] = {["newlfm"]=true,}, + ["powerdot-ciment"] = {["powerdot"]=true,}, + ["artikel2"] = {["ntgclass"]=true,}, + ["dtklogos"] = {["dtk"]=true,}, + ["antt-math"] = {["antt"]=true,}, + ["gn-logic14"] = {["gene-logic"]=true,}, + ["section"] = {}, + ["silence"] = {["silence"]=true,}, + ["chemarrow"] = {["chemarrow"]=true,}, + ["syntax"] = {["mdwtools"]=true,["syntax"]=true,}, + ["startex"] = {["startex"]=true,}, + ["xtag-map"] = {["context"]=true,}, + ["s-ptj-01"] = {["context"]=true,}, + ["x-cml-test"] = {["context"]=true,}, + ["s-pre-50"] = {["context"]=true,}, + ["cyryoas"] = {}, + ["csvpie"] = {["csvtools"]=true,}, + ["DotArrow"] = {["dotarrow"]=true,}, + ["pgffor"] = {["pgf"]=true,}, + ["eskdstamp"] = {["eskdx"]=true,}, + ["bmpsize-test"] = {["oberdiek"]=true,}, + ["loadhyph-et"] = {["hyph-utf8"]=true,}, + ["exaccent"] = {["tipa"]=true,}, + ["inputenx"] = {["oberdiek"]=true,}, + ["timetable"] = {}, + ["bbook"] = {}, + ["tikzlibrarydateplot.code"] = {["pgfplots"]=true,}, + ["loadhyph-en-gb"] = {["hyph-utf8"]=true,}, + ["accents"] = {["bezos"]=true,}, + ["scrbase"] = {}, + ["eltex2"] = {["eltex"]=true,}, + ["cyryovl"] = {}, + ["dirtree"] = {["dirtree"]=true,}, + ["bibl-num"] = {["context"]=true,}, + ["CD_labeler"] = {}, + ["lettcdpadi"] = {["cdpbundl"]=true,}, + ["ushyphex"] = {}, + ["ofs-mt"] = {["ofs"]=true,}, + ["amsqtx"] = {["qpxqtx"]=true,}, + ["edmacfss"] = {["edmac"]=true,}, + ["ziffer"] = {["ziffer"]=true,}, + ["k_fribri"] = {}, + ["isodateo"] = {["isodate"]=true,}, + ["biolist"] = {["shipunov"]=true,}, + ["koi2t2a"] = {}, + ["hyph-fr"] = {["hyph-utf8"]=true,}, + ["xtag-meo"] = {["context"]=true,}, + ["musixbbm"] = {["musixtex"]=true,}, + ["autopict"] = {["graphics-pln"]=true,}, + ["textcmds"] = {["amsrefs"]=true,}, + ["myphyx"] = {["phyzzx"]=true,}, + ["nrc2"] = {["nrc"]=true,}, + ["coronet"] = {["pclnfss"]=true,}, + ["pst-thick"] = {["pst-thick"]=true,}, + ["robustglossary"] = {["robustindex"]=true,}, + ["zref-counter"] = {["oberdiek"]=true,}, + ["powerdot-fyma"] = {["powerdot"]=true,}, + ["tgtermes"] = {["tex-gyre"]=true,}, + ["iagproc"] = {}, + ["texnansi"] = {["ly1"]=true,}, + ["mpsproof"] = {["metapost"]=true,}, + ["klumono"] = {["kluwer"]=true,}, + ["arydshln"] = {["arydshln"]=true,}, + ["ctexartutf8"] = {["ctex"]=true,}, + ["version4"] = {["ibygrk"]=true,}, + ["boxhandler"] = {["boxhandler"]=true,}, + ["ledmac"] = {["ledmac"]=true,}, + ["fnum"] = {["arabi"]=true,}, + ["regi-syn"] = {["context"]=true,}, + ["ustitle"] = {["stellenbosch"]=true,}, + ["cuisine"] = {["cuisine"]=true,}, + ["hyph-el-monoton"] = {["hyph-utf8"]=true,}, + ["pgfsubpic"] = {["tikz-qtree"]=true,}, + ["zref-runs"] = {["oberdiek"]=true,}, + ["quotation"] = {}, + ["type-gentium"] = {["gentium"]=true,}, + ["beamerexample-foils"] = {["beamer"]=true,}, + ["cbookman"] = {}, + ["antpolt"] = {}, + ["t-tikz"] = {["pgf"]=true,}, + ["ifdraft"] = {["oberdiek"]=true,}, + ["gensymb"] = {}, + ["type-vollkorn"] = {["context-typescripts"]=true,}, + ["simpleslides-f-default"] = {["context-simpleslides"]=true,}, + ["dk-bib"] = {["dk-bib"]=true,}, + ["outerhbox"] = {}, + ["amsqpx"] = {["qpxqtx"]=true,}, + ["metalogo"] = {["metalogo"]=true,}, + ["icomma"] = {}, + ["feyn"] = {["feyn"]=true,}, + ["s-pre-26"] = {["context"]=true,}, + ["japanlco"] = {}, + ["xyrecat"] = {["xypic"]=true,}, + ["kluedit"] = {["kluwer"]=true,}, + ["cellspace"] = {["cellspace"]=true,}, + ["cje"] = {["economic"]=true,}, + ["pgfopts"] = {["pgfopts"]=true,}, + ["mparhack"] = {["mparhack"]=true,}, + ["akknum"] = {["akktex"]=true,}, + ["type-xtx"] = {["context"]=true,}, + ["fixfoot"] = {["fixfoot"]=true,}, + ["tikzlibraryshapes.symbols.code"] = {["pgf"]=true,}, + ["norsk"] = {["babel"]=true,}, + ["cassette"] = {["js-misc"]=true,}, + ["soyombo"] = {["soyombo"]=true,}, + ["hyph-en-gb"] = {["hyph-utf8"]=true,}, + ["mwbk"] = {["mwcls"]=true,}, + ["utf8plsq"] = {["utf8mex"]=true,}, + ["upmethodology-frontpage"] = {["upmethodology"]=true,}, + ["HAPTCS"] = {["ha-prosper"]=true,}, + ["nextpage"] = {}, + ["xyling"] = {["xyling"]=true,}, + ["maybemath"] = {["maybemath"]=true,}, + ["fancyref"] = {["fancyref"]=true,}, + ["PPRgyom"] = {["prosper"]=true,}, + ["m-track"] = {["context"]=true,}, + ["physe"] = {}, + ["txfonts"] = {["txfonts"]=true,}, + ["binary"] = {["siunits"]=true,}, + ["pgfplotscoordprocessing.code"] = {["pgfplots"]=true,}, + ["nomentbl"] = {["nomentbl"]=true,}, + ["ctexutf8"] = {["ctex"]=true,}, + ["lxfonts"] = {["lxfonts"]=true,}, + ["xytile"] = {["xypic"]=true,}, + ["pxfonts"] = {["pxfonts"]=true,}, + ["minimum"] = {["tableaux"]=true,}, + ["iby4extr"] = {["ibygrk"]=true,}, + ["pgflibraryshapes"] = {["pgf"]=true,}, + ["juraovw"] = {["juramisc"]=true,}, + ["footmisc"] = {["footmisc"]=true,}, + ["hyph-ru"] = {["hyph-utf8"]=true,}, + ["leading"] = {["leading"]=true,}, + ["swrule"] = {}, + ["conv-utf8-qx"] = {["hyph-utf8"]=true,}, + ["typedref"] = {["typedref"]=true,}, + ["kam-t1"] = {["enctex"]=true,}, + ["loadhyph-la"] = {["hyph-utf8"]=true,}, + ["raw"] = {["arabtex"]=true,}, + ["saw"] = {["arabtex"]=true,}, + ["environ"] = {["environ"]=true,}, + ["limap"] = {}, + ["daytime"] = {}, + ["newcent"] = {["psnfss"]=true,}, + ["chessmg"] = {}, + ["phyzzx"] = {["phyzzx"]=true,}, + ["spreadtab"] = {["spreadtab"]=true,}, + ["infix-RPN"] = {["pst-infixplot"]=true,}, + ["t-floatnumber"] = {["context-account"]=true,}, + ["s-pre-02"] = {["context"]=true,}, + ["dataplot"] = {["datatool"]=true,}, + ["type-leftist"] = {["context-typescripts"]=true,}, + ["a35"] = {["ofs"]=true,}, + ["lcd"] = {["lcd"]=true,}, + ["clock"] = {["clock"]=true,}, + ["block"] = {["block"]=true,}, + ["xycmactex"] = {["xypic"]=true,}, + ["epigraph"] = {["epigraph"]=true,}, + ["qcourier"] = {["tex-gyre"]=true,}, + ["xytpic"] = {["xypic"]=true,}, + ["tkz-orm"] = {["tkz-orm"]=true,}, + ["hxt-bc"] = {}, + ["grahyph5"] = {}, + ["musixhor"] = {["musixtex"]=true,}, + ["dialog"] = {["dialogl"]=true,}, + ["register"] = {["register"]=true,}, + ["aastex"] = {["aastex"]=true,}, + ["omega"] = {["omega"]=true,}, + ["gastex"] = {["gastex"]=true,}, + ["s-mod-01"] = {["context"]=true,}, + ["font_utopia"] = {["font-change"]=true,}, + ["onrannual"] = {["onrannual"]=true,}, + ["spanish"] = {["babel"]=true,}, + ["alocal"] = {["arabtex"]=true,}, + ["jeopardy"] = {["jeopardy"]=true,}, + ["ametsoc2col"] = {["ametsoc"]=true,}, + ["bibl-apa-fr"] = {["context"]=true,}, + ["facsimile"] = {["facsimile"]=true,}, + ["scalebar"] = {["scalebar"]=true,}, + ["s-pre-00"] = {["context"]=true,}, + ["PPRwj"] = {["prosper"]=true,}, + ["beamerthemeJuanLesPins"] = {["beamer"]=true,}, + ["arfonts"] = {["arabi"]=true,}, + ["frfonts"] = {["arabi"]=true,}, + ["cjwmath"] = {["cjw"]=true,}, + ["pagecont"] = {["pagecont"]=true,}, + ["euclide"] = {["pst-eucl"]=true,}, + ["atveryend"] = {["oberdiek"]=true,}, + ["chelvet"] = {}, + ["dictsym"] = {["dictsym"]=true,}, + ["rawfonts"] = {["tools"]=true,}, + ["beamerouterthemetree"] = {["beamer"]=true,}, + ["localloc"] = {["localloc"]=true,}, + ["split"] = {["gustlib"]=true,}, + ["beamerouterthemeBerlinFU"] = {["beamer-fuberlin"]=true,}, + ["clefval"] = {["clefval"]=true,}, + ["hrlatex"] = {["hrlatex"]=true,}, + ["s-fnt-11"] = {["context"]=true,}, + ["ofs-6x"] = {["ofs"]=true,}, + ["mex1"] = {["mex"]=true,}, + ["figsize"] = {["figsize"]=true,}, + ["pgfmoduleplot.code"] = {["pgf"]=true,}, + ["pslatex"] = {}, + ["llig"] = {["croatian"]=true,}, + ["natmove"] = {["achemso"]=true,}, + ["wallpaper"] = {["wallpaper"]=true,}, + ["bpfap3"] = {["iso10303"]=true,}, + ["tikzlibraryshapes.code"] = {["pgf"]=true,}, + ["rlepsf"] = {}, + ["il2code"] = {}, + ["font_bera_concrete"] = {["font-change"]=true,}, + ["blkcntrl"] = {["frankenstein"]=true,}, + ["m-steps"] = {["context"]=true,}, + ["type-luxi"] = {["context-typescripts"]=true,}, + ["type-charter"] = {["context-typescripts"]=true,}, + ["fonttable"] = {["fonttable"]=true,}, + ["lh-t2bxccr"] = {["lh"]=true,}, + ["disser"] = {["disser"]=true,}, + ["polynom"] = {["polynom"]=true,}, + ["default"] = {}, + ["lppl"] = {["latex"]=true,}, + ["eskddstu"] = {["eskdx"]=true,}, + ["mult-fr"] = {["context"]=true,}, + ["pst-solides3d"] = {["pst-solides3d"]=true,}, + ["beamerbasemodes"] = {["beamer"]=true,}, + ["t-algorithmic"] = {}, + ["pauldoc"] = {["pauldoc"]=true,}, + ["nbaseprt"] = {["numprint"]=true,}, + ["nfssfont"] = {["latex"]=true,}, + ["DB_process"] = {}, + ["texlogos"] = {}, + ["eltex1"] = {["eltex"]=true,}, + ["mpgmpar"] = {["minipage-marginpar"]=true,}, + ["autopagewidth"] = {["extsizes"]=true,}, + ["simpleslides-s-ThickStripes"] = {["context-simpleslides"]=true,}, + ["ftnxtra"] = {["ftnxtra"]=true,}, + ["draftwatermark"] = {["draftwatermark"]=true,}, + ["betababel"] = {["betababel"]=true,}, + ["txi-cs"] = {}, + ["powerdot-tycja"] = {["powerdot"]=true,}, + ["ltugboat"] = {["tugboat"]=true,}, + ["greek6cbc"] = {["archaic"]=true,}, + ["aat-info"] = {["xetexfontinfo"]=true,}, + ["ushyphmax"] = {}, + ["cdpaddon"] = {["cdpbundl"]=true,}, + ["allimin"] = {}, + ["aparse"] = {["arabtex"]=true,}, + ["gfsporson"] = {["gfsporson"]=true,}, + ["xparse"] = {["xpackages"]=true,}, + ["ukrhypfa"] = {["ukrhyph"]=true,}, + ["metre"] = {["metre"]=true,}, + ["musixcho"] = {["musixtex"]=true,}, + ["times"] = {["psnfss"]=true,}, + ["multido"] = {["multido"]=true,}, + ["comment"] = {["comment"]=true,}, + ["topcoman"] = {["toptesi"]=true,}, + ["t-gnuplot"] = {}, + ["beamericonbook"] = {["beamer"]=true,}, + ["mdwmath"] = {["mdwtools"]=true,}, + ["ftnright"] = {["tools"]=true,}, + ["tikz-inet"] = {["tikz-inet"]=true,}, + ["adiseal"] = {["cdpbundl"]=true,}, + ["emulateapj"] = {["emulateapj"]=true,}, + ["tikzlibrarydecorations.shapes.code"] = {["pgf"]=true,}, + ["ascelike"] = {["ascelike"]=true,}, + ["TXStags"] = {["texsis"]=true,}, + ["arabtex"] = {["arabtex"]=true,}, + ["usbib"] = {["stellenbosch"]=true,}, + ["pdfcrypt"] = {["oberdiek"]=true,}, + ["probsoln"] = {["probsoln"]=true,}, + ["frbib"] = {["minitoc"]=true,}, + ["x-res-02"] = {["context"]=true,}, + ["foekfont"] = {["foekfont"]=true,}, + ["xfig"] = {["js-misc"]=true,}, + ["pst-map2dII"] = {["pst-geo"]=true,}, + ["fmtcount"] = {["fmtcount"]=true,}, + ["l3chk"] = {["expl3"]=true,}, + ["phaistos"] = {["phaistos"]=true,}, + ["bbox"] = {["fontinst"]=true,}, + ["pgflibraryplothandlers.code"] = {["pgf"]=true,}, + ["cookybooky"] = {["cookybooky"]=true,}, + ["floatpag"] = {["sttools"]=true,}, + ["otibet"] = {["otibet"]=true,}, + ["flacards"] = {["flacards"]=true,}, + ["lmodern"] = {["lm"]=true,}, + ["dottex"] = {["dottex"]=true,}, + ["eskdbiblist"] = {["eskdx"]=true,}, + ["polynomial"] = {["polynomial"]=true,}, + ["loadhyph-zh-latn"] = {["hyph-utf8"]=true,}, + ["covington"] = {["covington"]=true,}, + ["l3int"] = {["expl3"]=true,}, + ["tikzlibrarypositioning.code"] = {["pgf"]=true,}, + ["beamercolorthemesidebartab"] = {["beamer"]=true,}, + ["pgflibrarypatterns.code"] = {["pgf"]=true,}, + ["boldline"] = {["shipunov"]=true,}, + ["norm-alo"] = {["context"]=true,}, + ["nopageno"] = {["carlisle"]=true,}, + ["tikzlibrarydecorations.fractals.code"] = {["pgf"]=true,}, + ["lambda"] = {["skak"]=true,}, + ["minimal"] = {["latex"]=true,}, + ["lstlang3"] = {["listings"]=true,}, + ["cont-en"] = {["context"]=true,}, + ["norm-xtx"] = {["context"]=true,}, + ["symb-glm"] = {["context"]=true,}, + ["moresize"] = {["moresize"]=true,}, + ["logsys"] = {["coordsys"]=true,}, + ["tikzlibraryfit.code"] = {["pgf"]=true,}, + ["pst-exa"] = {["pst-exa"]=true,}, + ["a4wide"] = {["a4wide"]=true,}, + ["t-pgfbpl"] = {["pgf"]=true,}, + ["exhyph-ru"] = {["hyph-utf8"]=true,}, + ["roundbox"] = {["gustlib"]=true,}, + ["combinet"] = {["combine"]=true,}, + ["ieeepes"] = {["ieeepes"]=true,}, + ["inconsolata"] = {["inconsolata"]=true,}, + ["tabulary"] = {["tabulary"]=true,}, + ["boundbox"] = {["sttools"]=true,}, + ["extletter"] = {["extsizes"]=true,}, + ["s-fnt-20"] = {["context"]=true,}, + ["bpfats12"] = {["iso10303"]=true,}, + ["bookest"] = {["bookest"]=true,}, + ["nccold"] = {["ncclatex"]=true,}, + ["currvita"] = {["currvita"]=true,}, + ["type-uqammaq"] = {["context-typescripts"]=true,}, + ["hyph-nl"] = {["hyph-utf8"]=true,}, + ["pgf-soroban"] = {["pgf-soroban"]=true,}, + ["grid"] = {["grid"]=true,}, + ["fribrief"] = {}, + ["ruhyphzn"] = {}, + ["tikzlibraryshapes.callouts.code"] = {["pgf"]=true,}, + ["beamerfontthemeprofessionalfonts"] = {["beamer"]=true,}, + ["smartmn"] = {["jknapltx"]=true,}, + ["t-pgfbpt"] = {["pgf"]=true,}, + ["semantic"] = {["semantic"]=true,}, + ["xyv2"] = {["xypic"]=true,}, + ["omdoc"] = {["stex"]=true,}, + ["hyph-sl"] = {["hyph-utf8"]=true,}, + ["plain-utf8-ec"] = {["enctex"]=true,}, + ["kurier-math"] = {["kurier"]=true,}, + ["gmdoc"] = {["gmdoc"]=true,}, + ["pgfplotstable.code"] = {["pgfplots"]=true,}, + ["classif2"] = {["shipunov"]=true,}, + ["afthes11"] = {["afthesis"]=true,}, + ["expertpart"] = {}, + ["cwebarray"] = {["cweb-latex"]=true,}, + ["estcpmm"] = {["estcpmm"]=true,}, + ["x-foxet"] = {["context"]=true,}, + ["repeat"] = {}, + ["sublabel"] = {["preprint"]=true,}, + ["s-mod-02"] = {["context"]=true,}, + ["bpfap8"] = {["iso10303"]=true,}, + ["nccstretch"] = {["ncctools"]=true,}, + ["stppdlst"] = {["iso10303"]=true,}, + ["ruhyphvl"] = {}, + ["common-13"] = {}, + ["luatex-mplib"] = {["context"]=true,}, + ["alphalph"] = {["oberdiek"]=true,}, + ["thcb"] = {["tools"]=true,}, + ["pagesel"] = {["oberdiek"]=true,}, + ["gfsdidot"] = {["gfsdidot"]=true,}, + ["rcsinfo"] = {["rcsinfo"]=true,}, + ["marvosym"] = {["marvosym"]=true,}, + ["loadhyph-sk"] = {["hyph-utf8"]=true,}, + ["beamercolorthemewolverine"] = {["beamer"]=true,}, + ["font_kurier"] = {["font-change"]=true,}, + ["phonetic"] = {["phonetic"]=true,}, + ["9point"] = {["varisize"]=true,}, + ["expdlist"] = {["expdlist"]=true,}, + ["7point"] = {["varisize"]=true,}, + ["8point"] = {["varisize"]=true,}, + ["german"] = {["german"]=true,}, + ["m-dratex"] = {["context"]=true,}, + ["cassete"] = {["shipunov"]=true,}, + ["itaxpf"] = {["economic"]=true,}, + ["paresse"] = {["paresse"]=true,}, + ["ugarite"] = {["archaic"]=true,}, + ["pgfbaseplot"] = {["pgf"]=true,}, + ["ukrhypmp"] = {["ukrhyph"]=true,}, + ["verbfwr"] = {["examplep"]=true,}, + ["nccpic"] = {["ncctools"]=true,}, + ["eulervm"] = {["eulervm"]=true,}, + ["magaz"] = {}, + ["substr"] = {["substr"]=true,}, + ["hebrew_newcode"] = {["babel"]=true,}, + ["conv-utf8-il2"] = {["hyph-utf8"]=true,}, + ["float"] = {["float"]=true,}, + ["beamerthemeJLTree"] = {}, + ["isiri"] = {["arabtex"]=true,}, + ["supp-mpe"] = {["context"]=true,}, + ["semlayer"] = {["seminar"]=true,}, + ["biblatex"] = {["biblatex"]=true,}, + ["fancyheadings"] = {["fancyhdr"]=true,}, + ["rotating"] = {["rotating"]=true,}, + ["alias-wncy"] = {["t2"]=true,}, + ["arm"] = {["armenian"]=true,}, + ["code437"] = {["codepage"]=true,}, + ["kluref"] = {["kluwer"]=true,}, + ["musixpoi"] = {["musixtex"]=true,}, + ["hyphsubst"] = {["oberdiek"]=true,}, + ["type-exp"] = {["context"]=true,}, + ["cjwoutl"] = {["cjw"]=true,}, + ["xu-ruenhyph"] = {["xecyr"]=true,}, + ["zahl2string"] = {["sauerj"]=true,}, + ["eiad"] = {["eiad-ltx"]=true,}, + ["bizcard"] = {["bizcard"]=true,}, + ["pgfcorequick.code"] = {["pgf"]=true,}, + ["pgfplotsoldpgfsupp_pgfmathfloat.code"] = {["pgfplots"]=true,}, + ["ltablex"] = {}, + ["vntexinfo"] = {["vntex"]=true,}, + ["loadhyph-hr"] = {["hyph-utf8"]=true,}, + ["floatrow"] = {["floatrow"]=true,}, + ["hyph-pt"] = {["hyph-utf8"]=true,}, + ["ofs-6y"] = {["ofs"]=true,}, + ["dotlessj"] = {["carlisle"]=true,}, + ["bryson"] = {["context"]=true,}, + ["savesym"] = {}, + ["buck"] = {["arabtex"]=true,}, + ["luatex"] = {["oberdiek"]=true,}, + ["statex2"] = {}, + ["musixevo"] = {["musixtex"]=true,}, + ["here"] = {["here"]=true,}, + ["villesFrance3d"] = {["pst-geo"]=true,}, + ["overpic"] = {["overpic"]=true,}, + ["xy17oztex"] = {["xypic"]=true,}, + ["fp-random"] = {["fp"]=true,}, + ["xyimport"] = {["xypic"]=true,}, + ["hepnames"] = {["hepnames"]=true,}, + ["zref-totpages"] = {["oberdiek"]=true,}, + ["TXStitle"] = {["texsis"]=true,}, + ["CJKspace"] = {["cjk"]=true,}, + ["capitales3d"] = {["pst-geo"]=true,}, + ["recipecard"] = {["recipecard"]=true,}, + ["haparabica"] = {["arabi"]=true,}, + ["pracjourn"] = {["pracjourn"]=true,}, + ["hepparticles"] = {["hepparticles"]=true,}, + ["apreambl"] = {["abstyles"]=true,}, + ["chemcono"] = {["chemcono"]=true,}, + ["musicnft"] = {["musictex"]=true,}, + ["pst-xkey"] = {["xkeyval"]=true,}, + ["ascan"] = {["arabtex"]=true,}, + ["akktecdoc"] = {["akktex"]=true,}, + ["t-pgf"] = {["pgf"]=true,}, + ["akkmathdisc"] = {["akktex"]=true,}, + ["cont-nl"] = {["context"]=true,}, + ["procIAGssymp"] = {}, + ["footnpag"] = {["footnpag"]=true,}, + ["TXSfmts"] = {["texsis"]=true,}, + ["bpfs2"] = {["iso10303"]=true,}, + ["notes2bib"] = {["notes2bib"]=true,}, + ["MIKmathf"] = {["plnfss"]=true,}, + ["luatexiniconfig"] = {["luatex"]=true,}, + ["sparklines"] = {["sparklines"]=true,}, + ["scrlettr"] = {}, + ["zref-abspage"] = {["oberdiek"]=true,}, + ["mathscinet"] = {["amsrefs"]=true,}, + ["amsbsy"] = {["amsmath"]=true,}, + ["pgfsys"] = {["pgf"]=true,}, + ["dehypht"] = {}, + ["t-bibltx"] = {["context"]=true,}, + ["constants"] = {["constants"]=true,}, + ["symb-nav"] = {["context"]=true,}, + ["tikzlibrarydecorations.text.code"] = {["pgf"]=true,}, + ["mptopdf"] = {["context"]=true,}, + ["PPRdarkblue"] = {["prosper"]=true,}, + ["loadhyph-is"] = {["hyph-utf8"]=true,}, + ["musicpos"] = {["musictex"]=true,}, + ["formlett"] = {["formlett"]=true,}, + ["shuffle"] = {["shuffle"]=true,}, + ["third-rep"] = {["muthesis"]=true,}, + ["sffsmart"] = {["sffms"]=true,}, + ["finstmsc"] = {["fontinst"]=true,}, + ["nccfoots"] = {["ncctools"]=true,}, + ["lingmacros"] = {["tree-dvips"]=true,}, + ["chngcntr"] = {["chngcntr"]=true,}, + ["type-verajja"] = {["context-typescripts"]=true,}, + ["x-fe"] = {["context"]=true,}, + ["pmgraph"] = {["pmgraph"]=true,}, + ["glossaries-polyglossia"] = {["glossaries"]=true,}, + ["beton"] = {["beton"]=true,}, + ["gmiflink"] = {["gmiflink"]=true,}, + ["csfonts"] = {}, + ["gmutils"] = {["gmutils"]=true,}, + ["nccparskip"] = {["ncctools"]=true,}, + ["plari"] = {["plari"]=true,}, + ["xytips"] = {["xypic"]=true,}, + ["font_arev"] = {["font-change"]=true,}, + ["pgflibraryplotmarks"] = {["pgf"]=true,}, + ["pst-ob3d"] = {["pst-ob3d"]=true,}, + ["tikzlibrarybackgrounds.code"] = {["pgf"]=true,}, + ["databib"] = {["datatool"]=true,}, + ["alltt"] = {["latex"]=true,}, + ["stringstrings"] = {["stringstrings"]=true,}, + ["unique"] = {["thmtools"]=true,}, + ["libris"] = {["libris"]=true,}, + ["meta-xml"] = {["context"]=true,}, + ["PPRcorners"] = {["prosper"]=true,}, + ["sffdumb"] = {["sffms"]=true,}, + ["type-one"] = {["context"]=true,}, + ["hyph-de-ch-1901"] = {["hyph-utf8"]=true,}, + ["egameps"] = {["egameps"]=true,}, + ["beamertexpower"] = {["beamer"]=true,}, + ["loadhyph-el-polyton"] = {["hyph-utf8"]=true,}, + ["x-res-04"] = {["context"]=true,}, + ["ofs-6t"] = {["ofs"]=true,}, + ["starfn"] = {["shipunov"]=true,}, + ["meashor"] = {["gustlib"]=true,}, + ["type-hgz"] = {["context"]=true,}, + ["xynecula"] = {["xypic"]=true,}, + ["authoraftertitle"] = {["authoraftertitle"]=true,}, + ["fp-snap"] = {["fp"]=true,}, + ["tplists"] = {["texpower"]=true,}, + ["bophook"] = {["bophook"]=true,}, + ["tlmgr-article"] = {}, + ["arcs"] = {["arcs"]=true,}, + ["ussummary"] = {["stellenbosch"]=true,}, + ["bpfap16"] = {["iso10303"]=true,}, + ["gost732"] = {["disser"]=true,}, + ["x-set-01"] = {["context"]=true,}, + ["fixme"] = {["fixme"]=true,}, + ["MnSymbol"] = {["mnsymbol"]=true,}, + ["slovene"] = {["babel"]=true,}, + ["psu-thesis"] = {["psu-thesis"]=true,}, + ["uniquecounter"] = {["oberdiek"]=true,}, + ["drcaps"] = {["shipunov"]=true,}, + ["tikzlibraryshapes.geometric.code"] = {["pgf"]=true,}, + ["semtrans"] = {["jknapltx"]=true,}, + ["iso88596"] = {["arabtex"]=true,}, + ["hyph-sv"] = {["hyph-utf8"]=true,}, + ["t1enc"] = {["latex"]=true,}, + ["hindicaptions"] = {["velthuis"]=true,}, + ["type-cbg"] = {["context"]=true,}, + ["artikel3"] = {["ntgclass"]=true,}, + ["pgfmath.code"] = {["pgf"]=true,}, + ["musixbar"] = {["musixtex"]=true,}, + ["texpictex"] = {["pictex"]=true,}, + ["ccthm"] = {["computational-complexity"]=true,}, + ["pgflibraryshapes.geometric.code"] = {["pgf"]=true,}, + ["grabhedr"] = {["dialogl"]=true,}, + ["bahasa"] = {["babel"]=true,}, + ["greekdates"] = {["greekdates"]=true,}, + ["musicpre"] = {["musictex"]=true,}, + ["x-res-09"] = {["context"]=true,}, + ["glossary-list"] = {["glossaries"]=true,}, + ["isorot"] = {["isorot"]=true,}, + ["robustindex"] = {["robustindex"]=true,}, + ["jurabase"] = {["juramisc"]=true,}, + ["dummyels"] = {}, + ["cropmark"] = {}, + ["xyps-s"] = {["xypic"]=true,}, + ["musixbm"] = {["musixtex"]=true,}, + ["thm-patch"] = {["thmtools"]=true,}, + ["multimedia"] = {["beamer"]=true,}, + ["openbib"] = {["latex"]=true,}, + ["tikzlibraryshapes.gates.logic.IEC.code"] = {["pgf"]=true,}, + ["beraserif"] = {["bera"]=true,}, + ["hyph-es"] = {["hyph-utf8"]=true,}, + ["hyper"] = {}, + ["pgfplotsarray.code"] = {["pgfplots"]=true,}, + ["amsfonts"] = {["amsfonts"]=true,}, + ["common-5"] = {}, + ["newlfm"] = {["newlfm"]=true,}, + ["12point"] = {["varisize"]=true,}, + ["foilhtml"] = {}, + ["pst-optexp"] = {["pst-optexp"]=true,}, + ["hecmd"] = {["arabtex"]=true,}, + ["ametsoc"] = {["ametsoc"]=true,}, + ["musicpln"] = {["musictex"]=true,}, + ["glossary-tree"] = {["glossaries"]=true,}, + ["rustic"] = {}, + ["trans"] = {["tex-ps"]=true,}, + ["pgfcore"] = {["pgf"]=true,}, + ["nolbreaks"] = {}, + ["mult-mde"] = {["context"]=true,}, + ["beamerthemelined"] = {["beamer"]=true,}, + ["Sw2Rus"] = {["sciwordconv"]=true,}, + ["PPRwhitecross"] = {["prosper"]=true,}, + ["small2e"] = {["latex"]=true,}, + ["catc-def"] = {["context"]=true,}, + ["tgadventor"] = {["tex-gyre"]=true,}, + ["beamerbasetitle"] = {["beamer"]=true,}, + ["acmd"] = {["arabtex"]=true,}, + ["stack"] = {}, + ["texilikecover"] = {}, + ["colordvi"] = {["dvips"]=true,}, + ["grfpaste"] = {["grfpaste"]=true,}, + ["loadhyph-tr"] = {["hyph-utf8"]=true,}, + ["natbib"] = {["natbib"]=true,}, + ["fiche"] = {["mafr"]=true,}, + ["doafter"] = {["mdwtools"]=true,}, + ["docindex"] = {["xdoc"]=true,}, + ["ncc"] = {["ncclatex"]=true,}, + ["ctibmantra"] = {["pecha"]=true,}, + ["cmsd"] = {}, + ["beamerbasenotes"] = {["beamer"]=true,}, + ["klutab"] = {["kluwer"]=true,}, + ["akklecture"] = {["akktex"]=true,}, + ["pictex2"] = {}, + ["bibl-num-fr"] = {["context"]=true,}, + ["stfloats"] = {["sttools"]=true,}, + ["beamerfontthemestructuresmallcapsserif"] = {["beamer"]=true,}, + ["ntheorem-hyper"] = {["hyperref"]=true,}, + ["s-pre-71"] = {["context"]=true,}, + ["PPRblends"] = {["prosper"]=true,}, + ["1250-t1"] = {["enctex"]=true,}, + ["xyweb"] = {["xypic"]=true,}, + ["bibmods"] = {}, + ["PPRthomasd"] = {["prosper"]=true,}, + ["printlen"] = {}, + ["dlfltxbmarkupbookkeys"] = {["dlfltxb"]=true,}, + ["tikz-timing-interval"] = {["tikz-timing"]=true,}, + ["adrconvnote"] = {}, + ["musixltx"] = {["musixtex"]=true,}, + ["utf8"] = {["arabtex"]=true,}, + ["inversepath"] = {["inversepath"]=true,}, + ["actawex"] = {["vxu"]=true,}, + ["pdfscreen"] = {["pdfscreen"]=true,}, + ["abc"] = {["abc"]=true,}, + ["jurabook"] = {["juramisc"]=true,}, + ["norm-ptx"] = {["context"]=true,}, + ["soton-palette"] = {["soton"]=true,}, + ["mboxfill"] = {["ncctools"]=true,}, + ["beamerthemeMadrid"] = {["beamer"]=true,}, + ["method"] = {["method"]=true,}, + ["hyph-ca"] = {["hyph-utf8"]=true,}, + ["cmap"] = {["cmap"]=true,}, + ["apacdoc"] = {["apacite"]=true,}, + ["l3msg"] = {["expl3"]=true,}, + ["m-subsub"] = {["context"]=true,}, + ["pssetiby"] = {["ibygrk"]=true,}, + ["js-misc"] = {["js-misc"]=true,}, + ["cclayout"] = {["computational-complexity"]=true,}, + ["mmap"] = {["mmap"]=true,}, + ["arabaux"] = {["arabtex"]=true,}, + ["index"] = {["index"]=true,}, + ["greek4cbc"] = {["archaic"]=true,}, + ["pgfplotsticks.code"] = {["pgfplots"]=true,}, + ["pgfplotsoldpgfsupp_pgfmanual.code"] = {["pgfplots"]=true,}, + ["allauncl"] = {["auncial-new"]=true,}, + ["pagereference"] = {}, + ["pgfbaseimage"] = {["pgf"]=true,}, + ["hypgotoe"] = {["oberdiek"]=true,}, + ["PPRlignesbleues"] = {["prosper"]=true,}, + ["hyph-sr-cyrl"] = {["hyph-utf8"]=true,}, + ["makeglos"] = {["makeglos"]=true,}, + ["uebungsblatt"] = {["uebungsblatt"]=true,}, + ["easytable"] = {["easy"]=true,}, + ["protosem"] = {["archaic"]=true,}, + ["type-arkandis"] = {["context-typescripts"]=true,}, + ["lamsarrow"] = {["pb-diagram"]=true,}, + ["lang-ind"] = {["context"]=true,}, + ["bkltprnt"] = {["booklet"]=true,}, + ["nccindex"] = {["ncclatex"]=true,}, + ["flower"] = {["shipunov"]=true,}, + ["pgfmath"] = {["pgf"]=true,}, + ["pst-vue3d"] = {["pst-vue3d"]=true,}, + ["preface"] = {}, + ["tgothic"] = {}, + ["pgothic"] = {}, + ["glbst"] = {["babel"]=true,}, + ["cap_c"] = {}, + ["x-xml-02"] = {["context"]=true,}, + ["bpfir3"] = {["iso10303"]=true,}, + ["cap_comm"] = {}, + ["pst-jtree"] = {["pst-jtree"]=true,}, + ["libertine"] = {["libertine"]=true,}, + ["wnri"] = {["wnri"]=true,}, + ["cmtt"] = {["mdwtools"]=true,}, + ["loadhyph-ru"] = {["hyph-utf8"]=true,}, + ["memhfixc"] = {["memoir"]=true,}, + ["newspaper"] = {["newspaper"]=true,}, + ["creatdtx"] = {["makedtx"]=true,}, + ["s-pre-01"] = {["context"]=true,}, + ["sort-lan-test"] = {["context"]=true,}, + ["selectpage"] = {}, + ["psfrag"] = {["psfrag"]=true,["graphics-pln"]=true,}, + ["slides"] = {["latex"]=true,}, + ["pst-coil"] = {["pst-coil"]=true,}, + ["pgfmodulesnakes.code"] = {["pgf"]=true,}, + ["greekmacros"] = {["levy"]=true,}, + ["loadhyph-ro"] = {["hyph-utf8"]=true,}, + ["beamerinnerthemerectangles"] = {["beamer"]=true,}, + ["hvindex"] = {["hvindex"]=true,}, + ["othello"] = {}, + ["arabrep1"] = {["arabtex"]=true,}, + ["askincv1"] = {["iso"]=true,}, + ["bez123"] = {["bez123"]=true,}, + ["rusfonts"] = {}, + ["quire"] = {["midnight"]=true,}, + ["beamerthemeMalmoe"] = {["beamer"]=true,}, + ["arabart"] = {["arabtex"]=true,}, + ["bold-extra"] = {["bold-extra"]=true,}, + ["gchords"] = {["gchords"]=true,}, + ["skt"] = {["sanskrit"]=true,}, + ["savefnmark"] = {["savefnmark"]=true,}, + ["x-res-00"] = {["context"]=true,}, + ["akkdoc"] = {["akktex"]=true,}, + ["11point"] = {["varisize"]=true,}, + ["shadebox"] = {}, + ["s-reg-01"] = {["context"]=true,}, + ["type-def"] = {["context"]=true,}, + ["titleref"] = {}, + ["serbian"] = {["babel"]=true,}, + ["turkish"] = {["babel"]=true,}, + ["simpleslides-s-Rounded"] = {["context-simpleslides"]=true,}, + ["polski"] = {["polski"]=true,}, + ["newapave"] = {["confproc"]=true,}, + ["CJKnumb"] = {["cjk"]=true,}, + ["20point"] = {["varisize"]=true,}, + ["cc4elsart"] = {["computational-complexity"]=true,}, + ["beamerbasecompatibility"] = {["beamer"]=true,}, + ["m-ch-nl"] = {["context"]=true,}, + ["hangcaption"] = {}, + ["program"] = {["program"]=true,}, + ["extarticle"] = {["extsizes"]=true,}, + ["musixgre"] = {["musixtex"]=true,}, + ["grmath"] = {["babel"]=true,}, + ["europecv"] = {["europecv"]=true,}, + ["cjwderiv"] = {["cjw"]=true,}, + ["common-0"] = {}, + ["elsart5p"] = {["elsevier"]=true,}, + ["fxtargetlayoutchangebar"] = {["fixme"]=true,}, + ["lcy2koi"] = {["ukrhyph"]=true,}, + ["sfheaders"] = {["sfheaders"]=true,}, + ["17point"] = {["varisize"]=true,}, + ["esindex"] = {["bezos"]=true,}, + ["mxd"] = {["mxd"]=true,}, + ["dnmacs"] = {["velthuis"]=true,}, + ["fmultico"] = {["arabi"]=true,}, + ["fix-cm"] = {["latex"]=true,}, + ["thc"] = {["tools"]=true,}, + ["musixps"] = {["musixps"]=true,}, + ["alterqcm"] = {["alterqcm"]=true,}, + ["s-faq-01"] = {["context"]=true,}, + ["avant"] = {["psnfss"]=true,}, + ["scrguide"] = {}, + ["ttabloku"] = {["croatian"]=true,}, + ["pgfbaselayers"] = {["pgf"]=true,}, + ["kvmacros"] = {}, + ["austrian"] = {["babel"]=true,}, + ["aoutput"] = {["arabtex"]=true,}, + ["musixblx"] = {["musixtex"]=true,}, + ["type-cow"] = {["context"]=true,}, + ["cmdstring"] = {["cmdstring"]=true,}, + ["common-1"] = {}, + ["tipa"] = {["tipa"]=true,}, + ["flafter"] = {["latex"]=true,}, + ["tikzlibraryautomata.code"] = {["pgf"]=true,}, + ["worlddev"] = {["economic"]=true,}, + ["gnuplottex"] = {["gnuplottex"]=true,}, + ["docmfp"] = {["docmfp"]=true,}, + ["dehyphts-x-2009-06-19"] = {["dehyph-exptl"]=true,}, + ["cont-mtx"] = {["context"]=true,}, + ["stmaryrd"] = {["stmaryrd"]=true,}, + ["scrlttr2-experts"] = {}, + ["url"] = {["url"]=true,}, + ["smallcap"] = {}, + ["varwidth"] = {}, + ["musixgui"] = {["musixtex"]=true,}, + ["prelim2e"] = {["ms"]=true,}, + ["euproposal"] = {["euproposal"]=true,}, + ["epsfig"] = {["graphics"]=true,}, + ["VCPref-slides"] = {["vaucanson-g"]=true,}, + ["attachfile"] = {["attachfile"]=true,}, + ["syst-pln"] = {["context"]=true,}, + ["eskdexplan"] = {["eskdx"]=true,}, + ["t-xesearch"] = {["xesearch"]=true,}, + ["boldsc"] = {["minitoc"]=true,}, + ["apl"] = {}, + ["bhs"] = {["arabtex"]=true,}, + ["musixlyr"] = {["musixlyr"]=true,}, + ["xygraph"] = {["xypic"]=true,}, + ["x-newmmo"] = {["context"]=true,}, + ["cd-cover"] = {["cd-cover"]=true,}, + ["pst-key"] = {["pstricks"]=true,}, + ["fp-eqn"] = {["fp"]=true,}, + ["tikzlibraryfadings.code"] = {["pgf"]=true,}, + ["inlinedef"] = {["inlinedef"]=true,}, + ["pdfx"] = {["pdfx"]=true,}, + ["USenglish"] = {["babel"]=true,}, + ["aeguill"] = {["aeguill"]=true,}, + ["colorinfo"] = {["colorinfo"]=true,}, + ["x-newcml"] = {["context"]=true,}, + ["x-res-11"] = {["context"]=true,}, + ["nccbiblist"] = {["ncclatex"]=true,}, + ["common-10"] = {}, + ["opcit"] = {["opcit"]=true,}, + ["loadhyph-lt"] = {["hyph-utf8"]=true,}, + ["bigintcalc"] = {["oberdiek"]=true,}, + ["fr-longtable"] = {["floatrow"]=true,}, + ["genmpage"] = {["genmpage"]=true,}, + ["magicnum"] = {["oberdiek"]=true,}, + ["sem-page"] = {["seminar"]=true,}, + ["eskdtitlebase"] = {["eskdx"]=true,}, + ["script"] = {["script"]=true,}, + ["dlfltxbcodetips"] = {["dlfltxb"]=true,}, + ["grverb"] = {["grverb"]=true,}, + ["elmath"] = {["elmath"]=true,}, + ["musicref"] = {["musictex"]=true,}, + ["loadhyph-bg"] = {["hyph-utf8"]=true,}, + ["hfoldsty"] = {["hfoldsty"]=true,}, + ["msc"] = {["msc"]=true,}, + ["lsc"] = {["lsc"]=true,}, + ["adhoc"] = {["arsclassica"]=true,}, + ["rsc"] = {["rsc"]=true,}, + ["pgfcalendar.code"] = {["pgf"]=true,}, + ["hefonts0"] = {["arabtex"]=true,}, + ["ledparpatch"] = {["ledmac"]=true,}, + ["x-contml"] = {["context"]=true,}, + ["texnames"] = {}, + ["prepictex"] = {["pictex"]=true,}, + ["x-ct-test"] = {["context"]=true,}, + ["pageranges"] = {["inlinebib"]=true,}, + ["jpsj2"] = {["jpsj"]=true,}, + ["pgflibrarytikzbackgrounds"] = {["pgf"]=true,}, + ["fifinddo"] = {["nicetext"]=true,}, + ["gcite"] = {["gcite"]=true,}, + ["phoenician"] = {["archaic"]=true,}, + ["musicext"] = {["musictex"]=true,}, + ["cyrecfnt"] = {}, + ["mcite"] = {["mcite"]=true,}, + ["hyph-sh-cyrl"] = {["hyph-utf8"]=true,}, + ["pst-pad"] = {["pst-pad"]=true,}, + ["acmtrans2e"] = {["acmtrans"]=true,}, + ["fnpara"] = {}, + ["beamerexample-texpower"] = {["beamer"]=true,}, + ["simpleslides-s-Split"] = {["context-simpleslides"]=true,}, + ["davis"] = {["context"]=true,}, + ["assignment"] = {["assignment"]=true,}, + ["easymat"] = {["easy"]=true,}, + ["ccreltx"] = {["computational-complexity"]=true,}, + ["core-box"] = {["context"]=true,}, + ["mhs"] = {}, + ["babelfr"] = {["frenchle"]=true,}, + ["x-res-08"] = {["context"]=true,}, + ["template"] = {["xpackages"]=true,}, + ["cyryomg"] = {}, + ["atbegshi"] = {["oberdiek"]=true,}, + ["powerdot-elcolors"] = {["powerdot"]=true,}, + ["nameref"] = {["hyperref"]=true,}, + ["guha"] = {["arabtex"]=true,}, + ["overcite"] = {["cite"]=true,}, + ["feynmf"] = {["feynmf"]=true,}, + ["tabvar"] = {["tabvar"]=true,}, + ["rapport1"] = {["ntgclass"]=true,}, + ["upmethodology-extension"] = {["upmethodology"]=true,}, + ["xecolour"] = {["xecolour"]=true,}, + ["caption2"] = {["caption"]=true,}, + ["pgfcirclabel"] = {["circuitikz"]=true,}, + ["lang-ura"] = {["context"]=true,}, + ["testfox"] = {["lh"]=true,}, + ["bpfats14"] = {["iso10303"]=true,}, + ["txi-en"] = {}, + ["mag-0000"] = {["context"]=true,}, + ["pgfmathoperations.code"] = {["pgf"]=true,}, + ["tensor"] = {["tensor"]=true,}, + ["ibycus4"] = {["ibygrk"]=true,}, + ["pgfcirccurrent"] = {["circuitikz"]=true,}, + ["censor"] = {["censor"]=true,}, + ["knuth"] = {["context"]=true,}, + ["cont-log"] = {["context"]=true,}, + ["isomath"] = {["isomath"]=true,}, + ["koi2ot2"] = {}, + ["pdfmarginpar"] = {["pdfmarginpar"]=true,}, + ["textarea"] = {["ncctools"]=true,}, + ["metatex"] = {["context"]=true,["metatex"]=true,}, + ["hyphen"] = {}, + ["TXSletr"] = {["texsis"]=true,}, + ["amsgen"] = {["amsmath"]=true,}, + ["t-zhspacing"] = {["zhspacing"]=true,}, + ["ijmart"] = {["ijmart"]=true,}, + ["hyph-ga"] = {["hyph-utf8"]=true,}, + ["tikzlibraryplothandlers.code"] = {["pgf"]=true,}, + ["xtag-mxa"] = {["context"]=true,}, + ["sbbm"] = {["sauterfonts"]=true,}, + ["beamerinnerthemerounded"] = {["beamer"]=true,}, + ["pict2e"] = {["pict2e"]=true,}, + ["catkoi"] = {}, + ["sfmath"] = {}, + ["mycomplexity"] = {["complexity"]=true,}, + ["eskdhash"] = {["eskdx"]=true,}, + ["plain-utf8-cs"] = {["enctex"]=true,}, + ["croatian"] = {["babel"]=true,}, + ["s-pre-62"] = {["context"]=true,}, + ["sindhi"] = {["arabtex"]=true,}, + ["envbig"] = {["envbig"]=true,}, + ["bibl-ssa"] = {["context"]=true,}, + ["svninfo"] = {["svninfo"]=true,}, + ["farsical"] = {["polyglossia"]=true,}, + ["infwarerr"] = {["oberdiek"]=true,}, + ["envlab"] = {["envlab"]=true,}, + ["hindi"] = {["velthuis"]=true,}, + ["m-r"] = {["context"]=true,}, + ["yfonts"] = {["yfonts"]=true,}, + ["s-pre-16"] = {["context"]=true,}, + ["flagderiv"] = {["flagderiv"]=true,}, + ["flags"] = {["oberdiek"]=true,}, + ["nabatean"] = {["archaic"]=true,}, + ["altfont"] = {["altfont"]=true,}, + ["braket"] = {["braket"]=true,}, + ["s-pre-15"] = {["context"]=true,}, + ["arev"] = {["arev"]=true,}, + ["m-newmat"] = {["context"]=true,}, + ["sansmath"] = {}, + ["plaina4"] = {}, + ["afonts"] = {["arabtex"]=true,}, + ["hvfloat"] = {["hvfloat"]=true,}, + ["mhsetup"] = {["mh"]=true,}, + ["beamerouterthemeshadow"] = {["beamer"]=true,}, + ["klumac"] = {["kluwer"]=true,}, + ["sageep"] = {["sageep"]=true,}, + ["tikzlibrarypatterns.code"] = {["pgf"]=true,}, + ["font_concrete"] = {["font-change"]=true,}, + ["fontspec"] = {["fontspec"]=true,}, + ["eqexam"] = {["eqexam"]=true,}, + ["amstext"] = {["amsmath"]=true,}, + ["savetrees"] = {["savetrees"]=true,}, + ["nrc1"] = {["nrc"]=true,}, + ["ltcaption"] = {["caption"]=true,}, + ["pst-node"] = {["pst-node"]=true,}, + ["tikzlibrarypgfplotsclickable.code"] = {["pgfplots"]=true,}, + ["pst-map3dII"] = {["pst-geo"]=true,}, + ["tabularht"] = {["oberdiek"]=true,}, + ["csvtools"] = {["csvtools"]=true,}, + ["conditionals"] = {["songbook"]=true,}, + ["type-baar"] = {["context-typescripts"]=true,}, + ["nccfancyhdr"] = {["ncctools"]=true,}, + ["casyltex"] = {["casyl"]=true,}, + ["l7xenc"] = {["lithuanian"]=true,}, + ["m-visual"] = {["context"]=true,}, + ["vector"] = {["vector"]=true,}, + ["easylist"] = {["easylist"]=true,}, + ["venturis"] = {["venturisadf"]=true,}, + ["fxlayoutpdfcsignote"] = {["fixme"]=true,}, + ["bdfchess"] = {}, + ["units"] = {["units"]=true,}, + ["oldlfont"] = {["latex"]=true,}, + ["hyph-ia"] = {["hyph-utf8"]=true,}, + ["bpfap13"] = {["iso10303"]=true,}, + ["luacolor"] = {["oberdiek"]=true,}, + ["formular"] = {["formular"]=true,}, + ["pictex"] = {["pictex"]=true,}, + ["t4phonet"] = {}, + ["xcolor"] = {["xcolor"]=true,}, + ["beamercolorthemeBerlinFU"] = {["beamer-fuberlin"]=true,}, + ["mitpress"] = {}, + ["bpfats2"] = {["iso10303"]=true,}, + ["amsrefs"] = {["amsrefs"]=true,}, + ["proc"] = {["latex"]=true,}, + ["esdiff"] = {["esdiff"]=true,}, + ["hcolor"] = {["fancyvrb"]=true,}, + ["bpfap14"] = {["iso10303"]=true,}, + ["german_msg-msg"] = {["msg"]=true,}, + ["boldtensors"] = {["boldtensors"]=true,}, + ["cmlgc"] = {["cm-lgc"]=true,}, + ["m-streams"] = {["context"]=true,}, + ["glossaries-accsupp"] = {["glossaries"]=true,}, + ["multicap"] = {["multicap"]=true,}, + ["tocloft"] = {["tocloft"]=true,}, + ["lang-ita"] = {["context"]=true,}, + ["lamex"] = {["mex"]=true,}, + ["citehack"] = {["t2"]=true,}, + ["sans"] = {["jknapltx"]=true,}, + ["xtag-cml"] = {["context"]=true,}, + ["m-educat"] = {["context"]=true,}, + ["type-vista"] = {["context-typescripts"]=true,}, + ["athnum"] = {["babel"]=true,}, + ["delarray"] = {["tools"]=true,}, + ["hyphenat"] = {["hyphenat"]=true,}, + ["sides"] = {["sides"]=true,}, + ["bidi2in1"] = {["bidi"]=true,}, + ["bidiftnxtra"] = {["bidi"]=true,}, + ["m-ch-en"] = {["context"]=true,}, + ["slantsc"] = {["slantsc"]=true,}, + ["calendrierfpar"] = {["arabi"]=true,}, + ["berasans"] = {["bera"]=true,}, + ["struktxf"] = {["struktex"]=true,}, + ["arabtex-doc"] = {["arabtex"]=true,}, + ["chemcompounds"] = {["chemcompounds"]=true,}, + ["utf8-csf"] = {["enctex"]=true,}, + ["type-siz"] = {["context"]=true,}, + ["ukraineb"] = {["babel"]=true,}, + ["mptmac"] = {}, + ["color"] = {["graphics-pln"]=true,["graphics"]=true,}, + ["skull"] = {}, + ["xypspatt"] = {["xypic"]=true,}, + ["mathexam"] = {["mathexam"]=true,}, + ["beamerbaselocalstructure"] = {["beamer"]=true,}, + ["qstest"] = {["qstest"]=true,}, + ["lcy2ucy"] = {["ukrhyph"]=true,}, + ["arabrep"] = {["arabtex"]=true,}, + ["beamerbasemisc"] = {["beamer"]=true,}, + ["resumemac"] = {["resumemac"]=true,}, + ["itrans"] = {["itrans"]=true,}, + ["etrans"] = {["arabtex"]=true,}, + ["frcursive"] = {["frcursive"]=true,}, + ["ednotes"] = {["ednotes"]=true,}, + ["atrans"] = {["arabtex"]=true,}, + ["beamerthemePaloAlto"] = {["beamer"]=true,}, + ["beamerbaseframesize"] = {["beamer"]=true,}, + ["subfigmat"] = {}, + ["musicdoc"] = {["musictex"]=true,}, + ["lh-t2cxccr"] = {["lh"]=true,}, + ["akkmathset"] = {["akktex"]=true,}, + ["fxlayoutmarginnote"] = {["fixme"]=true,}, + ["clrscode"] = {["clrscode"]=true,}, + ["statistik"] = {["statistik"]=true,}, + ["prnthyph"] = {["cbcoptic"]=true,}, + ["bibarts"] = {["bibarts"]=true,}, + ["powerdot-jefka"] = {["powerdot"]=true,}, + ["russian"] = {}, + ["ukrhypsm"] = {["ukrhyph"]=true,}, + ["holtpolt"] = {["jknapltx"]=true,}, + ["trieste"] = {["toptesi"]=true,}, + ["mathtext"] = {["t2"]=true,}, + ["xwatermark"] = {["xwatermark"]=true,}, + ["pgfbasematrix"] = {["pgf"]=true,}, + ["styledef"] = {["midnight"]=true,}, + ["tikz.code"] = {["pgf"]=true,}, + ["mathstyle"] = {["mh"]=true,}, + ["topfloat"] = {["topfloat"]=true,}, + ["pgflibraryplotmarks.code"] = {["pgf"]=true,}, + ["ean13isbn"] = {["ean13isbn"]=true,}, + ["hylang"] = {["hyplain"]=true,}, + ["hebtex"] = {["arabtex"]=true,}, + ["apatch"] = {["arabtex"]=true,}, + ["afterpackage"] = {["ncctools"]=true,}, + ["xfrac"] = {["mh"]=true,}, + ["synproof"] = {["synproof"]=true,}, + ["beamericonarticle"] = {["beamer"]=true,}, + ["knitting"] = {["knitting"]=true,}, + ["atenddvi"] = {["oberdiek"]=true,}, + ["jura"] = {["jura"]=true,}, + ["UKenglish"] = {["babel"]=true,}, + ["hyph-en-us"] = {["hyph-utf8"]=true,}, + ["chngpage"] = {["changepage"]=true,}, + ["hhline"] = {["tools"]=true,}, + ["pst-fr3d"] = {["pst-fr3d"]=true,}, + ["galois"] = {["galois"]=true,}, + ["pgfmathcalc.code"] = {["pgf"]=true,}, + ["s-pre-93"] = {["context"]=true,}, + ["pgfsys.code"] = {["pgf"]=true,}, + ["malay"] = {["arabtex"]=true,}, + ["frontespizio"] = {["frontespizio"]=true,}, + ["core-blk"] = {["context"]=true,}, + ["m-tryout"] = {["context"]=true,}, + ["t-bib"] = {["context"]=true,}, + ["font_cmbright"] = {["font-change"]=true,}, + ["utopia"] = {["psnfss"]=true,}, + ["bbding"] = {["bbding"]=true,}, + ["nccheadings"] = {["ncclatex"]=true,}, + ["ograhyph4"] = {["antomega"]=true,}, + ["germanb"] = {["babel"]=true,}, + ["hypdvips"] = {["hypdvips"]=true,}, + ["arevsymbols"] = {["arev"]=true,}, + ["classes"] = {["treetex"]=true,}, + ["dingbat"] = {["dingbat"]=true,}, + ["apacite"] = {["apacite"]=true,}, + ["listingsutf8"] = {["oberdiek"]=true,}, + ["beamerthemeboxes"] = {["beamer"]=true,}, + ["musixmad"] = {["musixtex"]=true,}, + ["theoremref"] = {["theoremref"]=true,}, + ["slashed"] = {["carlisle"]=true,}, + ["ruenhyph"] = {}, + ["xspace"] = {["tools"]=true,}, + ["eantest"] = {["ean"]=true,}, + ["svn"] = {["svn"]=true,}, + ["dtk"] = {["dtk"]=true,}, + ["s-abr-01"] = {["context"]=true,}, + ["pgfbaseshapes"] = {["pgf"]=true,}, + ["hyph-cy"] = {["hyph-utf8"]=true,}, + ["moreverb"] = {["moreverb"]=true,}, + ["cypriot"] = {["archaic"]=true,}, + ["ukrhyph"] = {["ukrhyph"]=true,}, + ["testfont"] = {}, + ["dcpic"] = {["dcpic"]=true,}, + ["amsproc"] = {["amscls"]=true,}, + ["delimtxt"] = {["delimtxt"]=true,}, + ["examplep"] = {["examplep"]=true,}, + ["ttablhc"] = {["croatian"]=true,}, + ["txi-ru"] = {}, + ["overrightarrow"] = {["fragments"]=true,}, + ["tun"] = {["gustlib"]=true,}, + ["extract"] = {["extract"]=true,}, + ["beamerfontthemestructurebold"] = {["beamer"]=true,}, + ["wasysym"] = {["wasysym"]=true,}, + ["TXSfonts"] = {["texsis"]=true,}, + ["dk-apali"] = {["dk-bib"]=true,}, + ["beamerthemeshadow"] = {["beamer"]=true,}, + ["revsymb"] = {["revtex4"]=true,}, + ["akkscript"] = {["akktex"]=true,}, + ["beamerfontthemestructureitalicserif"] = {["beamer"]=true,}, + ["musixslu"] = {["musixtex"]=true,}, + ["hebrew_oldcode"] = {["babel"]=true,}, + ["edtable"] = {["lineno"]=true,}, + ["circ"] = {["circ"]=true,}, + ["margbib"] = {["margbib"]=true,}, + ["core-bar"] = {["context"]=true,}, + ["dvdcoll"] = {["dvdcoll"]=true,}, + ["pcatcode"] = {["amsrefs"]=true,}, + ["s-jap-00"] = {["context"]=true,}, + ["s-cdr-01"] = {["context"]=true,}, + ["fr-fancy"] = {["floatrow"]=true,}, + ["tikzlibraryshapes.multipart.code"] = {["pgf"]=true,}, + ["chesskey"] = {}, + ["akkstring"] = {["akktex"]=true,}, + ["dehyphn"] = {}, + ["nccthm"] = {["ncctools"]=true,}, + ["cmap-cyr-vf"] = {["lcyw"]=true,}, + ["irish"] = {["babel"]=true,}, + ["pgfcircutils"] = {["circuitikz"]=true,}, + ["gfsbaskerville"] = {["gfsbaskerville"]=true,}, + ["circuitikz"] = {["circuitikz"]=true,}, + ["datenumber"] = {["datenumber"]=true,}, + ["miniltx"] = {["graphics-pln"]=true,}, + ["xtag-mec"] = {["context"]=true,}, + ["txi-es"] = {}, + ["pshan"] = {["cjk"]=true,}, + ["deccomma"] = {["fltpoint"]=true,}, + ["scrlttr2"] = {}, + ["hebrew_p"] = {["babel"]=true,}, + ["eurofont"] = {["eurofont"]=true,}, + ["gmverse"] = {["gmverse"]=true,}, + ["villesFrance"] = {["pst-geo"]=true,}, + ["arevtext"] = {["arev"]=true,}, + ["noitcrul"] = {["noitcrul"]=true,}, + ["keycommand"] = {["keycommand"]=true,}, + ["textopo"] = {["textopo"]=true,}, + ["endplate"] = {["plates"]=true,}, + ["bahasam"] = {["babel"]=true,}, + ["s-pre-07"] = {["context"]=true,}, + ["pdf-trans"] = {["pdf-trans"]=true,}, + ["mfirstuc"] = {["glossaries"]=true,}, + ["ua-thesis"] = {["uaclasses"]=true,}, + ["pgfplotsoldpgfsupp_pgflibraryfpu.code"] = {["pgfplots"]=true,}, + ["ccdbs"] = {["computational-complexity"]=true,}, + ["truncate"] = {}, + ["fleqn"] = {["latex"]=true,}, + ["lang-ana"] = {["context"]=true,}, + ["common-14"] = {}, + ["hyph-de-1901"] = {["hyph-utf8"]=true,}, + ["tikzlibrarycalc.code"] = {["pgf"]=true,}, + ["klumath"] = {["kluwer"]=true,}, + ["asaetr"] = {["asaetr"]=true,}, + ["nostarch"] = {["nostarch"]=true,}, + ["thm-listof"] = {["thmtools"]=true,}, + ["colorwav"] = {["colorwav"]=true,}, + ["thb"] = {["tools"]=true,}, + ["txxextra"] = {}, + ["logpap"] = {["logpap"]=true,}, + ["TXSsymb"] = {["texsis"]=true,}, + ["font_times"] = {["font-change"]=true,}, + ["bmpsize-base"] = {["oberdiek"]=true,}, + ["nccproc"] = {["ncclatex"]=true,}, + ["epigrafica"] = {["epigrafica"]=true,}, + ["aboxes"] = {["arabtex"]=true,}, + ["active-conf"] = {["active-conf"]=true,}, + ["eepic"] = {["eepic"]=true,}, + ["relinput"] = {}, + ["selinput"] = {["oberdiek"]=true,}, + ["border"] = {["midnight"]=true,}, + ["beamerthemeSingapore"] = {["beamer"]=true,}, + ["eufrak"] = {["amsfonts"]=true,}, + ["sverb"] = {["mdwtools"]=true,}, + ["lastpage"] = {["lastpage"]=true,}, + ["rules90"] = {["ukrhyph"]=true,}, + ["hyph-lt"] = {["hyph-utf8"]=true,}, + ["m-metapo"] = {["context"]=true,}, + ["scrbookreportarticle-experts"] = {}, + ["dprogress"] = {["dprogress"]=true,}, + ["tracking"] = {}, + ["anyfontsize"] = {["anyfontsize"]=true,}, + ["sidebars"] = {["talk"]=true,}, + ["lstdoc"] = {["listings"]=true,}, + ["numprint"] = {["numprint"]=true,}, + ["beamerthemeBerkeley"] = {["beamer"]=true,}, + ["hyph-fi"] = {["hyph-utf8"]=true,}, + ["bpfap5"] = {["iso10303"]=true,}, + ["reserved"] = {["semantic"]=true,}, + ["beamerthemeBerlin"] = {["beamer"]=true,}, + ["cyrtex"] = {}, + ["getfiledate"] = {["getfiledate"]=true,}, + ["l3quark"] = {["expl3"]=true,}, + ["dlfltxbtocconfig"] = {["dlfltxb"]=true,}, + ["x-fig-00"] = {["context"]=true,}, + ["vhistory"] = {["vhistory"]=true,}, + ["t-circuitikz"] = {["circuitikz"]=true,}, + ["marigold"] = {["pclnfss"]=true,}, + ["animate"] = {["animate"]=true,}, + ["pgfplotsoldpgfsupp_tikzexternalshared.code"] = {["pgfplots"]=true,}, + ["mult-fst"] = {["context"]=true,}, + ["s-fnt-01"] = {["context"]=true,}, + ["setiby4"] = {["ibygrk"]=true,}, + ["beamerthemeSzeged"] = {["beamer"]=true,}, + ["l3prg"] = {["expl3"]=true,}, + ["demo-tex"] = {["context"]=true,}, + ["type-win"] = {["context"]=true,}, + ["checklab"] = {["fragments"]=true,}, + ["cp1256"] = {["arabtex"]=true,}, + ["listbib"] = {["listbib"]=true,}, + ["t-lettrine"] = {["context-lettrine"]=true,}, + ["pst-char"] = {["pst-text"]=true,}, + ["pst-3dplot"] = {["pst-3dplot"]=true,}, + ["fp-pas"] = {["fp"]=true,}, + ["figbib_add"] = {["thesis-titlepage-fhac"]=true,}, + ["fontch"] = {["fontch"]=true,}, + ["arabext"] = {["arabtex"]=true,}, + ["m-punk"] = {["context"]=true,}, + ["intcalc"] = {["oberdiek"]=true,}, + ["xmpincl"] = {["xmpincl"]=true,}, + ["polyglot"] = {["polyglot"]=true,}, + ["HAPsimple"] = {["ha-prosper"]=true,}, + ["m-translate"] = {["context"]=true,}, + ["bpfats8"] = {["iso10303"]=true,}, + ["HAPLakar"] = {["ha-prosper"]=true,}, + ["bgreek"] = {["bgreek"]=true,}, + ["cmmib57"] = {["amsfonts"]=true,}, + ["esint"] = {["esint"]=true,["esint-type1"]=true,}, + ["mwrep"] = {["mwcls"]=true,}, + ["emtrees"] = {}, + ["makematch"] = {["qstest"]=true,}, + ["tabls"] = {}, + ["bookmark"] = {["oberdiek"]=true,}, + ["klucite"] = {["kluwer"]=true,}, + ["pgfarrows"] = {["pgf"]=true,}, + ["coursepaper"] = {}, + ["10pointss"] = {["varisize"]=true,}, + ["mfpic"] = {["mfpic"]=true,}, + ["colo-run"] = {["context"]=true,}, + ["solvesudoku"] = {["sudokubundle"]=true,}, + ["afonts0"] = {["arabtex"]=true,}, + ["gatech-thesis-losa"] = {["gatech-thesis"]=true,}, + ["commath"] = {["commath"]=true,}, + ["functan"] = {["functan"]=true,}, + ["concrete"] = {}, + ["arabicfront"] = {["bezos"]=true,}, + ["sf298"] = {["sf298"]=true,}, + ["lexikon"] = {["lexikon"]=true,}, + ["typehtml"] = {["typehtml"]=true,}, + ["nfssext-cfr"] = {["nfssext-cfr"]=true,}, + ["type-pigiarniq"] = {["context-typescripts"]=true,}, + ["rules_ph"] = {["ukrhyph"]=true,}, + ["lazylist"] = {["lazylist"]=true,}, + ["mwart"] = {["mwcls"]=true,}, + ["myletter"] = {["akletter"]=true,}, + ["algc"] = {["algorithmicx"]=true,}, + ["mftmac"] = {}, + ["endnotes"] = {["endnotes"]=true,}, + ["a0size"] = {["a0poster"]=true,}, + ["zref-titleref"] = {["oberdiek"]=true,}, + ["java-fld"] = {["context"]=true,}, + ["script_s"] = {["script"]=true,}, + ["pst-soroban"] = {["pst-soroban"]=true,}, + ["beamerbasetheorems"] = {["beamer"]=true,}, + ["esperanto"] = {["babel"]=true,}, + ["mtcoff"] = {["minitoc"]=true,}, + ["s-map-10"] = {["context"]=true,}, + ["datetime"] = {["datetime"]=true,}, + ["csc2x"] = {["fontinst"]=true,}, + ["fullpage"] = {["preprint"]=true,}, + ["linsys"] = {}, + ["2sidedoc"] = {["relenc"]=true,}, + ["pst-eucl"] = {["pst-eucl"]=true,}, + ["hexgame"] = {["hexgame"]=true,}, + ["type-nichtlustig"] = {["context-typescripts"]=true,}, + ["utf8raw"] = {["enctex"]=true,}, + ["ams-mdbch"] = {["arev"]=true,}, + ["musicper"] = {["musictex"]=true,}, + ["eskd"] = {["eskd"]=true,}, + ["supp-num"] = {["context"]=true,}, + ["tcldoc"] = {["tcldoc"]=true,}, + ["villesItalia3d"] = {["pst-geo"]=true,}, + ["null"] = {}, + ["hyph-de-1996"] = {["hyph-utf8"]=true,}, + ["siunitx"] = {["siunitx"]=true,}, + ["PPRalienglow"] = {["prosper"]=true,}, + ["forloop"] = {["forloop"]=true,}, + ["loadhyph-fr"] = {["hyph-utf8"]=true,}, + ["titling"] = {["titling"]=true,}, + ["m-pictex"] = {["context"]=true,}, + ["varindex"] = {["varindex"]=true,}, + ["beamerinnerthemeinmargin"] = {["beamer"]=true,}, + ["hebsymb"] = {["arabtex"]=true,}, + ["attachfile2"] = {["oberdiek"]=true,}, + ["isyntax"] = {["shipunov"]=true,}, + ["pst-gantt"] = {["pst-gantt"]=true,}, + ["toptesi"] = {["toptesi"]=true,}, + ["type-linuxlibertine"] = {["context-typescripts"]=true,}, + ["bpfs3"] = {["iso10303"]=true,}, + ["pst-fill"] = {["pst-fill"]=true,}, + ["amsxtra"] = {["amsmath"]=true,}, + ["oands"] = {["archaic"]=true,}, + ["altverse"] = {["shipunov"]=true,}, + ["changebar"] = {["changebar"]=true,}, + ["ESIEEcv"] = {["esieecv"]=true,}, + ["envmath"] = {["bosisio"]=true,}, + ["a4"] = {["ntgclass"]=true,}, + ["m-graph"] = {["context"]=true,}, + ["mtx-context-arrange"] = {["context"]=true,}, + ["pdftex-dvi"] = {["pdftex"]=true,}, + ["akletter"] = {["akletter"]=true,}, + ["eskdspecii"] = {["eskdx"]=true,}, + ["s-abr-03"] = {["context"]=true,}, + ["glossary-super"] = {["glossaries"]=true,}, + ["ncccropbox"] = {["ncctools"]=true,}, + ["extpfeil"] = {["extpfeil"]=true,}, + ["pgfcorepathconstruct.code"] = {["pgf"]=true,}, + ["grffile"] = {["oberdiek"]=true,}, + ["allhmin"] = {}, + ["s-pre-09"] = {["context"]=true,}, + ["hetrans"] = {["arabtex"]=true,}, + ["holtxdoc"] = {["oberdiek"]=true,}, + ["akkmathnum"] = {["akktex"]=true,}, + ["texinfo"] = {}, + ["eCards"] = {["ecards"]=true,}, + ["common-3"] = {}, + ["fvrb-ex"] = {["fancyvrb"]=true,}, + ["cherokee"] = {}, + ["mls"] = {["montex"]=true,}, + ["simpleslides-s-Swoosh"] = {["context-simpleslides"]=true,}, + ["capt-of"] = {["capt-of"]=true,}, + ["idxlayout"] = {["idxlayout"]=true,}, + ["xepersian-mathsdigitspec"] = {["xepersian"]=true,}, + ["type-tuffy"] = {["context-typescripts"]=true,}, + ["ccaux"] = {["computational-complexity"]=true,}, + ["arrow"] = {["eplain"]=true,}, + ["figcaps"] = {["preprint"]=true,}, + ["simpleslides-s-SideSquares"] = {["context-simpleslides"]=true,}, + ["chemarr"] = {["oberdiek"]=true,}, + ["chemscheme"] = {["chemstyle"]=true,}, + ["ofs-8x"] = {["ofs"]=true,}, + ["musicnew"] = {["musictex"]=true,}, + ["barcodes"] = {["barcodes"]=true,}, + ["bsymbols"] = {["fontch"]=true,}, + ["spechyph-ot1-la"] = {["hyph-utf8"]=true,}, + ["makeidx"] = {["latex"]=true,}, + ["type-otf"] = {["context"]=true,}, + ["pp4slide"] = {["ppower4"]=true,}, + ["combelow"] = {["combelow"]=true,}, + ["conv-utf8-l7x"] = {["hyph-utf8"]=true,}, + ["cc-cls"] = {["computational-complexity"]=true,}, + ["eskdchngsheet"] = {["eskdx"]=true,}, + ["curves"] = {["curves"]=true,}, + ["showlabels"] = {["showlabels"]=true,}, + ["elbioimp"] = {["elbioimp"]=true,}, + ["xyrotate"] = {["xypic"]=true,}, + ["verbatimbox"] = {["verbatimbox"]=true,}, + ["frletter"] = {["frletter"]=true,}, + ["luatex-plain"] = {["context"]=true,}, + ["bibref"] = {["index"]=true,}, + ["scrsource"] = {}, + ["loadhyph-da"] = {["hyph-utf8"]=true,}, + ["weekday"] = {}, + ["Tabbing"] = {["tabbing"]=true,}, + ["numprint032"] = {["numprint"]=true,}, + ["proba"] = {["proba"]=true,}, + ["fwlw"] = {}, + ["pgfautomata"] = {["pgf"]=true,}, + ["boek3"] = {["ntgclass"]=true,}, + ["sperr"] = {["js-misc"]=true,}, + ["type-aller"] = {["context-typescripts"]=true,}, + ["type-smeltery"] = {["context-typescripts"]=true,}, + ["pst-grad"] = {["pst-grad"]=true,}, + ["xtag-mxn"] = {["context"]=true,}, + ["recycle"] = {["recycle"]=true,}, + ["dot2texi"] = {["dot2texi"]=true,}, + ["afthes10"] = {["afthesis"]=true,}, + ["beamerbasethemes"] = {["beamer"]=true,}, + ["mfcorfnt"] = {["mff"]=true,}, + ["chem-str-test"] = {["context"]=true,}, + ["verbdef"] = {["verbdef"]=true,}, + ["modroman"] = {["modroman"]=true,}, + ["farsifnt"] = {["arabi"]=true,}, + ["epsf"] = {["epsf"]=true,}, + ["refrep"] = {["refman"]=true,}, + ["ctexcap"] = {["ctex"]=true,}, + ["asymptote"] = {["asymptote"]=true,}, + ["hyph-da"] = {["hyph-utf8"]=true,}, + ["edstanza"] = {["edmac"]=true,}, + ["java-fil"] = {["context"]=true,}, + ["HAPFyma"] = {["ha-prosper"]=true,}, + ["rkeyval"] = {["amsrefs"]=true,}, + ["m-level"] = {["context"]=true,}, + ["tikz"] = {["pgf"]=true,}, + ["lps"] = {["lps"]=true,}, + ["xkeyval"] = {["xkeyval"]=true,}, + ["pst-circ"] = {["pst-circ"]=true,}, + ["kniga"] = {}, + ["hcart"] = {["hc"]=true,}, + ["tccompat"] = {["jknapltx"]=true,}, + ["uclcptm"] = {["afm2pl"]=true,}, + ["pgfpages"] = {["pgf"]=true,}, + ["pgflibraryshapes.callouts.code"] = {["pgf"]=true,}, + ["footnote"] = {["mdwtools"]=true,}, + ["optional"] = {}, + ["rules60"] = {["ukrhyph"]=true,}, + ["mex"] = {["mex"]=true,}, + ["script18"] = {["script"]=true,}, + ["easybib"] = {["easy"]=true,}, + ["relsize"] = {}, + ["keyval"] = {["xkeyval"]=true,["graphics"]=true,}, + ["pst-vowel"] = {["pst-vowel"]=true,}, + ["txi-sr"] = {}, + ["pgfkeys"] = {["pgf"]=true,}, + ["noprefnt"] = {["enctex"]=true,}, + ["bpfats6"] = {["iso10303"]=true,}, + ["yagusylo"] = {["yagusylo"]=true,}, + ["beng"] = {}, + ["xkvltxp"] = {["xkeyval"]=true,}, + ["british"] = {["babel"]=true,}, + ["musixtri"] = {["musixtex"]=true,}, + ["TypeSp10"] = {["typespec"]=true,}, + ["thumbpdf"] = {["thumbpdf"]=true,}, + ["eskdindent"] = {["eskdx"]=true,}, + ["secdot"] = {}, + ["hyph-grc"] = {["hyph-utf8"]=true,}, + ["subfloat"] = {["subfloat"]=true,}, + ["TypeSp09"] = {["typespec"]=true,}, + ["mlstrans"] = {["montex"]=true,}, + ["yiddish"] = {["arabtex"]=true,}, + ["ward"] = {["context"]=true,}, + ["sqrcaps"] = {}, + ["bussproofs"] = {["bussproofs"]=true,}, + ["cooltooltips"] = {["cooltooltips"]=true,}, + ["undertilde"] = {["undertilde"]=true,}, + ["xepsf"] = {}, + ["ifxetex"] = {["ifxetex"]=true,}, + ["letter"] = {["latex"]=true,}, + ["TXSconts"] = {["texsis"]=true,}, + ["shade"] = {["shade"]=true,}, + ["simpleslides-s-BigNumber"] = {["context-simpleslides"]=true,}, + ["easyvector"] = {["easy"]=true,}, + ["formula"] = {["formula"]=true,}, + ["idx"] = {["latex"]=true,}, + ["textcase"] = {["textcase"]=true,}, + ["klups"] = {["kluwer"]=true,}, + ["minitoc-hyper"] = {["hyperref"]=true,}, + ["loadhyph-ga"] = {["hyph-utf8"]=true,}, + ["hescan"] = {["arabtex"]=true,}, + ["mult-sys"] = {["context"]=true,}, + ["mtfn"] = {["ofs"]=true,}, + ["TXSmacs"] = {["texsis"]=true,}, + ["simpleslides-s-PlainCounter"] = {["context-simpleslides"]=true,}, + ["kix"] = {}, + ["trivfloat"] = {["trivfloat"]=true,}, + ["srhyph"] = {["omega"]=true,}, + ["simpleslides-s-Sunrise"] = {["context-simpleslides"]=true,}, + ["IEEEtrantools"] = {["ieeetran"]=true,}, + ["moderncvthemeempty"] = {["moderncv"]=true,}, + ["pst-knot"] = {["pst-knot"]=true,}, + ["ncclatex"] = {["ncclatex"]=true,}, + ["robustcommand"] = {["robustcommand"]=true,}, + ["eskdplain"] = {["eskdx"]=true,}, + ["mfparptc"] = {["ednotes"]=true,}, + ["cont-it"] = {["context"]=true,}, + ["xtag-ini"] = {["context"]=true,}, + ["iwona-math"] = {["iwona"]=true,}, + ["byname"] = {["smartref"]=true,}, + ["refcheck"] = {["refcheck"]=true,}, + ["answers"] = {["answers"]=true,}, + ["eukdate"] = {["eukdate"]=true,}, + ["koi2ucy"] = {}, + ["background"] = {["background"]=true,}, + ["common-2"] = {}, + ["fontinst"] = {["fontinst"]=true,}, + ["cleveref"] = {["cleveref"]=true,}, + ["lthyph"] = {["omega"]=true,}, + ["t-pgfbim"] = {["pgf"]=true,}, + ["latex2man"] = {["latex2man"]=true,}, + ["pgfbasepatterns"] = {["pgf"]=true,}, + ["type-richtype"] = {["context-typescripts"]=true,}, + ["shorttoc"] = {["shorttoc"]=true,}, + ["lh-lcy"] = {["lh"]=true,}, + ["beamerouterthemesplit"] = {["beamer"]=true,}, + ["ruby"] = {["cjk"]=true,}, + ["PPRazure"] = {["prosper"]=true,}, + ["wiggly"] = {}, + ["webmac"] = {}, + ["fancynum"] = {["fancynum"]=true,}, + ["koi2koi"] = {}, + ["cyryoct"] = {}, + ["s-pre-63"] = {["context"]=true,}, + ["mftricks"] = {["mff"]=true,}, + ["fxlayoutpdfcmargin"] = {["fixme"]=true,}, + ["luamplib"] = {["luamplib"]=true,}, + ["ConcProg"] = {["concprog"]=true,}, + ["akkcs"] = {["akktex"]=true,}, + ["fenixpar"] = {["fenixpar"]=true,}, + ["postcards"] = {["postcards"]=true,}, + ["guide-ngerman"] = {}, + ["mandel"] = {}, + ["gfsartemisia-euler"] = {["gfsartemisia"]=true,}, + ["epigram"] = {}, + ["glossaries"] = {["glossaries"]=true,}, + ["bitset"] = {["oberdiek"]=true,}, + ["lang-grk"] = {["context"]=true,}, + ["nccltrus"] = {["ncclatex"]=true,}, + ["pgftree"] = {["tikz-qtree"]=true,}, + ["upmethodology-version"] = {["upmethodology"]=true,}, + ["changepage"] = {["changepage"]=true,}, + ["engpron"] = {["engpron"]=true,}, + ["mult-mro"] = {["context"]=true,}, + ["diagram"] = {["chess-problem-diagrams"]=true,}, + ["pspicture"] = {["pspicture"]=true,}, + ["beamerthemesplit"] = {["beamer"]=true,}, + ["ofs-ams"] = {["ofs"]=true,}, + ["pgfmodulematrix.code"] = {["pgf"]=true,}, + ["xfntinst"] = {["fontinst"]=true,}, + ["cc4llncs"] = {["computational-complexity"]=true,}, + ["m-layout"] = {["context"]=true,}, + ["itrnstlg"] = {["itrans"]=true,}, + ["mimulcol"] = {["gustlib"]=true,}, + ["elsart3p"] = {["elsevier"]=true,}, + ["macqassign"] = {["macqassign"]=true,}, + ["stampinclude"] = {["oberdiek"]=true,}, + ["codepage"] = {["codepage"]=true,}, + ["pdfpages"] = {["pdfpages"]=true,}, + ["scrindex"] = {["oberdiek"]=true,}, + ["cavantga"] = {}, + ["guide"] = {}, + ["drftcono"] = {["chemcono"]=true,}, + ["s-faq-03"] = {["context"]=true,}, + ["hepthesis"] = {["hepthesis"]=true,}, + ["modref"] = {["modref"]=true,}, + ["simpleslides-s-SideToc"] = {["context-simpleslides"]=true,}, + ["xtag-prs"] = {["context"]=true,}, + ["norm-tex"] = {["context"]=true,}, + ["cancel"] = {["cancel"]=true,}, + ["txfontsb"] = {["txfontsb"]=true,}, + ["everyshi"] = {["ms"]=true,}, + ["removefr"] = {["fragments"]=true,}, + ["uncial"] = {}, + ["biotex"] = {["textopo"]=true,}, + ["DraTex"] = {["dratex"]=true,}, + ["musixext"] = {["musixtex"]=true,}, + ["map"] = {["gustlib"]=true,}, + ["croptest"] = {}, + ["xmpmulti"] = {["beamer"]=true,}, + ["typearea"] = {}, + ["tap"] = {}, + ["beamerthemeMarburg"] = {["beamer"]=true,}, + ["sotoku"] = {["arabtex"]=true,}, + ["m-format"] = {["context"]=true,}, + ["musicsty"] = {["musictex"]=true,}, + ["tikzlibraryarrows.code"] = {["pgf"]=true,}, + ["chess"] = {}, + ["powerdot-klope"] = {["powerdot"]=true,}, + ["beamerthemeCopenhagen"] = {["beamer"]=true,}, + ["s-chi-00"] = {["context"]=true,}, + ["t-pgfbsn"] = {["pgf"]=true,}, + ["cyryoal"] = {}, + ["m-tex4ht"] = {["context"]=true,["tex4ht"]=true,}, + ["nashbf"] = {["arabtex"]=true,}, + ["statya"] = {}, + ["centernot"] = {["oberdiek"]=true,}, + ["cooking"] = {["cooking"]=true,}, + ["bpfats7"] = {["iso10303"]=true,}, + ["HAPcapsules"] = {["ha-prosper"]=true,}, + ["tikz-timing-advnodes"] = {["tikz-timing"]=true,}, + ["ifplatform"] = {["ifplatform"]=true,}, + ["textmerg"] = {["textmerg"]=true,}, + ["subdocs"] = {["bezos"]=true,}, + ["easyeqn"] = {["easy"]=true,}, + ["oinuit"] = {}, + ["minipage-marginpar"] = {["minipage-marginpar"]=true,}, + ["loop"] = {["midnight"]=true,}, + ["tikzlibrarydecorations.pathmorphing.code"] = {["pgf"]=true,}, + ["tablor"] = {["tablor"]=true,}, + ["tablists"] = {["tablists"]=true,}, + ["pgfplotsliststructureext.code"] = {["pgfplots"]=true,}, + ["pgflibraryfadings.code"] = {["pgf"]=true,}, + ["eskdtab"] = {["eskdx"]=true,}, + ["danish"] = {["babel"]=true,}, + ["showkeys"] = {["tools"]=true,}, + ["fxthemecolor"] = {["fixme"]=true,}, + ["eemeir"] = {["eemeir"]=true,}, + ["txdtools"] = {["texdraw"]=true,}, + ["xcomment"] = {["seminar"]=true,}, + ["12many"] = {["12many"]=true,}, + ["colortbl"] = {["colortbl"]=true,}, + ["algorithmicx"] = {["algorithmicx"]=true,}, + ["type-cmu"] = {["context-typescripts"]=true,}, + ["pgfcoreimage.code"] = {["pgf"]=true,}, + ["a5comb"] = {["a5comb"]=true,}, + ["varvbtm"] = {["newvbtm"]=true,}, + ["cjhebrew"] = {["cjhebrew"]=true,}, + ["bgfonts"] = {["bgreek"]=true,}, + ["kalender"] = {}, + ["mla"] = {["mla-paper"]=true,}, + ["script_l"] = {["script"]=true,}, + ["icsv"] = {["icsv"]=true,}, + ["TXSruled"] = {["texsis"]=true,}, + ["catalan"] = {["babel"]=true,}, + ["type-adobe"] = {["context-typescripts"]=true,}, + ["pdfcprot"] = {["pdfcprot"]=true,}, + ["CJKutf8"] = {["cjk"]=true,}, + ["context-test"] = {["context"]=true,}, + ["bookman"] = {["psnfss"]=true,}, + ["nature"] = {["nature"]=true,}, + ["asycolors"] = {["asymptote"]=true,}, + ["ncctheorems"] = {["ncclatex"]=true,}, + ["beamerseminar"] = {["beamer"]=true,}, + ["eepicemu"] = {["eepic"]=true,}, + ["statements"] = {["stex"]=true,}, + ["enc-u"] = {["enctex"]=true,}, + ["agecon"] = {["economic"]=true,}, + ["x-mathml"] = {["context"]=true,}, + ["book"] = {["latex"]=true,}, + ["type-fontsite"] = {["context-typescripts"]=true,}, + ["cgtimes"] = {["pclnfss"]=true,}, + ["pstricks-add"] = {["pstricks-add"]=true,}, + ["koi2lcy"] = {}, + ["dramatist"] = {["dramatist"]=true,}, + ["subsupscripts"] = {["subsupscripts"]=true,}, + ["swedish"] = {["babel"]=true,}, + ["supp-vis"] = {["context"]=true,}, + ["engrec"] = {["engrec"]=true,}, + ["arrayjob"] = {["arrayjob"]=true,}, + ["PPRcapsules"] = {["prosper"]=true,}, + ["cstug08"] = {}, + ["pst-bspline"] = {["pst-bspline"]=true,}, + ["beamercolorthemerose"] = {["beamer"]=true,}, + ["hyrules"] = {["hyplain"]=true,}, + ["dinbrief"] = {["dinbrief"]=true,}, + ["fixltx2e"] = {["latex"]=true,}, + ["amsbst"] = {["amsrefs"]=true,}, + ["CV"] = {["cv"]=true,}, + ["mathenv"] = {["mdwtools"]=true,}, + ["apa"] = {["apa"]=true,}, + ["fix2col"] = {["fix2col"]=true,}, + ["xtag-run"] = {["context"]=true,}, + ["xy16textures"] = {["xypic"]=true,}, + ["nfssfox"] = {["lh"]=true,}, + ["script11"] = {["script"]=true,}, + ["loadhyph-ca"] = {["hyph-utf8"]=true,}, + ["beamer"] = {["beamer"]=true,}, + ["epic"] = {["eepic"]=true,}, + ["beamerbaseoptions"] = {["beamer"]=true,}, + ["erae"] = {["economic"]=true,}, + ["dcfonts"] = {}, + ["ccfonts"] = {["ccfonts"]=true,}, + ["kurier"] = {["kurier"]=true,}, + ["linguho"] = {["linguex"]=true,}, + ["ngermanb"] = {["babel"]=true,}, + ["il2-csf"] = {["enctex"]=true,}, + ["francais"] = {["babel"]=true,}, + ["newclude"] = {["frankenstein"]=true,}, + ["thmb"] = {["tools"]=true,}, + ["install08text"] = {}, + ["backref"] = {["hyperref"]=true,}, + ["musixsqr"] = {["musixtex"]=true,}, + ["ProTex"] = {["protex"]=true,}, + ["luatex-loader"] = {["oberdiek"]=true,}, + ["dashrule"] = {["dashrule"]=true,}, + ["pstricks"] = {["pstricks"]=true,}, + ["pgflibraryshapes.multipart.code"] = {["pgf"]=true,}, + ["s-pre-08"] = {["context"]=true,}, + ["zefonts"] = {["zefonts"]=true,}, + ["symb-uni"] = {["context"]=true,}, + ["xtag-mmp"] = {["context"]=true,}, + ["authorpart"] = {}, + ["beamerthemeAntibes"] = {["beamer"]=true,}, + ["gmeometric"] = {["gmeometric"]=true,}, + ["uni"] = {}, + ["zhfont"] = {["zhspacing"]=true,}, + ["hyph-ro"] = {["hyph-utf8"]=true,}, + ["luainputenc"] = {["luainputenc"]=true,}, + ["nccdefaults"] = {["ncclatex"]=true,}, + ["mtcpatchmem"] = {["minitoc"]=true,}, + ["courier"] = {["psnfss"]=true,}, + ["insbox"] = {["insbox"]=true,}, + ["t-pgfbma"] = {["pgf"]=true,}, + ["fourier"] = {["fourier"]=true,}, + ["amsdtx"] = {["amscls"]=true,}, + ["biblotex"] = {["gustlib"]=true,}, + ["pgfplotsoldpgfsupp_misc.code"] = {["pgfplots"]=true,}, + ["fxlayoutpdfcnote"] = {["fixme"]=true,}, + ["tikzlibrarydecorations.code"] = {["pgf"]=true,}, + ["pifont"] = {["psnfss"]=true,}, + ["ccalgo"] = {["computational-complexity"]=true,}, + ["utf8-pl"] = {["utf8mex"]=true,}, + ["hefonts"] = {["arabtex"]=true,}, + ["s-pre-18"] = {["context"]=true,}, + ["acronym"] = {["acronym"]=true,}, + ["npsfont"] = {["seminar"]=true,}, + ["ofs-ps"] = {["ofs"]=true,}, + ["pst-optic"] = {["pst-optic"]=true,}, + ["boites_exemples"] = {["boites"]=true,}, + ["simplecv"] = {["simplecv"]=true,}, + ["musixadd"] = {["musixtex"]=true,}, + ["petiteannonce"] = {["petiteannonce"]=true,}, + ["fnbreak"] = {["fnbreak"]=true,}, + ["t-pgfkey"] = {["pgf"]=true,}, + ["labelcas"] = {["labelcas"]=true,}, + ["beamerbasetemplates"] = {["beamer"]=true,}, + ["tikzlibraryfolding.code"] = {["pgf"]=true,}, + ["tikzlibrarycalendar.code"] = {["pgf"]=true,}, + ["s-pre-14"] = {["context"]=true,}, + ["staves"] = {["staves"]=true,}, + ["unroman"] = {["unroman"]=true,}, + ["pictexwd"] = {["pictex"]=true,}, + ["bangfont"] = {}, + ["montgomery"] = {["context"]=true,}, + ["upmethodology-spec"] = {["upmethodology"]=true,}, + ["quotchap"] = {["quotchap"]=true,}, + ["expl3"] = {["expl3"]=true,}, + ["textfit"] = {["textfit"]=true,}, + ["type-gfs"] = {["context-typescripts"]=true,}, + ["bpfats1"] = {["iso10303"]=true,}, + ["pgflibrarydecorations.pathreplacing.code"] = {["pgf"]=true,}, + ["startrek"] = {["fundus"]=true,}, + ["vietnam"] = {["vntex"]=true,}, + ["osf2x"] = {["fontinst"]=true,}, + ["piccorr"] = {["pictex"]=true,}, + ["mhequ"] = {["mhequ"]=true,}, + ["csckrn2x"] = {["fontinst"]=true,}, + ["pgfcore.code"] = {["pgf"]=true,}, + ["xepersian"] = {["xepersian"]=true,}, + ["namespc"] = {["namespc"]=true,}, + ["letltxmacro"] = {["oberdiek"]=true,}, + ["hewrite"] = {["arabtex"]=true,}, + ["pgfplotscolormap.code"] = {["pgfplots"]=true,}, + ["breakcites"] = {["breakcites"]=true,}, + ["codep"] = {["examplep"]=true,}, + ["fouriernc"] = {["fouriernc"]=true,}, + ["ednmath0"] = {["lineno"]=true,}, + ["changes"] = {["changes"]=true,}, + ["arsclassica"] = {["arsclassica"]=true,}, + ["csenc-u"] = {}, + ["thm-autoref"] = {["thmtools"]=true,}, + ["popupmenu"] = {["popupmenu"]=true,}, + ["fontdoc"] = {["fontinst"]=true,}, + ["sobolev"] = {["bosisio"]=true,}, + ["s-abr-02"] = {["context"]=true,}, + ["fp-trigo"] = {["fp"]=true,}, + ["notoccite"] = {}, + ["classicthesis"] = {["classicthesis"]=true,}, + ["ajae"] = {["economic"]=true,}, + ["liturg"] = {["liturg"]=true,}, + ["paper"] = {["paper"]=true,}, + ["s-pre-70"] = {["context"]=true,}, + ["psfont"] = {["altfont"]=true,}, + ["TXSfigs"] = {["texsis"]=true,}, + ["blackdvi"] = {["dvips"]=true,}, + ["xtag-mea"] = {["context"]=true,}, + ["upmethodology-code"] = {["upmethodology"]=true,}, + ["filecontents"] = {["filecontents"]=true,}, + ["keyreader"] = {["keyreader"]=true,}, + ["yusage"] = {}, + ["dsfont"] = {["doublestroke"]=true,}, + ["bibtopic"] = {["bibtopic"]=true,}, + ["verbatimcopy"] = {["verbatimcopy"]=true,}, + ["pgfshade"] = {["pgf"]=true,}, + ["beamercolorthemealbatross"] = {["beamer"]=true,}, + ["aguplus"] = {["aguplus"]=true,}, + ["cmll"] = {["cmll"]=true,}, + ["t-pgffor"] = {["pgf"]=true,}, + ["curve2e"] = {["curve2e"]=true,}, + ["etruscan"] = {["archaic"]=true,}, + ["hyph-mn-cyrl-x-2a"] = {["hyph-utf8"]=true,}, + ["fixpdfmag"] = {}, + ["loadhyph-cs"] = {["hyph-utf8"]=true,}, + ["CJKpunct"] = {["cjkpunct"]=true,}, + ["arial"] = {["pclnfss"]=true,}, + ["t-pgfcor"] = {["pgf"]=true,}, + ["l3intexpr"] = {["expl3"]=true,}, + ["revsymb4-1"] = {["revtex"]=true,}, + ["teixml"] = {}, + ["fp-eval"] = {["fp"]=true,}, + ["iwona"] = {["iwona"]=true,}, + ["type-miso"] = {["context-typescripts"]=true,}, + ["kvoptions"] = {["oberdiek"]=true,}, + ["mproof"] = {["metapost"]=true,}, + ["romannum"] = {["romannum"]=true,}, + ["zwpagelayout"] = {["zwpagelayout"]=true,}, + ["sproof"] = {["stex"]=true,}, + ["mult-ro"] = {["context"]=true,}, + ["dialogue"] = {["frankenstein"]=true,}, + ["dutch"] = {["babel"]=true,}, + ["philokalia"] = {["philokalia"]=true,}, + ["hepatch"] = {["arabtex"]=true,}, + ["ifpdf"] = {["oberdiek"]=true,}, + ["minibox"] = {["minibox"]=true,}, + ["AlDraTex"] = {["dratex"]=true,}, + ["apmpspec"] = {["iso10303"]=true,}, + ["x-xml-01"] = {["context"]=true,}, + ["x-fig-03"] = {["context"]=true,}, + ["watermark"] = {["ncctools"]=true,}, + ["aurical"] = {["aurical"]=true,}, + ["cc"] = {["computational-complexity"]=true,}, + ["list"] = {}, + ["portuges"] = {["babel"]=true,}, + ["eskdinfo"] = {["eskdx"]=true,}, + ["eskdtext"] = {["eskdx"]=true,}, + ["l3xref"] = {["expl3"]=true,}, + ["loadhyph-sl"] = {["hyph-utf8"]=true,}, + ["hyph-eo"] = {["hyph-utf8"]=true,}, + ["barticle"] = {}, + ["texmate"] = {["texmate"]=true,}, + ["loadhyph-ia"] = {["hyph-utf8"]=true,}, + ["ttabl"] = {["croatian"]=true,}, + ["bpfir1"] = {["iso10303"]=true,}, + ["tikzlibraryer.code"] = {["pgf"]=true,}, + ["keyvald"] = {["cweb-latex"]=true,}, + ["s-pre-11"] = {["context"]=true,}, + ["dolines"] = {["midnight"]=true,}, + ["authorindex"] = {["authorindex"]=true,}, + ["s-pre-17"] = {["context"]=true,}, + ["pnets"] = {["petri-nets"]=true,}, + ["fonetika"] = {["fonetika"]=true,}, + ["mlnames"] = {}, + ["amsfn"] = {["ofs"]=true,}, + ["ltxdoc"] = {["latex"]=true,}, + ["tufte"] = {["context"]=true,}, + ["fonttabs"] = {}, + ["pst-fp"] = {["pstricks"]=true,}, + ["pst-mirror"] = {["pst-mirror"]=true,}, + ["ginpenc"] = {["ginpenc"]=true,}, + ["la"] = {["fundus"]=true,}, + ["kvoptions-patch"] = {["oberdiek"]=true,}, + ["hcletter"] = {["hc"]=true,}, + ["linkalias"] = {}, + ["xskak-keys"] = {["xskak"]=true,}, + ["pocoec"] = {["economic"]=true,}, + ["showexpl"] = {["showexpl"]=true,}, + ["simpleslides-s-RainbowStripe"] = {["context-simpleslides"]=true,}, + ["asyalign"] = {["asyfig"]=true,}, + ["shadbox1"] = {}, + ["g-brief"] = {["g-brief"]=true,}, + ["ojapan"] = {}, + ["txi-it"] = {}, + ["catechis"] = {["catechis"]=true,}, + ["ragged"] = {}, + ["akkwidepage"] = {["akktex"]=true,}, + ["fr-subfig"] = {["floatrow"]=true,}, + ["etextools"] = {["etextools"]=true,}, + ["alias-cmc"] = {["t2"]=true,}, + ["fenixtok"] = {["fenixpar"]=true,}, + ["beamercolorthemelily"] = {["beamer"]=true,}, + ["ofs-6s"] = {["ofs"]=true,}, + ["CoverPage"] = {["coverpage"]=true,}, + ["pgflibrarydecorations.footprints.code"] = {["pgf"]=true,}, + ["a0poster"] = {["a0poster"]=true,}, + ["powerdot-simple"] = {["powerdot"]=true,}, + ["asmo449a"] = {["arabtex"]=true,}, + ["mtx-context-timing"] = {["context"]=true,}, + ["minted"] = {["minted"]=true,}, + ["multienum"] = {}, + ["zref-base"] = {["oberdiek"]=true,}, + ["coptic"] = {["cbcoptic"]=true,}, + ["xucuri"] = {["mxedruli"]=true,}, + ["ragged2e"] = {["ms"]=true,}, + ["cclicenses"] = {["cclicenses"]=true,}, + ["afthes12"] = {["afthesis"]=true,}, + ["crosswrd"] = {["crosswrd"]=true,}, + ["ofs-6a"] = {["ofs"]=true,}, + ["texdraw"] = {["texdraw"]=true,}, + ["elsart"] = {["elsevier"]=true,}, + ["pst-dbicons"] = {["pst-dbicons"]=true,}, + ["s-pre-13"] = {["context"]=true,}, + ["grphyph5"] = {["hyphen-greek"]=true,}, + ["pst-infixplot"] = {["pst-infixplot"]=true,}, + ["cell"] = {["cell"]=true,}, + ["pst-gr3d"] = {["pst-gr3d"]=true,}, + ["portland"] = {}, + ["apmptbl"] = {["iso10303"]=true,}, + ["arabicore"] = {["arabi"]=true,}, + ["s-pre-10"] = {["context"]=true,}, + ["textpos"] = {["textpos"]=true,}, + ["examdesign"] = {["examdesign"]=true,}, + ["ebsthesis"] = {["ebsthesis"]=true,}, + ["tlinst-BT08-abstract"] = {}, + ["CJK"] = {["cjk"]=true,}, + ["grmhyph"] = {}, + ["lblchng1"] = {["ednotes"]=true,}, + ["lang-cel"] = {["context"]=true,}, + ["pgfcorepathprocessing.code"] = {["pgf"]=true,}, + ["epstopdf-base"] = {["oberdiek"]=true,}, + ["loadhyph-sv"] = {["hyph-utf8"]=true,}, + ["pst-light3d"] = {["pst-light3d"]=true,}, + ["engord"] = {["oberdiek"]=true,}, + ["llist"] = {}, + ["mlist"] = {["mlist"]=true,}, + ["slurs"] = {["musixps"]=true,}, + ["sgmlcmpt"] = {["jknapltx"]=true,}, + ["csvsort"] = {["csvtools"]=true,}, + ["common-15"] = {}, + ["txfn"] = {["ofs"]=true,}, + ["xtag-ext"] = {["context"]=true,}, + ["mult-en"] = {["context"]=true,}, + ["tikzlibrarytopaths.code"] = {["pgf"]=true,}, + ["cours"] = {["mafr"]=true,}, + ["laps"] = {}, + ["makedoc"] = {["nicetext"]=true,}, + ["xarbskel"] = {["arabtex"]=true,}, + ["powerdot-aggie"] = {["powerdot"]=true,}, + ["afoot"] = {["arabtex"]=true,["ledmac"]=true,}, + ["doi"] = {["doi"]=true,}, + ["xr-hyper"] = {["hyperref"]=true,}, + ["supp-mis"] = {["context"]=true,}, + ["fxlayoutpdfcsigmargin"] = {["fixme"]=true,}, + ["sidecap"] = {["sidecap"]=true,}, + ["pgfcomp-version-1-18"] = {["pgf"]=true,}, + ["circuitikz1.code"] = {["circuitikz"]=true,}, + ["accsupp"] = {["oberdiek"]=true,}, + ["plain"] = {["carlisle"]=true,}, + ["beamerouterthemesmoothbars"] = {["beamer"]=true,}, + ["PPRserpaggi"] = {["prosper"]=true,}, + ["sgamevar"] = {["sgame"]=true,}, + ["cursor"] = {["cursor"]=true,}, + ["abidir"] = {["arabtex"]=true,}, + ["treetex"] = {["treetex"]=true,}, + ["texilikechaps"] = {}, + ["citeref"] = {}, + ["symb-cow"] = {["context"]=true,}, + ["t-account"] = {["context-account"]=true,}, + ["abbr"] = {["abbr"]=true,}, + ["tkz-tab"] = {["tkz-tab"]=true,}, + ["akkgermanabbreviations"] = {["akktex"]=true,}, + ["fxtargetlayoutcolor"] = {["fixme"]=true,}, + ["hcreport"] = {["hc"]=true,}, + ["t-type-semaf"] = {["semaphor"]=true,}, + ["aligs"] = {["arabtex"]=true,}, + ["oldgerm"] = {["mfnfss"]=true,}, + ["jurabib"] = {["jurabib"]=true,}, + ["kam-csf"] = {["enctex"]=true,}, + ["aecompl"] = {["ae"]=true,}, + ["hyph-hsb"] = {["hyph-utf8"]=true,}, + ["refstyle"] = {["refstyle"]=true,}, + ["afonts1"] = {["arabtex"]=true,}, + ["kam-il2"] = {["enctex"]=true,}, + ["conv-utf8-il3"] = {["hyph-utf8"]=true,}, + ["translit"] = {["arabi"]=true,}, + ["glossaries-babel"] = {["glossaries"]=true,}, + ["newfile"] = {["newfile"]=true,}, + ["euro"] = {["euro"]=true,}, + ["gatech-thesis-patch"] = {["gatech-thesis"]=true,}, + ["arabic"] = {}, + ["auto-pst-pdf"] = {["auto-pst-pdf"]=true,}, + ["pst-asr"] = {["pst-asr"]=true,}, + ["article"] = {["latex"]=true,}, + ["createsudoku"] = {["sudokubundle"]=true,}, + ["mdugm"] = {["mathdesign"]=true,}, + ["zerohyph"] = {}, + ["nih"] = {["nih"]=true,}, + ["play"] = {["play"]=true,}, + ["hyph-id"] = {["hyph-utf8"]=true,}, + ["beamerthemeBergen"] = {["beamer"]=true,}, + ["mult-mno"] = {["context"]=true,}, + ["interactiveworkbook-web"] = {["interactiveworkbook"]=true,}, + ["beamercolorthemebeaver"] = {["beamer"]=true,}, + ["chapterbib"] = {["cite"]=true,}, + ["psibycus"] = {["ibygrk"]=true,}, + ["catc-sym"] = {["context"]=true,}, + ["lh-t2axccr"] = {["lh"]=true,}, + ["rcs"] = {["rcs"]=true,}, + ["stepv13"] = {["iso10303"]=true,}, + ["engpron-tools"] = {["engpron"]=true,}, + ["pst-blur"] = {["pst-blur"]=true,}, + ["pacioli"] = {["pacioli"]=true,}, + ["algorithmic"] = {["algorithms"]=true,}, + ["pbsheet"] = {["pbsheet"]=true,}, + ["wotree"] = {["dratex"]=true,}, + ["mltex"] = {["mltex"]=true,}, + ["boolexpr"] = {["boolexpr"]=true,}, + ["lscape"] = {["graphics"]=true,}, + ["powerdot"] = {["powerdot"]=true,}, + ["s-faq-02"] = {["context"]=true,}, + ["copthyph"] = {}, + ["pgfplotsoldpgfsupp_pgflibraryplothandlers.code"] = {["pgfplots"]=true,}, + ["loadhyph-cop"] = {["hyph-utf8"]=true,}, + ["sistyle"] = {["sistyle"]=true,}, + ["xyxdvi"] = {["xypic"]=true,}, + ["knittingpattern"] = {["knittingpattern"]=true,}, + ["lhcyralt"] = {}, + ["bpfap2"] = {["iso10303"]=true,}, + ["ae"] = {["ae"]=true,}, + ["gmoldcomm"] = {["gmdoc"]=true,}, + ["printsudoku"] = {["sudokubundle"]=true,}, + ["fp-addons"] = {["fp"]=true,}, + ["bpfats10"] = {["iso10303"]=true,}, + ["classicthesis-ldpkg"] = {["classicthesis"]=true,}, + ["asmo449"] = {["arabtex"]=true,}, + ["rotate"] = {["dvips"]=true,}, + ["braille"] = {["braille"]=true,}, + ["ttablb"] = {["croatian"]=true,}, + ["underlin"] = {["underlin"]=true,}, + ["pst-poly"] = {["pst-poly"]=true,}, + ["harvmac"] = {["harvmac"]=true,}, + ["ed"] = {["ed"]=true,}, + ["PPRrico"] = {["prosper"]=true,}, + ["type-yanone"] = {["context-typescripts"]=true,}, + ["charter"] = {["psnfss"]=true,}, + ["antree"] = {["williams"]=true,}, + ["xymatrix"] = {["xypic"]=true,}, + ["font_charter"] = {["font-change"]=true,}, + ["beamercolorthemedolphin"] = {["beamer"]=true,}, + ["semhelv"] = {["seminar"]=true,}, + ["hyph-sh-latn"] = {["hyph-utf8"]=true,}, + ["vmargin"] = {["vmargin"]=true,}, + ["bclogo"] = {["bclogo"]=true,}, + ["bezier"] = {["latex"]=true,}, + ["bidicode"] = {["bidi"]=true,}, + ["iflang"] = {["oberdiek"]=true,}, + ["mtx-context-combine"] = {["context"]=true,}, + ["dehyphtex"] = {}, + ["xr"] = {["tools"]=true,}, + ["l3keys2e"] = {["xpackages"]=true,}, + ["hep"] = {["hep"]=true,}, + ["s-syn-01"] = {["context"]=true,}, + ["loadhyph-de-ch-1901"] = {["hyph-utf8"]=true,}, + ["meta-pre"] = {["context"]=true,}, + ["ltgothic"] = {["pclnfss"]=true,}, + ["x-openmath"] = {["context"]=true,}, + ["story"] = {}, + ["datapie"] = {["datatool"]=true,}, + ["type-ghz"] = {["context"]=true,}, + ["ligtable"] = {["arabtex"]=true,}, + ["nccmath"] = {["ncctools"]=true,}, + ["struktex"] = {["struktex"]=true,}, + ["s-sys-01"] = {["context"]=true,}, + ["loadhyph-kmr"] = {["hyph-utf8"]=true,}, + ["aicv1"] = {["iso10303"]=true,}, + ["askinclude"] = {["oberdiek"]=true,}, + ["ar"] = {["ar"]=true,}, + ["lfp"] = {["fp"]=true,}, + ["addlines"] = {["addlines"]=true,}, + ["extbook"] = {["extsizes"]=true,}, + ["svn-multi"] = {["svn-multi"]=true,}, + ["lang-alt"] = {["context"]=true,}, + ["ncctitlepage"] = {["ncclatex"]=true,}, + ["pgfkeys.code"] = {["pgf"]=true,}, + ["grsymb"] = {["babel"]=true,}, + ["beamerbaseframe"] = {["beamer"]=true,}, + ["pgfplotsoldpgfsupp_tikzlibraryexternal.code"] = {["pgfplots"]=true,}, + ["cont-cz"] = {["context"]=true,}, + ["har2nat"] = {["har2nat"]=true,}, + ["m-chemic"] = {["context"]=true,}, + ["fp"] = {["fp"]=true,}, + ["ruhyphmg"] = {}, + ["beamerouterthemedefault"] = {["beamer"]=true,}, + ["thrd-pic"] = {["context"]=true,}, + ["suffix"] = {["bigfoot"]=true,}, + ["beamerthemedefault"] = {["beamer"]=true,}, + ["pgfplotscore.code"] = {["pgfplots"]=true,}, + ["scrbookreportarticle"] = {}, + ["misccorr"] = {["t2"]=true,}, + ["dpfloat"] = {["dpfloat"]=true,}, + ["beamerbaseboxes"] = {["beamer"]=true,}, + ["852-latex"] = {["enctex"]=true,}, + ["cool"] = {["cool"]=true,}, + ["psfragx"] = {["psfragx"]=true,}, + ["beamerbaseauxtemplates"] = {["beamer"]=true,}, + ["parcolumns"] = {["sauerj"]=true,}, + ["picmac"] = {}, + ["parrun"] = {["parrun"]=true,}, + ["lstmisc"] = {["listings"]=true,}, + ["dvipscol"] = {["oberdiek"]=true,}, + ["go"] = {}, + ["harpoon"] = {["harpoon"]=true,}, + ["xyline"] = {["xypic"]=true,}, + ["apmptempl"] = {["iso10303"]=true,}, + ["tree-dvips"] = {["tree-dvips"]=true,}, + ["musixdia"] = {["musixtex"]=true,}, + ["context"] = {["context"]=true,}, + ["akkmath"] = {["akktex"]=true,}, + ["hyph-sa"] = {["hyph-utf8"]=true,}, + ["eskdspec"] = {["eskdx"]=true,}, + ["dumyhyph"] = {}, + ["bibgerm"] = {}, + ["simpleslides-s-BoxedTitle"] = {["context-simpleslides"]=true,}, + ["lcydefs"] = {["cyrillic"]=true,}, + ["l3precom"] = {["expl3"]=true,}, + ["eltex4"] = {["eltex"]=true,}, + ["mceinleger"] = {["mceinleger"]=true,}, + ["ntheorem"] = {["ntheorem"]=true,}, + ["bm"] = {["tools"]=true,}, + ["palatino"] = {["psnfss"]=true,}, + ["acjk"] = {["arabtex"]=true,}, + ["loadhyph-cy"] = {["hyph-utf8"]=true,}, + ["oubraces"] = {["oubraces"]=true,}, + ["t-pgfplotstable"] = {["pgfplots"]=true,}, + ["guitar"] = {["guitar"]=true,}, + ["ps-trees"] = {["linguex"]=true,}, + ["xt_capts"] = {["xtcapts"]=true,}, + ["concmath"] = {["concmath"]=true,}, + ["thrmappendix"] = {}, + ["pgfplotsutil.code"] = {["pgfplots"]=true,}, + ["threeparttable"] = {}, + ["em"] = {["em"]=true,}, + ["luatextra-latex"] = {["luatextra"]=true,}, + ["syntonly"] = {["latex"]=true,}, + ["t-simplefonts"] = {["context-simplefonts"]=true,}, + ["crossreference"] = {["crossreference"]=true,}, + ["zip"] = {}, + ["trimspaces"] = {["trimspaces"]=true,}, + ["thp"] = {["tools"]=true,}, + ["totcount"] = {["totcount"]=true,}, + ["kerkis"] = {["kerkis"]=true,}, + ["pl"] = {["plweb"]=true,}, + ["mathlig"] = {}, + ["dvngcite"] = {["velthuis"]=true,}, + ["drac"] = {["drac"]=true,}, + ["apecon"] = {["economic"]=true,}, + ["klulist"] = {["kluwer"]=true,}, + ["lh-ot2"] = {["lh"]=true,}, + ["pagepc"] = {["refman"]=true,}, + ["common-7"] = {}, + ["ptptex"] = {["ptptex"]=true,}, + ["lang-art"] = {["context"]=true,}, + ["pgfmoduledecorations.code"] = {["pgf"]=true,}, + ["sample"] = {["context"]=true,}, + ["sudoku"] = {["sudoku"]=true,}, + ["pst-spectra"] = {["pst-spectra"]=true,}, + ["sphack"] = {}, + ["mkpatter"] = {["mkpattern"]=true,}, + ["oz"] = {["objectz"]=true,}, + ["pdfrender"] = {["oberdiek"]=true,}, + ["apldef"] = {}, + ["x-newpml"] = {["context"]=true,}, + ["calendrierfpmodified"] = {["arabi"]=true,}, + ["diagmac2"] = {["diagmac2"]=true,}, + ["beamerbaseverbatim"] = {["beamer"]=true,}, + ["materie"] = {["context"]=true,}, + ["pgfmathtrig.code"] = {["pgf"]=true,}, + ["bibl-ams"] = {["context"]=true,}, + ["mathbbol"] = {["jknapltx"]=true,}, + ["s-pre-66"] = {["context"]=true,}, + ["xtag-meb"] = {["context"]=true,}, + ["semcolor"] = {["seminar"]=true,}, + ["cont-old"] = {["context"]=true,}, + ["aedpatch"] = {["arabtex"]=true,}, + ["type-junicode"] = {["context-typescripts"]=true,}, + ["random"] = {}, + ["grcodes"] = {}, + ["labbook"] = {["labbook"]=true,}, + ["mpmulti"] = {["ppower4"]=true,}, + ["pdfslide"] = {["pdfslide"]=true,}, + ["hefonts1"] = {["arabtex"]=true,}, + ["tdsfrmath"] = {["tdsfrmath"]=true,}, + ["tufte-handout"] = {["tufte-latex"]=true,}, + ["graphfig"] = {["bosisio"]=true,}, + ["pp4link"] = {["ppower4"]=true,}, + ["pgflibraryarrows"] = {["pgf"]=true,}, + ["harvard"] = {["harvard"]=true,}, + ["loadhyph-pl"] = {["hyph-utf8"]=true,}, + ["kvsetkeys"] = {["oberdiek"]=true,}, + ["pdfwin"] = {["pdfwin"]=true,}, + ["longdiv"] = {}, + ["txdps"] = {["texdraw"]=true,}, + ["slovak"] = {["babel"]=true,}, + ["AlProTex"] = {["protex"]=true,}, + ["thuan"] = {["context"]=true,}, + ["screenplay"] = {["screenplay"]=true,}, + ["coolstr"] = {["coolstr"]=true,}, + ["zref-xr"] = {["oberdiek"]=true,}, + ["xeindex"] = {["xeindex"]=true,}, + ["amac"] = {["arabtex"]=true,}, + ["hyph-cop"] = {["hyph-utf8"]=true,}, + ["tikzlibraryshadows.code"] = {["pgf"]=true,}, + ["hmac"] = {["arabtex"]=true,}, + ["imac"] = {["imac"]=true,}, + ["pdftexmagfix"] = {}, + ["pdfcol"] = {["oberdiek"]=true,}, + ["witbhs"] = {["arabtex"]=true,}, + ["pax"] = {["pax"]=true,}, + ["type-msw"] = {["context"]=true,}, + ["textcomp"] = {["latex"]=true,}, + ["cjwinteg"] = {["cjw"]=true,}, + ["meta-txt"] = {["context"]=true,}, + ["heppennames"] = {["hepnames"]=true,}, + ["flushend"] = {["sttools"]=true,}, + ["scrartcl"] = {}, + ["norm-ctx"] = {["context"]=true,}, + ["mempatch"] = {["memoir"]=true,}, + ["changelayout"] = {["changelayout"]=true,}, + ["needspace"] = {}, + ["pgfbasesnakes"] = {["pgf"]=true,}, + ["rccol"] = {["rccol"]=true,}, + ["shapecm"] = {["codepage"]=true,}, + ["mapcodes"] = {}, + ["xq"] = {["xq"]=true,}, + ["simpleslides-s-Embossed"] = {["context-simpleslides"]=true,}, + ["rkvbeta"] = {["amscls"]=true,}, + ["mslapa"] = {["mslapa"]=true,}, + ["l3prop"] = {["expl3"]=true,}, + ["hyph-cs"] = {["hyph-utf8"]=true,}, + ["mathdesign"] = {["mathdesign"]=true,}, + ["amspbold"] = {["qpxqtx"]=true,}, + ["hebrew"] = {["babel"]=true,}, + ["dashundergaps"] = {["dashundergaps"]=true,}, + ["loadhyph-eu"] = {["hyph-utf8"]=true,}, + ["loadhyph-mn-cyrl-x-2a"] = {["hyph-utf8"]=true,}, + ["shortvrb"] = {["latex"]=true,}, + ["showframe"] = {["eso-pic"]=true,}, + ["font_epigrafica_euler"] = {["font-change"]=true,}, + ["pgfrcs.code"] = {["pgf"]=true,}, + ["bpfats11"] = {["iso10303"]=true,}, + ["apsstempl"] = {["iso10303"]=true,}, + ["loadhyph-mn-cyrl"] = {["hyph-utf8"]=true,}, + ["beamerthemeLuebeck"] = {["beamer"]=true,}, + ["scalefnt"] = {["carlisle"]=true,}, + ["exam"] = {["exam"]=true,}, + ["t-letter"] = {["context-letter"]=true,}, + ["cmathmlx"] = {["stex"]=true,}, + ["codeiso1"] = {["codepage"]=true,}, + ["hyph-mn-cyrl"] = {["hyph-utf8"]=true,}, + ["loadhyph-de-1996"] = {["hyph-utf8"]=true,}, + ["mongolian"] = {["mongolian-babel"]=true,}, + ["isonums"] = {}, + ["juraabbrev"] = {["juraabbrev"]=true,}, + ["m-narrowtt"] = {["context"]=true,}, + ["fontchart"] = {}, + ["naustrian"] = {["babel"]=true,}, + ["luatex-basics"] = {["context"]=true,}, + ["pst-laboObj"] = {["pst-labo"]=true,}, + ["tikzlibrarypgfplots.external.code"] = {["pgfplots"]=true,}, + ["greektex"] = {["greektex"]=true,}, + ["stepman"] = {["iso10303"]=true,}, + ["alnumsec"] = {["alnumsec"]=true,}, + ["bullenum"] = {["bullcntr"]=true,}, + ["pgfmathutil.code"] = {["pgf"]=true,}, + ["ltxcheck"] = {["latex"]=true,}, + ["layout"] = {["tools"]=true,}, + ["authblk"] = {["preprint"]=true,}, + ["xepersian-multiplechoice"] = {["xepersian"]=true,}, + ["morefloats"] = {}, + ["hyph-la"] = {["hyph-utf8"]=true,}, + ["type-dejavu"] = {["context-typescripts"]=true,}, + ["tikzlibrarytrees.code"] = {["pgf"]=true,}, + ["cyralias"] = {["t2"]=true,}, + ["mcol-ex"] = {["gustlib"]=true,}, + ["aplstyle"] = {}, + ["count1to"] = {["ms"]=true,}, + ["karabas"] = {}, + ["alg"] = {["alg"]=true,}, + ["mathtools"] = {["mh"]=true,}, + ["geophys"] = {["custom-bib"]=true,}, + ["histogr"] = {["histogr"]=true,}, + ["multind"] = {}, + ["bibtopicprefix"] = {["bibtopicprefix"]=true,}, + ["villesItalia"] = {["pst-geo"]=true,}, + ["allrunes"] = {["allrunes"]=true,}, + ["fourier-orns"] = {["fourier"]=true,}, + ["type-samba"] = {["context-typescripts"]=true,}, + ["utf8math"] = {["enctex"]=true,}, + ["splitidx"] = {["splitindex"]=true,}, + ["ltxdocext"] = {["revtex"]=true,}, + ["s-grk-00"] = {["context"]=true,}, + ["codemac"] = {["codepage"]=true,}, + ["nowtoaux"] = {["volumes"]=true,}, + ["bigfoot"] = {["bigfoot"]=true,}, + ["compare"] = {}, + ["s-faq-00"] = {["context"]=true,}, + ["usorbian"] = {["babel"]=true,}, + ["asyfig"] = {["asyfig"]=true,}, + ["mlsgalig"] = {["montex"]=true,}, + ["kluopen"] = {["kluwer"]=true,}, + ["directory"] = {["directory"]=true,}, + ["lablst"] = {["latex"]=true,}, + ["xskak"] = {["xskak"]=true,}, + ["nag"] = {["nag"]=true,}, + ["pgflibraryshapes.arrows.code"] = {["pgf"]=true,}, + ["inscrutable"] = {}, + ["multicol"] = {["tools"]=true,}, + ["tocstyle"] = {}, + ["mypsizzl"] = {}, + ["bytefield"] = {["bytefield"]=true,}, + ["eco"] = {["eco"]=true,}, + ["romanidx"] = {["babel"]=true,}, + ["preview"] = {["preview"]=true,}, + ["beamerouterthemeinfolines"] = {["beamer"]=true,}, + ["grmhyph5"] = {["hyphen-greek"]=true,}, + ["utf8warn"] = {["enctex"]=true,}, + ["sfg"] = {["sfg"]=true,}, + ["univers"] = {["pclnfss"]=true,}, + ["dtk-pdf"] = {["dtk"]=true,}, + ["pdfcolmk"] = {["oberdiek"]=true,}, + ["isodoc"] = {["isodoc"]=true,}, + ["presentation"] = {["stex"]=true,}, + ["loadhyph-uk"] = {["hyph-utf8"]=true,}, + ["hyph-lv"] = {["hyph-utf8"]=true,}, + ["beamercolorthemebeetle"] = {["beamer"]=true,}, + ["english"] = {["babel"]=true,}, + ["altxext"] = {["arabtex"]=true,}, + ["cont-ro"] = {["context"]=true,}, + ["scrdatetime"] = {}, + ["hyph-eu"] = {["hyph-utf8"]=true,}, + ["twoblks"] = {["arabtex"]=true,}, + ["font_bera_euler"] = {["font-change"]=true,}, + ["mynormal"] = {}, + ["nccrules"] = {["ncctools"]=true,}, + ["rjlpshap"] = {["rjlparshap"]=true,}, + ["zed-csp"] = {["zed-csp"]=true,}, + ["pst-func"] = {["pst-func"]=true,}, + ["beamerthemeBoadilla"] = {["beamer"]=true,}, + ["aconfig"] = {["arabtex"]=true,}, + ["bibentry"] = {["natbib"]=true,}, + ["autoarea"] = {["autoarea"]=true,}, + ["t-bnf"] = {["context-bnf"]=true,}, + ["pdfwebmac"] = {["cweb"]=true,}, + ["rsphrase"] = {["mhchem"]=true,}, + ["mhchem"] = {["mhchem"]=true,}, + ["zhsusefulmacros"] = {["zhspacing"]=true,}, + ["TypeSp03"] = {["typespec"]=true,}, + ["draftcopy"] = {["draftcopy"]=true,}, + ["akkmathpaper"] = {["akktex"]=true,}, + ["pdfcolfoot"] = {["oberdiek"]=true,}, + ["papertex"] = {["papertex"]=true,}, + ["multiply"] = {["bez123"]=true,}, + ["tugproc"] = {["tugboat-plain"]=true,}, + ["chbibref"] = {["chbibref"]=true,}, + ["fontenc"] = {["latex"]=true,}, + ["beamerbasesection"] = {["beamer"]=true,}, + ["italian"] = {["babel"]=true,}, + ["beamerthemeDresden"] = {["beamer"]=true,}, + ["utfcode"] = {["arabtex"]=true,}, + ["xymovie"] = {["xypic"]=true,}, + ["lithuanian"] = {["lithuanian"]=true,}, + ["extarrows"] = {["extarrows"]=true,}, + ["extreport"] = {["extsizes"]=true,}, + ["dvipaste"] = {["export"]=true,}, + ["gloss_add"] = {["thesis-titlepage-fhac"]=true,}, + ["etiketka"] = {["shipunov"]=true,}, + ["pismo"] = {}, + ["norm-ltx"] = {["context"]=true,}, + ["bpfap6"] = {["iso10303"]=true,}, + ["caption"] = {["caption"]=true,}, + ["ctable"] = {["ctable"]=true,}, + ["docidx2e"] = {["xdoc"]=true,}, + ["lcg"] = {["lcg"]=true,}, + ["ocg"] = {["asymptote"]=true,}, + ["abstbook"] = {}, + ["ltxcmds"] = {["oberdiek"]=true,}, + ["pst-stru"] = {["pst-stru"]=true,}, + ["x-chemml"] = {["context"]=true,}, + ["x-cals-test"] = {["context"]=true,}, + ["pgfcorepatterns.code"] = {["pgf"]=true,}, + ["paralist"] = {["paralist"]=true,}, + ["breton"] = {["babel"]=true,}, + ["hepnicenames"] = {["hepnames"]=true,}, + ["articoletteracdp"] = {["cdpbundl"]=true,}, + ["qpalatin"] = {["tex-gyre"]=true,}, + ["topsection"] = {["ncctools"]=true,}, + ["threeparttablex"] = {["threeparttablex"]=true,}, + ["flashmovie"] = {["flashmovie"]=true,}, + ["xydvidrv"] = {["xypic"]=true,}, + ["l3calc"] = {["expl3"]=true,}, + ["beamerfoils"] = {["beamer"]=true,}, + ["romanian"] = {["babel"]=true,}, + ["pdfdcwebmac"] = {["cweb"]=true,}, + ["tikzlibrary3d.code"] = {["pgf"]=true,}, + ["rmpage"] = {["rmpage"]=true,}, + ["ctimes"] = {}, + ["ntimes"] = {["cslatex"]=true,}, + ["pandora"] = {["mfnfss"]=true,}, + ["pgfplotsliststructure.code"] = {["pgfplots"]=true,}, + ["ttimes"] = {}, + ["qtimes"] = {["tex-gyre"]=true,}, + ["permute"] = {["permute"]=true,}, + ["spechyph-ot1-fr"] = {["hyph-utf8"]=true,}, + ["stringenc"] = {["oberdiek"]=true,}, + ["hitec"] = {["hitec"]=true,}, + ["encmacro"] = {["enctex"]=true,}, + ["type-optical"] = {["context-typescripts"]=true,}, + ["zhspacing"] = {["zhspacing"]=true,}, + ["zhmath"] = {["zhspacing"]=true,}, + ["zhulem"] = {["zhspacing"]=true,}, + ["lagally"] = {["arabi"]=true,}, + ["loadhyph-nn"] = {["hyph-utf8"]=true,}, + ["greek"] = {["babel"]=true,}, + ["ytex-cm"] = {}, + ["spotcolorpantone"] = {["spotcolor"]=true,}, + ["leqno"] = {["latex"]=true,}, + ["dnaseq"] = {["dnaseq"]=true,}, + ["numerus"] = {["shipunov"]=true,}, + ["etharab"] = {["ethiop"]=true,}, + ["yhmath"] = {["yhmath"]=true,}, + ["pfnote"] = {["yafoot"]=true,}, + ["pgflibrarydecorations.shapes.code"] = {["pgf"]=true,}, + ["fnpos"] = {["yafoot"]=true,}, + ["xytree"] = {["xytree"]=true,}, + ["introduction"] = {}, + ["xytextures"] = {["xypic"]=true,}, + ["french_msg-msg"] = {["msg"]=true,}, + ["xysmart"] = {["xypic"]=true,}, + ["xypsdict"] = {["xypic"]=true,}, + ["xyps-t"] = {["xypic"]=true,}, + ["automata"] = {["texpower"]=true,}, + ["tabularkv"] = {["oberdiek"]=true,}, + ["xyps-ps"] = {["xypic"]=true,}, + ["eskdpara"] = {["eskdx"]=true,}, + ["xyps-pro"] = {["xypic"]=true,}, + ["xyps-l"] = {["xypic"]=true,}, + ["timing"] = {["timing"]=true,}, + ["xyps-col"] = {["xypic"]=true,}, + ["bpfap15"] = {["iso10303"]=true,}, + ["pst-plot"] = {["pst-plot"]=true,}, + ["beamercolorthemeseagull"] = {["beamer"]=true,}, + ["chessboard-keys-pgf"] = {["chessboard"]=true,}, + ["xyps-c"] = {["xypic"]=true,}, + ["armtex"] = {["armenian"]=true,}, + ["xyidioms"] = {["xypic"]=true,}, + ["x-res-01"] = {["context"]=true,}, + ["showunic"] = {["context"]=true,}, + ["vaucanson"] = {["vaucanson-g"]=true,}, + ["xyframe"] = {["xypic"]=true,}, + ["xyemtex"] = {["xypic"]=true,}, + ["type1cm"] = {["type1cm"]=true,}, + ["beamerthemeplain"] = {["beamer"]=true,}, + ["xydummy"] = {["xypic"]=true,}, + ["polish"] = {["babel"]=true,}, + ["xycurve"] = {["xypic"]=true,}, + ["bibl-apa"] = {["context"]=true,}, + ["makecmds"] = {["makecmds"]=true,}, + ["cpalatin"] = {}, + ["xycrayon"] = {["xypic"]=true,}, + ["PPRalcatel"] = {["prosper"]=true,}, + ["xyarrow"] = {["xypic"]=true,}, + ["lh-x2xccr"] = {["lh"]=true,}, + ["musixstr"] = {["musixtex"]=true,}, + ["xy2cell"] = {["xypic"]=true,}, + ["pst-barcode"] = {["pst-barcode"]=true,}, + ["xy"] = {["xypic"]=true,}, + ["lhcyrkoi"] = {}, + ["gkpmac"] = {}, + ["movie"] = {["xypic"]=true,}, + ["quoted"] = {["logical-markup-utils"]=true,}, + ["bpfs1"] = {["iso10303"]=true,}, + ["xstring"] = {["xstring"]=true,}, + ["xskak-nagdef"] = {["xskak"]=true,}, + ["aesop-de"] = {["context"]=true,}, + ["egplot"] = {}, + ["beamerbasearticle"] = {["beamer"]=true,}, + ["ldcsetup"] = {["xpackages"]=true,}, + ["IEEEconf"] = {["ieeeconf"]=true,}, + ["xoptarg"] = {["xoptarg"]=true,}, + ["m-ch-de"] = {["context"]=true,}, + ["xmltex"] = {["xmltex"]=true,}, + ["xltxtra"] = {["xltxtra"]=true,}, + ["xlop"] = {["xlop"]=true,}, + ["beamerouterthememiniframes"] = {["beamer"]=true,}, + ["xkvtxhdr"] = {["xkeyval"]=true,}, + ["xifthen"] = {["xifthen"]=true,}, + ["xgreek"] = {["xgreek"]=true,}, + ["bpfats4"] = {["iso10303"]=true,}, + ["t-chromato"] = {["context-chromato"]=true,}, + ["font_antp_euler"] = {["font-change"]=true,}, + ["fancycha"] = {}, + ["opentype-info"] = {["xetexfontinfo"]=true,}, + ["unicode-letters"] = {}, + ["t-pgfsys"] = {["pgf"]=true,}, + ["xepersian-persiancal"] = {["xepersian"]=true,}, + ["PPRarabic"] = {["arabi"]=true,}, + ["xecyr"] = {["xecyr"]=true,}, + ["beamerthemeWarsaw"] = {["beamer"]=true,}, + ["dotseqn"] = {["dotseqn"]=true,}, + ["romanneg"] = {}, + ["xdoc2"] = {["xdoc"]=true,}, + ["type-asana"] = {["context-typescripts"]=true,}, + ["loadhyph-hsb"] = {["hyph-utf8"]=true,}, + ["export"] = {["export"]=true,}, + ["cmdtrack"] = {["cmdtrack"]=true,}, + ["xargs"] = {["xargs"]=true,}, + ["ipalmacs"] = {["wsuipa"]=true,}, + ["scraddr"] = {}, + ["ipa"] = {["wsuipa"]=true,}, + ["java-ans"] = {["context"]=true,}, + ["douglas"] = {["context"]=true,}, + ["bpchem"] = {["bpchem"]=true,}, + ["r_und_s"] = {["r_und_s"]=true,}, + ["wrapfig"] = {["wrapfig"]=true,}, + ["letteracdp"] = {["cdpbundl"]=true,}, + ["biblist"] = {["biblist"]=true,}, + ["wordlike"] = {["wordlike"]=true,}, + ["extproc"] = {["extsizes"]=true,}, + ["toklist"] = {["williams"]=true,}, + ["upmethodology-p-common"] = {["upmethodology"]=true,}, + ["m-edtsnc"] = {["context"]=true,}, + ["cgomega"] = {["pclnfss"]=true,}, + ["x-res-10"] = {["context"]=true,}, + ["TXSinit"] = {["texsis"]=true,}, + ["cjwmacro"] = {["cjw"]=true,}, + ["scrpage2"] = {}, + ["europs"] = {["eurofont"]=true,}, + ["pst-map3d"] = {["pst-geo"]=true,}, + ["arabskel"] = {["arabtex"]=true,}, + ["moredefs"] = {["frankenstein"]=true,}, + ["fixmath"] = {}, + ["ofs-slt"] = {["ofs"]=true,}, + ["HAPTCSgrad"] = {["ha-prosper"]=true,}, + ["kashmiri"] = {["arabtex"]=true,}, + ["warning"] = {}, + ["beamercolorthemewhale"] = {["beamer"]=true,}, + ["vxulicentiate"] = {["vxu"]=true,}, + ["beamercolorthemedove"] = {["beamer"]=true,}, + ["utf8test"] = {["latex"]=true,}, + ["vwcol"] = {["vwcol"]=true,}, + ["cases"] = {["cases"]=true,}, + ["vrsion"] = {["vrsion"]=true,}, + ["vrb"] = {["vrb"]=true,}, + ["hieroglf"] = {["archaic"]=true,}, + ["dblfont"] = {["bosisio"]=true,}, + ["HAPTCSTealBlue"] = {["ha-prosper"]=true,}, + ["nth"] = {}, + ["accenti"] = {["bosisio"]=true,}, + ["volumes"] = {["volumes"]=true,}, + ["midfloat"] = {["sttools"]=true,}, + ["verses"] = {["arabtex"]=true,}, + ["vntex"] = {["vntex"]=true,}, + ["soulutf8"] = {["oberdiek"]=true,}, + ["vncaps"] = {["vntex"]=true,}, + ["spie"] = {["spie"]=true,}, + ["varioref-vi"] = {["vntex"]=true,}, + ["estonian"] = {["babel"]=true,}, + ["vita"] = {["vita"]=true,}, + ["calligra"] = {["fundus"]=true,}, + ["upmethodology-task"] = {["upmethodology"]=true,}, + ["btxdockit"] = {["ltxdockit"]=true,}, + ["version"] = {}, + ["verse"] = {["verse"]=true,}, + ["lang-vn"] = {["context"]=true,}, + ["TXSsects"] = {["texsis"]=true,}, + ["venturis2"] = {["venturisadf"]=true,}, + ["devanagari"] = {["velthuis"]=true,}, + ["dev209"] = {["velthuis"]=true,}, + ["ofs-tx"] = {["ofs"]=true,}, + ["universal"] = {["bayer"]=true,}, + ["unitsdef"] = {["unitsdef"]=true,}, + ["Vaucanson-G"] = {["vaucanson-g"]=true,}, + ["pdfcwebmac"] = {["cweb"]=true,}, + ["VCPref-default"] = {["vaucanson-g"]=true,}, + ["VCPref-beamer"] = {["vaucanson-g"]=true,}, + ["mathcmd"] = {["bosisio"]=true,}, + ["varsfromjobname"] = {["varsfromjobname"]=true,}, + ["t-correspondence"] = {["context-letter"]=true,}, + ["14point"] = {["varisize"]=true,}, + ["TypeSp08"] = {["typespec"]=true,}, + ["10point"] = {["varisize"]=true,}, + ["uwthesis"] = {["uwthesis"]=true,}, + ["mexconf"] = {["mex"]=true,}, + ["pdftricks"] = {["pdftricks"]=true,}, + ["ut-thesis"] = {["ut-thesis"]=true,}, + ["ushort"] = {["ushort"]=true,}, + ["galician"] = {["babel"]=true,}, + ["sets"] = {["vhistory"]=true,}, + ["t-mathsets"] = {["context-mathsets"]=true,}, + ["ellipsis"] = {["ellipsis"]=true,}, + ["cyryodv"] = {}, + ["ledarab"] = {["ledmac"]=true,}, + ["upmethodology-document"] = {["upmethodology"]=true,}, + ["upmethodology-backpage"] = {["upmethodology"]=true,}, + ["vaucanson-g"] = {["vaucanson-g"]=true,}, + ["tsp"] = {["gustlib"]=true,}, + ["t-french"] = {["context-french"]=true,}, + ["bmpsize"] = {["oberdiek"]=true,}, + ["nicefrac"] = {["units"]=true,}, + ["umthesis"] = {["umthesis"]=true,}, + ["umoline"] = {["umoline"]=true,}, + ["umlaute"] = {["umlaute"]=true,}, + ["ifluatex"] = {["ifluatex"]=true,}, + ["gmverb"] = {["gmverb"]=true,}, + ["uml"] = {["uml"]=true,}, + ["umich-thesis"] = {["umich-thesis"]=true,}, + ["fmp"] = {["fmp"]=true,}, + ["russianb"] = {["babel"]=true,}, + ["ulsy"] = {["ulsy"]=true,}, + ["emp"] = {["emp"]=true,}, + ["tikz-timing-clockarrows"] = {["tikz-timing"]=true,}, + ["dawkins"] = {["context"]=true,}, + ["ulqda"] = {["ulqda"]=true,}, + ["ulem"] = {["ulem"]=true,}, + ["report"] = {["latex"]=true,}, + ["journal"] = {["paper"]=true,}, + ["ukrhypmt"] = {["ukrhyph"]=true,}, + ["ukrenhyp"] = {["ukrhyph"]=true,}, + ["lcy2t2a"] = {["ukrhyph"]=true,}, + ["menus"] = {["dialogl"]=true,}, + ["lcy2lcy"] = {["ukrhyph"]=true,}, + ["interlingua"] = {["babel"]=true,}, + ["ncccomma"] = {["ncctools"]=true,}, + ["ifoption"] = {["amsrefs"]=true,}, + ["evenpage"] = {["bosisio"]=true,}, + ["newsletr"] = {["newsletr"]=true,}, + ["beamerthemeCambridgeUS"] = {["beamer"]=true,}, + ["auncial"] = {["auncial-new"]=true,}, + ["edcntwd0"] = {["ednotes"]=true,}, + ["catlcy"] = {["ukrhyph"]=true,}, + ["omar"] = {["arabtex"]=true,}, + ["pgflibraryarrows.code"] = {["pgf"]=true,}, + ["doipubmed"] = {["doipubmed"]=true,}, + ["beamerthemeIlmenau"] = {["beamer"]=true,}, + ["uiucthesis"] = {["uiucthesis"]=true,}, + ["HAPciment"] = {["ha-prosper"]=true,}, + ["makebox"] = {["makebox"]=true,}, + ["pst-abspos"] = {["pst-abspos"]=true,}, + ["uhrzeit"] = {}, + ["scrdoc"] = {}, + ["pst-pdgr"] = {["pst-pdgr"]=true,}, + ["ucsutils"] = {["ucs"]=true,}, + ["hawking"] = {["context"]=true,}, + ["denselists"] = {["nih"]=true,}, + ["talk-guit2008"] = {}, + ["leaflet"] = {["leaflet"]=true,}, + ["code850"] = {["codepage"]=true,}, + ["ukrhypst"] = {["ukrhyph"]=true,}, + ["ucs"] = {["ucs"]=true,}, + ["akkgerman"] = {["akktex"]=true,}, + ["musixinv"] = {["musixtex"]=true,}, + ["cenccmn"] = {["ucs"]=true,}, + ["autofe"] = {["ucs"]=true,}, + ["x-sch-00"] = {["context"]=true,}, + ["ua-title"] = {["uaclasses"]=true,}, + ["my-title"] = {["uaclasses"]=true,}, + ["txi-tr"] = {}, + ["typogrid"] = {["typogrid"]=true,}, + ["tikzlibrarypgfplots.units.code"] = {["pgfplots"]=true,}, + ["musixcpt"] = {["musixtex"]=true,}, + ["titles"] = {["frankenstein"]=true,}, + ["afonts2"] = {["arabtex"]=true,}, + ["beamerthemeDarmstadt"] = {["beamer"]=true,}, + ["xtag-mml"] = {["context"]=true,}, + ["pst-map2d"] = {["pst-geo"]=true,}, + ["VCPref-mystyle"] = {["vaucanson-g"]=true,}, + ["TypeSp06"] = {["typespec"]=true,}, + ["hyph-sk"] = {["hyph-utf8"]=true,}, + ["852-il2"] = {["enctex"]=true,}, + ["TypeSp04"] = {["typespec"]=true,}, + ["hyperref"] = {["hyperref"]=true,}, + ["subeqnarray"] = {["subeqnarray"]=true,}, + ["zref-dotfill"] = {["oberdiek"]=true,}, + ["TypeSp02"] = {["typespec"]=true,}, + ["thm-restate"] = {["thmtools"]=true,}, + ["glava"] = {}, + ["TypeSp01"] = {["typespec"]=true,}, + ["easy"] = {["easy"]=true,}, + ["advdate"] = {["advdate"]=true,}, + ["xydvips"] = {["xypic"]=true,}, + ["errata"] = {["errata"]=true,}, + ["young"] = {["jknapltx"]=true,}, + ["sdrt"] = {["sdrt"]=true,}, + ["flowfram"] = {["flowfram"]=true,}, + ["ltabptch"] = {["ltabptch"]=true,}, + ["twoup"] = {["twoup"]=true,}, + ["lang-sla"] = {["context"]=true,}, + ["2in1"] = {["twoinone"]=true,}, + ["powerdot-pazik"] = {["powerdot"]=true,}, + ["beamercolorthemeseahorse"] = {["beamer"]=true,}, + ["font_iwona"] = {["font-change"]=true,}, + ["stackrel"] = {["oberdiek"]=true,}, + ["abbrevs"] = {["frankenstein"]=true,}, + ["ligature"] = {["semantic"]=true,}, + ["tugboat"] = {["tugboat-plain"]=true,}, + ["common-12"] = {}, + ["drftcite"] = {["cite"]=true,}, + ["tabmac"] = {["edmac"]=true,}, + ["tikzlibrarymindmap.code"] = {["pgf"]=true,}, + ["cjwplain"] = {["cjw"]=true,}, + ["lh-t2accr"] = {["lh"]=true,}, + ["type-droid"] = {["context-typescripts"]=true,}, + ["cyr"] = {["fundus"]=true,}, + ["tufte-book"] = {["tufte-latex"]=true,}, + ["supp-ali"] = {["context"]=true,}, + ["s-pre-03"] = {["context"]=true,}, + ["trsym"] = {["trsym"]=true,}, + ["trfsigns"] = {["trfsigns"]=true,}, + ["ruler"] = {}, + ["chessboard"] = {["chessboard"]=true,}, + ["dehypht-x-2009-06-19"] = {["dehyph-exptl"]=true,}, + ["l_pic"] = {["treetex"]=true,}, + ["games-hex"] = {["context-games"]=true,}, + ["hyph-it"] = {["hyph-utf8"]=true,}, + ["subscript"] = {["fragments"]=true,}, + ["xtag-hyp"] = {["context"]=true,}, + ["pgffor.code"] = {["pgf"]=true,}, + ["translator"] = {["translator"]=true,}, + ["lh-x2ccr"] = {["lh"]=true,}, + ["ofs-px"] = {["ofs"]=true,}, + ["translator-language-mappings"] = {["translator"]=true,}, + ["meta-dum"] = {["context"]=true,}, + ["trajan"] = {["trajan"]=true,}, + ["hefonts2"] = {["arabtex"]=true,}, + ["beamerfontthemedefault"] = {["beamer"]=true,}, + ["tpslifonts"] = {["tpslifonts"]=true,}, + ["nrcdoc"] = {["nrc"]=true,}, + ["xtag-mxb"] = {["context"]=true,}, + ["artikel1"] = {["ntgclass"]=true,}, + ["eskdafterpkg"] = {["eskdx"]=true,}, + ["komabug"] = {}, + ["semaf"] = {["semaphor"]=true,}, + ["topfront"] = {["toptesi"]=true,}, + ["verbtest"] = {["tools"]=true,}, + ["varioref"] = {["tools"]=true,}, + ["xtag-rng"] = {["context"]=true,}, + ["beamerthemesidebar"] = {["beamer"]=true,}, + ["trace"] = {["tools"]=true,}, + ["thm"] = {["tools"]=true,}, + ["PPRcontemporain"] = {["prosper"]=true,}, + ["theorem"] = {["tools"]=true,}, + ["balance"] = {["preprint"]=true,}, + ["desclist"] = {["ncctools"]=true,}, + ["tabularx"] = {["tools"]=true,}, + ["widetable"] = {["widetable"]=true,}, + ["repeatindex"] = {["repeatindex"]=true,}, + ["a4report"] = {["musictex"]=true,}, + ["cgloss4e"] = {["gb4e"]=true,}, + ["germkorr"] = {["germkorr"]=true,}, + ["allegoth"] = {}, + ["gfsbodoni"] = {["gfsbodoni"]=true,}, + ["ctex"] = {["ctex"]=true,}, + ["FUbeamer"] = {["beamer-fuberlin"]=true,}, + ["euler"] = {["euler"]=true,}, + ["infr-ex"] = {["gustlib"]=true,}, + ["pstool"] = {["pstool"]=true,}, + ["pgfcircshapes"] = {["circuitikz"]=true,}, + ["xtag-mxc"] = {["context"]=true,}, + ["bracketkey"] = {["bracketkey"]=true,}, + ["indentfirst"] = {["tools"]=true,}, + ["eltex6"] = {["eltex"]=true,}, + ["musixstf"] = {["musixtex"]=true,}, + ["xtag-mxr"] = {["context"]=true,}, + ["lang-ger"] = {["context"]=true,}, + ["enumerate"] = {["tools"]=true,}, + ["musixsty"] = {["musixtex"]=true,}, + ["t-lilypond"] = {["context-lilypond"]=true,}, + ["inputenc"] = {["latex"]=true,}, + ["type-mac"] = {["context"]=true,}, + ["postpictex"] = {["pictex"]=true,}, + ["calc"] = {["tools"]=true,}, + ["cncent"] = {}, + ["array"] = {["tools"]=true,}, + ["endnote"] = {}, + ["csbulletin"] = {["csbulletin"]=true,}, + ["pgfcoretransformations.code"] = {["pgf"]=true,}, + ["toolbox"] = {["toolbox"]=true,}, + ["tokenizer"] = {["tokenizer"]=true,}, + ["plain-852-cs"] = {["enctex"]=true,}, + ["todonotes"] = {["todonotes"]=true,}, + ["l3token"] = {["expl3"]=true,}, + ["calctab"] = {["calctab"]=true,}, + ["ltxtable"] = {["carlisle"]=true,}, + ["tocvsec2"] = {["tocvsec2"]=true,}, + ["s-mag-01"] = {["context"]=true,}, + ["pst-uml"] = {["pst-uml"]=true,}, + ["s-pre-04"] = {["context"]=true,}, + ["tkz-linknodes"] = {["tkz-linknodes"]=true,}, + ["s-pre-19"] = {["context"]=true,}, + ["tkz-doc"] = {["tkz-doc"]=true,}, + ["beamerexample-prosper"] = {["beamer"]=true,}, + ["titletoc"] = {["titlesec"]=true,}, + ["titlesec"] = {["titlesec"]=true,}, + ["852-t1"] = {["enctex"]=true,}, + ["scrhack"] = {}, + ["msg"] = {["msg"]=true,}, + ["titlepic"] = {["titlepic"]=true,}, + ["ogrmhyph4"] = {["antomega"]=true,}, + ["lualatexiniconfig"] = {}, + ["s-fnt-10"] = {["context"]=true,}, + ["ltxfront"] = {["revtex"]=true,}, + ["titlefoot"] = {}, + ["susy"] = {["susy"]=true,}, + ["t1macro"] = {["enctex"]=true,}, + ["vowel"] = {["tipa"]=true,}, + ["tipx"] = {["tipa"]=true,}, + ["srcltx"] = {["srcltx"]=true,}, + ["xyps-f"] = {["xypic"]=true,}, + ["t-fixme"] = {["context-fixme"]=true,}, + ["timesht"] = {["timesht"]=true,}, + ["cap_pas"] = {}, + ["allrtnd"] = {}, + ["cities"] = {["pst-geo"]=true,}, + ["gcard"] = {["gcard"]=true,}, + ["fncylab"] = {}, + ["ltxnew"] = {["ltxnew"]=true,}, + ["flashcards"] = {["flashcards"]=true,}, + ["lhcyralt-rhyphen"] = {}, + ["listofsymbols"] = {["listofsymbols"]=true,}, + ["x-corres"] = {["context"]=true,}, + ["tikz-timing-overlays"] = {["tikz-timing"]=true,}, + ["tikz-timing-nicetabs"] = {["tikz-timing"]=true,}, + ["scrbook"] = {}, + ["ifmslide"] = {["ifmslide"]=true,}, + ["thinsp"] = {["thinsp"]=true,}, + ["tikz-timing-ifsym"] = {["tikz-timing"]=true,}, + ["tikz-timing-either"] = {["tikz-timing"]=true,}, + ["tikz-timing-counters"] = {["tikz-timing"]=true,}, + ["digiconfigs"] = {["digiconfigs"]=true,}, + ["niceframe"] = {["niceframe"]=true,}, + ["tikz-timing-columntype"] = {["tikz-timing"]=true,}, + ["manmac"] = {}, + ["simplewick"] = {["simplewick"]=true,}, + ["tikz-timing-beamer"] = {["tikz-timing"]=true,}, + ["ascii"] = {["ascii"]=true,}, + ["sarabian"] = {["archaic"]=true,}, + ["simpleslides-s-NarrowStripes"] = {["context-simpleslides"]=true,}, + ["pgfmathrnd.code"] = {["pgf"]=true,}, + ["tikz-qtree-compat"] = {["tikz-qtree"]=true,}, + ["welsh"] = {["babel"]=true,}, + ["pb-lams"] = {["pb-diagram"]=true,}, + ["catc-act"] = {["context"]=true,}, + ["tikz-3dplot"] = {["tikz-3dplot"]=true,}, + ["achicago"] = {["frankenstein"]=true,}, + ["x-res-03"] = {["context"]=true,}, + ["slgreek"] = {["levy"]=true,}, + ["beamercolorthemestructure"] = {["beamer"]=true,}, + ["ofs-6k"] = {["ofs"]=true,}, + ["thumby"] = {["thumby"]=true,}, + ["prosper"] = {["prosper"]=true,}, + ["showidx"] = {["latex"]=true,}, + ["thmtools"] = {["thmtools"]=true,}, + ["ogrphyph4"] = {["antomega"]=true,}, + ["type-vera"] = {["context-typescripts"]=true,}, + ["harmony"] = {["harmony"]=true,}, + ["parseargs"] = {["thmtools"]=true,}, + ["shorthnd"] = {["custom-bib"]=true,}, + ["manuscript"] = {["manuscript"]=true,}, + ["eskdsect"] = {["eskdx"]=true,}, + ["cap"] = {}, + ["courseoutline"] = {}, + ["akkmathfun"] = {["akktex"]=true,}, + ["przyklad"] = {["gustlib"]=true,}, + ["ccqed"] = {["computational-complexity"]=true,}, + ["cont-uk"] = {["context"]=true,}, + ["sseq"] = {["sseq"]=true,}, + ["pgfrcs"] = {["pgf"]=true,}, + ["ntabbing"] = {["ntabbing"]=true,}, + ["cfntinst"] = {["fontinst"]=true,}, + ["musixste"] = {["musixtex"]=true,}, + ["pgfplots.code"] = {["pgfplots"]=true,}, + ["TXSsite"] = {["texsis"]=true,}, + ["venturisold"] = {["venturisadf"]=true,}, + ["upmethodology-fmt"] = {["upmethodology"]=true,}, + ["TXSrefs"] = {["texsis"]=true,}, + ["bbold"] = {["bbold"]=true,}, + ["TXSprns"] = {["texsis"]=true,}, + ["import"] = {}, + ["tikzlibrarypgfplots.dateplot.code"] = {["pgfplots"]=true,}, + ["fancybox"] = {["fancybox"]=true,}, + ["TXShead"] = {["texsis"]=true,}, + ["jurarsp"] = {["jurarsp"]=true,}, + ["t-resume"] = {["context-letter"]=true,}, + ["loadhyph-eo"] = {["hyph-utf8"]=true,}, + ["tikzlibrarypgfplots.groupplots.code"] = {["pgfplots"]=true,}, + ["showdim"] = {}, + ["euscript"] = {["amsfonts"]=true,}, + ["TXSeqns"] = {["texsis"]=true,}, + ["TXSenvmt"] = {["texsis"]=true,}, + ["swimgraf"] = {["swimgraf"]=true,}, + ["TXSdcol"] = {["texsis"]=true,}, + ["mult-con"] = {["context"]=true,}, + ["tppstcol"] = {["texpower"]=true,}, + ["cweb"] = {["cweb-latex"]=true,}, + ["samin"] = {["babel"]=true,}, + ["spechyph-ot1-da"] = {["hyph-utf8"]=true,}, + ["time"] = {}, + ["texpower"] = {["texpower"]=true,}, + ["tikz-timing"] = {["tikz-timing"]=true,}, + ["powersem"] = {["texpower"]=true,}, + ["niceverb"] = {["nicetext"]=true,}, + ["s-pre-64"] = {["context"]=true,}, + ["TypeSp07"] = {["typespec"]=true,}, + ["cmbright"] = {["cmbright"]=true,}, + ["script10"] = {["script"]=true,}, + ["uentities"] = {["jadetex"]=true,}, + ["s-fnt-25"] = {["context"]=true,}, + ["trig"] = {["graphics"]=true,}, + ["gatech-thesis"] = {["gatech-thesis"]=true,}, + ["mult-mit"] = {["context"]=true,}, + ["txi-pl"] = {}, + ["hepunits"] = {["hepunits"]=true,}, + ["txi-nn"] = {}, + ["txi-nl"] = {}, + ["txi-nb"] = {}, + ["txi-fr"] = {}, + ["xtag-mmc"] = {["context"]=true,}, + ["alatex"] = {["arabtex"]=true,}, + ["cont-fr"] = {["context"]=true,}, + ["852-csf"] = {["enctex"]=true,}, + ["protocol"] = {["protocol"]=true,}, + ["schild"] = {["js-misc"]=true,}, + ["circle"] = {["circle"]=true,}, + ["coollist"] = {["coollist"]=true,}, + ["encxvlna"] = {["encxvlna"]=true,}, + ["m-mkivhacks"] = {["context"]=true,}, + ["fncychap"] = {["fncychap"]=true,}, + ["outliner"] = {["outliner"]=true,}, + ["t-games"] = {["context-games"]=true,}, + ["musictex"] = {["musictex"]=true,}, + ["tex4ht"] = {["tex4ht"]=true,}, + ["erdc"] = {["erdc"]=true,}, + ["pb-diagram"] = {["pb-diagram"]=true,}, + ["poligraf"] = {["tex-ps"]=true,}, + ["cspsfont"] = {["cslatex"]=true,}, + ["cwbl-german"] = {["cweb-latex"]=true,}, + ["epsfx"] = {["tex-ps"]=true,}, + ["pgfplotsoldpgfsupp_loader.code"] = {["pgfplots"]=true,}, + ["hyph-gl"] = {["hyph-utf8"]=true,}, + ["cmyk-hax"] = {["tex-ps"]=true,}, + ["l3file"] = {["expl3"]=true,}, + ["abjad"] = {["arabtex"]=true,}, + ["tgschola"] = {["tex-gyre"]=true,}, + ["mdbch"] = {["mathdesign"]=true,}, + ["atabg"] = {["arabtex"]=true,}, + ["inslrmin"] = {}, + ["blowup"] = {["blowup"]=true,}, + ["common-4"] = {}, + ["t-simpleslides"] = {["context-simpleslides"]=true,}, + ["akkmathbasic"] = {["akktex"]=true,}, + ["xytp-f"] = {["xypic"]=true,}, + ["tgheros"] = {["tex-gyre"]=true,}, + ["tgchorus"] = {["tex-gyre"]=true,}, + ["tgbonum"] = {["tex-gyre"]=true,}, + ["qzapfcha"] = {["tex-gyre"]=true,}, + ["boisik"] = {["boisik"]=true,}, + ["arwindoc"] = {["arabtex"]=true,}, + ["fouridx"] = {["fouridx"]=true,}, + ["a117"] = {["ofs"]=true,}, + ["qswiss"] = {["tex-gyre"]=true,}, + ["auxhook"] = {["oberdiek"]=true,}, + ["booktabs"] = {["booktabs"]=true,}, + ["beamerposter"] = {["beamerposter"]=true,}, + ["qbookman"] = {["tex-gyre"]=true,}, + ["s-pre-06"] = {["context"]=true,}, + ["teubner"] = {["teubner"]=true,}, + ["termlist"] = {["termlist"]=true,}, + ["asyprocess"] = {["asyfig"]=true,}, + ["exscale"] = {["latex"]=true,}, + ["circuitikz.code"] = {["circuitikz"]=true,}, + ["perltex"] = {["perltex"]=true,}, + ["databar"] = {["datatool"]=true,}, + ["type-exljbris"] = {["context-typescripts"]=true,}, + ["termcal"] = {["termcal"]=true,}, + ["powerdot-default"] = {["powerdot"]=true,}, + ["mdwlist"] = {["mdwtools"]=true,}, + ["pb-xy"] = {["pb-diagram"]=true,}, + ["pstfp"] = {["bardiag"]=true,}, + ["s-fnt-24"] = {["context"]=true,}, + ["verbatim-dek"] = {["gustlib"]=true,}, + ["tengwarscript"] = {["tengwarscript"]=true,}, + ["picmore"] = {["pictex"]=true,}, + ["ted"] = {["ted"]=true,}, + ["technics"] = {["technics"]=true,}, + ["eskdgraph"] = {["eskdx"]=true,}, + ["tdclock"] = {["tdclock"]=true,}, + ["tclldoc"] = {["tcldoc"]=true,}, + ["pgflibraryshapes.gates.logic.US.code"] = {["pgf"]=true,}, + ["bullcntr"] = {["bullcntr"]=true,}, + ["musixtex"] = {["musixtex"]=true,}, + ["tabularew"] = {["tabularew"]=true,}, + ["oegatb"] = {["economic"]=true,}, + ["tgcursor"] = {["tex-gyre"]=true,}, + ["linearb"] = {["archaic"]=true,}, + ["captcont"] = {["captcont"]=true,}, + ["TeXProject"] = {["dratex"]=true,}, + ["tabularcalc"] = {["tabularcalc"]=true,}, + ["type1ec"] = {["cm-super"]=true,}, + ["ledpar"] = {["ledmac"]=true,}, + ["bibleref"] = {["bibleref"]=true,}, + ["mynotes"] = {["tablenotes"]=true,}, + ["lang-bal"] = {["context"]=true,}, + ["il2-1250"] = {["enctex"]=true,}, + ["ppr-prv"] = {["ppr-prv"]=true,}, + ["fnstcorr"] = {["t2"]=true,}, + ["autotab"] = {}, + ["hebchrs"] = {["arabtex"]=true,}, + ["ccaption"] = {["ccaption"]=true,}, + ["x-res-50"] = {["context"]=true,}, + ["thumb"] = {["thumb"]=true,}, + ["regcount"] = {["regcount"]=true,}, + ["contour"] = {["contour"]=true,}, + ["polyset"] = {["enctex"]=true,}, + ["cjw-ltr"] = {["cjw"]=true,}, + ["synttree"] = {["synttree"]=true,}, + ["syllogism"] = {["syllogism"]=true,}, + ["guit"] = {["guitlogo"]=true,}, + ["ftcap"] = {}, + ["ltugproc"] = {["tugboat"]=true,}, + ["symb-was"] = {["context"]=true,}, + ["mfparxsp"] = {["ednotes"]=true,}, + ["afrikaans"] = {["babel"]=true,}, + ["PPRframes"] = {["prosper"]=true,}, + ["endfloat"] = {["endfloat"]=true,}, + ["svgcolor"] = {["svgcolor"]=true,}, + ["mathspec"] = {["mathspec"]=true,}, + ["tikzlibraryplotmarks.code"] = {["pgf"]=true,}, + ["cjwresize"] = {["cjw"]=true,}, + ["babelbib"] = {["babelbib"]=true,}, + ["mcaption"] = {["mcaption"]=true,}, + ["hyph-uk"] = {["hyph-utf8"]=true,}, + ["antcmlgc"] = {["cm-lgc"]=true,}, + ["remreset"] = {["carlisle"]=true,}, + ["l3toks"] = {["expl3"]=true,}, + ["hypht1"] = {}, + ["pgfcoregraphicstate.code"] = {["pgf"]=true,}, + ["ecfonts"] = {}, + ["s-pre-05"] = {["context"]=true,}, + ["pvscript"] = {["fundus"]=true,}, + ["supp-pdf"] = {}, + ["supertabular"] = {["supertabular"]=true,}, + ["memexsupp"] = {["memexsupp"]=true,}, + ["sugconf"] = {["sugconf"]=true,}, + ["lh-ot2ccr"] = {["lh"]=true,}, + ["syst-ini"] = {["context"]=true,}, + ["subcaption"] = {["caption"]=true,}, + ["pst-osci"] = {["pst-osci"]=true,}, + ["plain-1250-cs"] = {["enctex"]=true,}, + ["xcolor-patch"] = {["oberdiek"]=true,}, + ["1250-csf"] = {["enctex"]=true,}, + ["zref"] = {["oberdiek"]=true,}, + ["ruhyph16"] = {["antomega"]=true,}, + ["biocon"] = {["biocon"]=true,}, + ["tikzlibraryshapes.misc.code"] = {["pgf"]=true,}, + ["cjwphys"] = {["cjw"]=true,}, + ["fxenvlayoutcolorsig"] = {["fixme"]=true,}, + ["subfig"] = {["subfig"]=true,}, + ["subeqn"] = {["subeqn"]=true,}, + ["t-pgfbsh"] = {["pgf"]=true,}, + ["texsort"] = {["sttools"]=true,}, + ["hyph-bg"] = {["hyph-utf8"]=true,}, + ["alltgoth"] = {}, + ["bera"] = {["bera"]=true,}, + ["common-6"] = {}, + ["pgfsyssoftpath.code"] = {["pgf"]=true,}, + ["acmconf"] = {["acmconf"]=true,}, + ["verbatim"] = {["tools"]=true,}, + ["IMTEKda"] = {["imtekda"]=true,}, + ["dcounter"] = {["ncctools"]=true,}, + ["swpvntex"] = {["vntex"]=true,}, + ["boxedminipage"] = {["boxedminipage"]=true,}, + ["easybmat"] = {["easy"]=true,}, + ["marginal"] = {["sttools"]=true,}, + ["hebcal"] = {["babel"]=true,}, + ["eskdfont"] = {["eskdx"]=true,}, + ["plidxmac"] = {["gustlib"]=true,}, + ["CJKfntef"] = {["cjk"]=true,}, + ["pst-coxcoor"] = {["pst-cox"]=true,}, + ["tocbasic"] = {}, + ["fxthemecolorsig"] = {["fixme"]=true,}, + ["s-pre-67"] = {["context"]=true,}, + ["lang-frq"] = {["context"]=true,}, + ["fxenvlayoutcolor"] = {["fixme"]=true,}, + ["gfscomplutum"] = {["gfscomplutum"]=true,}, + ["thcc"] = {["computational-complexity"]=true,}, + ["l3basics"] = {["expl3"]=true,}, + ["fclfont"] = {}, + ["kluwer"] = {["kluwer"]=true,}, + ["glyphtounicode-cmr"] = {["pdfx"]=true,}, + ["s-pre-27"] = {["context"]=true,}, + ["pagerange"] = {["pagerange"]=true,}, + ["PPRdefault"] = {["prosper"]=true,}, + ["modules"] = {["stex"]=true,}, + ["amsbook"] = {["amscls"]=true,}, + ["pgflibrarydecorations.pathmorphing.code"] = {["pgf"]=true,}, + ["cmathml"] = {["stex"]=true,}, + ["beamerthemeBerlinFU"] = {["beamer-fuberlin"]=true,}, + ["fge"] = {["fge"]=true,}, + ["makesc8y"] = {["afm2pl"]=true,}, + ["pgfcorescopes.code"] = {["pgf"]=true,}, + ["norm-etx"] = {["context"]=true,}, + ["usnomencl"] = {["stellenbosch"]=true,}, + ["balancedquotes"] = {}, + ["x-res-12"] = {["context"]=true,}, + ["duerer"] = {["duerer-latex"]=true,}, + ["steinmetz"] = {["steinmetz"]=true,}, + ["klufloa"] = {["kluwer"]=true,}, + ["anttor"] = {["antt"]=true,}, + ["stdpage"] = {["stdpage"]=true,}, + ["loadhyph-pt"] = {["hyph-utf8"]=true,}, + ["stdclsdv"] = {["stdclsdv"]=true,}, + ["adrlist"] = {["adrlist"]=true,}, + ["marginnote"] = {["marginnote"]=true,}, + ["amsmidx"] = {["amscls"]=true,}, + ["font_antt"] = {["font-change"]=true,}, + ["beamerouterthemesidebar"] = {["beamer"]=true,}, + ["stage"] = {["stage"]=true,}, + ["l3clist"] = {["expl3"]=true,}, + ["elsart1p"] = {["elsevier"]=true,}, + ["stabular"] = {["sttools"]=true,}, + ["ssqquote"] = {}, + ["nohyperref"] = {["hyperref"]=true,}, + ["1250-latex"] = {["enctex"]=true,}, + ["dashbox"] = {}, + ["newlfont"] = {["latex"]=true,}, + ["srctex"] = {["srcltx"]=true,}, + ["x-newmml"] = {["context"]=true,}, + ["bpfir2"] = {["iso10303"]=true,}, + ["spverbatim"] = {["spverbatim"]=true,}, + ["everypage"] = {["everypage"]=true,}, + ["sprite"] = {}, + ["ifthen"] = {["latex"]=true,}, + ["strukdoc"] = {["struktex"]=true,}, + ["beamerbaseframecomponents"] = {["beamer"]=true,}, + ["ruhyphal"] = {}, + ["spotcolorhks"] = {["spotcolor"]=true,}, + ["oldprsn"] = {["archaic"]=true,}, + ["spotcolor"] = {["spotcolor"]=true,}, + ["splitindex"] = {["splitindex"]=true,}, + ["splitbib"] = {["splitbib"]=true,}, + ["spanishmx"] = {["spanish-mx"]=true,}, + ["pawpict"] = {}, + ["alluncl"] = {}, + ["pgfplotsbinary.code"] = {["pgfplots"]=true,}, + ["soul"] = {["soul"]=true,}, + ["soton-beamer"] = {["soton"]=true,}, + ["arabchrs"] = {["arabtex"]=true,}, + ["linguex"] = {["linguex"]=true,}, + ["grhyph16"] = {["antomega"]=true,}, + ["songbook"] = {["songbook"]=true,}, + ["smartref"] = {["smartref"]=true,}, + ["attrib"] = {["frankenstein"]=true,}, + ["xtag-xsl"] = {["context"]=true,}, + ["beamerbaseoverlay"] = {["beamer"]=true,}, + ["arabbook"] = {["arabtex"]=true,}, + ["slashbox"] = {["slashbox"]=true,}, + ["akktex"] = {["akktex"]=true,}, + ["guide-english"] = {}, + ["backgrnd"] = {}, + ["chess-workshop-symbols"] = {["skak"]=true,}, + ["esvect"] = {["esvect"]=true,}, + ["pst-labo"] = {["pst-labo"]=true,}, + ["mnhyphex"] = {["montex"]=true,}, + ["linearA"] = {["lineara"]=true,}, + ["siggraph"] = {["siggraph"]=true,}, + ["kpfonts"] = {["kpfonts"]=true,}, + ["type-charissil"] = {["context-typescripts"]=true,}, + ["collref"] = {["collref"]=true,}, + ["show2e"] = {["show2e"]=true,}, + ["ltxindex"] = {["ltxindex"]=true,}, + ["arabiftoday"] = {["arabi"]=true,}, + ["sltables"] = {["shipunov"]=true,}, + ["york-thesis"] = {["york-thesis"]=true,}, + ["ttablo"] = {["croatian"]=true,}, + ["tikzlibrarysnakes.code"] = {["pgf"]=true,}, + ["struktxp"] = {["struktex"]=true,}, + ["biokey"] = {["shipunov"]=true,}, + ["afterpage"] = {["tools"]=true,}, + ["autolist"] = {["shipunov"]=true,}, + ["fancyvrb"] = {["fancyvrb"]=true,}, + ["loadhyph-de-1901"] = {["hyph-utf8"]=true,}, + ["cont-pe"] = {["context"]=true,}, + ["graphicx"] = {["graphics-pln"]=true,["graphics"]=true,}, + ["vxutentamen"] = {["vxu"]=true,}, + ["elpres"] = {["elpres"]=true,}, + ["pdfXcwebmac"] = {["cweb"]=true,}, + ["chessmin"] = {}, + ["pgfcircmath"] = {["circuitikz"]=true,}, + ["mathrsfs"] = {["jknapltx"]=true,}, + ["lcy"] = {["cyrillic"]=true,}, + ["shadethm"] = {}, + ["plprefix"] = {["polski"]=true,}, + ["xtag-utf"] = {["context"]=true,}, + ["s-fnt-30"] = {["context"]=true,}, + ["teixmlslides"] = {}, + ["shadbox"] = {}, + ["pgflibrarydecorations.text.code"] = {["pgf"]=true,}, + ["sgame"] = {["sgame"]=true,}, + ["ctexrep"] = {["ctex"]=true,}, + ["underscore"] = {}, + ["nccboxes"] = {["ncctools"]=true,}, + ["type-kontrapunkt"] = {["context-typescripts"]=true,}, + ["sffms"] = {["sffms"]=true,}, + ["ctexbookutf8"] = {["ctex"]=true,}, + ["latexsym"] = {["latex"]=true,}, + ["fxthemesignature"] = {["fixme"]=true,}, + ["amsopn"] = {["amsmath"]=true,}, + ["idverb"] = {["js-misc"]=true,}, + ["newvbtm"] = {["newvbtm"]=true,}, + ["ifvtex"] = {["oberdiek"]=true,}, + ["typearea-experts"] = {}, + ["TypeSp05"] = {["typespec"]=true,}, + ["eurosans"] = {["eurosans"]=true,}, + ["barddoc"] = {["bardiag"]=true,}, + ["blkarray"] = {["blkarray"]=true,}, + ["beamerbasedecode"] = {["beamer"]=true,}, + ["ecvNLS"] = {["ecv"]=true,}, + ["hypernat"] = {}, + ["ctexreputf8"] = {["ctex"]=true,}, + ["s-pre-22"] = {["context"]=true,}, + ["beamercolorthemecrane"] = {["beamer"]=true,}, + ["enumitem"] = {["enumitem"]=true,}, + ["mftinc"] = {["mftinc"]=true,}, + ["seqsplit"] = {["seqsplit"]=true,}, + ["semioneside"] = {["semioneside"]=true,}, + ["slidesec"] = {["seminar"]=true,}, + ["qobitree"] = {["qobitree"]=true,}, + ["semrot"] = {["seminar"]=true,}, + ["amsmath"] = {["amsmath"]=true,}, + ["sem-a4"] = {["seminar"]=true,}, + ["upgreek"] = {}, + ["2up"] = {["seminar"]=true,}, + ["miller"] = {["miller"]=true,}, + ["x-fdf-00"] = {["context"]=true,}, + ["meta-mis"] = {["context"]=true,}, + ["ttlis"] = {["croatian"]=true,}, + ["geometry"] = {["geometry"]=true,}, + ["x-fig-02"] = {["context"]=true,}, + ["tdiagram"] = {["semantic"]=true,}, + ["shrthand"] = {["semantic"]=true,}, + ["setup-qr"] = {["context"]=true,}, + ["mtgreek"] = {["mtgreek"]=true,}, + ["ecca"] = {["economic"]=true,}, + ["mtx-context-ideas"] = {["context"]=true,}, + ["font_bookman"] = {["font-change"]=true,}, + ["sectionbox"] = {["sectionbox"]=true,}, + ["recipe"] = {["recipe"]=true,}, + ["cite"] = {["cite"]=true,}, + ["infernce"] = {["semantic"]=true,}, + ["selectp"] = {}, + ["docs"] = {["revtex4"]=true,}, + ["perpage"] = {["bigfoot"]=true,}, + ["extramarks"] = {["fancyhdr"]=true,}, + ["nonfloat"] = {["nonfloat"]=true,}, + ["nccfloats"] = {["ncctools"]=true,}, + ["x-dir-01"] = {["context"]=true,}, + ["ibycusps"] = {["ibygrk"]=true,}, + ["hardmarg"] = {["screenplay"]=true,}, + ["zwgetfdate"] = {["zwgetfdate"]=true,}, + ["sciposter"] = {["sciposter"]=true,}, + ["science"] = {["scientificpaper"]=true,}, + ["inslrmaj"] = {}, + ["pgfplotstable.coltype.code"] = {["pgfplots"]=true,}, + ["scale"] = {["scale"]=true,}, + ["aramaic"] = {["archaic"]=true,}, + ["mff"] = {["mff"]=true,}, + ["sexscale"] = {["sauterfonts"]=true,}, + ["mult-mcs"] = {["context"]=true,}, + ["multislot"] = {["fontinst"]=true,}, + ["va"] = {["fundus"]=true,}, + ["turnstile"] = {["turnstile"]=true,}, + ["optparams"] = {["sauerj"]=true,}, + ["type-sabon"] = {["context-typescripts"]=true,}, + ["kmath"] = {["kerkis"]=true,}, + ["multibox"] = {}, + ["hebfont"] = {["babel"]=true,}, + ["collect"] = {["sauerj"]=true,}, + ["excludeonly"] = {}, + ["beamerthemeclassic"] = {["beamer"]=true,}, + ["moderncvthemecasual"] = {["moderncv"]=true,}, + ["PPRwinter"] = {["prosper"]=true,}, + ["progress"] = {["progress"]=true,}, + ["ruhyphct"] = {}, + ["ruhyphas"] = {}, + ["pst-tree"] = {["pst-tree"]=true,}, + ["etaremune"] = {["etaremune"]=true,}, + ["allcmin"] = {}, + ["cyryozn"] = {}, + ["flexisym"] = {["mh"]=true,}, + ["clarend"] = {["pclnfss"]=true,}, + ["ordinalpt"] = {["ordinalpt"]=true,}, + ["xepersian-magazine"] = {["xepersian"]=true,}, + ["tableau"] = {["tableaux"]=true,}, + ["scrload"] = {["rsfs"]=true,}, + ["nhelvet"] = {["cslatex"]=true,}, + ["catc-ctx"] = {["context"]=true,}, + ["bpfats3"] = {["iso10303"]=true,}, + ["decimal"] = {}, + ["ethiop"] = {["ethiop"]=true,}, + ["pdfsync"] = {["pdfsync"]=true,}, + ["l3names"] = {["expl3"]=true,}, + ["l3seq"] = {["expl3"]=true,}, + ["scrextend"] = {}, + ["lh-ot2xccr"] = {["lh"]=true,}, + ["supp-mat"] = {["context"]=true,}, + ["etoolbox"] = {["etoolbox"]=true,}, + ["floatpagestyle"] = {["floatrow"]=true,}, + ["oldstyle"] = {["oldstyle"]=true,}, + ["arababel"] = {["arabtex"]=true,}, + ["revtex4"] = {["revtex4"]=true,}, + ["ebezier"] = {["ebezier"]=true,}, + ["fltpoint"] = {["fltpoint"]=true,}, + ["cc2cite"] = {["computational-complexity"]=true,}, + ["lhelp"] = {["lhelp"]=true,}, + ["polyglossia"] = {["polyglossia"]=true,}, + ["rectopma"] = {["rectopma"]=true,}, + ["pnversion"] = {["petri-nets"]=true,}, + ["ctexart"] = {["ctex"]=true,}, + ["ltxgrid"] = {["revtex"]=true,}, + ["pbsi"] = {["brushscr"]=true,}, + ["yplan"] = {["yplan"]=true,}, + ["fullpict"] = {}, + ["meta-nav"] = {["context"]=true,}, + ["comma"] = {["comma"]=true,}, + ["HA-prosper"] = {["ha-prosper"]=true,}, + ["relenc"] = {["relenc"]=true,}, + ["ecsubzcm"] = {["relenc"]=true,}, + ["todo"] = {["todo"]=true,}, + ["plainenc"] = {}, + ["amsart"] = {["amscls"]=true,}, + ["chessboard-pgf"] = {["chessboard"]=true,}, + ["pst-slpe"] = {["pst-slpe"]=true,}, + ["pdficwebmac"] = {["cweb"]=true,}, + ["rotunda"] = {}, + ["gatech-thesis-gloss"] = {["gatech-thesis"]=true,}, + ["refart"] = {["refman"]=true,}, + ["csenc-k"] = {}, + ["xtag-pmu"] = {["context"]=true,}, + ["musixfll"] = {["musixtex"]=true,}, + ["eskdappsheet"] = {["eskdx"]=true,}, + ["cjwunits"] = {["cjw"]=true,}, + ["xtag-raw"] = {["context"]=true,}, + ["amsbooka"] = {["amscls"]=true,}, + ["rcs-multi"] = {["rcs-multi"]=true,}, + ["pgfmathbase.code"] = {["pgf"]=true,}, + ["type-liberation"] = {["context-typescripts"]=true,}, + ["FUpowerdot"] = {["powerdot-fuberlin"]=true,}, + ["m-datastrc"] = {["context"]=true,}, + ["l3doc"] = {["expl3"]=true,}, + ["akkmathtext"] = {["akktex"]=true,}, + ["ryethesis"] = {["ryethesis"]=true,}, + ["nl_rs"] = {["r_und_s"]=true,}, + ["bghyph"] = {["omega"]=true,}, + ["pointers"] = {["pictex"]=true,}, + ["dotnot"] = {["tex-ewd"]=true,}, + ["quotmark"] = {["quotmark"]=true,}, + ["qtree"] = {["qtree"]=true,}, + ["pst-bar"] = {["pst-bar"]=true,}, + ["bpfats5"] = {["iso10303"]=true,}, + ["qsymbols"] = {["qsymbols"]=true,}, + ["s-pre-61"] = {["context"]=true,}, + ["wiki"] = {["nicetext"]=true,}, + ["l3keys"] = {["expl3"]=true,}, + ["dblfloatfix"] = {["dblfloatfix"]=true,}, + ["combine"] = {["combine"]=true,}, + ["qpxmath"] = {["qpxqtx"]=true,}, + ["infram"] = {["gustlib"]=true,}, + ["amstbold"] = {["qpxqtx"]=true,}, + ["ionumbers"] = {["ionumbers"]=true,}, + ["wrapft"] = {["ptptex"]=true,}, + ["amscd"] = {["amsmath"]=true,}, + ["m-quest"] = {["context"]=true,}, + ["hyph-no"] = {["hyph-utf8"]=true,}, + ["pstricks97"] = {["pstricks"]=true,}, + ["csbulacronym"] = {["csbulletin"]=true,}, + ["xnewcommand"] = {["xnewcommand"]=true,}, + ["mfsauter"] = {["mff"]=true,}, + ["chessboard-keys-main"] = {["chessboard"]=true,}, + ["pcode"] = {["plweb"]=true,}, + ["poetry"] = {["arabi"]=true,}, + ["hypht2"] = {}, + ["pst-text"] = {["pst-text"]=true,}, + ["loadhyph-el-monoton"] = {["hyph-utf8"]=true,}, + ["gauss"] = {["gauss"]=true,}, + ["forarray"] = {["forarray"]=true,}, + ["pst-sigsys"] = {["pst-sigsys"]=true,}, + ["pst-qtree"] = {["pst-qtree"]=true,}, + ["sepnum"] = {}, + ["pst-platon"] = {["pst-platon"]=true,}, + ["listings-ext"] = {["listings-ext"]=true,}, + ["pst-math"] = {["pst-math"]=true,}, + ["multitoc"] = {["ms"]=true,}, + ["scrjura"] = {}, + ["checkend"] = {["bezos"]=true,}, + ["pst-lens"] = {["pst-lens"]=true,}, + ["bigstrut"] = {["multirow"]=true,}, + ["eltex3"] = {["eltex"]=true,}, + ["pgflibraryplothandlers"] = {["pgf"]=true,}, + ["loadhyph-lv"] = {["hyph-utf8"]=true,}, + ["viking"] = {["archaic"]=true,}, + ["pgfcoreshade.code"] = {["pgf"]=true,}, + ["makebarcode"] = {["makebarcode"]=true,}, + ["antomega"] = {["antomega"]=true,}, + ["classlist"] = {["oberdiek"]=true,}, + ["gaceta"] = {["gaceta"]=true,}, + ["pst-ghsb"] = {["pst-ghsb"]=true,}, + ["philex"] = {["philex"]=true,}, + ["tensind"] = {["bezos"]=true,}, + ["rbox-ex"] = {["gustlib"]=true,}, + ["mathabx"] = {["mathabx"]=true,}, + ["fancytooltips"] = {["fancytooltips"]=true,}, + ["capitales"] = {["pst-geo"]=true,}, + ["m-chart"] = {["context"]=true,}, + ["pst-fun"] = {["pst-fun"]=true,}, + ["pst-fractal"] = {["pst-fractal"]=true,}, + ["aliascnt"] = {["oberdiek"]=true,}, + ["beamercolorthemedefault"] = {["beamer"]=true,}, + ["musictrp"] = {["musictex"]=true,}, + ["ifsym"] = {}, + ["thm-kv"] = {["thmtools"]=true,}, + ["showkeysff"] = {["chemcono"]=true,}, + ["hyph-zh-latn"] = {["hyph-utf8"]=true,}, + ["pst-diffraction"] = {["pst-diffraction"]=true,}, + ["s-pre-30"] = {["context"]=true,}, + ["bulgarian"] = {["babel"]=true,}, + ["exercise"] = {["exercise"]=true,}, + ["nshyper"] = {["nostarch"]=true,}, + ["beamerinnerthemecircles"] = {["beamer"]=true,}, + ["pst-coxeterp"] = {["pst-cox"]=true,}, + ["pst-calendar"] = {["pst-calendar"]=true,}, + ["nccsections"] = {["ncclatex"]=true,}, + ["HAPTycja"] = {["ha-prosper"]=true,}, + ["cd"] = {["cd"]=true,}, + ["powerdot-ikeda"] = {["powerdot"]=true,}, + ["pst-bezier"] = {["pst-bezier"]=true,}, + ["m-plus"] = {["context"]=true,}, + ["akksection"] = {["akktex"]=true,}, + ["cc4apjrnl"] = {["computational-complexity"]=true,}, + ["akkmathproof"] = {["akktex"]=true,}, + ["bpfap9"] = {["iso10303"]=true,}, + ["pst-2dplot"] = {["pst-2dplot"]=true,}, + ["t-vim"] = {["context-vim"]=true,}, + ["exhyph-uk"] = {["hyph-utf8"]=true,}, + ["eng_rs"] = {["r_und_s"]=true,}, + ["mathptmx"] = {["psnfss"]=true,}, + ["s-pre-12"] = {["context"]=true,}, + ["aertt"] = {["economic"]=true,}, + ["pst-eps"] = {["pst-eps"]=true,}, + ["mathpple"] = {["psnfss"]=true,}, + ["helvet"] = {["psnfss"]=true,}, + ["csenc-p"] = {}, + ["t-typearea"] = {["context-typearea"]=true,}, + ["eskdlist"] = {["eskdx"]=true,}, + ["chancery"] = {["psnfss"]=true,}, + ["sibjnm"] = {["ncclatex"]=true,}, + ["psizzl"] = {}, + ["pseudocode"] = {["pseudocode"]=true,}, + ["hyph-is"] = {["hyph-utf8"]=true,}, + ["multibbl"] = {["multibbl"]=true,}, + ["psbao"] = {["psbao"]=true,}, + ["powerdot-sailor"] = {["powerdot"]=true,}, + ["beamerthemeRochester"] = {["beamer"]=true,}, + ["xunicode"] = {["xunicode"]=true,}, + ["combcite"] = {["combine"]=true,}, + ["xxcolor"] = {["pgf"]=true,}, + ["txi-pt"] = {}, + ["tlgsqq"] = {["ibygrk"]=true,}, + ["example"] = {}, + ["type-pre"] = {["context"]=true,}, + ["engtlc"] = {["engtlc"]=true,}, + ["cont-new"] = {["context"]=true,}, + ["defpattern"] = {["fp"]=true,}, + ["java-stp"] = {["context"]=true,}, + ["HAPHA"] = {["ha-prosper"]=true,}, + ["loadhyph-nl"] = {["hyph-utf8"]=true,}, + ["xtag-mxo"] = {["context"]=true,}, + ["pgflibrarysnakes.code"] = {["pgf"]=true,}, + ["s-mod-00"] = {["context"]=true,}, + ["plain-kam-cs"] = {["enctex"]=true,}, + ["l3expan"] = {["expl3"]=true,}, + ["demo-mps"] = {["context"]=true,}, + ["supp-box"] = {["context"]=true,}, + ["footbib"] = {["footbib"]=true,}, + ["scrdate"] = {}, + ["utf8cseq"] = {["enctex"]=true,}, + ["gfsneohellenic"] = {["gfsneohellenic"]=true,}, + ["fltpage"] = {["fltpage"]=true,}, + ["pgfmathparser.code"] = {["pgf"]=true,}, + ["binomexp"] = {["binomexp"]=true,}, + ["cc4jT"] = {["computational-complexity"]=true,}, + ["addrset"] = {["newlfm"]=true,}, + ["t-ruby"] = {["context-ruby"]=true,}, + ["PPRprettybox"] = {["prosper"]=true,}, + ["TS1mac"] = {["fontch"]=true,}, + ["SIunits"] = {["siunits"]=true,}, + ["simpleslides-s-Boxed"] = {["context-simpleslides"]=true,}, + ["l3io"] = {["expl3"]=true,}, + ["xycolor"] = {["xypic"]=true,}, + ["tikzlibrarypgfplots.clickable.code"] = {["pgfplots"]=true,}, + ["ofs-8z"] = {["ofs"]=true,}, + ["prettyref"] = {["prettyref"]=true,}, + ["bibl-aps"] = {["context"]=true,}, + ["latin"] = {["babel"]=true,}, + ["testpage"] = {["latex"]=true,}, + ["pmboxdraw"] = {["oberdiek"]=true,}, + ["ccproof"] = {["computational-complexity"]=true,}, + ["abstract"] = {["abstract"]=true,}, + ["mfpic4ode"] = {["mfpic4ode"]=true,}, + ["pgfpict2e"] = {["pgf"]=true,}, + ["font_bera_fnc"] = {["font-change"]=true,}, + ["pause"] = {["ppower4"]=true,}, + ["t-pgfplots"] = {["pgfplots"]=true,}, + ["powerdot-BerlinFU"] = {["powerdot-fuberlin"]=true,}, + ["hycolor"] = {["oberdiek"]=true,}, + ["algpseudocode"] = {["algorithmicx"]=true,}, + ["mafr"] = {["mafr"]=true,}, + ["x-ldx"] = {["context"]=true,}, + ["powerdot-husky"] = {["powerdot"]=true,}, + ["otchet"] = {}, + ["powerdot-horatio"] = {["powerdot"]=true,}, + ["luaotfload"] = {["luaotfload"]=true,}, + ["hyph-nn"] = {["hyph-utf8"]=true,}, + ["akkparskip"] = {["akktex"]=true,}, + ["txxdefs"] = {}, + ["pgfplotsoldpgfsupp_pgfkeysfiltered.code"] = {["pgfplots"]=true,}, + ["lh-lcyxccr"] = {["lh"]=true,}, + ["l3keyval"] = {["expl3"]=true,}, + ["powerdot-bframe"] = {["powerdot"]=true,}, + ["rangen"] = {["rangen"]=true,}, + ["ltxutil"] = {["revtex"]=true,}, + ["hijrical"] = {["polyglossia"]=true,}, + ["fxlayoutpdfmargin"] = {["fixme"]=true,}, + ["hexdump"] = {}, + ["mult-it"] = {["context"]=true,}, + ["longtable"] = {["tools"]=true,}, + ["sample2e"] = {["latex"]=true,}, + ["breqn"] = {["mh"]=true,}, + ["confproc"] = {["confproc"]=true,}, + ["font_century"] = {["font-change"]=true,}, + ["hebrewcal"] = {["polyglossia"]=true,}, + ["timesnew"] = {["pclnfss"]=true,}, + ["setspace"] = {}, + ["talk-bacho08"] = {}, + ["showtags"] = {}, + ["eskdlang"] = {["eskdx"]=true,}, + ["compactbib"] = {}, + ["s-pre-23"] = {["context"]=true,}, + ["font_palatino"] = {["font-change"]=true,}, + ["bpfap12"] = {["iso10303"]=true,}, + ["poemscol"] = {["poemscol"]=true,}, + ["tlmgr-dtk"] = {}, + ["plnfss"] = {["plnfss"]=true,}, + ["pgfplotslibrary.code"] = {["pgfplots"]=true,}, + ["shapedc"] = {["codepage"]=true,}, + ["m-arabtex"] = {["context"]=true,}, + ["wasyfont"] = {["wasy"]=true,}, + ["musicadd"] = {["musictex"]=true,}, + ["PPRmancini"] = {["prosper"]=true,}, + ["eltex7"] = {["eltex"]=true,}, + ["ltugcomn"] = {["tugboat"]=true,}, + ["pgfexternal"] = {["pgf"]=true,}, + ["wlist"] = {}, + ["idevn"] = {["itrans"]=true,}, + ["tone"] = {["tipa"]=true,}, + ["lang-frd"] = {["context"]=true,}, + ["pagenote"] = {["pagenote"]=true,}, + ["beamerprosper"] = {["beamer"]=true,}, + ["cmcyralt"] = {}, + ["placeins"] = {["placeins"]=true,}, + ["mult-men"] = {["context"]=true,}, + ["xtag-mxh"] = {["context"]=true,}, + ["pinlabel"] = {["pinlabel"]=true,}, + ["tree"] = {["pictex"]=true,}, + ["t-pgfbla"] = {["pgf"]=true,}, + ["reich"] = {["context"]=true,}, + ["dcolumn"] = {["tools"]=true,}, + ["gmdoc-enhance"] = {["gmdoc-enhance"]=true,}, + ["arevmath"] = {["arev"]=true,}, + ["m-timing"] = {["context"]=true,}, + ["appendix"] = {["appendix"]=true,}, + ["errorbars"] = {["pictex"]=true,}, + ["picinpar"] = {["picinpar"]=true,}, + ["loadhyph-hu"] = {["hyph-utf8"]=true,}, + ["physupdt"] = {}, + ["ucharacters"] = {}, + ["asaesub"] = {["asaetr"]=true,}, + ["beamerbasercs"] = {["beamer"]=true,}, + ["lettrine"] = {["lettrine"]=true,}, + ["fontsmpl"] = {["tools"]=true,}, + ["philosophersimprint"] = {["philosophersimprint"]=true,}, + ["exp-testopt"] = {["exp-testopt"]=true,}, + ["anysize"] = {["anysize"]=true,}, + ["bhslabel"] = {["arabtex"]=true,}, + ["multibib"] = {["multibib"]=true,}, + ["semlcmss"] = {["seminar"]=true,}, + ["ecclesiastic"] = {["ecclesiastic"]=true,}, + ["pgfplotsstackedplots.code"] = {["pgfplots"]=true,}, + ["aiaa-tc"] = {["aiaa"]=true,}, + ["hyph-tr"] = {["hyph-utf8"]=true,}, + ["CJKulem"] = {["cjk"]=true,}, + ["pgfplotsoldpgfsupp_pgfkeys.code"] = {["pgfplots"]=true,}, + ["arabicfnt"] = {["arabi"]=true,}, + ["schemabloc"] = {["schemabloc"]=true,}, + ["dehyphn-x-2009-06-19"] = {["dehyph-exptl"]=true,}, + ["catchfile"] = {["oberdiek"]=true,}, + ["listings"] = {["listings"]=true,}, + ["pgfplotsdeque.code"] = {["pgfplots"]=true,}, + ["tablor-xetex"] = {["tablor"]=true,}, + ["vruler"] = {}, + ["varsects"] = {}, + ["pgflibrarypgfplots.surfshading.code"] = {["pgfplots"]=true,}, + ["luatextra"] = {["luatextra"]=true,}, + ["dichokey"] = {["dichokey"]=true,}, + ["icelandic"] = {["babel"]=true,}, + ["begriff"] = {["begriff"]=true,}, + ["akkmathrel"] = {["akktex"]=true,}, + ["grfext"] = {["oberdiek"]=true,}, + ["asect"] = {["arabtex"]=true,}, + ["numname"] = {["numname"]=true,}, + ["setouterhbox"] = {["oberdiek"]=true,}, + ["tocenter"] = {["ncctools"]=true,}, + ["il2-t1"] = {["enctex"]=true,}, + ["ibyhyph"] = {}, + ["pdfcolor"] = {}, + ["pgflibrarysnakes"] = {["pgf"]=true,}, + ["pgfplotsoldpgfsupp_pgfmanual.pdflinks.code"] = {["pgfplots"]=true,}, + ["shapepar"] = {["shapepar"]=true,}, + ["pgfnodes"] = {["pgf"]=true,}, + ["pgflibraryautomata"] = {["pgf"]=true,}, + ["luatex-fonts"] = {["context"]=true,}, + ["pgfheaps"] = {["pgf"]=true,}, + ["pgfcomp-version-0-65"] = {["pgf"]=true,}, + ["fxlayoutpdfnote"] = {["fixme"]=true,}, + ["beamerthemeFrankfurt"] = {["beamer"]=true,}, + ["patchcmd"] = {["patchcmd"]=true,}, + ["complexity"] = {["complexity"]=true,}, + ["rtklage"] = {["rtklage"]=true,}, + ["cont-cs"] = {["context"]=true,}, + ["xfor"] = {["xfor"]=true,}, + ["mfarithm"] = {["mff"]=true,}, + ["graphpap"] = {["latex"]=true,}, + ["pgf"] = {["pgf"]=true,}, + ["pgfutil-common"] = {["pgf"]=true,}, + ["thrd-tab"] = {["context"]=true,}, + ["beamerarticle"] = {["beamer"]=true,}, + ["arabtoks"] = {["arabtex"]=true,}, + ["beamerthemePittsburgh"] = {["beamer"]=true,}, + ["mdwtab"] = {["mdwtools"]=true,}, + ["alists"] = {["arabtex"]=true,}, + ["tlinfra-guit07"] = {}, + ["pgflibraryshapes.symbols.code"] = {["pgf"]=true,}, + ["x-sch-01"] = {["context"]=true,}, + ["gb4e"] = {["gb4e"]=true,}, + ["ledpatch"] = {["ledmac"]=true,}, + ["xtag-xsd"] = {["context"]=true,}, + ["pgflibraryshapes.gates.logic.IEC.code"] = {["pgf"]=true,}, + ["cont-fil"] = {["context"]=true,}, + ["allhuncl"] = {}, + ["x-xml-11"] = {["context"]=true,}, + ["albertus"] = {["pclnfss"]=true,}, + ["linden"] = {["context"]=true,}, + ["fhACtitlepage"] = {["thesis-titlepage-fhac"]=true,}, + ["bpfap4"] = {["iso10303"]=true,}, + ["twcal"] = {["fundus"]=true,}, + ["pgflibrarydecorations.markings.code"] = {["pgf"]=true,}, + ["bpfap7"] = {["iso10303"]=true,}, + ["tikzlibrarythrough.code"] = {["pgf"]=true,}, + ["algorithm"] = {["algorithms"]=true,}, + ["t-pgfcal"] = {["pgf"]=true,}, + ["tikzlibraryshapes.gates.logic.US.code"] = {["pgf"]=true,}, + ["loadhyph-fi"] = {["hyph-utf8"]=true,}, + ["cal2000"] = {}, + ["ticket"] = {["ticket"]=true,}, + ["tikzlibraryscopes.code"] = {["pgf"]=true,}, + ["frnew"] = {["minitoc"]=true,}, + ["colo-new"] = {["context"]=true,}, + ["ltnews"] = {["latex"]=true,}, + ["mailing"] = {["mailing"]=true,}, + ["l3tl"] = {["expl3"]=true,}, + ["runic"] = {["archaic"]=true,}, + ["tikzlibrarymatrix.code"] = {["pgf"]=true,}, + ["at"] = {["mdwtools"]=true,}, + ["tikzlibrarydecorations.markings.code"] = {["pgf"]=true,}, + ["tikzlibrarydecorations.footprints.code"] = {["pgf"]=true,}, + ["tikzlibrarychains.code"] = {["pgf"]=true,}, + ["mxedruli"] = {["mxedruli"]=true,}, + ["extraipa"] = {["tipa"]=true,}, + ["pagegrid"] = {["oberdiek"]=true,}, + ["akklongpage"] = {["akktex"]=true,}, + ["pittetd"] = {["pittetd"]=true,}, + ["slemph"] = {["frankenstein"]=true,}, + ["hyperxmp"] = {["hyperxmp"]=true,}, + ["pgfcorepoints.code"] = {["pgf"]=true,}, + ["xypoly"] = {["xypic"]=true,}, + ["pgfcorelayers.code"] = {["pgf"]=true,}, + ["amsppt"] = {["amstex"]=true,}, + ["allimaj"] = {}, + ["pgfcorearrows.code"] = {["pgf"]=true,}, + ["tp-crf"] = {["gustlib"]=true,}, + ["ean13"] = {["ean"]=true,}, + ["suetterl"] = {["fundus"]=true,}, + ["xesearch"] = {["xesearch"]=true,}, + ["dow"] = {}, + ["csfmacro"] = {["enctex"]=true,}, + ["t-pgfmat"] = {["pgf"]=true,}, + ["ofs-8t"] = {["ofs"]=true,}, + ["odev"] = {}, + ["pndraw"] = {["petri-nets"]=true,}, + ["subfigure"] = {["subfigure"]=true,}, + ["xtag-mer"] = {["context"]=true,}, + ["x-fo"] = {["context"]=true,}, + ["dotlessi"] = {["bezos"]=true,}, + ["lh-t2bccr"] = {["lh"]=true,}, + ["pst-am"] = {["pst-am"]=true,}, + ["skak"] = {["skak"]=true,}, + ["xCJK"] = {["cjk"]=true,}, + ["mult-nl"] = {["context"]=true,}, + ["pecha"] = {["pecha"]=true,}, + ["czhyphen"] = {}, + ["jhep"] = {}, + ["simpleslides-s-BottomSquares"] = {["context-simpleslides"]=true,}, + ["glyphtounicode"] = {["pdftex"]=true,}, + ["colo-xwi"] = {["context"]=true,}, + ["bardiag"] = {["bardiag"]=true,}, + ["usthesis"] = {["stellenbosch"]=true,}, + ["pdftexconfig"] = {["pdftex"]=true,}, + ["pdflscape"] = {["oberdiek"]=true,}, + ["elsarticle"] = {["elsarticle"]=true,}, + ["initcar"] = {["codepage"]=true,}, + ["bletter"] = {}, + ["beamerbasetoc"] = {["beamer"]=true,}, + ["anonchap"] = {["anonchap"]=true,}, + ["parallel"] = {["parallel"]=true,}, + ["cont-usr"] = {["context"]=true,}, + ["s-fnt-21"] = {["context"]=true,}, + ["makebst"] = {["custom-bib"]=true,}, + ["couriers"] = {["courier-scaled"]=true,}, + ["lsorbian"] = {["babel"]=true,}, + ["nath"] = {["nath"]=true,}, + ["pbox"] = {["pbox"]=true,}, + ["beamercolorthemeorchid"] = {["beamer"]=true,}, + ["gridset"] = {["gridset"]=true,}, + ["1250-il2"] = {["enctex"]=true,}, + ["mathpazo"] = {["psnfss"]=true,}, + ["zapf"] = {["context"]=true,}, + ["dlfltxbmarkup"] = {["dlfltxb"]=true,}, + ["unicode"] = {}, + ["fink"] = {["fink"]=true,}, + ["fakebold"] = {}, + ["beamerthemebars"] = {["beamer"]=true,}, + ["fotex"] = {}, + ["quotes"] = {["bosisio"]=true,}, + ["fontwrap"] = {["fontwrap"]=true,}, + ["seminar"] = {["seminar"]=true,}, + ["PPRnuancegris"] = {["prosper"]=true,}, + ["l3box"] = {["expl3"]=true,}, + ["outline"] = {["outline"]=true,}, + ["onlyamsmath"] = {["onlyamsmath"]=true,}, + ["xtag-ent"] = {["context"]=true,}, + ["il2-kam"] = {["enctex"]=true,}, + ["grlccode"] = {["omega"]=true,}, + ["idxmac"] = {}, + ["fr_rs"] = {["r_und_s"]=true,}, + ["pantyk"] = {["ofs"]=true,}, + ["ofsdef"] = {["ofs"]=true,}, + ["ofs"] = {["ofs"]=true,}, + ["dev"] = {["velthuis"]=true,}, + ["warpcol"] = {["warpcol"]=true,}, + ["pgfcircbipoles"] = {["circuitikz"]=true,}, + ["picture"] = {["oberdiek"]=true,["graphics-pln"]=true,}, + ["csenc-w"] = {}, + ["games-go"] = {["context-games"]=true,}, + ["thuthesis"] = {["thuthesis"]=true,}, + ["allfonts"] = {["ofs"]=true,}, + ["ocr"] = {["ocr-latex"]=true,}, + ["endheads"] = {["endheads"]=true,}, + ["zref-user"] = {["oberdiek"]=true,}, + ["apendint"] = {["iso10303"]=true,}, + ["rotfloat"] = {}, + ["faktor"] = {["faktor"]=true,}, + ["chessfss"] = {["chessfss"]=true,}, + ["interactiveworkbook"] = {["interactiveworkbook"]=true,}, + ["letterspacing"] = {}, + ["zref-lastpage"] = {["oberdiek"]=true,}, + ["zref-hyperref"] = {["oberdiek"]=true,}, + ["amssym"] = {["amsfonts"]=true,}, + ["xyps-r"] = {["xypic"]=true,}, + ["algpascal"] = {["algorithmicx"]=true,}, + ["pigpen"] = {["pigpen"]=true,}, + ["xtemplate"] = {["xpackages"]=true,}, + ["rerunfilecheck"] = {["oberdiek"]=true,}, + ["refcount"] = {["oberdiek"]=true,}, + ["combinedgraphics"] = {["combinedgraphics"]=true,}, + ["fancyhdr"] = {["fancyhdr"]=true,}, + ["beamerthemeGoettingen"] = {["beamer"]=true,}, + ["ecv"] = {["ecv"]=true,}, + ["leftidx"] = {["leftidx"]=true,}, + ["musixper"] = {["musixtex"]=true,}, + ["finnish"] = {["babel"]=true,}, + ["m-database"] = {["context"]=true,}, + ["glromidx"] = {["babel"]=true,}, + ["docmute"] = {["docmute"]=true,}, + ["birm"] = {["burmese"]=true,}, + ["babel"] = {["babel"]=true,}, + ["datatool"] = {["datatool"]=true,}, + ["hyph-hu"] = {["hyph-utf8"]=true,}, + ["talk"] = {["talk"]=true,}, + ["dehyph-exptl"] = {["dehyph-exptl"]=true,}, + ["cont-fmt"] = {["context"]=true,}, + ["embedfile"] = {["oberdiek"]=true,}, + ["hbaw"] = {["fancyvrb"]=true,}, + ["scottish"] = {["babel"]=true,}, + ["dtx-attach"] = {["oberdiek"]=true,}, + ["colonequals"] = {["oberdiek"]=true,}, + ["gatech-thesis-index"] = {["gatech-thesis"]=true,}, + ["egothic"] = {}, + ["xtag-pre"] = {["context"]=true,}, + ["lang-cyr"] = {["context"]=true,}, + ["regstud"] = {["economic"]=true,}, + ["epiolmec"] = {["epiolmec"]=true,}, + ["xyall"] = {["xypic"]=true,}, + ["t1code"] = {}, + ["integrated-pool"] = {}, + ["IEEEtran"] = {["ieeetran"]=true,}, + ["utf8unkn"] = {["enctex"]=true,}, + ["pdfescape"] = {["oberdiek"]=true,}, + ["randtext"] = {["randtext"]=true,}, + ["papercdcase"] = {["papercdcase"]=true,}, + ["simpleslides-s-default"] = {["context-simpleslides"]=true,}, + ["rtkinenc"] = {["rtkinenc"]=true,}, + ["bpfap11"] = {["iso10303"]=true,}, + ["gettitlestring"] = {["oberdiek"]=true,}, + ["mup"] = {["abc"]=true,}, + ["amsthm"] = {["amscls"]=true,}, + ["multiobjective"] = {["multiobjective"]=true,}, + ["brief"] = {["ntgclass"]=true,}, + ["etexcmds"] = {["oberdiek"]=true,}, + ["curve"] = {["curve"]=true,}, + ["rotpages"] = {["rotpages"]=true,}, + ["boek"] = {["ntgclass"]=true,}, + ["enrhm2"] = {}, + ["s-fnt-02"] = {["context"]=true,}, + ["topcapt"] = {}, + ["captdef"] = {}, + ["totpages"] = {["totpages"]=true,}, + ["klunote"] = {["kluwer"]=true,}, + ["font_epigrafica_palatino"] = {["font-change"]=true,}, + ["shadow"] = {}, + ["aer"] = {["economic"]=true,}, + ["flabels"] = {["flabels"]=true,}, + ["makecell"] = {["makecell"]=true,}, + ["dcwrtbib"] = {["dvdcoll"]=true,}, + ["csquotes"] = {["csquotes"]=true,}, + ["bigdelim"] = {["multirow"]=true,}, + ["colo-ema"] = {["context"]=true,}, + ["musixdat"] = {["musixtex"]=true,}, + ["dlfltxbmisc"] = {["dlfltxb"]=true,}, + ["meta-clp"] = {["context"]=true,}, + ["edmac"] = {["edmac"]=true,}, + ["pdfcomment"] = {["pdfcomment"]=true,}, + ["nddiss2e"] = {["nddiss"]=true,}, + ["scrtime"] = {}, + ["pgflibrarytikztrees"] = {["pgf"]=true,}, + ["ecltree"] = {["ecltree"]=true,}, + ["nccbbb"] = {["ncctools"]=true,}, + ["bigints"] = {["bigints"]=true,}, + ["image-gallery"] = {["image-gallery"]=true,}, + ["manyfoot"] = {["ncctools"]=true,}, + ["booklet"] = {["booklet"]=true,}, + ["loadhyph-sa"] = {["hyph-utf8"]=true,}, + ["m-pdfsnc"] = {["context"]=true,}, + ["latexbug"] = {["latex"]=true,}, + ["extdash"] = {["ncctools"]=true,}, + ["t-degrade"] = {["context-degrade"]=true,}, + ["elhyph16"] = {}, + ["bpfap10"] = {["iso10303"]=true,}, + ["x-set-12"] = {["context"]=true,}, + ["eqparbox"] = {["eqparbox"]=true,}, + ["xtag-exp"] = {["context"]=true,}, + ["ctexcaputf8"] = {["ctex"]=true,}, + ["ncchdr"] = {["ncclatex"]=true,}, + ["caption3"] = {["caption"]=true,}, + ["fcuse"] = {}, + ["ncccropmark"] = {["ncctools"]=true,}, + ["amssymb"] = {["amsfonts"]=true,}, + ["beamerbasecolor"] = {["beamer"]=true,}, + ["cccite"] = {["computational-complexity"]=true,}, + ["ean8"] = {["ean"]=true,}, + ["HAPAggie"] = {["ha-prosper"]=true,}, + ["muthesis"] = {["muthesis"]=true,}, + ["colo-hex"] = {["context"]=true,}, + ["musixlit"] = {["musixtex"]=true,}, + ["musixhou"] = {["musixtex"]=true,}, + ["utf8-test"] = {["latex"]=true,}, + ["beamerbasenavigation"] = {["beamer"]=true,}, + ["figbib"] = {["figbib"]=true,}, + ["algorithm2e"] = {["algorithm2e"]=true,}, + ["njf"] = {["economic"]=true,}, + ["itnumpar"] = {["itnumpar"]=true,}, + ["musixeng"] = {["musixtex"]=true,}, + ["musixref"] = {["musixtex"]=true,}, + ["common-8"] = {}, + ["pgfcircquadpoles"] = {["circuitikz"]=true,}, + ["beamerthemeAnnArbor"] = {["beamer"]=true,}, + ["zref-savepos"] = {["oberdiek"]=true,}, + ["bigmusic"] = {["musictex"]=true,}, + ["proof"] = {}, + ["luatex-test"] = {["context"]=true,}, + ["multirow"] = {["multirow"]=true,}, + ["java-exa"] = {["context"]=true,}, + ["huncial"] = {}, + ["bidipoem"] = {["bidi"]=true,}, + ["gmdocc"] = {["gmdoc"]=true,}, + ["x-newmme"] = {["context"]=true,}, + ["extcode"] = {}, + ["movie15"] = {["movie15"]=true,}, + ["albanian"] = {["babel"]=true,}, + ["type-goudysans"] = {["context-typescripts"]=true,}, + ["moderncv"] = {["moderncv"]=true,}, + ["s-pre-60"] = {["context"]=true,}, + ["loadhyph-sr-latn"] = {["hyph-utf8"]=true,}, + ["dblaccnt"] = {["minitoc"]=true,["vntex"]=true,}, + ["midpage"] = {}, + ["mflogo"] = {["mflogo"]=true,}, + ["amsppt1"] = {["amstex"]=true,}, + ["tikzlibraryshapes.arrows.code"] = {["pgf"]=true,}, + ["mex2"] = {["mex"]=true,}, + ["gfsartemisia"] = {["gfsartemisia"]=true,}, + ["xtag-pml"] = {["context"]=true,}, + ["franc"] = {["minitoc"]=true,}, + ["mciteplus"] = {["mciteplus"]=true,}, + ["mattens"] = {["mattens"]=true,}, + ["mdput"] = {["mathdesign"]=true,}, + ["mathcomp"] = {["mathcomp"]=true,}, + ["allsqrc"] = {}, + ["pst-all"] = {["pstricks"]=true,}, + ["pgflibraryshapes.code"] = {["pgf"]=true,}, + ["conv-utf8-ec"] = {["hyph-utf8"]=true,}, + ["fp-upn"] = {["fp"]=true,}, + ["manfnt"] = {}, + ["mult-de"] = {["context"]=true,}, + ["flippdf"] = {["flippdf"]=true,}, + ["vrbexin"] = {}, + ["eso-pic"] = {["eso-pic"]=true,}, + ["t5code"] = {["vntex"]=true,}, + ["graphicx-psmin"] = {["graphicx-psmin"]=true,}, + ["lang-spa"] = {["context"]=true,}, + ["dox"] = {["dox"]=true,}, + ["xeCJK"] = {["xecjk"]=true,}, + ["path"] = {}, + ["hyph-hr"] = {["hyph-utf8"]=true,}, + ["mult-mpe"] = {["context"]=true,}, + ["miniplot"] = {["miniplot"]=true,}, + ["cont-de"] = {["context"]=true,}, + ["biocon-old"] = {["biocon"]=true,}, + ["chessboa"] = {}, + ["beamerbasetwoscreens"] = {["beamer"]=true,}, + ["akkconditional"] = {["akktex"]=true,}, + ["beletter"] = {}, + ["ltxdockit"] = {["ltxdockit"]=true,}, + ["symb-jmn"] = {["context"]=true,}, + ["loadhyph-it"] = {["hyph-utf8"]=true,}, + ["olabels"] = {["labels"]=true,}, + ["versions"] = {}, + ["cont-gb"] = {["context"]=true,}, + ["tabto"] = {["tabto-ltx"]=true,}, + ["weisman"] = {["context"]=true,}, + ["onedash"] = {["logical-markup-utils"]=true,}, + ["ofs-cm"] = {["ofs"]=true,}, + ["milstd"] = {}, + ["listliketab"] = {["listliketab"]=true,}, + ["lstlang2"] = {["listings"]=true,}, + ["bpfap1"] = {["iso10303"]=true,}, + ["lstlang1"] = {["listings"]=true,}, + ["figflow"] = {}, + ["keystroke"] = {["keystroke"]=true,}, + ["lineno"] = {["lineno"]=true,}, + ["type-fsf"] = {["context"]=true,}, + ["lhcyrwin"] = {}, + ["cnx"] = {["stex"]=true,}, + ["lhcyrkoi-rhyphen"] = {}, + ["glossary-hypernav"] = {["glossaries"]=true,}, + ["crop"] = {["crop"]=true,}, + ["xyarc"] = {["xypic"]=true,}, + ["gfssolomos"] = {["gfssolomos"]=true,}, + ["kbdencod"] = {["armenian"]=true,}, + ["lh-lcyccr"] = {["lh"]=true,}, + ["dateiliste"] = {["dateiliste"]=true,}, + ["lgreek"] = {["lgreek"]=true,}, + ["tikz-timing-arrows"] = {["tikz-timing"]=true,}, + ["tracefnt"] = {["latex"]=true,}, + ["cyklop"] = {["cyklop"]=true,}, + ["chemstyle"] = {["chemstyle"]=true,}, + ["hyph-el-polyton"] = {["hyph-utf8"]=true,}, + ["diagxy"] = {["barr"]=true,}, + ["ltxguide"] = {["latex"]=true,}, + ["colo-rgb"] = {["context"]=true,}, + ["type-tmf"] = {["context"]=true,}, + ["settobox"] = {["oberdiek"]=true,}, + ["docstrip"] = {["latex"]=true,}, + ["doc"] = {["latex"]=true,}, + ["metainfo"] = {["sauerj"]=true,}, + ["eucal"] = {["amsfonts"]=true,}, + ["calrsfs"] = {["calrsfs"]=true,}, + ["curvesls"] = {["curves"]=true,}, + ["ifmtarg"] = {}, + ["scrpage"] = {}, + ["cwpuzzle"] = {["crossword"]=true,}, + ["CD_labeler_test"] = {}, + ["scrkbase"] = {}, + ["loadhyph-id"] = {["hyph-utf8"]=true,}, + ["m-pstric"] = {["context"]=true,}, + ["greekctr"] = {["jknapltx"]=true,}, + ["beamerbasefont"] = {["beamer"]=true,}, + ["hypbmsec"] = {["oberdiek"]=true,}, + ["beamerthemetree"] = {["beamer"]=true,}, + ["beramono"] = {["bera"]=true,}, + ["scrlfile"] = {}, + ["klusec"] = {["kluwer"]=true,}, + ["type-bera"] = {["context-typescripts"]=true,}, + ["everysel"] = {["ms"]=true,}, + ["thmbox"] = {["thmbox"]=true,}, + ["CJKvert"] = {["cjk"]=true,}, + ["blindtext"] = {["blindtext"]=true,}, + ["bpfats9"] = {["iso10303"]=true,}, + ["atsv11"] = {["iso10303"]=true,}, + ["feynmp"] = {["feynmf"]=true,}, + ["epsdice"] = {["epsdice"]=true,}, + ["beamerthemecompatibility"] = {["beamer"]=true,}, + ["gu"] = {["gu"]=true,}, + ["mailmerge"] = {["mailmerge"]=true,}, + ["mult-mnl"] = {["context"]=true,}, + ["pgfplotsoldpgfsupp_pgfmanual.prettyprinter.code"] = {["pgfplots"]=true,}, + ["gloss"] = {["gloss"]=true,["midnight"]=true,}, + ["chletter"] = {["chletter"]=true,}, + ["btxmac"] = {["eplain"]=true,}, + ["hyph-et"] = {["hyph-utf8"]=true,}, + ["loadhyph-grc"] = {["hyph-utf8"]=true,}, + ["loadhyph-gl"] = {["hyph-utf8"]=true,}, + ["loadhyph-es"] = {["hyph-utf8"]=true,}, + ["x-set-11"] = {["context"]=true,}, + ["m-cweb"] = {["context"]=true,}, + ["type-buy"] = {["context"]=true,}, + ["zhwinfonts"] = {["zhmetrics"]=true,}, + ["beamerbaseexercise"] = {["beamer"]=true,}, + ["fp-exp"] = {["fp"]=true,}, + ["ofs-8c"] = {["ofs"]=true,}, + ["glossary-longragged"] = {["glossaries"]=true,}, + ["beamerfontthemeserif"] = {["beamer"]=true,}, + ["chappg"] = {["chappg"]=true,}, + ["eskdtitle"] = {["eskdx"]=true,}, + ["zref-perpage"] = {["oberdiek"]=true,}, + ["bibl-apa-de"] = {["context"]=true,}, + ["beamerouterthemesmoothtree"] = {["beamer"]=true,}, + ["simpleslides-s-HorizontalStripes"] = {["context-simpleslides"]=true,}, + ["g-brief2"] = {["g-brief"]=true,}, + ["czech"] = {["babel"]=true,}, + ["gedalin"] = {["arabtex"]=true,}, + ["eplain"] = {["eplain"]=true,}, + ["carolmin"] = {}, + ["symb-eur"] = {["context"]=true,}, + ["arabnovowel"] = {["arabi"]=true,}, + ["x-physml"] = {["context"]=true,}, + ["bplain"] = {["babel"]=true,}, + ["makeplot"] = {["makeplot"]=true,}, + ["transparent"] = {["oberdiek"]=true,}, + ["mtx-context-listing"] = {["context"]=true,}, + ["pgfcircvoltage"] = {["circuitikz"]=true,}, + ["american"] = {["babel"]=true,}, + ["cc4siamltex"] = {["computational-complexity"]=true,}, +} +local tlp_doclist = { + ["pst-circ"] = { + "texmf-dist/doc/generic/pst-circ/Changes", + "texmf-dist/doc/generic/pst-circ/README", + "texmf-dist/doc/generic/pst-circ/pst-circ-doc.pdf", + }, + ["context-simpleslides"] = { + "texmf-dist/doc/context/third/simpleslides/simpleslides.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/BigNumber-blue.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/BigNumber-red.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/BottomSquares.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/Boxed.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/Ellipse.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/Embossed.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/Framed-square.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/Framed-stripe.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/FramedTitle.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/HorizontalStripes-blue.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/HorizontalStripes-green.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/HorizontalStripes-red.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/NarrowStripes-blue.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/NarrowStripes-green.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/NarrowStripes-red.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/RainbowStripe.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/Rounded.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/Shaded-blue.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/Shaded-green.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/SideSquares.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/SideToc.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/Split.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/Sunrise.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/Swoosh.pdf", + "texmf-dist/doc/context/third/simpleslides/styles/ThickStripes.pdf", + }, + ["fancyhdr-it"] = { + "texmf-dist/doc/latex/fancyhdr-it/Makefile", + "texmf-dist/doc/latex/fancyhdr-it/itfancyhdr.pdf", + }, + ["minutes"] = { + "texmf-dist/doc/latex/minutes/README", + "texmf-dist/doc/latex/minutes/minutes.pdf", + }, + ["mathdots"] = { + "texmf-dist/doc/generic/mathdots/README", + "texmf-dist/doc/generic/mathdots/mathdots.pdf", + }, + ["makebox"] = { + "texmf-dist/doc/latex/makebox/ChangeLog", + "texmf-dist/doc/latex/makebox/README", + "texmf-dist/doc/latex/makebox/makebox.pdf", + }, + ["findhyph"] = { + "texmf-dist/doc/support/findhyph/Makefile", + "texmf-dist/doc/support/findhyph/README", + "texmf-dist/doc/support/findhyph/findhyph.txt", + "texmf/doc/man/man1/findhyph.man1.pdf", + }, + ["bbm-macros"] = { + "texmf-dist/doc/latex/bbm-macros/README", + "texmf-dist/doc/latex/bbm-macros/bbm.pdf", + }, + ["mex"] = { + "texmf-dist/doc/mex/base/00readme", + "texmf-dist/doc/mex/base/mex.html", + }, + ["coordsys"] = { + "texmf-dist/doc/latex/coordsys/README", + "texmf-dist/doc/latex/coordsys/coordsys.pdf", + }, + ["yagusylo"] = { + "texmf-dist/doc/latex/yagusylo/LISEZMOI", + "texmf-dist/doc/latex/yagusylo/README", + "texmf-dist/doc/latex/yagusylo/yagusylo-en.pdf", + "texmf-dist/doc/latex/yagusylo/yagusylo-fr.pdf", + "texmf-dist/doc/latex/yagusylo/yagusylo.pdf", + }, + ["lettre"] = { + "texmf-dist/doc/latex/lettre/LICENSE", + "texmf-dist/doc/latex/lettre/README", + "texmf-dist/doc/latex/lettre/letdoc1.dvi", + "texmf-dist/doc/latex/lettre/letdoc2.dvi", + "texmf-dist/doc/latex/lettre/letex1.dvi", + "texmf-dist/doc/latex/lettre/letex2.dvi", + "texmf-dist/doc/latex/lettre/letex3.dvi", + "texmf-dist/doc/latex/lettre/letex4.dvi", + "texmf-dist/doc/latex/lettre/letex5.dvi", + "texmf-dist/doc/latex/lettre/letex6.dvi", + "texmf-dist/doc/latex/lettre/letex7.dvi", + "texmf-dist/doc/latex/lettre/letex8.dvi", + "texmf-dist/doc/latex/lettre/lppl.txt", + "texmf-dist/doc/latex/lettre/testfaxd.dvi", + "texmf-dist/doc/latex/lettre/testfaxe.dvi", + "texmf-dist/doc/latex/lettre/testfaxf.dvi", + }, + ["context-lettrine"] = { + "texmf-dist/doc/context/third/lettrine/W.pdf", + "texmf-dist/doc/context/third/lettrine/lettrine-doc.pdf", + }, + ["thumbpdf"] = { + "texmf-dist/doc/generic/thumbpdf/readme.txt", + "texmf/doc/man/man1/thumbpdf.man1.pdf", + }, + ["mathmode"] = { + "texmf-dist/doc/latex/mathmode/Changes", + "texmf-dist/doc/latex/mathmode/Mathmode.pdf", + "texmf-dist/doc/latex/mathmode/README", + "texmf-dist/doc/latex/mathmode/images/EuScript.pdf", + "texmf-dist/doc/latex/mathmode/images/amsalign.pdf", + "texmf-dist/doc/latex/mathmode/images/cm-crop.pdf", + "texmf-dist/doc/latex/mathmode/images/cmbright-crop.pdf", + "texmf-dist/doc/latex/mathmode/images/colArray.pdf", + "texmf-dist/doc/latex/mathmode/images/exscale.pdf", + "texmf-dist/doc/latex/mathmode/images/family.pdf", + "texmf-dist/doc/latex/mathmode/images/family0.pdf", + "texmf-dist/doc/latex/mathmode/images/family1.pdf", + "texmf-dist/doc/latex/mathmode/images/lm-crop.pdf", + "texmf-dist/doc/latex/mathmode/images/minionpro-crop.pdf", + "texmf-dist/doc/latex/mathmode/images/node.pdf", + "texmf-dist/doc/latex/mathmode/images/pamath-crop.pdf", + "texmf-dist/doc/latex/mathmode/images/pazo-crop.pdf", + "texmf-dist/doc/latex/mathmode/images/styles.pdf", + "texmf-dist/doc/latex/mathmode/images/test-crop.pdf", + "texmf-dist/doc/latex/mathmode/images/test.pdf", + "texmf-dist/doc/latex/mathmode/runLaTeX", + "texmf-dist/doc/latex/mathmode/runPDFLaTeX", + "texmf-dist/doc/latex/mathmode/runVTeX", + }, + ["labels"] = { + "texmf-dist/doc/latex/labels/README", + "texmf-dist/doc/latex/labels/labels.pdf", + }, + ["hyperref"] = { + "texmf-dist/doc/latex/hyperref/ChangeLog", + "texmf-dist/doc/latex/hyperref/ChangeLog.pdf", + "texmf-dist/doc/latex/hyperref/README", + "texmf-dist/doc/latex/hyperref/README.pdf", + "texmf-dist/doc/latex/hyperref/backref.pdf", + "texmf-dist/doc/latex/hyperref/hyperref.pdf", + "texmf-dist/doc/latex/hyperref/manual.html", + "texmf-dist/doc/latex/hyperref/manual.pdf", + "texmf-dist/doc/latex/hyperref/manual2.html", + "texmf-dist/doc/latex/hyperref/manual3.html", + "texmf-dist/doc/latex/hyperref/nameref.pdf", + "texmf-dist/doc/latex/hyperref/options.pdf", + "texmf-dist/doc/latex/hyperref/paper.pdf", + "texmf-dist/doc/latex/hyperref/slides.pdf", + }, + ["texshade"] = { + "texmf-dist/doc/latex/texshade/README", + "texmf-dist/doc/latex/texshade/texshade.pdf", + "texmf-dist/doc/latex/texshade/tsfaq.pdf", + }, + ["ocherokee"] = { + "texmf-dist/doc/omega/ocherokee/cherokee.pdf", + }, + ["flowfram"] = { + "texmf-dist/doc/latex/flowfram/CHANGES", + "texmf-dist/doc/latex/flowfram/README", + "texmf-dist/doc/latex/flowfram/ffuserguide.html", + "texmf-dist/doc/latex/flowfram/ffuserguide.pdf", + "texmf-dist/doc/latex/flowfram/flowfram.pdf", + "texmf-dist/doc/latex/flowfram/samples/brochure.pdf", + "texmf-dist/doc/latex/flowfram/samples/news.pdf", + "texmf-dist/doc/latex/flowfram/samples/news2.pdf", + "texmf-dist/doc/latex/flowfram/samples/poster.pdf", + }, + ["texlive-fr"] = { + "texmf/doc/texlive/texlive-fr/Makefile", + "texmf/doc/texlive/texlive-fr/notes", + "texmf/doc/texlive/texlive-fr/texlive-fr.html", + "texmf/doc/texlive/texlive-fr/texlive-fr.pdf", + }, + ["cooltooltips"] = { + "texmf-dist/doc/latex/cooltooltips/README", + "texmf-dist/doc/latex/cooltooltips/cooltooltips.pdf", + }, + ["ifxetex"] = { + "texmf-dist/doc/generic/ifxetex/README", + "texmf-dist/doc/generic/ifxetex/ifxetex.pdf", + }, + ["shade"] = { + "texmf-dist/doc/generic/shade/README", + "texmf-dist/doc/generic/shade/description.pdf", + }, + ["formula"] = { + "texmf-dist/doc/latex/formula/formpel.dvi", + }, + ["textcase"] = { + "texmf-dist/doc/latex/textcase/README", + "texmf-dist/doc/latex/textcase/textcase.pdf", + }, + ["dviljk"] = { + "texmf/doc/man/man1/dvihp.man1.pdf", + "texmf/doc/man/man1/dvilj.man1.pdf", + "texmf/doc/man/man1/dvilj2p.man1.pdf", + "texmf/doc/man/man1/dvilj4.man1.pdf", + "texmf/doc/man/man1/dvilj4l.man1.pdf", + "texmf/doc/man/man1/dvilj6.man1.pdf", + }, + ["graphics"] = { + "texmf-dist/doc/latex/graphics/00readme.txt", + "texmf-dist/doc/latex/graphics/changes.txt", + "texmf-dist/doc/latex/graphics/color.pdf", + "texmf-dist/doc/latex/graphics/drivers.pdf", + "texmf-dist/doc/latex/graphics/epsfig.pdf", + "texmf-dist/doc/latex/graphics/graphics.pdf", + "texmf-dist/doc/latex/graphics/graphicx.pdf", + "texmf-dist/doc/latex/graphics/grfguide.pdf", + "texmf-dist/doc/latex/graphics/keyval.pdf", + "texmf-dist/doc/latex/graphics/lscape.pdf", + "texmf-dist/doc/latex/graphics/trig.pdf", + }, + ["tablenotes"] = { + "texmf-dist/doc/latex/tablenotes/README", + "texmf-dist/doc/latex/tablenotes/mynotes.pdf", + }, + ["mentis"] = { + "texmf-dist/doc/latex/mentis/README", + "texmf-dist/doc/latex/mentis/mentis.pdf", + }, + ["nomencl"] = { + "texmf-dist/doc/latex/nomencl/README", + "texmf-dist/doc/latex/nomencl/nomencl.pdf", + }, + ["computational-complexity"] = { + "texmf-dist/doc/latex/computational-complexity/cc.pdf", + }, + ["l2tabu-french"] = { + "texmf-dist/doc/latex/l2tabu-french/README", + "texmf-dist/doc/latex/l2tabu-french/l2tabufr-heavy.pdf", + "texmf-dist/doc/latex/l2tabu-french/l2tabufr-light.pdf", + }, + ["kopka"] = { + "texmf-dist/doc/latex/kopka/uebungen/kapitel2/readme_2", + "texmf-dist/doc/latex/kopka/uebungen/kapitel3/readme_3", + "texmf-dist/doc/latex/kopka/uebungen/kapitel4/readme_4", + "texmf-dist/doc/latex/kopka/uebungen/kapitel5/readme_5", + "texmf-dist/doc/latex/kopka/uebungen/kapitel6/readme_6", + }, + ["prettyref"] = { + "texmf-dist/doc/latex/prettyref/README", + "texmf-dist/doc/latex/prettyref/prettyref.pdf", + }, + ["qcm"] = { + "texmf-dist/doc/latex/qcm/NEWS", + "texmf-dist/doc/latex/qcm/README", + "texmf-dist/doc/latex/qcm/qcm.pdf", + }, + ["amsaddr"] = { + "texmf-dist/doc/latex/amsaddr/README", + "texmf-dist/doc/latex/amsaddr/amsaddr.pdf", + }, + ["boites"] = { + "texmf-dist/doc/latex/boites/README", + "texmf-dist/doc/latex/boites/boites.pdf", + "texmf-dist/doc/latex/boites/boites_exemples.pdf", + }, + ["pst-knot"] = { + "texmf-dist/doc/generic/pst-knot/Changes", + "texmf-dist/doc/generic/pst-knot/README", + "texmf-dist/doc/generic/pst-knot/pst-knot-doc.pdf", + }, + ["robustcommand"] = { + "texmf-dist/doc/latex/robustcommand/README", + "texmf-dist/doc/latex/robustcommand/robustcommand.pdf", + }, + ["texments"] = { + "texmf-dist/doc/latex/texments/README", + "texmf-dist/doc/latex/texments/texments.pdf", + }, + ["hpsdiss"] = { + "texmf-dist/doc/latex/hpsdiss/hpsdiss.pdf", + }, + ["amscls"] = { + "texmf-dist/doc/latex/amscls/amsclass.pdf", + "texmf-dist/doc/latex/amscls/amsdtx.pdf", + "texmf-dist/doc/latex/amscls/amsmidx.pdf", + "texmf-dist/doc/latex/amscls/amsmidx.txt", + "texmf-dist/doc/latex/amscls/amsthdoc.pdf", + "texmf-dist/doc/latex/amscls/diffs-c.txt", + "texmf-dist/doc/latex/amscls/instr-l.pdf", + "texmf-dist/doc/latex/amscls/thmtest.pdf", + "texmf-dist/doc/latex/amscls/upref.pdf", + }, + ["firststeps"] = { + "texmf-dist/doc/latex/firststeps/Contents", + }, + ["metapost"] = { + "texmf-dist/doc/metapost/base/grdemo-doc.pdf", + "texmf-dist/doc/metapost/base/grdemo.pdf", + "texmf-dist/doc/metapost/base/index.html", + "texmf-dist/doc/metapost/base/mpboxes.pdf", + "texmf-dist/doc/metapost/base/mpgraph.pdf", + "texmf-dist/doc/metapost/base/mpintro.pdf", + "texmf-dist/doc/metapost/base/mpman.pdf", + "texmf-dist/doc/metapost/base/source-manual/Makefile", + "texmf-dist/doc/metapost/base/source-manual/README", + "texmf-dist/doc/metapost/base/source-manual/TODO", + "texmf-dist/doc/metapost/base/source-manual/grdemo-doc.ps", + "texmf-dist/doc/metapost/base/source-tutorial/Makefile", + "texmf-dist/doc/metapost/base/source-tutorial/previewer.pdf", + "texmf/doc/man/man1/dvitomp.man1.pdf", + "texmf/doc/man/man1/mpost.man1.pdf", + }, + ["inlinebib"] = { + "texmf-dist/doc/latex/inlinebib/MANIFEST", + "texmf-dist/doc/latex/inlinebib/inlinebib.txt", + }, + ["answers"] = { + "texmf-dist/doc/latex/answers/answers.pdf", + }, + ["xecjk"] = { + "texmf-dist/doc/xelatex/xecjk/README", + "texmf-dist/doc/xelatex/xecjk/README.txt", + "texmf-dist/doc/xelatex/xecjk/xeCJK.pdf", + }, + ["stex"] = { + "texmf-dist/doc/latex/stex/README", + "texmf-dist/doc/latex/stex/cmathml.pdf", + "texmf-dist/doc/latex/stex/cnx.pdf", + "texmf-dist/doc/latex/stex/modules.pdf", + "texmf-dist/doc/latex/stex/omdoc.pdf", + "texmf-dist/doc/latex/stex/presentation.pdf", + "texmf-dist/doc/latex/stex/sproof.pdf", + "texmf-dist/doc/latex/stex/statements.pdf", + "texmf-dist/doc/latex/stex/stex.pdf", + }, + ["breakurl"] = { + "texmf-dist/doc/latex/breakurl/README", + "texmf-dist/doc/latex/breakurl/breakurl.pdf", + }, + ["background"] = { + "texmf-dist/doc/latex/background/README", + "texmf-dist/doc/latex/background/background.pdf", + }, + ["fontinst"] = { + "texmf-dist/doc/fonts/fontinst/README", + "texmf-dist/doc/fonts/fontinst/examples/eurofont/Makefile", + "texmf-dist/doc/fonts/fontinst/examples/mathptm/Makefile", + "texmf-dist/doc/fonts/fontinst/examples/mathptmx/Makefile", + "texmf-dist/doc/fonts/fontinst/manual/fontinst.pdf", + "texmf-dist/doc/fonts/fontinst/manual/intro98.pdf", + "texmf-dist/doc/fonts/fontinst/talks/et99-font-tables.pdf", + "texmf-dist/doc/fonts/fontinst/talks/et99-font-tutorial.pdf", + "texmf/doc/man/man1/fontinst.man1.pdf", + }, + ["latex2man"] = { + "texmf-dist/doc/support/latex2man/CHANGES", + "texmf-dist/doc/support/latex2man/INSTALL", + "texmf-dist/doc/support/latex2man/Makefile", + "texmf-dist/doc/support/latex2man/README", + "texmf-dist/doc/support/latex2man/latex2man.html", + "texmf-dist/doc/support/latex2man/latex2man.pdf", + "texmf-dist/doc/support/latex2man/latex2man.txt", + }, + ["etex"] = { + "texmf-dist/doc/etex/base/NTS-FAQ", + "texmf-dist/doc/etex/base/etex_man.pdf", + "texmf-dist/doc/etex/base/etex_ref.html", + "texmf-dist/doc/etex/base/etex_src.html", + "texmf-dist/doc/etex/base/legal.html", + "texmf-dist/doc/etex/base/nts-group.html", + "texmf/doc/man/man1/etex.man1.pdf", + }, + ["ctex"] = { + "texmf-dist/doc/latex/ctex/README", + "texmf-dist/doc/latex/ctex/ctex.pdf", + }, + ["hyplain"] = { + "texmf-dist/doc/plain/hyplain/README", + "texmf-dist/doc/plain/hyplain/hydoc.pdf", + }, + ["afthesis"] = { + "texmf-dist/doc/latex/afthesis/README", + "texmf-dist/doc/latex/afthesis/usethesis.pdf", + }, + ["csbulletin"] = { + "texmf-dist/doc/latex/csbulletin/LICENSE.txt", + "texmf-dist/doc/latex/csbulletin/README", + "texmf-dist/doc/latex/csbulletin/csbulletin.pdf", + }, + ["achemso"] = { + "texmf-dist/doc/latex/achemso/README", + "texmf-dist/doc/latex/achemso/achemso-demo.pdf", + "texmf-dist/doc/latex/achemso/achemso.pdf", + }, + ["doublestroke"] = { + "texmf-dist/doc/fonts/doublestroke/README", + "texmf-dist/doc/fonts/doublestroke/dsdoc.pdf", + }, + ["orkhun"] = { + "texmf-dist/doc/fonts/orkhun/README_Orkhun.txt", + "texmf-dist/doc/fonts/orkhun/rakhimov.pdf", + }, + ["menu"] = { + "texmf-dist/doc/latex/menu/README", + "texmf-dist/doc/latex/menu/menu.pdf", + }, + ["dyntree"] = { + "texmf-dist/doc/latex/dyntree/README", + "texmf-dist/doc/latex/dyntree/dyntree.pdf", + }, + ["calctab"] = { + "texmf-dist/doc/latex/calctab/README", + "texmf-dist/doc/latex/calctab/calctab_manual.pdf", + }, + ["luamplib"] = { + "texmf-dist/doc/luatex/luamplib/README", + "texmf-dist/doc/luatex/luamplib/luamplib.pdf", + }, + ["lshort-thai"] = { + "texmf-dist/doc/latex/lshort-thai/lsh132.pdf", + "texmf-dist/doc/latex/lshort-thai/readme", + }, + ["pgfplots"] = { + "texmf-dist/doc/context/third/pgfplots/pgfplotsexample.pdf", + "texmf-dist/doc/generic/pgfplots/README", + "texmf-dist/doc/latex/pgfplots/ChangeLog", + "texmf-dist/doc/latex/pgfplots/Makefile", + "texmf-dist/doc/latex/pgfplots/TeX-programming-notes.pdf", + "texmf-dist/doc/latex/pgfplots/figures/external2.pdf", + "texmf-dist/doc/latex/pgfplots/gallery/Makefile", + "texmf-dist/doc/latex/pgfplots/gpl-3.0.txt", + "texmf-dist/doc/latex/pgfplots/pgfplots.pdf", + "texmf-dist/doc/latex/pgfplots/pgfplotsexample.pdf", + "texmf-dist/doc/latex/pgfplots/pgfplotstable.pdf", + "texmf-dist/doc/latex/pgfplots/todo.txt", + "texmf-dist/doc/plain/pgfplots/pgfplotsexample.pdf", + }, + ["latex-referenz"] = { + "texmf-dist/doc/latex/latex-referenz/README", + }, + ["refman"] = { + "texmf-dist/doc/latex/refman/00Contents", + "texmf-dist/doc/latex/refman/layout_d.pdf", + "texmf-dist/doc/latex/refman/layout_e.pdf", + "texmf-dist/doc/latex/refman/refman.pdf", + }, + ["postcards"] = { + "texmf-dist/doc/latex/postcards/README", + "texmf-dist/doc/latex/postcards/datasmp.txt", + "texmf-dist/doc/latex/postcards/pcardsmp.dvi", + }, + ["anufinalexam"] = { + "texmf-dist/doc/latex/ANUfinalexam/README", + }, + ["toolbox"] = { + "texmf-dist/doc/latex/toolbox/README", + "texmf-dist/doc/latex/toolbox/toolbox.txt", + }, + ["glossaries"] = { + "texmf-dist/doc/latex/glossaries/CHANGES", + "texmf-dist/doc/latex/glossaries/INSTALL", + "texmf-dist/doc/latex/glossaries/README", + "texmf-dist/doc/latex/glossaries/glossaries-manual.html", + "texmf-dist/doc/latex/glossaries/glossaries.pdf", + "texmf-dist/doc/latex/glossaries/glossariesbegin.html", + "texmf-dist/doc/latex/glossaries/glossariesbegin.pdf", + "texmf-dist/doc/latex/glossaries/glossary2glossaries.html", + "texmf-dist/doc/latex/glossaries/glossary2glossaries.pdf", + }, + ["components-of-tex"] = { + "texmf-dist/doc/generic/components-of-TeX/README", + }, + ["thesis-titlepage-fhac"] = { + "texmf-dist/doc/latex/thesis-titlepage-fhac/LogoFH.pdf", + "texmf-dist/doc/latex/thesis-titlepage-fhac/README", + "texmf-dist/doc/latex/thesis-titlepage-fhac/fhACtitlepage.pdf", + }, + ["emptypage"] = { + "texmf-dist/doc/latex/emptypage/README", + "texmf-dist/doc/latex/emptypage/emptypage.pdf", + }, + ["svn-prov"] = { + "texmf-dist/doc/latex/svn-prov/README", + "texmf-dist/doc/latex/svn-prov/svn-prov.pdf", + }, + ["engpron"] = { + "texmf-dist/doc/latex/engpron/LISEZMOI", + "texmf-dist/doc/latex/engpron/README", + "texmf-dist/doc/latex/engpron/engpron-en.pdf", + "texmf-dist/doc/latex/engpron/engpron-ex-en.pdf", + "texmf-dist/doc/latex/engpron/engpron-ex-fr.pdf", + "texmf-dist/doc/latex/engpron/engpron-fr.pdf", + "texmf-dist/doc/latex/engpron/engpron.pdf", + }, + ["flashcards"] = { + "texmf-dist/doc/latex/flashcards/README", + "texmf-dist/doc/latex/flashcards/flashcards.pdf", + "texmf-dist/doc/latex/flashcards/samplecards.dvi", + }, + ["xypic-tut-pt"] = { + "texmf-dist/doc/generic/xypic-tut-pt/README", + "texmf-dist/doc/generic/xypic-tut-pt/xypic-tutorial.pdf", + }, + ["isodate"] = { + "texmf-dist/doc/latex/isodate/ChangeLog", + "texmf-dist/doc/latex/isodate/README", + "texmf-dist/doc/latex/isodate/isodate.pdf", + "texmf-dist/doc/latex/isodate/isodateo.pdf", + "texmf-dist/doc/latex/isodate/testdate.pdf", + }, + ["digiconfigs"] = { + "texmf-dist/doc/latex/digiconfigs/README", + "texmf-dist/doc/latex/digiconfigs/digiconfigs.pdf", + }, + ["pspicture"] = { + "texmf-dist/doc/latex/pspicture/README", + "texmf-dist/doc/latex/pspicture/pspicture.pdf", + }, + ["gsftopk"] = { + "texmf/doc/man/man1/gsftopk.man1.pdf", + }, + ["kpathsea"] = { + "texmf/doc/info/dir", + "texmf/doc/kpathsea/kpathsea.html", + "texmf/doc/kpathsea/kpathsea.pdf", + "texmf/doc/man/man1/kpseaccess.man1.pdf", + "texmf/doc/man/man1/kpsepath.man1.pdf", + "texmf/doc/man/man1/kpsereadlink.man1.pdf", + "texmf/doc/man/man1/kpsestat.man1.pdf", + "texmf/doc/man/man1/kpsetool.man1.pdf", + "texmf/doc/man/man1/kpsewhere.man1.pdf", + "texmf/doc/man/man1/kpsewhich.man1.pdf", + "texmf/doc/man/man1/kpsexpand.man1.pdf", + "texmf/doc/man/man1/mkocp.man1.pdf", + "texmf/doc/man/man1/mkofm.man1.pdf", + "texmf/doc/man/man1/mktexfmt.man1.pdf", + "texmf/doc/man/man1/mktexlsr.man1.pdf", + "texmf/doc/man/man1/mktexmf.man1.pdf", + "texmf/doc/man/man1/mktexpk.man1.pdf", + "texmf/doc/man/man1/mktextfm.man1.pdf", + "texmf/doc/man/man1/texhash.man1.pdf", + "texmf/doc/web2c/web2c.html", + "texmf/doc/web2c/web2c.pdf", + }, + ["minitoc"] = { + "texmf-dist/doc/latex/minitoc/CATALOG", + "texmf-dist/doc/latex/minitoc/INSTALL", + "texmf-dist/doc/latex/minitoc/README", + "texmf-dist/doc/latex/minitoc/TODO", + "texmf-dist/doc/latex/minitoc/acadian-m.pdf", + "texmf-dist/doc/latex/minitoc/acadien-m.pdf", + "texmf-dist/doc/latex/minitoc/africa-lo.pdf", + "texmf-dist/doc/latex/minitoc/afrsud-l.pdf", + "texmf-dist/doc/latex/minitoc/afrsud-p.pdf", + "texmf-dist/doc/latex/minitoc/alba-eth.pdf", + "texmf-dist/doc/latex/minitoc/albania.pdf", + "texmf-dist/doc/latex/minitoc/anglo1.pdf", + "texmf-dist/doc/latex/minitoc/armeniad.pdf", + "texmf-dist/doc/latex/minitoc/basque1.pdf", + "texmf-dist/doc/latex/minitoc/basque2.pdf", + "texmf-dist/doc/latex/minitoc/belgique.pdf", + "texmf-dist/doc/latex/minitoc/bosnia.pdf", + "texmf-dist/doc/latex/minitoc/brazil.pdf", + "texmf-dist/doc/latex/minitoc/brazilp.pdf", + "texmf-dist/doc/latex/minitoc/bretagne.pdf", + "texmf-dist/doc/latex/minitoc/buryatia-l.pdf", + "texmf-dist/doc/latex/minitoc/buryatia.pdf", + "texmf-dist/doc/latex/minitoc/canada-l.pdf", + "texmf-dist/doc/latex/minitoc/canada-pf.pdf", + "texmf-dist/doc/latex/minitoc/canada.pdf", + "texmf-dist/doc/latex/minitoc/canada1.pdf", + "texmf-dist/doc/latex/minitoc/catalan-d.pdf", + "texmf-dist/doc/latex/minitoc/catalan-p.pdf", + "texmf-dist/doc/latex/minitoc/caucasus.pdf", + "texmf-dist/doc/latex/minitoc/china-l.pdf", + "texmf-dist/doc/latex/minitoc/chine1.pdf", + "texmf-dist/doc/latex/minitoc/chine2.pdf", + "texmf-dist/doc/latex/minitoc/cmk", + "texmf-dist/doc/latex/minitoc/cz1.pdf", + "texmf-dist/doc/latex/minitoc/czechd.pdf", + "texmf-dist/doc/latex/minitoc/danishd.pdf", + "texmf-dist/doc/latex/minitoc/danishg.pdf", + "texmf-dist/doc/latex/minitoc/dutchw.pdf", + "texmf-dist/doc/latex/minitoc/ecosse1.pdf", + "texmf-dist/doc/latex/minitoc/ecosse2.pdf", + "texmf-dist/doc/latex/minitoc/ecosse3.pdf", + "texmf-dist/doc/latex/minitoc/emk", + "texmf-dist/doc/latex/minitoc/espa-l.pdf", + "texmf-dist/doc/latex/minitoc/estonia-a.pdf", + "texmf-dist/doc/latex/minitoc/estonia-b.pdf", + "texmf-dist/doc/latex/minitoc/ethiopia-p.pdf", + "texmf-dist/doc/latex/minitoc/ethiopia.pdf", + "texmf-dist/doc/latex/minitoc/farsi.pdf", + "texmf-dist/doc/latex/minitoc/finlande2.pdf", + "texmf-dist/doc/latex/minitoc/finnishd.pdf", + "texmf-dist/doc/latex/minitoc/finnishl.pdf", + "texmf-dist/doc/latex/minitoc/fmk", + "texmf-dist/doc/latex/minitoc/fswahili.pdf", + "texmf-dist/doc/latex/minitoc/gael-ft.pdf", + "texmf-dist/doc/latex/minitoc/galicia-m.pdf", + "texmf-dist/doc/latex/minitoc/galicia-mp.pdf", + "texmf-dist/doc/latex/minitoc/galles1.pdf", + "texmf-dist/doc/latex/minitoc/galles2.pdf", + "texmf-dist/doc/latex/minitoc/german-c.pdf", + "texmf-dist/doc/latex/minitoc/german-d.pdf", + "texmf-dist/doc/latex/minitoc/german-m.pdf", + "texmf-dist/doc/latex/minitoc/grece1.pdf", + "texmf-dist/doc/latex/minitoc/grece2.pdf", + "texmf-dist/doc/latex/minitoc/imk", + "texmf-dist/doc/latex/minitoc/inde1.pdf", + "texmf-dist/doc/latex/minitoc/indonesia1.pdf", + "texmf-dist/doc/latex/minitoc/indonesia2.pdf", + "texmf-dist/doc/latex/minitoc/irlande.pdf", + "texmf-dist/doc/latex/minitoc/islam-sw.pdf", + "texmf-dist/doc/latex/minitoc/isr1.pdf", + "texmf-dist/doc/latex/minitoc/isr2.pdf", + "texmf-dist/doc/latex/minitoc/italian.pdf", + "texmf-dist/doc/latex/minitoc/japon1.pdf", + "texmf-dist/doc/latex/minitoc/khalkha.pdf", + "texmf-dist/doc/latex/minitoc/luso1.pdf", + "texmf-dist/doc/latex/minitoc/luso2.pdf", + "texmf-dist/doc/latex/minitoc/malayalam.pdf", + "texmf-dist/doc/latex/minitoc/malaysia1.pdf", + "texmf-dist/doc/latex/minitoc/malaysia2.pdf", + "texmf-dist/doc/latex/minitoc/mex1.pdf", + "texmf-dist/doc/latex/minitoc/mex2.pdf", + "texmf-dist/doc/latex/minitoc/mex3.pdf", + "texmf-dist/doc/latex/minitoc/mexip.pdf", + "texmf-dist/doc/latex/minitoc/minitoc-fr.pdf", + "texmf-dist/doc/latex/minitoc/minitoc.pdf", + "texmf-dist/doc/latex/minitoc/mongasie.pdf", + "texmf-dist/doc/latex/minitoc/mongolian.pdf", + "texmf-dist/doc/latex/minitoc/mtc-2c.pdf", + "texmf-dist/doc/latex/minitoc/mtc-2nd.pdf", + "texmf-dist/doc/latex/minitoc/mtc-3co.pdf", + "texmf-dist/doc/latex/minitoc/mtc-add.pdf", + "texmf-dist/doc/latex/minitoc/mtc-ads.pdf", + "texmf-dist/doc/latex/minitoc/mtc-amm.pdf", + "texmf-dist/doc/latex/minitoc/mtc-apx.pdf", + "texmf-dist/doc/latex/minitoc/mtc-art.pdf", + "texmf-dist/doc/latex/minitoc/mtc-bk.pdf", + "texmf-dist/doc/latex/minitoc/mtc-bo.pdf", + "texmf-dist/doc/latex/minitoc/mtc-ch0.pdf", + "texmf-dist/doc/latex/minitoc/mtc-cri.pdf", + "texmf-dist/doc/latex/minitoc/mtc-fko.pdf", + "texmf-dist/doc/latex/minitoc/mtc-fo1.pdf", + "texmf-dist/doc/latex/minitoc/mtc-fo2.pdf", + "texmf-dist/doc/latex/minitoc/mtc-gap.pdf", + "texmf-dist/doc/latex/minitoc/mtc-hi1.pdf", + "texmf-dist/doc/latex/minitoc/mtc-hi2.pdf", + "texmf-dist/doc/latex/minitoc/mtc-hia.pdf", + "texmf-dist/doc/latex/minitoc/mtc-hir.pdf", + "texmf-dist/doc/latex/minitoc/mtc-hop.pdf", + "texmf-dist/doc/latex/minitoc/mtc-liv.pdf", + "texmf-dist/doc/latex/minitoc/mtc-mem.pdf", + "texmf-dist/doc/latex/minitoc/mtc-mm1.pdf", + "texmf-dist/doc/latex/minitoc/mtc-mu.pdf", + "texmf-dist/doc/latex/minitoc/mtc-nom.pdf", + "texmf-dist/doc/latex/minitoc/mtc-ocf.pdf", + "texmf-dist/doc/latex/minitoc/mtc-ofs.pdf", + "texmf-dist/doc/latex/minitoc/mtc-sbf.pdf", + "texmf-dist/doc/latex/minitoc/mtc-scr.pdf", + "texmf-dist/doc/latex/minitoc/mtc-syn.pdf", + "texmf-dist/doc/latex/minitoc/mtc-tbi.pdf", + "texmf-dist/doc/latex/minitoc/mtc-tlc.pdf", + "texmf-dist/doc/latex/minitoc/mtc-tlo.pdf", + "texmf-dist/doc/latex/minitoc/mtc-tsf.pdf", + "texmf-dist/doc/latex/minitoc/mtc-vti.pdf", + "texmf-dist/doc/latex/minitoc/neder.pdf", + "texmf-dist/doc/latex/minitoc/norvege-c.pdf", + "texmf-dist/doc/latex/minitoc/norvege-t.pdf", + "texmf-dist/doc/latex/minitoc/norway-p.pdf", + "texmf-dist/doc/latex/minitoc/paraguayp.pdf", + "texmf-dist/doc/latex/minitoc/pmk", + "texmf-dist/doc/latex/minitoc/pologne.pdf", + "texmf-dist/doc/latex/minitoc/portugal.pdf", + "texmf-dist/doc/latex/minitoc/rmk", + "texmf-dist/doc/latex/minitoc/romanian.pdf", + "texmf-dist/doc/latex/minitoc/rus-su.pdf", + "texmf-dist/doc/latex/minitoc/russian-e.pdf", + "texmf-dist/doc/latex/minitoc/serb-a.pdf", + "texmf-dist/doc/latex/minitoc/serbia1.pdf", + "texmf-dist/doc/latex/minitoc/slovakia.pdf", + "texmf-dist/doc/latex/minitoc/slovenie.pdf", + "texmf-dist/doc/latex/minitoc/suede-a.pdf", + "texmf-dist/doc/latex/minitoc/suede-fin.pdf", + "texmf-dist/doc/latex/minitoc/swahili.pdf", + "texmf-dist/doc/latex/minitoc/sweden.pdf", + "texmf-dist/doc/latex/minitoc/thai.pdf", + "texmf-dist/doc/latex/minitoc/tmk", + "texmf-dist/doc/latex/minitoc/turquie.pdf", + "texmf-dist/doc/latex/minitoc/uighur.pdf", + "texmf-dist/doc/latex/minitoc/ukrainep.pdf", + "texmf-dist/doc/latex/minitoc/viet-w.pdf", + "texmf-dist/doc/latex/minitoc/viet2.pdf", + "texmf-dist/doc/latex/minitoc/viet3.pdf", + "texmf-dist/doc/latex/minitoc/viet4.pdf", + "texmf-dist/doc/latex/minitoc/wallonie.pdf", + "texmf-dist/doc/latex/minitoc/xmk", + }, + ["polytable"] = { + "texmf-dist/doc/latex/polytable/README", + }, + ["latex-veryshortguide"] = { + "texmf-dist/doc/latex/latex-veryshortguide/README", + "texmf-dist/doc/latex/latex-veryshortguide/README.pdf", + "texmf-dist/doc/latex/latex-veryshortguide/veryshortguide-imposed.pdf", + "texmf-dist/doc/latex/latex-veryshortguide/veryshortguide.pdf", + }, + ["latexmp"] = { + "texmf-dist/doc/metapost/latexmp/README", + "texmf-dist/doc/metapost/latexmp/latexmp.pdf", + }, + ["imtekda"] = { + "texmf-dist/doc/latex/imtekda/IMTEKda.pdf", + "texmf-dist/doc/latex/imtekda/README", + "texmf-dist/doc/latex/imtekda/figures/bild.pdf", + }, + ["macqassign"] = { + "texmf-dist/doc/latex/macqassign/README", + "texmf-dist/doc/latex/macqassign/logo.ps", + "texmf-dist/doc/latex/macqassign/sample-assign.pdf", + }, + ["codepage"] = { + "texmf-dist/doc/latex/codepage/LISEZMOI", + "texmf-dist/doc/latex/codepage/README", + "texmf-dist/doc/latex/codepage/codepage.pdf", + "texmf-dist/doc/latex/codepage/frintro.pdf", + }, + ["exteps"] = { + "texmf-dist/doc/metapost/exteps/LICENSE", + "texmf-dist/doc/metapost/exteps/README", + "texmf-dist/doc/metapost/exteps/delfin", + "texmf-dist/doc/metapost/exteps/exteps.pdf", + }, + ["pdfpages"] = { + "texmf-dist/doc/latex/pdfpages/dummy-l.pdf", + "texmf-dist/doc/latex/pdfpages/dummy.pdf", + "texmf-dist/doc/latex/pdfpages/pdfpages.pdf", + }, + ["chicago-annote"] = { + "texmf-dist/doc/bibtex/chicago-annote/README", + }, + ["hepthesis"] = { + "texmf-dist/doc/latex/hepthesis/ChangeLog", + "texmf-dist/doc/latex/hepthesis/README", + "texmf-dist/doc/latex/hepthesis/TODO", + "texmf-dist/doc/latex/hepthesis/example/Makefile", + "texmf-dist/doc/latex/hepthesis/example/ckmfitter-alpha-combined.pdf", + "texmf-dist/doc/latex/hepthesis/example/example.pdf", + "texmf-dist/doc/latex/hepthesis/example/lhcb-detector-cross-section.pdf", + "texmf-dist/doc/latex/hepthesis/hepthesis.pdf", + }, + ["modref"] = { + "texmf-dist/doc/latex/modref/README", + "texmf-dist/doc/latex/modref/modref.pdf", + }, + ["tex-ps"] = { + "texmf-dist/doc/generic/tex-ps/cmyk-hax/README", + "texmf-dist/doc/generic/tex-ps/cmyk-hax/cmyk-doc.pdf", + "texmf-dist/doc/generic/tex-ps/poligraf/README", + }, + ["codedoc"] = { + "texmf-dist/doc/latex/codedoc/CodeDoc-manual.pdf", + "texmf-dist/doc/latex/codedoc/README", + }, + ["cancel"] = { + "texmf-dist/doc/latex/cancel/cancel.pdf", + }, + ["txfontsb"] = { + "texmf-dist/doc/fonts/txfontsb/README", + "texmf-dist/doc/fonts/txfontsb/txfontsb.pdf", + }, + ["bidi"] = { + "texmf-dist/doc/xelatex/bidi/README", + "texmf-dist/doc/xelatex/bidi/bibitem.pdf", + "texmf-dist/doc/xelatex/bidi/bidi-doc.pdf", + }, + ["arabxetex"] = { + "texmf-dist/doc/xelatex/arabxetex/README", + "texmf-dist/doc/xelatex/arabxetex/arabxetex.pdf", + "texmf-dist/doc/xelatex/arabxetex/ednotes_example.pdf", + }, + ["microtype"] = { + "texmf-dist/doc/latex/microtype/README", + "texmf-dist/doc/latex/microtype/microtype.pdf", + }, + ["hhtensor"] = { + "texmf-dist/doc/latex/hhtensor/README", + "texmf-dist/doc/latex/hhtensor/hhtensor.pdf", + }, + ["ntabbing"] = { + "texmf-dist/doc/latex/ntabbing/ntabbing.dvi", + }, + ["vancouver"] = { + "texmf-dist/doc/bibtex/vancouver/README", + "texmf-dist/doc/bibtex/vancouver/vancouver.pdf", + }, + ["fancybox"] = { + "texmf-dist/doc/latex/fancybox/fancybox.pdf", + }, + ["hanging"] = { + "texmf-dist/doc/latex/hanging/README", + "texmf-dist/doc/latex/hanging/hanging.pdf", + }, + ["cooking"] = { + "texmf-dist/doc/latex/cooking/COPYING", + "texmf-dist/doc/latex/cooking/README", + "texmf-dist/doc/latex/cooking/cooking.pdf", + }, + ["context-simplefonts"] = { + "texmf-dist/doc/context/third/simplefonts/README", + "texmf-dist/doc/context/third/simplefonts/simplefonts.pdf", + }, + ["ifplatform"] = { + "texmf-dist/doc/latex/ifplatform/README", + "texmf-dist/doc/latex/ifplatform/ifplatform.pdf", + }, + ["latex-course"] = { + "texmf-dist/doc/latex/latex-course/LaTeX-Course.pdf", + "texmf-dist/doc/latex/latex-course/README", + }, + ["hatching"] = { + "texmf-dist/doc/metapost/hatching/readme", + }, + ["cweb"] = { + "texmf-dist/doc/plain/cweb/cwebman.dvi", + "texmf/doc/man/man1/ctangle.man1.pdf", + "texmf/doc/man/man1/cweave.man1.pdf", + "texmf/doc/man/man1/cweb.man1.pdf", + }, + ["epstopdf"] = { + "texmf-dist/doc/latex/epstopdf/README", + "texmf/doc/man/man1/epstopdf.man1.pdf", + }, + ["lewis"] = { + "texmf-dist/doc/latex/lewis/README", + "texmf-dist/doc/latex/lewis/lewis.pdf", + }, + ["jneurosci"] = { + "texmf-dist/doc/latex/jneurosci/README", + }, + ["epsincl"] = { + "texmf-dist/doc/metapost/epsincl/0info.txt", + "texmf-dist/doc/metapost/epsincl/README", + }, + ["cmbright"] = { + "texmf-dist/doc/latex/cmbright/copyrite.txt", + "texmf-dist/doc/latex/cmbright/manifest.txt", + "texmf-dist/doc/latex/cmbright/readme", + }, + ["jknapltx"] = { + "texmf-dist/doc/latex/jknapltx/00readme.txt", + }, + ["t-angles"] = { + "texmf-dist/doc/latex/t-angles/README", + "texmf-dist/doc/latex/t-angles/t-manual.pdf", + }, + ["psbao"] = { + "texmf-dist/doc/latex/psbao/Changes", + "texmf-dist/doc/latex/psbao/README", + "texmf-dist/doc/latex/psbao/psbaomanual.pdf", + }, + ["lshort-russian"] = { + "texmf-dist/doc/latex/lshort-russian/CHANGES", + "texmf-dist/doc/latex/lshort-russian/MANIFEST", + "texmf-dist/doc/latex/lshort-russian/Makefile", + "texmf-dist/doc/latex/lshort-russian/README", + "texmf-dist/doc/latex/lshort-russian/lshort.dvi", + "texmf-dist/doc/latex/lshort-russian/lshortru.pdf", + }, + ["pkfix"] = { + "texmf-dist/doc/support/pkfix/README", + }, + ["frenchle"] = { + "texmf-dist/doc/latex/frenchle/FAQ.pdf", + "texmf-dist/doc/latex/frenchle/frenchle.pdf", + }, + ["bayer"] = { + "texmf-dist/doc/latex/bayer/README", + }, + ["renditions"] = { + "texmf-dist/doc/latex/renditions/README", + "texmf-dist/doc/latex/renditions/renditions.pdf", + }, + ["algorithmicx"] = { + "texmf-dist/doc/latex/algorithmicx/README", + "texmf-dist/doc/latex/algorithmicx/algorithmicx.pdf", + }, + ["vpe"] = { + "texmf-dist/doc/latex/vpe/vpe.txt", + }, + ["drv"] = { + "texmf-dist/doc/metapost/drv/README", + "texmf-dist/doc/metapost/drv/doc/makefile", + "texmf-dist/doc/metapost/drv/drv-guide.pdf", + "texmf-dist/doc/metapost/drv/sample/makefile", + "texmf-dist/doc/metapost/drv/template/makefile", + }, + ["a5comb"] = { + "texmf-dist/doc/latex/a5comb/a5comb.pdf", + }, + ["octavo"] = { + "texmf-dist/doc/latex/octavo/README", + "texmf-dist/doc/latex/octavo/changes", + "texmf-dist/doc/latex/octavo/tub-octavo.pdf", + }, + ["texdoc"] = { + "texmf/doc/man/man1/texdoc.man1.pdf", + "texmf/doc/man/man1/texdoctk.man1.pdf", + "texmf/doc/texdoc/News", + "texmf/doc/texdoc/texdoc.pdf", + }, + ["pst-support"] = { + "texmf-dist/doc/generic/pst-support/README", + }, + ["memoir"] = { + "texmf-dist/doc/latex/memoir/Makeidxglo", + "texmf-dist/doc/latex/memoir/README", + "texmf-dist/doc/latex/memoir/memman.pdf", + }, + ["gentle"] = { + "texmf-dist/doc/plain/gentle/gentle.pdf", + }, + ["utf8mex"] = { + "texmf-dist/doc/mex/utf8mex/Makefile", + "texmf-dist/doc/mex/utf8mex/README", + "texmf-dist/doc/mex/utf8mex/examples/Makefile", + }, + ["sectsty"] = { + "texmf-dist/doc/latex/sectsty/sectsty.pdf", + }, + ["pdfcprot"] = { + "texmf-dist/doc/latex/pdfcprot/00CONTEN", + "texmf-dist/doc/latex/pdfcprot/00README", + "texmf-dist/doc/latex/pdfcprot/INSTALL.txt", + "texmf-dist/doc/latex/pdfcprot/LEGAL.txt", + "texmf-dist/doc/latex/pdfcprot/README.txt", + "texmf-dist/doc/latex/pdfcprot/TODO", + }, + ["fouridx"] = { + "texmf-dist/doc/latex/fouridx/README", + "texmf-dist/doc/latex/fouridx/fouridx.pdf", + }, + ["epspdfconversion"] = { + "texmf-dist/doc/latex/epspdfconversion/README", + "texmf-dist/doc/latex/epspdfconversion/epspdfconversion.pdf", + }, + ["latex-tabellen"] = { + "texmf-dist/doc/latex/latex-tabellen/README", + }, + ["varisize"] = { + "texmf-dist/doc/plain/varisize/README", + }, + ["nature"] = { + "texmf-dist/doc/latex/nature/README", + }, + ["beamerposter"] = { + "texmf-dist/doc/latex/beamerposter/README", + "texmf-dist/doc/latex/beamerposter/beamerposter.pdf", + }, + ["pstricks-add"] = { + "texmf-dist/doc/generic/pstricks-add/Changes", + "texmf-dist/doc/generic/pstricks-add/README", + "texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf", + }, + ["ccicons"] = { + "texmf-dist/doc/latex/ccicons/README", + "texmf-dist/doc/latex/ccicons/ccicons.pdf", + }, + ["engrec"] = { + "texmf-dist/doc/latex/engrec/LISEZMOI", + "texmf-dist/doc/latex/engrec/README", + "texmf-dist/doc/latex/engrec/engrec.pdf", + }, + ["diagnose"] = { + "texmf-dist/doc/latex/diagnose/README", + "texmf-dist/doc/latex/diagnose/diagnose.pdf", + "texmf-dist/doc/latex/diagnose/mls-diag.dvi", + }, + ["arrayjob"] = { + "texmf-dist/doc/generic/arrayjob/README", + "texmf-dist/doc/generic/arrayjob/arrayjob.pdf", + }, + ["bullcntr"] = { + "texmf-dist/doc/latex/bullcntr/00readme.txt", + "texmf-dist/doc/latex/bullcntr/README", + "texmf-dist/doc/latex/bullcntr/bullcntr-man.pdf", + "texmf-dist/doc/latex/bullcntr/manifest.txt", + }, + ["dinbrief"] = { + "texmf-dist/doc/latex/dinbrief/dinbrief.pdf", + "texmf-dist/doc/latex/dinbrief/liesmich", + "texmf-dist/doc/latex/dinbrief/readme", + }, + ["lshort-japanese"] = { + "texmf-dist/doc/latex/lshort-japanese/00README", + "texmf-dist/doc/latex/lshort-japanese/jlshort.pdf", + }, + ["dvips"] = { + "texmf/doc/dvips/dvips.html", + "texmf/doc/dvips/dvips.pdf", + "texmf/doc/man/man1/afm2tfm.man1.pdf", + "texmf/doc/man/man1/dvips.man1.pdf", + }, + ["chembst"] = { + "texmf-dist/doc/latex/chembst/README", + "texmf-dist/doc/latex/chembst/chembst.pdf", + }, + ["apa"] = { + "texmf-dist/doc/latex/apa/CHANGELOG.txt", + "texmf-dist/doc/latex/apa/LICENCE", + "texmf-dist/doc/latex/apa/README", + "texmf-dist/doc/latex/apa/apacls.html", + "texmf-dist/doc/latex/apa/apacls.txt", + "texmf-dist/doc/latex/apa/apaenum.txt", + "texmf-dist/doc/latex/apa/examples.txt", + }, + ["fix2col"] = { + "texmf-dist/doc/latex/fix2col/README", + "texmf-dist/doc/latex/fix2col/fix2col.pdf", + }, + ["beamer"] = { + "texmf-dist/doc/latex/beamer/AUTHORS", + "texmf-dist/doc/latex/beamer/ChangeLog", + "texmf-dist/doc/latex/beamer/FILES", + "texmf-dist/doc/latex/beamer/INSTALL", + "texmf-dist/doc/latex/beamer/README", + "texmf-dist/doc/latex/beamer/TODO", + "texmf-dist/doc/latex/beamer/doc/Makefile", + "texmf-dist/doc/latex/beamer/doc/beameruserguide.pdf", + "texmf-dist/doc/latex/beamer/doc/licenses/LICENSE", + "texmf-dist/doc/latex/beamer/doc/licenses/gnu-free-documentation-license-1.2.txt", + "texmf-dist/doc/latex/beamer/doc/licenses/gnu-public-license-2.txt", + "texmf-dist/doc/latex/beamer/doc/licenses/latex-project-public-license-1.3c.txt", + "texmf-dist/doc/latex/beamer/doc/licenses/manifest-code.txt", + "texmf-dist/doc/latex/beamer/doc/licenses/manifest-documentation.txt", + "texmf-dist/doc/latex/beamer/examples/a-conference-talk/beamerexample-conference-talk.pdf", + "texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-beamer-version.pdf", + "texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-logo.pdf", + "texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-print-version.pdf", + }, + ["brushscr"] = { + "texmf-dist/doc/latex/brushscr/AAA_readme.dvi", + "texmf-dist/doc/latex/brushscr/README", + "texmf-dist/doc/latex/brushscr/example.dvi", + "texmf-dist/doc/latex/brushscr/kern.txt", + "texmf-dist/doc/latex/brushscr/sample.dvi", + }, + ["oberdiek"] = { + "texmf-dist/doc/latex/oberdiek/accsupp.pdf", + "texmf-dist/doc/latex/oberdiek/aliascnt.pdf", + "texmf-dist/doc/latex/oberdiek/alphalph.pdf", + "texmf-dist/doc/latex/oberdiek/askinclude.pdf", + "texmf-dist/doc/latex/oberdiek/atbegshi.pdf", + "texmf-dist/doc/latex/oberdiek/atenddvi.pdf", + "texmf-dist/doc/latex/oberdiek/attachfile2.pdf", + "texmf-dist/doc/latex/oberdiek/atveryend.pdf", + "texmf-dist/doc/latex/oberdiek/auxhook.pdf", + "texmf-dist/doc/latex/oberdiek/bigintcalc.pdf", + "texmf-dist/doc/latex/oberdiek/bitset.pdf", + "texmf-dist/doc/latex/oberdiek/bmpsize.pdf", + "texmf-dist/doc/latex/oberdiek/bookmark.pdf", + "texmf-dist/doc/latex/oberdiek/catchfile.pdf", + "texmf-dist/doc/latex/oberdiek/centernot.pdf", + "texmf-dist/doc/latex/oberdiek/chemarr.pdf", + "texmf-dist/doc/latex/oberdiek/classlist.pdf", + "texmf-dist/doc/latex/oberdiek/colonequals.pdf", + "texmf-dist/doc/latex/oberdiek/dvipscol.pdf", + "texmf-dist/doc/latex/oberdiek/embedfile.pdf", + "texmf-dist/doc/latex/oberdiek/engord.pdf", + "texmf-dist/doc/latex/oberdiek/epstopdf.pdf", + "texmf-dist/doc/latex/oberdiek/etexcmds.pdf", + "texmf-dist/doc/latex/oberdiek/flags.pdf", + "texmf-dist/doc/latex/oberdiek/gettitlestring.pdf", + "texmf-dist/doc/latex/oberdiek/grfext.pdf", + "texmf-dist/doc/latex/oberdiek/grffile.pdf", + "texmf-dist/doc/latex/oberdiek/holtxdoc.pdf", + "texmf-dist/doc/latex/oberdiek/hycolor.pdf", + "texmf-dist/doc/latex/oberdiek/hypbmsec.pdf", + "texmf-dist/doc/latex/oberdiek/hypcap.pdf", + "texmf-dist/doc/latex/oberdiek/hypdestopt.pdf", + "texmf-dist/doc/latex/oberdiek/hypdoc.pdf", + "texmf-dist/doc/latex/oberdiek/hypgotoe.pdf", + "texmf-dist/doc/latex/oberdiek/hyphsubst.pdf", + "texmf-dist/doc/latex/oberdiek/ifdraft.pdf", + "texmf-dist/doc/latex/oberdiek/iflang.pdf", + "texmf-dist/doc/latex/oberdiek/ifpdf.pdf", + "texmf-dist/doc/latex/oberdiek/ifvtex.pdf", + "texmf-dist/doc/latex/oberdiek/infwarerr.pdf", + "texmf-dist/doc/latex/oberdiek/inputenx-licrcmds.txt", + "texmf-dist/doc/latex/oberdiek/inputenx-utf8enc.txt", + "texmf-dist/doc/latex/oberdiek/inputenx.pdf", + "texmf-dist/doc/latex/oberdiek/intcalc.pdf", + "texmf-dist/doc/latex/oberdiek/kvoptions.pdf", + "texmf-dist/doc/latex/oberdiek/kvsetkeys.pdf", + "texmf-dist/doc/latex/oberdiek/letltxmacro.pdf", + "texmf-dist/doc/latex/oberdiek/listingsutf8.pdf", + "texmf-dist/doc/latex/oberdiek/ltxcmds.pdf", + "texmf-dist/doc/latex/oberdiek/luacolor.pdf", + "texmf-dist/doc/latex/oberdiek/luatex.pdf", + "texmf-dist/doc/latex/oberdiek/magicnum.pdf", + "texmf-dist/doc/latex/oberdiek/magicnum.txt", + "texmf-dist/doc/latex/oberdiek/makerobust.pdf", + "texmf-dist/doc/latex/oberdiek/oberdiek.pdf", + "texmf-dist/doc/latex/oberdiek/pagegrid.pdf", + "texmf-dist/doc/latex/oberdiek/pagesel.pdf", + "texmf-dist/doc/latex/oberdiek/pdfcol.pdf", + "texmf-dist/doc/latex/oberdiek/pdfcolfoot.pdf", + "texmf-dist/doc/latex/oberdiek/pdfcolmk.pdf", + "texmf-dist/doc/latex/oberdiek/pdfcolparallel.pdf", + "texmf-dist/doc/latex/oberdiek/pdfcolparcolumns.pdf", + "texmf-dist/doc/latex/oberdiek/pdfcrypt.pdf", + "texmf-dist/doc/latex/oberdiek/pdfescape.pdf", + "texmf-dist/doc/latex/oberdiek/pdflscape.pdf", + "texmf-dist/doc/latex/oberdiek/pdfrender.pdf", + "texmf-dist/doc/latex/oberdiek/pdftexcmds.pdf", + "texmf-dist/doc/latex/oberdiek/picture.pdf", + "texmf-dist/doc/latex/oberdiek/pmboxdraw.pdf", + "texmf-dist/doc/latex/oberdiek/refcount.pdf", + "texmf-dist/doc/latex/oberdiek/rerunfilecheck.pdf", + "texmf-dist/doc/latex/oberdiek/resizegather.pdf", + "texmf-dist/doc/latex/oberdiek/scrindex.pdf", + "texmf-dist/doc/latex/oberdiek/selinput.pdf", + "texmf-dist/doc/latex/oberdiek/setouterhbox.pdf", + "texmf-dist/doc/latex/oberdiek/settobox.pdf", + "texmf-dist/doc/latex/oberdiek/soulutf8.pdf", + "texmf-dist/doc/latex/oberdiek/stackrel.pdf", + "texmf-dist/doc/latex/oberdiek/stampinclude.pdf", + "texmf-dist/doc/latex/oberdiek/stringenc.pdf", + "texmf-dist/doc/latex/oberdiek/tabularht.pdf", + "texmf-dist/doc/latex/oberdiek/tabularkv.pdf", + "texmf-dist/doc/latex/oberdiek/telprint.pdf", + "texmf-dist/doc/latex/oberdiek/test/pdflscape-test6.txt", + "texmf-dist/doc/latex/oberdiek/transparent.pdf", + "texmf-dist/doc/latex/oberdiek/twoopt.pdf", + "texmf-dist/doc/latex/oberdiek/uniquecounter.pdf", + "texmf-dist/doc/latex/oberdiek/zref.pdf", + }, + ["edmargin"] = { + "texmf-dist/doc/latex/edmargin/README", + "texmf-dist/doc/latex/edmargin/edmargin.pdf", + }, + ["ccfonts"] = { + "texmf-dist/doc/latex/ccfonts/ccfonts.pdf", + "texmf-dist/doc/latex/ccfonts/readme", + }, + ["kurier"] = { + "texmf-dist/doc/fonts/kurier/GUST-FONT-NOSOURCE-LICENSE.txt", + "texmf-dist/doc/fonts/kurier/MANIFEST.txt", + }, + ["ctib"] = { + "texmf-dist/doc/latex/ctib/README", + "texmf-dist/doc/latex/ctib/ctib4tex.pdf", + }, + ["concprog"] = { + "texmf-dist/doc/latex/concprog/program.dvi", + }, + ["dashrule"] = { + "texmf-dist/doc/latex/dashrule/README", + "texmf-dist/doc/latex/dashrule/dashrule.pdf", + }, + ["lshort-slovak"] = { + "texmf-dist/doc/latex/lshort-slovak/slshorte.pdf", + }, + ["zefonts"] = { + "texmf-dist/doc/latex/zefonts/CHANGES", + "texmf-dist/doc/latex/zefonts/readme", + "texmf-dist/doc/latex/zefonts/zefonts.dvi", + }, + ["gmeometric"] = { + "texmf-dist/doc/latex/gmeometric/README", + "texmf-dist/doc/latex/gmeometric/gmeometric.pdf", + }, + ["eqlist"] = { + "texmf-dist/doc/latex/eqlist/README", + "texmf-dist/doc/latex/eqlist/eqlist.pdf", + }, + ["hyphen-hungarian"] = { + "texmf/doc/generic/huhyphen/huhyphn.pdf", + }, + ["acromake"] = { + "texmf-dist/doc/latex/acromake/acromake.pdf", + }, + ["bibunits"] = { + "texmf-dist/doc/latex/bibunits/README", + "texmf-dist/doc/latex/bibunits/bibtexall", + "texmf-dist/doc/latex/bibunits/bibunits.pdf", + }, + ["vlna"] = { + "texmf/doc/man/man1/vlna.man1.pdf", + "texmf/doc/vlna/vlna.pdf", + }, + ["bera"] = { + "texmf-dist/doc/fonts/bera/LICENSE", + "texmf-dist/doc/fonts/bera/README", + "texmf-dist/doc/fonts/bera/bera.pdf", + "texmf-dist/doc/fonts/bera/bera.txt", + }, + ["boxedminipage"] = { + "texmf-dist/doc/latex/boxedminipage/boxedminipage.pdf", + }, + ["pclnfss"] = { + "texmf-dist/doc/fonts/pclnfss/COPYING", + "texmf-dist/doc/fonts/pclnfss/README", + }, + ["cachepic"] = { + "texmf-dist/doc/latex/cachepic/README", + "texmf-dist/doc/latex/cachepic/cachepic.pdf", + }, + ["ijqc"] = { + "texmf-dist/doc/bibtex/ijqc/README", + "texmf-dist/doc/bibtex/ijqc/makefile", + "texmf-dist/doc/bibtex/ijqc/xampl.pdf", + }, + ["insbox"] = { + "texmf-dist/doc/generic/insbox/demo.dvi", + }, + ["fourier"] = { + "texmf-dist/doc/fonts/fourier/README", + "texmf-dist/doc/fonts/fourier/fourier-doc-en.pdf", + "texmf-dist/doc/fonts/fourier/fourier-orns.pdf", + }, + ["xytree"] = { + "texmf-dist/doc/latex/xytree/README", + "texmf-dist/doc/latex/xytree/xytree-doc-en.pdf", + }, + ["chapterfolder"] = { + "texmf-dist/doc/latex/chapterfolder/chapterfolder.pdf", + }, + ["jadetex"] = { + "texmf-dist/doc/otherformats/jadetex/base/ChangeLog", + "texmf-dist/doc/otherformats/jadetex/base/ChangeLog-old", + "texmf-dist/doc/otherformats/jadetex/base/Makefile", + "texmf-dist/doc/otherformats/jadetex/base/index.html", + }, + ["textpath"] = { + "texmf-dist/doc/metapost/textpath/CHANGES", + "texmf-dist/doc/metapost/textpath/README", + "texmf-dist/doc/metapost/textpath/textpath.pdf", + }, + ["acronym"] = { + "texmf-dist/doc/latex/acronym/README", + "texmf-dist/doc/latex/acronym/acronym.pdf", + }, + ["metafont-beginners"] = { + "texmf-dist/doc/fonts/metafont-beginners/metafont-for-beginners.pdf", + }, + ["psgo"] = { + "texmf-dist/doc/latex/psgo/Changes", + "texmf-dist/doc/latex/psgo/README", + "texmf-dist/doc/latex/psgo/psgomanual.pdf", + }, + ["pst-optic"] = { + "texmf-dist/doc/generic/pst-optic/Changes", + "texmf-dist/doc/generic/pst-optic/README", + "texmf-dist/doc/generic/pst-optic/pst-optic-doc.pdf", + "texmf-dist/doc/generic/pst-optic/pst-optic-examples.pdf", + }, + ["kerntest"] = { + "texmf-dist/doc/latex/kerntest/ChangeLog", + "texmf-dist/doc/latex/kerntest/README", + "texmf-dist/doc/latex/kerntest/ToDo", + "texmf-dist/doc/latex/kerntest/kerntest.pdf", + }, + ["bibtex"] = { + "texmf-dist/doc/bibtex/base/bibshare", + "texmf-dist/doc/bibtex/base/btxdoc.pdf", + "texmf-dist/doc/bibtex/base/btxhak.pdf", + "texmf/doc/man/man1/bibtex.man1.pdf", + }, + ["fge"] = { + "texmf-dist/doc/fonts/fge/README", + "texmf-dist/doc/fonts/fge/fge-doc.pdf", + }, + ["faq-en"] = { + "texmf-dist/doc/generic/FAQ-en/ChangeLog", + "texmf-dist/doc/generic/FAQ-en/Makefile", + "texmf-dist/doc/generic/FAQ-en/README", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-2colfloat.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-2colfltorder.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-2letterfontcmd.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-8000.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-AMSpkg.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-BibTeXing.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-CD.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-ECfonts.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-HPdrivers.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-LaTeX2HTML.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-LaTeX3.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-LaTeXandPlain.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-LaTeXtoPlain.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-MF.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-MP.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-PSpreview.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-RCS.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-SGML2TeX.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-TUGstar.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-TeXfuture.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-TeXpronounce.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-TeXsystems.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-WYGexpts.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-abspos.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-acroantics.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-acrobat.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-actinarg.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-activechars.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-addtoreset.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-adobetypen.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-algorithms.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-alreadydef.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-altabcr.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-amfonts.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-ant.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-appendix.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-archives.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-askquestion.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-atsign.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-atsigns.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-atvert.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-backref.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-badhyph.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-balance.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-baselinepar.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-bibaccent.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-bibinline.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-biblatex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-bibplain.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-bibprefixsort.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-bibstrtl.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-bibtocorder.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-bibtranscinit.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-bold-extras.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-boldgreek.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-books.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-braket.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-breakbox.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-breaklinks.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-brkinline.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-buffovl.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-bug.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-buildbib.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-cancellation.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-capbibtex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-captsty.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-casechange.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-changebars.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-changemargin.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-chapbib.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-charshift.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-checksum.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-chngmargonfly.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-citeURL.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-citesort.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-clsvpkg.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-cmdstar.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-codelist.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-commercial.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-compactbib.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-compjobnam.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-complist.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-concrete.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-conditional.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-context.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-crop.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-crossref.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-csname.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-custbib.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-cv.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-cvtlatex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-dec_comma.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-destable.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-distill-prob.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-divzero.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-doc-dirs.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-doc-wiki.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-docotherdir.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-docpictex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-dolldoll.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-dpfloat.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-drawFeyn.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-drawing.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-driver.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-dropping.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-dtx.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-dvi-bmp.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-dvi.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-dvipdfmgraphics.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-dvips-pdf.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-dvips.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-dvipsgraphics.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-edef.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-editors.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-empty.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-emptynum.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-endingroup.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-enlarge.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-entercompmode.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-enumerate.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-epigraph.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-eplain.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-eps.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-epsf.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-eqnarray.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-errmissitem.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-erroradvice.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-errparnum.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-errstruct.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-etex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-euro.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-exscale.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-extex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-extrabrace.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-extref.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-extsizes.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-fancyhdr.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-figurehere.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-filename.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-filesused.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-findfiles.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-findfont.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-findwidth.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-fixnam.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-fixwidtab.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-fllost.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-floatpages.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-floats.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-flushboth.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-fmtconv.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-fontname.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-fonts-pln.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-fontsize.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-fontunavail.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-footintab.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-footnpp.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-formatstymy.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-formbiblabel.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-ftncapt.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-ftnsect.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-fuzzy-T1.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-fuzzy-gs.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-fuzzy-type3.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-getbitmap.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-gethelp.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-graph-pspdf.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-graphicspath.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-grffilenames.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-grmaxwidth.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-gutter.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-hash.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-howmanypp.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-htmlbib.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-hyper.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-hyperdupdest.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-hyphen.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-hyphenaccents.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-hyphexcept.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-hyphoff.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-i18nbib.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-ifpdf.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-impgraph.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-inclplain.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-include.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-inputlev.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-inst-miktexstar.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-inst-scut.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-inst-tds-zip.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-inst-tidy.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-inst-wlcf.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-inst1cm.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-install-doc.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-install-find.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-install-unpack.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-install-where.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-installthings.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-instfont.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-instmffont.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-instprinterfont.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-instt1font.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-interruptlist.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-isdef.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-isitanum.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-journalpaper.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-keepfonts.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-keyval.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-labelctr.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-labelfig.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-labelformat.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-labundef.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-landscape.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-latex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-latex2e.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-latexbug.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-latexpronounce.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-latexqual.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-latexwords.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-letterclass.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-letterspace.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-limits.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-linenos.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-linespace.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-linespread.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-linmacnames.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-lit.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-logos.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-lollipop.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-longtab.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-ltxabbrv.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-ltxcmds.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-ltxhash.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-luatex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-mailliststar.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-make.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-makebib.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-makeindex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-man-latex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-man-tex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-manyauthor.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-manymathalph.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-marginmanual.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-marginparside.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-marginpkgs.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-matchbrak.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-mathlips.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-mathml.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-mathonlyref.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-mathsize.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-mathstext.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-mcfloat.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-mcite.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-metrics.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-mfptutorials.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-minitoc.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-minxampl.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-missbegdoc.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-misschar.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-misssymb.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-moren9.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-mpprologues.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-msxy.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-multbib.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-multfoot.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-multidoc.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-multind.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-multirow.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-music.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-nameref.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-newans.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-newfontstar.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-newfunction.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-newlang.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-newlineargs.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-noans.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-nocitestar.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-nodollar.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-nofm.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-nohyph.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-noline.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-nonfree.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-nonpdfsp.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-nonum.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-nopagebrk.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-nopageno.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-normalszmiss.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-noroom.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-notWYSIWYG.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-numbersets.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-oarglikesect.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-oddhyphen.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-oddpage.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-ol-books.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-oldfontnames.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-omegaleph.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-onecolabs.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-optionclash.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-osf.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-otherprinters.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-ouparmd.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-overfull.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-overstrike.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-pagebychap.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-papergeom.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-papersize.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-parallel.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-paraparam.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-parskip.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-patch.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-pdf-fig-chars.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-pdfpagelabels.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-pdftexgraphics.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-pk.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-pkfix.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-pkgdoc.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-plainvltx.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-plninltxstar.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-poster.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-prept1font.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-previewers.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-prinvalint.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-privinst.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-proof.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-protect.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-psfchoice.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-psfontprob.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-ragright.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-readML.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-readtex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-reallyblank.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-recovertex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-ref-doc.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-repeatgrf.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-repfootnote.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-replstdcls.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-rerun.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-resolns.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-reuseq.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-rulethk.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-run-fn-nos.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-runheadtoobig.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-running-nos.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-scriptfonts.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-seccntfmt.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-secindent.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-secnumdep.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-secthead.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-semanticnest.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-setURL.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-slashbox.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-slidecls.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-sortbib.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-spaftend.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-specials.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-spell.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-spinmacro.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-splitfoot.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-srchpdf.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-struttab.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-subsubsub.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-subverttoks.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-symbols.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-t1enc.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-tabacc.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-tabcellalign.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-tds-zip.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-tds.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-tempinst.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-texcad.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-texinfo.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-texorpdf.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-textflow.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-texthings.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-textrace.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-tfm.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-the-commands.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-theoremfmt.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-thesis.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-time.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-titlsty.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-tmupfl.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-toascii.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-tocbibind.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-tocloft.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-tocloftwrong.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-toodeep.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-topgraph.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-tradesyms.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-triptrap.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-tutbitslatex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-tutorialstar.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-twooptarg.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-type1T1.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-typebooks.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-typend.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-typo-style.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-underline.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-underscore.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-unkgrfextn.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-uploads.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-upquot.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-useMF.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-usebibtex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-uselmfonts.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-usepictex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-usepsfont.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-usesymb.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-varwidcol.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-varwidth.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-verbfile.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-verbwithin.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-vertposfp.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-vertspacefloat.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-virtualfonts.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-watermark.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-wdnohyph.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-webpkgs.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-weirdhyphen.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-what-TDS.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-whatTeX.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-whatbst.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-whatenc.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-whatmacros.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-whatpdftex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-whereFAQ.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-wholerow.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-why-inp-font.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-whyfree.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-widefigs.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-wideflt.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-widows.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-wordcount.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-writecls.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-wrongpn.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-xetex.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-xfigetc.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-xspace.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-y2k.html", + "texmf-dist/doc/generic/FAQ-en/html/FAQ-zerochap.html", + "texmf-dist/doc/generic/FAQ-en/html/index.html", + "texmf-dist/doc/generic/FAQ-en/letterfaq.pdf", + "texmf-dist/doc/generic/FAQ-en/markup-syntax", + "texmf-dist/doc/generic/FAQ-en/newfaq.pdf", + }, + ["snapshot"] = { + "texmf-dist/doc/latex/snapshot/snapshot.pdf", + }, + ["fn2end"] = { + "texmf-dist/doc/latex/fn2end/fn2end.pdf", + }, + ["labelcas"] = { + "texmf-dist/doc/latex/labelcas/README", + "texmf-dist/doc/latex/labelcas/labelcas.pdf", + }, + ["plates"] = { + "texmf-dist/doc/latex/plates/README", + "texmf-dist/doc/latex/plates/plates.pdf", + }, + ["first-latex-doc"] = { + "texmf-dist/doc/latex/first-latex-doc/README", + "texmf-dist/doc/latex/first-latex-doc/first-latex-doc.pdf", + }, + ["staves"] = { + "texmf-dist/doc/fonts/staves/README", + "texmf-dist/doc/fonts/staves/staves.pdf", + "texmf-dist/doc/fonts/staves/symbols.pdf", + }, + ["silence"] = { + "texmf-dist/doc/latex/silence/README", + "texmf-dist/doc/latex/silence/silence-doc.pdf", + }, + ["chemarrow"] = { + "texmf-dist/doc/fonts/chemarrow/Liesmich.txt", + "texmf-dist/doc/fonts/chemarrow/README", + "texmf-dist/doc/fonts/chemarrow/chemarrow-de.pdf", + "texmf-dist/doc/fonts/chemarrow/chemarrow.pdf", + }, + ["marginnote"] = { + "texmf-dist/doc/latex/marginnote/marginnote.pdf", + }, + ["protex"] = { + "texmf-dist/doc/latex/protex/LitProg", + "texmf-dist/doc/latex/protex/README", + }, + ["startex"] = { + "texmf-dist/doc/otherformats/startex/base/guide.pdf", + "texmf-dist/doc/otherformats/startex/base/ideas.pdf", + "texmf-dist/doc/otherformats/startex/base/startex.pdf", + }, + ["expl3"] = { + "texmf-dist/doc/latex/expl3/README", + "texmf-dist/doc/latex/expl3/expl3.pdf", + "texmf-dist/doc/latex/expl3/source3.pdf", + }, + ["textfit"] = { + "texmf-dist/doc/latex/textfit/README", + "texmf-dist/doc/latex/textfit/makefile", + "texmf-dist/doc/latex/textfit/manifest", + }, + ["nkarta"] = { + "texmf-dist/doc/fonts/nkarta/README", + "texmf-dist/doc/fonts/nkarta/figtable.pdf", + "texmf-dist/doc/fonts/nkarta/fonttable.pdf", + }, + ["mhequ"] = { + "texmf-dist/doc/latex/mhequ/example.pdf", + }, + ["xepersian"] = { + "texmf-dist/doc/xelatex/xepersian/README", + "texmf-dist/doc/xelatex/xepersian/xepersian-doc.pdf", + }, + ["namespc"] = { + "texmf-dist/doc/latex/namespc/README", + "texmf-dist/doc/latex/namespc/namespc.pdf", + }, + ["dirtree"] = { + "texmf-dist/doc/generic/dirtree/README", + "texmf-dist/doc/generic/dirtree/dirtree.pdf", + }, + ["fouriernc"] = { + "texmf-dist/doc/fonts/fouriernc/README", + "texmf-dist/doc/fonts/fouriernc/test_fouriernc.pdf", + }, + ["dinat"] = { + "texmf-dist/doc/bibtex/dinat/dinat-index.html", + "texmf-dist/doc/bibtex/dinat/history.html", + }, + ["changes"] = { + "texmf-dist/doc/latex/changes/README", + "texmf-dist/doc/latex/changes/changes.pdf", + "texmf-dist/doc/latex/changes/changes_eng.pdf", + }, + ["arsclassica"] = { + "texmf-dist/doc/latex/arsclassica/ArsClassica.pdf", + "texmf-dist/doc/latex/arsclassica/CHANGES", + "texmf-dist/doc/latex/arsclassica/Graphics/GuITlogo.pdf", + "texmf-dist/doc/latex/arsclassica/Italian/ArsClassica.pdf", + "texmf-dist/doc/latex/arsclassica/Italian/Immagini/LogoGuIT.pdf", + "texmf-dist/doc/latex/arsclassica/README", + }, + ["ziffer"] = { + "texmf-dist/doc/latex/ziffer/README", + }, + ["popupmenu"] = { + "texmf-dist/doc/latex/popupmenu/README", + }, + ["sdrt"] = { + "texmf-dist/doc/latex/sdrt/README", + "texmf-dist/doc/latex/sdrt/sdrt-doc.pdf", + }, + ["asymptote-by-example-zh-cn"] = { + "texmf-dist/doc/support/asymptote-by-example-zh-cn/README", + "texmf-dist/doc/support/asymptote-by-example-zh-cn/asymptote-by-example-zh-cn.pdf", + "texmf-dist/doc/support/asymptote-by-example-zh-cn/src/cleantmp", + "texmf-dist/doc/support/asymptote-by-example-zh-cn/src/makepdf", + "texmf-dist/doc/support/asymptote-by-example-zh-cn/src/tiling.pdf", + "texmf-dist/doc/support/asymptote-by-example-zh-cn/src/xiantu-ancient.pdf", + "texmf-dist/doc/support/asymptote-by-example-zh-cn/src/xiantu.pdf", + }, + ["akktex"] = { + "texmf-dist/doc/latex/AkkTeX/README", + }, + ["texlive-ru"] = { + "texmf/doc/texlive/texlive-ru/Makefile", + "texmf/doc/texlive/texlive-ru/texlive-ru.html", + "texmf/doc/texlive/texlive-ru/texlive-ru.pdf", + }, + ["esvect"] = { + "texmf-dist/doc/latex/esvect/README", + "texmf-dist/doc/latex/esvect/esvect.pdf", + }, + ["pst-thick"] = { + "texmf-dist/doc/generic/pst-thick/Changes", + "texmf-dist/doc/generic/pst-thick/README", + "texmf-dist/doc/generic/pst-thick/pst-thick-doc.pdf", + }, + ["classicthesis"] = { + "texmf-dist/doc/latex/classicthesis/CHANGES", + "texmf-dist/doc/latex/classicthesis/COPYING", + "texmf-dist/doc/latex/classicthesis/ClassicThesis.pdf", + "texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf", + "texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf", + "texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf", + "texmf-dist/doc/latex/classicthesis/LISTOFFILES", + "texmf-dist/doc/latex/classicthesis/README", + "texmf-dist/doc/latex/classicthesis/gfx/TFZsuperellipse_bw.pdf", + }, + ["collref"] = { + "texmf-dist/doc/latex/collref/README", + "texmf-dist/doc/latex/collref/collref.pdf", + }, + ["boxhandler"] = { + "texmf-dist/doc/latex/boxhandler/README", + "texmf-dist/doc/latex/boxhandler/boxhandler.pdf", + }, + ["tabto-ltx"] = { + "texmf-dist/doc/latex/tabto-ltx/tabto.txt", + }, + ["ledmac"] = { + "texmf-dist/doc/latex/ledmac/README", + "texmf-dist/doc/latex/ledmac/ledarab.pdf", + "texmf-dist/doc/latex/ledmac/ledmac.pdf", + "texmf-dist/doc/latex/ledmac/ledpar.pdf", + }, + ["filecontents"] = { + "texmf-dist/doc/latex/filecontents/README", + "texmf-dist/doc/latex/filecontents/filecontents.pdf", + }, + ["keyreader"] = { + "texmf-dist/doc/latex/keyreader/README", + "texmf-dist/doc/latex/keyreader/keyreader-guide.pdf", + }, + ["cuisine"] = { + "texmf-dist/doc/latex/cuisine/README", + "texmf-dist/doc/latex/cuisine/cuisine.pdf", + }, + ["etex-pkg"] = { + "texmf-dist/doc/latex/etex-pkg/README", + }, + ["bibtopic"] = { + "texmf-dist/doc/latex/bibtopic/README", + "texmf-dist/doc/latex/bibtopic/bibtopic.pdf", + }, + ["dratex"] = { + "texmf-dist/doc/generic/dratex/README", + }, + ["aguplus"] = { + "texmf-dist/doc/latex/aguplus/README", + "texmf-dist/doc/latex/aguplus/aguplus.pdf", + }, + ["cmll"] = { + "texmf-dist/doc/fonts/cmll/README", + "texmf-dist/doc/fonts/cmll/cmll.pdf", + }, + ["curve2e"] = { + "texmf-dist/doc/latex/curve2e/README", + "texmf-dist/doc/latex/curve2e/curve2e.pdf", + "texmf-dist/doc/latex/curve2e/manifest.txt", + }, + ["fancyvrb"] = { + "texmf-dist/doc/latex/fancyvrb/README", + "texmf-dist/doc/latex/fancyvrb/artistic2.txt", + "texmf-dist/doc/latex/fancyvrb/fancyvrb.pdf", + }, + ["latex-doc-ptr"] = { + "texmf-dist/doc/latex/latex-doc-ptr/Makefile", + "texmf-dist/doc/latex/latex-doc-ptr/README", + "texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.pdf", + }, + ["dk-bib"] = { + "texmf-dist/doc/latex/dk-bib/COPYRIGHT", + "texmf-dist/doc/latex/dk-bib/README", + "texmf-dist/doc/latex/dk-bib/dk-bib.pdf", + }, + ["iwona"] = { + "texmf-dist/doc/fonts/iwona/GUST-FONT-NOSOURCE-LICENSE.txt", + "texmf-dist/doc/fonts/iwona/MANIFEST.txt", + }, + ["texpower"] = { + "texmf-dist/doc/latex/texpower/00readme.txt", + "texmf-dist/doc/latex/texpower/01install.txt", + "texmf-dist/doc/latex/texpower/02changes.txt", + "texmf-dist/doc/latex/texpower/contrib/00readme.txt", + "texmf-dist/doc/latex/texpower/manual.pdf", + "texmf-dist/doc/latex/texpower/tpslifonts/00readme.txt", + "texmf-dist/doc/latex/texpower/tpslifonts/01install.txt", + "texmf-dist/doc/latex/texpower/tpslifonts/Makefile", + }, + ["feyn"] = { + "texmf-dist/doc/fonts/feyn/LICENCE", + "texmf-dist/doc/fonts/feyn/README", + "texmf-dist/doc/fonts/feyn/VERSION", + "texmf-dist/doc/fonts/feyn/exercise-font.pdf", + "texmf-dist/doc/fonts/feyn/feyn.pdf", + "texmf-dist/doc/fonts/feyn/overheads.pdf", + }, + ["cellspace"] = { + "texmf-dist/doc/latex/cellspace/README", + "texmf-dist/doc/latex/cellspace/cellspace.pdf", + }, + ["philokalia"] = { + "texmf-dist/doc/xelatex/philokalia/philokalia.pdf", + }, + ["blkarray"] = { + "texmf-dist/doc/latex/blkarray/README", + "texmf-dist/doc/latex/blkarray/blkarray.pdf", + }, + ["minibox"] = { + "texmf-dist/doc/latex/minibox/README", + "texmf-dist/doc/latex/minibox/minibox.pdf", + }, + ["fixfoot"] = { + "texmf-dist/doc/latex/fixfoot/README", + "texmf-dist/doc/latex/fixfoot/fixfoot.pdf", + }, + ["splines"] = { + "texmf-dist/doc/metapost/splines/README", + "texmf-dist/doc/metapost/splines/splines.pdf", + }, + ["aurical"] = { + "texmf-dist/doc/latex/aurical/aurical.pdf", + }, + ["metaplot"] = { + "texmf-dist/doc/latex/metaplot/README", + "texmf-dist/doc/latex/metaplot/examples/gpl.txt", + "texmf-dist/doc/latex/metaplot/metaplot_preprint.pdf", + }, + ["ec"] = { + "texmf-dist/doc/fonts/ec/00bugs.txt", + "texmf-dist/doc/fonts/ec/00error.txt", + "texmf-dist/doc/fonts/ec/00files.txt", + "texmf-dist/doc/fonts/ec/00inst.txt", + "texmf-dist/doc/fonts/ec/00readme.txt", + "texmf-dist/doc/fonts/ec/copyrite.txt", + "texmf-dist/doc/fonts/ec/dc-chg.txt", + "texmf-dist/doc/fonts/ec/ec-chg.txt", + "texmf-dist/doc/fonts/ec/tc-chg.txt", + }, + ["hc"] = { + "texmf-dist/doc/latex/hc/COPYING", + "texmf-dist/doc/latex/hc/FILES", + "texmf-dist/doc/latex/hc/README", + "texmf-dist/doc/latex/hc/hc.ps", + }, + ["lshort-polish"] = { + "texmf-dist/doc/latex/lshort-polish/README", + "texmf-dist/doc/latex/lshort-polish/lshort2e.pdf", + }, + ["pkfix-helper"] = { + "texmf-dist/doc/support/pkfix-helper/README", + "texmf-dist/doc/support/pkfix-helper/encoding-samples.pdf", + "texmf/doc/man/man1/pkfix-helper.man1.pdf", + }, + ["xyling"] = { + "texmf-dist/doc/latex/xyling/README", + "texmf-dist/doc/latex/xyling/xyli-doc.pdf", + }, + ["amsldoc-vn"] = { + "texmf-dist/doc/latex/amsldoc-vn/Makefile", + "texmf-dist/doc/latex/amsldoc-vn/README", + "texmf-dist/doc/latex/amsldoc-vn/TODO", + "texmf-dist/doc/latex/amsldoc-vn/amsldoc-print-vi.pdf", + "texmf-dist/doc/latex/amsldoc-vn/amsldoc-vi.pdf", + }, + ["fancyref"] = { + "texmf-dist/doc/latex/fancyref/COPYING", + "texmf-dist/doc/latex/fancyref/README", + "texmf-dist/doc/latex/fancyref/fancyref.pdf", + }, + ["swebib"] = { + "texmf-dist/doc/latex/swebib/README", + }, + ["txfonts"] = { + "texmf-dist/doc/fonts/txfonts/00bug_fix.txt", + "texmf-dist/doc/fonts/txfonts/COPYRIGHT", + "texmf-dist/doc/fonts/txfonts/README", + "texmf-dist/doc/fonts/txfonts/txfontsdoc.pdf", + "texmf-dist/doc/fonts/txfonts/txfontsdocA4.pdf", + }, + ["authorindex"] = { + "texmf-dist/doc/latex/authorindex/COPYING", + "texmf-dist/doc/latex/authorindex/NEWS", + "texmf-dist/doc/latex/authorindex/README", + "texmf-dist/doc/latex/authorindex/authorindex", + "texmf-dist/doc/latex/authorindex/authorindex.pdf", + }, + ["malayalam"] = { + "texmf-dist/doc/fonts/malayalam/FILES", + "texmf-dist/doc/fonts/malayalam/INSTALL", + "texmf-dist/doc/fonts/malayalam/README", + "texmf-dist/doc/fonts/malayalam/article/mmguide.dvi", + "texmf-dist/doc/fonts/malayalam/charity", + "texmf-dist/doc/fonts/malayalam/todo", + }, + ["ebong"] = { + "texmf-dist/doc/latex/ebong/ANNOUNCE.txt", + "texmf-dist/doc/latex/ebong/README", + "texmf-dist/doc/latex/ebong/eb.pdf", + }, + ["fonetika"] = { + "texmf-dist/doc/fonts/fonetika/README", + "texmf-dist/doc/fonts/fonetika/fonetika.pdf", + }, + ["doc-pictex"] = { + "texmf-dist/doc/generic/doc-pictex/Doc-PiCTeX.txt", + }, + ["pxfonts"] = { + "texmf-dist/doc/fonts/pxfonts/00bug_fix.txt", + "texmf-dist/doc/fonts/pxfonts/COPYRIGHT", + "texmf-dist/doc/fonts/pxfonts/pxfontsdoc.pdf", + "texmf-dist/doc/fonts/pxfonts/pxfontsdocA4.pdf", + }, + ["nonfloat"] = { + "texmf-dist/doc/latex/nonfloat/nonfloat.pdf", + }, + ["footmisc"] = { + "texmf-dist/doc/latex/footmisc/README", + "texmf-dist/doc/latex/footmisc/footmisc.pdf", + }, + ["genealogy"] = { + "texmf-dist/doc/fonts/genealogy/README", + "texmf-dist/doc/fonts/genealogy/licence.txt", + "texmf-dist/doc/fonts/genealogy/testgen.dvi", + }, + ["leading"] = { + "texmf-dist/doc/latex/leading/README", + "texmf-dist/doc/latex/leading/leading.pdf", + }, + ["pst-mirror"] = { + "texmf-dist/doc/generic/pst-mirror/Changes", + "texmf-dist/doc/generic/pst-mirror/README", + "texmf-dist/doc/generic/pst-mirror/pst-mirror-doc.pdf", + }, + ["ginpenc"] = { + "texmf-dist/doc/latex/ginpenc/README", + "texmf-dist/doc/latex/ginpenc/ginpenc.pdf", + "texmf-dist/doc/latex/ginpenc/news-message.txt", + }, + ["lshort-mongol"] = { + "texmf-dist/doc/latex/lshort-mongol/00README", + "texmf-dist/doc/latex/lshort-mongol/CHANGES", + "texmf-dist/doc/latex/lshort-mongol/MANIFEST", + "texmf-dist/doc/latex/lshort-mongol/Makefile", + "texmf-dist/doc/latex/lshort-mongol/README", + "texmf-dist/doc/latex/lshort-mongol/TODO", + "texmf-dist/doc/latex/lshort-mongol/TRANSLATIONS", + "texmf-dist/doc/latex/lshort-mongol/lshort-mn.pdf", + }, + ["onlyamsmath"] = { + "texmf-dist/doc/latex/onlyamsmath/README", + "texmf-dist/doc/latex/onlyamsmath/onlyamsmath.pdf", + }, + ["showexpl"] = { + "texmf-dist/doc/latex/showexpl/README", + "texmf-dist/doc/latex/showexpl/result-picture.pdf", + "texmf-dist/doc/latex/showexpl/showexpl-test.pdf", + "texmf-dist/doc/latex/showexpl/showexpl.pdf", + }, + ["environ"] = { + "texmf-dist/doc/latex/environ/README", + "texmf-dist/doc/latex/environ/environ.pdf", + }, + ["g-brief"] = { + "texmf-dist/doc/latex/g-brief/beispiel.pdf", + "texmf-dist/doc/latex/g-brief/beispiel2.pdf", + "texmf-dist/doc/latex/g-brief/g-brief.pdf", + }, + ["bibexport"] = { + "texmf-dist/doc/latex/bibexport/README", + "texmf-dist/doc/latex/bibexport/bibexport.pdf", + }, + ["spreadtab"] = { + "texmf-dist/doc/latex/spreadtab/README", + "texmf-dist/doc/latex/spreadtab/spreadtab_doc_en.pdf", + "texmf-dist/doc/latex/spreadtab/spreadtab_doc_fr.pdf", + "texmf-dist/doc/latex/spreadtab/spreadtab_doc_vn.pdf", + }, + ["etextools"] = { + "texmf-dist/doc/latex/etextools/README", + "texmf-dist/doc/latex/etextools/etextools.pdf", + }, + ["lcd"] = { + "texmf-dist/doc/latex/lcd/00readme", + "texmf-dist/doc/latex/lcd/example.pdf", + }, + ["clock"] = { + "texmf-dist/doc/latex/clock/COPYING", + "texmf-dist/doc/latex/clock/EMTEX", + "texmf-dist/doc/latex/clock/HISTORY", + "texmf-dist/doc/latex/clock/INSTALL", + "texmf-dist/doc/latex/clock/MIKTEX", + "texmf-dist/doc/latex/clock/README", + "texmf-dist/doc/latex/clock/clockdoc.pdf", + }, + ["block"] = { + "texmf-dist/doc/latex/block/block.pdf", + }, + ["epigraph"] = { + "texmf-dist/doc/latex/epigraph/README", + "texmf-dist/doc/latex/epigraph/epigraph.pdf", + }, + ["zwpagelayout"] = { + "texmf-dist/doc/latex/zwpagelayout/License.txt", + "texmf-dist/doc/latex/zwpagelayout/README", + "texmf-dist/doc/latex/zwpagelayout/adjustfoot.pdf", + "texmf-dist/doc/latex/zwpagelayout/adjusthead.pdf", + "texmf-dist/doc/latex/zwpagelayout/coversample.pdf", + "texmf-dist/doc/latex/zwpagelayout/zwpagelayout.pdf", + }, + ["zwgetfdate"] = { + "texmf-dist/doc/latex/zwgetfdate/License.txt", + "texmf-dist/doc/latex/zwgetfdate/README", + "texmf-dist/doc/latex/zwgetfdate/zwgetfdate.pdf", + }, + ["a0poster"] = { + "texmf-dist/doc/latex/a0poster/a0.pdf", + "texmf-dist/doc/latex/a0poster/a0_eng.pdf", + }, + ["zhspacing"] = { + "texmf-dist/doc/latex/zhspacing/README", + "texmf-dist/doc/latex/zhspacing/zhs-man.pdf", + }, + ["pst-uml"] = { + "texmf-dist/doc/generic/pst-uml/Changes", + "texmf-dist/doc/generic/pst-uml/README", + "texmf-dist/doc/generic/pst-uml/pst-uml-doc.pdf", + "texmf-dist/doc/generic/pst-uml/pst-uml-encapsuled-pdf-fig.pdf", + "texmf-dist/doc/generic/pst-uml/pst-uml-exemples.pdf", + }, + ["yfonts"] = { + "texmf-dist/doc/latex/yfonts/liesmich", + "texmf-dist/doc/latex/yfonts/readme", + }, + ["mkjobtexmf"] = { + "texmf-dist/doc/generic/mkjobtexmf/README", + "texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.html", + "texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.pdf", + "texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.txt", + "texmf/doc/man/man1/mkjobtexmf.man1.pdf", + }, + ["sciwordconv"] = { + "texmf-dist/doc/latex/sciwordconv/README", + }, + ["fullblck"] = { + "texmf-dist/doc/latex/fullblck/README", + "texmf-dist/doc/latex/fullblck/fullblck.pdf", + }, + ["register"] = { + "texmf-dist/doc/latex/register/register.pdf", + }, + ["aastex"] = { + "texmf-dist/doc/latex/aastex/README", + "texmf-dist/doc/latex/aastex/aasguide.pdf", + "texmf-dist/doc/latex/aastex/aassymbols.pdf", + "texmf-dist/doc/latex/aastex/datafile1.txt", + }, + ["omega"] = { + "texmf-dist/doc/omega/base/torture.ps", + }, + ["minted"] = { + "texmf-dist/doc/latex/minted/README", + "texmf-dist/doc/latex/minted/minted.pdf", + }, + ["gastex"] = { + "texmf-dist/doc/latex/gastex/README", + }, + ["labbook"] = { + "texmf-dist/doc/latex/labbook/README", + "texmf-dist/doc/latex/labbook/labboode.pdf", + "texmf-dist/doc/latex/labbook/labbook.pdf", + }, + ["york-thesis"] = { + "texmf-dist/doc/latex/york-thesis/README", + "texmf-dist/doc/latex/york-thesis/york-thesis.pdf", + }, + ["onrannual"] = { + "texmf-dist/doc/latex/onrannual/README", + "texmf-dist/doc/latex/onrannual/samplefigure.pdf", + "texmf-dist/doc/latex/onrannual/skeleton.pdf", + }, + ["spanish"] = { + "texmf-dist/doc/latex/spanish/README", + "texmf-dist/doc/latex/spanish/doc/spanish.pdf", + }, + ["jeopardy"] = { + "texmf-dist/doc/latex/jeopardy/README", + "texmf-dist/doc/latex/jeopardy/example/game1-two.pdf", + "texmf-dist/doc/latex/jeopardy/example/game1.pdf", + "texmf-dist/doc/latex/jeopardy/example/game1a.pdf", + "texmf-dist/doc/latex/jeopardy/example/game2.pdf", + "texmf-dist/doc/latex/jeopardy/example/game2a.pdf", + "texmf-dist/doc/latex/jeopardy/example/game3.pdf", + "texmf-dist/doc/latex/jeopardy/example/game4.pdf", + "texmf-dist/doc/latex/jeopardy/example/jeopardy-CZ.pdf", + "texmf-dist/doc/latex/jeopardy/jeopardy.pdf", + }, + ["cclicenses"] = { + "texmf-dist/doc/latex/cclicenses/README", + "texmf-dist/doc/latex/cclicenses/cclicenses_short.pdf", + }, + ["crosswrd"] = { + "texmf-dist/doc/latex/crosswrd/README", + "texmf-dist/doc/latex/crosswrd/crosswrd.pdf", + }, + ["yhmath"] = { + "texmf-dist/doc/latex/yhmath/yhmath.pdf", + }, + ["zhmetrics"] = { + "texmf-dist/doc/fonts/zhmetrics/README", + }, + ["yannisgr"] = { + "texmf-dist/doc/plain/yannisgr/00changes.txt", + "texmf-dist/doc/plain/yannisgr/00readme.txt", + "texmf-dist/doc/plain/yannisgr/monsyl.txt", + "texmf-dist/doc/plain/yannisgr/tomakeformat.txt", + }, + ["yafoot"] = { + "texmf-dist/doc/latex/yafoot/README", + "texmf-dist/doc/latex/yafoot/yafoot-man.dvi", + }, + ["facsimile"] = { + "texmf-dist/doc/latex/facsimile/README", + "texmf-dist/doc/latex/facsimile/example.dvi", + "texmf-dist/doc/latex/facsimile/facsimile.pdf", + }, + ["xypic"] = { + "texmf-dist/doc/generic/xypic/CATALOG", + "texmf-dist/doc/generic/xypic/COPYING", + "texmf-dist/doc/generic/xypic/INSTALL", + "texmf-dist/doc/generic/xypic/MANIFEST", + "texmf-dist/doc/generic/xypic/README", + "texmf-dist/doc/generic/xypic/TRAILER", + "texmf-dist/doc/generic/xypic/VERSIONS", + "texmf-dist/doc/generic/xypic/xyguide.pdf", + "texmf-dist/doc/generic/xypic/xyrefer.pdf", + }, + ["texdraw"] = { + "texmf-dist/doc/support/texdraw/texdraw.pdf", + "texmf-dist/doc/support/texdraw/texdraw_1.html", + "texmf-dist/doc/support/texdraw/texdraw_10.html", + "texmf-dist/doc/support/texdraw/texdraw_11.html", + "texmf-dist/doc/support/texdraw/texdraw_2.html", + "texmf-dist/doc/support/texdraw/texdraw_3.html", + "texmf-dist/doc/support/texdraw/texdraw_4.html", + "texmf-dist/doc/support/texdraw/texdraw_5.html", + "texmf-dist/doc/support/texdraw/texdraw_6.html", + "texmf-dist/doc/support/texdraw/texdraw_7.html", + "texmf-dist/doc/support/texdraw/texdraw_8.html", + "texmf-dist/doc/support/texdraw/texdraw_9.html", + "texmf-dist/doc/support/texdraw/texdraw_foot.html", + "texmf-dist/doc/support/texdraw/texdraw_toc.html", + "texmf-dist/doc/support/texdraw/texi2dvi", + }, + ["ocr-latex"] = { + "texmf-dist/doc/latex/ocr-latex/README", + "texmf-dist/doc/latex/ocr-latex/ocr.pdf", + }, + ["xwatermark"] = { + "texmf-dist/doc/latex/xwatermark/Graphics/xwatermarkpic.pdf", + "texmf-dist/doc/latex/xwatermark/README", + "texmf-dist/doc/latex/xwatermark/xwatermark-examples.pdf", + "texmf-dist/doc/latex/xwatermark/xwatermark-guide.pdf", + }, + ["xunicode"] = { + "texmf-dist/doc/xelatex/xunicode/README", + }, + ["xtab"] = { + "texmf-dist/doc/latex/xtab/README", + "texmf-dist/doc/latex/xtab/xtab.pdf", + }, + ["xstring"] = { + "texmf-dist/doc/generic/xstring/README", + "texmf-dist/doc/generic/xstring/test_etex.pdf", + "texmf-dist/doc/generic/xstring/test_latex.pdf", + "texmf-dist/doc/generic/xstring/xstring_doc_en.pdf", + "texmf-dist/doc/generic/xstring/xstring_doc_fr.pdf", + }, + ["belleek"] = { + "texmf-dist/doc/fonts/belleek/README", + }, + ["pst-infixplot"] = { + "texmf-dist/doc/generic/pst-infixplot/README", + "texmf-dist/doc/generic/pst-infixplot/pst-infixplot-doc.ps", + "texmf-dist/doc/generic/pst-infixplot/pst-infixplot.pdf", + }, + ["xskak"] = { + "texmf-dist/doc/latex/xskak/README", + }, + ["quotchap"] = { + "texmf-dist/doc/latex/quotchap/document.pdf", + }, + ["cell"] = { + "texmf-dist/doc/latex/cell/README", + }, + ["cslatex"] = { + "texmf-dist/doc/cslatex/base/README-cspsfont", + "texmf-dist/doc/cslatex/base/mklinks", + "texmf-dist/doc/cslatex/base/zmeny.txt", + }, + ["pst-gr3d"] = { + "texmf-dist/doc/generic/pst-gr3d/Changes", + "texmf-dist/doc/generic/pst-gr3d/README", + "texmf-dist/doc/generic/pst-gr3d/pst-gr3d.pdf", + }, + ["altfont"] = { + "texmf-dist/doc/latex/altfont/README", + "texmf-dist/doc/latex/altfont/altfont.pdf", + "texmf-dist/doc/latex/altfont/psfont.pdf", + }, + ["pagecont"] = { + "texmf-dist/doc/latex/pagecont/README", + "texmf-dist/doc/latex/pagecont/pagecont.pdf", + }, + ["textpos"] = { + "texmf-dist/doc/latex/textpos/LICENCE", + "texmf-dist/doc/latex/textpos/README", + "texmf-dist/doc/latex/textpos/examples/README", + "texmf-dist/doc/latex/textpos/niepraschk-eso-pic.pdf", + "texmf-dist/doc/latex/textpos/textpos.html", + "texmf-dist/doc/latex/textpos/textpos.pdf", + }, + ["examdesign"] = { + "texmf-dist/doc/latex/examdesign/Bugs", + "texmf-dist/doc/latex/examdesign/Changes", + "texmf-dist/doc/latex/examdesign/INSTALL", + "texmf-dist/doc/latex/examdesign/README", + "texmf-dist/doc/latex/examdesign/examdesign.pdf", + "texmf-dist/doc/latex/examdesign/examplea.pdf", + "texmf-dist/doc/latex/examdesign/exampleb.pdf", + "texmf-dist/doc/latex/examdesign/examplec.pdf", + }, + ["dictsym"] = { + "texmf-dist/doc/fonts/dictsym/README", + "texmf-dist/doc/fonts/dictsym/dictsym.pdf", + }, + ["ebsthesis"] = { + "texmf-dist/doc/latex/ebsthesis/README", + "texmf-dist/doc/latex/ebsthesis/ebsthesis.pdf", + }, + ["greenpoint"] = { + "texmf-dist/doc/fonts/greenpoint/ChangeLog", + "texmf-dist/doc/fonts/greenpoint/README", + }, + ["localloc"] = { + "texmf-dist/doc/latex/localloc/localloc.dvi", + }, + ["comma"] = { + "texmf-dist/doc/latex/comma/comma.pdf", + }, + ["clefval"] = { + "texmf-dist/doc/latex/clefval/Changements", + "texmf-dist/doc/latex/clefval/Changes", + "texmf-dist/doc/latex/clefval/LISEZMOI", + "texmf-dist/doc/latex/clefval/README", + "texmf-dist/doc/latex/clefval/clefval.pdf", + "texmf-dist/doc/latex/clefval/example.pdf", + "texmf-dist/doc/latex/clefval/exemple.pdf", + }, + ["hrlatex"] = { + "texmf-dist/doc/latex/hrlatex/README", + "texmf-dist/doc/latex/hrlatex/hrlatex.pdf", + }, + ["ntgclass"] = { + "texmf-dist/doc/latex/ntgclass/00readme.txt", + "texmf-dist/doc/latex/ntgclass/a4.pdf", + "texmf-dist/doc/latex/ntgclass/artdoc.pdf", + "texmf-dist/doc/latex/ntgclass/brief.pdf", + "texmf-dist/doc/latex/ntgclass/briefdoc.pdf", + "texmf-dist/doc/latex/ntgclass/catalog.txt", + "texmf-dist/doc/latex/ntgclass/changes.txt", + "texmf-dist/doc/latex/ntgclass/classdoc.pdf", + "texmf-dist/doc/latex/ntgclass/manifest.txt", + "texmf-dist/doc/latex/ntgclass/ntgclass.pdf", + "texmf-dist/doc/latex/ntgclass/rapdoc.pdf", + }, + ["figsize"] = { + "texmf-dist/doc/latex/figsize/README", + "texmf-dist/doc/latex/figsize/figsize.pdf", + }, + ["subfig"] = { + "texmf-dist/doc/latex/subfig/README", + "texmf-dist/doc/latex/subfig/subfig.pdf", + }, + ["pst-am"] = { + "texmf-dist/doc/generic/pst-am/Changes", + "texmf-dist/doc/generic/pst-am/README", + "texmf-dist/doc/generic/pst-am/pst-am-doc.pdf", + }, + ["seqsplit"] = { + "texmf-dist/doc/latex/seqsplit/README", + "texmf-dist/doc/latex/seqsplit/seqsplit.pdf", + }, + ["wallpaper"] = { + "texmf-dist/doc/latex/wallpaper/README", + "texmf-dist/doc/latex/wallpaper/wallpapermanual.pdf", + }, + ["pst-light3d"] = { + "texmf-dist/doc/generic/pst-light3d/Changes", + "texmf-dist/doc/generic/pst-light3d/README", + "texmf-dist/doc/generic/pst-light3d/pst-light3d-doc.pdf", + }, + ["xmltex"] = { + "texmf-dist/doc/otherformats/xmltex/base/manual.html", + "texmf-dist/doc/otherformats/xmltex/base/readme.txt", + }, + ["texlive.infra"] = { + "texmf/doc/man/man1/tlmgr.man1.pdf", + "tlpkg/README", + }, + ["lshort-spanish"] = { + "texmf-dist/doc/latex/lshort-spanish/fuente/CAMBIOS", + "texmf-dist/doc/latex/lshort-spanish/fuente/MANIFEST", + "texmf-dist/doc/latex/lshort-spanish/fuente/Makefile", + "texmf-dist/doc/latex/lshort-spanish/lshort.pdf", + }, + ["xlop"] = { + "texmf-dist/doc/generic/xlop/README", + "texmf-dist/doc/generic/xlop/XLOP03", + "texmf-dist/doc/generic/xlop/fr-user.pdf", + "texmf-dist/doc/generic/xlop/history.txt", + }, + ["gnu-freefont"] = { + "texmf-dist/doc/fonts/gnu-freefont/AUTHORS", + "texmf-dist/doc/fonts/gnu-freefont/COPYING", + "texmf-dist/doc/fonts/gnu-freefont/CREDITS", + "texmf-dist/doc/fonts/gnu-freefont/ChangeLog", + "texmf-dist/doc/fonts/gnu-freefont/INSTALL", + "texmf-dist/doc/fonts/gnu-freefont/README", + }, + ["xkeyval"] = { + "texmf-dist/doc/latex/xkeyval/README", + "texmf-dist/doc/latex/xkeyval/xkeyval.pdf", + }, + ["frletter"] = { + "texmf-dist/doc/latex/frletter/README", + }, + ["esint-type1"] = { + "texmf-dist/doc/fonts/esint-type1/README", + "texmf-dist/doc/fonts/esint-type1/table.pdf", + }, + ["kpfonts"] = { + "texmf-dist/doc/fonts/kpfonts/Kpfonts-Doc-French.pdf", + "texmf-dist/doc/fonts/kpfonts/README.txt", + "texmf-dist/doc/fonts/kpfonts/kpfonts-abstract.pdf", + "texmf-dist/doc/fonts/kpfonts/kpfonts.pdf", + }, + ["lshort-turkish"] = { + "texmf-dist/doc/latex/lshort-turkish/README", + "texmf-dist/doc/latex/lshort-turkish/lshort-tr.pdf", + }, + ["burmese"] = { + "texmf-dist/doc/fonts/burmese/burmguide.pdf", + }, + ["fonttable"] = { + "texmf-dist/doc/latex/fonttable/README", + "texmf-dist/doc/latex/fonttable/fonttable.pdf", + }, + ["disser"] = { + "texmf-dist/doc/latex/disser/ChangeLog", + "texmf-dist/doc/latex/disser/README", + "texmf-dist/doc/latex/disser/templates/Makefile", + "texmf-dist/doc/latex/disser/templates/bachelor/Makefile", + "texmf-dist/doc/latex/disser/templates/bachelor/fig/Makefile", + "texmf-dist/doc/latex/disser/templates/candidate/Makefile", + "texmf-dist/doc/latex/disser/templates/candidate/fig/Makefile", + "texmf-dist/doc/latex/disser/templates/doctor/Makefile", + "texmf-dist/doc/latex/disser/templates/doctor/fig/Makefile", + "texmf-dist/doc/latex/disser/templates/master/Makefile", + "texmf-dist/doc/latex/disser/templates/master/fig/Makefile", + }, + ["dtxgallery"] = { + "texmf-dist/doc/latex/dtxgallery/README", + "texmf-dist/doc/latex/dtxgallery/conditional-code.pdf", + "texmf-dist/doc/latex/dtxgallery/dtxgallery.pdf", + "texmf-dist/doc/latex/dtxgallery/rearrange.pdf", + "texmf-dist/doc/latex/dtxgallery/single-source.pdf", + }, + ["tikz-timing"] = { + "texmf-dist/doc/latex/tikz-timing/README", + "texmf-dist/doc/latex/tikz-timing/tikz-timing.pdf", + }, + ["context-mathsets"] = { + "texmf-dist/doc/context/third/mathsets/README", + "texmf-dist/doc/context/third/mathsets/mathsets-doc.pdf", + }, + ["doi"] = { + "texmf-dist/doc/latex/doi/README", + }, + ["rjlparshap"] = { + "texmf-dist/doc/latex/rjlparshap/README", + "texmf-dist/doc/latex/rjlparshap/rjlpshap.pdf", + }, + ["l2tabu"] = { + "texmf-dist/doc/latex/l2tabu/CHANGES", + "texmf-dist/doc/latex/l2tabu/README", + "texmf-dist/doc/latex/l2tabu/l2tabu.pdf", + }, + ["xindy"] = { + "texmf/doc/man/man1/tex2xindy.man1.pdf", + "texmf/doc/man/man1/texindy.man1.pdf", + "texmf/doc/man/man1/xindy.man1.pdf", + "texmf/doc/xindy/NEWS", + "texmf/doc/xindy/README", + "texmf/doc/xindy/alphabets-doc.pdf", + "texmf/doc/xindy/faq-1.html", + "texmf/doc/xindy/faq-2.html", + "texmf/doc/xindy/faq-3.html", + "texmf/doc/xindy/faq-4.html", + "texmf/doc/xindy/faq.html", + "texmf/doc/xindy/manual-1.html", + "texmf/doc/xindy/manual-2.html", + "texmf/doc/xindy/manual-3.html", + "texmf/doc/xindy/manual-4.html", + "texmf/doc/xindy/manual-5.html", + "texmf/doc/xindy/manual-6.html", + "texmf/doc/xindy/manual-7.html", + "texmf/doc/xindy/manual.html", + "texmf/doc/xindy/style-tutorial-1.html", + "texmf/doc/xindy/style-tutorial-2.html", + "texmf/doc/xindy/style-tutorial-3.html", + "texmf/doc/xindy/style-tutorial-4.html", + "texmf/doc/xindy/style-tutorial.html", + "texmf/doc/xindy/tex2xindy.pdf", + "texmf/doc/xindy/texindy.pdf", + "texmf/doc/xindy/xindy.pdf", + }, + ["xifthen"] = { + "texmf-dist/doc/latex/xifthen/README", + "texmf-dist/doc/latex/xifthen/xifthen.pdf", + }, + ["xgreek"] = { + "texmf-dist/doc/xelatex/xgreek/xgreek.pdf", + }, + ["xfor"] = { + "texmf-dist/doc/latex/xfor/CHANGES", + "texmf-dist/doc/latex/xfor/README", + "texmf-dist/doc/latex/xfor/xfor.pdf", + }, + ["midnight"] = { + "texmf-dist/doc/generic/midnight/README", + "texmf-dist/doc/generic/midnight/midnight.pdf", + }, + ["xetexfontinfo"] = { + "texmf-dist/doc/xetex/xetexfontinfo/README", + }, + ["dblfloatfix"] = { + "texmf-dist/doc/latex/dblfloatfix/dblfloatfix.pdf", + }, + ["combine"] = { + "texmf-dist/doc/latex/combine/README", + "texmf-dist/doc/latex/combine/combine.pdf", + }, + ["tufte-latex"] = { + "texmf-dist/doc/latex/tufte-latex/History.txt", + "texmf-dist/doc/latex/tufte-latex/Manifest.txt", + "texmf-dist/doc/latex/tufte-latex/README", + "texmf-dist/doc/latex/tufte-latex/graphics/be-contents.pdf", + "texmf-dist/doc/latex/tufte-latex/graphics/be-title.pdf", + "texmf-dist/doc/latex/tufte-latex/graphics/ei-contents.pdf", + "texmf-dist/doc/latex/tufte-latex/graphics/ei-title.pdf", + "texmf-dist/doc/latex/tufte-latex/graphics/helix.pdf", + "texmf-dist/doc/latex/tufte-latex/graphics/hilbertcurves.pdf", + "texmf-dist/doc/latex/tufte-latex/graphics/sine.pdf", + "texmf-dist/doc/latex/tufte-latex/graphics/vdqi-contents.pdf", + "texmf-dist/doc/latex/tufte-latex/graphics/vdqi-title.pdf", + "texmf-dist/doc/latex/tufte-latex/graphics/ve-contents.pdf", + "texmf-dist/doc/latex/tufte-latex/graphics/ve-title.pdf", + "texmf-dist/doc/latex/tufte-latex/sample-book.pdf", + "texmf-dist/doc/latex/tufte-latex/sample-handout.pdf", + }, + ["free-math-font-survey"] = { + "texmf-dist/doc/fonts/free-math-font-survey/README", + "texmf-dist/doc/fonts/free-math-font-survey/source/Makefile", + "texmf-dist/doc/fonts/free-math-font-survey/source/fixepsbbox", + "texmf-dist/doc/fonts/free-math-font-survey/survey.html", + "texmf-dist/doc/fonts/free-math-font-survey/survey.pdf", + }, + ["duerer-latex"] = { + "texmf-dist/doc/latex/duerer-latex/README", + "texmf-dist/doc/latex/duerer-latex/duerer.pdf", + }, + ["logical-markup-utils"] = { + "texmf-dist/doc/latex/logical-markup-utils/COPYING", + "texmf-dist/doc/latex/logical-markup-utils/README", + "texmf-dist/doc/latex/logical-markup-utils/TODO", + }, + ["cursor"] = { + "texmf-dist/doc/latex/cursor/cursor.pdf", + }, + ["context-fixme"] = { + "texmf-dist/doc/context/third/fixme/fixme.pdf", + }, + ["xetex-pstricks"] = { + "texmf-dist/doc/xetex/xetex-pstricks/README", + }, + ["xetex-itrans"] = { + "texmf-dist/doc/xelatex/xetex-itrans/README", + }, + ["gustprog"] = { + "texmf-dist/doc/support/gustprog/README", + }, + ["ftnxtra"] = { + "texmf-dist/doc/latex/ftnxtra/README", + }, + ["draftwatermark"] = { + "texmf-dist/doc/latex/draftwatermark/README", + "texmf-dist/doc/latex/draftwatermark/draftwatermark.pdf", + }, + ["betababel"] = { + "texmf-dist/doc/latex/betababel/betatest.pdf", + }, + ["xesearch"] = { + "texmf-dist/doc/xetex/xesearch/README", + "texmf-dist/doc/xetex/xesearch/xesearch.pdf", + }, + ["thumb"] = { + "texmf-dist/doc/latex/thumb/README", + "texmf-dist/doc/latex/thumb/thumb.pdf", + }, + ["context-account"] = { + "texmf-dist/doc/context/third/account/README", + "texmf-dist/doc/context/third/account/account-doc.pdf", + }, + ["xecyr"] = { + "texmf-dist/doc/xelatex/xecyr/README", + "texmf-dist/doc/xelatex/xecyr/TODO", + "texmf-dist/doc/xelatex/xecyr/rubibtex-ex-x.pdf", + "texmf-dist/doc/xelatex/xecyr/rumakeindex-ex-x.pdf", + "texmf-dist/doc/xelatex/xecyr/xecyr-doc-ru.pdf", + "texmf-dist/doc/xelatex/xecyr/xecyr-ex1-ru-x.pdf", + "texmf-dist/doc/xelatex/xecyr/xecyr-ex2-ru-x.pdf", + "texmf-dist/doc/xelatex/xecyr/xecyr-ex3-ru-x.pdf", + "texmf-dist/doc/xelatex/xecyr/xecyr-ex4-ru-x.pdf", + "texmf-dist/doc/xelatex/xecyr/xecyr-ex5-ru-x.pdf", + "texmf-dist/doc/xelatex/xecyr/xecyr-ex6-ru-x.pdf", + "texmf-dist/doc/xelatex/xecyr/xecyr-ex7-ru-x.pdf", + }, + ["abbr"] = { + "texmf-dist/doc/generic/abbr/README", + }, + ["tkz-tab"] = { + "texmf-dist/doc/latex/tkz-tab/TKZdoc-tab.pdf", + "texmf-dist/doc/latex/tkz-tab/readme-us.txt", + "texmf-dist/doc/latex/tkz-tab/sign-latin1.pdf", + "texmf-dist/doc/latex/tkz-tab/var-latin1.pdf", + }, + ["xecolour"] = { + "texmf-dist/doc/xelatex/xecolour/README", + "texmf-dist/doc/xelatex/xecolour/xecolour-user.pdf", + }, + ["esieecv"] = { + "texmf-dist/doc/latex/ESIEEcv/ESIEEcv.pdf", + "texmf-dist/doc/latex/ESIEEcv/cvtest.pdf", + }, + ["cursolatex"] = { + "texmf-dist/doc/latex/cursolatex/README", + "texmf-dist/doc/latex/cursolatex/cursolatex.pdf", + }, + ["forarray"] = { + "texmf-dist/doc/latex/forarray/README.txt", + "texmf-dist/doc/latex/forarray/forarray", + "texmf-dist/doc/latex/forarray/forarray-test.pdf", + "texmf-dist/doc/latex/forarray/forarray.pdf", + }, + ["moderncv"] = { + "texmf-dist/doc/latex/moderncv/CHANGELOG", + "texmf-dist/doc/latex/moderncv/KNOWN_BUGS", + "texmf-dist/doc/latex/moderncv/README", + "texmf-dist/doc/latex/moderncv/examples/letter.pdf", + "texmf-dist/doc/latex/moderncv/examples/template_en_casual_blue.pdf", + "texmf-dist/doc/latex/moderncv/examples/template_en_classic_green.pdf", + }, + ["metre"] = { + "texmf-dist/doc/latex/metre/demo.pdf", + "texmf-dist/doc/latex/metre/metre.pdf", + }, + ["xdvi"] = { + "texmf/doc/man/man1/t1mapper.man1.pdf", + "texmf/doc/man/man1/xdvi.man1.pdf", + "texmf/doc/man/man1/xdvizilla.man1.pdf", + }, + ["newfile"] = { + "texmf-dist/doc/latex/newfile/README", + "texmf-dist/doc/latex/newfile/newfile.pdf", + }, + ["euro"] = { + "texmf-dist/doc/latex/euro/euro.pdf", + "texmf-dist/doc/latex/euro/euro.txt", + }, + ["xdoc"] = { + "texmf-dist/doc/latex/xdoc/README", + "texmf-dist/doc/latex/xdoc/docindex.pdf", + "texmf-dist/doc/latex/xdoc/xdoc2.pdf", + "texmf-dist/doc/latex/xdoc/xdocdemo.pdf", + }, + ["miller"] = { + "texmf-dist/doc/latex/miller/ChangeLog", + "texmf-dist/doc/latex/miller/README", + "texmf-dist/doc/latex/miller/miller.pdf", + }, + ["auto-pst-pdf"] = { + "texmf-dist/doc/latex/auto-pst-pdf/README", + "texmf-dist/doc/latex/auto-pst-pdf/auto-pst-pdf.pdf", + }, + ["pst-asr"] = { + "texmf-dist/doc/generic/pst-asr/README", + "texmf-dist/doc/generic/pst-asr/pst-asr-doc.pdf", + "texmf-dist/doc/generic/pst-asr/pst-asr-examples.pdf", + }, + ["vxu"] = { + "texmf-dist/doc/latex/vxu/README", + "texmf-dist/doc/latex/vxu/actawex.pdf", + "texmf-dist/doc/latex/vxu/rfmsi.pdf", + }, + ["xcolor"] = { + "texmf-dist/doc/latex/xcolor/ChangeLog", + "texmf-dist/doc/latex/xcolor/README", + "texmf-dist/doc/latex/xcolor/xcolor.pdf", + "texmf-dist/doc/latex/xcolor/xcolor2.pdf", + }, + ["comment"] = { + "texmf-dist/doc/latex/comment/README", + "texmf-dist/doc/latex/comment/comment.pdf", + }, + ["context-degrade"] = { + "texmf-dist/doc/context/third/degrade/degrade-demo.pdf", + "texmf-dist/doc/context/third/degrade/degrade-doc.pdf", + }, + ["xargs"] = { + "texmf-dist/doc/latex/xargs/README", + "texmf-dist/doc/latex/xargs/xargs-fr.pdf", + "texmf-dist/doc/latex/xargs/xargs.pdf", + }, + ["nrc"] = { + "texmf-dist/doc/latex/nrc/README", + "texmf-dist/doc/latex/nrc/authors.txt", + "texmf-dist/doc/latex/nrc/userguide.pdf", + }, + ["wrapfig"] = { + "texmf-dist/doc/latex/wrapfig/multiple-span.txt", + }, + ["wordlike"] = { + "texmf-dist/doc/latex/wordlike/README", + "texmf-dist/doc/latex/wordlike/wordlike.pdf", + }, + ["nih"] = { + "texmf-dist/doc/latex/nih/README", + "texmf-dist/doc/latex/nih/example-biosketch.pdf", + "texmf-dist/doc/latex/nih/example-nih-cls.pdf", + }, + ["context-top-ten"] = { + "texmf-dist/doc/context/third/context-top-ten/README", + "texmf-dist/doc/context/third/context-top-ten/cmds.pdf", + "texmf-dist/doc/context/third/context-top-ten/src/Makefile", + "texmf-dist/doc/context/third/context-top-ten/src/apple.pdf", + "texmf-dist/doc/context/third/context-top-ten/src/bg-slide.pdf", + "texmf-dist/doc/context/third/context-top-ten/src/cmds.pdf", + "texmf-dist/doc/context/third/context-top-ten/src/ctanlion.pdf", + "texmf-dist/doc/context/third/context-top-ten/src/fish.pdf", + "texmf-dist/doc/context/third/context-top-ten/src/gnu.pdf", + "texmf-dist/doc/context/third/context-top-ten/src/hacker.pdf", + "texmf-dist/doc/context/third/context-top-ten/src/post.pdf", + "texmf-dist/doc/context/third/context-top-ten/src/sin.pdf", + "texmf-dist/doc/context/third/context-top-ten/src/slide-bg.pdf", + "texmf-dist/doc/context/third/context-top-ten/src/title-slide.pdf", + }, + ["wnri"] = { + "texmf-dist/doc/latex/wnri/wnritest.dvi", + }, + ["wintools.win32"] = { + "texmf/doc/gzip/gzip.html", + "texmf/doc/gzip/gzip.pdf", + }, + ["play"] = { + "texmf-dist/doc/latex/play/README", + }, + ["context-lilypond"] = { + "texmf-dist/doc/context/third/lilypond/t-lilypond.pdf", + }, + ["webguide"] = { + "texmf-dist/doc/latex/webguide/README", + "texmf-dist/doc/latex/webguide/webguide.html", + "texmf-dist/doc/latex/webguide/webguide.pdf", + }, + ["gaceta"] = { + "texmf-dist/doc/latex/gaceta/README", + "texmf-dist/doc/latex/gaceta/plantilla-articulo-de-seccion.pdf", + "texmf-dist/doc/latex/gaceta/plantilla-articulo-suelto.pdf", + }, + ["tikz-inet"] = { + "texmf-dist/doc/latex/tikz-inet/README", + "texmf-dist/doc/latex/tikz-inet/tikz-inet-doc.pdf", + }, + ["emulateapj"] = { + "texmf-dist/doc/latex/emulateapj/README", + "texmf-dist/doc/latex/emulateapj/sample.pdf", + }, + ["archaic"] = { + "texmf-dist/doc/fonts/archaic/aramaic-README", + "texmf-dist/doc/fonts/archaic/aramaic.pdf", + "texmf-dist/doc/fonts/archaic/asamples.pdf", + "texmf-dist/doc/fonts/archaic/cypriot-README", + "texmf-dist/doc/fonts/archaic/cypriot.pdf", + "texmf-dist/doc/fonts/archaic/etruscan-README", + "texmf-dist/doc/fonts/archaic/etruscan.pdf", + "texmf-dist/doc/fonts/archaic/greek4cbc-README", + "texmf-dist/doc/fonts/archaic/greek4cbc-trygivbc.pdf", + "texmf-dist/doc/fonts/archaic/greek4cbc.pdf", + "texmf-dist/doc/fonts/archaic/greek6cbc-README", + "texmf-dist/doc/fonts/archaic/greek6cbc-trygvibc.pdf", + "texmf-dist/doc/fonts/archaic/greek6cbc.pdf", + "texmf-dist/doc/fonts/archaic/hieroglf-README", + "texmf-dist/doc/fonts/archaic/hieroglf-trypmhg.pdf", + "texmf-dist/doc/fonts/archaic/hieroglf.pdf", + "texmf-dist/doc/fonts/archaic/linearb-README", + "texmf-dist/doc/fonts/archaic/linearb.pdf", + "texmf-dist/doc/fonts/archaic/nabatean-README", + "texmf-dist/doc/fonts/archaic/nabatean.pdf", + "texmf-dist/doc/fonts/archaic/oands-README", + "texmf-dist/doc/fonts/archaic/oands.pdf", + "texmf-dist/doc/fonts/archaic/oldprsn-README", + "texmf-dist/doc/fonts/archaic/oldprsn.pdf", + "texmf-dist/doc/fonts/archaic/phoenician-README", + "texmf-dist/doc/fonts/archaic/phoenician-tryphnc.pdf", + "texmf-dist/doc/fonts/archaic/phoenician.pdf", + "texmf-dist/doc/fonts/archaic/protosem-README", + "texmf-dist/doc/fonts/archaic/protosem.pdf", + "texmf-dist/doc/fonts/archaic/runic-README", + "texmf-dist/doc/fonts/archaic/runic.pdf", + "texmf-dist/doc/fonts/archaic/sarabian-README", + "texmf-dist/doc/fonts/archaic/sarabian.pdf", + "texmf-dist/doc/fonts/archaic/tryaramaic.pdf", + "texmf-dist/doc/fonts/archaic/trycypriot.pdf", + "texmf-dist/doc/fonts/archaic/tryetruscan.pdf", + "texmf-dist/doc/fonts/archaic/trylinearb.pdf", + "texmf-dist/doc/fonts/archaic/trynabatean.pdf", + "texmf-dist/doc/fonts/archaic/tryoands.pdf", + "texmf-dist/doc/fonts/archaic/tryoldprsn.pdf", + "texmf-dist/doc/fonts/archaic/tryprotosem.pdf", + "texmf-dist/doc/fonts/archaic/tryrunic.pdf", + "texmf-dist/doc/fonts/archaic/trysarabian.pdf", + "texmf-dist/doc/fonts/archaic/tryugarite.pdf", + "texmf-dist/doc/fonts/archaic/ugarite-README", + "texmf-dist/doc/fonts/archaic/ugarite.pdf", + "texmf-dist/doc/fonts/archaic/viking-README", + }, + ["ascelike"] = { + "texmf-dist/doc/latex/ascelike/Readme", + "texmf-dist/doc/latex/ascelike/ascexmpl.pdf", + "texmf-dist/doc/latex/ascelike/ascexmpl.ps", + }, + ["arabtex"] = { + "texmf-dist/doc/latex/arabtex/announce.txt", + "texmf-dist/doc/latex/arabtex/arabtex-doc.pdf", + "texmf-dist/doc/latex/arabtex/changes.txt", + "texmf-dist/doc/latex/arabtex/changes2.txt", + "texmf-dist/doc/latex/arabtex/guha.ps", + "texmf-dist/doc/latex/arabtex/install.txt", + "texmf-dist/doc/latex/arabtex/lppl.txt", + "texmf-dist/doc/latex/arabtex/malay.ps", + "texmf-dist/doc/latex/arabtex/manifest.txt", + "texmf-dist/doc/latex/arabtex/readme.txt", + "texmf-dist/doc/latex/arabtex/sindhi.ps", + "texmf-dist/doc/latex/arabtex/tetex.txt", + "texmf-dist/doc/latex/arabtex/uighur.ps", + }, + ["texlive-cz"] = { + "texmf/doc/texlive/texlive-cz/Makefile", + "texmf/doc/texlive/texlive-cz/texlive-cz.html", + "texmf/doc/texlive/texlive-cz/texlive-cz.pdf", + }, + ["latexcheat-esmx"] = { + "texmf-dist/doc/latex/latexcheat-esmx/README", + "texmf-dist/doc/latex/latexcheat-esmx/latexsheet-esmx.pdf", + }, + ["protocol"] = { + "texmf-dist/doc/latex/protocol/README", + "texmf-dist/doc/latex/protocol/protocol.pdf", + }, + ["web"] = { + "texmf/doc/man/man1/tangle.man1.pdf", + "texmf/doc/man/man1/weave.man1.pdf", + }, + ["amsfonts"] = { + "texmf-dist/doc/fonts/amsfonts/00README", + "texmf-dist/doc/fonts/amsfonts/OFL-FAQ.txt", + "texmf-dist/doc/fonts/amsfonts/OFL.txt", + "texmf-dist/doc/fonts/amsfonts/amsfndoc.pdf", + "texmf-dist/doc/fonts/amsfonts/amsfonts.pdf", + "texmf-dist/doc/fonts/amsfonts/amssymb.pdf", + "texmf-dist/doc/fonts/amsfonts/cmmib57.pdf", + "texmf-dist/doc/fonts/amsfonts/eufrak.pdf", + "texmf-dist/doc/fonts/amsfonts/euscript.pdf", + }, + ["romannum"] = { + "texmf-dist/doc/latex/romannum/README", + "texmf-dist/doc/latex/romannum/romannum.pdf", + }, + ["vmargin"] = { + "texmf-dist/doc/latex/vmargin/vmargin.pdf", + }, + ["probsoln"] = { + "texmf-dist/doc/latex/probsoln/CHANGES", + "texmf-dist/doc/latex/probsoln/README", + "texmf-dist/doc/latex/probsoln/probsoln-manual.html", + "texmf-dist/doc/latex/probsoln/probsoln.pdf", + }, + ["wadalab"] = { + "texmf-dist/doc/fonts/wadalab/dgj/README", + "texmf-dist/doc/fonts/wadalab/dmj/README", + "texmf-dist/doc/fonts/wadalab/mc2j/README", + "texmf-dist/doc/fonts/wadalab/mcj/README", + "texmf-dist/doc/fonts/wadalab/mr2j/README", + "texmf-dist/doc/fonts/wadalab/mrj/README", + "texmf-dist/doc/latex/wadalab/wadalab-sampler.pdf", + }, + ["foekfont"] = { + "texmf-dist/doc/latex/foekfont/README", + "texmf-dist/doc/latex/foekfont/foekfont.pdf", + }, + ["amsthdoc-it"] = { + "texmf-dist/doc/latex/amsthdoc-it/README", + "texmf-dist/doc/latex/amsthdoc-it/amsthdoc_it.pdf", + }, + ["boolexpr"] = { + "texmf-dist/doc/latex/boolexpr/README", + "texmf-dist/doc/latex/boolexpr/boolexpr.pdf", + }, + ["fmtcount"] = { + "texmf-dist/doc/latex/fmtcount/CHANGES", + "texmf-dist/doc/latex/fmtcount/README", + "texmf-dist/doc/latex/fmtcount/fmtcount-manual.html", + "texmf-dist/doc/latex/fmtcount/fmtcount.pdf", + }, + ["vwcol"] = { + "texmf-dist/doc/latex/vwcol/README", + "texmf-dist/doc/latex/vwcol/vwcol.pdf", + }, + ["vrsion"] = { + "texmf-dist/doc/latex/vrsion/vrsion.dvi", + }, + ["sistyle"] = { + "texmf-dist/doc/latex/SIstyle/README", + "texmf-dist/doc/latex/SIstyle/SIstyle-2.3a.pdf", + }, + ["knittingpattern"] = { + "texmf-dist/doc/latex/knittingpattern/README", + "texmf-dist/doc/latex/knittingpattern/introduction.pdf", + "texmf-dist/doc/latex/knittingpattern/template.pdf", + }, + ["icsv"] = { + "texmf-dist/doc/latex/icsv/README", + "texmf-dist/doc/latex/icsv/icsv.pdf", + }, + ["ae"] = { + "texmf-dist/doc/fonts/ae/COPYING", + "texmf-dist/doc/fonts/ae/MANIFEST", + "texmf-dist/doc/fonts/ae/README", + }, + ["flacards"] = { + "texmf-dist/doc/latex/flacards/COPYING", + "texmf-dist/doc/latex/flacards/README", + "texmf-dist/doc/latex/flacards/changelog.txt", + "texmf-dist/doc/latex/flacards/flacards_ex.pdf", + }, + ["ogham"] = { + "texmf-dist/doc/latex/ogham/testfont.pdf", + }, + ["lettrine"] = { + "texmf-dist/doc/latex/lettrine/README", + "texmf-dist/doc/latex/lettrine/W.pdf", + "texmf-dist/doc/latex/lettrine/demo-de.pdf", + "texmf-dist/doc/latex/lettrine/demo.pdf", + "texmf-dist/doc/latex/lettrine/lettrine.pdf", + }, + ["covington"] = { + "texmf-dist/doc/latex/covington/covington.dvi", + }, + ["armenian"] = { + "texmf-dist/doc/fonts/armenian/readme.txt", + }, + ["advdate"] = { + "texmf-dist/doc/latex/advdate/advdate.pdf", + }, + ["harvmac"] = { + "texmf-dist/doc/plain/harvmac/README", + }, + ["voss-de"] = { + "texmf-dist/doc/generic/voss-de/InlineMath/Changes", + "texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.pdf", + "texmf-dist/doc/generic/voss-de/InlineMath/README", + "texmf-dist/doc/generic/voss-de/README", + "texmf-dist/doc/generic/voss-de/gauss/Changes", + "texmf-dist/doc/generic/voss-de/gauss/README", + "texmf-dist/doc/generic/voss-de/gauss/gauss.pdf", + "texmf-dist/doc/generic/voss-de/mathCol/Changes", + "texmf-dist/doc/generic/voss-de/mathCol/README", + "texmf-dist/doc/generic/voss-de/mathCol/mathCol.pdf", + }, + ["ed"] = { + "texmf-dist/doc/latex/ed/README", + "texmf-dist/doc/latex/ed/ed.pdf", + }, + ["volumes"] = { + "texmf-dist/doc/latex/volumes/README", + "texmf-dist/doc/latex/volumes/volumes.pdf", + }, + ["cd"] = { + "texmf-dist/doc/latex/cd/README", + "texmf-dist/doc/latex/cd/cd.pdf", + }, + ["vntex"] = { + "texmf-dist/doc/generic/vntex/INSTALL", + "texmf-dist/doc/generic/vntex/NEWS", + "texmf-dist/doc/generic/vntex/vn-fonts-print.pdf", + "texmf-dist/doc/generic/vntex/vn-fonts.pdf", + "texmf-dist/doc/generic/vntex/vn-min-print.pdf", + "texmf-dist/doc/generic/vntex/vn-min.pdf", + "texmf-dist/doc/generic/vntex/vntex-man-print.pdf", + "texmf-dist/doc/generic/vntex/vntex-man.pdf", + "texmf-dist/doc/generic/vntex/vntex-print.pdf", + "texmf-dist/doc/generic/vntex/vntex-update-maps", + "texmf-dist/doc/generic/vntex/vntex.pdf", + }, + ["psutils"] = { + "texmf/doc/man/man1/epsffit.man1.pdf", + "texmf/doc/man/man1/extractres.man1.pdf", + "texmf/doc/man/man1/fixdlsrps.man1.pdf", + "texmf/doc/man/man1/fixfmps.man1.pdf", + "texmf/doc/man/man1/fixmacps.man1.pdf", + "texmf/doc/man/man1/fixpsditps.man1.pdf", + "texmf/doc/man/man1/fixpspps.man1.pdf", + "texmf/doc/man/man1/fixscribeps.man1.pdf", + "texmf/doc/man/man1/fixtpps.man1.pdf", + "texmf/doc/man/man1/fixwfwps.man1.pdf", + "texmf/doc/man/man1/fixwpps.man1.pdf", + "texmf/doc/man/man1/fixwwps.man1.pdf", + "texmf/doc/man/man1/includeres.man1.pdf", + "texmf/doc/man/man1/psbook.man1.pdf", + "texmf/doc/man/man1/psmerge.man1.pdf", + "texmf/doc/man/man1/psnup.man1.pdf", + "texmf/doc/man/man1/psresize.man1.pdf", + "texmf/doc/man/man1/psselect.man1.pdf", + "texmf/doc/man/man1/pstops.man1.pdf", + }, + ["movie15"] = { + "texmf-dist/doc/latex/movie15/3dsystem.pdf", + "texmf-dist/doc/latex/movie15/README", + "texmf-dist/doc/latex/movie15/movie15.pdf", + "texmf-dist/doc/latex/movie15/overlay-example.pdf", + }, + ["moresize"] = { + "texmf-dist/doc/latex/moresize/msizetst.dvi", + }, + ["keystroke"] = { + "texmf-dist/doc/latex/keystroke/README", + "texmf-dist/doc/latex/keystroke/key-test.pdf", + }, + ["pst-exa"] = { + "texmf-dist/doc/latex/pst-exa/Changes", + "texmf-dist/doc/latex/pst-exa/README", + }, + ["a4wide"] = { + "texmf-dist/doc/latex/a4wide/a4wide.pdf", + }, + ["bclogo"] = { + "texmf-dist/doc/latex/bclogo/LISEZ-MOI", + "texmf-dist/doc/latex/bclogo/README", + "texmf-dist/doc/latex/bclogo/bclogo-doc.pdf", + "texmf-dist/doc/latex/bclogo/brace.pdf", + "texmf-dist/doc/latex/bclogo/losanges.pdf", + "texmf-dist/doc/latex/bclogo/spir.pdf", + }, + ["ms"] = { + "texmf-dist/doc/latex/ms/count1to.pdf", + "texmf-dist/doc/latex/ms/everysel.pdf", + "texmf-dist/doc/latex/ms/everyshi.pdf", + "texmf-dist/doc/latex/ms/multitoc.pdf", + "texmf-dist/doc/latex/ms/prelim2e.pdf", + "texmf-dist/doc/latex/ms/ragged2e.pdf", + }, + ["casyl"] = { + "texmf-dist/doc/latex/casyl/README", + "texmf-dist/doc/latex/casyl/casyldoc.pdf", + }, + ["ieeepes"] = { + "texmf-dist/doc/latex/ieeepes/README", + "texmf-dist/doc/latex/ieeepes/ieeepes_check.dvi", + "texmf-dist/doc/latex/ieeepes/ieeepes_doc.dvi", + "texmf-dist/doc/latex/ieeepes/ieeepes_skel.dvi", + }, + ["inconsolata"] = { + "texmf-dist/doc/fonts/inconsolata/GNUmakefile", + "texmf-dist/doc/fonts/inconsolata/README", + "texmf-dist/doc/fonts/inconsolata/fonttable.pdf", + "texmf-dist/doc/fonts/inconsolata/inconsolata.pdf", + "texmf-dist/doc/fonts/inconsolata/test.pdf", + }, + ["latex-notes-zh-cn"] = { + "texmf-dist/doc/generic/latex-notes-zh-cn/README", + "texmf-dist/doc/generic/latex-notes-zh-cn/history.txt", + "texmf-dist/doc/generic/latex-notes-zh-cn/latex-notes-zh-cn.pdf", + "texmf-dist/doc/generic/latex-notes-zh-cn/license.txt", + }, + ["ethiop-t1"] = { + "texmf-dist/doc/latex/ethiop-t1/COPYING", + "texmf-dist/doc/latex/ethiop-t1/README", + }, + ["hep"] = { + "texmf-dist/doc/latex/hep/ChangeLog", + "texmf-dist/doc/latex/hep/README", + }, + ["vita"] = { + "texmf-dist/doc/latex/vita/00Content", + }, + ["show2e"] = { + "texmf-dist/doc/latex/show2e/README", + "texmf-dist/doc/latex/show2e/show2e-fr.pdf", + "texmf-dist/doc/latex/show2e/show2e.pdf", + }, + ["visualfaq"] = { + "texmf-dist/doc/latex/visualfaq/README", + "texmf-dist/doc/latex/visualfaq/source/README.TXT", + "texmf-dist/doc/latex/visualfaq/source/anotherarticle.pdf", + "texmf-dist/doc/latex/visualfaq/source/labelgraph.pdf", + "texmf-dist/doc/latex/visualfaq/source/watermark.pdf", + "texmf-dist/doc/latex/visualfaq/troubleshoot-vlf.pdf", + "texmf-dist/doc/latex/visualfaq/visualFAQ.pdf", + }, + ["vhistory"] = { + "texmf-dist/doc/latex/vhistory/CHANGES", + "texmf-dist/doc/latex/vhistory/README", + "texmf-dist/doc/latex/vhistory/vh_set_example.pdf", + "texmf-dist/doc/latex/vhistory/vh_sets_de.pdf", + "texmf-dist/doc/latex/vhistory/vh_sets_en.pdf", + }, + ["bookest"] = { + "texmf-dist/doc/latex/bookest/README", + "texmf-dist/doc/latex/bookest/bookestdoc-en.pdf", + "texmf-dist/doc/latex/bookest/bookestdoc-it.pdf", + }, + ["engtlc"] = { + "texmf-dist/doc/latex/engtlc/README", + "texmf-dist/doc/latex/engtlc/eng_engtlc.pdf", + "texmf-dist/doc/latex/engtlc/ita_engtlc.pdf", + }, + ["currvita"] = { + "texmf-dist/doc/latex/currvita/README", + "texmf-dist/doc/latex/currvita/currvita.pdf", + }, + ["verse"] = { + "texmf-dist/doc/latex/verse/README", + "texmf-dist/doc/latex/verse/verse.pdf", + }, + ["pgf-soroban"] = { + "texmf-dist/doc/latex/pgf-soroban/Changes", + "texmf-dist/doc/latex/pgf-soroban/README", + "texmf-dist/doc/latex/pgf-soroban/pgf-soroban-doc.pdf", + }, + ["grid"] = { + "texmf-dist/doc/latex/grid/README", + "texmf-dist/doc/latex/grid/grid.pdf", + "texmf-dist/doc/latex/grid/manifest.txt", + }, + ["around-the-bend"] = { + "texmf-dist/doc/generic/around-the-bend/AroundTheBend.pdf", + "texmf-dist/doc/generic/around-the-bend/README", + }, + ["context-letter"] = { + "texmf-dist/doc/context/third/letter/README", + "texmf-dist/doc/context/third/letter/correspondence.pdf", + "texmf-dist/doc/context/third/letter/todo.txt", + }, + ["tex4ht"] = { + "texmf-dist/doc/generic/tex4ht/bugfixes.html", + "texmf-dist/doc/generic/tex4ht/index.html", + "texmf-dist/doc/generic/tex4ht/mn-htf.html", + "texmf-dist/doc/generic/tex4ht/mn-index.html", + "texmf-dist/doc/generic/tex4ht/mn-mswin.html", + "texmf-dist/doc/generic/tex4ht/mn-port.html", + "texmf-dist/doc/generic/tex4ht/mn-unix.html", + "texmf-dist/doc/generic/tex4ht/mn.html", + "texmf-dist/doc/generic/tex4ht/mn10.html", + "texmf-dist/doc/generic/tex4ht/mn11.html", + "texmf-dist/doc/generic/tex4ht/mn12.html", + "texmf-dist/doc/generic/tex4ht/mn13.html", + "texmf-dist/doc/generic/tex4ht/mn14.html", + "texmf-dist/doc/generic/tex4ht/mn15.html", + "texmf-dist/doc/generic/tex4ht/mn16.html", + "texmf-dist/doc/generic/tex4ht/mn17.html", + "texmf-dist/doc/generic/tex4ht/mn19.html", + "texmf-dist/doc/generic/tex4ht/mn2.html", + "texmf-dist/doc/generic/tex4ht/mn20.html", + "texmf-dist/doc/generic/tex4ht/mn21.html", + "texmf-dist/doc/generic/tex4ht/mn23.html", + "texmf-dist/doc/generic/tex4ht/mn24.html", + "texmf-dist/doc/generic/tex4ht/mn25.html", + "texmf-dist/doc/generic/tex4ht/mn27.html", + "texmf-dist/doc/generic/tex4ht/mn28.html", + "texmf-dist/doc/generic/tex4ht/mn29.html", + "texmf-dist/doc/generic/tex4ht/mn3.html", + "texmf-dist/doc/generic/tex4ht/mn31.html", + "texmf-dist/doc/generic/tex4ht/mn32.html", + "texmf-dist/doc/generic/tex4ht/mn33.html", + "texmf-dist/doc/generic/tex4ht/mn34.html", + "texmf-dist/doc/generic/tex4ht/mn35.html", + "texmf-dist/doc/generic/tex4ht/mn36.html", + "texmf-dist/doc/generic/tex4ht/mn37.html", + "texmf-dist/doc/generic/tex4ht/mn38.html", + "texmf-dist/doc/generic/tex4ht/mn39.html", + "texmf-dist/doc/generic/tex4ht/mn4.html", + "texmf-dist/doc/generic/tex4ht/mn40.html", + "texmf-dist/doc/generic/tex4ht/mn41.html", + "texmf-dist/doc/generic/tex4ht/mn42.html", + "texmf-dist/doc/generic/tex4ht/mn43.html", + "texmf-dist/doc/generic/tex4ht/mn44.html", + "texmf-dist/doc/generic/tex4ht/mn45.html", + "texmf-dist/doc/generic/tex4ht/mn46.html", + "texmf-dist/doc/generic/tex4ht/mn47.html", + "texmf-dist/doc/generic/tex4ht/mn48.html", + "texmf-dist/doc/generic/tex4ht/mn49.html", + "texmf-dist/doc/generic/tex4ht/mn5.html", + "texmf-dist/doc/generic/tex4ht/mn50.html", + "texmf-dist/doc/generic/tex4ht/mn51.html", + "texmf-dist/doc/generic/tex4ht/mn52.html", + "texmf-dist/doc/generic/tex4ht/mn53.html", + "texmf-dist/doc/generic/tex4ht/mn54.html", + "texmf-dist/doc/generic/tex4ht/mn55.html", + "texmf-dist/doc/generic/tex4ht/mn56.html", + "texmf-dist/doc/generic/tex4ht/mn57.html", + "texmf-dist/doc/generic/tex4ht/mn58.html", + "texmf-dist/doc/generic/tex4ht/mn59.html", + "texmf-dist/doc/generic/tex4ht/mn6.html", + "texmf-dist/doc/generic/tex4ht/mn60.html", + "texmf-dist/doc/generic/tex4ht/mn7.html", + "texmf-dist/doc/generic/tex4ht/mn8.html", + "texmf-dist/doc/generic/tex4ht/mn9.html", + }, + ["verbatimcopy"] = { + "texmf-dist/doc/latex/verbatimcopy/README", + "texmf-dist/doc/latex/verbatimcopy/verbatimcopy.pdf", + }, + ["venturisadf"] = { + "texmf-dist/doc/fonts/venturisadf/LICENSE-utopia.txt", + "texmf-dist/doc/fonts/venturisadf/LIST-Venturis.txt", + "texmf-dist/doc/fonts/venturisadf/README", + "texmf-dist/doc/fonts/venturisadf/manifest.txt", + "texmf-dist/doc/fonts/venturisadf/venturisadf.pdf", + }, + ["venn"] = { + "texmf-dist/doc/metapost/venn/README", + }, + ["velthuis"] = { + "texmf-dist/doc/generic/velthuis/README", + "texmf-dist/doc/generic/velthuis/changes", + "texmf-dist/doc/generic/velthuis/copying", + "texmf-dist/doc/generic/velthuis/examples.pdf", + "texmf-dist/doc/generic/velthuis/hindi.pdf", + "texmf-dist/doc/generic/velthuis/manual.pdf", + "texmf-dist/doc/generic/velthuis/misspaal.pdf", + "texmf-dist/doc/generic/velthuis/vedasample.pdf", + "texmf-dist/doc/generic/velthuis/xetex-examples.pdf", + "texmf-dist/doc/generic/velthuis/xetex-misspaal.pdf", + }, + ["arphic"] = { + "texmf-dist/doc/fonts/arphic/arphic-sampler.pdf", + "texmf-dist/doc/fonts/arphic/bkaiu/README", + "texmf-dist/doc/fonts/arphic/bsmiu/README", + "texmf-dist/doc/fonts/arphic/gbsnu/README", + "texmf-dist/doc/fonts/arphic/gkaiu/README", + }, + ["vector"] = { + "texmf-dist/doc/latex/vector/README", + "texmf-dist/doc/latex/vector/vector.pdf", + }, + ["ar"] = { + "texmf-dist/doc/latex/ar/ar.txt", + }, + ["addlines"] = { + "texmf-dist/doc/latex/addlines/README", + "texmf-dist/doc/latex/addlines/addlines.pdf", + }, + ["semantic"] = { + "texmf-dist/doc/latex/semantic/semantic.pdf", + }, + ["binomexp"] = { + "texmf-dist/doc/latex/binomexp/README", + "texmf-dist/doc/latex/binomexp/binomexp.pdf", + }, + ["variations"] = { + "texmf-dist/doc/generic/variations/ALIRE", + "texmf-dist/doc/generic/variations/COPYING", + "texmf-dist/doc/generic/variations/README", + "texmf-dist/doc/generic/variations/docvariations.pdf", + }, + ["uwthesis"] = { + "texmf-dist/doc/latex/uwthesis/LICENSE", + "texmf-dist/doc/latex/uwthesis/README", + "texmf-dist/doc/latex/uwthesis/uwthesis.pdf", + }, + ["utopia"] = { + "texmf-dist/doc/fonts/utopia/LICENSE-utopia.txt", + "texmf-dist/doc/fonts/utopia/README-utopia.txt", + }, + ["ut-thesis"] = { + "texmf-dist/doc/latex/ut-thesis/README", + }, + ["gmdoc"] = { + "texmf-dist/doc/latex/gmdoc/README", + "texmf-dist/doc/latex/gmdoc/gmdoc.pdf", + }, + ["ushort"] = { + "texmf-dist/doc/latex/ushort/README", + "texmf-dist/doc/latex/ushort/ushort.pdf", + "texmf-dist/doc/latex/ushort/ushort.txt", + }, + ["tamethebeast"] = { + "texmf-dist/doc/bibtex/tamethebeast/CHANGES", + "texmf-dist/doc/bibtex/tamethebeast/Makefile", + "texmf-dist/doc/bibtex/tamethebeast/README", + "texmf-dist/doc/bibtex/tamethebeast/ttb_en.pdf", + }, + ["siunitx"] = { + "texmf-dist/doc/latex/siunitx/README", + "texmf-dist/doc/latex/siunitx/siunitx.pdf", + }, + ["getfiledate"] = { + "texmf-dist/doc/latex/getfiledate/README", + "texmf-dist/doc/latex/getfiledate/getfiledate-guide.pdf", + }, + ["graphics-pln"] = { + "texmf-dist/doc/plain/graphics-pln/00readme.txt", + }, + ["unroman"] = { + "texmf-dist/doc/latex/unroman/README", + "texmf-dist/doc/latex/unroman/unroman.pdf", + }, + ["estcpmm"] = { + "texmf-dist/doc/latex/estcpmm/README", + "texmf-dist/doc/latex/estcpmm/estcp.pdf", + "texmf-dist/doc/latex/estcpmm/estcpmm.pdf", + "texmf-dist/doc/latex/estcpmm/red_corps_castle2.pdf", + "texmf-dist/doc/latex/estcpmm/sample.pdf", + }, + ["har2nat"] = { + "texmf-dist/doc/latex/har2nat/README", + }, + ["xetex"] = { + "texmf-dist/doc/xetex/base/XeTeX-notes.pdf", + }, + ["gfsbodoni"] = { + "texmf-dist/doc/fonts/gfsbodoni/OFL-FAQ.txt", + "texmf-dist/doc/fonts/gfsbodoni/OFL.txt", + "texmf-dist/doc/fonts/gfsbodoni/README", + "texmf-dist/doc/fonts/gfsbodoni/gfsbodoni.pdf", + }, + ["fp"] = { + "texmf-dist/doc/latex/fp/README", + }, + ["unitsdef"] = { + "texmf-dist/doc/latex/unitsdef/unitsdef.pdf", + }, + ["units"] = { + "texmf-dist/doc/latex/units/COPYING", + "texmf-dist/doc/latex/units/README", + "texmf-dist/doc/latex/units/units.pdf", + }, + ["undertilde"] = { + "texmf-dist/doc/latex/undertilde/undertilde.pdf", + }, + ["antiqua"] = { + "texmf-dist/doc/fonts/antiqua/antiqua.txt", + }, + ["underlin"] = { + "texmf-dist/doc/latex/underlin/underlin.pdf", + }, + ["umthesis"] = { + "texmf-dist/doc/latex/umthesis/README", + "texmf-dist/doc/latex/umthesis/example.pdf", + }, + ["umoline"] = { + "texmf-dist/doc/latex/umoline/README", + "texmf-dist/doc/latex/umoline/umoline-man.dvi", + }, + ["umlaute"] = { + "texmf-dist/doc/latex/umlaute/umlaute.pdf", + }, + ["uml"] = { + "texmf-dist/doc/latex/uml/Changes", + "texmf-dist/doc/latex/uml/README", + "texmf-dist/doc/latex/uml/uml.pdf", + }, + ["ulsy"] = { + "texmf-dist/doc/latex/ulsy/README", + "texmf-dist/doc/latex/ulsy/ulsy.pdf", + }, + ["dpfloat"] = { + "texmf-dist/doc/latex/dpfloat/README", + "texmf-dist/doc/latex/dpfloat/dpfloat.pdf", + }, + ["gfsdidot"] = { + "texmf-dist/doc/fonts/gfsdidot/OFL-FAQ.txt", + "texmf-dist/doc/fonts/gfsdidot/OFL.txt", + "texmf-dist/doc/fonts/gfsdidot/README", + "texmf-dist/doc/fonts/gfsdidot/gfsdidot.pdf", + }, + ["cool"] = { + "texmf-dist/doc/latex/cool/Content_LaTeX_Package_Demo.pdf", + "texmf-dist/doc/latex/cool/README", + "texmf-dist/doc/latex/cool/cool.pdf", + }, + ["psfragx"] = { + "texmf-dist/doc/latex/psfragx/laprintdoc.ps", + "texmf-dist/doc/latex/psfragx/psfragx.pdf", + "texmf-dist/doc/latex/psfragx/psfragx_example.pdf", + "texmf-dist/doc/latex/psfragx/readme.txt", + "texmf-dist/doc/latex/psfragx/readmePFX.txt", + }, + ["phonetic"] = { + "texmf-dist/doc/fonts/phonetic/Doc/README", + "texmf-dist/doc/fonts/phonetic/README", + "texmf-dist/doc/fonts/phonetic/makefile", + "texmf-dist/doc/fonts/phonetic/phonetic-table.pdf", + }, + ["expdlist"] = { + "texmf-dist/doc/latex/expdlist/expdlisg.pdf", + "texmf-dist/doc/latex/expdlist/expdlist.pdf", + "texmf-dist/doc/latex/expdlist/readme.txt", + }, + ["german"] = { + "texmf-dist/doc/generic/german/gerdoc.pdf", + }, + ["parrun"] = { + "texmf-dist/doc/latex/parrun/parrun.pdf", + "texmf-dist/doc/latex/parrun/readme", + }, + ["ulqda"] = { + "texmf-dist/doc/latex/ulqda/README", + "texmf-dist/doc/latex/ulqda/ulqda.pdf", + }, + ["ulem"] = { + "texmf-dist/doc/generic/ulem/ulem.pdf", + }, + ["uiucthesis"] = { + "texmf-dist/doc/latex/uiucthesis/README", + "texmf-dist/doc/latex/uiucthesis/thesis-ex.pdf", + "texmf-dist/doc/latex/uiucthesis/uiucthesis.pdf", + }, + ["paresse"] = { + "texmf-dist/doc/latex/paresse/LISEZMOI", + "texmf-dist/doc/latex/paresse/README", + "texmf-dist/doc/latex/paresse/paresse-ex-en.pdf", + "texmf-dist/doc/latex/paresse/paresse-ex-fr.pdf", + "texmf-dist/doc/latex/paresse/paresse-fourier-en.pdf", + "texmf-dist/doc/latex/paresse/paresse-fourier-fr.pdf", + "texmf-dist/doc/latex/paresse/paresse-fr.pdf", + "texmf-dist/doc/latex/paresse/paresse.pdf", + }, + ["uhc"] = { + "texmf-dist/doc/fonts/uhc/umj/README", + }, + ["harpoon"] = { + "texmf-dist/doc/latex/harpoon/harpoon.dvi", + }, + ["uebungsblatt"] = { + "texmf-dist/doc/latex/uebungsblatt/README", + "texmf-dist/doc/latex/uebungsblatt/history.txt", + "texmf-dist/doc/latex/uebungsblatt/uebungsblatt-doc.pdf", + }, + ["ucthesis"] = { + "texmf-dist/doc/latex/ucthesis/README", + }, + ["detex"] = { + "texmf/doc/man/man1/detex.man1.pdf", + }, + ["ucs"] = { + "texmf-dist/doc/latex/ucs/FAQ", + "texmf-dist/doc/latex/ucs/INSTALL", + "texmf-dist/doc/latex/ucs/LICENSE", + "texmf-dist/doc/latex/ucs/README", + "texmf-dist/doc/latex/ucs/VERSION", + "texmf-dist/doc/latex/ucs/languages.pdf", + "texmf-dist/doc/latex/ucs/ltxmacrs.txt", + "texmf-dist/doc/latex/ucs/ucs.pdf", + }, + ["float"] = { + "texmf-dist/doc/latex/float/README", + "texmf-dist/doc/latex/float/float.pdf", + }, + ["ucdavisthesis"] = { + "texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_figure.pdf", + "texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_main.pdf", + "texmf-dist/doc/latex/ucdavisthesis/README", + "texmf-dist/doc/latex/ucdavisthesis/ucdavisthesis.pdf", + }, + ["context"] = { + "texmf-dist/doc/context/bib/bibmod-doc.pdf", + "texmf-dist/doc/context/document/general/manuals/mreadme.pdf", + "texmf-dist/doc/context/document/general/manuals/tiptrick.pdf", + "texmf-dist/doc/context/manuals/reference/COPYING", + "texmf-dist/doc/context/manuals/reference/README", + "texmf-dist/doc/context/manuals/reference/TODO", + "texmf-dist/doc/context/manuals/reference/en/Makefile", + "texmf-dist/doc/context/manuals/reference/en/co-fonts.pdf", + "texmf-dist/doc/context/manuals/reference/en/co-typography.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-000.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-001.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-002.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-003.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-004.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-005.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-006.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-007.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-101.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-102.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-103.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-200.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-201.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-202.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-203.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-204.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-205.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-206.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-301.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-401.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-402.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-403.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-404.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-405.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-406.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-407.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-501.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-701.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-702.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-703.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-704.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-801.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-802.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-803.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-804.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-805.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cols-806.pdf", + "texmf-dist/doc/context/manuals/reference/en/columns/cow.pdf", + "texmf-dist/doc/context/manuals/reference/en/contextref.pdf", + "texmf-dist/doc/context/manuals/reference/en/ls-R", + "texmf-dist/doc/context/manuals/reference/en/typography/encodings.pdf", + "texmf-dist/doc/context/manuals/reference/en/typography/glyphs.pdf", + "texmf-dist/doc/context/scripts/perl/texshow.html", + "texmf/doc/man/man1/ctxtools.man1.pdf", + "texmf/doc/man/man1/makempy.man1.pdf", + "texmf/doc/man/man1/mptopdf.man1.pdf", + "texmf/doc/man/man1/pdftools.man1.pdf", + "texmf/doc/man/man1/pstopdf.man1.pdf", + "texmf/doc/man/man1/texexec.man1.pdf", + "texmf/doc/man/man1/texfind.man1.pdf", + "texmf/doc/man/man1/texfont.man1.pdf", + "texmf/doc/man/man1/texmfstart.man1.pdf", + "texmf/doc/man/man1/textools.man1.pdf", + "texmf/doc/man/man1/texutil.man1.pdf", + }, + ["uaclasses"] = { + "texmf-dist/doc/latex/uaclasses/README", + "texmf-dist/doc/latex/uaclasses/my-example.pdf", + "texmf-dist/doc/latex/uaclasses/ua-example.pdf", + }, + ["typogrid"] = { + "texmf-dist/doc/latex/typogrid/README", + "texmf-dist/doc/latex/typogrid/typogrid.pdf", + }, + ["confproc"] = { + "texmf-dist/doc/latex/confproc/README", + "texmf-dist/doc/latex/confproc/buildcls", + "texmf-dist/doc/latex/confproc/cleancls", + "texmf-dist/doc/latex/confproc/confproc.pdf", + "texmf-dist/doc/latex/confproc/example/buildcppdfpapers", + "texmf-dist/doc/latex/confproc/example/buildpapers", + "texmf-dist/doc/latex/confproc/example/buildproc", + "texmf-dist/doc/latex/confproc/example/example.pdf", + "texmf-dist/doc/latex/confproc/example/papers/p_001.pdf", + "texmf-dist/doc/latex/confproc/example/papers/p_003.pdf", + "texmf-dist/doc/latex/confproc/example/papers/p_005.pdf", + "texmf-dist/doc/latex/confproc/example/papers/p_007.pdf", + "texmf-dist/doc/latex/confproc/example/papers/p_009.pdf", + "texmf-dist/doc/latex/confproc/example/pictures/ex_1stpage.pdf", + }, + ["latexmk"] = { + "texmf-dist/doc/support/latexmk/CHANGES", + "texmf-dist/doc/support/latexmk/COPYING", + "texmf-dist/doc/support/latexmk/INSTALL", + "texmf-dist/doc/support/latexmk/README", + "texmf-dist/doc/support/latexmk/example_rcfiles/README", + "texmf-dist/doc/support/latexmk/example_rcfiles/pdflatexmkrc", + "texmf-dist/doc/support/latexmk/extra-scripts/README1", + "texmf-dist/doc/support/latexmk/extra-scripts/dvipdfm_call", + "texmf-dist/doc/support/latexmk/extra-scripts/dvipdfmx_call", + "texmf-dist/doc/support/latexmk/extra-scripts/kickxdvi", + "texmf-dist/doc/support/latexmk/extra-scripts/l1", + "texmf-dist/doc/support/latexmk/extra-scripts/l2", + "texmf-dist/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk", + "texmf-dist/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk_README.txt", + "texmf-dist/doc/support/latexmk/extra-scripts/startacroread", + "texmf-dist/doc/support/latexmk/latexmk.pdf", + "texmf-dist/doc/support/latexmk/latexmk.txt", + "texmf/doc/man/man1/latexmk.man1.pdf", + }, + ["typedref"] = { + "texmf-dist/doc/latex/typedref/example.dvi", + }, + ["biblatex"] = { + "texmf-dist/doc/latex/biblatex/README", + "texmf-dist/doc/latex/biblatex/RELEASE", + "texmf-dist/doc/latex/biblatex/VERSION", + "texmf-dist/doc/latex/biblatex/biblatex.pdf", + "texmf-dist/doc/latex/biblatex/examples/01-introduction.pdf", + "texmf-dist/doc/latex/biblatex/examples/02-annotations.pdf", + "texmf-dist/doc/latex/biblatex/examples/10-references-per-section.pdf", + "texmf-dist/doc/latex/biblatex/examples/11-references-by-section.pdf", + "texmf-dist/doc/latex/biblatex/examples/12-references-by-segment.pdf", + "texmf-dist/doc/latex/biblatex/examples/13-references-by-keyword.pdf", + "texmf-dist/doc/latex/biblatex/examples/14-references-by-category.pdf", + "texmf-dist/doc/latex/biblatex/examples/15-references-by-type.pdf", + "texmf-dist/doc/latex/biblatex/examples/20-indexing-basic.pdf", + "texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.pdf", + "texmf-dist/doc/latex/biblatex/examples/30-style-numeric.pdf", + "texmf-dist/doc/latex/biblatex/examples/31-style-numeric-comp.pdf", + "texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.pdf", + "texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.pdf", + "texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.pdf", + "texmf-dist/doc/latex/biblatex/examples/50-style-authoryear.pdf", + "texmf-dist/doc/latex/biblatex/examples/51-style-authoryear-ibid.pdf", + "texmf-dist/doc/latex/biblatex/examples/52-style-authoryear-comp.pdf", + "texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.pdf", + "texmf-dist/doc/latex/biblatex/examples/60-style-authortitle.pdf", + "texmf-dist/doc/latex/biblatex/examples/61-style-authortitle-ibid.pdf", + "texmf-dist/doc/latex/biblatex/examples/62-style-authortitle-comp.pdf", + "texmf-dist/doc/latex/biblatex/examples/63-style-authortitle-icomp.pdf", + "texmf-dist/doc/latex/biblatex/examples/64-style-authortitle-terse.pdf", + "texmf-dist/doc/latex/biblatex/examples/65-style-authortitle-tcomp.pdf", + "texmf-dist/doc/latex/biblatex/examples/70-style-verbose.pdf", + "texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.pdf", + "texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.pdf", + "texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.pdf", + "texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.pdf", + "texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.pdf", + "texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.pdf", + "texmf-dist/doc/latex/biblatex/examples/80-style-reading.pdf", + "texmf-dist/doc/latex/biblatex/examples/81-style-draft.pdf", + "texmf-dist/doc/latex/biblatex/examples/82-style-debug.pdf", + "texmf-dist/doc/latex/biblatex/resources/bibtoolrsc", + }, + ["elvish"] = { + "texmf-dist/doc/fonts/elvish/README", + }, + ["latex2e-help-texinfo"] = { + "texmf-dist/doc/latex/latex2e-help-texinfo/ChangeLog", + "texmf-dist/doc/latex/latex2e-help-texinfo/Makefile", + "texmf-dist/doc/latex/latex2e-help-texinfo/NEWS", + "texmf-dist/doc/latex/latex2e-help-texinfo/README", + "texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.html", + "texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.pdf", + "texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt", + }, + ["twoup"] = { + "texmf-dist/doc/latex/twoup/README", + "texmf-dist/doc/latex/twoup/twoup.pdf", + }, + ["rotating"] = { + "texmf-dist/doc/latex/rotating/README", + "texmf-dist/doc/latex/rotating/rotating.pdf", + }, + ["cm"] = { + "texmf-dist/doc/fonts/cm/README", + "texmf-dist/doc/fonts/cm/README-cmps.txt", + }, + ["turnstile"] = { + "texmf-dist/doc/latex/turnstile/README", + "texmf-dist/doc/latex/turnstile/turnstile-en.pdf", + "texmf-dist/doc/latex/turnstile/turnstile-pt.pdf", + "texmf-dist/doc/latex/turnstile/turnstile_article.pdf", + "texmf-dist/doc/latex/turnstile/turnstile_artigo.pdf", + }, + ["tugboat"] = { + "texmf-dist/doc/latex/tugboat/README", + "texmf-dist/doc/latex/tugboat/ltubguid.pdf", + "texmf-dist/doc/latex/tugboat/manifest.txt", + "texmf-dist/doc/latex/tugboat/tugboat.pdf", + }, + ["ieeetran"] = { + "texmf-dist/doc/latex/IEEEtran/IEEEtran_HOWTO.pdf", + "texmf-dist/doc/latex/IEEEtran/IEEEtran_bst_HOWTO.pdf", + "texmf-dist/doc/latex/IEEEtran/IEEEtrantools_doc.txt", + "texmf-dist/doc/latex/IEEEtran/README", + "texmf-dist/doc/latex/IEEEtran/changelog.txt", + "texmf-dist/doc/latex/IEEEtran/font_install_how.txt", + "texmf-dist/doc/latex/IEEEtran/testflow_ctl_A4.pdf", + "texmf-dist/doc/latex/IEEEtran/testflow_ctl_LTR.pdf", + "texmf-dist/doc/latex/IEEEtran/testflow_doc.pdf", + }, + ["guitar"] = { + "texmf-dist/doc/latex/guitar/guitar.txt", + }, + ["concmath"] = { + "texmf-dist/doc/fonts/concmath/CATALOGUE", + "texmf-dist/doc/fonts/concmath/README", + "texmf-dist/doc/fonts/concmath/concmath.pdf", + }, + ["pagenote"] = { + "texmf-dist/doc/latex/pagenote/README", + "texmf-dist/doc/latex/pagenote/pagenote.pdf", + }, + ["em"] = { + "texmf-dist/doc/latex/em/em.txt", + }, + ["ttfutils"] = { + "texmf/doc/man/man1/ttf2afm.man1.pdf", + "texmf/doc/man/man1/ttf2pk.man1.pdf", + "texmf/doc/man/man1/ttf2tfm.man1.pdf", + "texmf/doc/man/man1/ttfdump.man1.pdf", + "texmf/doc/ttf2pk/ttf2pk.txt", + "texmf/doc/ttf2pk/ttf2tfm.txt", + }, + ["crossreference"] = { + "texmf-dist/doc/latex/crossreference/README", + "texmf-dist/doc/latex/crossreference/crossreference.pdf", + }, + ["bizcard"] = { + "texmf-dist/doc/latex/bizcard/bizcard.pdf", + "texmf-dist/doc/latex/bizcard/bizex.pdf", + }, + ["trivfloat"] = { + "texmf-dist/doc/latex/trivfloat/README", + "texmf-dist/doc/latex/trivfloat/trivfloat.pdf", + }, + ["trimspaces"] = { + "texmf-dist/doc/latex/trimspaces/README", + "texmf-dist/doc/latex/trimspaces/trimspaces.pdf", + }, + ["treetex"] = { + "texmf-dist/doc/plain/treetex/epodd.dvi", + "texmf-dist/doc/plain/treetex/readme", + "texmf-dist/doc/plain/treetex/tree_doc.dvi", + }, + ["tree-dvips"] = { + "texmf-dist/doc/latex/tree-dvips/Readme", + "texmf-dist/doc/latex/tree-dvips/lingmacros-manual.pdf", + "texmf-dist/doc/latex/tree-dvips/tree-manual.pdf", + }, + ["translator"] = { + "texmf-dist/doc/latex/translator/ChangeLog", + "texmf-dist/doc/latex/translator/FILES", + "texmf-dist/doc/latex/translator/README", + "texmf-dist/doc/latex/translator/translator-manual-en.pdf", + }, + ["bosisio"] = { + "texmf-dist/doc/latex/bosisio/README", + "texmf-dist/doc/latex/bosisio/accenti.html", + "texmf-dist/doc/latex/bosisio/accenti.pdf", + "texmf-dist/doc/latex/bosisio/dblfont.html", + "texmf-dist/doc/latex/bosisio/dblfont.pdf", + "texmf-dist/doc/latex/bosisio/envmath.html", + "texmf-dist/doc/latex/bosisio/envmath.pdf", + "texmf-dist/doc/latex/bosisio/evenpage.html", + "texmf-dist/doc/latex/bosisio/evenpage.pdf", + "texmf-dist/doc/latex/bosisio/graphfig.html", + "texmf-dist/doc/latex/bosisio/graphfig.pdf", + "texmf-dist/doc/latex/bosisio/index.html", + "texmf-dist/doc/latex/bosisio/makedoc", + "texmf-dist/doc/latex/bosisio/mathcmd.html", + "texmf-dist/doc/latex/bosisio/mathcmd.pdf", + "texmf-dist/doc/latex/bosisio/quotes.html", + "texmf-dist/doc/latex/bosisio/quotes.pdf", + "texmf-dist/doc/latex/bosisio/sobolev.html", + "texmf-dist/doc/latex/bosisio/sobolev.pdf", + }, + ["floatrow"] = { + "texmf-dist/doc/latex/floatrow/README", + "texmf-dist/doc/latex/floatrow/floatrow-rus.pdf", + "texmf-dist/doc/latex/floatrow/floatrow.pdf", + }, + ["trajan"] = { + "texmf-dist/doc/latex/trajan/README", + "texmf-dist/doc/latex/trajan/trajan.pdf", + "texmf-dist/doc/latex/trajan/trytrajan.pdf", + }, + ["tpslifonts"] = { + "texmf-dist/doc/latex/tpslifonts/00readme.txt", + "texmf-dist/doc/latex/tpslifonts/0install.txt", + }, + ["abstyles"] = { + "texmf-dist/doc/bibtex/abstyles/README", + "texmf-dist/doc/bibtex/abstyles/abstdok.pdf", + }, + ["drac"] = { + "texmf-dist/doc/latex/drac/drac-fr.pdf", + "texmf-dist/doc/latex/drac/drac.pdf", + }, + ["phyzzx"] = { + "texmf-dist/doc/otherformats/phyzzx/base/phyzdoc.dvi", + }, + ["synttree"] = { + "texmf-dist/doc/latex/synttree/README", + "texmf-dist/doc/latex/synttree/synttree.pdf", + }, + ["luatex"] = { + "texmf-dist/doc/luatex/base/luatexref-t.pdf", + "texmf/doc/man/man1/luatex.man1.pdf", + "texmf/doc/man/man1/texlua.man1.pdf", + "texmf/doc/man/man1/texluac.man1.pdf", + }, + ["layouts"] = { + "texmf-dist/doc/latex/layouts/README", + "texmf-dist/doc/latex/layouts/layman.pdf", + "texmf-dist/doc/latex/layouts/layouts.pdf", + }, + ["exp-testopt"] = { + "texmf-dist/doc/latex/exp-testopt/README", + "texmf-dist/doc/latex/exp-testopt/exp-testopt.pdf", + }, + ["ptptex"] = { + "texmf-dist/doc/latex/ptptex/README", + "texmf-dist/doc/latex/ptptex/manptp.pdf", + }, + ["latex-graphics-companion"] = { + "texmf-dist/doc/latex/latex-graphics-companion/Makefile", + "texmf-dist/doc/latex/latex-graphics-companion/README", + }, + ["pstricks"] = { + "texmf-dist/doc/generic/pstricks/Changes", + "texmf-dist/doc/generic/pstricks/pst-doc.pdf", + "texmf-dist/doc/generic/pstricks/pst-docfull.pdf", + "texmf-dist/doc/generic/pstricks/pst-news05.pdf", + "texmf-dist/doc/generic/pstricks/pst-news06.pdf", + "texmf-dist/doc/generic/pstricks/pst-news08.pdf", + "texmf-dist/doc/generic/pstricks/pst-news09.pdf", + "texmf-dist/doc/generic/pstricks/pst-news10.pdf", + "texmf-dist/doc/generic/pstricks/pst-quickref.pdf", + "texmf-dist/doc/generic/pstricks/pst-user.pdf", + "texmf-dist/doc/generic/pstricks/pst-usrfull.pdf", + "texmf-dist/doc/generic/pstricks/pstnews1-10.pdf", + "texmf-dist/doc/generic/pstricks/pstnews1-11.pdf", + "texmf-dist/doc/generic/pstricks/pstnews1-12.pdf", + "texmf-dist/doc/generic/pstricks/pstnews97-15.pdf", + "texmf-dist/doc/generic/pstricks/pstricks-doc.pdf", + "texmf-dist/doc/generic/pstricks/test-pst.pdf", + }, + ["ieeeconf"] = { + "texmf-dist/doc/latex/IEEEconf/IEEEconf.pdf", + "texmf-dist/doc/latex/IEEEconf/README", + }, + ["hepnames"] = { + "texmf-dist/doc/latex/hepnames/ChangeLog", + "texmf-dist/doc/latex/hepnames/README", + "texmf-dist/doc/latex/hepnames/hepnames.pdf", + "texmf-dist/doc/latex/hepnames/hepnicenames.pdf", + "texmf-dist/doc/latex/hepnames/heppennames.pdf", + }, + ["pst-bezier"] = { + "texmf-dist/doc/generic/pst-bezier/Changes", + "texmf-dist/doc/generic/pst-bezier/README", + "texmf-dist/doc/generic/pst-bezier/pst-bezier-doc.pdf", + }, + ["tpic2pdftex"] = { + "texmf/doc/man/man1/tpic2pdftex.man1.pdf", + "texmf/doc/tpic2pdftex/Makefile", + "texmf/doc/tpic2pdftex/beamerexample.pdf", + "texmf/doc/tpic2pdftex/example.pdf", + }, + ["dvipng"] = { + "texmf/doc/dvipng/dvipng.html", + "texmf/doc/dvipng/dvipng.pdf", + "texmf/doc/man/man1/dvipng.man1.pdf", + }, + ["totpages"] = { + "texmf-dist/doc/latex/totpages/README", + "texmf-dist/doc/latex/totpages/totpages.pdf", + }, + ["totcount"] = { + "texmf-dist/doc/latex/totcount/README", + "texmf-dist/doc/latex/totcount/totcount.pdf", + }, + ["toptesi"] = { + "texmf-dist/doc/latex/toptesi/README", + "texmf-dist/doc/latex/toptesi/logoEPFL.pdf", + "texmf-dist/doc/latex/toptesi/logoINPG.pdf", + "texmf-dist/doc/latex/toptesi/logopoliba.pdf", + "texmf-dist/doc/latex/toptesi/logopolito.pdf", + "texmf-dist/doc/latex/toptesi/logouniba.pdf", + "texmf-dist/doc/latex/toptesi/logounibg.pdf", + "texmf-dist/doc/latex/toptesi/logounibo.pdf", + "texmf-dist/doc/latex/toptesi/logounibs.pdf", + "texmf-dist/doc/latex/toptesi/logounige.pdf", + "texmf-dist/doc/latex/toptesi/logounipa.pdf", + "texmf-dist/doc/latex/toptesi/logounipd.pdf", + "texmf-dist/doc/latex/toptesi/logounipi.pdf", + "texmf-dist/doc/latex/toptesi/logounipmn.pdf", + "texmf-dist/doc/latex/toptesi/logouniroma1.pdf", + "texmf-dist/doc/latex/toptesi/logouniroma2.pdf", + "texmf-dist/doc/latex/toptesi/logouniroma3.pdf", + "texmf-dist/doc/latex/toptesi/logounisa.pdf", + "texmf-dist/doc/latex/toptesi/logounito.pdf", + "texmf-dist/doc/latex/toptesi/logounits.pdf", + "texmf-dist/doc/latex/toptesi/logouniur.pdf", + "texmf-dist/doc/latex/toptesi/manifest.txt", + "texmf-dist/doc/latex/toptesi/toptesi-doc.pdf", + "texmf-dist/doc/latex/toptesi/toptesi.pdf", + }, + ["l2tabu-it"] = { + "texmf-dist/doc/latex/l2tabu-it/l2tabuit.pdf", + }, + ["topfloat"] = { + "texmf-dist/doc/latex/topfloat/topfloat.dvi", + }, + ["recipecard"] = { + "texmf-dist/doc/latex/recipecard/README", + "texmf-dist/doc/latex/recipecard/recipecard.pdf", + "texmf-dist/doc/latex/recipecard/test2.pdf", + }, + ["tokenizer"] = { + "texmf-dist/doc/latex/tokenizer/tokenizer.pdf", + }, + ["todonotes"] = { + "texmf-dist/doc/latex/todonotes/README", + "texmf-dist/doc/latex/todonotes/todonotes.pdf", + "texmf-dist/doc/latex/todonotes/todonotesexample.pdf", + }, + ["dialogl"] = { + "texmf-dist/doc/latex/dialogl/codialog.dvi", + "texmf-dist/doc/latex/dialogl/dia-driv.dvi", + }, + ["pst-qtree"] = { + "texmf-dist/doc/generic/pst-qtree/CHANGES", + "texmf-dist/doc/generic/pst-qtree/LICENSE", + "texmf-dist/doc/generic/pst-qtree/pst-qtree-manual.pdf", + }, + ["chemcono"] = { + "texmf-dist/doc/latex/chemcono/chemcono.pdf", + }, + ["texdiff"] = { + "texmf-dist/doc/support/texdiff/README", + "texmf/doc/man/man1/texdiff.man1.pdf", + }, + ["tocloft"] = { + "texmf-dist/doc/latex/tocloft/README", + "texmf-dist/doc/latex/tocloft/tocloft.pdf", + }, + ["tocbibind"] = { + "texmf-dist/doc/latex/tocbibind/README", + "texmf-dist/doc/latex/tocbibind/tocbibind.pdf", + }, + ["diagmac2"] = { + "texmf-dist/doc/latex/diagmac2/README", + "texmf-dist/doc/latex/diagmac2/doc/diagmac2.pdf", + "texmf-dist/doc/latex/diagmac2/doc/diagmactest.pdf", + }, + ["supertabular"] = { + "texmf-dist/doc/latex/supertabular/CATALOG", + "texmf-dist/doc/latex/supertabular/ChangeLog", + "texmf-dist/doc/latex/supertabular/MANIFEST", + "texmf-dist/doc/latex/supertabular/README", + "texmf-dist/doc/latex/supertabular/supertabular.pdf", + }, + ["tlc2"] = { + "texmf-dist/doc/latex/tlc2/Escher.ps", + "texmf-dist/doc/latex/tlc2/cat.ps", + "texmf-dist/doc/latex/tlc2/elephant.ps", + "texmf-dist/doc/latex/tlc2/rosette.ps", + "texmf-dist/doc/latex/tlc2/w.ps", + }, + ["tkz-orm"] = { + "texmf-dist/doc/latex/tkz-orm/LICENSE", + "texmf-dist/doc/latex/tkz-orm/Makefile", + "texmf-dist/doc/latex/tkz-orm/README", + "texmf-dist/doc/latex/tkz-orm/tkz-orm.pdf", + }, + ["tkz-doc"] = { + "texmf-dist/doc/latex/tkz-doc/README", + }, + ["titling"] = { + "texmf-dist/doc/latex/titling/README", + "texmf-dist/doc/latex/titling/titling.pdf", + }, + ["titlesec"] = { + "texmf-dist/doc/latex/titlesec/README", + "texmf-dist/doc/latex/titlesec/titlesec.pdf", + }, + ["titlepic"] = { + "texmf-dist/doc/latex/titlepic/README", + "texmf-dist/doc/latex/titlepic/titlepic-manual.pdf", + }, + ["titlepages"] = { + "texmf-dist/doc/latex/titlepages/titlepages.pdf", + }, + ["notes2bib"] = { + "texmf-dist/doc/latex/notes2bib/README", + "texmf-dist/doc/latex/notes2bib/notes2bib.pdf", + }, + ["pst-fun"] = { + "texmf-dist/doc/generic/pst-fun/Changes", + "texmf-dist/doc/generic/pst-fun/README", + "texmf-dist/doc/generic/pst-fun/pst-fun-doc.pdf", + }, + ["timing"] = { + "texmf-dist/doc/fonts/timing/timing.dvi", + }, + ["context-notes-zh-cn"] = { + "texmf-dist/doc/context/third/context-notes-zh-cn/README", + "texmf-dist/doc/context/third/context-notes-zh-cn/ctxnotes.pdf", + "texmf-dist/doc/context/third/context-notes-zh-cn/src/Makefile", + "texmf-dist/doc/context/third/context-notes-zh-cn/src/figures/cow.pdf", + }, + ["dichokey"] = { + "texmf-dist/doc/latex/dichokey/dichokey.pdf", + "texmf-dist/doc/latex/dichokey/rhodocyb.pdf", + }, + ["begriff"] = { + "texmf-dist/doc/latex/begriff/COPYING", + "texmf-dist/doc/latex/begriff/README", + "texmf-dist/doc/latex/begriff/examples.pdf", + }, + ["plain-doc"] = { + "texmf-dist/doc/plain/plain-doc/csname.txt", + }, + ["timesht"] = { + "texmf-dist/doc/latex/timesht/README", + }, + ["pdfslide"] = { + "texmf-dist/doc/latex/pdfslide/demo.pdf", + "texmf-dist/doc/latex/pdfslide/mpgraph.pdf", + }, + ["tdsfrmath"] = { + "texmf-dist/doc/latex/tdsfrmath/LISEZMOI", + "texmf-dist/doc/latex/tdsfrmath/README", + "texmf-dist/doc/latex/tdsfrmath/tdsfrmath.pdf", + }, + ["tikz-qtree"] = { + "texmf-dist/doc/latex/tikz-qtree/README", + "texmf-dist/doc/latex/tikz-qtree/test.pdf", + "texmf-dist/doc/latex/tikz-qtree/tikz-qtree-manual.pdf", + }, + ["tikz-3dplot"] = { + "texmf-dist/doc/latex/tikz-3dplot/README", + "texmf-dist/doc/latex/tikz-3dplot/tikz-3dplot_documentation.pdf", + }, + ["sidecap"] = { + "texmf-dist/doc/latex/sidecap/README", + "texmf-dist/doc/latex/sidecap/sidecap.pdf", + }, + ["harvard"] = { + "texmf-dist/doc/latex/harvard/INSTALL", + "texmf-dist/doc/latex/harvard/README", + "texmf-dist/doc/latex/harvard/harvard.pdf", + "texmf-dist/doc/latex/harvard/manifest.txt", + }, + ["constants"] = { + "texmf-dist/doc/latex/constants/README", + "texmf-dist/doc/latex/constants/constants.pdf", + }, + ["metaobj"] = { + "texmf-dist/doc/metapost/metaobj/README", + "texmf-dist/doc/metapost/metaobj/license.txt", + "texmf-dist/doc/metapost/metaobj/momanual.pdf", + }, + ["elsevier-bib"] = { + "texmf-dist/doc/bibtex/elsevier-bib/README-bst", + }, + ["tools"] = { + "texmf-dist/doc/latex/tools/afterpage.pdf", + "texmf-dist/doc/latex/tools/array.pdf", + "texmf-dist/doc/latex/tools/bm.pdf", + "texmf-dist/doc/latex/tools/calc.pdf", + "texmf-dist/doc/latex/tools/changes.txt", + "texmf-dist/doc/latex/tools/dcolumn.pdf", + "texmf-dist/doc/latex/tools/delarray.pdf", + "texmf-dist/doc/latex/tools/enumerate.pdf", + "texmf-dist/doc/latex/tools/fileerr.pdf", + "texmf-dist/doc/latex/tools/fontsmpl.pdf", + "texmf-dist/doc/latex/tools/ftnright.pdf", + "texmf-dist/doc/latex/tools/hhline.pdf", + "texmf-dist/doc/latex/tools/indentfirst.pdf", + "texmf-dist/doc/latex/tools/layout.pdf", + "texmf-dist/doc/latex/tools/longtable.pdf", + "texmf-dist/doc/latex/tools/manifest.txt", + "texmf-dist/doc/latex/tools/multicol.pdf", + "texmf-dist/doc/latex/tools/rawfonts.pdf", + "texmf-dist/doc/latex/tools/readme.txt", + "texmf-dist/doc/latex/tools/showkeys.pdf", + "texmf-dist/doc/latex/tools/somedefs.pdf", + "texmf-dist/doc/latex/tools/tabularx.pdf", + "texmf-dist/doc/latex/tools/theorem.pdf", + "texmf-dist/doc/latex/tools/tools.pdf", + "texmf-dist/doc/latex/tools/trace.pdf", + "texmf-dist/doc/latex/tools/varioref.pdf", + "texmf-dist/doc/latex/tools/verbatim.pdf", + "texmf-dist/doc/latex/tools/xr.pdf", + "texmf-dist/doc/latex/tools/xspace.pdf", + }, + ["pdfwin"] = { + "texmf-dist/doc/latex/pdfwin/BucResampling.pdf", + "texmf-dist/doc/latex/pdfwin/BucSystem1.pdf", + "texmf-dist/doc/latex/pdfwin/BucSystem2.pdf", + "texmf-dist/doc/latex/pdfwin/BucSystem3.pdf", + "texmf-dist/doc/latex/pdfwin/BucSystem4.pdf", + "texmf-dist/doc/latex/pdfwin/BucSystem5.pdf", + "texmf-dist/doc/latex/pdfwin/BucSystem6.pdf", + }, + ["tie"] = { + "texmf/doc/man/man1/tie.man1.pdf", + }, + ["ticket"] = { + "texmf-dist/doc/latex/ticket/README", + "texmf-dist/doc/latex/ticket/comment", + "texmf-dist/doc/latex/ticket/ex_file.pdf", + "texmf-dist/doc/latex/ticket/ex_flashcard.pdf", + "texmf-dist/doc/latex/ticket/ex_flashcard_dup.pdf", + "texmf-dist/doc/latex/ticket/ex_marks.pdf", + "texmf-dist/doc/latex/ticket/ex_pin.pdf", + "texmf-dist/doc/latex/ticket/ex_vcard.pdf", + "texmf-dist/doc/latex/ticket/manual.pdf", + }, + ["math-into-latex"] = { + "texmf-dist/doc/latex/math-into-latex/errors.txt", + "texmf-dist/doc/latex/math-into-latex/gratzer", + "texmf-dist/doc/latex/math-into-latex/mil.txt", + }, + ["formlett"] = { + "texmf-dist/doc/latex/formlett/prog_manual.dvi", + "texmf-dist/doc/latex/formlett/user_manual.dvi", + }, + ["aiaa"] = { + "texmf-dist/doc/latex/aiaa/README", + "texmf-dist/doc/latex/aiaa/aiaa.pdf", + "texmf-dist/doc/latex/aiaa/author_guide.pdf", + "texmf-dist/doc/latex/aiaa/figure_magnet.pdf", + "texmf-dist/doc/latex/aiaa/pre2004/CHANGES", + "texmf-dist/doc/latex/aiaa/pre2004/MANIFEST", + "texmf-dist/doc/latex/aiaa/pre2004/README", + "texmf-dist/doc/latex/aiaa/pre2004/aiaa.pdf", + "texmf-dist/doc/latex/aiaa/pre2004/demos/paper/smpaiaa.ps", + "texmf-dist/doc/latex/aiaa/pre2004/demos/talk/smptalk.ps", + "texmf-dist/doc/latex/aiaa/template_advanced.pdf", + "texmf-dist/doc/latex/aiaa/template_basic.pdf", + }, + ["screenplay"] = { + "texmf-dist/doc/latex/screenplay/COPYING", + "texmf-dist/doc/latex/screenplay/README", + "texmf-dist/doc/latex/screenplay/screenplay.pdf", + "texmf-dist/doc/latex/screenplay/test.pdf", + }, + ["coolstr"] = { + "texmf-dist/doc/latex/coolstr/README", + "texmf-dist/doc/latex/coolstr/coolstr.pdf", + }, + ["pst-2dplot"] = { + "texmf-dist/doc/generic/pst-2dplot/README", + "texmf-dist/doc/generic/pst-2dplot/pst-2dplot-doc.pdf", + }, + ["spverbatim"] = { + "texmf-dist/doc/latex/spverbatim/README", + "texmf-dist/doc/latex/spverbatim/spverbatim.pdf", + }, + ["xeindex"] = { + "texmf-dist/doc/xelatex/xeindex/README", + "texmf-dist/doc/xelatex/xeindex/xeindex.pdf", + }, + ["ibycus-babel"] = { + "texmf-dist/doc/latex/ibycus-babel/README", + "texmf-dist/doc/latex/ibycus-babel/ibycus-babel.pdf", + }, + ["eskd"] = { + "texmf-dist/doc/latex/eskd/README", + "texmf-dist/doc/latex/eskd/eskd.pdf", + }, + ["pst-optexp"] = { + "texmf-dist/doc/generic/pst-optexp/Changes", + "texmf-dist/doc/generic/pst-optexp/README", + "texmf-dist/doc/generic/pst-optexp/pst-optexp-doc.pdf", + }, + ["imac"] = { + "texmf-dist/doc/latex/imac/imac.dvi", + "texmf-dist/doc/latex/imac/readme.txt", + }, + ["theoremref"] = { + "texmf-dist/doc/latex/theoremref/COPYING", + "texmf-dist/doc/latex/theoremref/README", + }, + ["chngcntr"] = { + "texmf-dist/doc/latex/chngcntr/chngcntr.pdf", + }, + ["texworks"] = { + "texmf/doc/texworks/README", + }, + ["borceux"] = { + "texmf-dist/doc/generic/borceux/Diagram_Mode_d_Emploi", + "texmf-dist/doc/generic/borceux/Diagram_Read_Me", + }, + ["pax"] = { + "texmf-dist/doc/latex/pax/README", + }, + ["thumby"] = { + "texmf-dist/doc/latex/thumby/LICENSE", + "texmf-dist/doc/latex/thumby/README", + "texmf-dist/doc/latex/thumby/example.pdf", + "texmf-dist/doc/latex/thumby/latexmkrc", + "texmf-dist/doc/latex/thumby/thumby.pdf", + }, + ["algorithm2e"] = { + "texmf-dist/doc/latex/algorithm2e/README", + "texmf-dist/doc/latex/algorithm2e/algorithm2e.pdf", + }, + ["gothic"] = { + "texmf-dist/doc/fonts/gothic/README", + }, + ["beton"] = { + "texmf-dist/doc/latex/beton/beton.pdf", + "texmf-dist/doc/latex/beton/legal.txt", + }, + ["pst-labo"] = { + "texmf-dist/doc/generic/pst-labo/Changes", + "texmf-dist/doc/generic/pst-labo/README", + "texmf-dist/doc/generic/pst-labo/pst-labo-docDE.pdf", + "texmf-dist/doc/generic/pst-labo/pst-labo-docEN.pdf", + "texmf-dist/doc/generic/pst-labo/pst-labo-docFR.pdf", + }, + ["cv"] = { + "texmf-dist/doc/latex/cv/ApplicationLetter.pdf", + "texmf-dist/doc/latex/cv/CVCTAN.pdf", + "texmf-dist/doc/latex/cv/README", + }, + ["changelayout"] = { + "texmf-dist/doc/latex/changelayout/README", + "texmf-dist/doc/latex/changelayout/changelayout-guide.pdf", + }, + ["gmutils"] = { + "texmf-dist/doc/latex/gmutils/README", + "texmf-dist/doc/latex/gmutils/gmutils.pdf", + }, + ["plari"] = { + "texmf-dist/doc/latex/plari/COPYING", + "texmf-dist/doc/latex/plari/README", + "texmf-dist/doc/latex/plari/plari.pdf", + }, + ["levy"] = { + "texmf-dist/doc/fonts/levy/00readme.txt", + "texmf-dist/doc/fonts/levy/makeall", + "texmf-dist/doc/fonts/levy/makefont", + "texmf-dist/doc/fonts/levy/testfont", + "texmf-dist/doc/fonts/levy/todo.txt", + }, + ["rccol"] = { + "texmf-dist/doc/latex/rccol/README", + "texmf-dist/doc/latex/rccol/rccol.pdf", + }, + ["economic"] = { + "texmf-dist/doc/bibtex/economic/CHANGELOG", + "texmf-dist/doc/bibtex/economic/NEWS", + "texmf-dist/doc/bibtex/economic/README", + "texmf-dist/doc/bibtex/economic/ajae-ex.pdf", + "texmf-dist/doc/bibtex/economic/apecon-ex.pdf", + "texmf-dist/doc/bibtex/economic/ecca-ex.pdf", + "texmf-dist/doc/bibtex/economic/erae-ex.pdf", + "texmf-dist/doc/bibtex/economic/ier-bib-test.pdf", + "texmf-dist/doc/bibtex/economic/itaxpf-ex-title.pdf", + "texmf-dist/doc/bibtex/economic/itaxpf-ex.pdf", + "texmf-dist/doc/bibtex/economic/oegatb-ex.pdf", + }, + ["hfbright"] = { + "texmf-dist/doc/fonts/hfbright/README", + }, + ["xq"] = { + "texmf-dist/doc/fonts/xq/README", + "texmf-dist/doc/fonts/xq/xqexample.pdf", + }, + ["pst-ob3d"] = { + "texmf-dist/doc/generic/pst-ob3d/Changes", + "texmf-dist/doc/generic/pst-ob3d/README", + "texmf-dist/doc/generic/pst-ob3d/pst-ob3d.pdf", + }, + ["lineara"] = { + "texmf-dist/doc/fonts/linearA/README", + "texmf-dist/doc/fonts/linearA/linearA_glyphs.pdf", + }, + ["textopo"] = { + "texmf-dist/doc/latex/textopo/textopo.pdf", + "texmf-dist/doc/latex/textopo/textopo.txt", + }, + ["mslapa"] = { + "texmf-dist/doc/latex/mslapa/README", + }, + ["textmerg"] = { + "texmf-dist/doc/generic/textmerg/tmexamp1.dvi", + "texmf-dist/doc/generic/textmerg/tmexamp2.dvi", + }, + ["gu"] = { + "texmf-dist/doc/latex/gu/README", + "texmf-dist/doc/latex/gu/gudoc.pdf", + }, + ["libris"] = { + "texmf-dist/doc/fonts/libris/COPYING", + "texmf-dist/doc/fonts/libris/NOTICE", + "texmf-dist/doc/fonts/libris/README", + "texmf-dist/doc/fonts/libris/manifest.txt", + "texmf-dist/doc/fonts/libris/ylyr8a.pfb.pdf", + }, + ["tcldoc"] = { + "texmf-dist/doc/latex/tcldoc/README.txt", + }, + ["texlive-en"] = { + "texmf/doc/texlive/texlive-en/Makefile", + "texmf/doc/texlive/texlive-en/README", + "texmf/doc/texlive/texlive-en/archive/changemail", + "texmf/doc/texlive/texlive-en/texlive-en.html", + "texmf/doc/texlive/texlive-en/texlive-en.pdf", + }, + ["cjkutils"] = { + "texmf/doc/bg5conv/bg5conv.pdf", + "texmf/doc/cef5conv/cef5conv.pdf", + "texmf/doc/cefconv/cefconv.pdf", + "texmf/doc/cefsconv/cefsconv.pdf", + "texmf/doc/extconv/extconv.pdf", + "texmf/doc/hbf2gf/hbf2gf.pdf", + "texmf/doc/man/man1/bg5conv.man1.pdf", + "texmf/doc/man/man1/cef5conv.man1.pdf", + "texmf/doc/man/man1/cefconv.man1.pdf", + "texmf/doc/man/man1/cefsconv.man1.pdf", + "texmf/doc/man/man1/extconv.man1.pdf", + "texmf/doc/man/man1/hbf2gf.man1.pdf", + "texmf/doc/man/man1/sjisconv.man1.pdf", + "texmf/doc/sjisconv/sjisconv.pdf", + }, + ["mnsymbol"] = { + "texmf-dist/doc/latex/mnsymbol/MnSymbol.pdf", + "texmf-dist/doc/latex/mnsymbol/README", + }, + ["metauml"] = { + "texmf-dist/doc/metapost/metauml/README", + "texmf-dist/doc/metapost/metauml/license.txt", + "texmf-dist/doc/metapost/metauml/metauml_manual_0.2.3.pdf", + }, + ["texsis"] = { + "texmf-dist/doc/otherformats/texsis/base/COPYING", + "texmf-dist/doc/otherformats/texsis/base/INSTALL", + "texmf-dist/doc/otherformats/texsis/base/MANIFEST", + "texmf-dist/doc/otherformats/texsis/base/NEWS", + "texmf-dist/doc/otherformats/texsis/base/README", + "texmf-dist/doc/otherformats/texsis/base/letr", + }, + ["texmate"] = { + "texmf-dist/doc/latex/texmate/README", + "texmf-dist/doc/latex/texmate/texmate2manual.pdf", + }, + ["spotcolor"] = { + "texmf-dist/doc/latex/spotcolor/README", + "texmf-dist/doc/latex/spotcolor/readme.pdf", + }, + ["cookybooky"] = { + "texmf-dist/doc/latex/cookybooky/README", + "texmf-dist/doc/latex/cookybooky/documentation/Manual.pdf", + "texmf-dist/doc/latex/cookybooky/examples/ex_1.pdf", + }, + ["exam"] = { + "texmf-dist/doc/latex/exam/README", + "texmf-dist/doc/latex/exam/examdoc.pdf", + }, + ["context-typescripts"] = { + "texmf-dist/doc/context/third/typescripts/README", + }, + ["texloganalyser"] = { + "texmf-dist/doc/support/texloganalyser/README", + }, + ["pst-pdf"] = { + "texmf-dist/doc/latex/pst-pdf/CHANGES", + "texmf-dist/doc/latex/pst-pdf/README", + "texmf-dist/doc/latex/pst-pdf/pst-pdf-DE.pdf", + "texmf-dist/doc/latex/pst-pdf/pst-pdf-example1.pdf", + "texmf-dist/doc/latex/pst-pdf/pst-pdf-example2.pdf", + "texmf-dist/doc/latex/pst-pdf/pst-pdf.pdf", + }, + ["lxfonts"] = { + "texmf-dist/doc/fonts/lxfonts/LXfonts-demo.pdf", + "texmf-dist/doc/fonts/lxfonts/manifest", + }, + ["pst-vowel"] = { + "texmf-dist/doc/latex/pst-vowel/README", + "texmf-dist/doc/latex/pst-vowel/pst-vowel.pdf", + }, + ["authoraftertitle"] = { + "texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf", + }, + ["dot2texi"] = { + "texmf-dist/doc/latex/dot2texi/README", + "texmf-dist/doc/latex/dot2texi/dot2texi.pdf", + "texmf-dist/doc/latex/dot2texi/examples/d2tpstexamples.pdf", + "texmf-dist/doc/latex/dot2texi/examples/d2ttikzexamples.pdf", + "texmf-dist/doc/latex/dot2texi/examples/docgraphs.pdf", + "texmf-dist/doc/latex/dot2texi/examples/docgraphsorig.pdf", + "texmf-dist/doc/latex/dot2texi/gpl.txt", + }, + ["bophook"] = { + "texmf-dist/doc/latex/bophook/bophook.pdf", + }, + ["arcs"] = { + "texmf-dist/doc/latex/arcs/README", + "texmf-dist/doc/latex/arcs/arcs.pdf", + }, + ["xtcapts"] = { + "texmf-dist/doc/latex/xtcapts/readme.txt", + "texmf-dist/doc/latex/xtcapts/xt_capts.pdf", + }, + ["pstricks-tutorial"] = { + "texmf-dist/doc/generic/pstricks-tutorial/chap1-figures.pdf", + "texmf-dist/doc/generic/pstricks-tutorial/chap1.pdf", + "texmf-dist/doc/generic/pstricks-tutorial/chap2-figures.pdf", + "texmf-dist/doc/generic/pstricks-tutorial/chap2.pdf", + "texmf-dist/doc/generic/pstricks-tutorial/chap3-figures.pdf", + "texmf-dist/doc/generic/pstricks-tutorial/chap3.pdf", + "texmf-dist/doc/generic/pstricks-tutorial/chap4-figures.pdf", + "texmf-dist/doc/generic/pstricks-tutorial/chap4.pdf", + "texmf-dist/doc/generic/pstricks-tutorial/chap5-figures.pdf", + "texmf-dist/doc/generic/pstricks-tutorial/chap5.pdf", + "texmf-dist/doc/generic/pstricks-tutorial/chap6-figures.pdf", + "texmf-dist/doc/generic/pstricks-tutorial/chap6.pdf", + "texmf-dist/doc/generic/pstricks-tutorial/chap7-figures.pdf", + "texmf-dist/doc/generic/pstricks-tutorial/chap7.pdf", + }, + ["greektex"] = { + "texmf-dist/doc/latex/greektex/README", + "texmf-dist/doc/latex/greektex/greektexdoc.pdf", + }, + ["siggraph"] = { + "texmf-dist/doc/latex/siggraph/README", + }, + ["xmlplay"] = { + "texmf-dist/doc/otherformats/xmltex/xmlplay/readme", + }, + ["fixme"] = { + "texmf-dist/doc/latex/fixme/NEWS", + "texmf-dist/doc/latex/fixme/README", + "texmf-dist/doc/latex/fixme/THANKS", + "texmf-dist/doc/latex/fixme/fixme.pdf", + }, + ["afm2pl"] = { + "texmf/doc/man/man1/afm2pl.man1.pdf", + }, + ["texlive-zh-cn"] = { + "texmf/doc/texlive/texlive-zh-cn/Makefile", + "texmf/doc/texlive/texlive-zh-cn/texlive-zh-cn.pdf", + }, + ["courier-scaled"] = { + "texmf-dist/doc/latex/courier-scaled/Couriers.pdf", + "texmf-dist/doc/latex/courier-scaled/README", + }, + ["eskdx"] = { + "texmf-dist/doc/latex/eskdx/ChangeLog", + "texmf-dist/doc/latex/eskdx/FAQ", + "texmf-dist/doc/latex/eskdx/INSTALL", + "texmf-dist/doc/latex/eskdx/Makefile", + "texmf-dist/doc/latex/eskdx/NEWS", + "texmf-dist/doc/latex/eskdx/README", + "texmf-dist/doc/latex/eskdx/manifest.txt", + "texmf-dist/doc/latex/eskdx/manual/Makefile", + "texmf-dist/doc/latex/eskdx/manual/eskdx.pdf", + "texmf-dist/doc/latex/eskdx/manual/latex2html-init", + "texmf-dist/doc/latex/eskdx/source/Makefile", + "texmf-dist/doc/latex/eskdx/test/Makefile", + }, + ["marvosym"] = { + "texmf-dist/doc/fonts/marvosym/LICENSE", + "texmf-dist/doc/fonts/marvosym/PROBLEMS", + "texmf-dist/doc/fonts/marvosym/README", + "texmf-dist/doc/fonts/marvosym/mac/docs/textures", + "texmf-dist/doc/fonts/marvosym/mac/oztex/configs/addmarvo", + "texmf-dist/doc/fonts/marvosym/mac/oztex/ps-files/readme.txt", + "texmf-dist/doc/fonts/marvosym/mac/readme.txt", + "texmf-dist/doc/fonts/marvosym/marvodoc.pdf", + "texmf-dist/doc/fonts/marvosym/vtex/install.txt", + }, + ["dlfltxb"] = { + "texmf-dist/doc/latex/dlfltxb/README", + "texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.pdf", + "texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.pdf", + "texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup.pdf", + "texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.pdf", + "texmf-dist/doc/latex/dlfltxb/dlfltxbtocconfig.pdf", + }, + ["texlive-pl"] = { + "texmf/doc/texlive/texlive-pl/Makefile", + "texmf/doc/texlive/texlive-pl/texlive-pl.html", + "texmf/doc/texlive/texlive-pl/texlive-pl.pdf", + }, + ["texlive-it"] = { + "texmf/doc/texlive/texlive-it/Makefile", + "texmf/doc/texlive/texlive-it/texlive-it.html", + "texmf/doc/texlive/texlive-it/texlive-it.pdf", + }, + ["texlive-docindex"] = { + "doc.html", + }, + ["texlive-de"] = { + "texmf/doc/texlive/texlive-de/Makefile", + "texmf/doc/texlive/texlive-de/texlive-de.html", + "texmf/doc/texlive/texlive-de/texlive-de.pdf", + }, + ["preview"] = { + "texmf-dist/doc/latex/preview/README", + "texmf-dist/doc/latex/preview/preview.pdf", + }, + ["histogr"] = { + "texmf-dist/doc/latex/histogr/histogr.pdf", + }, + ["bibtopicprefix"] = { + "texmf-dist/doc/latex/bibtopicprefix/README", + "texmf-dist/doc/latex/bibtopicprefix/bibtopicprefix.pdf", + }, + ["allrunes"] = { + "texmf-dist/doc/fonts/allrunes/README", + "texmf-dist/doc/fonts/allrunes/allrunes.pdf", + "texmf-dist/doc/fonts/allrunes/allrunes.ps", + "texmf-dist/doc/fonts/allrunes/ar_demo.pdf", + }, + ["epspdf"] = { + "texmf-dist/doc/support/epspdf/COPYING", + "texmf-dist/doc/support/epspdf/Changelog", + "texmf-dist/doc/support/epspdf/README", + "texmf-dist/doc/support/epspdf/epspdf.pdf", + "texmf-dist/doc/support/epspdf/index.html", + }, + ["greekdates"] = { + "texmf-dist/doc/latex/greekdates/README", + "texmf-dist/doc/latex/greekdates/greekdates.pdf", + }, + ["blockdraw_mp"] = { + "texmf-dist/doc/metapost/blockdraw_mp/README", + "texmf-dist/doc/metapost/blockdraw_mp/blockdraw_mp.pdf", + "texmf-dist/doc/metapost/blockdraw_mp/bonddemo.pdf", + "texmf-dist/doc/metapost/blockdraw_mp/cascadedemo.pdf", + }, + ["isorot"] = { + "texmf-dist/doc/latex/isorot/README", + "texmf-dist/doc/latex/isorot/rotman.pdf", + }, + ["robustindex"] = { + "texmf-dist/doc/latex/robustindex/README", + "texmf-dist/doc/latex/robustindex/robustindex.html", + "texmf-dist/doc/latex/robustindex/robustsample.pdf", + }, + ["dvipdfmx"] = { + "texmf/doc/man/man1/extractbb.man1.pdf", + }, + ["bigfoot"] = { + "texmf-dist/doc/latex/bigfoot/README", + "texmf-dist/doc/latex/bigfoot/bigfoot.pdf", + "texmf-dist/doc/latex/bigfoot/perpage.pdf", + "texmf-dist/doc/latex/bigfoot/suffix.pdf", + }, + ["tcdialog"] = { + "texmf/doc/man/man1/tcdialog.man1.pdf", + }, + ["enctex"] = { + "texmf-dist/doc/generic/enctex/COPYING", + "texmf-dist/doc/generic/enctex/INSTALL", + "texmf-dist/doc/generic/enctex/README", + "texmf-dist/doc/generic/enctex/changes.txt", + "texmf-dist/doc/generic/enctex/encdoc-e.pdf", + "texmf-dist/doc/generic/enctex/encdoc.pdf", + }, + ["texdirflatten"] = { + "texmf/doc/man/man1/texdirflatten.man1.pdf", + }, + ["context-chromato"] = { + "texmf-dist/doc/context/third/chromato/chromato-demo.pdf", + "texmf-dist/doc/context/third/chromato/chromato-doc.pdf", + }, + ["lshort-dutch"] = { + "texmf-dist/doc/latex/lshort-dutch/LEESMIJ", + "texmf-dist/doc/latex/lshort-dutch/README", + "texmf-dist/doc/latex/lshort-dutch/WIJZIGINGEN", + "texmf-dist/doc/latex/lshort-dutch/lshort-nl-1.3.pdf", + }, + ["asyfig"] = { + "texmf-dist/doc/latex/asyfig/README", + "texmf-dist/doc/latex/asyfig/asyfig.pdf", + }, + ["cjk"] = { + "texmf-dist/doc/latex/cjk/ChangeLog", + "texmf-dist/doc/latex/cjk/MANIFEST", + "texmf-dist/doc/latex/cjk/Makefile", + "texmf-dist/doc/latex/cjk/README", + "texmf-dist/doc/latex/cjk/TODO", + "texmf-dist/doc/latex/cjk/doc/CEF.txt", + "texmf-dist/doc/latex/cjk/doc/CJK.txt", + "texmf-dist/doc/latex/cjk/doc/CJKnumb.txt", + "texmf-dist/doc/latex/cjk/doc/CJKspace.txt", + "texmf-dist/doc/latex/cjk/doc/CJKutf8.txt", + "texmf-dist/doc/latex/cjk/doc/COPYING", + "texmf-dist/doc/latex/cjk/doc/INSTALL", + "texmf-dist/doc/latex/cjk/doc/TDS.txt", + "texmf-dist/doc/latex/cjk/doc/chinese/README", + "texmf-dist/doc/latex/cjk/doc/chinese/emTeXb5.txt", + "texmf-dist/doc/latex/cjk/doc/chinese/teTeXb5.txt", + "texmf-dist/doc/latex/cjk/doc/cjk-enc.txt", + "texmf-dist/doc/latex/cjk/doc/cjk/README", + "texmf-dist/doc/latex/cjk/doc/commands.txt", + "texmf-dist/doc/latex/cjk/doc/dvidrv.txt", + "texmf-dist/doc/latex/cjk/doc/fdxfiles.txt", + "texmf-dist/doc/latex/cjk/doc/fonts.txt", + "texmf-dist/doc/latex/cjk/doc/hbf2gf.txt", + "texmf-dist/doc/latex/cjk/doc/history.txt", + "texmf-dist/doc/latex/cjk/doc/japanese/README", + "texmf-dist/doc/latex/cjk/doc/japanese/ascii.txt", + "texmf-dist/doc/latex/cjk/doc/japanese/japanese.txt", + "texmf-dist/doc/latex/cjk/doc/japanese/jp-fonts.txt", + "texmf-dist/doc/latex/cjk/doc/japanese/jp-tex.txt", + "texmf-dist/doc/latex/cjk/doc/japanese/preview.txt", + "texmf-dist/doc/latex/cjk/doc/japanese/shibuaki.txt", + "texmf-dist/doc/latex/cjk/doc/pdf/READMEb5.pdf", + "texmf-dist/doc/latex/cjk/doc/pdf/READMEgb.pdf", + "texmf-dist/doc/latex/cjk/doc/pdfhowto/HOWTO.txt", + "texmf-dist/doc/latex/cjk/doc/pinyin.txt", + "texmf-dist/doc/latex/cjk/doc/pyhyphen.txt", + "texmf-dist/doc/latex/cjk/doc/reftex.txt", + "texmf-dist/doc/latex/cjk/doc/ruby.txt", + "texmf-dist/doc/latex/cjk/doc/thaifont.txt", + "texmf-dist/doc/latex/cjk/doc/vertical.txt", + "texmf-dist/doc/latex/cjk/doc/xCJK.txt", + "texmf-dist/doc/latex/cjk/examples/README", + "texmf-dist/doc/latex/cjk/examples/pdf/Big5.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/Big5vert.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/CEF_test.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/CJKbabel.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/CJKfntef.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/CJKmixed.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/CJKspace.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/CJKutf8.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/GB.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/JIS.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/KS.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/SJIS.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/UTF8.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/muletest.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/py_test.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/pytest.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/rubytest.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/thai.pdf", + "texmf-dist/doc/latex/cjk/examples/pdf/xCJK.pdf", + }, + ["garrigues"] = { + "texmf-dist/doc/metapost/garrigues/README", + "texmf-dist/doc/metapost/garrigues/article.txt", + }, + ["directory"] = { + "texmf-dist/doc/latex/directory/README", + "texmf-dist/doc/latex/directory/directory.pdf", + }, + ["ametsoc"] = { + "texmf-dist/doc/latex/ametsoc/AMS_References.pdf", + "texmf-dist/doc/latex/ametsoc/README", + "texmf-dist/doc/latex/ametsoc/amspaper.pdf", + "texmf-dist/doc/latex/ametsoc/amspaper2col.pdf", + "texmf-dist/doc/latex/ametsoc/blank_template.pdf", + }, + ["varsfromjobname"] = { + "texmf-dist/doc/latex/varsfromjobname/README", + "texmf-dist/doc/latex/varsfromjobname/varsfromjobname.pdf", + }, + ["gridset"] = { + "texmf-dist/doc/latex/gridset/gridset.pdf", + }, + ["bytefield"] = { + "texmf-dist/doc/latex/bytefield/README", + "texmf-dist/doc/latex/bytefield/bytefield.pdf", + "texmf-dist/doc/latex/bytefield/example.pdf", + }, + ["eco"] = { + "texmf-dist/doc/fonts/eco/CHANGES", + "texmf-dist/doc/fonts/eco/COPYING", + "texmf-dist/doc/fonts/eco/INSTALL", + "texmf-dist/doc/fonts/eco/README", + "texmf-dist/doc/fonts/eco/VERSION", + }, + ["texware"] = { + "texmf/doc/man/man1/dvitype.man1.pdf", + "texmf/doc/man/man1/pooltype.man1.pdf", + }, + ["mongolian-babel"] = { + "texmf-dist/doc/latex/mongolian-babel/README", + "texmf-dist/doc/latex/mongolian-babel/mongolian.pdf", + }, + ["ecc"] = { + "texmf-dist/doc/fonts/ecc/copyrite", + "texmf-dist/doc/fonts/ecc/liesmich", + "texmf-dist/doc/fonts/ecc/readme", + }, + ["subeqn"] = { + "texmf-dist/doc/latex/subeqn/manifest.txt", + "texmf-dist/doc/latex/subeqn/subeqn.pdf", + }, + ["fontwrap"] = { + "texmf-dist/doc/xelatex/fontwrap/README", + "texmf-dist/doc/xelatex/fontwrap/fontwrap.pdf", + "texmf-dist/doc/xelatex/fontwrap/fontwrap_example.pdf", + }, + ["euenc"] = { + "texmf-dist/doc/latex/euenc/README", + "texmf-dist/doc/latex/euenc/euenc.pdf", + }, + ["sfg"] = { + "texmf-dist/doc/latex/sfg/Changes", + "texmf-dist/doc/latex/sfg/README", + }, + ["isodoc"] = { + "texmf-dist/doc/latex/isodoc/README", + "texmf-dist/doc/latex/isodoc/inst", + "texmf-dist/doc/latex/isodoc/isodoc.pdf", + "texmf-dist/doc/latex/isodoc/listkeys", + "texmf-dist/doc/latex/isodoc/typo", + }, + ["grfpaste"] = { + "texmf-dist/doc/latex/grfpaste/dvipaste.txt", + "texmf-dist/doc/latex/grfpaste/grfp1.dvi", + "texmf-dist/doc/latex/grfpaste/grfp2.dvi", + "texmf-dist/doc/latex/grfpaste/grfp3.dvi", + }, + ["texcount"] = { + "texmf-dist/doc/support/texcount/QuickReference.pdf", + "texmf-dist/doc/support/texcount/README", + "texmf-dist/doc/support/texcount/TeXcount.pdf", + }, + ["natbib"] = { + "texmf-dist/doc/latex/natbib/natbib.pdf", + "texmf-dist/doc/latex/natbib/natnotes.pdf", + }, + ["stdclsdv"] = { + "texmf-dist/doc/latex/stdclsdv/README", + "texmf-dist/doc/latex/stdclsdv/stdclsdv.pdf", + }, + ["context-games"] = { + "texmf-dist/doc/context/third/games/README", + "texmf-dist/doc/context/third/games/games-doc.pdf", + }, + ["tapir"] = { + "texmf-dist/doc/latex/tapir/readme", + "texmf-dist/doc/latex/tapir/readme.pdf", + }, + ["trsym"] = { + "texmf-dist/doc/latex/trsym/README", + "texmf-dist/doc/latex/trsym/manifest.txt", + }, + ["umich-thesis"] = { + "texmf-dist/doc/latex/umich-thesis/README", + }, + ["texconfig"] = { + "texmf/doc/man/man1/texconfig-sys.man1.pdf", + "texmf/doc/man/man1/texconfig.man1.pdf", + }, + ["texbytopic"] = { + "texmf-dist/doc/plain/texbytopic/README", + "texmf-dist/doc/plain/texbytopic/TeXbyTopic.pdf", + }, + ["revtex4"] = { + "texmf-dist/doc/latex/revtex4/DOWNLOAD", + "texmf-dist/doc/latex/revtex4/README", + "texmf-dist/doc/latex/revtex4/ltxdocext.pdf", + "texmf-dist/doc/latex/revtex4/ltxgrid.pdf", + "texmf-dist/doc/latex/revtex4/ltxutil.pdf", + "texmf-dist/doc/latex/revtex4/revtex4.pdf", + }, + ["zed-csp"] = { + "texmf-dist/doc/latex/zed-csp/csp2e.dvi", + "texmf-dist/doc/latex/zed-csp/zed2e.dvi", + }, + ["autoarea"] = { + "texmf-dist/doc/latex/autoarea/ANNOUNCE.txt", + "texmf-dist/doc/latex/autoarea/autodemo/autodemo+.pdf", + "texmf-dist/doc/latex/autoarea/autodemo/autodemo-.pdf", + }, + ["plnfss"] = { + "texmf-dist/doc/plain/plnfss/LPPL.txt", + "texmf-dist/doc/plain/plnfss/plnfss.txt", + }, + ["listings-ext"] = { + "texmf-dist/doc/latex/listings-ext/README", + "texmf-dist/doc/latex/listings-ext/THIS_IS_VERSION_v48", + "texmf-dist/doc/latex/listings-ext/listings-ext.pdf", + }, + ["endheads"] = { + "texmf-dist/doc/latex/endheads/README", + "texmf-dist/doc/latex/endheads/endheads.pdf", + }, + ["tex-refs"] = { + "texmf-dist/doc/generic/tex-refs/README", + "texmf-dist/doc/generic/tex-refs/tex-refs.html", + }, + ["tex-label"] = { + "texmf-dist/doc/latex/tex-label/README", + "texmf-dist/doc/latex/tex-label/tex-label-demo.pdf", + "texmf-dist/doc/latex/tex-label/tex-label-doc.pdf", + }, + ["tex-gyre"] = { + "texmf-dist/doc/fonts/tex-gyre/GUST-FONT-LICENSE.txt", + "texmf-dist/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Adventor.txt", + "texmf-dist/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Bonum.txt", + "texmf-dist/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Chorus.txt", + "texmf-dist/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Cursor.txt", + "texmf-dist/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Heros.txt", + "texmf-dist/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Pagella.txt", + "texmf-dist/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Schola.txt", + "texmf-dist/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Termes.txt", + "texmf-dist/doc/fonts/tex-gyre/README-TeX-Gyre-Adventor.txt", + "texmf-dist/doc/fonts/tex-gyre/README-TeX-Gyre-Bonum.txt", + "texmf-dist/doc/fonts/tex-gyre/README-TeX-Gyre-Chorus.txt", + "texmf-dist/doc/fonts/tex-gyre/README-TeX-Gyre-Cursor.txt", + "texmf-dist/doc/fonts/tex-gyre/README-TeX-Gyre-Heros.txt", + "texmf-dist/doc/fonts/tex-gyre/README-TeX-Gyre-Pagella.txt", + "texmf-dist/doc/fonts/tex-gyre/README-TeX-Gyre-Schola.txt", + "texmf-dist/doc/fonts/tex-gyre/README-TeX-Gyre-Termes.txt", + "texmf-dist/doc/fonts/tex-gyre/qag-hist.txt", + "texmf-dist/doc/fonts/tex-gyre/qag-info.pdf", + "texmf-dist/doc/fonts/tex-gyre/qag-test.pdf", + "texmf-dist/doc/fonts/tex-gyre/qbk-hist.txt", + "texmf-dist/doc/fonts/tex-gyre/qbk-info.pdf", + "texmf-dist/doc/fonts/tex-gyre/qbk-test.pdf", + "texmf-dist/doc/fonts/tex-gyre/qcr-hist.txt", + "texmf-dist/doc/fonts/tex-gyre/qcr-info.pdf", + "texmf-dist/doc/fonts/tex-gyre/qcr-test.pdf", + "texmf-dist/doc/fonts/tex-gyre/qcs-hist.txt", + "texmf-dist/doc/fonts/tex-gyre/qcs-info.pdf", + "texmf-dist/doc/fonts/tex-gyre/qcs-test.pdf", + "texmf-dist/doc/fonts/tex-gyre/qhv-hist.txt", + "texmf-dist/doc/fonts/tex-gyre/qhv-info.pdf", + "texmf-dist/doc/fonts/tex-gyre/qhv-test.pdf", + "texmf-dist/doc/fonts/tex-gyre/qpl-hist.txt", + "texmf-dist/doc/fonts/tex-gyre/qpl-info.pdf", + "texmf-dist/doc/fonts/tex-gyre/qpl-test.pdf", + "texmf-dist/doc/fonts/tex-gyre/qtm-hist.txt", + "texmf-dist/doc/fonts/tex-gyre/qtm-info.pdf", + "texmf-dist/doc/fonts/tex-gyre/qtm-test.pdf", + "texmf-dist/doc/fonts/tex-gyre/qzc-hist.txt", + "texmf-dist/doc/fonts/tex-gyre/qzc-info.pdf", + "texmf-dist/doc/fonts/tex-gyre/qzc-test.pdf", + }, + ["inversepath"] = { + "texmf-dist/doc/latex/inversepath/README", + "texmf-dist/doc/latex/inversepath/inversepath.pdf", + }, + ["tex-ewd"] = { + "texmf-dist/doc/generic/tex-ewd/README", + "texmf-dist/doc/generic/tex-ewd/bsdlic.txt", + }, + ["pdfscreen"] = { + "texmf-dist/doc/latex/pdfscreen/logo.pdf", + "texmf-dist/doc/latex/pdfscreen/manual-print.pdf", + "texmf-dist/doc/latex/pdfscreen/manual-screen.pdf", + "texmf-dist/doc/latex/pdfscreen/nopanel.pdf", + "texmf-dist/doc/latex/pdfscreen/portrait.pdf", + "texmf-dist/doc/latex/pdfscreen/print.pdf", + "texmf-dist/doc/latex/pdfscreen/slide.pdf", + "texmf-dist/doc/latex/pdfscreen/square.pdf", + "texmf-dist/doc/latex/pdfscreen/widepanel.pdf", + }, + ["abc"] = { + "texmf-dist/doc/latex/abc/README", + "texmf-dist/doc/latex/abc/abc.pdf", + }, + ["mathabx"] = { + "texmf-dist/doc/fonts/mathabx/README", + "texmf-dist/doc/fonts/mathabx/mathtest.pdf", + }, + ["tex"] = { + "texmf/doc/man/man1/tex.man1.pdf", + }, + ["teubner"] = { + "texmf-dist/doc/latex/teubner/README", + "texmf-dist/doc/latex/teubner/teubner-doc.pdf", + }, + ["nfssext-cfr"] = { + "texmf-dist/doc/latex/nfssext-cfr/README", + }, + ["mpattern"] = { + "texmf-dist/doc/metapost/mpattern/README", + "texmf-dist/doc/metapost/mpattern/mpattern_test.pdf", + }, + ["type1fonts"] = { + "texmf-dist/doc/fonts/Type1fonts/README", + "texmf-dist/doc/fonts/Type1fonts/fontinstallationguide.pdf", + }, + ["lshort-portuguese"] = { + "texmf-dist/doc/latex/lshort-portuguese/ptlshort.pdf", + }, + ["js-misc"] = { + "texmf-dist/doc/plain/js-misc/History", + "texmf-dist/doc/plain/js-misc/INSTALL", + "texmf-dist/doc/plain/js-misc/Imakefile", + "texmf-dist/doc/plain/js-misc/License", + "texmf-dist/doc/plain/js-misc/Makefile", + "texmf-dist/doc/plain/js-misc/README", + "texmf-dist/doc/plain/js-misc/TODO", + }, + ["mmap"] = { + "texmf-dist/doc/latex/mmap/README", + }, + ["index"] = { + "texmf-dist/doc/latex/index/README", + "texmf-dist/doc/latex/index/TODO", + "texmf-dist/doc/latex/index/index.pdf", + }, + ["manuscript"] = { + "texmf-dist/doc/latex/manuscript/README", + }, + ["tetex"] = { + "texmf/doc/man/man1/allcm.man1.pdf", + "texmf/doc/man/man1/allec.man1.pdf", + "texmf/doc/man/man1/allneeded.man1.pdf", + "texmf/doc/man/man1/dvi2fax.man1.pdf", + "texmf/doc/man/man1/dvired.man1.pdf", + "texmf/doc/man/man1/fmtutil-sys.man1.pdf", + "texmf/doc/man/man1/fmtutil.man1.pdf", + "texmf/doc/man/man1/texlinks.man1.pdf", + "texmf/doc/man/man1/updmap-sys.man1.pdf", + "texmf/doc/man/man1/updmap.man1.pdf", + "texmf/doc/man/man5/fmtutil.cnf.man5.pdf", + "texmf/doc/man/man5/updmap.cfg.man5.pdf", + "texmf/doc/tetex/TETEXDOC.pdf", + "texmf/doc/tetex/teTeX-FAQ", + }, + ["termlist"] = { + "texmf-dist/doc/latex/termlist/README", + "texmf-dist/doc/latex/termlist/termlist.pdf", + }, + ["termcal"] = { + "texmf-dist/doc/latex/termcal/Contents", + "texmf-dist/doc/latex/termcal/termcal.pdf", + }, + ["lshort-french"] = { + "texmf-dist/doc/latex/lshort-french/README", + "texmf-dist/doc/latex/lshort-french/historique", + "texmf-dist/doc/latex/lshort-french/lshort-fr.pdf", + }, + ["eemeir"] = { + "texmf-dist/doc/latex/eemeir/README", + "texmf-dist/doc/latex/eemeir/eemeir.pdf", + }, + ["templates-fenn"] = { + "texmf-dist/doc/latex/templates-fenn/templates-fenn-de.txt", + "texmf-dist/doc/latex/templates-fenn/templates-fenn-en.txt", + }, + ["ted"] = { + "texmf-dist/doc/latex/ted/README", + "texmf-dist/doc/latex/ted/ted-fr.pdf", + "texmf-dist/doc/latex/ted/ted.pdf", + }, + ["chbibref"] = { + "texmf-dist/doc/latex/chbibref/chbibref.pdf", + }, + ["cryst"] = { + "texmf-dist/doc/latex/cryst/README", + "texmf-dist/doc/latex/cryst/cryst1.pdf", + }, + ["makeglos"] = { + "texmf-dist/doc/latex/makeglos/README", + "texmf-dist/doc/latex/makeglos/makeglos.pdf", + }, + ["cdpbundl"] = { + "texmf-dist/doc/latex/cdpbundl/00readme.txt", + "texmf-dist/doc/latex/cdpbundl/README", + "texmf-dist/doc/latex/cdpbundl/manifest.txt", + "texmf-dist/doc/latex/cdpbundl/overview.pdf", + }, + ["psfrag-italian"] = { + "texmf-dist/doc/latex/psfrag-italian/itpfgguide.pdf", + }, + ["lineno"] = { + "texmf-dist/doc/latex/lineno/CHANGES.txt", + "texmf-dist/doc/latex/lineno/COPYING.txt", + "texmf-dist/doc/latex/lineno/README.txt", + "texmf-dist/doc/latex/lineno/lineno.pdf", + "texmf-dist/doc/latex/lineno/lnosuppl.pdf", + "texmf-dist/doc/latex/lineno/ulineno.pdf", + }, + ["tds"] = { + "texmf-dist/doc/generic/tds/ChangeLog", + "texmf-dist/doc/generic/tds/Makefile", + "texmf-dist/doc/generic/tds/README", + "texmf-dist/doc/generic/tds/index.html", + "texmf-dist/doc/generic/tds/tds.dvi", + "texmf-dist/doc/generic/tds/tds.html", + "texmf-dist/doc/generic/tds/tds.pdf", + }, + ["tdclock"] = { + "texmf-dist/doc/latex/tdclock/README", + "texmf-dist/doc/latex/tdclock/tdclock-beamer-example.pdf", + "texmf-dist/doc/latex/tdclock/tdclock-doc.pdf", + }, + ["extarrows"] = { + "texmf-dist/doc/latex/extarrows/README", + "texmf-dist/doc/latex/extarrows/extarrows-test.pdf", + }, + ["kixfont"] = { + "texmf-dist/doc/fonts/kixfont/kixtable.pdf", + }, + ["trfsigns"] = { + "texmf-dist/doc/latex/trfsigns/COPYING", + "texmf-dist/doc/latex/trfsigns/README", + "texmf-dist/doc/latex/trfsigns/trfsigns.pdf", + }, + ["urlbst"] = { + "texmf-dist/doc/latex/urlbst/README", + "texmf-dist/doc/latex/urlbst/VERSION", + "texmf-dist/doc/latex/urlbst/urlbst", + "texmf-dist/doc/latex/urlbst/urlbst.html", + "texmf-dist/doc/latex/urlbst/urlbst.pdf", + }, + ["datatool"] = { + "texmf-dist/doc/latex/datatool/CHANGES", + "texmf-dist/doc/latex/datatool/README", + "texmf-dist/doc/latex/datatool/datatool.pdf", + }, + ["caption"] = { + "texmf-dist/doc/latex/caption/README", + "texmf-dist/doc/latex/caption/caption-deu.pdf", + "texmf-dist/doc/latex/caption/caption-eng.pdf", + "texmf-dist/doc/latex/caption/caption-rus.pdf", + "texmf-dist/doc/latex/caption/caption.pdf", + "texmf-dist/doc/latex/caption/caption2.pdf", + "texmf-dist/doc/latex/caption/ltcaption.pdf", + "texmf-dist/doc/latex/caption/subcaption.pdf", + }, + ["l2tabu-spanish"] = { + "texmf-dist/doc/latex/l2tabu-spanish/README", + "texmf-dist/doc/latex/l2tabu-spanish/l2tabues.pdf", + }, + ["ctable"] = { + "texmf-dist/doc/latex/ctable/01a", + "texmf-dist/doc/latex/ctable/01b", + "texmf-dist/doc/latex/ctable/02k", + "texmf-dist/doc/latex/ctable/02l", + "texmf-dist/doc/latex/ctable/02m", + "texmf-dist/doc/latex/ctable/03a", + "texmf-dist/doc/latex/ctable/03b", + "texmf-dist/doc/latex/ctable/04a", + "texmf-dist/doc/latex/ctable/04b", + "texmf-dist/doc/latex/ctable/05a", + "texmf-dist/doc/latex/ctable/05b", + "texmf-dist/doc/latex/ctable/06a", + "texmf-dist/doc/latex/ctable/06b", + "texmf-dist/doc/latex/ctable/07a", + "texmf-dist/doc/latex/ctable/07b", + "texmf-dist/doc/latex/ctable/08a", + "texmf-dist/doc/latex/ctable/08b", + "texmf-dist/doc/latex/ctable/09b", + "texmf-dist/doc/latex/ctable/10a", + "texmf-dist/doc/latex/ctable/10b", + "texmf-dist/doc/latex/ctable/11k", + "texmf-dist/doc/latex/ctable/11l", + "texmf-dist/doc/latex/ctable/11m", + "texmf-dist/doc/latex/ctable/12a", + "texmf-dist/doc/latex/ctable/12b", + "texmf-dist/doc/latex/ctable/13a", + "texmf-dist/doc/latex/ctable/13b", + "texmf-dist/doc/latex/ctable/13c", + "texmf-dist/doc/latex/ctable/README", + "texmf-dist/doc/latex/ctable/ctable.pdf", + "texmf-dist/doc/latex/ctable/doit", + }, + ["lcg"] = { + "texmf-dist/doc/latex/lcg/lcg.pdf", + }, + ["tabulary"] = { + "texmf-dist/doc/latex/tabulary/README", + "texmf-dist/doc/latex/tabulary/tabulary.pdf", + }, + ["outliner"] = { + "texmf-dist/doc/latex/outliner/outline_test.dvi", + }, + ["tabularew"] = { + "texmf-dist/doc/latex/tabularew/README", + "texmf-dist/doc/latex/tabularew/tabularew.pdf", + }, + ["mkgrkindex"] = { + "texmf-dist/doc/support/mkgrkindex/mkgrkindex.pdf", + }, + ["sciposter"] = { + "texmf-dist/doc/latex/sciposter/README", + "texmf-dist/doc/latex/sciposter/sciposterexample/blocks1.pdf", + "texmf-dist/doc/latex/sciposter/sciposterexample/blocks1a.pdf", + "texmf-dist/doc/latex/sciposter/sciposterexample/blocks1mx.pdf", + "texmf-dist/doc/latex/sciposter/sciposterexample/blocks1vx.pdf", + "texmf-dist/doc/latex/sciposter/sciposterexample/blocks2.pdf", + "texmf-dist/doc/latex/sciposter/sciposterexample/blocks2mx.pdf", + "texmf-dist/doc/latex/sciposter/sciposterexample/blocks3.pdf", + "texmf-dist/doc/latex/sciposter/sciposterexample/blocks3mx.pdf", + "texmf-dist/doc/latex/sciposter/sciposterexample/blocks3op.pdf", + "texmf-dist/doc/latex/sciposter/sciposterexample/blocks3rec.pdf", + "texmf-dist/doc/latex/sciposter/sciposterexample/blocks3vx.pdf", + "texmf-dist/doc/latex/sciposter/sciposterexample/blocksopen3a.pdf", + "texmf-dist/doc/latex/sciposter/sciposterexample/blocksopen3vx.pdf", + "texmf-dist/doc/latex/sciposter/sciposterexample/blocksopen3vy.pdf", + "texmf-dist/doc/latex/sciposter/scipostermanual.pdf", + }, + ["lshort-korean"] = { + "texmf-dist/doc/latex/lshort-korean/lshort-kr.pdf", + }, + ["l2picfaq"] = { + "texmf-dist/doc/latex/l2picfaq/README", + "texmf-dist/doc/latex/l2picfaq/ctanlion.pdf", + "texmf-dist/doc/latex/l2picfaq/l2picfaq.pdf", + }, + ["scalebar"] = { + "texmf-dist/doc/latex/scalebar/README", + "texmf-dist/doc/latex/scalebar/scalebar_examples.pdf", + }, + ["libertine"] = { + "texmf-dist/doc/fonts/libertine/GPL.txt", + "texmf-dist/doc/fonts/libertine/LICENCE.txt", + "texmf-dist/doc/fonts/libertine/OFL.txt", + "texmf-dist/doc/fonts/libertine/Readme.txt", + "texmf-dist/doc/fonts/libertine/version", + }, + ["paralist"] = { + "texmf-dist/doc/latex/paralist/README", + "texmf-dist/doc/latex/paralist/paralist.pdf", + }, + ["tablor"] = { + "texmf-dist/doc/latex/tablor/README", + "texmf-dist/doc/latex/tablor/README-fr.txt", + "texmf-dist/doc/latex/tablor/tablor.html", + "texmf-dist/doc/latex/tablor/tablor.pdf", + }, + ["tablists"] = { + "texmf-dist/doc/latex/tablists/README", + "texmf-dist/doc/latex/tablists/tablists-rus.pdf", + "texmf-dist/doc/latex/tablists/tablists.pdf", + }, + ["tableaux"] = { + "texmf-dist/doc/latex/tableaux/exemples.pdf", + "texmf-dist/doc/latex/tableaux/tableau.pdf", + }, + ["t2"] = { + "texmf-dist/doc/generic/t2/Makefile", + "texmf-dist/doc/generic/t2/README", + "texmf-dist/doc/generic/t2/amscyr.txt", + "texmf-dist/doc/generic/t2/broken1.txt", + "texmf-dist/doc/generic/t2/broken2.txt", + "texmf-dist/doc/generic/t2/cyrcset7.txt", + "texmf-dist/doc/generic/t2/cyrcset8.txt", + "texmf-dist/doc/generic/t2/etc/rubibtex/README", + "texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex", + "texmf-dist/doc/generic/t2/etc/ruinpenc", + "texmf-dist/doc/generic/t2/etc/rumkidx/README", + "texmf-dist/doc/generic/t2/etc/rumkidx/rumakeindex", + "texmf-dist/doc/generic/t2/mtcyr.txt", + "texmf-dist/doc/generic/t2/t2cyr.txt", + "texmf-dist/doc/generic/t2/t2lat.txt", + "texmf-dist/doc/generic/t2/urwcyr.txt", + }, + ["ppower4"] = { + "texmf-dist/doc/latex/ppower4/bericht.pdf", + "texmf-dist/doc/latex/ppower4/download.html", + "texmf-dist/doc/latex/ppower4/extension.pdf", + "texmf-dist/doc/latex/ppower4/extras.html", + "texmf-dist/doc/latex/ppower4/features.html", + "texmf-dist/doc/latex/ppower4/index.html", + "texmf-dist/doc/latex/ppower4/levelo.pdf", + "texmf-dist/doc/latex/ppower4/manual.pdf", + "texmf-dist/doc/latex/ppower4/news.html", + "texmf-dist/doc/latex/ppower4/odemo.pdf", + "texmf-dist/doc/latex/ppower4/oedemo.pdf", + "texmf-dist/doc/latex/ppower4/readme.html", + "texmf-dist/doc/latex/ppower4/report.pdf", + }, + ["threeparttablex"] = { + "texmf-dist/doc/latex/threeparttablex/README", + "texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf", + }, + ["flashmovie"] = { + "texmf-dist/doc/latex/flashmovie/README", + "texmf-dist/doc/latex/flashmovie/test.pdf", + }, + ["psfrag"] = { + "texmf-dist/doc/latex/psfrag/00readme.txt", + "texmf-dist/doc/latex/psfrag/announce.txt", + "texmf-dist/doc/latex/psfrag/pfgguide.pdf", + }, + ["t1utils"] = { + "texmf/doc/man/man1/t1ascii.man1.pdf", + "texmf/doc/man/man1/t1asm.man1.pdf", + "texmf/doc/man/man1/t1binary.man1.pdf", + "texmf/doc/man/man1/t1disasm.man1.pdf", + "texmf/doc/man/man1/t1mac.man1.pdf", + "texmf/doc/man/man1/t1unmac.man1.pdf", + }, + ["pst-coil"] = { + "texmf-dist/doc/generic/pst-coil/Changes", + "texmf-dist/doc/generic/pst-coil/README", + "texmf-dist/doc/generic/pst-coil/pst-coil-doc.pdf", + }, + ["syntrace"] = { + "texmf-dist/doc/latex/syntrace/README", + "texmf-dist/doc/latex/syntrace/syntrace.pdf", + }, + ["syntax"] = { + "texmf-dist/doc/latex/syntax/README", + "texmf-dist/doc/latex/syntax/syntaxintro.pdf", + "texmf-dist/doc/latex/syntax/syntaxtest.pdf", + }, + ["wsuipa"] = { + "texmf-dist/doc/generic/wsuipa/LICENCE-wsuipa.txt", + "texmf-dist/doc/generic/wsuipa/README", + "texmf-dist/doc/generic/wsuipa/compilefonts", + "texmf-dist/doc/generic/wsuipa/ipaman.ps", + }, + ["hvindex"] = { + "texmf-dist/doc/latex/hvindex/Changes", + "texmf-dist/doc/latex/hvindex/README", + "texmf-dist/doc/latex/hvindex/hvindex.pdf", + }, + ["arabi"] = { + "texmf-dist/doc/latex/arabi/README", + "texmf-dist/doc/latex/arabi/big2.pdf", + "texmf-dist/doc/latex/arabi/fontchart_arabic.pdf", + "texmf-dist/doc/latex/arabi/fontchart_farsi.pdf", + "texmf-dist/doc/latex/arabi/lion.pdf", + "texmf-dist/doc/latex/arabi/samplebook.html", + "texmf-dist/doc/latex/arabi/samplebook.pdf", + "texmf-dist/doc/latex/arabi/test_beamer.pdf", + "texmf-dist/doc/latex/arabi/testplaintex.pdf", + "texmf-dist/doc/latex/arabi/user_guide.pdf", + }, + ["bez123"] = { + "texmf-dist/doc/latex/bez123/README", + "texmf-dist/doc/latex/bez123/bez123.pdf", + }, + ["synctex"] = { + "texmf/doc/man/man1/synctex.man1.pdf", + "texmf/doc/man/man5/synctex.man5.pdf", + }, + ["syllogism"] = { + "texmf-dist/doc/latex/syllogism/Examples.pdf", + "texmf-dist/doc/latex/syllogism/README", + "texmf-dist/doc/latex/syllogism/syllogism.pdf", + }, + ["bibhtml"] = { + "texmf-dist/doc/bibtex/bibhtml/LICENCE", + "texmf-dist/doc/bibtex/bibhtml/README", + "texmf-dist/doc/bibtex/bibhtml/bibhtml", + "texmf-dist/doc/bibtex/bibhtml/bibhtml.html", + }, + ["hitec"] = { + "texmf-dist/doc/latex/hitec/README", + "texmf-dist/doc/latex/hitec/hitec_doc.pdf", + }, + ["gchords"] = { + "texmf-dist/doc/latex/gchords/README", + "texmf-dist/doc/latex/gchords/gchords_doc.pdf", + }, + ["pst-bspline"] = { + "texmf-dist/doc/generic/pst-bspline/README", + "texmf-dist/doc/generic/pst-bspline/pst-bspline-doc.pdf", + }, + ["bussproofs"] = { + "texmf-dist/doc/latex/bussproofs/testbp2.pdf", + }, + ["savefnmark"] = { + "texmf-dist/doc/latex/savefnmark/savefnmark.pdf", + }, + ["dnaseq"] = { + "texmf-dist/doc/latex/dnaseq/README", + "texmf-dist/doc/latex/dnaseq/dnaseq.pdf", + }, + ["svn-multi"] = { + "texmf-dist/doc/latex/svn-multi/svn-multi-pl.pdf", + "texmf-dist/doc/latex/svn-multi/svn-multi.pdf", + }, + ["svgcolor"] = { + "texmf-dist/doc/latex/svgcolor/README", + }, + ["fnbreak"] = { + "texmf-dist/doc/latex/fnbreak/ChangeLog", + "texmf-dist/doc/latex/fnbreak/README", + "texmf-dist/doc/latex/fnbreak/fnbreak.pdf", + }, + ["sugconf"] = { + "texmf-dist/doc/latex/sugconf/README", + "texmf-dist/doc/latex/sugconf/SUGI-paper-example.txt", + "texmf-dist/doc/latex/sugconf/article-example.pdf", + "texmf-dist/doc/latex/sugconf/sugconf-example.pdf", + }, + ["sudokubundle"] = { + "texmf-dist/doc/latex/sudokubundle/README", + "texmf-dist/doc/latex/sudokubundle/sudokubundle.pdf", + }, + ["sudoku"] = { + "texmf-dist/doc/latex/sudoku/CHANGES", + "texmf-dist/doc/latex/sudoku/README", + "texmf-dist/doc/latex/sudoku/sudoku.pdf", + }, + ["subsupscripts"] = { + "texmf-dist/doc/latex/subsupscripts/README", + "texmf-dist/doc/latex/subsupscripts/SubSupScripts.pdf", + }, + ["lshort-persian"] = { + "texmf-dist/doc/latex/lshort-persian/README", + "texmf-dist/doc/latex/lshort-persian/lshort.pdf", + }, + ["substr"] = { + "texmf-dist/doc/latex/substr/ChangeLog", + "texmf-dist/doc/latex/substr/README", + "texmf-dist/doc/latex/substr/testsubstr.pdf", + }, + ["subfloat"] = { + "texmf-dist/doc/latex/subfloat/ChangeLog", + "texmf-dist/doc/latex/subfloat/README", + "texmf-dist/doc/latex/subfloat/subfloat.pdf", + }, + ["subfigure"] = { + "texmf-dist/doc/latex/subfigure/README", + "texmf-dist/doc/latex/subfigure/subfigure.pdf", + }, + ["pst-plot"] = { + "texmf-dist/doc/generic/pst-plot/Changes", + "texmf-dist/doc/generic/pst-plot/README", + "texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf", + }, + ["polski"] = { + "texmf-dist/doc/latex/polski/conowego.txt", + "texmf-dist/doc/latex/polski/czytaj.txt", + "texmf-dist/doc/latex/polski/readme.txt", + }, + ["subeqnarray"] = { + "texmf-dist/doc/latex/subeqnarray/manifest.txt", + "texmf-dist/doc/latex/subeqnarray/subeqnarray.pdf", + }, + ["subdepth"] = { + "texmf-dist/doc/latex/subdepth/README", + "texmf-dist/doc/latex/subdepth/subdepth.pdf", + }, + ["lshort-ukr"] = { + "texmf-dist/doc/latex/lshort-ukr/lshort-ukr.pdf", + }, + ["suanpan"] = { + "texmf-dist/doc/metapost/suanpan/README", + "texmf-dist/doc/metapost/suanpan/article.txt", + }, + ["stubs"] = { + "texmf-dist/doc/latex/stubs/COPYING", + "texmf-dist/doc/latex/stubs/README", + "texmf-dist/doc/latex/stubs/changelog.txt", + "texmf-dist/doc/latex/stubs/stubs_ex.pdf", + }, + ["sttools"] = { + "texmf-dist/doc/latex/sttools/index.html", + "texmf-dist/doc/latex/sttools/presfull.pdf", + }, + ["struktex"] = { + "texmf-dist/doc/latex/struktex/LIESMICH", + "texmf-dist/doc/latex/struktex/README", + "texmf-dist/doc/latex/struktex/struktex.de.pdf", + "texmf-dist/doc/latex/struktex/struktex.en.pdf", + }, + ["stringstrings"] = { + "texmf-dist/doc/latex/stringstrings/README", + "texmf-dist/doc/latex/stringstrings/stringstrings.pdf", + }, + ["skak"] = { + "texmf-dist/doc/latex/skak/README", + "texmf-dist/doc/latex/skak/informator.pdf", + "texmf-dist/doc/latex/skak/makefile", + "texmf-dist/doc/latex/skak/refman.pdf", + "texmf-dist/doc/latex/skak/skakdoc.pdf", + "texmf-dist/doc/latex/skak/tuggame.pdf", + }, + ["crossword"] = { + "texmf-dist/doc/latex/crossword/README", + "texmf-dist/doc/latex/crossword/cwpuzzle.pdf", + }, + ["steinmetz"] = { + "texmf-dist/doc/latex/steinmetz/README", + "texmf-dist/doc/latex/steinmetz/steinmetz.pdf", + }, + ["makecmds"] = { + "texmf-dist/doc/latex/makecmds/README", + "texmf-dist/doc/latex/makecmds/makecmds.pdf", + }, + ["stdpage"] = { + "texmf-dist/doc/latex/stdpage/README", + "texmf-dist/doc/latex/stdpage/stdpage.pdf", + }, + ["pacioli"] = { + "texmf-dist/doc/fonts/pacioli/README", + }, + ["siunits"] = { + "texmf-dist/doc/latex/SIunits/README", + "texmf-dist/doc/latex/SIunits/SIunits.pdf", + }, + ["sseq"] = { + "texmf-dist/doc/latex/sseq/sseq.pdf", + }, + ["europecv"] = { + "texmf-dist/doc/latex/europecv/europecv.pdf", + "texmf-dist/doc/latex/europecv/examples/at.pdf", + "texmf-dist/doc/latex/europecv/examples/greek-utf8.pdf", + "texmf-dist/doc/latex/europecv/examples/minimal.pdf", + "texmf-dist/doc/latex/europecv/templates/cv_template_de.pdf", + "texmf-dist/doc/latex/europecv/templates/cv_template_en.pdf", + "texmf-dist/doc/latex/europecv/templates/cv_template_it.pdf", + "texmf-dist/doc/latex/europecv/templates/cv_template_pl.pdf", + }, + ["sfheaders"] = { + "texmf-dist/doc/latex/sfheaders/README", + }, + ["pagerange"] = { + "texmf-dist/doc/latex/pagerange/README", + "texmf-dist/doc/latex/pagerange/pagerange-guide.pdf", + }, + ["mxd"] = { + "texmf-dist/doc/latex/mxd/README", + "texmf-dist/doc/latex/mxd/mxd4tex.dvi", + }, + ["comprehensive"] = { + "texmf-dist/doc/latex/comprehensive/README", + "texmf-dist/doc/latex/comprehensive/SYMLIST", + "texmf-dist/doc/latex/comprehensive/source/Makefile", + "texmf-dist/doc/latex/comprehensive/source/makefakeMnSymbol", + "texmf-dist/doc/latex/comprehensive/symbols-a4.pdf", + "texmf-dist/doc/latex/comprehensive/symbols-letter.pdf", + }, + ["alterqcm"] = { + "texmf-dist/doc/latex/alterqcm/README", + "texmf-dist/doc/latex/alterqcm/doc/AntillesESjuin2006.pdf", + "texmf-dist/doc/latex/alterqcm/doc/alea.pdf", + "texmf-dist/doc/latex/alterqcm/doc/annexe.pdf", + "texmf-dist/doc/latex/alterqcm/doc/correct.pdf", + "texmf-dist/doc/latex/alterqcm/doc/doc_aq.pdf", + "texmf-dist/doc/latex/alterqcm/doc/example_1.pdf", + "texmf-dist/doc/latex/alterqcm/doc/example_2.pdf", + "texmf-dist/doc/latex/alterqcm/doc/language.pdf", + "texmf-dist/doc/latex/alterqcm/doc/sep.pdf", + "texmf-dist/doc/latex/alterqcm/doc/transparent-final.pdf", + "texmf-dist/doc/latex/alterqcm/doc/transparent-init.pdf", + "texmf-dist/doc/latex/alterqcm/doc/verb.pdf", + }, + ["envlab"] = { + "texmf-dist/doc/latex/envlab/elguide.pdf", + "texmf-dist/doc/latex/envlab/envlab.pdf", + }, + ["smalltableof"] = { + "texmf-dist/doc/latex/smalltableof/README", + }, + ["dotseqn"] = { + "texmf-dist/doc/latex/dotseqn/dotseqn.pdf", + "texmf-dist/doc/latex/dotseqn/readme", + }, + ["splitindex"] = { + "texmf-dist/doc/latex/splitindex/README", + "texmf-dist/doc/latex/splitindex/install.txt", + "texmf-dist/doc/latex/splitindex/splitidx.pdf", + "texmf/doc/man/man1/splitindex.man1.pdf", + }, + ["export"] = { + "texmf-dist/doc/latex/export/00readme", + }, + ["cmdtrack"] = { + "texmf-dist/doc/latex/cmdtrack/cmdtrack.pdf", + }, + ["splitbib"] = { + "texmf-dist/doc/latex/splitbib/README", + "texmf-dist/doc/latex/splitbib/splitbib.pdf", + }, + ["spie"] = { + "texmf-dist/doc/latex/spie/README", + "texmf-dist/doc/latex/spie/article.pdf", + }, + ["eqparbox"] = { + "texmf-dist/doc/latex/eqparbox/README", + "texmf-dist/doc/latex/eqparbox/eqparbox.pdf", + }, + ["bpchem"] = { + "texmf-dist/doc/latex/bpchem/bpchem.pdf", + }, + ["sparklines"] = { + "texmf-dist/doc/latex/sparklines/README", + "texmf-dist/doc/latex/sparklines/sparklines.pdf", + }, + ["spanish-mx"] = { + "texmf-dist/doc/latex/spanish-mx/README", + }, + ["ctie"] = { + "texmf/doc/man/man1/ctie.man1.pdf", + }, + ["soyombo"] = { + "texmf-dist/doc/latex/soyombo/soyo4tex.dvi", + }, + ["soul"] = { + "texmf-dist/doc/latex/soul/soul.pdf", + "texmf-dist/doc/latex/soul/soul.txt", + }, + ["sort-by-letters"] = { + "texmf-dist/doc/latex/sort-by-letters/README", + }, + ["songbook"] = { + "texmf-dist/doc/latex/songbook/LesserGPL.txt", + "texmf-dist/doc/latex/songbook/README", + "texmf-dist/doc/latex/songbook/contrib/CarolBook/CarolBookOH.pdf", + "texmf-dist/doc/latex/songbook/contrib/CarolBook/CarolBookWB.pdf", + "texmf-dist/doc/latex/songbook/contrib/README", + "texmf-dist/doc/latex/songbook/contrib/crd2sb/crd2sb", + "texmf-dist/doc/latex/songbook/contrib/crd2sb/crd2sb.txt", + "texmf-dist/doc/latex/songbook/contrib/modulate", + "texmf-dist/doc/latex/songbook/install.txt", + "texmf-dist/doc/latex/songbook/mksbadx", + "texmf-dist/doc/latex/songbook/mksbkdx", + "texmf-dist/doc/latex/songbook/mksbtdx", + "texmf-dist/doc/latex/songbook/sampleAdx.pdf", + "texmf-dist/doc/latex/songbook/sampleCBK.pdf", + "texmf-dist/doc/latex/songbook/sampleCSBK.pdf", + "texmf-dist/doc/latex/songbook/sampleKdx.pdf", + "texmf-dist/doc/latex/songbook/sampleOH.pdf", + "texmf-dist/doc/latex/songbook/sampleTdx.pdf", + "texmf-dist/doc/latex/songbook/sampleToc.pdf", + "texmf-dist/doc/latex/songbook/sampleWBK.pdf", + "texmf-dist/doc/latex/songbook/songbook.pdf", + }, + ["smartref"] = { + "texmf-dist/doc/latex/smartref/readme.txt", + }, + ["listliketab"] = { + "texmf-dist/doc/latex/listliketab/README", + "texmf-dist/doc/latex/listliketab/listliketab.pdf", + }, + ["cmdstring"] = { + "texmf-dist/doc/latex/cmdstring/README", + "texmf-dist/doc/latex/cmdstring/cmdstring.pdf", + }, + ["tipa"] = { + "texmf-dist/doc/fonts/tipa/00README", + "texmf-dist/doc/fonts/tipa/Makefile", + "texmf-dist/doc/fonts/tipa/tipaman.pdf", + }, + ["slashbox"] = { + "texmf-dist/doc/latex/slashbox/slashbox.dvi", + }, + ["rsfs"] = { + "texmf-dist/doc/fonts/rsfs/README", + }, + ["slantsc"] = { + "texmf-dist/doc/latex/slantsc/README", + "texmf-dist/doc/latex/slantsc/slantsc.pdf", + }, + ["gnuplottex"] = { + "texmf-dist/doc/latex/gnuplottex/README", + "texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf", + "texmf-dist/doc/latex/gnuplottex/gpl.txt", + }, + ["docmfp"] = { + "texmf-dist/doc/latex/docmfp/README", + "texmf-dist/doc/latex/docmfp/docmfp.pdf", + }, + ["cases"] = { + "texmf-dist/doc/latex/cases/cases.pdf", + }, + ["changepage"] = { + "texmf-dist/doc/latex/changepage/README", + "texmf-dist/doc/latex/changepage/changepage.pdf", + }, + ["stmaryrd"] = { + "texmf-dist/doc/fonts/stmaryrd/README", + "texmf-dist/doc/fonts/stmaryrd/stmaryrd.dvi", + }, + ["ofs"] = { + "texmf-dist/doc/generic/ofs/changes.txt", + "texmf-dist/doc/generic/ofs/eurotex2003-ofs.pdf", + "texmf-dist/doc/generic/ofs/ofs-slt.pdf", + "texmf-dist/doc/generic/ofs/ofsdoc-e.pdf", + "texmf-dist/doc/generic/ofs/ofsdoc.pdf", + }, + ["url"] = { + "texmf-dist/doc/latex/url/url.pdf", + }, + ["ncctools"] = { + "texmf-dist/doc/latex/ncctools/README", + "texmf-dist/doc/latex/ncctools/afterpackage.pdf", + "texmf-dist/doc/latex/ncctools/changes.txt", + "texmf-dist/doc/latex/ncctools/dcounter.pdf", + "texmf-dist/doc/latex/ncctools/desclist.pdf", + "texmf-dist/doc/latex/ncctools/extdash.pdf", + "texmf-dist/doc/latex/ncctools/manifest.txt", + "texmf-dist/doc/latex/ncctools/manyfoot.pdf", + "texmf-dist/doc/latex/ncctools/mboxfill.pdf", + "texmf-dist/doc/latex/ncctools/nccbbb.pdf", + "texmf-dist/doc/latex/ncctools/nccboxes.pdf", + "texmf-dist/doc/latex/ncctools/ncccomma.pdf", + "texmf-dist/doc/latex/ncctools/ncccropbox.pdf", + "texmf-dist/doc/latex/ncctools/ncccropmark.pdf", + "texmf-dist/doc/latex/ncctools/nccfancyhdr.pdf", + "texmf-dist/doc/latex/ncctools/nccfloats.pdf", + "texmf-dist/doc/latex/ncctools/nccfoots.pdf", + "texmf-dist/doc/latex/ncctools/nccmath.pdf", + "texmf-dist/doc/latex/ncctools/nccparskip.pdf", + "texmf-dist/doc/latex/ncctools/nccpic.pdf", + "texmf-dist/doc/latex/ncctools/nccrules.pdf", + "texmf-dist/doc/latex/ncctools/nccsect.pdf", + "texmf-dist/doc/latex/ncctools/nccstretch.pdf", + "texmf-dist/doc/latex/ncctools/nccthm.pdf", + "texmf-dist/doc/latex/ncctools/ncctools.pdf", + "texmf-dist/doc/latex/ncctools/textarea.pdf", + "texmf-dist/doc/latex/ncctools/tocenter.pdf", + "texmf-dist/doc/latex/ncctools/topsection.pdf", + "texmf-dist/doc/latex/ncctools/watermark.pdf", + }, + ["simplewick"] = { + "texmf-dist/doc/latex/simplewick/README", + "texmf-dist/doc/latex/simplewick/simplewick.pdf", + }, + ["simplecv"] = { + "texmf-dist/doc/latex/simplecv/README", + "texmf-dist/doc/latex/simplecv/testcv.pdf", + }, + ["calligra"] = { + "texmf-dist/doc/latex/calligra/README", + "texmf-dist/doc/latex/calligra/testfont.pdf", + }, + ["shuffle"] = { + "texmf-dist/doc/latex/shuffle/README", + "texmf-dist/doc/latex/shuffle/shuffle.pdf", + }, + ["showlabels"] = { + "texmf-dist/doc/latex/showlabels/LICENCE", + "texmf-dist/doc/latex/showlabels/README", + "texmf-dist/doc/latex/showlabels/VERSION", + "texmf-dist/doc/latex/showlabels/showlabels.html", + "texmf-dist/doc/latex/showlabels/showlabels.pdf", + }, + ["shorttoc"] = { + "texmf-dist/doc/latex/shorttoc/00readme", + "texmf-dist/doc/latex/shorttoc/shorttoc.pdf", + }, + ["shipunov"] = { + "texmf-dist/doc/latex/shipunov/README", + "texmf-dist/doc/latex/shipunov/altverse-ex-en.pdf", + "texmf-dist/doc/latex/shipunov/altverse-ex1-ru.pdf", + "texmf-dist/doc/latex/shipunov/altverse-ex2-ru.pdf", + "texmf-dist/doc/latex/shipunov/autolist-ex-en.pdf", + "texmf-dist/doc/latex/shipunov/autolist-ex-ru.pdf", + "texmf-dist/doc/latex/shipunov/biokey-doc-en.pdf", + "texmf-dist/doc/latex/shipunov/biokey2html-doc-en.pdf", + "texmf-dist/doc/latex/shipunov/biokey2html-ex-en.html", + "texmf-dist/doc/latex/shipunov/biokey2html-ex-en1.pdf", + "texmf-dist/doc/latex/shipunov/biokey2html-ex-en2.pdf", + "texmf-dist/doc/latex/shipunov/biolist-ex-en.pdf", + "texmf-dist/doc/latex/shipunov/boldline-ex-en.pdf", + "texmf-dist/doc/latex/shipunov/cassete-ex-ru.pdf", + "texmf-dist/doc/latex/shipunov/classif2-ex-en.pdf", + "texmf-dist/doc/latex/shipunov/drcaps-ex-en.pdf", + "texmf-dist/doc/latex/shipunov/etiketka-ex-ru.pdf", + "texmf-dist/doc/latex/shipunov/etiketka-ex1-en.pdf", + "texmf-dist/doc/latex/shipunov/etiketka-ex2-en.pdf", + "texmf-dist/doc/latex/shipunov/field-form-ex1-ru.pdf", + "texmf-dist/doc/latex/shipunov/field-form-ex2-ru.pdf", + "texmf-dist/doc/latex/shipunov/flower-ex-en-x.pdf", + "texmf-dist/doc/latex/shipunov/flower-ex-en.pdf", + "texmf-dist/doc/latex/shipunov/numerus-ex-ru.pdf", + "texmf-dist/doc/latex/shipunov/punct-ex-en.pdf", + "texmf-dist/doc/latex/shipunov/review.pdf", + "texmf-dist/doc/latex/shipunov/rusnat-doc-ru.pdf", + "texmf-dist/doc/latex/shipunov/rusnat-ex1-ru.pdf", + "texmf-dist/doc/latex/shipunov/rusnat-ex2-ru.pdf", + "texmf-dist/doc/latex/shipunov/sltables-doc-en.pdf", + "texmf-dist/doc/latex/shipunov/starfn-ex-ru.pdf", + }, + ["shapepar"] = { + "texmf-dist/doc/generic/shapepar/shapepar.pdf", + }, + ["euproposal"] = { + "texmf-dist/doc/latex/euproposal/README", + "texmf-dist/doc/latex/euproposal/euproposal.pdf", + "texmf-dist/doc/latex/euproposal/propB.pdf", + }, + ["sgame"] = { + "texmf-dist/doc/latex/sgame/README", + "texmf-dist/doc/latex/sgame/sgame.pdf", + }, + ["ionumbers"] = { + "texmf-dist/doc/latex/ionumbers/COPYING", + "texmf-dist/doc/latex/ionumbers/README", + "texmf-dist/doc/latex/ionumbers/ionumbers.pdf", + "texmf-dist/doc/latex/ionumbers/ionumbers_test.pdf", + }, + ["attachfile"] = { + "texmf-dist/doc/latex/attachfile/README", + "texmf-dist/doc/latex/attachfile/attachfile.pdf", + }, + ["pst-fractal"] = { + "texmf-dist/doc/generic/pst-fractal/Changes", + "texmf-dist/doc/generic/pst-fractal/README", + "texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.pdf", + }, + ["lshort-finnish"] = { + "texmf-dist/doc/latex/lshort-finnish/README", + "texmf-dist/doc/latex/lshort-finnish/lyhyt2e.pdf", + }, + ["semioneside"] = { + "texmf-dist/doc/latex/semioneside/README", + "texmf-dist/doc/latex/semioneside/semioneside.pdf", + }, + ["pdftricks"] = { + "texmf-dist/doc/latex/pdftricks/makefile", + "texmf-dist/doc/latex/pdftricks/manual.pdf", + "texmf-dist/doc/latex/pdftricks/pst2pdf", + "texmf-dist/doc/latex/pdftricks/test.pdf", + }, + ["semaphor"] = { + "texmf-dist/doc/fonts/semaphor/README", + "texmf-dist/doc/fonts/semaphor/example.pdf", + "texmf-dist/doc/fonts/semaphor/test-context.pdf", + }, + ["makecirc"] = { + "texmf-dist/doc/metapost/makecirc/MakeCirc-en.pdf", + "texmf-dist/doc/metapost/makecirc/MakeCirc.pdf", + "texmf-dist/doc/metapost/makecirc/README", + "texmf-dist/doc/metapost/makecirc/ejemplos.pdf", + }, + ["fpl"] = { + "texmf-dist/doc/fonts/fpl/COPYING", + "texmf-dist/doc/fonts/fpl/README", + }, + ["ellipsis"] = { + "texmf-dist/doc/latex/ellipsis/README", + "texmf-dist/doc/latex/ellipsis/ellipsis.pdf", + }, + ["musixlyr"] = { + "texmf-dist/doc/latex/musixlyr/COPYING", + "texmf-dist/doc/latex/musixlyr/README", + "texmf-dist/doc/latex/musixlyr/mxlyrdoc.dvi", + }, + ["vaucanson-g"] = { + "texmf-dist/doc/generic/vaucanson-g/CHANGES", + "texmf-dist/doc/generic/vaucanson-g/README", + "texmf-dist/doc/generic/vaucanson-g/VCManual.pdf", + }, + ["stage"] = { + "texmf-dist/doc/latex/stage/README", + "texmf-dist/doc/latex/stage/stage-documentation.pdf", + }, + ["presentations"] = { + "texmf-dist/doc/latex/presentations/README", + "texmf-dist/doc/latex/presentations/images/beamer/FUlogo.pdf", + "texmf-dist/doc/latex/presentations/images/beamer/TeX.pdf", + "texmf-dist/doc/latex/presentations/images/beamer/beamer0.pdf", + "texmf-dist/doc/latex/presentations/images/beamer/beamer1.pdf", + "texmf-dist/doc/latex/presentations/images/beamer/beamer2.pdf", + "texmf-dist/doc/latex/presentations/images/beamer/beamernavsymbols.pdf", + "texmf-dist/doc/latex/presentations/images/beamer/fu-berlin-air.pdf", + "texmf-dist/doc/latex/presentations/images/beamer/fu-berlin.pdf", + "texmf-dist/doc/latex/presentations/images/beamer/zedat.pdf", + "texmf-dist/doc/latex/presentations/images/pd/fuBIB10.pdf", + "texmf-dist/doc/latex/presentations/images/pdfscreen/Tore3d.pdf", + "texmf-dist/doc/latex/presentations/images/pdfscreen/mp.pdf", + "texmf-dist/doc/latex/presentations/images/pdfscreen/pst.pdf", + }, + ["gmverb"] = { + "texmf-dist/doc/latex/gmverb/README", + "texmf-dist/doc/latex/gmverb/gmverb.pdf", + }, + ["cyrillic-bin"] = { + "texmf/doc/man/man1/rubibtex.man1.pdf", + "texmf/doc/man/man1/rumakeindex.man1.pdf", + }, + ["mailing"] = { + "texmf-dist/doc/latex/mailing/mailing.pdf", + "texmf-dist/doc/latex/mailing/manifest.txt", + }, + ["emp"] = { + "texmf-dist/doc/latex/emp/COPYING", + "texmf-dist/doc/latex/emp/README", + "texmf-dist/doc/latex/emp/emp.pdf", + "texmf-dist/doc/latex/emp/empman.pdf", + }, + ["inlinedef"] = { + "texmf-dist/doc/latex/inlinedef/README", + "texmf-dist/doc/latex/inlinedef/inlinedef.pdf", + }, + ["pdfx"] = { + "texmf-dist/doc/latex/pdfx/README", + "texmf-dist/doc/latex/pdfx/manifest.txt", + "texmf-dist/doc/latex/pdfx/pdfx.pdf", + "texmf-dist/doc/latex/pdfx/small2e.pdf", + }, + ["esint"] = { + "texmf-dist/doc/latex/esint/README", + "texmf-dist/doc/latex/esint/esint.pdf", + }, + ["script"] = { + "texmf-dist/doc/latex/script/script2e.txt", + }, + ["scientificpaper"] = { + "texmf-dist/doc/latex/scientificpaper/README", + }, + ["aeguill"] = { + "texmf-dist/doc/latex/aeguill/README", + "texmf-dist/doc/latex/aeguill/guil-test1.pdf", + "texmf-dist/doc/latex/aeguill/guil-test2.pdf", + "texmf-dist/doc/latex/aeguill/license.txt", + }, + ["colorinfo"] = { + "texmf-dist/doc/latex/colorinfo/README", + }, + ["tugboat-plain"] = { + "texmf-dist/doc/plain/tugboat-plain/README", + "texmf-dist/doc/plain/tugboat-plain/tubguide.pdf", + }, + ["newsletr"] = { + "texmf-dist/doc/plain/newsletr/newsletr.txt", + "texmf-dist/doc/plain/newsletr/newssamp.pdf", + "texmf-dist/doc/plain/newsletr/sample.pdf", + }, + ["aleph"] = { + "texmf-dist/doc/aleph/base/News", + "texmf-dist/doc/aleph/base/readme.txt", + "texmf/doc/man/man1/aleph.man1.pdf", + }, + ["doipubmed"] = { + "texmf-dist/doc/latex/doipubmed/CHANGES", + "texmf-dist/doc/latex/doipubmed/README", + "texmf-dist/doc/latex/doipubmed/doipubmed-manual.html", + "texmf-dist/doc/latex/doipubmed/doipubmed.pdf", + }, + ["pst-abspos"] = { + "texmf-dist/doc/generic/pst-abspos/Changes", + "texmf-dist/doc/generic/pst-abspos/README", + "texmf-dist/doc/generic/pst-abspos/pst-abspos-doc.pdf", + }, + ["pst-pdgr"] = { + "texmf-dist/doc/generic/pst-pdgr/NEWS", + "texmf-dist/doc/generic/pst-pdgr/README", + "texmf-dist/doc/generic/pst-pdgr/pst-pdgr.pdf", + }, + ["genmpage"] = { + "texmf-dist/doc/latex/genmpage/README", + "texmf-dist/doc/latex/genmpage/genmpage.pdf", + }, + ["schemabloc"] = { + "texmf-dist/doc/latex/schemabloc/README", + "texmf-dist/doc/latex/schemabloc/schemabloc.pdf", + }, + ["leaflet"] = { + "texmf-dist/doc/latex/leaflet/README", + "texmf-dist/doc/latex/leaflet/leaflet-manual.pdf", + "texmf-dist/doc/latex/leaflet/leaflet.pdf", + }, + ["tabularcalc"] = { + "texmf-dist/doc/latex/tabularcalc/README", + "texmf-dist/doc/latex/tabularcalc/tabularcalc_doc_en.pdf", + "texmf-dist/doc/latex/tabularcalc/tabularcalc_doc_fr.pdf", + "texmf-dist/doc/latex/tabularcalc/tabularcalc_doc_vn.pdf", + }, + ["fragments"] = { + "texmf-dist/doc/latex/fragments/README", + }, + ["scale"] = { + "texmf-dist/doc/latex/scale/COPYING", + "texmf-dist/doc/latex/scale/README", + }, + ["savetrees"] = { + "texmf-dist/doc/latex/savetrees/README", + "texmf-dist/doc/latex/savetrees/savetrees.pdf", + }, + ["grverb"] = { + "texmf-dist/doc/latex/grverb/README", + "texmf-dist/doc/latex/grverb/grv.dvi", + }, + ["elmath"] = { + "texmf-dist/doc/latex/elmath/elmath.pdf", + }, + ["sauterfonts"] = { + "texmf-dist/doc/latex/sauterfonts/README", + }, + ["hfoldsty"] = { + "texmf-dist/doc/fonts/hfoldsty/ChangeLog", + "texmf-dist/doc/fonts/hfoldsty/README", + "texmf-dist/doc/fonts/hfoldsty/TODO", + "texmf-dist/doc/fonts/hfoldsty/gpl.txt", + "texmf-dist/doc/fonts/hfoldsty/hfoldsty.pdf", + }, + ["sauerj"] = { + "texmf-dist/doc/latex/sauerj/README", + "texmf-dist/doc/latex/sauerj/collect.pdf", + "texmf-dist/doc/latex/sauerj/metainfo.pdf", + "texmf-dist/doc/latex/sauerj/optparams.pdf", + "texmf-dist/doc/latex/sauerj/parcolumns.pdf", + "texmf-dist/doc/latex/sauerj/processkv.pdf", + "texmf-dist/doc/latex/sauerj/zahl2string.pdf", + }, + ["sanskrit"] = { + "texmf-dist/doc/latex/sanskrit/readme.txt", + "texmf-dist/doc/latex/sanskrit/sktdoc.pdf", + }, + ["sageep"] = { + "texmf-dist/doc/latex/sageep/README", + "texmf-dist/doc/latex/sageep/sageep.pdf", + "texmf-dist/doc/latex/sageep/sample.pdf", + }, + ["ryethesis"] = { + "texmf-dist/doc/latex/ryethesis/README", + "texmf-dist/doc/latex/ryethesis/figure1.pdf", + "texmf-dist/doc/latex/ryethesis/ryesample.pdf", + "texmf-dist/doc/latex/ryethesis/ryethesis.pdf", + }, + ["msc"] = { + "texmf-dist/doc/latex/msc/COPYRIGHT.txt", + "texmf-dist/doc/latex/msc/README", + "texmf-dist/doc/latex/msc/maintenance.pdf", + "texmf-dist/doc/latex/msc/manual.pdf", + "texmf-dist/doc/latex/msc/refman.pdf", + }, + ["lsc"] = { + "texmf-dist/doc/latex/lsc/README", + "texmf-dist/doc/latex/lsc/lsc.pdf", + }, + ["rsc"] = { + "texmf-dist/doc/latex/rsc/README", + "texmf-dist/doc/latex/rsc/rsc.pdf", + }, + ["juraabbrev"] = { + "texmf-dist/doc/latex/juraabbrev/README", + "texmf-dist/doc/latex/juraabbrev/juraabbrev.pdf", + }, + ["wasy"] = { + "texmf-dist/doc/fonts/wasy/README", + "texmf-dist/doc/fonts/wasy/legal.txt", + "texmf-dist/doc/fonts/wasy/wasydoc.pdf", + }, + ["errata"] = { + "texmf-dist/doc/latex/errata/README", + "texmf-dist/doc/latex/errata/errata.pdf", + }, + ["rmpage"] = { + "texmf-dist/doc/latex/rmpage/rmpage.dvi", + }, + ["ltabptch"] = { + "texmf-dist/doc/latex/ltabptch/README", + }, + ["expressg"] = { + "texmf-dist/doc/metapost/expressg/README", + "texmf-dist/doc/metapost/expressg/aamfigs.pdf", + "texmf-dist/doc/metapost/expressg/expeg.pdf", + "texmf-dist/doc/metapost/expressg/expressg.pdf", + }, + ["repeatindex"] = { + "texmf-dist/doc/latex/repeatindex/README", + "texmf-dist/doc/latex/repeatindex/testrepeatindex.pdf", + }, + ["relenc"] = { + "texmf-dist/doc/latex/relenc/reldemo.dvi", + "texmf-dist/doc/latex/relenc/relenc.dvi", + }, + ["regcount"] = { + "texmf-dist/doc/latex/regcount/readme", + }, + ["refstyle"] = { + "texmf-dist/doc/latex/refstyle/refconfig.pdf", + "texmf-dist/doc/latex/refstyle/refstyle.pdf", + }, + ["refcheck"] = { + "texmf-dist/doc/latex/refcheck/refdemo.pdf", + }, + ["recycle"] = { + "texmf-dist/doc/fonts/recycle/README", + }, + ["rectopma"] = { + "texmf-dist/doc/latex/rectopma/TestTitle.dvi", + }, + ["fontname"] = { + "texmf-dist/doc/fonts/fontname/8a.html", + "texmf-dist/doc/fonts/fontname/8r.html", + "texmf-dist/doc/fonts/fontname/Adobe-fonts.html", + "texmf-dist/doc/fonts/fontname/Apple-fonts.html", + "texmf-dist/doc/fonts/fontname/Bitstream-fonts.html", + "texmf-dist/doc/fonts/fontname/ChangeLog", + "texmf-dist/doc/fonts/fontname/DTC-fonts.html", + "texmf-dist/doc/fonts/fontname/Encodings.html", + "texmf-dist/doc/fonts/fontname/Filenames-for-fonts.html", + "texmf-dist/doc/fonts/fontname/Font-legalities.html", + "texmf-dist/doc/fonts/fontname/Font-name-lists.html", + "texmf-dist/doc/fonts/fontname/History.html", + "texmf-dist/doc/fonts/fontname/ITC-fonts.html", + "texmf-dist/doc/fonts/fontname/Introduction.html", + "texmf-dist/doc/fonts/fontname/Linotype-fonts.html", + "texmf-dist/doc/fonts/fontname/Long-names.html", + "texmf-dist/doc/fonts/fontname/Long-naming-scheme.html", + "texmf-dist/doc/fonts/fontname/Makefile", + "texmf-dist/doc/fonts/fontname/Monotype-fonts.html", + "texmf-dist/doc/fonts/fontname/Name-mapping-file.html", + "texmf-dist/doc/fonts/fontname/References.html", + "texmf-dist/doc/fonts/fontname/Standard-PostScript-fonts.html", + "texmf-dist/doc/fonts/fontname/Suppliers.html", + "texmf-dist/doc/fonts/fontname/Typefaces.html", + "texmf-dist/doc/fonts/fontname/URW-fonts.html", + "texmf-dist/doc/fonts/fontname/Variants.html", + "texmf-dist/doc/fonts/fontname/Weights.html", + "texmf-dist/doc/fonts/fontname/Widths.html", + "texmf-dist/doc/fonts/fontname/cork.html", + "texmf-dist/doc/fonts/fontname/dvips.html", + "texmf-dist/doc/fonts/fontname/fontname.html", + "texmf-dist/doc/fonts/fontname/fontname.pdf", + "texmf-dist/doc/fonts/fontname/index.html", + "texmf-dist/doc/fonts/fontname/texmext.html", + "texmf-dist/doc/fonts/fontname/texmital.html", + "texmf-dist/doc/fonts/fontname/texmsym.html", + "texmf-dist/doc/fonts/fontname/texnansi.html", + "texmf-dist/doc/fonts/fontname/texnansx.html", + "texmf-dist/doc/fonts/fontname/xl2.html", + "texmf-dist/doc/fonts/fontname/xt2.html", + }, + ["xpackages"] = { + "texmf-dist/doc/latex/xpackages/README", + "texmf-dist/doc/latex/xpackages/xbase/ldcsetup.pdf", + "texmf-dist/doc/latex/xpackages/xbase/template.pdf", + "texmf-dist/doc/latex/xpackages/xbase/xparse.pdf", + "texmf-dist/doc/latex/xpackages/xbase/xtemplate.pdf", + "texmf-dist/doc/latex/xpackages/xtras/l3keys2e.pdf", + }, + ["rcsinfo"] = { + "texmf-dist/doc/latex/rcsinfo/README", + "texmf-dist/doc/latex/rcsinfo/rcsinfo.pdf", + }, + ["gcite"] = { + "texmf-dist/doc/latex/gcite/CHANGES", + "texmf-dist/doc/latex/gcite/README", + "texmf-dist/doc/latex/gcite/gcite.pdf", + }, + ["rcs-multi"] = { + "texmf-dist/doc/latex/rcs-multi/README", + "texmf-dist/doc/latex/rcs-multi/example.pdf", + "texmf-dist/doc/latex/rcs-multi/rcs-multi.pdf", + }, + ["rcs"] = { + "texmf-dist/doc/latex/rcs/CATALOG", + "texmf-dist/doc/latex/rcs/History", + "texmf-dist/doc/latex/rcs/INSTALL", + "texmf-dist/doc/latex/rcs/License", + "texmf-dist/doc/latex/rcs/MANIFEST", + "texmf-dist/doc/latex/rcs/README", + "texmf-dist/doc/latex/rcs/rcs-conf.pdf", + "texmf-dist/doc/latex/rcs/rcs-user.pdf", + }, + ["rangen"] = { + "texmf-dist/doc/latex/rangen/README", + }, + ["mcite"] = { + "texmf-dist/doc/latex/mcite/mcite.dvi", + }, + ["fmp"] = { + "texmf-dist/doc/latex/fmp/README", + "texmf-dist/doc/latex/fmp/fmp.pdf", + }, + ["chessboard"] = { + "texmf-dist/doc/latex/chessboard/README", + }, + ["randbild"] = { + "texmf-dist/doc/latex/randbild/README", + "texmf-dist/doc/latex/randbild/randbild.pdf", + }, + ["pst-pad"] = { + "texmf-dist/doc/generic/pst-pad/CHANGES", + "texmf-dist/doc/generic/pst-pad/README", + "texmf-dist/doc/generic/pst-pad/pst-pad-doc.pdf", + "texmf-dist/doc/generic/pst-pad/pst-pad-docDE.pdf", + }, + ["r_und_s"] = { + "texmf-dist/doc/latex/r_und_s/README", + }, + ["a2ping"] = { + "texmf/doc/man/man1/a2ping.man1.pdf", + }, + ["qtree"] = { + "texmf-dist/doc/latex/qtree/README", + "texmf-dist/doc/latex/qtree/qarrows.pdf", + "texmf-dist/doc/latex/qtree/qtreenotes.pdf", + }, + ["qsymbols"] = { + "texmf-dist/doc/latex/qsymbols/CATALOG", + "texmf-dist/doc/latex/qsymbols/COPYING", + "texmf-dist/doc/latex/qsymbols/MANIFEST", + "texmf-dist/doc/latex/qsymbols/README", + "texmf-dist/doc/latex/qsymbols/qsymbols.pdf", + }, + ["nomentbl"] = { + "texmf-dist/doc/latex/nomentbl/README", + "texmf-dist/doc/latex/nomentbl/example.pdf", + "texmf-dist/doc/latex/nomentbl/nomentbl.pdf", + }, + ["ctex-faq"] = { + "texmf-dist/doc/latex/ctex-faq/README", + "texmf-dist/doc/latex/ctex-faq/ctex-faq.pdf", + }, + ["eplain"] = { + "texmf-dist/doc/eplain/AUTHORS", + "texmf-dist/doc/eplain/COPYING", + "texmf-dist/doc/eplain/ChangeLog", + "texmf-dist/doc/eplain/INSTALL", + "texmf-dist/doc/eplain/NEWS", + "texmf-dist/doc/eplain/PROJECTS", + "texmf-dist/doc/eplain/README", + "texmf-dist/doc/eplain/demo/Makefile", + "texmf-dist/doc/eplain/doc/eplain.html", + "texmf-dist/doc/eplain/doc/eplain.pdf", + "texmf-dist/doc/eplain/util/idxuniq", + "texmf-dist/doc/eplain/util/trimsee", + "texmf/doc/man/man1/eplain.man1.pdf", + }, + ["hexgame"] = { + "texmf-dist/doc/latex/hexgame/README", + "texmf-dist/doc/latex/hexgame/hexgame.pdf", + }, + ["widetable"] = { + "texmf-dist/doc/latex/widetable/README", + "texmf-dist/doc/latex/widetable/manifest.txt", + "texmf-dist/doc/latex/widetable/widetable.pdf", + }, + ["germkorr"] = { + "texmf-dist/doc/latex/germkorr/COPYING", + "texmf-dist/doc/latex/germkorr/README", + "texmf-dist/doc/latex/germkorr/germkorr.pdf", + }, + ["bpolynomial"] = { + "texmf-dist/doc/metapost/bpolynomial/CHANGES", + "texmf-dist/doc/metapost/bpolynomial/README", + "texmf-dist/doc/metapost/bpolynomial/TODO", + "texmf-dist/doc/metapost/bpolynomial/bpolynomial.pdf", + }, + ["petiteannonce"] = { + "texmf-dist/doc/latex/petiteannonce/petiteannonce.doc.pdf", + "texmf-dist/doc/latex/petiteannonce/petiteannonceexample.pdf", + }, + ["euler"] = { + "texmf-dist/doc/latex/euler/euler.dvi", + }, + ["pstool"] = { + "texmf-dist/doc/latex/pstool/README", + "texmf-dist/doc/latex/pstool/example.pdf", + "texmf-dist/doc/latex/pstool/pstool.pdf", + "texmf-dist/doc/latex/pstool/subdir/trial2-psfrag.pdf", + "texmf-dist/doc/latex/pstool/trial.pdf", + }, + ["bracketkey"] = { + "texmf-dist/doc/latex/bracketkey/Malva.pdf", + "texmf-dist/doc/latex/bracketkey/README", + "texmf-dist/doc/latex/bracketkey/bracketkey.pdf", + }, + ["patchcmd"] = { + "texmf-dist/doc/latex/patchcmd/patchcmd.pdf", + }, + ["psu-thesis"] = { + "texmf-dist/doc/latex/psu-thesis/README", + "texmf-dist/doc/latex/psu-thesis/manual.pdf", + "texmf-dist/doc/latex/psu-thesis/mssample.pdf", + "texmf-dist/doc/latex/psu-thesis/phdsample.pdf", + }, + ["feynmf"] = { + "texmf-dist/doc/latex/feynmf/Announce", + "texmf-dist/doc/latex/feynmf/COPYING", + "texmf-dist/doc/latex/feynmf/README", + "texmf-dist/doc/latex/feynmf/Tutorial", + "texmf-dist/doc/latex/feynmf/manual.ps", + }, + ["tabvar"] = { + "texmf-dist/doc/latex/tabvar/README", + "texmf-dist/doc/latex/tabvar/demo.pdf", + "texmf-dist/doc/latex/tabvar/tabvar.pdf", + }, + ["amsmath"] = { + "texmf-dist/doc/latex/amsmath/amsbsy.pdf", + "texmf-dist/doc/latex/amsmath/amscd.pdf", + "texmf-dist/doc/latex/amsmath/amsgen.pdf", + "texmf-dist/doc/latex/amsmath/amsldoc.pdf", + "texmf-dist/doc/latex/amsmath/amsmath.pdf", + "texmf-dist/doc/latex/amsmath/amsopn.pdf", + "texmf-dist/doc/latex/amsmath/amstext.pdf", + "texmf-dist/doc/latex/amsmath/amsxtra.pdf", + "texmf-dist/doc/latex/amsmath/diffs-m.txt", + "texmf-dist/doc/latex/amsmath/subeqn.pdf", + "texmf-dist/doc/latex/amsmath/technote.pdf", + "texmf-dist/doc/latex/amsmath/testmath.pdf", + }, + ["latex"] = { + "texmf-dist/doc/latex/base/00readme.txt", + "texmf-dist/doc/latex/base/alltt.pdf", + "texmf-dist/doc/latex/base/autoload.txt", + "texmf-dist/doc/latex/base/bugs.txt", + "texmf-dist/doc/latex/base/cfgguide.pdf", + "texmf-dist/doc/latex/base/changes.txt", + "texmf-dist/doc/latex/base/classes.pdf", + "texmf-dist/doc/latex/base/clsguide.pdf", + "texmf-dist/doc/latex/base/cmfonts.pdf", + "texmf-dist/doc/latex/base/cyrguide.pdf", + "texmf-dist/doc/latex/base/doc.pdf", + "texmf-dist/doc/latex/base/docstrip.pdf", + "texmf-dist/doc/latex/base/encguide.pdf", + "texmf-dist/doc/latex/base/exscale.pdf", + "texmf-dist/doc/latex/base/fixltx2e.pdf", + "texmf-dist/doc/latex/base/fntguide.pdf", + "texmf-dist/doc/latex/base/graphpap.pdf", + "texmf-dist/doc/latex/base/ifthen.pdf", + "texmf-dist/doc/latex/base/inputenc.pdf", + "texmf-dist/doc/latex/base/latex209.pdf", + "texmf-dist/doc/latex/base/latexsym.pdf", + "texmf-dist/doc/latex/base/lb2.pdf", + "texmf-dist/doc/latex/base/legal.txt", + "texmf-dist/doc/latex/base/letter.pdf", + "texmf-dist/doc/latex/base/lgc2.pdf", + "texmf-dist/doc/latex/base/lppl-1-0.txt", + "texmf-dist/doc/latex/base/lppl-1-1.txt", + "texmf-dist/doc/latex/base/lppl-1-2.txt", + "texmf-dist/doc/latex/base/lppl.pdf", + "texmf-dist/doc/latex/base/lppl.txt", + "texmf-dist/doc/latex/base/ltnews.pdf", + "texmf-dist/doc/latex/base/ltx3info.pdf", + "texmf-dist/doc/latex/base/ltxcheck.pdf", + "texmf-dist/doc/latex/base/ltxdoc.pdf", + "texmf-dist/doc/latex/base/makeindx.pdf", + "texmf-dist/doc/latex/base/manifest.txt", + "texmf-dist/doc/latex/base/manual.pdf", + "texmf-dist/doc/latex/base/modguide.pdf", + "texmf-dist/doc/latex/base/newlfont.pdf", + "texmf-dist/doc/latex/base/oldlfont.pdf", + "texmf-dist/doc/latex/base/patches.txt", + "texmf-dist/doc/latex/base/proc.pdf", + "texmf-dist/doc/latex/base/slides.pdf", + "texmf-dist/doc/latex/base/slifonts.pdf", + "texmf-dist/doc/latex/base/source2e.pdf", + "texmf-dist/doc/latex/base/syntonly.pdf", + "texmf-dist/doc/latex/base/tex2.txt", + "texmf-dist/doc/latex/base/texpert.txt", + "texmf-dist/doc/latex/base/tlc2.pdf", + "texmf-dist/doc/latex/base/usrguide.pdf", + "texmf-dist/doc/latex/base/utf8ienc.pdf", + "texmf-dist/doc/latex/base/webcomp.pdf", + }, + ["euro-ce"] = { + "texmf-dist/doc/fonts/euro-ce/euro-ce.dvi", + }, + ["pst-vue3d"] = { + "texmf-dist/doc/generic/pst-vue3d/Changes", + "texmf-dist/doc/generic/pst-vue3d/README", + "texmf-dist/doc/generic/pst-vue3d/pst-vue3d-doc.pdf", + }, + ["pst-platon"] = { + "texmf-dist/doc/generic/pst-platon/Changes", + "texmf-dist/doc/generic/pst-platon/README", + "texmf-dist/doc/generic/pst-platon/pst-platon-doc.pdf", + }, + ["eltex"] = { + "texmf-dist/doc/latex/eltex/README", + "texmf-dist/doc/latex/eltex/man_en.pdf", + "texmf-dist/doc/latex/eltex/pri_cz.pdf", + }, + ["tensor"] = { + "texmf-dist/doc/latex/tensor/README", + "texmf-dist/doc/latex/tensor/tensor.pdf", + }, + ["commath"] = { + "texmf-dist/doc/latex/commath/README", + "texmf-dist/doc/latex/commath/commath.pdf", + }, + ["msg"] = { + "texmf-dist/doc/latex/msg/CHANGES", + "texmf-dist/doc/latex/msg/README", + "texmf-dist/doc/latex/msg/README_msg_doc.txt", + "texmf-dist/doc/latex/msg/msg.pdf", + "texmf-dist/doc/latex/msg/msgguide.pdf", + }, + ["pst-tree"] = { + "texmf-dist/doc/generic/pst-tree/Changes", + "texmf-dist/doc/generic/pst-tree/README", + "texmf-dist/doc/generic/pst-tree/pst-tree-doc.pdf", + }, + ["pst-text"] = { + "texmf-dist/doc/generic/pst-text/Changes", + "texmf-dist/doc/generic/pst-text/README", + "texmf-dist/doc/generic/pst-text/pst-text-doc.pdf", + }, + ["pst-stru"] = { + "texmf-dist/doc/generic/pst-stru/Changes", + "texmf-dist/doc/generic/pst-stru/README", + "texmf-dist/doc/generic/pst-stru/pst-stru-doc.pdf", + }, + ["pst-spectra"] = { + "texmf-dist/doc/generic/pst-spectra/README", + "texmf-dist/doc/generic/pst-spectra/pst-spectra.pdf", + "texmf-dist/doc/generic/pst-spectra/pst-spectraEN.pdf", + }, + ["susy"] = { + "texmf-dist/doc/latex/susy/README", + }, + ["pst-solides3d"] = { + "texmf-dist/doc/generic/pst-solides3d/Changes", + "texmf-dist/doc/generic/pst-solides3d/README", + "texmf-dist/doc/generic/pst-solides3d/doc-en/pst-solides3d-doc-EN.pdf", + "texmf-dist/doc/generic/pst-solides3d/doc-en/source/Makefile", + "texmf-dist/doc/generic/pst-solides3d/doc/pst-solides3d-doc-exemples.pdf", + "texmf-dist/doc/generic/pst-solides3d/doc/pst-solides3d-doc-grille-parallelepiped.pdf", + "texmf-dist/doc/generic/pst-solides3d/doc/pst-solides3d-doc.pdf", + "texmf-dist/doc/generic/pst-solides3d/doc/source/Makefile", + }, + ["pst-slpe"] = { + "texmf-dist/doc/generic/pst-slpe/Changes", + "texmf-dist/doc/generic/pst-slpe/README", + "texmf-dist/doc/generic/pst-slpe/pst-slpe.pdf", + }, + ["censor"] = { + "texmf-dist/doc/latex/censor/README", + "texmf-dist/doc/latex/censor/censor.pdf", + }, + ["knuth"] = { + "texmf-dist/doc/generic/knuth/errata/errata.pdf", + "texmf-dist/doc/generic/knuth/errata/errorlog.pdf", + "texmf-dist/doc/generic/knuth/etc/vftovp.pdf", + "texmf-dist/doc/generic/knuth/etc/vptovf.pdf", + "texmf-dist/doc/generic/knuth/mf/mf.pdf", + "texmf-dist/doc/generic/knuth/mf/trapman.pdf", + "texmf-dist/doc/generic/knuth/mfware/gftodvi.pdf", + "texmf-dist/doc/generic/knuth/mfware/gftopk.pdf", + "texmf-dist/doc/generic/knuth/mfware/gftype.pdf", + "texmf-dist/doc/generic/knuth/mfware/mft.pdf", + "texmf-dist/doc/generic/knuth/tex/glue.pdf", + "texmf-dist/doc/generic/knuth/tex/tex.pdf", + "texmf-dist/doc/generic/knuth/tex/tripman.pdf", + "texmf-dist/doc/generic/knuth/texware/dvitype.pdf", + "texmf-dist/doc/generic/knuth/texware/pltotf.pdf", + "texmf-dist/doc/generic/knuth/texware/pooltype.pdf", + "texmf-dist/doc/generic/knuth/texware/tftopl.pdf", + "texmf-dist/doc/generic/knuth/web/tangle.pdf", + "texmf-dist/doc/generic/knuth/web/weave.pdf", + "texmf-dist/doc/generic/knuth/web/webman.pdf", + }, + ["pst-sigsys"] = { + "texmf-dist/doc/generic/pst-sigsys/Changes", + "texmf-dist/doc/generic/pst-sigsys/README", + "texmf-dist/doc/generic/pst-sigsys/pst-sigsys-doc.pdf", + }, + ["barr"] = { + "texmf-dist/doc/generic/barr/diaxydoc.pdf", + }, + ["tocvsec2"] = { + "texmf-dist/doc/latex/tocvsec2/README", + "texmf-dist/doc/latex/tocvsec2/tocvsec2.pdf", + }, + ["pst-poly"] = { + "texmf-dist/doc/generic/pst-poly/Changes", + "texmf-dist/doc/generic/pst-poly/README", + "texmf-dist/doc/generic/pst-poly/pst-poly-doc.pdf", + }, + ["gcard"] = { + "texmf-dist/doc/latex/gcard/README", + "texmf-dist/doc/latex/gcard/gcard.pdf", + }, + ["isomath"] = { + "texmf-dist/doc/latex/isomath/README.html", + "texmf-dist/doc/latex/isomath/README.txt", + "texmf-dist/doc/latex/isomath/isomath-test.pdf", + "texmf-dist/doc/latex/isomath/isomath.sty.html", + "texmf-dist/doc/latex/isomath/isomath.sty.pdf", + "texmf-dist/doc/latex/isomath/isomath.sty.txt", + }, + ["ltxnew"] = { + "texmf-dist/doc/latex/ltxnew/README", + "texmf-dist/doc/latex/ltxnew/ltxnew.pdf", + }, + ["pstools"] = { + "texmf/doc/man/man1/bbox.man1.pdf", + "texmf/doc/man/man1/ps2eps.man1.pdf", + "texmf/doc/man/man1/ps2frag.man1.pdf", + "texmf/doc/man/man1/pslatex.man1.pdf", + }, + ["listofsymbols"] = { + "texmf-dist/doc/latex/listofsymbols/README", + "texmf-dist/doc/latex/listofsymbols/listofsymbols.pdf", + }, + ["ifmslide"] = { + "texmf-dist/doc/latex/ifmslide/README", + "texmf-dist/doc/latex/ifmslide/ifmman.pdf", + }, + ["thinsp"] = { + "texmf-dist/doc/latex/thinsp/COPYIRIGHT", + "texmf-dist/doc/latex/thinsp/README", + "texmf-dist/doc/latex/thinsp/thinsp.pdf", + }, + ["pst-math"] = { + "texmf-dist/doc/generic/pst-math/Changes", + "texmf-dist/doc/generic/pst-math/README", + "texmf-dist/doc/generic/pst-math/pst-math-doc.pdf", + }, + ["pst-lens"] = { + "texmf-dist/doc/generic/pst-lens/Changes", + "texmf-dist/doc/generic/pst-lens/README", + "texmf-dist/doc/generic/pst-lens/pst-lens.pdf", + }, + ["niceframe"] = { + "texmf-dist/doc/latex/niceframe/niceframe.pdf", + }, + ["ijmart"] = { + "texmf-dist/doc/latex/ijmart/README", + "texmf-dist/doc/latex/ijmart/ijmart.pdf", + "texmf-dist/doc/latex/ijmart/ijmsample.pdf", + }, + ["pst-jtree"] = { + "texmf-dist/doc/generic/pst-jtree/README", + "texmf-dist/doc/generic/pst-jtree/pst-jtree-doc.pdf", + "texmf-dist/doc/generic/pst-jtree/pst-jtree-examples.pdf", + }, + ["ascii"] = { + "texmf-dist/doc/fonts/ascii/ascii2006.pdf", + "texmf-dist/doc/fonts/ascii/asciisty1994.pdf", + }, + ["pst-grad"] = { + "texmf-dist/doc/generic/pst-grad/Changes", + "texmf-dist/doc/generic/pst-grad/pst-grad-doc.pdf", + }, + ["pst-ghsb"] = { + "texmf-dist/doc/generic/pst-ghsb/README", + "texmf-dist/doc/generic/pst-ghsb/t-ghsb.pdf", + "texmf-dist/doc/generic/pst-ghsb/t2-ghsb.pdf", + }, + ["pst-geo"] = { + "texmf-dist/doc/generic/pst-geo/Changes", + "texmf-dist/doc/generic/pst-geo/README", + "texmf-dist/doc/generic/pst-geo/pst-map2d-doc.pdf", + "texmf-dist/doc/generic/pst-geo/pst-map2dII-doc.pdf", + "texmf-dist/doc/generic/pst-geo/pst-map3d-doc-pdf.pdf", + "texmf-dist/doc/generic/pst-geo/pst-map3d-doc.pdf", + "texmf-dist/doc/generic/pst-geo/pst-map3dII-doc.pdf", + }, + ["pst-gantt"] = { + "texmf-dist/doc/generic/pst-gantt/Changes", + "texmf-dist/doc/generic/pst-gantt/README", + "texmf-dist/doc/generic/pst-gantt/pst-gantt-doc.pdf", + }, + ["pst-func"] = { + "texmf-dist/doc/generic/pst-func/Changes", + "texmf-dist/doc/generic/pst-func/README", + "texmf-dist/doc/generic/pst-func/pst-func-doc.pdf", + }, + ["sffms"] = { + "texmf-dist/doc/latex/sffms/README", + "texmf-dist/doc/latex/sffms/sffms_manual.pdf", + }, + ["pict2e"] = { + "texmf-dist/doc/latex/pict2e/README", + "texmf-dist/doc/latex/pict2e/manifest.txt", + "texmf-dist/doc/latex/pict2e/p2e-drivers.pdf", + "texmf-dist/doc/latex/pict2e/pict2e.pdf", + }, + ["ncclatex"] = { + "texmf-dist/doc/latex/ncclatex/README", + "texmf-dist/doc/latex/ncclatex/changes.txt", + "texmf-dist/doc/latex/ncclatex/manifest.txt", + "texmf-dist/doc/latex/ncclatex/ncclatex.pdf", + "texmf-dist/doc/latex/ncclatex/nccnews.pdf", + }, + ["flagderiv"] = { + "texmf-dist/doc/latex/flagderiv/README", + "texmf-dist/doc/latex/flagderiv/flagderiv.pdf", + }, + ["harmony"] = { + "texmf-dist/doc/latex/harmony/README", + "texmf-dist/doc/latex/harmony/harmony.pdf", + }, + ["pst-diffraction"] = { + "texmf-dist/doc/generic/pst-diffraction/Changes", + "texmf-dist/doc/generic/pst-diffraction/README", + "texmf-dist/doc/generic/pst-diffraction/pst-diffraction-docDE.pdf", + "texmf-dist/doc/generic/pst-diffraction/pst-diffraction-docE.pdf", + "texmf-dist/doc/generic/pst-diffraction/pst-diffraction-docFR.pdf", + }, + ["croatian"] = { + "texmf-dist/doc/fonts/croatian/readme.txt", + }, + ["pst-dbicons"] = { + "texmf-dist/doc/generic/pst-dbicons/Changes", + "texmf-dist/doc/generic/pst-dbicons/README", + "texmf-dist/doc/generic/pst-dbicons/pst-dbicons.pdf", + }, + ["pst-cox"] = { + "texmf-dist/doc/generic/pst-cox/README", + "texmf-dist/doc/generic/pst-cox/gpl.txt", + "texmf-dist/doc/generic/pst-cox/lgpl.txt", + "texmf-dist/doc/generic/pst-cox/pst-coxcoor/pst-coxcoor_doc.pdf", + "texmf-dist/doc/generic/pst-cox/pst-coxeterp/pst-coxeterp_doc.pdf", + }, + ["guide-to-latex"] = { + "texmf-dist/doc/latex/guide-to-latex/README.txt", + "texmf-dist/doc/latex/guide-to-latex/demo.pdf", + "texmf-dist/doc/latex/guide-to-latex/demodoc.pdf", + "texmf-dist/doc/latex/guide-to-latex/demodoc.ps", + "texmf-dist/doc/latex/guide-to-latex/palette.pdf", + "texmf-dist/doc/latex/guide-to-latex/palette.ps", + }, + ["envbig"] = { + "texmf-dist/doc/latex/envbig/README", + }, + ["svninfo"] = { + "texmf-dist/doc/latex/svninfo/README", + "texmf-dist/doc/latex/svninfo/svninfo.pdf", + }, + ["pst-blur"] = { + "texmf-dist/doc/generic/pst-blur/Changes", + "texmf-dist/doc/generic/pst-blur/README", + "texmf-dist/doc/generic/pst-blur/pst-blur.pdf", + }, + ["pst-barcode"] = { + "texmf-dist/doc/generic/pst-barcode/Changes", + "texmf-dist/doc/generic/pst-barcode/README", + "texmf-dist/doc/generic/pst-barcode/pst-barcode-doc.pdf", + }, + ["gfsporson"] = { + "texmf-dist/doc/fonts/gfsporson/OFL-FAQ.txt", + "texmf-dist/doc/fonts/gfsporson/OFL.txt", + "texmf-dist/doc/fonts/gfsporson/README", + "texmf-dist/doc/fonts/gfsporson/gfsporson.pdf", + }, + ["xltxtra"] = { + "texmf-dist/doc/xelatex/xltxtra/README", + "texmf-dist/doc/xelatex/xltxtra/xltxtra.pdf", + }, + ["ntheorem-vn"] = { + "texmf-dist/doc/latex/ntheorem-vn/COPYING", + "texmf-dist/doc/latex/ntheorem-vn/FILELIST", + "texmf-dist/doc/latex/ntheorem-vn/README", + "texmf-dist/doc/latex/ntheorem-vn/ntheorem-doc-vn.pdf", + "texmf-dist/doc/latex/ntheorem-vn/src/Makefile", + "texmf-dist/doc/latex/ntheorem-vn/src/TODO", + "texmf-dist/doc/latex/ntheorem-vn/test.pdf", + }, + ["pst-3d"] = { + "texmf-dist/doc/generic/pst-3d/Changes", + "texmf-dist/doc/generic/pst-3d/README", + "texmf-dist/doc/generic/pst-3d/pst-3d-doc.pdf", + }, + ["psnfss"] = { + "texmf-dist/doc/latex/psnfss/00readme.txt", + "texmf-dist/doc/latex/psnfss/changes.txt", + "texmf-dist/doc/latex/psnfss/manifest.txt", + "texmf-dist/doc/latex/psnfss/psfonts.pdf", + "texmf-dist/doc/latex/psnfss/psnfss2e.pdf", + }, + ["pseudocode"] = { + "texmf-dist/doc/latex/pseudocode/README", + "texmf-dist/doc/latex/pseudocode/pseudocode.pdf", + }, + ["ecards"] = { + "texmf-dist/doc/latex/eCards/README", + "texmf-dist/doc/latex/eCards/eCardsman.pdf", + "texmf-dist/doc/latex/eCards/eCardsman_p.pdf", + "texmf-dist/doc/latex/eCards/eCardstst.pdf", + "texmf-dist/doc/latex/eCards/graphics/uakron.pdf", + "texmf-dist/doc/latex/eCards/presidents/gw1.pdf", + "texmf-dist/doc/latex/eCards/presidents/ja2.pdf", + "texmf-dist/doc/latex/eCards/presidents/ja6.pdf", + "texmf-dist/doc/latex/eCards/presidents/jm4.pdf", + "texmf-dist/doc/latex/eCards/presidents/jm5.pdf", + "texmf-dist/doc/latex/eCards/presidents/tj3.pdf", + }, + ["swimgraf"] = { + "texmf-dist/doc/latex/swimgraf/100br1.pdf", + "texmf-dist/doc/latex/swimgraf/100br2.pdf", + "texmf-dist/doc/latex/swimgraf/README.TXT", + "texmf-dist/doc/latex/swimgraf/swimgraf.pdf", + "texmf-dist/doc/latex/swimgraf/text1.pdf", + "texmf-dist/doc/latex/swimgraf/text2.pdf", + }, + ["arev"] = { + "texmf-dist/doc/fonts/arev/ArevSansLicense.txt", + "texmf-dist/doc/fonts/arev/BitstreamVeraLicense.txt", + "texmf-dist/doc/fonts/arev/ChangeLog", + "texmf-dist/doc/fonts/arev/GPLv2.txt", + "texmf-dist/doc/fonts/arev/LPPLv1-3a.txt", + "texmf-dist/doc/fonts/arev/Makefile", + "texmf-dist/doc/fonts/arev/README", + "texmf-dist/doc/fonts/arev/arevdoc.pdf", + "texmf-dist/doc/fonts/arev/mathtesty.pdf", + }, + ["eiad-ltx"] = { + "texmf-dist/doc/latex/eiad-ltx/README", + }, + ["hvfloat"] = { + "texmf-dist/doc/latex/hvfloat/hvfloat.pdf", + }, + ["xoptarg"] = { + "texmf-dist/doc/latex/xoptarg/README", + "texmf-dist/doc/latex/xoptarg/xoptarg.pdf", + }, + ["gatech-thesis"] = { + "texmf-dist/doc/latex/gatech-thesis/CHANGES", + "texmf-dist/doc/latex/gatech-thesis/COMPLIANCE", + "texmf-dist/doc/latex/gatech-thesis/COPYING", + "texmf-dist/doc/latex/gatech-thesis/ChangeLog", + "texmf-dist/doc/latex/gatech-thesis/INSTALL", + "texmf-dist/doc/latex/gatech-thesis/MANIFEST", + "texmf-dist/doc/latex/gatech-thesis/NEWS", + "texmf-dist/doc/latex/gatech-thesis/NOTES", + "texmf-dist/doc/latex/gatech-thesis/README", + "texmf-dist/doc/latex/gatech-thesis/TODO", + "texmf-dist/doc/latex/gatech-thesis/julesverne/README", + "texmf-dist/doc/latex/gatech-thesis/julesverne/basic/MANIFEST", + "texmf-dist/doc/latex/gatech-thesis/julesverne/basic/README", + "texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-test.pdf", + "texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne.pdf", + "texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/MANIFEST", + "texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/README", + "texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/fig/jules-verne-test.pdf", + }, + ["prosper"] = { + "texmf-dist/doc/latex/prosper/FAQ", + "texmf-dist/doc/latex/prosper/NEWS", + "texmf-dist/doc/latex/prosper/README", + "texmf-dist/doc/latex/prosper/manifest.txt", + "texmf-dist/doc/latex/prosper/prosper-doc.pdf", + "texmf-dist/doc/latex/prosper/prosper-tour.pdf", + }, + ["hepunits"] = { + "texmf-dist/doc/latex/hepunits/ChangeLog", + "texmf-dist/doc/latex/hepunits/README", + "texmf-dist/doc/latex/hepunits/hepunits.pdf", + }, + ["program"] = { + "texmf-dist/doc/latex/program/README", + "texmf-dist/doc/latex/program/gpl-3.0.txt", + }, + ["cjw"] = { + "texmf-dist/doc/latex/cjw/cjw-latex.pdf", + "texmf-dist/doc/latex/cjw/cjw-ltr.pdf", + "texmf-dist/doc/latex/cjw/cjwoutl.pdf", + "texmf-dist/doc/latex/cjw/cjwplain.pdf", + }, + ["fontspec"] = { + "texmf-dist/doc/xelatex/fontspec/README", + "texmf-dist/doc/xelatex/fontspec/fontspec.pdf", + }, + ["eqexam"] = { + "texmf-dist/doc/latex/eqexam/README", + "texmf-dist/doc/latex/eqexam/examples/fig1.pdf", + }, + ["coollist"] = { + "texmf-dist/doc/latex/coollist/README", + "texmf-dist/doc/latex/coollist/coollist.pdf", + }, + ["encxvlna"] = { + "texmf-dist/doc/generic/encxvlna/License.txt", + "texmf-dist/doc/generic/encxvlna/README", + "texmf-dist/doc/generic/encxvlna/encxvlna.pdf", + }, + ["fncychap"] = { + "texmf-dist/doc/latex/fncychap/README", + "texmf-dist/doc/latex/fncychap/fncychap.pdf", + }, + ["context-vim"] = { + "texmf-dist/doc/context/third/vim/README", + "texmf-dist/doc/context/third/vim/vim-demo.pdf", + "texmf-dist/doc/context/third/vim/vim-doc.pdf", + }, + ["preprint"] = { + "texmf-dist/doc/latex/preprint/00readme.txt", + "texmf-dist/doc/latex/preprint/authblk.pdf", + "texmf-dist/doc/latex/preprint/balance.pdf", + "texmf-dist/doc/latex/preprint/figcaps.pdf", + "texmf-dist/doc/latex/preprint/fullpage.pdf", + "texmf-dist/doc/latex/preprint/sublabel.pdf", + }, + ["erdc"] = { + "texmf-dist/doc/latex/erdc/README", + "texmf-dist/doc/latex/erdc/erdc.pdf", + "texmf-dist/doc/latex/erdc/nola.pdf", + "texmf-dist/doc/latex/erdc/red_corps_castle2.pdf", + "texmf-dist/doc/latex/erdc/sample.pdf", + }, + ["pracjourn"] = { + "texmf-dist/doc/latex/pracjourn/README", + "texmf-dist/doc/latex/pracjourn/pjsample.pdf", + "texmf-dist/doc/latex/pracjourn/pracjourn.pdf", + }, + ["pst-node"] = { + "texmf-dist/doc/generic/pst-node/Changes", + "texmf-dist/doc/generic/pst-node/README", + "texmf-dist/doc/generic/pst-node/more_docs/psmatrix-docDE.pdf", + "texmf-dist/doc/generic/pst-node/pst-node-doc.pdf", + }, + ["extsizes"] = { + "texmf-dist/doc/latex/extsizes/README", + }, + ["eurosym"] = { + "texmf-dist/doc/fonts/eurosym/COPYING", + "texmf-dist/doc/fonts/eurosym/Changes", + "texmf-dist/doc/fonts/eurosym/Makefile", + "texmf-dist/doc/fonts/eurosym/README", + "texmf-dist/doc/fonts/eurosym/doc/Makefile", + "texmf-dist/doc/fonts/eurosym/makemfs", + "texmf-dist/doc/fonts/eurosym/rundvips", + "texmf-dist/doc/fonts/eurosym/runlatex", + "texmf-dist/doc/fonts/eurosym/src/Makefile", + }, + ["gfsneohellenic"] = { + "texmf-dist/doc/fonts/gfsneohellenic/OFL-FAQ.txt", + "texmf-dist/doc/fonts/gfsneohellenic/OFL.txt", + "texmf-dist/doc/fonts/gfsneohellenic/README", + "texmf-dist/doc/fonts/gfsneohellenic/gfsneohellenic.pdf", + }, + ["blowup"] = { + "texmf-dist/doc/latex/blowup/README", + "texmf-dist/doc/latex/blowup/blowup.pdf", + }, + ["csvtools"] = { + "texmf-dist/doc/latex/csvtools/CHANGES", + "texmf-dist/doc/latex/csvtools/README", + "texmf-dist/doc/latex/csvtools/csvtools.pdf", + "texmf-dist/doc/latex/csvtools/manual.html", + }, + ["pst-osci"] = { + "texmf-dist/doc/generic/pst-osci/Changes", + "texmf-dist/doc/generic/pst-osci/README", + "texmf-dist/doc/generic/pst-osci/oscilloscope.pdf", + "texmf-dist/doc/generic/pst-osci/pst-osci-doc.pdf", + }, + ["powerdot"] = { + "texmf-dist/doc/latex/powerdot/README", + "texmf-dist/doc/latex/powerdot/manifest.txt", + "texmf-dist/doc/latex/powerdot/powerdot.pdf", + "texmf-dist/doc/latex/powerdot/powerdotDE.pdf", + }, + ["polynomial"] = { + "texmf-dist/doc/latex/polynomial/README", + "texmf-dist/doc/latex/polynomial/polynomial.pdf", + }, + ["polynom"] = { + "texmf-dist/doc/latex/polynom/README", + "texmf-dist/doc/latex/polynom/polydemo.pdf", + "texmf-dist/doc/latex/polynom/polynom.pdf", + }, + ["lshort-bulgarian"] = { + "texmf-dist/doc/latex/lshort-bulgarian/README", + "texmf-dist/doc/latex/lshort-bulgarian/lshort-bg.pdf", + }, + ["polyglossia"] = { + "texmf-dist/doc/xelatex/polyglossia/README", + "texmf-dist/doc/xelatex/polyglossia/example-arabic.pdf", + "texmf-dist/doc/xelatex/polyglossia/example-thai.pdf", + "texmf-dist/doc/xelatex/polyglossia/examples.pdf", + "texmf-dist/doc/xelatex/polyglossia/polyglossia.pdf", + }, + ["boisik"] = { + "texmf-dist/doc/fonts/boisik/README", + "texmf-dist/doc/fonts/boisik/example/boisik-idiot.pdf", + "texmf-dist/doc/fonts/boisik/example/boisik.pdf", + "texmf-dist/doc/fonts/boisik/example/table.pdf", + "texmf-dist/doc/fonts/boisik/example/testfont.pdf", + }, + ["poemscol"] = { + "texmf-dist/doc/latex/poemscol/README", + "texmf-dist/doc/latex/poemscol/poemscol.pdf", + "texmf-dist/doc/latex/poemscol/poemscolcheatsheet.pdf", + }, + ["pmgraph"] = { + "texmf-dist/doc/latex/pmgraph/COPYING", + "texmf-dist/doc/latex/pmgraph/README", + "texmf-dist/doc/latex/pmgraph/pmgraph.pdf", + }, + ["plweb"] = { + "texmf-dist/doc/latex/plweb/README", + "texmf-dist/doc/latex/plweb/pl.pdf", + }, + ["booktabs"] = { + "texmf-dist/doc/latex/booktabs/COPYING", + "texmf-dist/doc/latex/booktabs/README", + "texmf-dist/doc/latex/booktabs/booktabs.pdf", + }, + ["easylist"] = { + "texmf-dist/doc/latex/easylist/README", + "texmf-dist/doc/latex/easylist/easylist-doc.pdf", + }, + ["perltex"] = { + "texmf-dist/doc/latex/perltex/README", + "texmf-dist/doc/latex/perltex/perltex.pdf", + "texmf/doc/man/man1/perltex.man1.pdf", + }, + ["fontware"] = { + "texmf/doc/man/man1/pltotf.man1.pdf", + "texmf/doc/man/man1/tftopl.man1.pdf", + "texmf/doc/man/man1/vftovp.man1.pdf", + "texmf/doc/man/man1/vptovf.man1.pdf", + }, + ["tkz-linknodes"] = { + "texmf-dist/doc/latex/tkz-linknodes/doc/TKZdoc-linknodes-us.pdf", + "texmf-dist/doc/latex/tkz-linknodes/doc/equation.pdf", + "texmf-dist/doc/latex/tkz-linknodes/doc/quadratic.pdf", + "texmf-dist/doc/latex/tkz-linknodes/doc/system.pdf", + "texmf-dist/doc/latex/tkz-linknodes/readme-linknodes.txt", + }, + ["metalogo"] = { + "texmf-dist/doc/latex/metalogo/README", + "texmf-dist/doc/latex/metalogo/TeXoutline.pdf", + "texmf-dist/doc/latex/metalogo/eLaToutline.pdf", + "texmf-dist/doc/latex/metalogo/metalogo.pdf", + }, + ["cm-lgc"] = { + "texmf-dist/doc/latex/cm-lgc/COPYING", + "texmf-dist/doc/latex/cm-lgc/HISTORY", + "texmf-dist/doc/latex/cm-lgc/INSTALL", + "texmf-dist/doc/latex/cm-lgc/README", + }, + ["cweb-latex"] = { + "texmf-dist/doc/latex/cweb-latex/CATALOG", + "texmf-dist/doc/latex/cweb-latex/History", + "texmf-dist/doc/latex/cweb-latex/INSTALL", + "texmf-dist/doc/latex/cweb-latex/License", + "texmf-dist/doc/latex/cweb-latex/MANIFEST", + "texmf-dist/doc/latex/cweb-latex/README", + "texmf-dist/doc/latex/cweb-latex/contrib/Index", + "texmf-dist/doc/latex/cweb-latex/contrib/cweb-hy/README.txt", + "texmf-dist/doc/latex/cweb-latex/cweb-conf.pdf", + "texmf-dist/doc/latex/cweb-latex/cweb-user.pdf", + "texmf-dist/doc/latex/cweb-latex/examples/Makefile", + "texmf-dist/doc/latex/cweb-latex/examples/compare/wcltx.dvi", + "texmf-dist/doc/latex/cweb-latex/examples/tex-it", + "texmf-dist/doc/latex/cweb-latex/src/Imakefile", + "texmf-dist/doc/latex/cweb-latex/src/README", + "texmf-dist/doc/latex/cweb-latex/src/TODO", + "texmf-dist/doc/latex/cweb-latex/src/test/Imakefile", + }, + ["formular"] = { + "texmf-dist/doc/latex/formular/README", + "texmf-dist/doc/latex/formular/formular.pdf", + }, + ["memoirchapstyles"] = { + "texmf-dist/doc/latex/MemoirChapStyles/MemoirChapStyles.pdf", + "texmf-dist/doc/latex/MemoirChapStyles/README", + }, + ["bibleref"] = { + "texmf-dist/doc/latex/bibleref/README", + "texmf-dist/doc/latex/bibleref/bibleref-manual.html", + "texmf-dist/doc/latex/bibleref/bibleref.pdf", + "texmf-dist/doc/latex/bibleref/sample.pdf", + }, + ["captcont"] = { + "texmf-dist/doc/latex/captcont/README", + "texmf-dist/doc/latex/captcont/captcont.pdf", + }, + ["metago"] = { + "texmf-dist/doc/metapost/metago/README", + "texmf-dist/doc/metapost/metago/example-program.pdf", + "texmf-dist/doc/metapost/metago/example-script-1.pdf", + "texmf-dist/doc/metapost/metago/example-script-2.pdf", + "texmf-dist/doc/metapost/metago/example-script-3.pdf", + "texmf-dist/doc/metapost/metago/example-script-4.pdf", + "texmf-dist/doc/metapost/metago/example-script-5.pdf", + "texmf-dist/doc/metapost/metago/example-script-6.pdf", + "texmf-dist/doc/metapost/metago/example-script-7.pdf", + "texmf-dist/doc/metapost/metago/example-script-8.pdf", + }, + ["ppr-prv"] = { + "texmf-dist/doc/latex/ppr-prv/README", + "texmf-dist/doc/latex/ppr-prv/ppr-prv.pdf", + }, + ["ccaption"] = { + "texmf-dist/doc/latex/ccaption/README", + "texmf-dist/doc/latex/ccaption/ccaption.pdf", + }, + ["grotesq"] = { + "texmf-dist/doc/fonts/grotesq/grotesq.txt", + }, + ["contour"] = { + "texmf-dist/doc/latex/contour/ChangeLog", + "texmf-dist/doc/latex/contour/README", + "texmf-dist/doc/latex/contour/contour.pdf", + "texmf-dist/doc/latex/contour/contourtest.pdf", + }, + ["esdiff"] = { + "texmf-dist/doc/latex/esdiff/README", + "texmf-dist/doc/latex/esdiff/esdiff.pdf", + }, + ["font-change"] = { + "texmf-dist/doc/plain/font-change/README", + "texmf-dist/doc/plain/font-change/doc.pdf", + }, + ["iso10303"] = { + "texmf-dist/doc/latex/iso10303/README", + "texmf-dist/doc/latex/iso10303/step4ht.pdf", + "texmf-dist/doc/latex/iso10303/stepe.pdf", + "texmf-dist/doc/latex/iso10303/stepman.pdf", + }, + ["amsldoc-it"] = { + "texmf-dist/doc/latex/amsldoc-it/itamsldoc.pdf", + }, + ["pittetd"] = { + "texmf-dist/doc/latex/pittetd/pittetd.pdf", + }, + ["boldtensors"] = { + "texmf-dist/doc/latex/boldtensors/boldtensors.pdf", + }, + ["endfloat"] = { + "texmf-dist/doc/latex/endfloat/COPYING", + "texmf-dist/doc/latex/endfloat/endfloat.pdf", + }, + ["pigpen"] = { + "texmf-dist/doc/latex/pigpen/README", + "texmf-dist/doc/latex/pigpen/pigpendoc.pdf", + }, + ["dramatist"] = { + "texmf-dist/doc/latex/dramatist/README", + "texmf-dist/doc/latex/dramatist/dramatist.pdf", + }, + ["pictex"] = { + "texmf-dist/doc/generic/pictex/00index", + "texmf-dist/doc/generic/pictex/pictexzusatz.txt", + "texmf-dist/doc/generic/pictex/readme", + }, + ["babelbib"] = { + "texmf-dist/doc/latex/babelbib/ChangeLog", + "texmf-dist/doc/latex/babelbib/README", + "texmf-dist/doc/latex/babelbib/babelbib.pdf", + "texmf-dist/doc/latex/babelbib/tugboat-babelbib.pdf", + }, + ["picinpar"] = { + "texmf-dist/doc/latex/picinpar/picinpar.dvi", + }, + ["multicap"] = { + "texmf-dist/doc/latex/multicap/multicap.pdf", + }, + ["biblatex-nature"] = { + "texmf-dist/doc/latex/biblatex-contrib/biblatex-nature/README", + "texmf-dist/doc/latex/biblatex-contrib/biblatex-nature/style-nature.pdf", + }, + ["memexsupp"] = { + "texmf-dist/doc/latex/memexsupp/README", + "texmf-dist/doc/latex/memexsupp/memexsupp.pdf", + }, + ["ean13isbn"] = { + "texmf-dist/doc/latex/ean13isbn/License.txt", + "texmf-dist/doc/latex/ean13isbn/README", + "texmf-dist/doc/latex/ean13isbn/ean13isbn.pdf", + }, + ["dehyph-exptl"] = { + "texmf-dist/doc/generic/dehyph-exptl/CHANGES", + "texmf-dist/doc/generic/dehyph-exptl/INSTALL", + "texmf-dist/doc/generic/dehyph-exptl/LICENSE", + "texmf-dist/doc/generic/dehyph-exptl/README", + "texmf-dist/doc/generic/dehyph-exptl/dehyph-exptl.pdf", + "texmf-dist/doc/generic/dehyph-exptl/projektbeschreibung.pdf", + }, + ["makedtx"] = { + "texmf-dist/doc/latex/makedtx/CHANGES", + "texmf-dist/doc/latex/makedtx/README", + "texmf-dist/doc/latex/makedtx/makedtx-manual.html", + "texmf-dist/doc/latex/makedtx/makedtx.pdf", + }, + ["progress"] = { + "texmf-dist/doc/latex/progress/README", + "texmf-dist/doc/latex/progress/progress.dvi", + "texmf-dist/doc/latex/progress/progress20030701.html", + "texmf-dist/doc/latex/progress/progress20030714.html", + }, + ["biocon"] = { + "texmf-dist/doc/latex/biocon/COPYING", + "texmf-dist/doc/latex/biocon/INSTALL", + "texmf-dist/doc/latex/biocon/README", + "texmf-dist/doc/latex/biocon/manual-old.pdf", + "texmf-dist/doc/latex/biocon/manual.pdf", + "texmf-dist/doc/latex/biocon/source.pdf", + }, + ["photo"] = { + "texmf-dist/doc/latex/photo/photo.pdf", + }, + ["philosophersimprint"] = { + "texmf-dist/doc/latex/philosophersimprint/README", + "texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf", + "texmf-dist/doc/latex/philosophersimprint/sample.pdf", + }, + ["philex"] = { + "texmf-dist/doc/latex/philex/README", + "texmf-dist/doc/latex/philex/philex.pdf", + }, + ["phaistos"] = { + "texmf-dist/doc/fonts/phaistos/getglyphs", + "texmf-dist/doc/fonts/phaistos/glyphTable.pdf", + }, + ["pgfopts"] = { + "texmf-dist/doc/latex/pgfopts/README", + "texmf-dist/doc/latex/pgfopts/pgfopts-manual.pdf", + "texmf-dist/doc/latex/pgfopts/pgfopts.pdf", + }, + ["impatient"] = { + "texmf-dist/doc/plain/impatient/Makefile", + "texmf-dist/doc/plain/impatient/README", + "texmf-dist/doc/plain/impatient/book.pdf", + }, + ["catechis"] = { + "texmf-dist/doc/latex/catechis/README", + "texmf-dist/doc/latex/catechis/catechis.pdf", + }, + ["impatient-fr"] = { + "texmf-dist/doc/plain/impatient-fr/README", + "texmf-dist/doc/plain/impatient-fr/fbook.pdf", + }, + ["persian-bib"] = { + "texmf-dist/doc/xelatex/persian-bib/Persian-bib-userguide.pdf", + "texmf-dist/doc/xelatex/persian-bib/README", + }, + ["permute"] = { + "texmf-dist/doc/latex/permute/permute.pdf", + }, + ["hyphenat"] = { + "texmf-dist/doc/latex/hyphenat/README", + "texmf-dist/doc/latex/hyphenat/hyphenat.pdf", + }, + ["williams"] = { + "texmf-dist/doc/latex/williams/README", + }, + ["xetexref"] = { + "texmf-dist/doc/xetex/xetexref/README", + "texmf-dist/doc/xetex/xetexref/XeTeX-reference.pdf", + }, + ["sides"] = { + "texmf-dist/doc/latex/sides/README", + "texmf-dist/doc/latex/sides/sides-sample.pdf", + }, + ["perception"] = { + "texmf-dist/doc/latex/perception/README", + }, + ["gfscomplutum"] = { + "texmf-dist/doc/fonts/gfscomplutum/OFL-FAQ.txt", + "texmf-dist/doc/fonts/gfscomplutum/OFL.txt", + "texmf-dist/doc/fonts/gfscomplutum/README", + "texmf-dist/doc/fonts/gfscomplutum/gfscomplutum.pdf", + }, + ["pecha"] = { + "texmf-dist/doc/latex/pecha/CHANGES", + "texmf-dist/doc/latex/pecha/COPYING", + "texmf-dist/doc/latex/pecha/README", + "texmf-dist/doc/latex/pecha/example.pdf", + "texmf-dist/doc/latex/pecha/pecha_docu.pdf", + }, + ["pdf-trans"] = { + "texmf-dist/doc/generic/pdf-trans/example.pdf", + }, + ["ethiop"] = { + "texmf-dist/doc/latex/ethiop/MANIFEST", + "texmf-dist/doc/latex/ethiop/README", + "texmf-dist/doc/latex/ethiop/ethiodoc.pdf", + }, + ["pdftex"] = { + "texmf-dist/doc/pdftex/NEWS", + "texmf-dist/doc/pdftex/README", + "texmf-dist/doc/pdftex/manual/Makefile", + "texmf-dist/doc/pdftex/manual/README", + "texmf-dist/doc/pdftex/manual/pdftex-a.pdf", + "texmf-dist/doc/pdftex/manual/pdftex-l.pdf", + "texmf-dist/doc/pdftex/manual/pdftex-s.pdf", + "texmf-dist/doc/pdftex/manual/pdftex-syntax.txt", + "texmf-dist/doc/pdftex/manual/pdftex-t.txt", + "texmf-dist/doc/pdftex/manual/pdftex-w.pdf", + "texmf-dist/doc/pdftex/manual/samplepdf/pic.pdf", + "texmf-dist/doc/pdftex/manual/samplepdf/tmp.pdf", + "texmf-dist/doc/pdftex/pdftex-pdfkeys/Makefile", + "texmf-dist/doc/pdftex/pdftex-pdfkeys/pdftex-pdfkeys.pdf", + "texmf-dist/doc/pdftex/thanh/ext/mktextfm", + "texmf-dist/doc/pdftex/thanh/ext/mktfm8z", + "texmf/doc/man/man1/pdfetex.man1.pdf", + "texmf/doc/man/man1/pdftex.man1.pdf", + }, + ["pdfsync"] = { + "texmf-dist/doc/latex/pdfsync/README", + }, + ["pdfmarginpar"] = { + "texmf-dist/doc/latex/pdfmarginpar/README", + "texmf-dist/doc/latex/pdfmarginpar/pdfmarginpar.pdf", + }, + ["chemcompounds"] = { + "texmf-dist/doc/latex/chemcompounds/README", + "texmf-dist/doc/latex/chemcompounds/chemcompounds.pdf", + }, + ["texlive-common"] = { + "texmf/doc/texlive/index.html", + }, + ["texlive-scripts"] = { + "texmf/doc/man/man1/install-tl.man1.pdf", + }, + ["adrlist"] = { + "texmf-dist/doc/latex/adrlist/README", + "texmf-dist/doc/latex/adrlist/adrlist.pdf", + }, + ["srcltx"] = { + "texmf-dist/doc/latex/srcltx/README", + "texmf-dist/doc/latex/srcltx/srcltx.pdf", + }, + ["jablantile"] = { + "texmf-dist/doc/fonts/jablantile/README", + "texmf-dist/doc/fonts/jablantile/jablantile.pdf", + }, + ["pdf-forms-tutorial-en"] = { + "texmf-dist/doc/latex/pdf-forms-tutorial-en/README", + "texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/Makefile", + "texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/xxx", + "texmf-dist/doc/latex/pdf-forms-tutorial-en/fdl.txt", + "texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/Makefile", + "texmf-dist/doc/latex/pdf-forms-tutorial-en/forms.pdf", + }, + ["pdf-forms-tutorial-de"] = { + "texmf-dist/doc/latex/pdf-forms-tutorial-de/README", + "texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/Makefile", + "texmf-dist/doc/latex/pdf-forms-tutorial-de/fdl.txt", + "texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/Makefile", + "texmf-dist/doc/latex/pdf-forms-tutorial-de/forms.pdf", + }, + ["mathexam"] = { + "texmf-dist/doc/latex/mathexam/README", + "texmf-dist/doc/latex/mathexam/mathexam.pdf", + "texmf-dist/doc/latex/mathexam/sample.pdf", + }, + ["pbsheet"] = { + "texmf-dist/doc/latex/pbsheet/LPPL", + "texmf-dist/doc/latex/pbsheet/README", + "texmf-dist/doc/latex/pbsheet/pbsheet.pdf", + "texmf-dist/doc/latex/pbsheet/pbsheet.ps", + "texmf-dist/doc/latex/pbsheet/xpl/GNUmakefile", + "texmf-dist/doc/latex/pbsheet/xpl/img/simbin.pdf", + "texmf-dist/doc/latex/pbsheet/xpl/xpl-fr.pdf", + }, + ["pbox"] = { + "texmf-dist/doc/latex/pbox/AUTHORS", + "texmf-dist/doc/latex/pbox/COPYING", + "texmf-dist/doc/latex/pbox/ChangeLog", + "texmf-dist/doc/latex/pbox/INSTALL", + "texmf-dist/doc/latex/pbox/README", + "texmf-dist/doc/latex/pbox/pbox.pdf", + }, + ["everypage"] = { + "texmf-dist/doc/latex/everypage/README", + "texmf-dist/doc/latex/everypage/everypage.pdf", + }, + ["qstest"] = { + "texmf-dist/doc/latex/qstest/README", + "texmf-dist/doc/latex/qstest/makematch.pdf", + "texmf-dist/doc/latex/qstest/qstest.pdf", + }, + ["resumemac"] = { + "texmf-dist/doc/plain/resumemac/README", + }, + ["itrans"] = { + "texmf-dist/doc/fonts/itrans/README", + }, + ["linguex"] = { + "texmf-dist/doc/latex/linguex/README", + "texmf-dist/doc/latex/linguex/linguex-doc.pdf", + "texmf-dist/doc/latex/linguex/ps-trees-doc.pdf", + }, + ["pauldoc"] = { + "texmf-dist/doc/latex/pauldoc/README", + "texmf-dist/doc/latex/pauldoc/pauldoc.pdf", + }, + ["frcursive"] = { + "texmf-dist/doc/fonts/frcursive/COPYING", + "texmf-dist/doc/fonts/frcursive/FILES", + "texmf-dist/doc/fonts/frcursive/README", + "texmf-dist/doc/fonts/frcursive/latex/Makefile", + "texmf-dist/doc/fonts/frcursive/mf/Makefile", + "texmf-dist/doc/fonts/frcursive/test/Makefile", + }, + ["patgen2-tutorial"] = { + "texmf-dist/doc/support/patgen2-tutorial/patgen2.pdf", + }, + ["ednotes"] = { + "texmf-dist/doc/latex/ednotes/CHANGES.txt", + "texmf-dist/doc/latex/ednotes/CHANGING.txt", + "texmf-dist/doc/latex/ednotes/README", + "texmf-dist/doc/latex/ednotes/README4U.txt", + "texmf-dist/doc/latex/ednotes/READMORE.txt", + "texmf-dist/doc/latex/ednotes/ednotes.pdf", + "texmf-dist/doc/latex/ednotes/ednotugb.pdf", + "texmf-dist/doc/latex/ednotes/visible.txt", + }, + ["fltpoint"] = { + "texmf-dist/doc/generic/fltpoint/README", + "texmf-dist/doc/generic/fltpoint/fltpoint.pdf", + }, + ["patgen"] = { + "texmf/doc/man/man1/patgen.man1.pdf", + }, + ["lshort-vietnamese"] = { + "texmf-dist/doc/latex/lshort-vietnamese/README", + "texmf-dist/doc/latex/lshort-vietnamese/lshort-vi.pdf", + "texmf-dist/doc/latex/lshort-vietnamese/src/LocalVariables", + "texmf-dist/doc/latex/lshort-vietnamese/src/Makefile", + "texmf-dist/doc/latex/lshort-vietnamese/src/README.txt", + }, + ["nag"] = { + "texmf-dist/doc/latex/nag/README", + "texmf-dist/doc/latex/nag/nag.pdf", + }, + ["papertex"] = { + "texmf-dist/doc/latex/papertex/CHANGES", + "texmf-dist/doc/latex/papertex/README", + "texmf-dist/doc/latex/papertex/example/example.pdf", + "texmf-dist/doc/latex/papertex/papertex.pdf", + }, + ["kluwer"] = { + "texmf-dist/doc/latex/kluwer/00readme", + "texmf-dist/doc/latex/kluwer/sampkluw.dvi", + "texmf-dist/doc/latex/kluwer/sampopen.dvi", + "texmf-dist/doc/latex/kluwer/usrman.dvi", + }, + ["paper"] = { + "texmf-dist/doc/latex/paper/README", + "texmf-dist/doc/latex/paper/install", + "texmf-dist/doc/latex/paper/paper.pdf", + }, + ["clrscode"] = { + "texmf-dist/doc/latex/clrscode/README", + "texmf-dist/doc/latex/clrscode/clrscode.pdf", + }, + ["statistik"] = { + "texmf-dist/doc/latex/statistik/sta_cvs.dvi", + "texmf-dist/doc/latex/statistik/sta_mytable.dvi", + "texmf-dist/doc/latex/statistik/sta_tab.dvi", + "texmf-dist/doc/latex/statistik/sta_textable.dvi", + "texmf-dist/doc/latex/statistik/sta_xml.dvi", + }, + ["bibarts"] = { + "texmf-dist/doc/latex/bibarts/bibarts.pdf", + }, + ["overpic"] = { + "texmf-dist/doc/latex/overpic/README", + "texmf-dist/doc/latex/overpic/opic-abs.dvi", + "texmf-dist/doc/latex/overpic/opic-rel.dvi", + }, + ["outline"] = { + "texmf-dist/doc/latex/outline/README", + }, + ["oubraces"] = { + "texmf-dist/doc/latex/oubraces/oubraces.pdf", + }, + ["otibet"] = { + "texmf-dist/doc/latex/otibet/README", + "texmf-dist/doc/latex/otibet/allbasic.dvi", + "texmf-dist/doc/latex/otibet/tiblatex.dvi", + "texmf-dist/doc/latex/otibet/unidoc.dvi", + "texmf-dist/doc/latex/otibet/yugpacan.dvi", + }, + ["blindtext"] = { + "texmf-dist/doc/latex/blindtext/README", + "texmf-dist/doc/latex/blindtext/blindtext.pdf", + }, + ["opcit"] = { + "texmf-dist/doc/latex/opcit/README", + "texmf-dist/doc/latex/opcit/opcit.pdf", + }, + ["montex"] = { + "texmf-dist/doc/latex/montex/00README", + "texmf-dist/doc/latex/montex/ANNOUNCE", + "texmf-dist/doc/latex/montex/EMTEX", + "texmf-dist/doc/latex/montex/HISTORY", + "texmf-dist/doc/latex/montex/INSTALL", + "texmf-dist/doc/latex/montex/MIKTEX", + "texmf-dist/doc/latex/montex/TODO", + "texmf-dist/doc/latex/montex/UPDATE", + "texmf-dist/doc/latex/montex/mlsquick.pdf", + "texmf-dist/doc/latex/montex/montex.pdf", + "texmf-dist/doc/latex/montex/zanabazr.pdf", + }, + ["chessfss"] = { + "texmf-dist/doc/latex/chessfss/README", + }, + ["ly1"] = { + "texmf-dist/doc/fonts/ly1/ly1.txt", + "texmf-dist/doc/fonts/ly1/texnansi.txt", + }, + ["omegaware"] = { + "texmf/doc/man/man1/odvicopy.man1.pdf", + "texmf/doc/man/man1/odvips.man1.pdf", + "texmf/doc/man/man1/odvitype.man1.pdf", + "texmf/doc/man/man1/ofm2opl.man1.pdf", + "texmf/doc/man/man1/opl2ofm.man1.pdf", + "texmf/doc/man/man1/otp2ocp.man1.pdf", + "texmf/doc/man/man1/outocp.man1.pdf", + "texmf/doc/man/man1/ovf2ovp.man1.pdf", + "texmf/doc/man/man1/ovp2ovf.man1.pdf", + }, + ["revtex"] = { + "texmf-dist/doc/latex/revtex/DOWNLOAD", + "texmf-dist/doc/latex/revtex/README", + "texmf-dist/doc/latex/revtex/aip/aipguide4-1.pdf", + "texmf-dist/doc/latex/revtex/aps/apsguide4-1.pdf", + "texmf-dist/doc/latex/revtex/auguide/auguide4-1.pdf", + "texmf-dist/doc/latex/revtex/auguide/summary4-1.pdf", + "texmf-dist/doc/latex/revtex/auguide/whatsnew4-1.pdf", + "texmf-dist/doc/latex/revtex/sample/aip/aipsamp.pdf", + "texmf-dist/doc/latex/revtex/sample/aps/apssamp.pdf", + "texmf-dist/doc/latex/revtex/source/aip.pdf", + "texmf-dist/doc/latex/revtex/source/ltxdocext.pdf", + "texmf-dist/doc/latex/revtex/source/ltxfront.pdf", + "texmf-dist/doc/latex/revtex/source/ltxgrid.pdf", + "texmf-dist/doc/latex/revtex/source/ltxutil.pdf", + "texmf-dist/doc/latex/revtex/source/revtex4-1.pdf", + }, + ["objectz"] = { + "texmf-dist/doc/latex/objectz/ozguide.dvi", + "texmf-dist/doc/latex/objectz/oztest.dvi", + }, + ["numprint"] = { + "texmf-dist/doc/latex/numprint/README", + "texmf-dist/doc/latex/numprint/nbaseprt.pdf", + "texmf-dist/doc/latex/numprint/numprint.pdf", + }, + ["newvbtm"] = { + "texmf-dist/doc/latex/newvbtm/README", + "texmf-dist/doc/latex/newvbtm/newvbtm-man.dvi", + }, + ["ntheorem"] = { + "texmf-dist/doc/latex/ntheorem/README", + "texmf-dist/doc/latex/ntheorem/ntheorem.pdf", + }, + ["eurosans"] = { + "texmf-dist/doc/latex/eurosans/README", + }, + ["synproof"] = { + "texmf-dist/doc/latex/synproof/README", + "texmf-dist/doc/latex/synproof/synproof-doc.pdf", + }, + ["ibygrk"] = { + "texmf-dist/doc/fonts/ibygrk/COPYING", + "texmf-dist/doc/fonts/ibygrk/NEWS", + "texmf-dist/doc/fonts/ibygrk/README", + }, + ["notes"] = { + "texmf-dist/doc/latex/notes/makedoc", + "texmf-dist/doc/latex/notes/notes.pdf", + }, + ["enumitem"] = { + "texmf-dist/doc/latex/enumitem/README", + "texmf-dist/doc/latex/enumitem/enumitem.pdf", + }, + ["mftinc"] = { + "texmf-dist/doc/latex/mftinc/README", + "texmf-dist/doc/latex/mftinc/mftinc.pdf", + }, + ["nostarch"] = { + "texmf-dist/doc/latex/nostarch/README", + "texmf-dist/doc/latex/nostarch/nostarch.pdf", + "texmf-dist/doc/latex/nostarch/nssample.pdf", + }, + ["qobitree"] = { + "texmf-dist/doc/latex/qobitree/README", + }, + ["noitcrul"] = { + "texmf-dist/doc/latex/noitcrul/README", + "texmf-dist/doc/latex/noitcrul/noitcrul.pdf", + }, + ["nicetext"] = { + "texmf-dist/doc/latex/nicetext/NNOUNCE.TXT", + "texmf-dist/doc/latex/nicetext/README", + "texmf-dist/doc/latex/nicetext/README.txt", + "texmf-dist/doc/latex/nicetext/fifinddo.pdf", + "texmf-dist/doc/latex/nicetext/makedoc.pdf", + "texmf-dist/doc/latex/nicetext/niceverb.pdf", + "texmf-dist/doc/latex/nicetext/wikicheat.pdf", + }, + ["ean"] = { + "texmf-dist/doc/fonts/ean/README", + "texmf-dist/doc/fonts/ean/ocrbinfo", + }, + ["newspaper"] = { + "texmf-dist/doc/latex/newspaper/Figure1.pdf", + "texmf-dist/doc/latex/newspaper/Figure2.pdf", + "texmf-dist/doc/latex/newspaper/README", + "texmf-dist/doc/latex/newspaper/newspaper.pdf", + }, + ["newlfm"] = { + "texmf-dist/doc/latex/newlfm/README", + "texmf-dist/doc/latex/newlfm/draft.pdf", + "texmf-dist/doc/latex/newlfm/lvb.pdf", + "texmf-dist/doc/latex/newlfm/make_clean", + "texmf-dist/doc/latex/newlfm/make_unix", + "texmf-dist/doc/latex/newlfm/manual.pdf", + "texmf-dist/doc/latex/newlfm/newlfm.pdf", + "texmf-dist/doc/latex/newlfm/newlfm.txt", + "texmf-dist/doc/latex/newlfm/palm.pdf", + "texmf-dist/doc/latex/newlfm/testms.pdf", + "texmf-dist/doc/latex/newlfm/wine.pdf", + }, + ["geometry"] = { + "texmf-dist/doc/latex/geometry/README", + "texmf-dist/doc/latex/geometry/changes.txt", + "texmf-dist/doc/latex/geometry/geometry.pdf", + }, + ["pst-fr3d"] = { + "texmf-dist/doc/generic/pst-fr3d/Changes", + "texmf-dist/doc/generic/pst-fr3d/README", + "texmf-dist/doc/generic/pst-fr3d/pst-fr3d.pdf", + }, + ["galois"] = { + "texmf-dist/doc/latex/galois/README", + "texmf-dist/doc/latex/galois/galois.pdf", + }, + ["mtgreek"] = { + "texmf-dist/doc/latex/mtgreek/mtgtest.dvi", + }, + ["nath"] = { + "texmf-dist/doc/latex/nath/README", + "texmf-dist/doc/latex/nath/nathguide.pdf", + }, + ["parallel"] = { + "texmf-dist/doc/latex/parallel/parallel.pdf", + "texmf-dist/doc/latex/parallel/readme", + }, + ["mxedruli"] = { + "texmf-dist/doc/fonts/mxedruli/README", + "texmf-dist/doc/fonts/mxedruli/mxeddoc.pdf", + }, + ["sectionbox"] = { + "texmf-dist/doc/latex/sectionbox/README", + "texmf-dist/doc/latex/sectionbox/sectionboxmanual.pdf", + }, + ["recipe"] = { + "texmf-dist/doc/latex/recipe/README", + "texmf-dist/doc/latex/recipe/sample.pdf", + }, + ["cite"] = { + "texmf-dist/doc/latex/cite/README", + }, + ["musixtex"] = { + "texmf-dist/doc/generic/musixtex/CHANGES", + "texmf-dist/doc/generic/musixtex/README", + "texmf-dist/doc/generic/musixtex/license.txt", + "texmf-dist/doc/generic/musixtex/musixdoc.pdf", + }, + ["musixps"] = { + "texmf-dist/doc/generic/musixps/readme.txt", + }, + ["frontespizio"] = { + "texmf-dist/doc/latex/frontespizio/README", + "texmf-dist/doc/latex/frontespizio/frontespizio.pdf", + }, + ["algorithms"] = { + "texmf-dist/doc/latex/algorithms/COPYING", + "texmf-dist/doc/latex/algorithms/README", + "texmf-dist/doc/latex/algorithms/THANKS", + "texmf-dist/doc/latex/algorithms/algorithms.pdf", + }, + ["musictex"] = { + "texmf-dist/doc/generic/musictex/euromtex.dvi", + "texmf-dist/doc/generic/musictex/musicdoc.dvi", + "texmf-dist/doc/generic/musictex/musicref.dvi", + }, + ["mpman-ru"] = { + "texmf-dist/doc/metapost/mpman-ru/Makefile", + "texmf-dist/doc/metapost/mpman-ru/README", + "texmf-dist/doc/metapost/mpman-ru/mpman-ru.pdf", + }, + ["multirow"] = { + "texmf-dist/doc/latex/multirow/README", + }, + ["mff"] = { + "texmf-dist/doc/latex/mff/mffdoc.dvi", + }, + ["multido"] = { + "texmf-dist/doc/generic/multido/Changes", + "texmf-dist/doc/generic/multido/multido.pdf", + }, + ["latexdiff"] = { + "texmf-dist/doc/latex/latexdiff/CHANGES", + "texmf-dist/doc/latex/latexdiff/LICENSE", + "texmf-dist/doc/latex/latexdiff/Makefile", + "texmf-dist/doc/latex/latexdiff/README", + "texmf-dist/doc/latex/latexdiff/contrib/latexdiff-wrap", + "texmf-dist/doc/latex/latexdiff/latexdiff", + "texmf-dist/doc/latex/latexdiff/latexdiff-fast", + "texmf-dist/doc/latex/latexdiff/latexdiff-man.pdf", + "texmf/doc/man/man1/latexdiff-vc.man1.pdf", + "texmf/doc/man/man1/latexdiff.man1.pdf", + "texmf/doc/man/man1/latexrevise.man1.pdf", + }, + ["bbding"] = { + "texmf-dist/doc/latex/bbding/README", + "texmf-dist/doc/latex/bbding/bbding.pdf", + }, + ["munich"] = { + "texmf-dist/doc/latex/munich/README", + "texmf-dist/doc/latex/munich/documenation_munich_Bibtex_style.pdf", + "texmf-dist/doc/latex/munich/example_munich_Bibtex_style.pdf", + }, + ["mparhack"] = { + "texmf-dist/doc/latex/mparhack/README", + "texmf-dist/doc/latex/mparhack/mparhack.pdf", + }, + ["mp3d"] = { + "texmf-dist/doc/metapost/mp3d/README", + "texmf-dist/doc/metapost/mp3d/gut2001.pdf", + "texmf-dist/doc/metapost/mp3d/paper1997corrected.pdf", + "texmf-dist/doc/metapost/mp3d/tb57roeg.pdf", + "texmf-dist/doc/metapost/mp3d/tugboat-geometry-space.pdf", + }, + ["hepparticles"] = { + "texmf-dist/doc/latex/hepparticles/README", + "texmf-dist/doc/latex/hepparticles/hepparticles.pdf", + "texmf-dist/doc/latex/hepparticles/testhepparticles.pdf", + }, + ["fltpage"] = { + "texmf-dist/doc/latex/fltpage/fltpage.pdf", + }, + ["chletter"] = { + "texmf-dist/doc/latex/chletter/README", + "texmf-dist/doc/latex/chletter/chletterdoc.pdf", + }, + ["ordinalpt"] = { + "texmf-dist/doc/latex/ordinalpt/README", + "texmf-dist/doc/latex/ordinalpt/ordinalpt.pdf", + }, + ["hypdvips"] = { + "texmf-dist/doc/latex/hypdvips/README", + "texmf-dist/doc/latex/hypdvips/hypdvips.pdf", + "texmf-dist/doc/latex/hypdvips/manifest.txt", + }, + ["intro-scientific"] = { + "texmf-dist/doc/latex/intro-scientific/Makefile", + "texmf-dist/doc/latex/intro-scientific/README", + "texmf-dist/doc/latex/intro-scientific/earth-moon.pdf", + "texmf-dist/doc/latex/intro-scientific/scidoc.pdf", + }, + ["qpxqtx"] = { + "texmf-dist/doc/fonts/qpxqtx/00README", + }, + ["dingbat"] = { + "texmf-dist/doc/fonts/dingbat/README", + "texmf-dist/doc/fonts/dingbat/dingbat.pdf", + }, + ["leftidx"] = { + "texmf-dist/doc/latex/leftidx/README", + "texmf-dist/doc/latex/leftidx/leftidx.pdf", + }, + ["apacite"] = { + "texmf-dist/doc/latex/apacite/README", + "texmf-dist/doc/latex/apacite/apacite.pdf", + }, + ["pb-diagram"] = { + "texmf-dist/doc/latex/pb-diagram/COPYING", + "texmf-dist/doc/latex/pb-diagram/README", + "texmf-dist/doc/latex/pb-diagram/pb-manual.pdf", + }, + ["pinlabel"] = { + "texmf-dist/doc/latex/pinlabel/README", + "texmf-dist/doc/latex/pinlabel/pinlabdoc.pdf", + "texmf-dist/doc/latex/pinlabel/src/fig3.pdf", + "texmf-dist/doc/latex/pinlabel/src/fig6.pdf", + "texmf-dist/doc/latex/pinlabel/src/put.pdf", + "texmf-dist/doc/latex/pinlabel/src/put2.pdf", + "texmf-dist/doc/latex/pinlabel/src/screen.pdf", + }, + ["etoolbox"] = { + "texmf-dist/doc/latex/etoolbox/LICENSE", + "texmf-dist/doc/latex/etoolbox/README", + "texmf-dist/doc/latex/etoolbox/etoolbox.pdf", + }, + ["oldstyle"] = { + "texmf-dist/doc/latex/oldstyle/oldstyle.pdf", + }, + ["mltex"] = { + "texmf-dist/doc/latex/mltex/README", + "texmf-dist/doc/latex/mltex/mltex.txt", + "texmf-dist/doc/latex/mltex/testmlft.dvi", + "texmf-dist/doc/latex/mltex/testmlsw.dvi", + }, + ["mlist"] = { + "texmf-dist/doc/latex/mlist/README", + "texmf-dist/doc/latex/mlist/mlist.pdf", + }, + ["ebezier"] = { + "texmf-dist/doc/latex/ebezier/ebezier.pdf", + }, + ["lhelp"] = { + "texmf-dist/doc/latex/lhelp/lhelp.pdf", + }, + ["cmcyr"] = { + "texmf-dist/doc/fonts/cmcyr/README", + "texmf-dist/doc/fonts/cmcyr/cmalt", + "texmf-dist/doc/fonts/cmcyr/cmalte", + "texmf-dist/doc/fonts/cmcyr/cmiso", + "texmf-dist/doc/fonts/cmcyr/cmisoe", + "texmf-dist/doc/fonts/cmcyr/cmkde", + "texmf-dist/doc/fonts/cmcyr/cmkdee", + "texmf-dist/doc/fonts/cmcyr/cmkoi8", + "texmf-dist/doc/fonts/cmcyr/cmkoi8e", + "texmf-dist/doc/fonts/cmcyr/cmwin", + "texmf-dist/doc/fonts/cmcyr/cmwine", + "texmf-dist/doc/fonts/cmcyr/cyralt", + "texmf-dist/doc/fonts/cmcyr/cyralte", + "texmf-dist/doc/fonts/cmcyr/cyriso", + "texmf-dist/doc/fonts/cmcyr/cyrisoe", + "texmf-dist/doc/fonts/cmcyr/cyrkde", + "texmf-dist/doc/fonts/cmcyr/cyrkdee", + "texmf-dist/doc/fonts/cmcyr/cyrkoi8", + "texmf-dist/doc/fonts/cmcyr/cyrkoi8e", + "texmf-dist/doc/fonts/cmcyr/cyrwin", + "texmf-dist/doc/fonts/cmcyr/cyrwine", + "texmf-dist/doc/fonts/cmcyr/wncalt", + "texmf-dist/doc/fonts/cmcyr/wncalte", + "texmf-dist/doc/fonts/cmcyr/wnciso", + "texmf-dist/doc/fonts/cmcyr/wncisoe", + "texmf-dist/doc/fonts/cmcyr/wnckoi8", + "texmf-dist/doc/fonts/cmcyr/wnckoi8e", + }, + ["svn"] = { + "texmf-dist/doc/latex/svn/README", + "texmf-dist/doc/latex/svn/svn.pdf", + }, + ["dtk"] = { + "texmf-dist/doc/latex/dtk/README", + }, + ["yplan"] = { + "texmf-dist/doc/latex/yplan/yplan", + }, + ["carolmin-ps"] = { + "texmf-dist/doc/fonts/carolmin-ps/README", + }, + ["typespec"] = { + "texmf-dist/doc/plain/typespec/TypeSpec.pdf", + }, + ["alnumsec"] = { + "texmf-dist/doc/latex/alnumsec/README", + "texmf-dist/doc/latex/alnumsec/alnumsec.pdf", + }, + ["todo"] = { + "texmf-dist/doc/latex/todo/todo.pdf", + }, + ["soton"] = { + "texmf-dist/doc/latex/soton/README", + }, + ["moreverb"] = { + "texmf-dist/doc/latex/moreverb/README", + "texmf-dist/doc/latex/moreverb/moreverb.pdf", + }, + ["lfb"] = { + "texmf-dist/doc/fonts/lfb/README", + "texmf-dist/doc/fonts/lfb/example.pdf", + }, + ["ukrhyph"] = { + "texmf-dist/doc/generic/ukrhyph/README", + "texmf-dist/doc/generic/ukrhyph/rules60.pdf", + "texmf-dist/doc/generic/ukrhyph/rules90.pdf", + "texmf-dist/doc/generic/ukrhyph/rules_ph.pdf", + }, + ["quotmark"] = { + "texmf-dist/doc/latex/quotmark/CHANGES", + "texmf-dist/doc/latex/quotmark/README", + "texmf-dist/doc/latex/quotmark/quotmark.pdf", + }, + ["dcpic"] = { + "texmf-dist/doc/generic/dcpic/README", + }, + ["delimtxt"] = { + "texmf-dist/doc/latex/delimtxt/delimtxt.pdf", + }, + ["alg"] = { + "texmf-dist/doc/latex/alg/readme.txt", + }, + ["cm-super"] = { + "texmf-dist/doc/fonts/cm-super/COPYING", + "texmf-dist/doc/fonts/cm-super/ChangeLog", + "texmf-dist/doc/fonts/cm-super/FAQ", + "texmf-dist/doc/fonts/cm-super/INSTALL", + "texmf-dist/doc/fonts/cm-super/README", + "texmf-dist/doc/fonts/cm-super/TODO", + }, + ["examplep"] = { + "texmf-dist/doc/latex/examplep/README", + "texmf-dist/doc/latex/examplep/eurotex_2005_examplep.pdf", + "texmf-dist/doc/latex/examplep/houses.pdf", + "texmf-dist/doc/latex/examplep/pexaminipage.pdf", + "texmf-dist/doc/latex/examplep/shorthyp_t1xtts.pdf", + }, + ["fontools"] = { + "texmf-dist/doc/support/fontools/GPLv2.txt", + "texmf-dist/doc/support/fontools/README", + "texmf-dist/doc/support/fontools/examples/berling/makeberling", + "texmf-dist/doc/support/fontools/examples/frutiger/makefrutiger", + "texmf-dist/doc/support/fontools/examples/palatinox/make_Palatino", + "texmf/doc/man/man1/afm2afm.man1.pdf", + "texmf/doc/man/man1/autoinst.man1.pdf", + "texmf/doc/man/man1/cmap2enc.man1.pdf", + "texmf/doc/man/man1/font2afm.man1.pdf", + "texmf/doc/man/man1/ot2kpx.man1.pdf", + "texmf/doc/man/man1/pfm2kpx.man1.pdf", + "texmf/doc/man/man1/showglyphs.man1.pdf", + }, + ["metapost-examples"] = { + "texmf-dist/doc/metapost/metapost-examples/Makefile", + "texmf-dist/doc/metapost/metapost-examples/README", + "texmf-dist/doc/metapost/metapost-examples/data1", + "texmf-dist/doc/metapost/metapost-examples/data2", + "texmf-dist/doc/metapost/metapost-examples/data3", + }, + ["extract"] = { + "texmf-dist/doc/latex/extract/README", + "texmf-dist/doc/latex/extract/extract.pdf", + }, + ["miniplot"] = { + "texmf-dist/doc/latex/miniplot/disclaimer.txt", + "texmf-dist/doc/latex/miniplot/miniplot.dvi", + }, + ["minipage-marginpar"] = { + "texmf-dist/doc/latex/minipage-marginpar/README", + "texmf-dist/doc/latex/minipage-marginpar/minipage-marginpar.pdf", + }, + ["pst-bar"] = { + "texmf-dist/doc/generic/pst-bar/README", + "texmf-dist/doc/generic/pst-bar/pst-bar-doc.pdf", + }, + ["dice"] = { + "texmf-dist/doc/fonts/dice/dice3d.dvi", + }, + ["wasysym"] = { + "texmf-dist/doc/latex/wasysym/wasysym.pdf", + }, + ["epslatex-fr"] = { + "texmf-dist/doc/latex/epslatex-fr/README", + "texmf-dist/doc/latex/epslatex-fr/cm.ps", + "texmf-dist/doc/latex/epslatex-fr/fepslatex.pdf", + "texmf-dist/doc/latex/epslatex-fr/pretzel.ps", + "texmf-dist/doc/latex/epslatex-fr/rosette.ps", + }, + ["cmpica"] = { + "texmf-dist/doc/latex/cmpica/README", + }, + ["mhchem"] = { + "texmf-dist/doc/latex/mhchem/legal.txt", + "texmf-dist/doc/latex/mhchem/mhchem.pdf", + }, + ["mh"] = { + "texmf-dist/doc/latex/mh/README", + "texmf-dist/doc/latex/mh/breqn-technotes.pdf", + "texmf-dist/doc/latex/mh/breqn.pdf", + "texmf-dist/doc/latex/mh/empheq.pdf", + "texmf-dist/doc/latex/mh/flexisym.pdf", + "texmf-dist/doc/latex/mh/mathstyle.pdf", + "texmf-dist/doc/latex/mh/mathtools.pdf", + "texmf-dist/doc/latex/mh/mhsetup.pdf", + "texmf-dist/doc/latex/mh/xfrac.pdf", + }, + ["mkpattern"] = { + "texmf-dist/doc/plain/mkpattern/README", + "texmf-dist/doc/plain/mkpattern/mkpatter.pdf", + }, + ["xnewcommand"] = { + "texmf-dist/doc/latex/xnewcommand/README", + "texmf-dist/doc/latex/xnewcommand/xnewcommand.pdf", + }, + ["circ"] = { + "texmf-dist/doc/latex/circ/COPYING", + "texmf-dist/doc/latex/circ/README", + "texmf-dist/doc/latex/circ/circ.pdf", + "texmf-dist/doc/latex/circ/circ.txt", + }, + ["margbib"] = { + "texmf-dist/doc/latex/margbib/margbib.pdf", + }, + ["astro"] = { + "texmf-dist/doc/fonts/astro/astrosym.txt", + }, + ["makecell"] = { + "texmf-dist/doc/latex/makecell/README", + "texmf-dist/doc/latex/makecell/makecell-rus.pdf", + "texmf-dist/doc/latex/makecell/makecell.pdf", + }, + ["dvdcoll"] = { + "texmf-dist/doc/latex/dvdcoll/CHANGES", + "texmf-dist/doc/latex/dvdcoll/INSTALL", + "texmf-dist/doc/latex/dvdcoll/README", + "texmf-dist/doc/latex/dvdcoll/dcexample.pdf", + "texmf-dist/doc/latex/dvdcoll/dvdcoll.pdf", + "texmf-dist/doc/latex/dvdcoll/dvdcoll_de.pdf", + "texmf-dist/doc/latex/dvdcoll/manifest.txt", + }, + ["mfware"] = { + "texmf/doc/man/man1/gftodvi.man1.pdf", + "texmf/doc/man/man1/gftopk.man1.pdf", + "texmf/doc/man/man1/gftype.man1.pdf", + "texmf/doc/man/man1/mft.man1.pdf", + "texmf/doc/man/man1/pktogf.man1.pdf", + "texmf/doc/man/man1/pktype.man1.pdf", + }, + ["lshort-italian"] = { + "texmf-dist/doc/latex/lshort-italian/CHANGES", + "texmf-dist/doc/latex/lshort-italian/MANIFEST", + "texmf-dist/doc/latex/lshort-italian/Makefile", + "texmf-dist/doc/latex/lshort-italian/README", + "texmf-dist/doc/latex/lshort-italian/TRANSLATIONS", + "texmf-dist/doc/latex/lshort-italian/itlshort.pdf", + }, + ["epiolmec"] = { + "texmf-dist/doc/latex/epiolmec/GlyphAccessCommands.pdf", + }, + ["mfpic"] = { + "texmf-dist/doc/generic/mfpic/README", + "texmf-dist/doc/generic/mfpic/changes.txt", + "texmf-dist/doc/generic/mfpic/install.txt", + "texmf-dist/doc/generic/mfpic/mfpcard.pdf", + "texmf-dist/doc/generic/mfpic/mfpguide.pdf", + "texmf-dist/doc/generic/mfpic/mfpic-doc.pdf", + }, + ["makebarcode"] = { + "texmf-dist/doc/latex/makebarcode/License.txt", + "texmf-dist/doc/latex/makebarcode/README", + "texmf-dist/doc/latex/makebarcode/makebarcode.pdf", + }, + ["antomega"] = { + "texmf-dist/doc/omega/antomega/README", + "texmf-dist/doc/omega/antomega/antomega.pdf", + }, + ["mfnfss"] = { + "texmf-dist/doc/latex/mfnfss/changes.txt", + "texmf-dist/doc/latex/mfnfss/manifest.txt", + "texmf-dist/doc/latex/mfnfss/readme.txt", + }, + ["mflogo"] = { + "texmf-dist/doc/latex/mflogo/mflogo.dvi", + }, + ["mla-paper"] = { + "texmf-dist/doc/latex/mla-paper/README", + }, + ["latex-web-companion"] = { + "texmf-dist/doc/latex/latex-web-companion/apa/teched.html", + "texmf-dist/doc/latex/latex-web-companion/apc/utf8.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30.dvi", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/ex30.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/index.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/WARNINGS", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/ex31.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/ex32.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa.dvi", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/index.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/l2hexa.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node1.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node2.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node3.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node4.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node5.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node6.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node7.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node8.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS.dvi", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/WARNINGS", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/index.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/node1.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/sampleAMS.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath.dvi", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/WARNINGS", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/index.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/node1.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/sampleMath.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages.dvi", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/WARNINGS", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/index.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/node1.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/sampleMathImages.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb.dvi", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/WARNINGS", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/index.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/node1.html", + "texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/sampleMathThumb.html", + "texmf-dist/doc/latex/latex-web-companion/xml/catalog", + "texmf-dist/doc/latex/latex-web-companion/xmlstyle/catalog", + "texmf-dist/doc/latex/latex-web-companion/xmlstyle/invfop.pdf", + "texmf-dist/doc/latex/latex-web-companion/xmlstyle/invitation2.html", + }, + ["eukdate"] = { + "texmf-dist/doc/latex/eukdate/README", + "texmf-dist/doc/latex/eukdate/eukdate.pdf", + }, + ["dozenal"] = { + "texmf-dist/doc/fonts/dozenal/README", + "texmf-dist/doc/fonts/dozenal/dozenal.pdf", + }, + ["coverpage"] = { + "texmf-dist/doc/latex/coverpage/CoverPage.pdf", + "texmf-dist/doc/latex/coverpage/ECCV06Sample.pdf", + "texmf-dist/doc/latex/coverpage/README", + "texmf-dist/doc/latex/coverpage/SimpleSample.BibTeX.txt", + "texmf-dist/doc/latex/coverpage/SimpleSample.pdf", + }, + ["method"] = { + "texmf-dist/doc/latex/method/methtest.dvi", + }, + ["exercise"] = { + "texmf-dist/doc/latex/exercise/README", + "texmf-dist/doc/latex/exercise/exercise.pdf", + }, + ["metatex"] = { + "texmf-dist/doc/plain/metatex/README", + "texmf-dist/doc/plain/metatex/gpl.txt", + "texmf-dist/doc/plain/metatex/mtpaper.pdf", + }, + ["eso-pic"] = { + "texmf-dist/doc/latex/eso-pic/eso-pic.pdf", + }, + ["circuitikz"] = { + "texmf-dist/doc/latex/circuitikz/CHANGELOG", + "texmf-dist/doc/latex/circuitikz/README", + "texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf", + "texmf-dist/doc/latex/circuitikz/context.pdf", + }, + ["datenumber"] = { + "texmf-dist/doc/latex/datenumber/README.txt", + "texmf-dist/doc/latex/datenumber/doc.dvi", + "texmf-dist/doc/latex/datenumber/docgerman.dvi", + }, + ["mciteplus"] = { + "texmf-dist/doc/latex/mciteplus/README", + "texmf-dist/doc/latex/mciteplus/changelog.txt", + "texmf-dist/doc/latex/mciteplus/mciteplus_code.txt", + "texmf-dist/doc/latex/mciteplus/mciteplus_doc.pdf", + }, + ["cbcoptic"] = { + "texmf-dist/doc/latex/cbcoptic/README", + "texmf-dist/doc/latex/cbcoptic/coptfont.pdf", + "texmf-dist/doc/latex/cbcoptic/testcopOK.pdf", + }, + ["draftcopy"] = { + "texmf-dist/doc/latex/draftcopy/README", + "texmf-dist/doc/latex/draftcopy/draftcopy.pdf", + }, + ["bbm"] = { + "texmf-dist/doc/fonts/bbm/README", + }, + ["carlisle"] = { + "texmf-dist/doc/latex/carlisle/README", + "texmf-dist/doc/latex/carlisle/ltxtable.pdf", + }, + ["cmap"] = { + "texmf-dist/doc/latex/cmap/README", + }, + ["epsdice"] = { + "texmf-dist/doc/latex/epsdice/README", + "texmf-dist/doc/latex/epsdice/dice.pdf", + "texmf-dist/doc/latex/epsdice/epsdice.pdf", + }, + ["pst-eps"] = { + "texmf-dist/doc/generic/pst-eps/Changes", + "texmf-dist/doc/generic/pst-eps/README", + "texmf-dist/doc/generic/pst-eps/pst-eps-doc.pdf", + }, + ["dotarrow"] = { + "texmf-dist/doc/latex/dotarrow/DotArrow.pdf", + "texmf-dist/doc/latex/dotarrow/README", + }, + ["eurofont"] = { + "texmf-dist/doc/fonts/eurofont/dvidrive.txt", + "texmf-dist/doc/fonts/eurofont/eurosamp.pdf", + "texmf-dist/doc/fonts/eurofont/eutest.dvi", + "texmf-dist/doc/fonts/eurofont/readme.txt", + }, + ["gmverse"] = { + "texmf-dist/doc/latex/gmverse/README", + "texmf-dist/doc/latex/gmverse/gmverse.pdf", + }, + ["fenixpar"] = { + "texmf-dist/doc/generic/fenixpar/README", + }, + ["multibbl"] = { + "texmf-dist/doc/latex/multibbl/multibbl.pdf", + }, + ["keycommand"] = { + "texmf-dist/doc/latex/keycommand/README", + "texmf-dist/doc/latex/keycommand/keycommand-example.pdf", + "texmf-dist/doc/latex/keycommand/keycommand.pdf", + }, + ["custom-bib"] = { + "texmf-dist/doc/latex/custom-bib/makebst.pdf", + "texmf-dist/doc/latex/custom-bib/merlin.pdf", + }, + ["concmath-fonts"] = { + "texmf-dist/doc/fonts/concmath-fonts/CATALOGUE", + "texmf-dist/doc/fonts/concmath-fonts/Makefile", + "texmf-dist/doc/fonts/concmath-fonts/README", + }, + ["dvipdfm"] = { + "texmf/doc/dvipdfm/Makefile", + "texmf/doc/dvipdfm/dvipdfm.pdf", + "texmf/doc/dvipdfm/something.pdf", + "texmf/doc/dvipdfm/transistor.pdf", + "texmf/doc/man/man1/dvipdfm.man1.pdf", + "texmf/doc/man/man1/dvipdft.man1.pdf", + "texmf/doc/man/man1/ebb.man1.pdf", + }, + ["guitlogo"] = { + "texmf-dist/doc/latex/guitlogo/README", + "texmf-dist/doc/latex/guitlogo/guit.pdf", + "texmf-dist/doc/latex/guitlogo/guittest.pdf", + }, + ["jurarsp"] = { + "texmf-dist/doc/latex/jurarsp/README", + "texmf-dist/doc/latex/jurarsp/jurarsp.pdf", + }, + ["junicode"] = { + "texmf-dist/doc/fonts/junicode/Junicode.pdf", + "texmf-dist/doc/fonts/junicode/License.pdf", + "texmf-dist/doc/fonts/junicode/README", + "texmf-dist/doc/fonts/junicode/aelfric_job.pdf", + "texmf-dist/doc/fonts/junicode/mufi.pdf", + "texmf-dist/doc/fonts/junicode/replacements", + }, + ["footbib"] = { + "texmf-dist/doc/latex/footbib/README", + "texmf-dist/doc/latex/footbib/footbib.pdf", + }, + ["bbold"] = { + "texmf-dist/doc/latex/bbold/INSTALL", + "texmf-dist/doc/latex/bbold/README", + "texmf-dist/doc/latex/bbold/bbold.pdf", + }, + ["metafont"] = { + "texmf/doc/man/man1/mf-nowin.man1.pdf", + "texmf/doc/man/man1/mf.man1.pdf", + }, + ["pdfcrop"] = { + "texmf-dist/doc/support/pdfcrop/README", + }, + ["amsrefs"] = { + "texmf-dist/doc/latex/amsrefs/amsrdoc.pdf", + "texmf-dist/doc/latex/amsrefs/amsrefs.pdf", + "texmf-dist/doc/latex/amsrefs/amsxport.pdf", + "texmf-dist/doc/latex/amsrefs/changes.pdf", + "texmf-dist/doc/latex/amsrefs/cite-xa.pdf", + "texmf-dist/doc/latex/amsrefs/cite-xb.pdf", + "texmf-dist/doc/latex/amsrefs/cite-xh.pdf", + "texmf-dist/doc/latex/amsrefs/cite-xs.pdf", + "texmf-dist/doc/latex/amsrefs/ifoption.pdf", + "texmf-dist/doc/latex/amsrefs/mathscinet.pdf", + "texmf-dist/doc/latex/amsrefs/pcatcode.pdf", + "texmf-dist/doc/latex/amsrefs/rkeyval.pdf", + "texmf-dist/doc/latex/amsrefs/textcmds.pdf", + }, + ["asaetr"] = { + "texmf-dist/doc/latex/asaetr/MANIFEST", + "texmf-dist/doc/latex/asaetr/asaetr.pdf", + }, + ["mdwtools"] = { + "texmf-dist/doc/latex/mdwtools/COPYING", + "texmf-dist/doc/latex/mdwtools/README", + "texmf-dist/doc/latex/mdwtools/at.pdf", + "texmf-dist/doc/latex/mdwtools/cmtt.pdf", + "texmf-dist/doc/latex/mdwtools/doafter.pdf", + "texmf-dist/doc/latex/mdwtools/footnote.pdf", + "texmf-dist/doc/latex/mdwtools/mdwlist.pdf", + "texmf-dist/doc/latex/mdwtools/mdwmath.pdf", + "texmf-dist/doc/latex/mdwtools/mdwtab.pdf", + "texmf-dist/doc/latex/mdwtools/sverb.pdf", + "texmf-dist/doc/latex/mdwtools/syntax.pdf", + }, + ["colorwav"] = { + "texmf-dist/doc/latex/colorwav/README", + "texmf-dist/doc/latex/colorwav/colorwav.pdf", + }, + ["mceinleger"] = { + "texmf-dist/doc/latex/mceinleger/mceinleger.pdf", + }, + ["dvipos"] = { + "texmf/doc/man/man1/dvipos.man1.pdf", + }, + ["mfpic4ode"] = { + "texmf-dist/doc/latex/mfpic4ode/README", + "texmf-dist/doc/latex/mfpic4ode/demo/demo-plain.pdf", + "texmf-dist/doc/latex/mfpic4ode/demo/demo.pdf", + "texmf-dist/doc/latex/mfpic4ode/mfpic4ode.pdf", + }, + ["mcaption"] = { + "texmf-dist/doc/latex/mcaption/CHANGES", + "texmf-dist/doc/latex/mcaption/README", + "texmf-dist/doc/latex/mcaption/mcaption.pdf", + }, + ["maybemath"] = { + "texmf-dist/doc/latex/maybemath/README", + "texmf-dist/doc/latex/maybemath/maybemath.pdf", + }, + ["logpap"] = { + "texmf-dist/doc/latex/logpap/README", + "texmf-dist/doc/latex/logpap/example.pdf", + }, + ["mafr"] = { + "texmf-dist/doc/latex/mafr/ALIRE", + "texmf-dist/doc/latex/mafr/COPYING", + "texmf-dist/doc/latex/mafr/README", + "texmf-dist/doc/latex/mafr/docmafr.pdf", + }, + ["mattens"] = { + "texmf-dist/doc/latex/mattens/README", + "texmf-dist/doc/latex/mattens/mattens.pdf", + "texmf-dist/doc/latex/mattens/mattens_sample.pdf", + }, + ["mathspec"] = { + "texmf-dist/doc/xelatex/mathspec/README", + "texmf-dist/doc/xelatex/mathspec/mathspec.pdf", + }, + ["fundus"] = { + "texmf-dist/doc/latex/fundus/calligra.dvi", + "texmf-dist/doc/latex/fundus/la.dvi", + "texmf-dist/doc/latex/fundus/outline.dvi", + "texmf-dist/doc/latex/fundus/pvscript.dvi", + "texmf-dist/doc/latex/fundus/startrek.dvi", + "texmf-dist/doc/latex/fundus/suetterl.dvi", + "texmf-dist/doc/latex/fundus/twcal.dvi", + "texmf-dist/doc/latex/fundus/va.dvi", + }, + ["luaotfload"] = { + "texmf-dist/doc/luatex/luaotfload/News", + "texmf-dist/doc/luatex/luaotfload/README", + "texmf-dist/doc/luatex/luaotfload/luaotfload.pdf", + }, + ["lshort-chinese"] = { + "texmf-dist/doc/latex/lshort-chinese/README", + "texmf-dist/doc/latex/lshort-chinese/lshort-zh-cn.pdf", + }, + ["epigrafica"] = { + "texmf-dist/doc/fonts/epigrafica/README", + "texmf-dist/doc/fonts/epigrafica/epigrafica.pdf", + }, + ["easy"] = { + "texmf-dist/doc/latex/easy/README", + }, + ["active-conf"] = { + "texmf-dist/doc/latex/active-conf/README", + "texmf-dist/doc/latex/active-conf/active-conf.pdf", + "texmf-dist/doc/latex/active-conf/example/header-logo-2006.pdf", + }, + ["eepic"] = { + "texmf-dist/doc/latex/eepic/eepic.pdf", + "texmf-dist/doc/latex/eepic/fig2eepic/makefile", + "texmf-dist/doc/latex/eepic/fig2eepic/readme", + "texmf-dist/doc/latex/eepic/readme", + }, + ["mathdesign"] = { + "texmf-dist/doc/latex/mathdesign/MD-adobe-utopia-doc.pdf", + "texmf-dist/doc/latex/mathdesign/MD-adobe-utopia-example.pdf", + "texmf-dist/doc/latex/mathdesign/MD-bitstream-charter-doc.pdf", + "texmf-dist/doc/latex/mathdesign/MD-bitstream-charter-example.pdf", + "texmf-dist/doc/latex/mathdesign/MD-urw-garamond-doc.pdf", + "texmf-dist/doc/latex/mathdesign/MD-urw-garamond-example.pdf", + "texmf-dist/doc/latex/mathdesign/README", + "texmf-dist/doc/latex/mathdesign/mathdesign-doc.pdf", + "texmf-dist/doc/latex/mathdesign/mdbch/MD-bitstream-charter-doc.pdf", + "texmf-dist/doc/latex/mathdesign/mdput/MD-adobe-utopia-doc.pdf", + "texmf-dist/doc/latex/mathdesign/mdugm/MD-urw-garamond-doc.pdf", + }, + ["gauss"] = { + "texmf-dist/doc/latex/gauss/gauss-doc.dvi", + "texmf-dist/doc/latex/gauss/gauss-ex.dvi", + "texmf-dist/doc/latex/gauss/readme.txt", + }, + ["lastpage"] = { + "texmf-dist/doc/latex/lastpage/lastpage.pdf", + }, + ["cd-cover"] = { + "texmf-dist/doc/latex/cd-cover/README", + "texmf-dist/doc/latex/cd-cover/cd-cover.pdf", + }, + ["amslatex-primer"] = { + "texmf-dist/doc/latex/amslatex-primer/README", + "texmf-dist/doc/latex/amslatex-primer/amshelp.pdf", + }, + ["bold-extra"] = { + "texmf-dist/doc/latex/bold-extra/bold-extra.pdf", + }, + ["dprogress"] = { + "texmf-dist/doc/latex/dprogress/README", + "texmf-dist/doc/latex/dprogress/dprogress.pdf", + }, + ["asymptote-manual-zh-cn"] = { + "texmf-dist/doc/support/asymptote-manual-zh-cn/README", + "texmf-dist/doc/support/asymptote-manual-zh-cn/asymptote-manual-zh-cn.pdf", + "texmf-dist/doc/support/asymptote-manual-zh-cn/src/cleantmp", + "texmf-dist/doc/support/asymptote-manual-zh-cn/src/makepdf", + }, + ["anyfontsize"] = { + "texmf-dist/doc/latex/anyfontsize/README", + "texmf-dist/doc/latex/anyfontsize/anyfontsize.pdf", + }, + ["fancytooltips"] = { + "texmf-dist/doc/latex/fancytooltips/README", + "texmf-dist/doc/latex/fancytooltips/examples/example-dvips.pdf", + "texmf-dist/doc/latex/fancytooltips/examples/example-min-dvips.pdf", + "texmf-dist/doc/latex/fancytooltips/examples/example-min.pdf", + "texmf-dist/doc/latex/fancytooltips/examples/example.pdf", + "texmf-dist/doc/latex/fancytooltips/examples/tecna2.pdf", + "texmf-dist/doc/latex/fancytooltips/examples/tex4ht/logo.pdf", + "texmf-dist/doc/latex/fancytooltips/examples/tex4ht/tooltips2html.html", + "texmf-dist/doc/latex/fancytooltips/examples/tex4ht/tooltips2html.pdf", + "texmf-dist/doc/latex/fancytooltips/examples/tex4ht/tooltips2html2.html", + "texmf-dist/doc/latex/fancytooltips/examples/tooltipy.pdf", + "texmf-dist/doc/latex/fancytooltips/fancytooltips.pdf", + "texmf-dist/doc/latex/fancytooltips/tip.pdf", + }, + ["knitting"] = { + "texmf-dist/doc/fonts/knitting/README", + "texmf-dist/doc/fonts/knitting/knitting-doc.pdf", + }, + ["automata"] = { + "texmf-dist/doc/metapost/automata/README", + "texmf-dist/doc/metapost/automata/example.pdf", + }, + ["abstract"] = { + "texmf-dist/doc/latex/abstract/README", + "texmf-dist/doc/latex/abstract/abstract.pdf", + }, + ["bibtex8"] = { + "texmf/doc/bibtex8/00readme.txt", + "texmf/doc/bibtex8/HISTORY", + "texmf/doc/bibtex8/csfile.txt", + }, + ["beamer-tut-pt"] = { + "texmf-dist/doc/latex/beamer-tut-pt/AnnArbor1.ps", + "texmf-dist/doc/latex/beamer-tut-pt/AnnArbor2.ps", + "texmf-dist/doc/latex/beamer-tut-pt/CambridgeUS1.ps", + "texmf-dist/doc/latex/beamer-tut-pt/CambridgeUS2.ps", + "texmf-dist/doc/latex/beamer-tut-pt/LEIAME", + "texmf-dist/doc/latex/beamer-tut-pt/README", + "texmf-dist/doc/latex/beamer-tut-pt/anim1.ps", + "texmf-dist/doc/latex/beamer-tut-pt/anim2.ps", + "texmf-dist/doc/latex/beamer-tut-pt/anim3.ps", + "texmf-dist/doc/latex/beamer-tut-pt/anim4.ps", + "texmf-dist/doc/latex/beamer-tut-pt/berkeley1.ps", + "texmf-dist/doc/latex/beamer-tut-pt/berkeley2.ps", + "texmf-dist/doc/latex/beamer-tut-pt/blocos.ps", + "texmf-dist/doc/latex/beamer-tut-pt/boadilla1.ps", + "texmf-dist/doc/latex/beamer-tut-pt/boadilla2.ps", + "texmf-dist/doc/latex/beamer-tut-pt/madrid1.ps", + "texmf-dist/doc/latex/beamer-tut-pt/madrid2.ps", + "texmf-dist/doc/latex/beamer-tut-pt/montpellier1.ps", + "texmf-dist/doc/latex/beamer-tut-pt/montpellier2.ps", + "texmf-dist/doc/latex/beamer-tut-pt/tutorialbeamer.pdf", + }, + ["makeindex"] = { + "texmf-dist/doc/support/makeindex/ind.pdf", + "texmf-dist/doc/support/makeindex/makeindex.pdf", + "texmf/doc/man/man1/makeindex.man1.pdf", + "texmf/doc/man/man1/mkindex.man1.pdf", + }, + ["gmdoc-enhance"] = { + "texmf-dist/doc/latex/gmdoc-enhance/README", + "texmf-dist/doc/latex/gmdoc-enhance/gmdoc-enhance.pdf", + }, + ["pst-calendar"] = { + "texmf-dist/doc/latex/pst-calendar/Changes", + "texmf-dist/doc/latex/pst-calendar/README", + "texmf-dist/doc/latex/pst-calendar/pst-calendar-docDE.pdf", + "texmf-dist/doc/latex/pst-calendar/pst-calendar-docFR.pdf", + }, + ["appendix"] = { + "texmf-dist/doc/latex/appendix/README", + "texmf-dist/doc/latex/appendix/appendix.pdf", + }, + ["beamer-fuberlin"] = { + "texmf-dist/doc/latex/beamer-FUBerlin/Changes", + "texmf-dist/doc/latex/beamer-FUBerlin/FUlogo.pdf", + "texmf-dist/doc/latex/beamer-FUBerlin/README", + "texmf-dist/doc/latex/beamer-FUBerlin/exampleClass.pdf", + "texmf-dist/doc/latex/beamer-FUBerlin/exampleTheme.pdf", + }, + ["lgreek"] = { + "texmf-dist/doc/latex/lgreek/README", + }, + ["biblist"] = { + "texmf-dist/doc/latex/biblist/README", + "texmf-dist/doc/latex/biblist/biblist.pdf", + }, + ["biblatex-chem"] = { + "texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/README", + "texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/biblatex-chem.pdf", + "texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-acs.pdf", + "texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-angew.pdf", + "texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-biochem.pdf", + "texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-rsc.pdf", + }, + ["ecltree"] = { + "texmf-dist/doc/latex/ecltree/ecltreesample.pdf", + }, + ["anysize"] = { + "texmf-dist/doc/latex/anysize/README", + "texmf-dist/doc/latex/anysize/anysize.pdf", + }, + ["multibib"] = { + "texmf-dist/doc/latex/multibib/README", + "texmf-dist/doc/latex/multibib/bibtexall", + "texmf-dist/doc/latex/multibib/multibib.pdf", + }, + ["ecclesiastic"] = { + "texmf-dist/doc/latex/ecclesiastic/README", + "texmf-dist/doc/latex/ecclesiastic/ecclesiastic.pdf", + "texmf-dist/doc/latex/ecclesiastic/manifest.txt", + }, + ["slideshow"] = { + "texmf-dist/doc/metapost/slideshow/slideshow.txt", + "texmf-dist/doc/metapost/slideshow/sshowex.pdf", + "texmf-dist/doc/metapost/slideshow/sshowex2.pdf", + "texmf-dist/doc/metapost/slideshow/sshowex3.pdf", + "texmf-dist/doc/metapost/slideshow/sshowintro.pdf", + }, + ["etaremune"] = { + "texmf-dist/doc/latex/etaremune/README", + "texmf-dist/doc/latex/etaremune/etaremune.pdf", + }, + ["listings"] = { + "texmf-dist/doc/latex/listings/README", + "texmf-dist/doc/latex/listings/listings.pdf", + }, + ["luainputenc"] = { + "texmf-dist/doc/lualatex/luainputenc/News", + "texmf-dist/doc/lualatex/luainputenc/README", + "texmf-dist/doc/lualatex/luainputenc/luainputenc.pdf", + }, + ["luatextra"] = { + "texmf-dist/doc/luatex/luatextra/README", + "texmf-dist/doc/luatex/luatextra/luaextra.pdf", + "texmf-dist/doc/luatex/luatextra/luamcallbacks.pdf", + "texmf-dist/doc/luatex/luatextra/luatextra-reference.pdf", + "texmf-dist/doc/luatex/luatextra/luatextra.pdf", + }, + ["ltxindex"] = { + "texmf-dist/doc/latex/ltxindex/README", + "texmf-dist/doc/latex/ltxindex/copying.txt", + "texmf-dist/doc/latex/ltxindex/ltxindex.pdf", + }, + ["ltxdockit"] = { + "texmf-dist/doc/latex/ltxdockit/README", + }, + ["listbib"] = { + "texmf-dist/doc/latex/listbib/listbib.dvi", + }, + ["lcyw"] = { + "texmf-dist/doc/latex/lcyw/README", + "texmf-dist/doc/latex/lcyw/lcyw.pdf", + }, + ["numname"] = { + "texmf-dist/doc/latex/numname/README", + }, + ["antt"] = { + "texmf-dist/doc/fonts/antt/AntykwaTorunska-doc-en-2_03.pdf", + "texmf-dist/doc/fonts/antt/AntykwaTorunska-doc-pl-2_03.pdf", + "texmf-dist/doc/fonts/antt/GUST-FONT-NOSOURCE-LICENSE.txt", + "texmf-dist/doc/fonts/antt/MANIFEST.txt", + "texmf-dist/doc/fonts/antt/README", + "texmf-dist/doc/latex/antt/README", + }, + ["pst-3dplot"] = { + "texmf-dist/doc/generic/pst-3dplot/Changes", + "texmf-dist/doc/generic/pst-3dplot/README", + "texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdf", + }, + ["lshort-slovenian"] = { + "texmf-dist/doc/latex/lshort-slovenian/README", + "texmf-dist/doc/latex/lshort-slovenian/lshort-slovenian.pdf", + }, + ["tengwarscript"] = { + "texmf-dist/doc/latex/tengwarscript/COPYING", + "texmf-dist/doc/latex/tengwarscript/README", + "texmf-dist/doc/latex/tengwarscript/quetta.pdf", + "texmf-dist/doc/latex/tengwarscript/tengfonts.pdf", + "texmf-dist/doc/latex/tengwarscript/tengtest.pdf", + "texmf-dist/doc/latex/tengwarscript/tengwarscript.pdf", + }, + ["12many"] = { + "texmf-dist/doc/latex/12many/12many.pdf", + "texmf-dist/doc/latex/12many/README", + }, + ["circle"] = { + "texmf-dist/doc/latex/circle/circle.pdf", + }, + ["complexity"] = { + "texmf-dist/doc/latex/complexity/README", + "texmf-dist/doc/latex/complexity/complexity.pdf", + }, + ["rtklage"] = { + "texmf-dist/doc/latex/rtklage/README", + "texmf-dist/doc/latex/rtklage/rtklage.pdf", + }, + ["context-ruby"] = { + "texmf-dist/doc/context/third/ruby/README", + }, + ["fontch"] = { + "texmf-dist/doc/plain/fontch/README", + }, + ["lshort-german"] = { + "texmf-dist/doc/latex/lshort-german/CHANGES", + "texmf-dist/doc/latex/lshort-german/LaTeX2e-Kurzbeschreibung", + "texmf-dist/doc/latex/lshort-german/a.ps", + "texmf-dist/doc/latex/lshort-german/l2kurz.pdf", + "texmf-dist/doc/latex/lshort-german/l2kurz2.pdf", + }, + ["lshort-english"] = { + "texmf-dist/doc/latex/lshort-english/CHANGES", + "texmf-dist/doc/latex/lshort-english/README", + "texmf-dist/doc/latex/lshort-english/lshort.pdf", + }, + ["xmpincl"] = { + "texmf-dist/doc/latex/xmpincl/README", + "texmf-dist/doc/latex/xmpincl/xmpincl.pdf", + }, + ["polyglot"] = { + "texmf-dist/doc/latex/polyglot/sample.dvi", + }, + ["lm"] = { + "texmf-dist/doc/fonts/lm/GUST-FONT-LICENSE.TXT", + "texmf-dist/doc/fonts/lm/MANIFEST-Latin-Modern.TXT", + "texmf-dist/doc/fonts/lm/README-Latin-Modern.TXT", + "texmf-dist/doc/fonts/lm/lm-hist.txt", + "texmf-dist/doc/fonts/lm/lm-info.pdf", + "texmf-dist/doc/fonts/lm/tstlmot1.pdf", + "texmf-dist/doc/fonts/lm/tstlmot4.pdf", + "texmf-dist/doc/fonts/lm/tstlmqx.pdf", + "texmf-dist/doc/fonts/lm/tstlmt1.pdf", + "texmf-dist/doc/fonts/lm/tstlmts1.pdf", + }, + ["gb4e"] = { + "texmf-dist/doc/latex/gb4e/README", + "texmf-dist/doc/latex/gb4e/gb4e-doc.pdf", + }, + ["liturg"] = { + "texmf-dist/doc/latex/liturg/README", + "texmf-dist/doc/latex/liturg/liturg.pdf", + }, + ["bgreek"] = { + "texmf-dist/doc/latex/bgreek/MANIFEST.TXT", + "texmf-dist/doc/latex/bgreek/README", + "texmf-dist/doc/latex/bgreek/bgman.pdf", + }, + ["lithuanian"] = { + "texmf-dist/doc/latex/lithuanian/COPYING", + "texmf-dist/doc/latex/lithuanian/ChangeLog", + "texmf-dist/doc/latex/lithuanian/Copyright", + "texmf-dist/doc/latex/lithuanian/latin7x.pdf", + "texmf-dist/doc/latex/lithuanian/makeLT.html", + }, + ["fig4latex"] = { + "texmf-dist/doc/support/fig4latex/CHANGES", + "texmf-dist/doc/support/fig4latex/COPYING", + "texmf-dist/doc/support/fig4latex/README", + "texmf-dist/doc/support/fig4latex/example.pdf", + }, + ["twoinone"] = { + "texmf-dist/doc/latex/twoinone/twoinone.pdf", + }, + ["tex-virtual-academy-pl"] = { + "texmf-dist/doc/generic/tex-virtual-academy-pl/TeX-pub.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/context/cont-ins.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/context/context.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/context/tytuly.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/cototex.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/font-abc.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/fonts_inst.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/index.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/nfss.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/qx-info.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/qx-table1.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/qx-table2.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/day.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/decode.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/dies.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/flags.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/id.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/index.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/jedn.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/lang.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/lower.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/mil.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/mon.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/name.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/order.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/plmindex.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/porzadek.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/program.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/setki.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/spec.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/toascii.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/typy.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/tys.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/idx/upper.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/index.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/kuchnia/hist.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/kuchnia/tex.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/latex2e.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/description.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/enumerate.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/itemize.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/klopoty.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/list.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/porzadek.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/standard.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/3parttable.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/accents.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/acromake.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/afterpage.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/alltt.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/amsthm.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/arabic.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/array.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/balance.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bar.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blkarray.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bm.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bophook.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/boxedminipage.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/calc.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/capt-of.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/caption.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/caption2.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cases.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ccaption.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/changebar.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/chapterbib.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cite.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/color.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/colortbl.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/comma.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cuted.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dblfnote.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dcolumn.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/delarray.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dotseqn.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dow.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/drftcite.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dropping.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/endfloat.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/enumerate.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/enumitem.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/epsfig.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/everyship.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/expdlist.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/exscale.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/extmath.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/extramarks.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancybox.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancyhdr.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancyheading.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/filecontents.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/flafter.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/float.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/floatflt.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/floatpag.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fltpage.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/flushend.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fn2end.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fnpara.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fnpos.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/footmisc.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/footnpag.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fp.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ftnright.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/geometry.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/graphicx.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/graphpaper.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harpoon.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/here.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/hhline.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/hyperref.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ifthen.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/indentfirst.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/index.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/labeldeb.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/lastpage.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/lcg.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/letterspace.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/localloc.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/longtable.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/lscape.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ltablex.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ltabptch.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ltxtable.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/macro.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/macro_t.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/manyfoot.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/minitoc.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/moje_typy.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/moreverb.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/mparhack.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multfoot.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multibox.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multicol.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/numprint.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/oldstyle.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/oubraces.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/overbrace.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/pdfscreen.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/pfnote.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/plain.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/printtim.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/pstcol.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/qobitree.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ragged2e.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/regcount.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/relsize.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/remreset.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/rotate.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/rotating.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/selectpage.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadepar.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadetheorem.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadethm.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadow.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shapepar.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shortvrb.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/showkeys.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sidecap.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/stmaryrd.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqn.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqnarray.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfigure.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfloat.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sublabel.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subscript.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/supertabular.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sverb.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/tabularx.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/theorem.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/threeparttable.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/time.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ulem.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/umoline.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/undertilde.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/url.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbatim.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbdef.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/version.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/vfrlocal.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/vmargin.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/vrbexin.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/vrflocal.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/wiggly.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/wmcropmark.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/wrapfig.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xr.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xspace.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xtab.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/pagina/pagina.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/chap.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/l_chap.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/l_sec.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/spis.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/chapter.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/count.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/liczniki.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/num.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p3.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p4.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p5.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p6.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p7.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/part.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/poziom.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/s.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/sect.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tc.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tl.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tr.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tx.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/txx.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/manifest.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/cont-pl.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/emtex.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/implementacje.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/index.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/inst-mik.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/latex-pl.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/mex.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/miktex.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/spw.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/tetex.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/web2c.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-0wst1.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-1coto.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-1kazio.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-1przyg.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-1zece.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/bib.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/spis.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/tex.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/title.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/prog/auctex.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-1.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-2.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-3.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-4.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-5.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-6.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-7.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-8.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/prog/dvidvi.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/prog/hyph.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/prog/prog.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/tex/odsylacze.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/tex/tex.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/tex/tex_key.html", + "texmf-dist/doc/generic/tex-virtual-academy-pl/tex/tryby.html", + }, + ["mathcomp"] = { + "texmf-dist/doc/latex/mathcomp/mathcomp.pdf", + }, + ["piechartmp"] = { + "texmf-dist/doc/metapost/piechartmp/INSTALL", + "texmf-dist/doc/metapost/piechartmp/LEGAL", + "texmf-dist/doc/metapost/piechartmp/README", + "texmf-dist/doc/metapost/piechartmp/examples/wec-mfun.pdf", + "texmf-dist/doc/metapost/piechartmp/examples/wec.pdf", + }, + ["lipsum"] = { + "texmf-dist/doc/latex/lipsum/lipsum.pdf", + }, + ["technics"] = { + "texmf-dist/doc/latex/technics/technics.pdf", + }, + ["cmarrows"] = { + "texmf-dist/doc/metapost/cmarrows/README", + "texmf-dist/doc/metapost/cmarrows/cmarrows.pdf", + }, + ["lh"] = { + "texmf-dist/doc/fonts/lh/README", + "texmf-dist/doc/fonts/lh/install", + "texmf-dist/doc/fonts/lh/manifest.txt", + }, + ["gfsbaskerville"] = { + "texmf-dist/doc/fonts/gfsbaskerville/OFL-FAQ.txt", + "texmf-dist/doc/fonts/gfsbaskerville/OFL.txt", + "texmf-dist/doc/fonts/gfsbaskerville/README", + "texmf-dist/doc/fonts/gfsbaskerville/gfsbaskerville.pdf", + }, + ["es-tex-faq"] = { + "texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.html", + "texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.pdf", + }, + ["asymptote-faq-zh-cn"] = { + "texmf-dist/doc/support/asymptote-faq-zh-cn/README", + "texmf-dist/doc/support/asymptote-faq-zh-cn/asymptote-faq-zh-cn.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-1.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-2.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-7.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-8.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-9.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/5-1a.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/5-2.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/5-4.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-1.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-11a.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-11b.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-12.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-14.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-15.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-19.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-2.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-3.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-4.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-5.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-6.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-7b.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-7c.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-8b.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-8c.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-9.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-4.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8a.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8b.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8c.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8d.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-9a.pdf", + "texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-9b.pdf", + }, + ["iso"] = { + "texmf-dist/doc/latex/iso/README", + "texmf-dist/doc/latex/iso/iso4ht.pdf", + "texmf-dist/doc/latex/iso/isoe.pdf", + "texmf-dist/doc/latex/iso/isoman.pdf", + }, + ["lazylist"] = { + "texmf-dist/doc/latex/lazylist/lazylist.dvi", + }, + ["stellenbosch"] = { + "texmf-dist/doc/latex/stellenbosch/CHANGELOG", + "texmf-dist/doc/latex/stellenbosch/README", + "texmf-dist/doc/latex/stellenbosch/USbib-1.0.pdf", + "texmf-dist/doc/latex/stellenbosch/USlogos-doc-4.0.pdf", + "texmf-dist/doc/latex/stellenbosch/USnomencl-1.1.pdf", + "texmf-dist/doc/latex/stellenbosch/USsummary-1.0a.pdf", + "texmf-dist/doc/latex/stellenbosch/USthesis-4.1.pdf", + "texmf-dist/doc/latex/stellenbosch/UStitle-1.0.pdf", + }, + ["pdftools"] = { + "texmf/doc/man/man1/e2pall.man1.pdf", + "texmf/doc/man/man1/pdftosrc.man1.pdf", + }, + ["assignment"] = { + "texmf-dist/doc/latex/assignment/Changelog", + "texmf-dist/doc/latex/assignment/LICENSE", + "texmf-dist/doc/latex/assignment/README", + "texmf-dist/doc/latex/assignment/assignment.pdf", + }, + ["functan"] = { + "texmf-dist/doc/latex/functan/README", + "texmf-dist/doc/latex/functan/functan.pdf", + }, + ["concrete"] = { + "texmf-dist/doc/fonts/concrete/CATALOGUE", + "texmf-dist/doc/fonts/concrete/Makefile", + "texmf-dist/doc/fonts/concrete/README", + }, + ["sf298"] = { + "texmf-dist/doc/latex/sf298/sample298.pdf", + "texmf-dist/doc/latex/sf298/sf298.pdf", + }, + ["lexikon"] = { + "texmf-dist/doc/latex/lexikon/lexikon.dvi", + }, + ["gost"] = { + "texmf-dist/doc/bibtex/gost/README", + "texmf-dist/doc/bibtex/gost/gost71.pdf", + "texmf-dist/doc/bibtex/gost/gost780.pdf", + }, + ["typehtml"] = { + "texmf-dist/doc/latex/typehtml/README", + "texmf-dist/doc/latex/typehtml/typehtml.pdf", + }, + ["context-typearea"] = { + "texmf-dist/doc/context/third/typearea/typearea-demo.pdf", + "texmf-dist/doc/context/third/typearea/typearea-doc.pdf", + }, + ["hyphen-greek"] = { + "texmf/doc/generic/elhyphen/README", + "texmf/doc/generic/elhyphen/anc-test.pdf", + "texmf/doc/generic/elhyphen/ancient.pdf", + "texmf/doc/generic/elhyphen/compound.pdf", + "texmf/doc/generic/elhyphen/copyrite.txt", + "texmf/doc/generic/elhyphen/modern.pdf", + }, + ["acmconf"] = { + "texmf-dist/doc/latex/acmconf/README", + "texmf-dist/doc/latex/acmconf/acmconf.pdf", + }, + ["anonchap"] = { + "texmf-dist/doc/latex/anonchap/anonchap.pdf", + }, + ["bezos"] = { + "texmf-dist/doc/latex/bezos/README", + "texmf-dist/doc/latex/bezos/accents.pdf", + "texmf-dist/doc/latex/bezos/bezos.pdf", + "texmf-dist/doc/latex/bezos/esindex.pdf", + "texmf-dist/doc/latex/bezos/tensind.pdf", + }, + ["l2tabu-english"] = { + "texmf-dist/doc/latex/l2tabu-english/l2tabuen.pdf", + }, + ["mathpazo"] = { + "texmf-dist/doc/latex/mathpazo/README.txt", + "texmf-dist/doc/latex/mathpazo/gpl.txt", + "texmf-dist/doc/latex/mathpazo/pazotest.pdf", + }, + ["endnotes"] = { + "texmf-dist/doc/latex/endnotes/endnotes.pdf", + }, + ["fink"] = { + "texmf-dist/doc/latex/fink/NEWS", + "texmf-dist/doc/latex/fink/README", + "texmf-dist/doc/latex/fink/THANKS", + "texmf-dist/doc/latex/fink/fink.pdf", + }, + ["latexcheat-ptbr"] = { + "texmf-dist/doc/latex/latexcheat-ptbr/README-ptbr", + "texmf-dist/doc/latex/latexcheat-ptbr/latexsheet-ptbr.pdf", + }, + ["seminar"] = { + "texmf-dist/doc/latex/seminar/sem-user.pdf", + }, + ["jpsj"] = { + "texmf-dist/doc/latex/jpsj/injpsj2.pdf", + }, + ["placeins"] = { + "texmf-dist/doc/latex/placeins/placeins.txt", + }, + ["pst-soroban"] = { + "texmf-dist/doc/generic/pst-soroban/Changes", + "texmf-dist/doc/generic/pst-soroban/README", + "texmf-dist/doc/generic/pst-soroban/pst-soroban-doc.pdf", + }, + ["context-construction-plan"] = { + "texmf-dist/doc/context/third/construction-plan/construction-plan-demo.pdf", + "texmf-dist/doc/context/third/construction-plan/construction-plan-doc.pdf", + }, + ["warpcol"] = { + "texmf-dist/doc/latex/warpcol/README", + "texmf-dist/doc/latex/warpcol/warpcol.pdf", + }, + ["vrb"] = { + "texmf-dist/doc/generic/vrb/readme", + }, + ["thuthesis"] = { + "texmf-dist/doc/latex/thuthesis/README", + "texmf-dist/doc/latex/thuthesis/example/Makefile", + "texmf-dist/doc/latex/thuthesis/example/figures/hello.pdf", + "texmf-dist/doc/latex/thuthesis/example/figures/thu-fig-logo.pdf", + "texmf-dist/doc/latex/thuthesis/example/figures/thu-lib-logo.pdf", + "texmf-dist/doc/latex/thuthesis/example/figures/thu-text-logo.pdf", + "texmf-dist/doc/latex/thuthesis/example/figures/thu-whole-logo.pdf", + "texmf-dist/doc/latex/thuthesis/example/main.pdf", + "texmf-dist/doc/latex/thuthesis/example/shuji.pdf", + "texmf-dist/doc/latex/thuthesis/thuthesis.pdf", + }, + ["datetime"] = { + "texmf-dist/doc/latex/datetime/CHANGES", + "texmf-dist/doc/latex/datetime/README", + "texmf-dist/doc/latex/datetime/datetime-manual.html", + "texmf-dist/doc/latex/datetime/datetime.pdf", + }, + ["faktor"] = { + "texmf-dist/doc/latex/faktor/README", + "texmf-dist/doc/latex/faktor/faktor.pdf", + }, + ["interactiveworkbook"] = { + "texmf-dist/doc/latex/interactiveworkbook/documentation/interactiveworkbookmanual.pdf", + "texmf-dist/doc/latex/interactiveworkbook/samplefiles/check.pdf", + "texmf-dist/doc/latex/interactiveworkbook/samplefiles/field.pdf", + "texmf-dist/doc/latex/interactiveworkbook/samplefiles/ndex.pdf", + "texmf-dist/doc/latex/interactiveworkbook/samplefiles/popup.pdf", + "texmf-dist/doc/latex/interactiveworkbook/samplefiles/radio.pdf", + }, + ["latex-bin"] = { + "texmf/doc/man/man1/latex.man1.pdf", + "texmf/doc/man/man1/pdflatex.man1.pdf", + }, + ["fragmaster"] = { + "texmf-dist/doc/support/fragmaster/AUTHORS", + "texmf-dist/doc/support/fragmaster/COPYING", + "texmf-dist/doc/support/fragmaster/CREDITS", + "texmf-dist/doc/support/fragmaster/README", + "texmf-dist/doc/support/fragmaster/example/document.pdf", + "texmf-dist/doc/support/fragmaster/example/document.ps", + "texmf-dist/doc/support/fragmaster/example/parabel.pdf", + "texmf-dist/doc/support/fragmaster/example/parabel_fm", + "texmf-dist/doc/support/fragmaster/example/parabel_fm.pdf", + }, + ["pst-eucl"] = { + "texmf-dist/doc/generic/pst-eucl/README", + "texmf-dist/doc/generic/pst-eucl/euclide.pdf", + "texmf-dist/doc/generic/pst-eucl/euclide_english.pdf", + }, + ["combinedgraphics"] = { + "texmf-dist/doc/latex/combinedgraphics/COPYING", + "texmf-dist/doc/latex/combinedgraphics/README", + "texmf-dist/doc/latex/combinedgraphics/combinedgraphics.pdf", + "texmf-dist/doc/latex/combinedgraphics/test/Makefile", + "texmf-dist/doc/latex/combinedgraphics/test/combinedgraphics_test.pdf", + "texmf-dist/doc/latex/combinedgraphics/test/gnuplot42.pdf", + "texmf-dist/doc/latex/combinedgraphics/test/xfig325.pdf", + }, + ["fancyhdr"] = { + "texmf-dist/doc/latex/fancyhdr/README", + "texmf-dist/doc/latex/fancyhdr/fancyhdr.pdf", + }, + ["muthesis"] = { + "texmf-dist/doc/latex/muthesis/README", + }, + ["ecv"] = { + "texmf-dist/doc/latex/ecv/COPYING", + "texmf-dist/doc/latex/ecv/README", + "texmf-dist/doc/latex/ecv/ecv.pdf", + "texmf-dist/doc/latex/ecv/template/CV-template_de.pdf", + "texmf-dist/doc/latex/ecv/template/CV-template_en.pdf", + "texmf-dist/doc/latex/ecv/template/Makefile", + }, + ["docmute"] = { + "texmf-dist/doc/latex/docmute/README", + "texmf-dist/doc/latex/docmute/docmute.pdf", + }, + ["babel"] = { + "texmf-dist/doc/generic/babel/00readme.txt", + "texmf-dist/doc/generic/babel/GreekFonts.txt", + "texmf-dist/doc/generic/babel/announce.txt", + "texmf-dist/doc/generic/babel/athnum.pdf", + "texmf-dist/doc/generic/babel/babel.pdf", + "texmf-dist/doc/generic/babel/bbcompat.pdf", + "texmf-dist/doc/generic/babel/bbidxglo.pdf", + "texmf-dist/doc/generic/babel/bugs.txt", + "texmf-dist/doc/generic/babel/changes.txt", + "texmf-dist/doc/generic/babel/fixes.txt", + "texmf-dist/doc/generic/babel/greek-fdd.pdf", + "texmf-dist/doc/generic/babel/greek-usage.pdf", + "texmf-dist/doc/generic/babel/grmath.pdf", + "texmf-dist/doc/generic/babel/grsymb.pdf", + "texmf-dist/doc/generic/babel/howtoget.txt", + "texmf-dist/doc/generic/babel/install.txt", + "texmf-dist/doc/generic/babel/tb1202.pdf", + "texmf-dist/doc/generic/babel/tb1401.pdf", + "texmf-dist/doc/generic/babel/tb1604.pdf", + "texmf-dist/doc/generic/babel/todo.txt", + }, + ["braket"] = { + "texmf-dist/doc/latex/braket/braket.pdf", + }, + ["breakcites"] = { + "texmf-dist/doc/latex/breakcites/breakcites.pdf", + }, + ["talk"] = { + "texmf-dist/doc/latex/talk/README", + "texmf-dist/doc/latex/talk/talkdoc.pdf", + }, + ["skaknew"] = { + "texmf-dist/doc/fonts/skaknew/README", + "texmf-dist/doc/fonts/skaknew/SkakNew.pdf", + "texmf-dist/doc/fonts/skaknew/fonttables.pdf", + }, + ["cbfonts"] = { + "texmf-dist/doc/fonts/cbfonts/README", + "texmf-dist/doc/fonts/cbfonts/cbgreek.pdf", + "texmf-dist/doc/fonts/cbfonts/grmn1000table.pdf", + }, + ["context-french"] = { + "texmf-dist/doc/context/third/french/french-demo.pdf", + "texmf-dist/doc/context/third/french/french-doc.pdf", + }, + ["forloop"] = { + "texmf-dist/doc/latex/forloop/README", + "texmf-dist/doc/latex/forloop/forloop.pdf", + }, + ["arydshln"] = { + "texmf-dist/doc/latex/arydshln/README", + "texmf-dist/doc/latex/arydshln/arydshln-man.pdf", + "texmf-dist/doc/latex/arydshln/arydshln.pdf", + }, + ["accfonts"] = { + "texmf-dist/doc/fonts/accfonts/CHANGES", + "texmf-dist/doc/fonts/accfonts/COPYING", + "texmf-dist/doc/fonts/accfonts/README", + }, + ["cyrillic"] = { + "texmf-dist/doc/latex/cyrillic/00readme.txt", + "texmf-dist/doc/latex/cyrillic/changes.txt", + "texmf-dist/doc/latex/cyrillic/cyinpenc.pdf", + "texmf-dist/doc/latex/cyrillic/cyoutenc.pdf", + "texmf-dist/doc/latex/cyrillic/lcy.pdf", + "texmf-dist/doc/latex/cyrillic/lcycmlh.pdf", + "texmf-dist/doc/latex/cyrillic/manifest.txt", + "texmf-dist/doc/latex/cyrillic/ot2.pdf", + "texmf-dist/doc/latex/cyrillic/ot2cmams.pdf", + "texmf-dist/doc/latex/cyrillic/ot2cmlh.pdf", + "texmf-dist/doc/latex/cyrillic/t2lhfnt.pdf", + }, + ["randtext"] = { + "texmf-dist/doc/latex/randtext/README", + }, + ["papercdcase"] = { + "texmf-dist/doc/latex/papercdcase/papercdcase.pdf", + }, + ["rtkinenc"] = { + "texmf-dist/doc/latex/rtkinenc/README.txt", + }, + ["kerkis"] = { + "texmf-dist/doc/latex/kerkis/License.txt", + "texmf-dist/doc/latex/kerkis/README.html", + }, + ["kastrup"] = { + "texmf-dist/doc/generic/kastrup/binhex.pdf", + }, + ["multiobjective"] = { + "texmf-dist/doc/latex/multiobjective/README", + "texmf-dist/doc/latex/multiobjective/multiobjective.pdf", + }, + ["jurabib"] = { + "texmf-dist/doc/latex/jurabib/changes.txt", + "texmf-dist/doc/latex/jurabib/docs/english/jbendoc.pdf", + "texmf-dist/doc/latex/jurabib/docs/german/jbgerdoc.pdf", + "texmf-dist/doc/latex/jurabib/jbtest.pdf", + }, + ["curve"] = { + "texmf-dist/doc/latex/curve/NEWS", + "texmf-dist/doc/latex/curve/README", + "texmf-dist/doc/latex/curve/THANKS", + "texmf-dist/doc/latex/curve/curve.pdf", + }, + ["rotpages"] = { + "texmf-dist/doc/latex/rotpages/Examples/rotpages-doublecolumn-ex.pdf", + "texmf-dist/doc/latex/rotpages/Examples/rotpages-fancy-ex.pdf", + "texmf-dist/doc/latex/rotpages/Examples/rotpages-singlecolumn-ex.pdf", + "texmf-dist/doc/latex/rotpages/README", + "texmf-dist/doc/latex/rotpages/rotpages-doc.pdf", + }, + ["ha-prosper"] = { + "texmf-dist/doc/latex/HA-prosper/HA-prosper.pdf", + "texmf-dist/doc/latex/HA-prosper/README", + }, + ["varindex"] = { + "texmf-dist/doc/latex/varindex/README", + "texmf-dist/doc/latex/varindex/varindex.pdf", + "texmf-dist/doc/latex/varindex/varindex.txt", + }, + ["jura"] = { + "texmf-dist/doc/latex/jura/README", + "texmf-dist/doc/latex/jura/jura.pdf", + "texmf-dist/doc/latex/jura/jura2html", + }, + ["elpres"] = { + "texmf-dist/doc/latex/elpres/elpres-manual.pdf", + }, + ["memdesign"] = { + "texmf-dist/doc/fonts/memdesign/README", + "texmf-dist/doc/fonts/memdesign/memdesign.pdf", + }, + ["csquotes"] = { + "texmf-dist/doc/latex/csquotes/LICENSE", + "texmf-dist/doc/latex/csquotes/README", + "texmf-dist/doc/latex/csquotes/csquotes.pdf", + }, + ["edmac"] = { + "texmf-dist/doc/latex/edmac/COPYRIGHT", + "texmf-dist/doc/latex/edmac/copying", + "texmf-dist/doc/latex/edmac/ed-nfss.txt", + "texmf-dist/doc/latex/edmac/readme", + }, + ["pdfcomment"] = { + "texmf-dist/doc/latex/pdfcomment/CHANGES", + "texmf-dist/doc/latex/pdfcomment/INSTALL", + "texmf-dist/doc/latex/pdfcomment/README", + "texmf-dist/doc/latex/pdfcomment/example.pdf", + "texmf-dist/doc/latex/pdfcomment/example_latex_dvipdfmx.pdf", + "texmf-dist/doc/latex/pdfcomment/example_latex_dvips_ps2pdf.pdf", + "texmf-dist/doc/latex/pdfcomment/example_xelatex.pdf", + "texmf-dist/doc/latex/pdfcomment/manifest.txt", + "texmf-dist/doc/latex/pdfcomment/pdfcomment.pdf", + "texmf-dist/doc/latex/pdfcomment/pdfcomment_de.pdf", + }, + ["egameps"] = { + "texmf-dist/doc/latex/egameps/README", + "texmf-dist/doc/latex/egameps/egameps.pdf", + }, + ["pst-fill"] = { + "texmf-dist/doc/generic/pst-fill/Changes", + "texmf-dist/doc/generic/pst-fill/README", + "texmf-dist/doc/generic/pst-fill/pst-fill.pdf", + }, + ["bigints"] = { + "texmf-dist/doc/latex/bigints/Makefile", + "texmf-dist/doc/latex/bigints/README", + "texmf-dist/doc/latex/bigints/bigints.pdf", + }, + ["lcdftypetools"] = { + "texmf/doc/man/man1/cfftot1.man1.pdf", + "texmf/doc/man/man1/mmafm.man1.pdf", + "texmf/doc/man/man1/mmpfb.man1.pdf", + "texmf/doc/man/man1/otfinfo.man1.pdf", + "texmf/doc/man/man1/otftotfm.man1.pdf", + "texmf/doc/man/man1/t1dotlessj.man1.pdf", + "texmf/doc/man/man1/t1lint.man1.pdf", + "texmf/doc/man/man1/t1rawafm.man1.pdf", + "texmf/doc/man/man1/t1reencode.man1.pdf", + "texmf/doc/man/man1/t1testpage.man1.pdf", + "texmf/doc/man/man1/ttftotype42.man1.pdf", + }, + ["booklet"] = { + "texmf-dist/doc/latex/booklet/README", + "texmf-dist/doc/latex/booklet/booklet.pdf", + }, + ["amsmath-it"] = { + "texmf-dist/doc/latex/amsmath-it/diffs-m_it.txt", + }, + ["image-gallery"] = { + "texmf-dist/doc/latex/image-gallery/README", + "texmf-dist/doc/latex/image-gallery/gallery-example.pdf", + "texmf-dist/doc/latex/image-gallery/mypics.txt", + }, + ["braille"] = { + "texmf-dist/doc/latex/braille/README", + "texmf-dist/doc/latex/braille/braille.html", + "texmf-dist/doc/latex/braille/summary.pdf", + }, + ["ifluatex"] = { + "texmf-dist/doc/latex/oberdiek/ifluatex.pdf", + }, + ["idxlayout"] = { + "texmf-dist/doc/latex/idxlayout/README", + "texmf-dist/doc/latex/idxlayout/idxlayout.pdf", + }, + ["initials"] = { + "texmf-dist/doc/fonts/initials/README", + }, + ["thmtools"] = { + "texmf-dist/doc/latex/thmtools/README", + "texmf-dist/doc/latex/thmtools/TODO", + "texmf-dist/doc/latex/thmtools/thmtools.pdf", + }, + ["graphicx-psmin"] = { + "texmf-dist/doc/latex/graphicx-psmin/README", + "texmf-dist/doc/latex/graphicx-psmin/graphicx-psmin.pdf", + }, + ["cns"] = { + "texmf-dist/doc/fonts/cns/cns40-1/README", + "texmf-dist/doc/fonts/cns/cns40-2/README", + "texmf-dist/doc/fonts/cns/cns40-3/README", + "texmf-dist/doc/fonts/cns/cns40-4/README", + "texmf-dist/doc/fonts/cns/cns40-5/README", + "texmf-dist/doc/fonts/cns/cns40-6/README", + "texmf-dist/doc/fonts/cns/cns40-7/README", + "texmf-dist/doc/fonts/cns/cns40-b5/README", + }, + ["figbib"] = { + "texmf-dist/doc/latex/figbib/README", + "texmf-dist/doc/latex/figbib/figbib_doc.pdf", + "texmf-dist/doc/latex/figbib/figbib_sample.pdf", + }, + ["akletter"] = { + "texmf-dist/doc/latex/akletter/letterdoc.pdf", + "texmf-dist/doc/latex/akletter/lettereng.pdf", + }, + ["itnumpar"] = { + "texmf-dist/doc/latex/itnumpar/README", + "texmf-dist/doc/latex/itnumpar/itnumpar.pdf", + }, + ["augie"] = { + "texmf-dist/doc/latex/augie/augie.txt", + }, + ["acmtrans"] = { + "texmf-dist/doc/latex/acmtrans/acmtr2e.pdf", + }, + ["petri-nets"] = { + "texmf-dist/doc/latex/petri-nets/README", + "texmf-dist/doc/latex/petri-nets/pndoc.pdf", + }, + ["extpfeil"] = { + "texmf-dist/doc/latex/extpfeil/README", + "texmf-dist/doc/latex/extpfeil/extpfeil.pdf", + }, + ["hyperxmp"] = { + "texmf-dist/doc/latex/hyperxmp/README", + "texmf-dist/doc/latex/hyperxmp/hyperxmp.pdf", + }, + ["hyperref-docsrc"] = { + "texmf-dist/doc/latex/hyperref-docsrc/README", + }, + ["gmiflink"] = { + "texmf-dist/doc/latex/gmiflink/README", + "texmf-dist/doc/latex/gmiflink/gmiflink.pdf", + }, + ["purifyeps"] = { + "texmf-dist/doc/support/purifyeps/README", + "texmf/doc/man/man1/purifyeps.man1.pdf", + }, + ["here"] = { + "texmf-dist/doc/latex/here/README", + }, + ["elsarticle"] = { + "texmf-dist/doc/latex/elsarticle/README", + "texmf-dist/doc/latex/elsarticle/els-1p.pdf", + "texmf-dist/doc/latex/elsarticle/els-3pd.pdf", + "texmf-dist/doc/latex/elsarticle/els1.pdf", + "texmf-dist/doc/latex/elsarticle/els2.pdf", + "texmf-dist/doc/latex/elsarticle/elsdoc.pdf", + "texmf-dist/doc/latex/elsarticle/jfigs.pdf", + "texmf-dist/doc/latex/elsarticle/makefile", + "texmf-dist/doc/latex/elsarticle/manifest.txt", + }, + ["pgf"] = { + "texmf-dist/doc/generic/pgf/AUTHORS", + "texmf-dist/doc/generic/pgf/ChangeLog", + "texmf-dist/doc/generic/pgf/FILES", + "texmf-dist/doc/generic/pgf/INSTALL", + "texmf-dist/doc/generic/pgf/README", + "texmf-dist/doc/generic/pgf/TODO", + "texmf-dist/doc/generic/pgf/images/pgfmanual-mindmap-1.pdf", + "texmf-dist/doc/generic/pgf/images/pgfmanual-mindmap-2.pdf", + "texmf-dist/doc/generic/pgf/licenses/LICENSE", + "texmf-dist/doc/generic/pgf/licenses/gnu-free-documentation-license-1.2.txt", + "texmf-dist/doc/generic/pgf/licenses/gnu-public-license-2.txt", + "texmf-dist/doc/generic/pgf/licenses/latex-project-public-license-1.3c.txt", + "texmf-dist/doc/generic/pgf/licenses/manifest-code.txt", + "texmf-dist/doc/generic/pgf/licenses/manifest-documentation.txt", + "texmf-dist/doc/generic/pgf/pgfmanual.pdf", + "texmf-dist/doc/generic/pgf/version-for-dvipdfm/en/Makefile", + "texmf-dist/doc/generic/pgf/version-for-dvips/en/Makefile", + "texmf-dist/doc/generic/pgf/version-for-pdftex/en/Makefile", + "texmf-dist/doc/generic/pgf/version-for-tex4ht/en/Makefile", + "texmf-dist/doc/generic/pgf/version-for-vtex/en/Makefile", + }, + ["adrconv"] = { + "texmf-dist/doc/latex/adrconv/adrguide.pdf", + }, + ["capt-of"] = { + "texmf-dist/doc/latex/capt-of/README", + "texmf-dist/doc/latex/capt-of/capt-of.pdf", + }, + ["auncial-new"] = { + "texmf-dist/doc/fonts/auncial-new/README", + "texmf-dist/doc/fonts/auncial-new/auncial.pdf", + "texmf-dist/doc/fonts/auncial-new/tryauncial.pdf", + }, + ["flippdf"] = { + "texmf-dist/doc/latex/flippdf/README", + "texmf-dist/doc/latex/flippdf/flippdf.pdf", + }, + ["latexcheat"] = { + "texmf-dist/doc/latex/latexcheat/README", + "texmf-dist/doc/latex/latexcheat/latexsheet.pdf", + }, + ["powerdot-fuberlin"] = { + "texmf-dist/doc/latex/powerdot-FUBerlin/README", + "texmf-dist/doc/latex/powerdot-FUBerlin/exampleClass.pdf", + "texmf-dist/doc/latex/powerdot-FUBerlin/exampleStyle.pdf", + }, + ["flabels"] = { + "texmf-dist/doc/latex/flabels/README", + }, + ["dox"] = { + "texmf-dist/doc/latex/dox/NEWS", + "texmf-dist/doc/latex/dox/README", + "texmf-dist/doc/latex/dox/dox.pdf", + }, + ["featpost"] = { + "texmf-dist/doc/metapost/featpost/bashscript/fpost", + "texmf-dist/doc/metapost/featpost/bashscript/laproof", + "texmf-dist/doc/metapost/featpost/bashscript/lbproof", + "texmf-dist/doc/metapost/featpost/bashscript/lcproof", + "texmf-dist/doc/metapost/featpost/doc/doclicense.txt", + "texmf-dist/doc/metapost/featpost/doc/featexamples.html", + "texmf-dist/doc/metapost/featpost/doc/tug2004.pdf", + "texmf-dist/doc/metapost/featpost/xcmd/xmpost", + }, + ["context-bnf"] = { + "texmf-dist/doc/context/third/bnf/NEWS", + "texmf-dist/doc/context/third/bnf/README", + "texmf-dist/doc/context/third/bnf/t-bnf.pdf", + }, + ["iopart-num"] = { + "texmf-dist/doc/bibtex/iopart-num/README", + "texmf-dist/doc/bibtex/iopart-num/iopart-num.pdf", + }, + ["gloss"] = { + "texmf-dist/doc/latex/gloss/README", + "texmf-dist/doc/latex/gloss/gloss.pdf", + }, + ["nddiss"] = { + "texmf-dist/doc/latex/nddiss/ReadMe.1st.txt", + "texmf-dist/doc/latex/nddiss/example-v1.3/README.1st.txt", + "texmf-dist/doc/latex/nddiss/example-v1.3/example.pdf", + "texmf-dist/doc/latex/nddiss/example-v1.3/sample_nd.pdf", + "texmf-dist/doc/latex/nddiss/nddiss2e.pdf", + }, + ["hyph-utf8"] = { + "texmf-dist/doc/generic/hyph-utf8/README", + "texmf-dist/doc/generic/hyph-utf8/bg/azbukaExtended.pdf", + "texmf-dist/doc/generic/hyph-utf8/hu/huhyphn.pdf", + }, + ["barcodes"] = { + "texmf-dist/doc/latex/barcodes/README", + "texmf-dist/doc/latex/barcodes/changes", + "texmf-dist/doc/latex/barcodes/eandoc.pdf", + }, + ["type1cm"] = { + "texmf-dist/doc/latex/type1cm/type1cm.txt", + }, + ["gfsartemisia"] = { + "texmf-dist/doc/fonts/gfsartemisia/OFL-FAQ.txt", + "texmf-dist/doc/fonts/gfsartemisia/OFL.txt", + "texmf-dist/doc/fonts/gfsartemisia/README", + "texmf-dist/doc/fonts/gfsartemisia/gfsartemisia.pdf", + }, + ["upmethodology"] = { + "texmf-dist/doc/latex/upmethodology/AUTHORS", + "texmf-dist/doc/latex/upmethodology/COPYING", + "texmf-dist/doc/latex/upmethodology/Changelog", + "texmf-dist/doc/latex/upmethodology/INSTALL", + "texmf-dist/doc/latex/upmethodology/NEWS", + "texmf-dist/doc/latex/upmethodology/README", + "texmf-dist/doc/latex/upmethodology/TODO", + "texmf-dist/doc/latex/upmethodology/VERSION", + "texmf-dist/doc/latex/upmethodology/upmethodology-doc.pdf", + }, + ["dvicopy"] = { + "texmf/doc/man/man1/dvicopy.man1.pdf", + }, + ["tabbing"] = { + "texmf-dist/doc/latex/Tabbing/00readme", + "texmf-dist/doc/latex/Tabbing/Tabbing.pdf", + }, + ["gene-logic"] = { + "texmf-dist/doc/latex/gene-logic/gn-logic14.pdf", + }, + ["combelow"] = { + "texmf-dist/doc/latex/combelow/README", + "texmf-dist/doc/latex/combelow/combelow.pdf", + }, + ["curves"] = { + "texmf-dist/doc/latex/curves/README", + "texmf-dist/doc/latex/curves/curves.pdf", + "texmf-dist/doc/latex/curves/latex2pdf", + }, + ["crop"] = { + "texmf-dist/doc/latex/crop/crop.pdf", + "texmf-dist/doc/latex/crop/crop.txt", + }, + ["gfssolomos"] = { + "texmf-dist/doc/fonts/gfssolomos/OFL-FAQ.txt", + "texmf-dist/doc/fonts/gfssolomos/OFL.txt", + "texmf-dist/doc/fonts/gfssolomos/README", + "texmf-dist/doc/fonts/gfssolomos/gfssolomos.pdf", + }, + ["footnpag"] = { + "texmf-dist/doc/latex/footnpag/CATALOG", + "texmf-dist/doc/latex/footnpag/History", + "texmf-dist/doc/latex/footnpag/INSTALL", + "texmf-dist/doc/latex/footnpag/Imakefile", + "texmf-dist/doc/latex/footnpag/License", + "texmf-dist/doc/latex/footnpag/MANIFEST", + "texmf-dist/doc/latex/footnpag/README", + "texmf-dist/doc/latex/footnpag/TODO", + "texmf-dist/doc/latex/footnpag/footnpag-user.pdf", + "texmf-dist/doc/latex/footnpag/test/Imakefile", + }, + ["dateiliste"] = { + "texmf-dist/doc/latex/dateiliste/README", + "texmf-dist/doc/latex/dateiliste/README-de", + "texmf-dist/doc/latex/dateiliste/README-en", + "texmf-dist/doc/latex/dateiliste/README-eo", + "texmf-dist/doc/latex/dateiliste/dateiliste.pdf", + }, + ["dviincl"] = { + "texmf-dist/doc/metapost/dviincl/README", + }, + ["verbatimbox"] = { + "texmf-dist/doc/latex/verbatimbox/README", + "texmf-dist/doc/latex/verbatimbox/verbatimbox_example.pdf", + }, + ["cyklop"] = { + "texmf-dist/doc/fonts/cyklop/00readme", + "texmf-dist/doc/fonts/cyklop/00readme-pl", + "texmf-dist/doc/fonts/cyklop/GUST-FONT-LICENSE.txt", + "texmf-dist/doc/fonts/cyklop/MANIFEST.txt", + "texmf-dist/doc/fonts/cyklop/cyklop-info.pdf", + }, + ["chemstyle"] = { + "texmf-dist/doc/latex/chemstyle/README", + "texmf-dist/doc/latex/chemstyle/chemstyle.pdf", + }, + ["bib-fr"] = { + "texmf-dist/doc/bibtex/bib-fr/CHANGELOG", + "texmf-dist/doc/bibtex/bib-fr/README", + }, + ["dottex"] = { + "texmf-dist/doc/latex/dottex/README", + "texmf-dist/doc/latex/dottex/dottex.pdf", + "texmf-dist/doc/latex/dottex/gpl.txt", + }, + ["calrsfs"] = { + "texmf-dist/doc/latex/calrsfs/README", + "texmf-dist/doc/latex/calrsfs/calrsfs.pdf", + }, + ["cjkpunct"] = { + "texmf-dist/doc/latex/cjkpunct/CJKpunct.pdf", + "texmf-dist/doc/latex/cjkpunct/README", + "texmf-dist/doc/latex/cjkpunct/README.zh-cn.txt", + }, + ["amstex"] = { + "texmf-dist/doc/amstex/base/README", + "texmf-dist/doc/amstex/base/amsguide.pdf", + "texmf/doc/man/man1/amstex.man1.pdf", + }, + ["getafm"] = { + "texmf/doc/man/man1/getafm.man1.pdf", + }, + ["proba"] = { + "texmf-dist/doc/latex/proba/README", + "texmf-dist/doc/latex/proba/proba.pdf", + }, + ["fancynum"] = { + "texmf-dist/doc/latex/fancynum/CHANGES", + "texmf-dist/doc/latex/fancynum/README", + "texmf-dist/doc/latex/fancynum/aue.txt", + "texmf-dist/doc/latex/fancynum/ctt.txt", + "texmf-dist/doc/latex/fancynum/fancynum.pdf", + }, + ["animate"] = { + "texmf-dist/doc/latex/animate/ChangeLog", + "texmf-dist/doc/latex/animate/README", + "texmf-dist/doc/latex/animate/animate.pdf", + "texmf-dist/doc/latex/animate/files/timeline.txt", + }, + ["juramisc"] = { + "texmf-dist/doc/latex/juramisc/README", + "texmf-dist/doc/latex/juramisc/doc/jmgerdoc.pdf", + "texmf-dist/doc/latex/juramisc/doc/jmgerdoc_scr.pdf", + }, + ["cleveref"] = { + "texmf-dist/doc/latex/cleveref/README", + "texmf-dist/doc/latex/cleveref/cleveref.pdf", + }, + ["eulervm"] = { + "texmf-dist/doc/latex/eulervm/eulervm.pdf", + "texmf-dist/doc/latex/eulervm/manifest.txt", + }, + ["thmbox"] = { + "texmf-dist/doc/latex/thmbox/README", + "texmf-dist/doc/latex/thmbox/thmbox.pdf", + }, + ["mwcls"] = { + "texmf-dist/doc/latex/mwcls/CZYTAJ", + "texmf-dist/doc/latex/mwcls/ChangeLog", + "texmf-dist/doc/latex/mwcls/README", + "texmf-dist/doc/latex/mwcls/mwclsdoc.pdf", + }, + ["maple"] = { + "texmf-dist/doc/latex/maple/README", + }, + ["elbioimp"] = { + "texmf-dist/doc/latex/elbioimp/README", + "texmf-dist/doc/latex/elbioimp/elbioimp.pdf", + }, + ["colortbl"] = { + "texmf-dist/doc/latex/colortbl/README", + "texmf-dist/doc/latex/colortbl/colortbl-de.pdf", + "texmf-dist/doc/latex/colortbl/colortbl.pdf", + }, + ["mailmerge"] = { + "texmf-dist/doc/latex/mailmerge/README", + "texmf-dist/doc/latex/mailmerge/mailmerge.pdf", + }, + ["gentium"] = { + "texmf-dist/doc/fonts/gentium/GENTIUM-FAQ.txt", + "texmf-dist/doc/fonts/gentium/OFL-FAQ.txt", + "texmf-dist/doc/fonts/gentium/OFL.txt", + "texmf-dist/doc/fonts/gentium/README", + "texmf-dist/doc/latex/gentium/README", + }, + ["dtxtut"] = { + "texmf-dist/doc/latex/dtxtut/README", + "texmf-dist/doc/latex/dtxtut/dtxtut.pdf", + }, + ["cjhebrew"] = { + "texmf-dist/doc/fonts/cjhebrew/manual.pdf", + }, + ["verbdef"] = { + "texmf-dist/doc/latex/verbdef/verbdef.pdf", + }, + ["modroman"] = { + "texmf-dist/doc/latex/modroman/LISEZMOI", + "texmf-dist/doc/latex/modroman/README", + "texmf-dist/doc/latex/modroman/modroman.pdf", + }, + ["elsevier"] = { + "texmf-dist/doc/latex/elsevier/CHANGES", + "texmf-dist/doc/latex/elsevier/README", + "texmf-dist/doc/latex/elsevier/instructions-harv.pdf", + "texmf-dist/doc/latex/elsevier/instructions-num.pdf", + }, + ["eiad"] = { + "texmf-dist/doc/fonts/eiad/Leigh_me.txt", + "texmf-dist/doc/fonts/eiad/amhrawn.pdf", + "texmf-dist/doc/fonts/eiad/evening.pdf", + "texmf-dist/doc/fonts/eiad/micheal.ps", + "texmf-dist/doc/fonts/eiad/recreat.pdf", + }, + ["pst2pdf"] = { + "texmf-dist/doc/latex/pst2pdf/Changes", + "texmf-dist/doc/latex/pst2pdf/README", + "texmf-dist/doc/latex/pst2pdf/pst2pdf-doc.pdf", + "texmf-dist/doc/latex/pst2pdf/test1-pdf.pdf", + "texmf-dist/doc/latex/pst2pdf/test2-pdf.pdf", + "texmf-dist/doc/latex/pst2pdf/test2.pdf", + "texmf-dist/doc/latex/pst2pdf/test3-pdf.pdf", + }, + ["gustlib"] = { + "texmf-dist/doc/plain/gustlib/README", + }, + ["bardiag"] = { + "texmf-dist/doc/latex/bardiag/README", + "texmf-dist/doc/latex/bardiag/bardiag.ps", + "texmf-dist/doc/latex/bardiag/bardiag1.ps", + "texmf-dist/doc/latex/bardiag/bardiag2.ps", + "texmf-dist/doc/latex/bardiag/example/altdiags.ps", + "texmf-dist/doc/latex/bardiag/example/diagrams.dvi", + "texmf-dist/doc/latex/bardiag/example/diagrams.ps", + "texmf-dist/doc/latex/bardiag/example/diagramsbw.ps", + }, + ["c90"] = { + "texmf-dist/doc/fonts/enc/c90/c90.pdf", + }, + ["epsf"] = { + "texmf-dist/doc/generic/epsf/LICENSE", + "texmf-dist/doc/generic/epsf/Makefile", + "texmf-dist/doc/generic/epsf/README", + "texmf-dist/doc/generic/epsf/bboxgrid.ps", + "texmf-dist/doc/generic/epsf/epsf-doc.pdf", + "texmf-dist/doc/generic/epsf/fndbadps", + "texmf-dist/doc/generic/epsf/okay/tepsf1.dvi", + "texmf-dist/doc/generic/epsf/okay/tepsf2.dvi", + "texmf-dist/doc/generic/epsf/okay/tepsf3.dvi", + }, + ["chess-problem-diagrams"] = { + "texmf-dist/doc/latex/chess-problem-diagrams/README", + "texmf-dist/doc/latex/chess-problem-diagrams/diagram.pdf", + }, + ["chappg"] = { + "texmf-dist/doc/latex/chappg/chappg.pdf", + }, + ["asymptote"] = { + "texmf/doc/asymptote/CAD.pdf", + "texmf/doc/asymptote/asymptote.pdf", + "texmf/doc/asymptote/examples/pixel.pdf", + "texmf/doc/man/man1/asy.man1.pdf", + "texmf/doc/man/man1/xasy.man1.pdf", + }, + ["changebar"] = { + "texmf-dist/doc/latex/changebar/00readme.txt", + "texmf-dist/doc/latex/changebar/catalog.txt", + "texmf-dist/doc/latex/changebar/cbtest1-ltx.pdf", + "texmf-dist/doc/latex/changebar/cbtest1-pdf.pdf", + "texmf-dist/doc/latex/changebar/cbtest2-ltx.pdf", + "texmf-dist/doc/latex/changebar/cbtest2-pdf.pdf", + "texmf-dist/doc/latex/changebar/changebar.pdf", + "texmf-dist/doc/latex/changebar/manifest.txt", + }, + ["frankenstein"] = { + "texmf-dist/doc/latex/frankenstein/ChangeLog", + "texmf-dist/doc/latex/frankenstein/Frankenfile", + "texmf-dist/doc/latex/frankenstein/INSTALL", + "texmf-dist/doc/latex/frankenstein/README", + "texmf-dist/doc/latex/frankenstein/abbrevs.pdf", + "texmf-dist/doc/latex/frankenstein/achicago-bst.pdf", + "texmf-dist/doc/latex/frankenstein/achicago.pdf", + "texmf-dist/doc/latex/frankenstein/attrib.pdf", + "texmf-dist/doc/latex/frankenstein/blkcntrl.pdf", + "texmf-dist/doc/latex/frankenstein/compsci.pdf", + "texmf-dist/doc/latex/frankenstein/dialogue.pdf", + "texmf-dist/doc/latex/frankenstein/lips.pdf", + "texmf-dist/doc/latex/frankenstein/moredefs.pdf", + "texmf-dist/doc/latex/frankenstein/newclude.pdf", + "texmf-dist/doc/latex/frankenstein/slemph.pdf", + "texmf-dist/doc/latex/frankenstein/titles.pdf", + "texmf-dist/doc/latex/frankenstein/unsupported/README-unsupported", + "texmf-dist/doc/latex/frankenstein/unsupported/bits.pdf", + "texmf-dist/doc/latex/frankenstein/unsupported/drama.pdf", + "texmf-dist/doc/latex/frankenstein/unsupported/includex.pdf", + }, + ["blacklettert1"] = { + "texmf-dist/doc/fonts/blacklettert1/COPYING", + "texmf-dist/doc/fonts/blacklettert1/INSTALL", + "texmf-dist/doc/fonts/blacklettert1/README", + "texmf-dist/doc/fonts/blacklettert1/blacklettert1.pdf", + }, + ["makeplot"] = { + "texmf-dist/doc/latex/makeplot/README", + "texmf-dist/doc/latex/makeplot/makeplot.pdf", + }, + ["dashundergaps"] = { + "texmf-dist/doc/latex/dashundergaps/README", + "texmf-dist/doc/latex/dashundergaps/doc/pdf/dashundergaps.pdf", + "texmf-dist/doc/latex/dashundergaps/doc/tex/Makefile", + }, + ["lps"] = { + "texmf-dist/doc/latex/lps/README", + "texmf-dist/doc/latex/lps/lps.pdf", + }, +} +return s_meta, tlp_from_runfile, tlp_doclist diff --git a/Master/texmf/scripts/texdoc/alias.tlu b/Master/texmf/scripts/texdoc/alias.tlu index 17adc754ed8..f364fa90f76 100644 --- a/Master/texmf/scripts/texdoc/alias.tlu +++ b/Master/texmf/scripts/texdoc/alias.tlu @@ -5,22 +5,23 @@ Distributed under the terms of the GNU GPL version 3 or later. See texdoc.tlu for details. --]] +-- Load a private environment for this submodule (see texdoc.tlu). local L = {} load_env(L, { - 'export_symbols', - 'string', 'table', 'os', 'kpse', 'lfs', 'io', - 'deb_print', 'tostring', 'tonumber', - 'C', 'config', }) --- structure of an alias entry --- --- aliasentry = { --- name = <string> pattern to be matched, --- score = <number> associated score (may be nil), --- original = <boolean> is this the original keyword?, --- } +--[[ structure of the alias table + +alias = { name1 = aliasentry1, ... } + +aliasentry = { + name = <string> pattern to be matched, + score = <number or nil> associated score (may be nil), + original = <true or nil> is this the original keyword?, +} +score == nil means to use the default score (defined in score.tlu) +--]] -- alias is local to this file local alias = {} @@ -54,9 +55,10 @@ function stop_alias(key) end -- get patterns for a name -function get_patterns(name) +function get_patterns(name, no_alias) local n = string.lower(name) - if config.mode ~= 'regex' and config.alias_switch and alias[n] then + if config.mode ~= 'regex' and config.alias_switch + and not no_alias and alias[n] then return alias[n] else return { make_alias(name, false) } @@ -88,8 +90,16 @@ function confline_to_alias(line, file, pos) return false end +-- iterator over the list of keys in the alias table +function aliased_names() + return function(_, cur) + return (next(alias, cur)) + end +end + -- finally export a few symbols export_symbols(L, { 'confline_to_alias', 'get_patterns', + 'aliased_names', }) diff --git a/Master/texmf/scripts/texdoc/config.tlu b/Master/texmf/scripts/texdoc/config.tlu index be82dbf72d1..7ae2b69a6bb 100644 --- a/Master/texmf/scripts/texdoc/config.tlu +++ b/Master/texmf/scripts/texdoc/config.tlu @@ -5,21 +5,17 @@ Distributed under the terms of the GNU GPL version 3 or later. See texdoc.tlu for details. --]] +-- Load a private environment for this submodule (see texdoc.tlu). local L = {} load_env(L, { - 'export_symbols', - 'string', 'table', 'os', 'kpse', 'lfs', 'io', - 'ipairs', 'pairs', 'tonumber', 'tostring', 'setmetatable', 'next', 'print', - 'assert', 'error', - 'err_print', 'win32_hook', 'deb_print', 'print_usage', - 'confline_to_alias', 'confline_to_score', - 'C', + 'os', 'kpse', 'lfs', 'io', 'setmetatable', 'print', + 'win32_hook', 'confline_to_alias', 'confline_to_score', 'print_usage', 'config', }) -------------------------- hide the config table --------------------------- --- config is read-only +-- config is read-only (but not "deep" read-only) function set_read_only(table, name) assert(next(table) == nil, 'Internal error: '..name..' should be empty at this point.') @@ -90,6 +86,17 @@ function set_config_element (key, value, context) else -- string real_set_config(key, value) end + -- alias_switch is depecated + if key == 'alias_switch' and context.src ~= 'def' then + err_print('warning', + 'Command-line options -a, --alias, -A, --noalias, as well as') + err_print('warning', + 'configuration item alias_switch, are deprecated') + err_print('warning', + 'and will soon be removed.') + err_print('warning', + 'Please protest on the texdoc mailing list if you need it.') + end -- special case: if we just set debug_list, print version info now if key == 'debug_list' then deb_print('version', C.fullname..' version '..C.version) @@ -509,6 +516,7 @@ function setup_config_from_defaults() badext_list = 'txt, ', verbosity_level = C.def_verbosity, debug_list = '', + max_lines = '20', } -- must be set after mode! set_config_elt ('alias_switch', alias_from_mode(config.mode)) diff --git a/Master/texmf/scripts/texdoc/constants.tlu b/Master/texmf/scripts/texdoc/constants.tlu index c31f8183fa2..ca286fc14e1 100644 --- a/Master/texmf/scripts/texdoc/constants.tlu +++ b/Master/texmf/scripts/texdoc/constants.tlu @@ -5,17 +5,17 @@ Distributed under the terms of the GNU GPL version 3 or later. See texdoc.tlu for details. --]] +-- Load a private environment. +-- A name 'foo' defined here will be globally visible as 'C.foo', see EOF. local L = {} load_env(L, { - 'setmetatable', 'next', 'assert', 'error', - 'arg', - 'C', + 'setmetatable', 'arg', }) -- progname and version fullname = arg[0] progname = 'texdoc' -version = '0.66' +version = '0.70' -- make sure to update setup_config_from_cl() accordingly -- and set a default value in setup_config_from_defaults() if relevant @@ -40,9 +40,6 @@ Current settings: -I, --nointeract Use plain lists, no interaction required. -M, --machine Machine-readable output for lists (implies -I). - -a, --alias Use the alias table. (default) - -A, --noalias Don't use the alias table. - -q, --quiet Suppress warnings and most error messages. -v, --verbose Print additional information (eg, viewer command). -d, --debug[=list] Print debug info for selected items (default: all). @@ -58,7 +55,6 @@ usage_settings = { showall = '--showall' }, { name = 'interact_switch', [true] = '--interact', [false] = '--nointeract' }, - { name = 'alias_switch', [true] = '--alias', [false] = '--noalias' }, } known_options = { @@ -76,6 +72,7 @@ known_options = { 'rm_file', 'unzip_.*', 'zipext_list', + 'max_lines', } error_msg = [[ @@ -106,11 +103,19 @@ known_debugs = { view = {}, texdocs = {}, score = {}, + tlpdb = {} } +-- various cache or non-cache files +cache_name = 'texdoc/cache-tlpdb.lua' -- relative to TEXMFVAR +data_meta_name = 'Data.meta.lua' +data_tlpdb_name = 'Data.tlpdb.lua' + place_holder = '%%s' -- used for viewer commands --- make C a proxy to the local environment +-- Make global C a read-only proxy to the local environment. +-- Note this is not deep read-only: C.known_debugs is read-only, but +-- C.known_debugs.version isn't, for instance. assert(next(C) == nil, 'Internal error: table of constants should be empty at this point') setmetatable(C, { diff --git a/Master/texmf/scripts/texdoc/functions.tlu b/Master/texmf/scripts/texdoc/functions.tlu index 22d44c9336a..26b8d2d4d0a 100644 --- a/Master/texmf/scripts/texdoc/functions.tlu +++ b/Master/texmf/scripts/texdoc/functions.tlu @@ -5,12 +5,10 @@ Distributed under the terms of the GNU GPL version 3 or later. See texdoc.tlu for details. --]] +-- Load a private environment for this submodule (see texdoc.tlu). local L = {} load_env(L, { - 'export_symbols', - 'string', 'io', 'os', 'table', 'tostring', - 'print', 'pairs', 'ipairs', 'tonumber', - 'C', + 'io', 'os', 'print', 'config', }) @@ -26,6 +24,17 @@ else end end +-- remove the last direcory component of a path +if os.type == 'windows' then + function path_parent(path) + return string.match(path, '^(.*)[\\/]') + end +else + function path_parent(path) + return string.match(path, '^(.*)/') + end +end + -- generic error display function (see the error_priority constant) function err_print (lvl, msg) -- be careful: maybe config.verbosity_level is not set yet @@ -119,4 +128,5 @@ export_symbols(L, { 'win32_hook', 'parse_zip', 'print_usage', + 'path_parent', }) diff --git a/Master/texmf/scripts/texdoc/main.tlu b/Master/texmf/scripts/texdoc/main.tlu index de6d62d23e7..0748df0b7d2 100644 --- a/Master/texmf/scripts/texdoc/main.tlu +++ b/Master/texmf/scripts/texdoc/main.tlu @@ -5,20 +5,17 @@ Distributed under the terms of the GNU GPL version 3 or later. See texdoc.tlu for details. --]] +-- Load a private environment for this submodule (see texdoc.tlu). local L = {} load_env(L, { - 'os', - 'ipairs', - 'arg', - 'C', - 'setup_config_and_alias', - 'print_usage', - 'get_doclist', - 'deliver_results', + 'os', 'arg', 'print', + 'setup_config_and_alias', 'init_databases', + 'get_doclist', 'deliver_results', 'aliased_names', }) --- setup config options and aliases from various places +-- get started setup_config_and_alias(arg) +init_databases() -- make sure we actually have argument(s) if not arg[1] then diff --git a/Master/texmf/scripts/texdoc/score.tlu b/Master/texmf/scripts/texdoc/score.tlu index 6e74e86ca09..f275925d184 100644 --- a/Master/texmf/scripts/texdoc/score.tlu +++ b/Master/texmf/scripts/texdoc/score.tlu @@ -5,12 +5,10 @@ Distributed under the terms of the GNU GPL version 3 or later. See texdoc.tlu for details. --]] +-- Load a local environment. See texdoc.tlu for details. local L = {} load_env(L, { - 'export_symbols', - 'string', 'table', - 'pairs', 'ipairs', 'tostring', 'tonumber', 'assert', - 'config', 'parse_zip', 'err_print', 'deb_print', + 'config', 'parse_zip', }) -- shared variables @@ -61,14 +59,14 @@ end function set_score(df, original_kw) -- scoring is irrelevant in regex mode if config.mode == 'regex' then df.score = 0 return end - deb_print('score', 'Start scoring '..df.realpath) - deb_print('score', 'Name used: '..df.name) -- scoring is case-insenstitive (patterns are already lowercased) - local name = string.lower(df.name) + local name = string.lower(df.shortname) + deb_print('score', 'Start scoring '..df.realpath) + deb_print('score', 'Name used: '..name) -- get score from patterns - local score = 0 + local score = -10 for _, pat in ipairs(df.matches) do - local s = 0 + local s = -10 local p = string.lower(pat.name) if pat.original then s = df.tree > -1 and heuristic_score(name, p) or 1 @@ -80,11 +78,19 @@ function set_score(df, original_kw) if s > score then score = s end end deb_print('score', 'Max pattern score: '..tostring(score)) + -- get score from tlp associations + if score == -10 and df.tlptodoc then score = -2 end + if score == -10 and df.runtodoc then score = -6 end + -- bonus for metadata + if df.details and + not string.find(string.lower(df.details), '^readme') then + score = score + 3 + end -- adjust from keyword-specific tables if df.tree > -1 and spec_adjscore[original_kw] then for pat, val in pairs(spec_adjscore[original_kw]) do - if val and is_subword(name, pat) then - if score > 0 or val < 0 then score = score + val end + if val and is_subword('/'..name, pat) then + score = score + val deb_print('score', string.format( "Adjust by '%d' from specific pattern '%s'", val, pat)) end @@ -93,7 +99,7 @@ function set_score(df, original_kw) -- adjust from global tables if df.tree > -1 then for pat, val in pairs(global_adjscore) do - if val and is_subword(name, pat) then + if val and is_subword('/'..name, pat) then if score > 0 or val < 0 then score = score + val end deb_print('score', string.format( "Adjust by '%d' from global pattern '%s'", val, pat)) @@ -115,19 +121,13 @@ local suffixes = { 'notes', } --- compute a heuristic score 0 <= s < 10 +-- compute a heuristic score -10 <= s < 10 function heuristic_score(file, pat) deb_print('score', 'Start heuristic scoring with pattern: '..pat) - -- if extension is bad, score is 0 - local ext = config.ext_list[ext_pos(file)] - if ext and config.badext_list_inv[ext] then - deb_print('score', 'Bad extension, heuristic score 0') - return 0 - end -- score management - local score = 0 - local function upscore(s, reason) - if s > score then + local score = -10 + local function upscore(s, reason, force) + if s > score or force then score = s deb_print('score', 'New heuristic score: '..tostring(s) ..'. Reason: '..reason) @@ -151,9 +151,13 @@ function heuristic_score(file, pat) end end end + -- if extension is bad, score is < 0 + local ext = config.ext_list[ext_pos(file)] + if ext and config.badext_list_inv[ext] and score > 0 then + upscore(-1, 'bad extension', true) + end -- bonus for being in the right directory - if score > 0 and not slash - and string.find('/'..file, '/'..pat..'/', 1, true) then + if string.find('/'..file, '/'..pat..'/', 1, true) and not slash then upscore(score + 0.5, 'directory bonus') end -- done @@ -192,31 +196,22 @@ end -- compare two docfile's: (see search.tlu for structure) -- 1. by score -- 2. then by extensions (ordered as in ext_list), --- 3. then by tree, --- 4. then lexicographically by filename. +-- 3. then lexicographically by filename. +-- 4. then by tree. -- return true if a is better than b function docfile_order (a, b) - if a.score > b.score then - return true - elseif a.score < b.score then - return false - else - a.ext_pos = a.ext_pos or ext_pos(a.name) - b.ext_pos = b.ext_pos or ext_pos(b.name) - if a.ext_pos < b.ext_pos then - return true - elseif a.ext_pos > b.ext_pos then - return false - elseif a.tree > b.tree then - return true - elseif a.tree < b.tree then - return false - else - return (a.name < b.name) - end + if a.score > b.score then return true + elseif a.score < b.score then return false + elseif a.ext_pos < b.ext_pos then return true + elseif a.ext_pos > b.ext_pos then return false + elseif a.basename < b.basename then return true + elseif a.basename > b.basename then return false + else return (a.tree > b.tree) end end +----------------------------- public functions ----------------------------- + -- returns the index of the most specific extension of file in ext_list, -- or config.ext_list_max + 1 function ext_pos(file) @@ -239,8 +234,6 @@ function ext_pos(file) return pos or (config.ext_list_max + 1) end ------------------------------ public functions ----------------------------- - -- return the "quality" of docfile function docfile_quality(df) if df.score > 0 then @@ -263,5 +256,6 @@ end export_symbols(L, { 'sort_doclist', 'docfile_quality', + 'ext_pos', 'confline_to_score', }) diff --git a/Master/texmf/scripts/texdoc/search.tlu b/Master/texmf/scripts/texdoc/search.tlu index 2679d01d1d2..e336d01ed12 100644 --- a/Master/texmf/scripts/texdoc/search.tlu +++ b/Master/texmf/scripts/texdoc/search.tlu @@ -5,28 +5,34 @@ Distributed under the terms of the GNU GPL version 3 or later. See texdoc.tlu for details. --]] +-- Load a private environment for this submodule (see texdoc.tlu). local L = {} load_env(L, { - 'export_symbols', - 'os', 'string', 'table', 'lfs', 'kpse', 'io', - 'ipairs', 'assert', 'error', 'tostring', 'setmetatable', - 'deb_print', 'err_print', 'win32_hook', 'parse_zip', - 'get_patterns', 'sort_doclist', 'docfile_quality', - 'config', 'C', + 'os', 'lfs', 'kpse', 'io', 'setmetatable', 'print', + 'dofile', 'loadfile', 'setfenv', 'rawget', 'rawset', + 'win32_hook', 'parse_zip', 'path_parent', + 'get_patterns', 'sort_doclist', 'docfile_quality', 'ext_pos', + 'config', }) +-- Warning: every single function here assumes init_databases() has been called. + -- shared by all functions in this file -local s_doclist +local s_doclist -- the Doclist objet to be populated by various functions +local s_meta -- {[normname] = meta, ...} (populated by init_tlp_database) +local vanilla -- is this a vanilla TL or a re-package one without tlpdb? ----------------------- docfile and doclist objects ------------------------ --- doclist = { --- [1] = docfile1, [2] = docfiles2, ..., --- inv = { realpath1 = index1, ... } --- } --- --- The inv subtable is such that for all i --- doclist.inv(doclist[i].realpath) == i +--[[ +doclist = { + [1] = docfile1, [2] = docfiles2, ..., + inv = { realpath1 = index1, ... } +} + +The inv subtable is such that for all i +doclist.inv(doclist[i].realpath) == i +--]] local Doclist = {} Doclist.__index = Doclist @@ -40,6 +46,7 @@ end -- add a docfile to a list function Doclist:add(df) + if not df.realpath then return end -- useful if vanilla == false local index = self.inv[df.realpath] if index then self[index]:mergein(df) @@ -55,85 +62,149 @@ function Doclist:stop() self.inv = nil end --- docfile = { --- name = filename (used for scoring only) --- tree = code of the tree, see below --- matches = {pattern1, pattern2, ...} --- } --- if tree > 1, this is the index of the tree in TEXDOCS --- if tree = 0, then name is relative to TLROOT (file found from tlpdb only) --- tree = - 1 if and only if file is a sty file. Here name is absolute. +--[[ +docfile = { + -- name and tree are mendatory + name = filename (used for scoring only) + tree = code of the tree, see below + -- at least one of the following fields should exist + matches = {pattern1, pattern2, ...} or {} + runtodoc = true if there is a runfile -> docfile association + tlptodoc = true if there is a tlp name -> docfile association + -- those are virtual members, see below + realpath = full path + normname = nomrmalised (path removed up to the 'doc' component) + shortname = short name used for scoring + basename = basename + lang = language tag from the catalogue metadata + details = details tag from the catalogue metadata + quality = 'good', 'bad', or 'killed' depending on score + ext_pos = position of the extension in ext_list + -- set for elements of a list as a side effect of sort_doclist() + score = score +} +if tree > 1, this is the index of the tree in TEXDOCS +if tree = 0, then name is relative to TLROOT +tree = - 1 if and only if file is a sty file. Here name is absolute. +--]] +-- Docfile objects inherit members from Docfile +-- and have virtual members implemented by get_<member>() methods +-- for best cache performance, getters should not return nil local Docfile = {} -Docfile.__index = Docfile +function Docfile:__index(key) + if Docfile[key] then return Docfile[key] end + local getter = Docfile['get_'..key] + if getter then + rawset(self, key, getter(self)) + return rawget(self, key) + end +end -- create a new docfile objet using initilisation info --- fields : name (relative to tree), tree, pattern +-- required fields: name, tree function Docfile:new(info) - df = {} + local df = {} setmetatable(df, self) - -- get realpath, tree and prepare name - df.tree = info.tree - if info.tree > 0 then - df.realpath = texdocs_tree_to_path(info.tree, info.name) - elseif info.tree == 0 then - error('Unimplemented') - df.realpath = get_tlroot()..'/'..info.name - info.name = string.gsub(info.name, '^texmf(-dist)?/doc/', '', 1) - elseif info.tree == -1 then - df.realpath = info.name - else - error('Internal error: bad tree number') - end - -- remove first component of name if at least two directory levels - if info.tree > -1 then - local name = string.match(info.name, '^..-/(.+/.+)$') - if name then - df.name = '/'..name + for k, v in pairs(info) do + if k == 'pattern' then + df.matches = { info.pattern } else - df.name = info.name + df[k] = v end - else - df.name = info.name - end - -- initialise the list of matches - if info.pattern then - df.matches = { info.pattern } - else - df.matches = {} end return df end --- merge a second docfile objet into self +-- merge a second docfile objet in, assuming it represents the same file function Docfile:mergein(df) - if df.tree > self.tree then - self.name = df.name - self.tree = df.tree + for k, v in pairs(df) do + if k == 'matches' then + for _, m in ipairs(df.matches or {}) do + table.insert(self.matches, m) + end + else + self[k] = v + end end - for _, m in ipairs(df.matches) do - table.insert(self.matches, m) +end + +-- return the full path to the file +function Docfile:get_realpath() + if self.tree > 0 then + return texdocs_tree_to_path(self.tree, self.name) + elseif self.tree == 0 then + if vanilla then + return get_tlroot()..'/'..self.name + else + return kpse.find_file(self.normname, 'TeX system documentation') + end + else + return self.name end end +-- normalise a name from the tlpdb (use for s_meta indexes) +function reloc_tlpdb_path(name) + return string.gsub(name, '^texmf[^/]*/doc/', '', 1) +end + +-- return normalised name +function Docfile:get_normname() + return (self.tree == 0) and reloc_tlpdb_path(self.name) or self.name +end + +-- retrieve the lang from meta +function Docfile:get_lang() + local meta = s_meta[self.normname] + return meta and (meta.lang or false) or false +end + +-- retrieve the details from meta +function Docfile:get_details() + local meta = s_meta[self.normname] + return meta and (meta.details or false) or false +end + +-- return the short name used for scoring +function Docfile:get_shortname() + if self.tree == -1 then return self.name end + -- remove first component of name if at least two directory levels + return string.match(self.normname, '^..-/(.+/.+)$') or self.normname +end + +-- return the base name +function Docfile:get_basename() + return string.gsub(self.name, '.*/', '', 1) +end + +-- for interface consistency, matches should always be a table, never nil +function Docfile:get_matches() + return {} +end + +-- from score.tlu +Docfile.get_quality = docfile_quality + -- from score.tlu -Docfile.quality = docfile_quality +function Docfile:get_ext_pos() + return ext_pos(self.basename) +end ------------------- get results from TEXDOCS (à la kpse) ------------------- +--------------------- manage TEXDOCS trees à la kpse ---------------------- do -- scope of doc_roots local doc_roots --- doc_roots is a Lua version of kpse's TEXDOCS --- structure of the doc_roots variable: --- doc_roots[i] = { --- path = <path>, --- index_mandatory = <does path begin with !! in TEXDOCS?> --- recursion_allowed = <does path ends with // in TEXDOCS?>, --- } +--[[ +doc_roots[i] = { + path = initial path, + db = { [file1] = basename1, [file2] = basename2, ... }, +} +--]] --- set the doc_roots list from kpse's $TEXDOCS -function get_texdocs () +-- populate the doc_roots filename databases +function init_texdocs_database() doc_roots = {} local sep = (os.type == 'windows') and ';' or ':' local kpse_texdocs = kpse.expand_var("$TEXDOCS") @@ -142,56 +213,47 @@ function get_texdocs () local max = #raw_doc_roots + 1 for j, dir in ipairs(raw_doc_roots) do local i = max - j - local dr = {} local n + local path, db -- get path, !! and // values dir, n = string.gsub (dir, '//$', '') - dr.recursion_allowed = (n == 1) - dr.path, n = string.gsub (dir, '^!!', '') - dr.index_mandatory = (n == 1) + local recursion_allowed = (n == 1) + local path, n = string.gsub (dir, '^!!', '') + local index_mandatory = (n == 1) deb_print('texdocs', string.format( 'texdocs[%d] = %s (index_mandatory=%s, recursion_allowed=%s)', - i, dr.path, - tostring(dr.index_mandatory), - tostring(dr.recursion_allowed))) + i, path, tostring(index_mandatory), tostring(recursion_allowed))) -- decide if we should use a ls-R index, the filesystem, or do nothing - local root, shift = lsr_root(dr.path) - if root and shift and dr.recursion_allowed then - dr.lsr = root - dr.lsr_shift = shift + local root, shift = lsr_root(path) + if root and shift and recursion_allowed then deb_print('texdocs', string.format( 'texdocs[%d] using index: %s (shift=%s)', i, root, shift)) - elseif not dr.index_mandatory and lfs.isdir(dr.path) then - dr.searchfs = true + db = init_lsr_db(root, shift) + elseif not index_mandatory and lfs.isdir(path) then deb_print('texdocs', string.format( 'texdocs[%d] using filesystem search', i)) + db = init_tree_db(path, recursion_allowed) end -- register this in docroots - doc_roots[i] = dr + doc_roots[i] = { path = path, db = db } end end -- return the real path from a texdocs tree number + relative path function texdocs_tree_to_path(tree, rel) - if doc_roots == nil then get_texdocs() end return win32_hook(doc_roots[tree].path..'/'..rel) end -- find docfiles in texdocs directories function get_doclist_texdocs(patlist) - if doc_roots == nil then get_texdocs() end for code, dr in ipairs(doc_roots) do - if dr.lsr then - scan_lsr(patlist, code, dr.lsr, dr.lsr_shift) - elseif dr.searchfs then - scan_tree(patlist, code, dr.path, '', dr.recursion_allowed) - end + if dr.db then scan_db(patlist, code, dr.db) end end end end -- scope of doc_roots --- find a ls-R file in a parent directory an return it or nil +-- find a ls-R file in a parent directory and return it or nil function lsr_root (path) if not lfs.isdir (path) then return end local root, shift = path, '' @@ -207,57 +269,66 @@ function lsr_root (path) end end --- scan a tree without ls-R file -function scan_tree (patlist, code, base, cwd, recurse) - for file in lfs.dir(base..'/'..cwd) do - if file ~= '.' and file ~= '..' then - local f = (cwd == '') and file or cwd..'/'..file - if lfs.isdir(base..'/'..f) then - if recurse then scan_tree(patlist, code, base, f, recurse) end - else - local df = process_file(patlist, file, f, code, true) - if df then s_doclist:add(df) end - end - end - end -end - --- scan a ls-R file -function scan_lsr(patlist, code, cwd, shift) - local is_dir = {} -- is_dir[path] = true iff path is a dir - local results = Doclist:new() - local isdoc = false +-- build a db from a ls-R file +function init_lsr_db(root, shift) + -- open the file + local lsr = assert(io.open(root..'/ls-R', 'r')) + local _ = lsr:read('*line') -- throw away first line (comment) + -- scan it + local db = {} + local maybe_dir, isdoc = true, false local current_dir local l = #shift - local lsr = assert(io.open(cwd..'/ls-R', 'r')) - local _ = lsr:read('*line') -- throw away first line (comment) - local maybe_dir = true -- next line may be a directory while true do local line = lsr:read('*line') while line == '' do line, maybe_dir = lsr:read('*line'), true end - if line == nil then break end -- EOF - local dir_line = maybe_dir and string.match (line, '^%./(.*):$') + if line == nil then break end -- EOF + local dir_line = maybe_dir and string.match(line, '^%./(.*):$') if dir_line then maybe_dir = false -- next line may not be a dir - if string.sub (dir_line, 1, l) == shift then + if string.sub(dir_line, 1, l) == shift then isdoc = true - current_dir = string.sub (dir_line, l+1) - is_dir[current_dir] = true + current_dir = string.sub(dir_line, l+1) + db[current_dir] = nil elseif isdoc then break -- we're exiting the ./doc (or shift) dir, so it's over end elseif isdoc then - local df = process_file(patlist, line, current_dir..'/'..line, code) - if df then results:add(df) end + local file = current_dir..'/'..line + if check_ext(line) then db[file] = line end end end lsr:close() - -- add non-directories to the list - for _, df in ipairs(results) do - if not is_dir[df.name] then - s_doclist:add(df) + return db +end + +-- build a db for a tree without ls-R index +function init_tree_db(base, recurse) + local db = {} + local function init_tree_db_rec(dir) + for file in lfs.dir(base..'/'..dir) do + if file ~= '.' and file ~= '..' then + local f = (dir == '') and file or dir..'/'..file + if lfs.isdir(base..'/'..f) then + if recurse then init_tree_db_rec(f) end + else + if check_ext(file) then db[f] = file end + end + end end end + init_tree_db_rec('') + return db +end + +-------------------- select results from TEXDOCS trees --------------------- + +-- scan a database +function scan_db(patlist, code, lsr_db) + for file, basename in pairs(lsr_db) do + local df = process_file(patlist, basename, file, code) + if df then s_doclist:add(df) end + end end -- says if file has a 'good' extenstion according to ext_list @@ -285,27 +356,20 @@ end -- return a docfile object if file "matches", nil ortherwise function process_file(patlist, file, pathfile, code) - deb_print('kpse', 'Processing file: '..pathfile) local docfile local pattern for _, pattern in ipairs(patlist) do if string.find(string.lower(pathfile), string.lower(pattern.name), 1, config.mode ~= 'regex') then - local good_ext = check_ext(file) - deb_print('kpse', string.format( - "File '%s' matches '%s'; good_ext=%s", - pathfile, pattern.name, tostring(good_ext))) - if good_ext then - local info = { - name = pathfile, - tree = code, - pattern = pattern, - } - if docfile then - docfile:mergein(Docfile:new(info)) - else - docfile = Docfile:new(info) - end + local info = { + name = pathfile, + tree = code, + pattern = pattern, + } + if docfile then + docfile:mergein(Docfile:new(info)) + else + docfile = Docfile:new(info) end end end @@ -329,17 +393,231 @@ function get_doclist_sty(patlist) end end +-------------------------------- use tlpdb --------------------------------- + +-- tlpdb mean TeX Live Package DataBase and tlp means TeX Live Package + +-- find the TeX Live root +function get_tlroot() + local tlroot = kpse.var_value('SELFAUTOPARENT') + get_tlroot = function() return tlroot end + return tlroot +end + +-- return true if cache exists and is newer than original, false otherwise +function good_cache(cache, ori) + local cache_date = lfs.attributes(cache, 'modification') + if not cache_date then return false end + local ori_date = assert(lfs.attributes(ori, 'modification')) + return cache_date > ori_date +end + +-- make sure a given directory exists, or return nil plus an error string +function mkdir_p(dir) + if lfs.isdir(dir) then return true end + local parent = path_parent(dir) + if parent then + local ok, msg = mkdir_p(parent) + if not ok then return nil, msg end + end + return lfs.mkdir(dir) +end + +-- get tlpinfo tables initialised by whatever mean +function init_tlp_database() + local TEXMFVAR = kpse.var_value('TEXMFVAR') + local cache_file = TEXMFVAR..'/'..C.cache_name + local texlive_tlpdb = get_tlroot()..'/tlpkg/texlive.tlpdb' + vanilla = lfs.isfile(texlive_tlpdb) + if vanilla then + if good_cache(cache_file, texlive_tlpdb) then + deb_print('tlpdb', 'Using cached data from '..cache_file) + get_tlpinfo_from_cache(cache_file) + else + deb_print('tlpdb', 'Getting data from tlpdb file '..texlive_tlpdb) + get_tlpinfo_from_tlpdb(texlive_tlpdb) + deb_print('tlpdb', 'Writing data in cache file '..cache_file) + local ok, msg = mkdir_p(path_parent(cache_file)) + if not ok then + err_print('warning', + 'Failed to create cache file in '..cache_file..':') + err_print('warning', msg) + else + print_out_tlpinfo(cache_file) + end + end + else + deb_print('tlpdb', 'Using shipped tlpdb data.') + get_tlpinfo_from_dist() + end +end + +do -- begin scope of tlpinfo tables +local tlp_from_runfile -- { [runfile_basename] = {tlp1 = true, ...}, ... } +local tlp_doclist -- { [tlp_name] = { relname1, relname2, ...}, ... } + +-- populate tlpinfo tables using the given texlive.tlpdb +function get_tlpinfo_from_tlpdb(filename) + s_meta, tlp_from_runfile, tlp_doclist = {}, {}, {} + get_meta_hack() + local curr_tlp + local state = 'none' + for line in io.lines(filename) do + if state == 'none' and string.find(line, '^name ') then + -- begin a new package + curr_tlp = string.lower(string.sub(line, 6, -1)) + tlp_doclist[curr_tlp] = {} + elseif state == 'docfiles' then + if not string.find(line, '^ ') then + state = 'none' + else + local file = string.match(line, '^ ([^ ]*)') + local meta = string.match(line, '^ [^ ]* (.+)') + if check_ext(file) then + -- we've got a docfile here, add it + table.insert(tlp_doclist[curr_tlp], file) + if meta then + local details = string.match(meta, 'details="([^"]+)"') + local lang = string.match(meta, 'language="([^"]+)"') + s_meta[reloc_tlpdb_path(file)] = { + details = details, + lang = lang, + } + end + end + end + elseif state == 'runfiles' then + if not string.find(line, '^ ') then + state = 'none' + else + -- check for interesting runfiles + local e = string.sub(line, -4, -1) + if e == '.tex' or e == '.sty' or e == '.cls' then + local f = string.match(line, '.*/(.*)%.') + tlp_from_runfile[f] = tlp_from_runfile[f] or {} + tlp_from_runfile[f][curr_tlp] = true + end + end + end + -- update state + if string.find(line, '^docfiles ') then + state = 'docfiles' + elseif string.find(line, '^runfiles ') then + state = 'runfiles' + end + end + remove_useless_tlp() +end + +-- remove entries for tlp without any docfile +function remove_useless_tlp() + for tlp, doclist in pairs(tlp_doclist) do + if #doclist == 0 then tlp_doclist[tlp] = nil end + end + for runfile, tlp_set in pairs(tlp_from_runfile) do + for tlp in pairs(tlp_set) do + if not tlp_doclist[tlp] then + tlp_from_runfile[runfile][tlp] = nil + end + end + end +end + +-- print out data from tlpdb in dofile()-able form +function print_out_tlpinfo(filename) + local fh = assert(io.open(filename, 'w')) + local function printf(s, ...) fh:write(string.format(s, ...)) end + -- s_meta + printf('local s_meta = {\n') + for k, v in pairs(s_meta) do + printf(' [%q] = {', k) + for i, j in pairs(v) do printf('[%q] = %q, ', i, j) end + printf('},\n') + end + printf('}\n') + -- tlp_from_runfile + printf('local tlp_from_runfile = {\n') + for k, v in pairs(tlp_from_runfile) do + printf(' [%q] = {', k) + for f in pairs(v) do printf('[%q]=true,', f) end + printf('},\n') + end + printf('}\n') + -- tlp_doclist + printf('local tlp_doclist = {\n') + for k, v in pairs(tlp_doclist) do + printf(' [%q] = {\n', k) + for _, f in ipairs(v) do printf(' %q,\n', f) end + printf(' },\n') + end + printf('}\n') + printf('return s_meta, tlp_from_runfile, tlp_doclist\n') + fh:close() +end + +-- get pre-hashed tlpdb info from a cache file +function get_tlpinfo_from_cache(filename) + s_meta, tlp_from_runfile, tlp_doclist = dofile(filename) +end + +-- get pre-hashed meta from a file +function get_meta_hack() + local f = assert(kpse.find_file(C.data_meta_name, 'texmfscripts')) + s_meta = dofile(f) +end + +-- get pre-hashed tlpdb info from a pseudo-cache file +function get_tlpinfo_from_dist() + local f = assert(kpse.find_file(C.data_tlpdb_name, 'texmfscripts')) + s_meta, tlp_from_runfile, tlp_doclist = dofile(f) +end + +-- get docfiles for pattern using specific tlpdb information +function get_doclist_tlpdb(pattern) + -- runfile to tlp to docfile + if tlp_from_runfile[pattern] then + for tlp in pairs(tlp_from_runfile[pattern]) do + for _, file in ipairs(tlp_doclist[tlp]) do + s_doclist:add(Docfile:new{ + name = file, + tree = 0, + runtodoc = true, + }) + end + end + end + -- tlp name to docfile + if tlp_doclist[pattern] then + for _, file in ipairs(tlp_doclist[pattern]) do + s_doclist:add(Docfile:new{ + name = file, + tree = 0, + tlptodoc = true, + }) + end + end +end + +end --scope of tlpinfo table + ------------------------------ main function ------------------------------- +-- initialise the various databases (must be called first) +function init_databases() + init_texdocs_database() + init_tlp_database() +end + -- find docfiles according to pattern -function get_doclist(pattern) +function get_doclist(pattern, no_alias) -- get patterns (inc. aliases) - local normal, sty = normal_vs_sty(get_patterns(pattern)) + local normal, sty = normal_vs_sty(get_patterns(pattern, no_alias)) -- initialise result list s_doclist = Doclist:new() -- get results get_doclist_sty(sty) get_doclist_texdocs(normal) + get_doclist_tlpdb(pattern) -- finally, sort results sort_doclist(s_doclist, pattern) return s_doclist @@ -361,5 +639,6 @@ end -- finally export a few symbols export_symbols(L, { + 'init_databases', 'get_doclist', }) diff --git a/Master/texmf/scripts/texdoc/texdoc.tlu b/Master/texmf/scripts/texdoc/texdoc.tlu index 69090deee2f..875450ff8ff 100755 --- a/Master/texmf/scripts/texdoc/texdoc.tlu +++ b/Master/texmf/scripts/texdoc/texdoc.tlu @@ -20,9 +20,28 @@ Previous work in the public domain: - Original shell script by Thomas Esser, David Aspinall, and Simon Wilkinson. --]] +---------------------- functions handling submodules ----------------------- + +-- texdoc is divided in submodules (files). +-- Most submodules use a private environment: that is, the functions and +-- variables defined in a file won't be globally visible, unless explicitly +-- exported at the end of the file. +-- Also, symbols from the global environment (hence from other submodules) +-- aren't imported in the local environment, except if explicitly requested and +-- a few default symbols. + -- load a local environment, importing symbols from (this function's) _G -- usage: local L = {} load_env(L, {'a', 'b'}) function load_env(l, symbols) + local default = { + 'export_symbols', + 'string', 'table', 'pairs', 'ipairs', 'tonumber', 'tostring', 'next', + 'assert', 'error', 'err_print', 'deb_print', + 'C', + } + for _, symb in ipairs(default) do + l[symb] = _G[symb] + end local _, symb for _, symb in ipairs(symbols) do assert(_G[symb] ~= nil, @@ -44,13 +63,15 @@ function export_symbols(l, symbols) end end --- load a component of texdoc -function texdoc_load(name) - local f = kpse.find_file('texdoc/'..name..'.tlu', 'texmfscripts') +-- execute a submodule of texdoc +function texdoc_do(name) + local f = kpse.find_file(name..'.tlu', 'texmfscripts') assert(f, 'Internal error: unable to find texdoc module '..name..'.') dofile(f) end +------------------------ initilisation & main code ------------------------- + -- initialize kpathsea kpse.set_program_name(arg[-1], 'texdoc') @@ -59,17 +80,17 @@ kpse.set_program_name(arg[-1], 'texdoc') C = {} -- constants config = {} -- configuration settings --- actually load the components now -texdoc_load('constants') -texdoc_load('functions') -texdoc_load('alias') -texdoc_load('score') -texdoc_load('config') -texdoc_load('search') -texdoc_load('view') +-- actually load the submodules now +texdoc_do('constants') +texdoc_do('functions') +texdoc_do('alias') +texdoc_do('score') +texdoc_do('config') +texdoc_do('search') +texdoc_do('view') -- execute main() -texdoc_load('main') +texdoc_do('main') -- the end os.exit(C.exit_ok) diff --git a/Master/texmf/scripts/texdoc/view.tlu b/Master/texmf/scripts/texdoc/view.tlu index 544c6673539..c34b96b8103 100644 --- a/Master/texmf/scripts/texdoc/view.tlu +++ b/Master/texmf/scripts/texdoc/view.tlu @@ -5,14 +5,11 @@ Distributed under the terms of the GNU GPL version 3 or later. See texdoc.tlu for details. --]] +-- Load a private environment for this submodule (see texdoc.tlu). local L = {} load_env(L, { - 'export_symbols', - 'string', 'os', 'table', 'io', - 'tonumber', 'ipairs', 'print', 'assert', - 'config', - 'C', - 'deb_print', 'err_print', 'parse_zip', + 'os', 'io', 'print', + 'config', 'parse_zip', }) ----------------------------- view a document ------------------------------ @@ -103,10 +100,10 @@ end ----------------------------- display results ------------------------------ --- print a list of files (structure: see search.tlu) as a menu --- if showall is false, stops as soon a bad result is encountered +-- print a list of docfile objects (see search.tlu) as a menu +-- if showall is false, stop as soon as a bad result is encountered function print_menu(name, doclist, showall) - local max_lines = tonumber(config.max_lines) or 20 + local max_lines = tonumber(config.max_lines) if config.interact_switch and doclist[max_lines+1] then -- there may be too many lines, count them local n @@ -114,7 +111,7 @@ function print_menu(name, doclist, showall) n = #doclist else n = 0 - while doclist[n+1] and doclist[n+1]:quality() == 'good' do + while doclist[n+1] and doclist[n+1].quality == 'good' do n = n + 1 end end @@ -130,12 +127,18 @@ function print_menu(name, doclist, showall) end local i, doc for i, doc in ipairs (doclist) do - if doc:quality() == 'killed' then break end - if doc:quality() ~= 'good' and not showall then break end + if doc.quality == 'killed' then break end + if doc.quality ~= 'good' and not showall then break end if config.machine_switch == true then - print(name, doc.score, doc.realpath) + print(name, doc.score, doc.realpath, doc.lang or '', doc.details or '') else print(string.format('%2d %s', i, doc.realpath)) + if doc.details or doc.lang then + local line = ' = ' + if doc.lang then line = line..'['..doc.lang..'] ' end + if doc.details then line = line..doc.details end + print(line) + end end end if config.interact_switch then @@ -152,7 +155,7 @@ end function deliver_results(name, doclist, many) -- ensure that results were found or apologize - if not doclist[1] or doclist[1]:quality() == 'killed' then + if not doclist[1] or doclist[1].quality == 'killed' then if not config.machine_switch then local msg = string.gsub(C.notfound_msg, C.notfound_msg_ph, name) print(msg) -- get rid of gsub's 2nd value @@ -161,14 +164,14 @@ function deliver_results(name, doclist, many) end -- shall we show all of them or only the "good" ones? local showall = (config.mode == 'regex') or (config.mode == 'showall') - if not showall and doclist[1]:quality() ~= 'good' then + if not showall and doclist[1].quality ~= 'good' then showall = true err_print('info', 'No good result found, showing all results.') end -- view result or show menu based on mode and number of results if (config.mode == 'view') or config.mode == 'mixed' and (not doclist[2] - or (doclist[2]:quality() ~= 'good' and not showall)) then + or (doclist[2].quality ~= 'good' and not showall)) then view_doc(doclist[1]) else if many and not config.machine_switch then diff --git a/Master/texmf/texdoc/texdoc.cnf b/Master/texmf/texdoc/texdoc.cnf index 270a6f4cb8c..bcc1c57db97 100644 --- a/Master/texmf/texdoc/texdoc.cnf +++ b/Master/texmf/texdoc/texdoc.cnf @@ -110,6 +110,11 @@ adjscore(latex) Content_LaTeX_Package_Demo = -10 adjscore(latex) example_latex = -10 adjscore(latex) test_latex = -10 +# beamer +adjscore(beamer) beamer-tut-pt = -10 +adjscore(beamer) beamer-tut-pt/tutorialbeamer = +10 +adjscore(beamer) presentations = -10 + # it is also possible to set the score directly in alias directives # eg, fontinstallationguide is related to fontinst: alias(0.1) fontinst = fontinstallationguide @@ -125,38 +130,21 @@ alias latex = latex-doc-ptr ## various stuff # a few useful general documents -alias symbols = symbols-a4 alias faq-en = newfaq alias faq = newfaq -# various lshort translations (keep the obvious ones for the tests) +# various lshort translations alias lshort = lshort-english/lshort # original -alias lshort-bg = lshort-bg # bulgarian -alias lshort-zh = lshort-zh-cn # chinese -alias lshort-nl = lshort-nl-1.3 # dutch -alias lshort-en = -english/lshort # english (original) -alias lshort-fi = lyhyt2e # finnish -alias lshort-fr = lshort-fr # french alias lshort-de = l2kurz # german -alias lshort-it = itlshort # italian -alias lshort-ja = jlshort # japanese alias lshort-pl = polish/lshort2e # polish alias lshort-pt = ptlshort # portuguese -alias lshort-ru = lshortru # russian alias lshort-sk = slshorte # slovak -alias lshort-sl = lshort-slovenian # slovenian alias lshort-es = -spanish/lshort # spanish -alias lshort-th = lsh132 # thai -alias lshort-tr = lshort-tr # turkish -alias lshort-uk = lshort-ukr # ukrainian (package ukr, booh) -alias lshort-vi = lshort-vi # vietnamese - # *TeX engines reference manuals, man pages and related alias e-tex-ref = etex_man alias etex-ref = etex_man alias pdftex-ref = pdftex-a -alias xetex-ref = XeTeX-reference alias luatex-ref = luatexref-t alias etex-man = etex.man1 alias pdftex-man = pdftex.man1 @@ -167,7 +155,6 @@ alias luatex-pkg = oberdiek/luatex.pdf # by default, <engine> = <engine>-ref (duplicated: no alias cascading) alias e-tex = etex_man alias etex = etex_man -alias pdftex = pdftex-a alias xetex = XeTeX-reference alias luatex = luatexref-t @@ -221,11 +208,6 @@ alias utopia = psnfss2e # ams alias amsmath = amsldoc -alias amslatex = amshelp -alias amscls = instr-l -alias amsart = instr-l -alias amsproc = instr-l -alias amsbook = instr-l alias amsthm = amsthdoc alias amsfonts = amsfndoc alias amsrefs = amsrdoc @@ -253,75 +235,42 @@ alias typearea-de = scrguide # tugboat package and classes alias tugboat = ltubguid -alias tugboat-plain = tubguide -alias ltugboat = ltubguid -alias ltugproc = ltubguid # caption alias caption = caption-eng -alias caption-de = caption-deu -alias caption-ru = caption-rus alias caption-dev = caption.pdf # misc alias hyperref = hyperref/manual.pdf alias hyperref-dev = hyperref.pdf -alias psfrag = pfgguide alias bibtex = btxdoc -alias IEEEtran = IEEEtran_HOWTO alias metapost = mpman alias(5) metapost = mpintro alias(5) metapost = mpgraph alias iso = isoman alias pstricks = pstricks-doc -alias extramarks = fancyhdr/fancyhdr -alias fonttable = fonttable/fonttable -alias biocon = biocon/manual. -alias makeindex = makeindex/makeindex -alias xstring = xstring_doc_en alias xstring-fr = xstring_doc_fr alias isomath = isomath.sty.pdf alias elsarticle = elsdoc -alias 2in1 = twoinone alias afoot = arabtex-doc -alias chngpage = changepage - -# cite package (from texlive.tlpdb listing for cite) -alias cite = /cite/README -alias chapterbib = /cite/README -alias drftcite = /cite/README -alias overcite = /cite/README ## a few easy patterns # egrep 'manual\.pdf\>' -alias pdfslide = pdfslide/demo alias t-angles = t-manual -alias texmate = texmate2manual alias tree-dvips = tree-manual # egrep 'user\.pdf\>' alias cweb-latex = cweb-user -alias seminar = sem-user # egrep 'doc\.pdf\>' alias barcode = eandoc.pdf -alias barr = diaxydoc.pdf -alias doublestroke = dsdoc.pdf -alias enctex = encdoc-e alias enctex-cz = encdoc -alias hyplain = hydoc.pdf -alias jurabib = jbendoc alias jurabib-de = jbgerdoc -alias juramisc = jmgerdoc -alias marvosym = marvodoc -alias musixtex = musixdoc alias ofs = ofsdoc-e alias ofs-cz = ofsdoc -alias petri-nets = pndoc alias pst-geo = pst-map3d-doc -alias sanskrit = sktdoc alias german = gerdoc alias ngerman = gerdoc alias pst-eucl = pst-eucl/euclide_english @@ -336,94 +285,57 @@ alias datenumber-de = datenumber/docgerman alias index = ind alias genfont1 = fntguide alias psnfss = psnfss2e -alias astro = astrosym.txt -alias brushscr = brushscr/AAA_readme -alias ocherokee = cherokee alias cmsuper = cm-super/README alias euro = eurosamp -alias fourier = fourier-doc-en alias lmfonts = lm-info alias t1enc1 = fontsmpl alias yfonts = yfonts/readme alias mfpic1 = mfpguide alias dutch = rapdoc alias montex = mlsquick -alias akademia = tex-virtual-academy-pl/index.html +alias(60) akademia = tex-virtual-academy-pl/index.html alias cyrillic = cyrillic/00readme.txt alias otibet = otibet/unidoc -alias layouts = layman alias texsis = texsis/base/README alias startex = startex/base/guide alias overpic = opic-rel alias apmgraph = pmgraph -alias metaobj = momanual alias tikz = pgfmanual alias treetex = tree_doc -alias PSfrag = pfgguide -alias xypic = xyguide alias(5) xypic = xyrefer alias pbdiagram = pb-manual alias expressg = expeg -alias texpower = texpower/manual -alias ifmslide = ifmman alias arydshln = arydshln-man alias multirow = multirow/README -alias titletoc = titlesec -alias custom-bib = custom-bib/makebst -alias ascelike = ascexmpl alias natbib2 = natnotes -alias adrconv = adrguide alias tangles = t-angles/t-manual alias mathenv = mdwtab alias gnlogic = gn-logic14 alias footnote1 = mdwtools/footnote alias footnote2 = yafoot/yafoot-man alias labels1 = envlab/elguide -alias newvbtm = newvbtm-man alias lineno = ulineno alias akletter = akletter/lettereng -alias isorot = isorot/rotman -alias MLTeX = mltex/mltex.txt -alias ecards = eCardsman +alias mltex = mltex/mltex.txt alias flcards = flashcards alias tex4ht = tex4ht/mn.html alias ppower4 = ppower4/report -alias pdfscreen = pdfscreen/manual-print alias latex3 = ltx3info alias latex3p = expl3/expl3 -alias xmltex = xmltex/base/manual.html -alias musixlyr = mxlyrdoc alias musictex = musicdoc -alias acmtrans = acmtr2e -alias aastex = aastex/aasguide alias ieee = IEEEtran_HOWTO -alias nrc = nrc/userguide alias kluwer = kluwer/usrman -alias spie = spie/article alias cv = curve/curve alias preprint = preprint/00readme.txt -alias sffms = sffms_manual ## packages from ctan/macros/latex/contrib/misc or with doc in .sty only # anyway, this is quite bad and should be changed some day alias 3parttable = 3parttable.sty alias bibcheck = bibcheck.sty -alias block = block.sty -alias braket = braket.sty -alias breakcites = breakcites.sty -alias cancel = cancel.sty alias captdef = captdef.sty -alias cases = cases.sty -alias chbibref = chbibref.sty -alias chngcntr = chngcntr.sty -alias circle = circle.sty -alias comment = comment.sty alias concrete = concrete.sty -alias dblfloatfix = dblfloatfix.sty -alias endnotes = endnotes.sty alias excludeonly = excludeonly.sty -alias fn2end = fn2end.sty alias fncylab = fncylab.sty alias fnpara = fnpara.sty alias framed = framed.sty @@ -446,7 +358,6 @@ alias nextpage = nextpage.sty alias nolbreaks = nolbreaks.sty alias notoccite = notoccite.sty alias optional = optional.sty -alias oubraces = oubraces.sty alias parskip = parskip.sty alias path = path.sty alias printlen = printlen.sty @@ -473,7 +384,6 @@ alias truncate = truncate.sty alias underscore = underscore.sty alias varwidth = varwidth.sty alias verbasef = verbasef.sty -alias verbdef = verbdef.sty alias version = version.sty alias vertbars = vertbars.sty alias vrbexin = vrbexin.sty |