texlive[61127] Master/texmf-dist: context-transliterator (23nov21)

commits+karl at tug.org commits+karl at tug.org
Tue Nov 23 23:38:12 CET 2021


Revision: 61127
          http://tug.org/svn/texlive?view=revision&revision=61127
Author:   karl
Date:     2021-11-23 23:38:11 +0100 (Tue, 23 Nov 2021)
Log Message:
-----------
context-transliterator (23nov21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/context/third/transliterator/VERSION
    trunk/Master/texmf-dist/doc/context/third/transliterator/transliterator.pdf
    trunk/Master/texmf-dist/doc/context/third/transliterator/transliterator.tex
    trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.mkiv
    trunk/Master/texmf-dist/tex/context/third/transliterator/trans_tables_sr.lua
    trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.lua

Added Paths:
-----------
    trunk/Master/texmf-dist/scripts/context/lua/third/transliterator/
    trunk/Master/texmf-dist/scripts/context/lua/third/transliterator/mtx-t-transliterate.lua

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/context/third/transliterator/COPYING
    trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.ctl
    trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.log
    trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.mkiv.prep
    trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.pdf
    trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.run
    trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.tuc
    trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.ctl
    trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.log
    trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.run
    trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.tuc

Deleted: trunk/Master/texmf-dist/doc/context/third/transliterator/COPYING
===================================================================
--- trunk/Master/texmf-dist/doc/context/third/transliterator/COPYING	2021-11-23 13:59:53 UTC (rev 61126)
+++ trunk/Master/texmf-dist/doc/context/third/transliterator/COPYING	2021-11-23 22:38:11 UTC (rev 61127)
@@ -1,22 +0,0 @@
-Copyright 2010-2013 Philipp Gesang. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-    1. Redistributions of source code must retain the above copyright notice,
-    this list of conditions and the following disclaimer.
-
-    2. Redistributions in binary form must reproduce the above copyright
-    notice, this list of conditions and the following disclaimer in the
-    documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Modified: trunk/Master/texmf-dist/doc/context/third/transliterator/VERSION
===================================================================
--- trunk/Master/texmf-dist/doc/context/third/transliterator/VERSION	2021-11-23 13:59:53 UTC (rev 61126)
+++ trunk/Master/texmf-dist/doc/context/third/transliterator/VERSION	2021-11-23 22:38:11 UTC (rev 61127)
@@ -1 +1 @@
-hg-rev57
+2021-2

Modified: trunk/Master/texmf-dist/doc/context/third/transliterator/transliterator.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/context/third/transliterator/transliterator.tex
===================================================================
--- trunk/Master/texmf-dist/doc/context/third/transliterator/transliterator.tex	2021-11-23 13:59:53 UTC (rev 61126)
+++ trunk/Master/texmf-dist/doc/context/third/transliterator/transliterator.tex	2021-11-23 22:38:11 UTC (rev 61127)
@@ -93,9 +93,10 @@
 \setupalign     [hanging,hz]
 
 \usemodule[bib]
+\usemodule[bibl-tra]
 \usemodule[transliterator]
 
-\setupcite[authoryear][compress=no]
+%\setupcite[authoryear][compress=no]
 
 \setuppublications[%
   alternative=apa,%

Added: trunk/Master/texmf-dist/scripts/context/lua/third/transliterator/mtx-t-transliterate.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/context/lua/third/transliterator/mtx-t-transliterate.lua	                        (rev 0)
+++ trunk/Master/texmf-dist/scripts/context/lua/third/transliterator/mtx-t-transliterate.lua	2021-11-23 22:38:11 UTC (rev 61127)
@@ -0,0 +1,64 @@
+--
+--------------------------------------------------------------------------------
+--         FILE:  mtx-transliterate.lua
+--        USAGE:  mtxrun --script transliterate [--mode=mode] --s="string"
+--  DESCRIPTION:  context script interface for the Transliterator module
+-- REQUIREMENTS:  latest ConTeXt MkIV
+--       AUTHOR:  Philipp Gesang (Phg), <gesang at stud.uni-heidelberg.de>
+--      CREATED:  2011-06-11T16:14:16+0200
+--------------------------------------------------------------------------------
+--
+
+environment.loadluafile("transliterator")
+
+local translit = thirddata.translit
+
+translit.__script     = true
+scripts               = scripts or { }
+scripts.transliterate = { }
+local ea              = environment.argument
+
+local helpinfo = [[
+===============================================================
+    The Transliterator module, command line interface.
+    © 2010--2011 Philipp Gesang. License: 2-clause BSD.
+    Home: <https://bitbucket.org/phg/transliterator/>
+===============================================================
+
+USAGE:
+
+    mtxrun --script transliterate [--mode=mode] --s="target"
+
+    Where “target” is the target string to be transliterated.
+    Optionally, a transliteration mode can be specified (see
+    the respective descriptions in transliterator.pdf). The
+    “mode” defaults to “ru_old”.
+
+===============================================================
+]]
+
+local application = logs.application {
+    name     = "mtx-transliterate",
+    banner   = "The Transliterator for ConTeXt, hg-rev 38+",
+    helpinfo = helpinfo,
+}
+
+scripts.transliterate.input = ea("s")
+scripts.transliterate.out   = function (sin, sout)
+    if ea("silent") then
+        io.write(sout)
+    else
+        io.write(string.format("\n“%s” -> “%s”\n", sin, sout))
+    end
+end
+
+if scripts.transliterate.input then
+    local mode = ea("mode") or "ru_old"
+    scripts.transliterate.out(
+        scripts.transliterate.input,
+        translit.transliterate(mode, ea("s"))
+    )
+else
+    application.help()
+end
+


Property changes on: trunk/Master/texmf-dist/scripts/context/lua/third/transliterator/mtx-t-transliterate.lua
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Deleted: trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.ctl
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.ctl	2021-11-23 13:59:53 UTC (rev 61126)
+++ trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.ctl	2021-11-23 22:38:11 UTC (rev 61127)
@@ -1,5 +0,0 @@
-<?xml version='1.0' standalone='yes'?>
-
-<ctx:preplist local='no'>
-	<ctx:prepfile done='yes'>t-transliterator.mkiv</ctx:prepfile>
-</ctx:preplist>

Deleted: trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.log
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.log	2021-11-23 13:59:53 UTC (rev 61126)
+++ trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.log	2021-11-23 22:38:11 UTC (rev 61127)
@@ -1,118 +0,0 @@
-(t-transliterator.run
-jobcontrol      > resuming randomizer with 0.17427635852912
-
-ConTeXt  ver: 2011.01.12 10:20 MKIV  fmt: 2011.1.12  int: english/english
-
-system          : cont-new loaded
-(/home/laokoon/context/tex/texmf-local/tex/context/base/cont-new.tex
-systems         : beware: some patches loaded from cont-new.tex
-(/home/laokoon/context/tex/texmf-local/tex/context/base/cont-new.mkiv))
-system          : cont-fil.mkiv loaded
-(/home/laokoon/context/tex/texmf-local/tex/context/base/cont-fil.mkiv
-loading         : ConTeXt File Synonyms
-)
-system          : cont-sys.rme loaded
-(/home/laokoon/context/tex/texmf-local/tex/context/user/cont-sys.rme (/home/laokoon/context/tex/texmf-local/tex/context/base/type-def.mkiv) (/home/laokoon/context/tex/texmf-local/tex/context/base/type-lua.mkiv) (/home/laokoon/context/tex/texmf-local/tex/context/base/type-siz.mkiv) (/home/laokoon/context/tex/texmf-local/tex/context/base/type-otf.mkiv))
-system          : cont-err loaded
-(/home/laokoon/context/tex/texmf-local/tex/context/base/cont-err.tex
-systems         : no file 'cont-sys.tex', using 'cont-sys.rme' instead
-)
-system          : t-transliterator.top loaded
-%
-%	begin of optionfile
-%
-%	% runtime options files (command line driven)
-%	\unprotect
-%	% feedback and basic job control
-%	% handy for special styles
-%	\startluacode
-%	document = document or { }
-%	document.arguments={
-%	 ["ctx"]="s-mod",
-%	 ["global"]=true,
-%	 ["prep"]=true,
-%	}
-%	document.files={
-%	 "t-transliterator.mkiv",
-%	}
-%	\stopluacode
-%	% process info
-%	\setupsystem[inputfile=t-transliterator.mkiv]
-%	\setupsystem[\c!n=2,\c!m=3]
-%	% modes
-%	% options (not that important)
-%	\startsetups *runtime:options
-%	\setupoutput[pdftex]
-%	\stopsetups
-%	% styles and modules
-%	\startsetups *runtime:modules
-%	\usemodule[mod-01]
-%	\stopsetups
-%	% done
-%	\protect \endinput
-%
-%	end of optionfile
-%
-(t-transliterator.top){/home/laokoon/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/home/laokoon/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map}{/home/laokoon/context/tex/texmf-local/fonts/map/pdftex/context/mkiv-base.map}
-bodyfont        : 12pt rm is loaded
-fonts           : preloading latin modern fonts (first stage)
-language        : language en is active
-system          : module mod-01 loaded
-(/home/laokoon/context/tex/texmf-local/tex/context/base/s-mod-01.mkiv
-system          : module mod-00 loaded
-(/home/laokoon/context/tex/texmf-local/tex/context/base/s-mod-00.mkiv
-system          : module units loaded
-(/home/laokoon/context/tex/texmf-local/tex/context/base/m-units.mkiv)
-system          : module int-load loaded
-(/home/laokoon/context/tex/texmf-local/tex/context/base/x-set-11.mkiv
-system          : module set-99 loaded
-(/home/laokoon/context/tex/texmf-local/tex/context/base/x-set-99.tex)))
-system          : module abr-01 loaded
-(/home/laokoon/context/tex/texmf-local/tex/context/base/s-abr-01.tex)
-interaction     : active
-)
-publications    : loading formatting style from bxml-apa
-(/home/laokoon/context/tex/texmf-local/tex/context/base/bxml-apa.mkiv)
-systems         : loading ctx log file (specified)
-systems         : begin file t-transliterator.mkiv at line 1
-(t-transliterator.mkiv.prep
-backends        > using xmp file '/home/laokoon/context/tex/texmf-local/tex/context/base/lpdf-pdx.xml'
-pages           > flushing realpage 1, userpage 1, subpage 1
-pages           > flushing realpage 2, userpage 1
-. . . . . . .
-pages           > flushing realpage 3, userpage 1
-. . . .
-pages           > flushing realpage 4, userpage 2
-. . .
-pages           > flushing realpage 5, userpage 3
-todo            : erase note backup
-todo            : save note data
-todo            : restore note data
-)
-pages           > flushing realpage 6, userpage 4
-systems         : end file t-transliterator.mkiv at line 3
- )</home/laokoon/context/tex/texmf/fonts/opentype/public/lm/lmroman8-regular.otf></home/laokoon/context/tex/texmf/fonts/opentype/public/lm/lmromanslant10-regular.otf></home/laokoon/context/tex/texmf/fonts/opentype/public/lm/lmmonoslant10-regular.otf></home/laokoon/context/tex/texmf/fonts/opentype/public/lm/lmroman10-regular.otf></home/laokoon/context/tex/texmf/fonts/opentype/public/lm/lmsans8-regular.otf></home/laokoon/context/tex/texmf/fonts/opentype/public/lm/lmmono10-regular.otf></home/laokoon/context/tex/texmf/fonts/opentype/public/lm/lmsans10-regular.otf></home/laokoon/context/tex/texmf/fonts/opentype/public/lm/lmsans10-bold.otf>
-mkiv lua stats : used config file          - /home/laokoon/context/tex/texmf/web2c/texmfcnf.lua
-mkiv lua stats : used cache path           - /home/laokoon/context/tex/texmf-cache/luatex-cache/context/55e1647aff3662dd708444b60b7280b9
-mkiv lua stats : input load time           - 0.040 seconds
-mkiv lua stats : stored bytecode data      - 261 modules, 55 tables, 316 chunks
-mkiv lua stats : loaded tex modules        - 6 requested, 6 found (*-abr-01 *-mod-00 *-mod-01 *-set-11 *-set-99 *-units), 0 missing
-mkiv lua stats : cleaned up reserved nodes - 34 nodes, 9 lists of 419
-mkiv lua stats : node memory usage         - 19 glue_spec
-mkiv lua stats : node list callback tasks  - 6 unique task lists, 6 instances (re)created, 1653 calls
-mkiv lua stats : attribute processing time - 0.062 seconds front- and backend
-mkiv lua stats : used backend              - pdf (backend for directly generating pdf output)
-mkiv lua stats : loaded patterns           - en::2
-mkiv lua stats : language load time        - 0.062 seconds , nofpatterns: 1
-mkiv lua stats : jobdata time              - 0.113 seconds saving, 0.036 seconds loading
-mkiv lua stats : callbacks                 - direct: 2309, indirect: 7308, total: 9617
-mkiv lua stats : xml load time             - 0.273 seconds, 2 files, 2 converted
-mkiv lua stats : lxml preparation time     - 0.143 seconds, 6635 nodes, 19 lpath calls, 0 cached calls
-mkiv lua stats : result saved in file      - t-transliterator.pdf
-mkiv lua stats : loaded fonts              - 52 files: stmary10.afm lmmono10-regular.otf lmmono12-regular.otf lmmono8-regular.otf lmmono9-regular.otf lmmonoslant10-regular.otf lmroman10-bold.otf lmroman10-regular.otf lmroman12-bold.otf lmroman12-regular.otf lmroman5-bold.otf lmroman5-regular.otf lmroman7-bold.otf lmroman7-regular.otf lmroman8-regular.otf lmroman9-bold.otf lmroman9-regular.otf lmromanslant10-regular.otf lmsans10-bold.otf lmsans10-regular.otf lmsans12-regular.otf lmsans8-regular.otf lmsans9-regular.otf eufb10.tfm eufb7.tfm eufm10.tfm eufm5.tfm eufm7.tfm msam10.tfm msam5.tfm msam7.tfm msbm10.tfm msbm5.tfm msbm7.tfm lmex10.tfm lmmi10.tfm lmmi12.tfm lmmi5.tfm lmmi7.tfm lmmi9.tfm lmmib10.tfm lmmib5.tfm lmmib7.tfm lmsy10.tfm lmsy5.tfm lmsy7.tfm lmsy9.tfm rm-lmr10.tfm rm-lmr12.tfm rm-lmr5.tfm rm-lmr7.tfm rm-lmr9.tfm
-mkiv lua stats : fonts load time           - 2.411 seconds 
-mkiv lua stats : luatex banner             - this is luatex, version beta-0.65.0-2010121316
-mkiv lua stats : control sequences         - 31917 of 165536
-mkiv lua stats : current memory usage      - 52 MB (ctx: 53 MB)
-mkiv lua stats : runtime                   - 7.008 seconds, 5 processed pages, 6 shipped pages, 0.856 pages/second
-

Modified: trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.mkiv
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.mkiv	2021-11-23 13:59:53 UTC (rev 61126)
+++ trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.mkiv	2021-11-23 22:38:11 UTC (rev 61127)
@@ -1,6 +1,6 @@
 %D \module
 %D   [      file=t-transliterator,
-%D        version=2013-03-27 21:23:59+0100,
+%D        version=2021-11-21 18:19:24+0100,
 %D          title=\CONTEXT\ User Module,
 %D       subtitle=The Transliterator,
 %D         author=Philipp Gesang,
@@ -22,7 +22,7 @@
   setup=list,
   parent=TRL,
   style=no,
-  version=hg-r56,
+  version=2021,
   comment=Transliteration from non-Latin scripts.,
 ]
 

Deleted: trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.mkiv.prep
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.mkiv.prep	2021-11-23 13:59:53 UTC (rev 61126)
+++ trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.mkiv.prep	2021-11-23 22:38:11 UTC (rev 61127)
@@ -1,180 +0,0 @@
-\startmodule[type=mkiv]
-
-\startdocumentation
-\module
-  [      file=t-transliterator,
-       version=2010-12-23 22:10:09+0100,
-         title=\CONTEXT\ User Module,
-      subtitle=The Transliterator,
-        author=Philipp Gesang,
-          date=\currentdate,
-     copyright=Philipp Gesang,
-       license=2-clause BSD,
-         email={pgesang at ix dot urz dot uni-heidelberg dot de}]
-This module is licensed under the conditions of the BSD license with 
-two clauses, there is a copy it in a file named "COPYING" in the
-transliterator source tree.
-\stopdocumentation
-
-\startdefinition
-\writestatus{loading}{Transliteration from non-Latin scripts}
-\stopdefinition
-
-\startdefinition
-\unprotect
-\stopdefinition
-
-\startdefinition
-\definenamespace [TRL] [
-  name=transliterate,
-  type=module,
-  setup=list,
-  parent=TRL,
-  style=no,
-  version=hg-r16,
-  comment=Transliteration from non-Latin scripts.,
-]
-\stopdefinition
-
-\startdefinition
-\ctxlua{environment.loadluafile ("transliterator")}
-\stopdefinition
-
-\startdocumentation
-Use the Transliterator by adding \type{\usemodule[transliterator]} somewhere
-before \type{\starttext}.  Adjust the Transliterator through the
-\type{\setuptransliterate} command.  As a first argument it accepts a set of
-key-value options; at present you may configure \type{mode} and
-\type{hyphenate}.
-\stopdocumentation
-
-\startdocumentation
-At first we'll set some defaults:
-\stopdocumentation
-
-\startdefinition
-\setuptransliterate[mode=ru_old,hyphenate=cz,debug=false]
-\stopdefinition
-
-\startdocumentation
-Possible values for \type{mode} are by the time of this writing:
-\type{ru}, \type{ru_transcript_de}, \type{ru_transcript_en}, \type{ru_old},
-\type{all}, \type{iso9_ocs}, \type{ocs}, \type{ocs_gla}, \type{ru_cz},
-\type{ocs_cz}, \type{gr} and \type{gr_n}.
-As not all fonts, even the expensive ones, support some of the most frequent
-unicode signs used in ISO~9 there are fallbacks for the transliterations of
-the weak and hard sign: \type{iso9_ocs_hack}, which is essentially
-\type{iso9_ocs}, and \type{ru_old_jer_hack}, which is essentially
-\type{ru_old}.  These two transliterate {\em ь} and {\em ъ} (both upper and
-lower case) to the more common, but non-ISO characters {\em '} and {\em ''}
-respectively.
-Possible values for \type{hyphenate} are all valid \CONTEXT\ language code, for an
-overview see \type{http://wiki.contextgarden.net/Language_Codes}.
-In praxi you may want to choose either Czech (the default) or Slovak
-(\type{sk}) for most transliterations from cyrillic scripts.  I've not yet
-made up my mind concerning Greek transliteration, any suggestions are
-welcome.
-\stopdocumentation
-
-\startdocumentation
-The following will help debugging and reviewing tables.  Make sure your
-typescript can handle the characters, in general it's no use with Latin
-Modern which unfortunately provides only a restricted set of the unicode
-range.
-
-The user-level command to output a single substitution table is
-\type{\showOneTranslitTab{#1}}.
-\stopdocumentation
-
-\startdefinition
-\define[1]\showOneTranslitTab{%
-  \startluacode
-    environment.loadluafile ("trans_tables_iso9")
-    environment.loadluafile ("trans_tables_trsc")
-    environment.loadluafile ("trans_tables_scntfc")
-    environment.loadluafile ("trans_tables_trsc")
-    environment.loadluafile ("trans_tables_glag")
-    environment.loadluafile ("trans_tables_gr")
-    translit.gen_rules_en()
-    translit.gen_rules_de()
-    translit.show_tab(translit["\luaescapestring{#1}"])
-  \stopluacode
-}
-\stopdefinition
-
-\startdocumentation
-The user-level command to output all defined tables is
-\type{\showTranslitTabs}.
-\stopdocumentation
-
-\startdefinition
-\define\showTranslitTabs{%
-  \ctxlua{translit.show_all_tabs()}%
-}
-\stopdefinition
-
-\startdefinition
-\def\translitDebug#1{%
-  \doif{\transliterateparameter{debug}}{yes}{%
-    {\ss\inmargin{\ctxlua{translit.debug_next()}} #1}%
-  }%
-}
-\stopdefinition
-
-\startdocumentation
-The user-level command \type{\transliterate[#1]{#2}} does the job of
-switching to a given language (for hyphenation) and adjusting the
-substitution method locally.  It takes an optional list \type{[#1]} of
-key-value arguments to allow ad-hoc specification of either two that deviate
-from the defaults set initially by means of \type{\setuptransliterate}.
-
-Internally, \type{\dotransliterate} is called according to the \CONTEXT\ 
-coding style and in case the user provides \type{hyphenate=} or
-\type{mode=} those will be used instead of the globals.  Note that this
-leaves the latter unchanged.  Thus, in order to permanently switch to
-another transliteration style the user would have to set it by calling
-\type{\setuptransliterate} again.
-
-\stopdocumentation
-
-\startdefinition
-\def\dotransliterate[#1]#2{%
-  \bgroup\iffirstargument
-    \setuptransliterate[#1]%
-  \fi
-    \language[\transliterateparameter{hyphenate}]%
-    \ctxlua{translit.transliterate("\transliterateparameter{mode}","\luaescapestring{#2}")}%
-  \egroup%
-}
-\stopdefinition
-
-\startdefinition
-\unexpanded\def\transliterate{\dosingleempty\dotransliterate}
-\stopdefinition
-
-\startdefinition
-\unexpanded\def\starttransliterate{%
-  \bgroup%
-  \dosingleempty\dostarttransliterate%
-}
-\stopdefinition
-
-\startdefinition
-\let\stoptransliterate\relax
-\stopdefinition
-
-\startdefinition
-\def\dostarttransliterate[#1]#2\stoptransliterate{%
-  \iffirstargument
-    \setuptransliterate[#1]%
-  \fi
-  \language[\transliterateparameter{hyphenate}]%
-  \ctxlua{translit.transliterate("\transliterateparameter{mode}","\luaescapestring{#2}")}%
-  \egroup%
-}
-\stopdefinition
-
-\startdefinition
-\protect \endinput
-\stopdefinition
-\stopmodule

Deleted: trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.pdf
===================================================================
(Binary files differ)

Deleted: trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.run
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.run	2021-11-23 13:59:53 UTC (rev 61126)
+++ trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.run	2021-11-23 22:38:11 UTC (rev 61127)
@@ -1,3 +0,0 @@
-\starttext
-\readfile{t-transliterator.mkiv.prep}{}{}
-\stoptext

Deleted: trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.tuc
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.tuc	2021-11-23 13:59:53 UTC (rev 61126)
+++ trunk/Master/texmf-dist/tex/context/third/transliterator/t-transliterator.tuc	2021-11-23 22:38:11 UTC (rev 61127)
@@ -1,6752 +0,0 @@
--- version: 1.14
--- file: t-transliterator
--- format: cont-en
--- stamp: 2011.01.12 10:20
--- escape: [===[ ... ]===]
-
-job = job or { }
-job.variables = job.variables or { }
-job.variables.checksums = job.variables.checksums or { }
-job.variables.checksums={
- new="22AF645D1859CB5CA6DA0C484F1F37EA",
- old="149603E6C03516362A8DA23F624DB945",
-}
-job = job or { }
-job.variables = job.variables or { }
-job.variables.collected = job.variables.collected or { }
-job.variables.collected={
- randomseed=0.17427635852912,
- totalnofparbackgrounds=0,
-}
-job = job or { }
-job.passes = job.passes or { }
-job.passes.collected = job.passes.collected or { }
-job.passes.collected={
-}
-structures = structures or { }
-structures.specials = structures.specials or { }
-structures.specials.collected = structures.specials.collected or { }
-structures.specials.collected={
-}
-structures = structures or { }
-structures.counters = structures.counters or { }
-structures.counters.collected = structures.counters.collected or { }
-structures.counters.collected={
- endnote={
-  { 0, 0, 0, 0 },
- },
- figure={
-  { 0, 0 },
- },
- footnote={
-  { 0, 0, 0, 0 },
- },
- formula={
-  { 0, 0 },
- },
- graphic={
-  { 0, 0 },
- },
- intermezzo={
-  { 0, 0 },
- },
- ["itemgroup:itemize"]={
-  { 0, 0 },
- },
- linenote={
-  { 0, 0, 0, 0 },
- },
- realpage={
-  { 0, 6 },
- },
- subpage={
-  { 0, 1 },
- },
- table={
-  { 0, 0 },
- },
- userpage={
-  { 0, 4 },
- },
-}
-structures = structures or { }
-structures.lists = structures.lists or { }
-structures.lists.collected = structures.lists.collected or { }
-structures.lists.collected={
-}
-structures = structures or { }
-structures.pages = structures.pages or { }
-structures.pages.collected = structures.pages.collected or { }
-structures.pages.collected={
- {
-  block="bodypart",
-  number=1,
-  numberdata=1,
-  prefixdata=2,
- },
- {
-  block="bodypart",
-  number=1,
-  numberdata=1,
-  prefixdata=2,
- },
- {
-  block="bodypart",
-  number=1,
-  numberdata=1,
-  prefixdata=2,
- },
- {
-  block="bodypart",
-  number=2,
-  numberdata=1,
-  prefixdata=2,
- },
- {
-  block="bodypart",
-  number=3,
-  numberdata=1,
-  prefixdata=2,
- },
- {
-  block="bodypart",
-  number=4,
-  numberdata=1,
-  prefixdata=2,
- },
-}
-structures = structures or { }
-structures.references = structures.references or { }
-structures.references.collected = structures.references.collected or { }
-structures.references.collected={
-}
-structures = structures or { }
-structures.references = structures.references or { }
-structures.references.referred = structures.references.referred or { }
-structures.references.referred={
-}
-structures = structures or { }
-structures.registers = structures.registers or { }
-structures.registers.collected = structures.registers.collected or { }
-structures.registers.collected={
- texmacro={
-  entries={},
-  metadata=3,
- },
-}
-job = job or { }
-job.positions = job.positions or { }
-job.positions.collected = job.positions.collected or { }
-job.positions.collected={
-}
-job = job or { }
-job.objects = job.objects or { }
-job.objects.collected = job.objects.collected or { }
-job.objects.collected={
-}
-structures = structures or { }
-structures.synonyms = structures.synonyms or { }
-structures.synonyms.collected = structures.synonyms.collected or { }
-structures.synonyms.collected={
- logo={
-  entries={
-   {
-    definition={
-     synonym="MkI",
-     tag="MKI",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="MkII",
-     tag="MKII",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="MkIII",
-     tag="MKIII",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="MkIV",
-     tag="MKIV",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="MkVI",
-     tag="MKVI",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Acro\\-bat",
-     tag="ACROBAT",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="afm",
-     tag="AFM",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="api",
-     tag="API",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Aleph",
-     tag="ALEPH",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ALGOL",
-     tag="ALGOL",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ams",
-     tag="AMS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\AmSLaTeX ",
-     tag="AMSLATEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\AmSTeX ",
-     tag="AMSTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ansi",
-     tag="ANSI",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Arab\\TeX ",
-     tag="ARABTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ascii",
-     tag="ASCII",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ascii\\TeX ",
-     tag="ASCIITEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Bacho\\TeX ",
-     tag="BACHOTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="bib\\TeX ",
-     tag="BIBTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="BlueSky",
-     tag="BLUESKY",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="bmp",
-     tag="BMP",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="bsd",
-     tag="BSD",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="C",
-     tag="CCODE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="CalcMath",
-     tag="CALCMATH",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="cd",
-     tag="CD",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="cpu",
-     tag="CPU",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="cdrom",
-     tag="CDROM",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="cid",
-     tag="CID",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="cjk",
-     tag="CJK",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="cmr",
-     tag="CMR",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="cmyk",
-     tag="CMYK",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="CodHost",
-     tag="CODHOST",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\ConTeXt ",
-     tag="CONTEXT",
-     used=true,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="css",
-     tag="CSS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ctan",
-     tag="CTAN",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ctxtools",
-     tag="CTXTOOLS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="cweb",
-     tag="CWEB",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Dante",
-     tag="DANTE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="distiller",
-     tag="DISTILLER",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Dra\\TeX ",
-     tag="DRATEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="dsc",
-     tag="DSC",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="dtd",
-     tag="DTD",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="dtk",
-     tag="DTK",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="dtp",
-     tag="DTP",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="dvd",
-     tag="DVD",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="dvi",
-     tag="DVI",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="dvipdfm",
-     tag="DVIPDFM",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="dvipdfmx",
-     tag="DVIPDFMX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="dvipos",
-     tag="DVIPOS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="dvips",
-     tag="DVIPS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="dvipsone",
-     tag="DVIPSONE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="dviscr",
-     tag="DVISCR",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="dviwindo",
-     tag="DVIWINDO",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ec",
-     tag="EC",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Eiffel",
-     tag="EIFFEL",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="emacs",
-     tag="EMACS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="em\\TeX ",
-     tag="EMTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="enc",
-     tag="ENCODING",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="enc\\TeX ",
-     tag="ENCTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="eps",
-     tag="EPS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\eTeX ",
-     tag="ETEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="EuroBacho\\TeX ",
-     tag="EUROBACHOTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="EuroMath",
-     tag="EUROMATH",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Euro\\TeX ",
-     tag="EUROTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="eXaMpLe",
-     tag="EXAMPLE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="exampled",
-     tag="EXAMPLED",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="exampleq",
-     tag="EXAMPLEQ",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="exampler",
-     tag="EXAMPLER",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="examplet",
-     tag="EXAMPLET",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="examplex",
-     tag="EXAMPLEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="eXiMpLe",
-     tag="EXIMPLE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="faq",
-     tag="FAQ",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="fdf",
-     tag="FDF",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="FontForge",
-     tag="FONTFORGE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="foXet",
-     tag="FOXET",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="fp\\TeX ",
-     tag="FPTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="FreeBSD",
-     tag="FREEBSD",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ftp",
-     tag="FTP",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Ghost\\-script",
-     tag="GHOSTSCRIPT",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Ghost\\-view",
-     tag="GHOSTVIEW",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="gif",
-     tag="GIF",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="gnu",
-     tag="GNU",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="gnuplot",
-     tag="GNUPLOT",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Ghost\\-Script",
-     tag="GS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Gust",
-     tag="GUST",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="gw\\TeX ",
-     tag="GWTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="hsb",
-     tag="HSB",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="html",
-     tag="HTML",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="http",
-     tag="HTTP",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="hz",
-     tag="HZ",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ibm",
-     tag="IBM",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ImageMagick",
-     tag="IMAGEMAGICK",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ini\\TeX ",
-     tag="INITEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="inrs\\TeX ",
-     tag="INRSTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="io",
-     tag="IO",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="IRCnet",
-     tag="IRCNET",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="iso",
-     tag="ISO",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Java",
-     tag="JAVA",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Java\\-Script",
-     tag="JAVASCRIPT",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="jpeg",
-     tag="JPEG",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="jpg",
-     tag="JPG",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="kpathsea",
-     tag="KPATHSEA",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="kpse",
-     tag="KPSE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="kpsewhich",
-     tag="KPSEWHICH",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="mktexlsr",
-     tag="MKTEXLSR",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\LamSTeX ",
-     tag="LAMSTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\LaTeX ",
-     tag="LATEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\LaTeX 2e",
-     tag="LATEXTE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\LaTeX 2.09",
-     tag="LATEXTN",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="linux",
-     tag="LINUX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Lisp",
-     tag="LISP",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="lpeg",
-     tag="LPEG",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Lua",
-     tag="LUA",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="LuaJIT",
-     tag="LUAJIT",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Lua\\TeX ",
-     tag="LUATEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="luatools",
-     tag="LUATOOLS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="MacOSX",
-     tag="MACOSX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Macro\\TeX ",
-     tag="MACROTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="MakeMPY",
-     tag="MAKEMPY",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="map",
-     tag="MAPPING",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Maps",
-     tag="MAPS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="MathML",
-     tag="MATHML",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\MetaFont ",
-     tag="METAFONT",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\MetaPost ",
-     tag="METAPOST",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Meta\\TeX ",
-     tag="METATEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Mik\\TeX ",
-     tag="MIKTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ml\\TeX ",
-     tag="MLTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="MetaType1",
-     tag="METATYPE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Modula",
-     tag="MODULA",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="mov",
-     tag="MOV",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="mps",
-     tag="MPS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="mptopdf",
-     tag="MPTOPDF",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="mplib",
-     tag="MPLIB",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="msdos",
-     tag="MSDOS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="MS~Windows",
-     tag="MSWINDOWS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="mtxrun",
-     tag="MTXRUN",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="mtxtools",
-     tag="MTXTOOLS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="NetPBM",
-     tag="NETPBM",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ntg",
-     tag="NTG",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="nts",
-     tag="NTS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ofm",
-     tag="OFM",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Omega",
-     tag="OMEGA",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="OpenMath",
-     tag="OPENMATH",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="OpenType",
-     tag="OPENTYPE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="opi",
-     tag="OPI",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="otf",
-     tag="OTF",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="otp",
-     tag="OTP",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ovf",
-     tag="OVF",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Pascal",
-     tag="PASCAL",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="pc\\TeX ",
-     tag="PCTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="pdf",
-     tag="PDF",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="pdfe\\TeX ",
-     tag="PDFETEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="pdf\\TeX ",
-     tag="PDFTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="pdftools",
-     tag="PDFTOOLS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="pdftops",
-     tag="PDFTOPS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Perl",
-     tag="PERL",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Perl/Tk",
-     tag="PERLTK",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\PiCTeX ",
-     tag="PICTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="pk",
-     tag="PK",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Plain",
-     tag="PLAIN",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="png",
-     tag="PNG",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="posix",
-     tag="POSIX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Post\\-Script",
-     tag="POSTSCRIPT",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\PPCHTeX ",
-     tag="PPCHTEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Pragma ADE",
-     tag="PRAGMA",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="press",
-     tag="PRESS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="prifil",
-     tag="PRIFIL",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Post\\-Script",
-     tag="PS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="pscheck",
-     tag="PSCHECK",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="pstoedit",
-     tag="PSTOEDIT",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="pstopage",
-     tag="PSTOPAGE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="pstopdf",
-     tag="PSTOPDF",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="pstricks",
-     tag="PSTRICKS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ram",
-     tag="RAM",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Acro\\-bat Reader",
-     tag="READER",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Relax\\kern .125emNG",
-     tag="RELAXNG",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="rgb",
-     tag="RGB",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="rlxtools",
-     tag="RLXTOOLS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Ruby",
-     tag="RUBY",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="SciTE",
-     tag="SCITE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="sgml",
-     tag="SGML",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="si",
-     tag="SI",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="sql",
-     tag="SQL",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="svg",
-     tag="SVG",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\TaBlE ",
-     tag="TABLE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="tcp/ip",
-     tag="TCPIP",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="tds",
-     tag="TDS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="te\\TeX ",
-     tag="TETEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\TeX ",
-     tag="TEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\TeX adress",
-     tag="TEXADRES",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\TeX base",
-     tag="TEXBASE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\TeX edit",
-     tag="TEXEDIT",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\TeX exec",
-     tag="TEXEXEC",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\TeX font",
-     tag="TEXFONT",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\TeX form",
-     tag="TEXFORM",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\TeX Live",
-     tag="TEXLIVE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\TeX Lua",
-     tag="TEXLUA",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="texmf",
-     tag="TEXMF",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="texmfstart",
-     tag="TEXMFSTART",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="tex-nl",
-     tag="TEXNL",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\TeX show",
-     tag="TEXSHOW",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\TeX spell",
-     tag="TEXSPELL",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\TeX \\ Gyre",
-     tag="TEXGYRE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="texsync",
-     tag="TEXSYNC",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="TextMate",
-     tag="TEXTMATE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\TeX tools",
-     tag="TEXTOOLS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\TeX util",
-     tag="TEXUTIL",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\TeX work",
-     tag="TEXWORK",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\TeX \\XeT ",
-     tag="TEXXET",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="tfm",
-     tag="TFM",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="tif",
-     tag="TIF",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="tiff",
-     tag="TIFF",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="tiffinfo",
-     tag="TIFFINFO",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="tifftags",
-     tag="TIFFTAGS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="tmftools",
-     tag="TMFTOOLS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="tpic",
-     tag="TPIC",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="tpm",
-     tag="TPM",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="TrueType",
-     tag="TRUETYPE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ttf",
-     tag="TTF",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="tug",
-     tag="TUG",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Tug\\-Boat",
-     tag="TUGBOAT",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Tug\\-News",
-     tag="TUGNEWS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Type1",
-     tag="TYPEONE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="ucs",
-     tag="UCS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Uni\\-code",
-     tag="UNICODE",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Unix",
-     tag="UNIX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="uri",
-     tag="URI",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="url",
-     tag="URL",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="usa",
-     tag="USA",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="usenet",
-     tag="USENET",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="utf",
-     tag="UTF",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="vf",
-     tag="VF",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="wdt",
-     tag="WDT",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="web",
-     tag="WEB",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="web2c",
-     tag="WEBC",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Wiki",
-     tag="WIKI",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Windows",
-     tag="WINDOWS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="WinNT",
-     tag="WINNT",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Win9x",
-     tag="WINNX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="www",
-     tag="WWW",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="wysiwyg",
-     tag="WYSIWYG",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Xdvi",
-     tag="XDVI",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\XeTeX ",
-     tag="XETEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="xfdf",
-     tag="XFDF",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="xhtml",
-     tag="XHTML",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="Xindy",
-     tag="XINDY",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="xml",
-     tag="XML",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="xpath",
-     tag="XPATH",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="xmltools",
-     tag="XMLTOOLS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="xpdfe\\TeX ",
-     tag="XPDFETEX",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="xsl",
-     tag="XSL",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="xsl-fo",
-     tag="XSLFO",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="xslt",
-     tag="XSLT",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="xsltproc",
-     tag="XSLTPROC",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="XYPIC",
-     tag="XYPIC",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="y\\&y",
-     tag="YandY",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="zip",
-     tag="ZIP",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="\\MetaFun ",
-     tag="METAFUN",
-    },
-    metadata=4,
-   },
-  },
-  metadata=5,
- },
- texcommand={
-  entries={
-   {
-    definition={
-     synonym="setups:cont-en.xml::82",
-     tag="stp:x:installlanguage",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::133",
-     tag="stp:x:setuplanguage",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::141",
-     tag="stp:x:language",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::147",
-     tag="stp:x:mainlanguage",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::153",
-     tag="stp:x:translate",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::160",
-     tag="stp:x:useencoding",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::166",
-     tag="stp:x:usespecials",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::173",
-     tag="stp:x:defineoutput",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::181",
-     tag="stp:x:setupoutput",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::187",
-     tag="stp:x:definebodyfontenvironment",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::225",
-     tag="stp:x:setupbodyfontenvironment",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::235",
-     tag="stp:x:showbodyfontenvironment",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::241",
-     tag="stp:x:definebodyfont",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::285",
-     tag="stp:x:definebodyfontDEF",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::295",
-     tag="stp:x:definebodyfontREF",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::305",
-     tag="stp:x:showbodyfont",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::311",
-     tag="stp:x:setupbodyfont",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::331",
-     tag="stp:x:switchtobodyfont",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::353",
-     tag="stp:x:definefont",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::363",
-     tag="stp:x:setupcolor",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::369",
-     tag="stp:x:setupcolors",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::420",
-     tag="stp:x:definecolor",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::453",
-     tag="stp:x:startcolor",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::459",
-     tag="stp:x:color",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::466",
-     tag="stp:x:graycolor",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::472",
-     tag="stp:x:showcolor",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::478",
-     tag="stp:x:definepalet",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::487",
-     tag="stp:x:setuppalet",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::493",
-     tag="stp:x:definecolorgroup",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::505",
-     tag="stp:x:showpalet",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::516",
-     tag="stp:x:showcolorgroup",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::528",
-     tag="stp:x:comparepalet",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::534",
-     tag="stp:x:comparecolorgroup",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::540",
-     tag="stp:x:showmakeup",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::543",
-     tag="stp:x:definetype",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::551",
-     tag="stp:x:setuptype",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::573",
-     tag="stp:x:type",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::578",
-     tag="stp:x:typ",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::583",
-     tag="stp:x:tex",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::588",
-     tag="stp:x:definetyping",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::596",
-     tag="stp:x:setuptyping",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::687",
-     tag="stp:x:starttyping*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::690",
-     tag="stp:x:typefile",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::697",
-     tag="stp:x:setupfootnotes",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::764",
-     tag="stp:x:setupfootnotedefinition",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::770",
-     tag="stp:x:footnote",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::776",
-     tag="stp:x:footnotetext",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::782",
-     tag="stp:x:note",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::787",
-     tag="stp:x:startlocalfootnotes",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::790",
-     tag="stp:x:placelocalfootnotes",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::796",
-     tag="stp:x:placefootnotes",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::802",
-     tag="stp:x:setupunderbar",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::819",
-     tag="stp:x:underbar",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::824",
-     tag="stp:x:underbars",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::829",
-     tag="stp:x:overbar",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::834",
-     tag="stp:x:overbars",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::839",
-     tag="stp:x:overstrike",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::844",
-     tag="stp:x:overstrikes",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::849",
-     tag="stp:x:romannumerals",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::854",
-     tag="stp:x:Romannumerals",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::859",
-     tag="stp:x:numbers",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::864",
-     tag="stp:x:character",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::869",
-     tag="stp:x:Character",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::874",
-     tag="stp:x:characters",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::879",
-     tag="stp:x:Characters",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::884",
-     tag="stp:x:mediaeval",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::889",
-     tag="stp:x:month",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::894",
-     tag="stp:x:MONTH",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::899",
-     tag="stp:x:weekday",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::904",
-     tag="stp:x:WEEKDAY",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::909",
-     tag="stp:x:setupcapitals",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::920",
-     tag="stp:x:cap",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::925",
-     tag="stp:x:nocap",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::930",
-     tag="stp:x:CAP",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::935",
-     tag="stp:x:Cap",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::940",
-     tag="stp:x:Caps",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::945",
-     tag="stp:x:WORD",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::950",
-     tag="stp:x:WORDS",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::955",
-     tag="stp:x:Word",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::960",
-     tag="stp:x:Words",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::965",
-     tag="stp:x:stretched",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::970",
-     tag="stp:x:definesymbol",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::978",
-     tag="stp:x:definefiguresymbol",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::988",
-     tag="stp:x:symbol",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::996",
-     tag="stp:x:startsymbolset",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1002",
-     tag="stp:x:setupsymbolset",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1008",
-     tag="stp:x:usesymbols",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1014",
-     tag="stp:x:showsymbolset",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1020",
-     tag="stp:x:defineconversion",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1029",
-     tag="stp:x:convertnumber",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1035",
-     tag="stp:x:setupheadtext",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1044",
-     tag="stp:x:setuplabeltext",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1053",
-     tag="stp:x:headtext",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1058",
-     tag="stp:x:labeltext",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1063",
-     tag="stp:x:setupmarginrules",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1072",
-     tag="stp:x:startmarginrule",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1078",
-     tag="stp:x:marginrule",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1085",
-     tag="stp:x:setuplinewidth",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1091",
-     tag="stp:x:setupframed",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1205",
-     tag="stp:x:framed",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1212",
-     tag="stp:x:inframed",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1219",
-     tag="stp:x:thinrules",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1225",
-     tag="stp:x:setupthinrules",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1265",
-     tag="stp:x:hairline",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1268",
-     tag="stp:x:thinrule",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1271",
-     tag="stp:x:defineframedtext",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1279",
-     tag="stp:x:defineframed",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1287",
-     tag="stp:x:setupframedtexts",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1326",
-     tag="stp:x:startframedtext*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1337",
-     tag="stp:x:framedtext*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1343",
-     tag="stp:x:startbackground",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1348",
-     tag="stp:x:background",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1353",
-     tag="stp:x:setupbackground",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1374",
-     tag="stp:x:fillinrules",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1382",
-     tag="stp:x:fillintext",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1390",
-     tag="stp:x:setupfillinrules",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1415",
-     tag="stp:x:fillinline",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1422",
-     tag="stp:x:setupfillinlines",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1437",
-     tag="stp:x:setuptextrules",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1463",
-     tag="stp:x:textrule",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1471",
-     tag="stp:x:starttextrule",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1479",
-     tag="stp:x:blackrule",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1485",
-     tag="stp:x:blackrules",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1491",
-     tag="stp:x:setupblackrules",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1514",
-     tag="stp:x:defineoverlay",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1522",
-     tag="stp:x:usemodule",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1528",
-     tag="stp:x:reset",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1534",
-     tag="stp:x:startlocalenvironment",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1537",
-     tag="stp:x:setupsystem",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1554",
-     tag="stp:x:usedirectory",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1561",
-     tag="stp:x:low",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1566",
-     tag="stp:x:high",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1571",
-     tag="stp:x:lohi",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1579",
-     tag="stp:x:showframe",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1587",
-     tag="stp:x:leftaligned",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1592",
-     tag="stp:x:rightaligned",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1597",
-     tag="stp:x:midaligned",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1602",
-     tag="stp:x:wordright",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1607",
-     tag="stp:x:inmargin",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1617",
-     tag="stp:x:inothermargin",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1627",
-     tag="stp:x:inleft",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1637",
-     tag="stp:x:inright",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1647",
-     tag="stp:x:ininner",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1657",
-     tag="stp:x:inouter",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1667",
-     tag="stp:x:column",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1670",
-     tag="stp:x:showstruts",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1673",
-     tag="stp:x:showsetups",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1676",
-     tag="stp:x:showlayout",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1679",
-     tag="stp:x:margintext",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1689",
-     tag="stp:x:setupmarginblocks",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1719",
-     tag="stp:x:startmarginblock",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1722",
-     tag="stp:x:part",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1728",
-     tag="stp:x:title",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1734",
-     tag="stp:x:chapter",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1740",
-     tag="stp:x:section",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1746",
-     tag="stp:x:subsection",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1752",
-     tag="stp:x:subsubsection",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1758",
-     tag="stp:x:subject",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1764",
-     tag="stp:x:subsubject",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1770",
-     tag="stp:x:subsubsubject",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1776",
-     tag="stp:x:appendix",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1782",
-     tag="stp:x:in",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1789",
-     tag="stp:x:at",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1796",
-     tag="stp:x:about",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1802",
-     tag="stp:x:somewhere",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1809",
-     tag="stp:x:atpage",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1814",
-     tag="stp:x:ref",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1825",
-     tag="stp:x:textreference",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1831",
-     tag="stp:x:pagereference",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1836",
-     tag="stp:x:reference",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1842",
-     tag="stp:x:usereferences",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1848",
-     tag="stp:x:definereference",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1855",
-     tag="stp:x:definereferenceformat",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1870",
-     tag="stp:x:hl",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1876",
-     tag="stp:x:vl",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1882",
-     tag="stp:x:godown",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1888",
-     tag="stp:x:whitespace",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1891",
-     tag="stp:x:nowhitespace",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1894",
-     tag="stp:x:crlf",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1897",
-     tag="stp:x:space",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1900",
-     tag="stp:x:fixedspaces",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1903",
-     tag="stp:x:emptylines",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1909",
-     tag="stp:x:nospace",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1912",
-     tag="stp:x:packed",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1915",
-     tag="stp:x:setupdescriptions",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1993",
-     tag="stp:x:setupenumerations",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2001",
-     tag="stp:x:defineenumeration",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2011",
-     tag="stp:x:enumeration*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2016",
-     tag="stp:x:startenumeration*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2019",
-     tag="stp:x:definedescription",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2027",
-     tag="stp:x:description*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2033",
-     tag="stp:x:startdescription*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2038",
-     tag="stp:x:setupindentations",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2064",
-     tag="stp:x:defineindenting",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2072",
-     tag="stp:x:indentation*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2077",
-     tag="stp:x:definelabel",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2103",
-     tag="stp:x:labeling*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2108",
-     tag="stp:x:setupcolumns",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2150",
-     tag="stp:x:startcolumns",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2156",
-     tag="stp:x:definetext",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2171",
-     tag="stp:x:setupheader",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2206",
-     tag="stp:x:setupfooter",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2214",
-     tag="stp:x:setuptext",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2222",
-     tag="stp:x:setuptop",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2230",
-     tag="stp:x:setupbottom",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2238",
-     tag="stp:x:noheaderandfooterlines",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2241",
-     tag="stp:x:notopandbottomlines",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2244",
-     tag="stp:x:setupheadertexts",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2254",
-     tag="stp:x:setupfootertexts",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2264",
-     tag="stp:x:setuptexttexts",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2274",
-     tag="stp:x:setuptoptexts",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2284",
-     tag="stp:x:setupbottomtexts",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2294",
-     tag="stp:x:settextcontent",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2308",
-     tag="stp:x:resettextcontent",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2320",
-     tag="stp:x:definemarking",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2328",
-     tag="stp:x:couplemarking",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2336",
-     tag="stp:x:decouplemarking",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2342",
-     tag="stp:x:resetmarking",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2348",
-     tag="stp:x:setupmarking",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2363",
-     tag="stp:x:marking",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2370",
-     tag="stp:x:getmarking",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2383",
-     tag="stp:x:nomarking",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2388",
-     tag="stp:x:setuplayout",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2497",
-     tag="stp:x:adaptlayout",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2509",
-     tag="stp:x:showgrid",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2526",
-     tag="stp:x:placeongrid",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2533",
-     tag="stp:x:moveongrid",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2557",
-     tag="stp:x:startproject",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2562",
-     tag="stp:x:startenvironment",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2567",
-     tag="stp:x:startproduct",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2572",
-     tag="stp:x:startcomponent",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2577",
-     tag="stp:x:nomorefiles",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2580",
-     tag="stp:x:setupinterlinespace:1",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2592",
-     tag="stp:x:setupinterlinespace2:2",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2607",
-     tag="stp:x:setuppagenumbering",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2665",
-     tag="stp:x:setupnarrower",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2676",
-     tag="stp:x:define",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2684",
-     tag="stp:x:usecommands",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2689",
-     tag="stp:x:definestartstop",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2704",
-     tag="stp:x:setupheads",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2741",
-     tag="stp:x:setupcaptions",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2799",
-     tag="stp:x:setupcaption",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2807",
-     tag="stp:x:setupfloats",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2870",
-     tag="stp:x:setupfloatsplitting",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2883",
-     tag="stp:x:splitfloat",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2891",
-     tag="stp:x:setupoppositeplacing",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2905",
-     tag="stp:x:startopposite",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2908",
-     tag="stp:x:setuphyphenmark",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2922",
-     tag="stp:x:setuppositioning",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2951",
-     tag="stp:x:startpositioning",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2954",
-     tag="stp:x:grid",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2993",
-     tag="stp:x:page",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3015",
-     tag="stp:x:setupreferencing",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3058",
-     tag="stp:x:setupurl",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3073",
-     tag="stp:x:writetoreferencelist",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3081",
-     tag="stp:x:placereferencelist",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3087",
-     tag="stp:x:definereferencelist",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3095",
-     tag="stp:x:setupreferencelist",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3116",
-     tag="stp:x:writetolist",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3129",
-     tag="stp:x:writebetweenlist",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3141",
-     tag="stp:x:nolist",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3146",
-     tag="stp:x:listsymbol",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3153",
-     tag="stp:x:placelist",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3161",
-     tag="stp:x:determinelistcharacteristics",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3169",
-     tag="stp:x:placecombinedlist:1",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3177",
-     tag="stp:x:definelist",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3187",
-     tag="stp:x:setuplist",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3306",
-     tag="stp:x:setuplistalternative",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3323",
-     tag="stp:x:definecombinedlist",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3333",
-     tag="stp:x:setupcombinedlist",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3348",
-     tag="stp:x:placecombinedlist:2*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3357",
-     tag="stp:x:completecombinedlist*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3366",
-     tag="stp:x:setupnumbering",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3377",
-     tag="stp:x:setupformulas",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3429",
-     tag="stp:x:publication",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3434",
-     tag="stp:x:setuppublications",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3443",
-     tag="stp:x:setuplines",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3461",
-     tag="stp:x:startlines",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3464",
-     tag="stp:x:setupparagraphnumbering",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3478",
-     tag="stp:x:setuplinenumbering",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3516",
-     tag="stp:x:startlinenumbering",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3522",
-     tag="stp:x:startline",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3527",
-     tag="stp:x:someline",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3532",
-     tag="stp:x:inline",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3537",
-     tag="stp:x:setupinmargin",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3572",
-     tag="stp:x:setuppagenumber",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3583",
-     tag="stp:x:setupsubpagenumber",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3595",
-     tag="stp:x:setupblank",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3613",
-     tag="stp:x:defineblank",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3621",
-     tag="stp:x:definepapersize",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3636",
-     tag="stp:x:setuppaper",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3663",
-     tag="stp:x:setuppapersize",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3685",
-     tag="stp:x:setuparranging",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3710",
-     tag="stp:x:showprint",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3720",
-     tag="stp:x:definelogo",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3748",
-     tag="stp:x:placelogos",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3754",
-     tag="stp:x:setupwhitespace",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3767",
-     tag="stp:x:setupindenting",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3773",
-     tag="stp:x:definesectionblock",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3781",
-     tag="stp:x:setupsectionblock",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3798",
-     tag="stp:x:definesection",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3804",
-     tag="stp:x:setupsection",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3822",
-     tag="stp:x:setuphead",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3925",
-     tag="stp:x:setupheadnumber",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3935",
-     tag="stp:x:headnumber",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3941",
-     tag="stp:x:determineheadnumber",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3947",
-     tag="stp:x:currentheadnumber",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3950",
-     tag="stp:x:nextsection*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3954",
-     tag="stp:x:definehead",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3962",
-     tag="stp:x:setupitemgroup",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4054",
-     tag="stp:x:startitemgroup*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4087",
-     tag="stp:x:item",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4092",
-     tag="stp:x:but",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4097",
-     tag="stp:x:its",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4102",
-     tag="stp:x:ran",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4107",
-     tag="stp:x:head",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4112",
-     tag="stp:x:mar",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4118",
-     tag="stp:x:sub",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4123",
-     tag="stp:x:sym",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4128",
-     tag="stp:x:nop",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4131",
-     tag="stp:x:defineregister",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4139",
-     tag="stp:x:setupregister",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4219",
-     tag="stp:x:register*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4226",
-     tag="stp:x:startregister*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4234",
-     tag="stp:x:writetoregister",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4243",
-     tag="stp:x:coupledregister*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4251",
-     tag="stp:x:coupleregister",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4257",
-     tag="stp:x:placeregister:1",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4265",
-     tag="stp:x:seeregister*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4274",
-     tag="stp:x:completeregister*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4281",
-     tag="stp:x:placeregister:2*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4288",
-     tag="stp:x:definesynonyms",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4300",
-     tag="stp:x:setupsynonyms",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4336",
-     tag="stp:x:synonym*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4344",
-     tag="stp:x:completelistofsynonyms*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4348",
-     tag="stp:x:placelistofsynonyms*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4352",
-     tag="stp:x:loadsynonyms*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4356",
-     tag="stp:x:definesorting",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4366",
-     tag="stp:x:setupsorting",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4391",
-     tag="stp:x:sort*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4398",
-     tag="stp:x:completelistofsorts*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4402",
-     tag="stp:x:placelistofsorts*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4406",
-     tag="stp:x:loadsorts*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4410",
-     tag="stp:x:definemakeup",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4418",
-     tag="stp:x:startmakeup",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4426",
-     tag="stp:x:setupmakeup",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4479",
-     tag="stp:x:startnamemakeup*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4483",
-     tag="stp:x:version",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4491",
-     tag="stp:x:currentdate",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4497",
-     tag="stp:x:date",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4527",
-     tag="stp:x:referraldate",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4530",
-     tag="stp:x:indenting",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4536",
-     tag="stp:x:noindenting",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4539",
-     tag="stp:x:blank",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4562",
-     tag="stp:x:startpacked",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4568",
-     tag="stp:x:startunpacked",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4571",
-     tag="stp:x:startlinecorrection",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4574",
-     tag="stp:x:correctwhitespace",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4579",
-     tag="stp:x:startpostponing",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4582",
-     tag="stp:x:startlocal",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4585",
-     tag="stp:x:startnarrower",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4597",
-     tag="stp:x:starthiding",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4600",
-     tag="stp:x:setupalign",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4642",
-     tag="stp:x:startalignment",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4648",
-     tag="stp:x:setupspacing",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4655",
-     tag="stp:x:setuptolerance",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4668",
-     tag="stp:x:pagetype",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4674",
-     tag="stp:x:processpage",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4683",
-     tag="stp:x:couplepage",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4696",
-     tag="stp:x:position",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4702",
-     tag="stp:x:setupscreens",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4717",
-     tag="stp:x:setupbackgrounds",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4743",
-     tag="stp:x:startbuffer*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4749",
-     tag="stp:x:startbuffer",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4755",
-     tag="stp:x:getbuffer",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4761",
-     tag="stp:x:typebuffer",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4767",
-     tag="stp:x:definebuffer",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4773",
-     tag="stp:x:setupbuffer",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4786",
-     tag="stp:x:defineblock",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4792",
-     tag="stp:x:nomoreblocks",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4795",
-     tag="stp:x:hideblocks",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4803",
-     tag="stp:x:keepblocks",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4812",
-     tag="stp:x:useblocks",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4820",
-     tag="stp:x:processblocks",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4828",
-     tag="stp:x:bypassblocks",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4836",
-     tag="stp:x:forceblocks",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4844",
-     tag="stp:x:selectblocks",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4856",
-     tag="stp:x:setupblock",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4873",
-     tag="stp:x:startformula*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4876",
-     tag="stp:x:mathematics",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4881",
-     tag="stp:x:placeformula",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4888",
-     tag="stp:x:placesubformula",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4895",
-     tag="stp:x:placefloat*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4943",
-     tag="stp:x:reservefloat*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4960",
-     tag="stp:x:definefloat",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4968",
-     tag="stp:x:setupfloat",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4998",
-     tag="stp:x:startfloattext*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5014",
-     tag="stp:x:placelistoffloats*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5018",
-     tag="stp:x:completelistoffloats*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5022",
-     tag="stp:x:referral",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5039",
-     tag="stp:x:selectpaper",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5047",
-     tag="stp:x:couplepaper",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5053",
-     tag="stp:x:chem",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5060",
-     tag="stp:x:fraction",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5066",
-     tag="stp:x:periods",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5072",
-     tag="stp:x:items",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5079",
-     tag="stp:x:setupitems",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5112",
-     tag="stp:x:startquotation",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5120",
-     tag="stp:x:quotation",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5125",
-     tag="stp:x:quote",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5130",
-     tag="stp:x:setupquote",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5146",
-     tag="stp:x:defineparagraphs",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5177",
-     tag="stp:x:paragraph*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5180",
-     tag="stp:x:startparagraph*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5183",
-     tag="stp:x:setupparagraphs",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5220",
-     tag="stp:x:setuptab",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5234",
-     tag="stp:x:tab",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5240",
-     tag="stp:x:startdocument",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5246",
-     tag="stp:x:labels",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5252",
-     tag="stp:x:definetabulate",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5262",
-     tag="stp:x:starttabulate*",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5270",
-     tag="stp:x:setuptabulate",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5312",
-     tag="stp:x:setuptables",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5361",
-     tag="stp:x:starttable",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5368",
-     tag="stp:x:starttables",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5375",
-     tag="stp:x:definetabletemplate",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5387",
-     tag="stp:x:useexternalfiles",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5398",
-     tag="stp:x:useexternalfile",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5411",
-     tag="stp:x:useexternalfigure",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5423",
-     tag="stp:x:externalfigure",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5431",
-     tag="stp:x:setupexternalfigures",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5524",
-     tag="stp:x:showexternalfigures",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5533",
-     tag="stp:x:useexternalsoundtrack",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5541",
-     tag="stp:x:name",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5546",
-     tag="stp:x:startlegend",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5557",
-     tag="stp:x:startfact",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5566",
-     tag="stp:x:rotate",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5573",
-     tag="stp:x:setuprotate",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5587",
-     tag="stp:x:mirror",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5592",
-     tag="stp:x:scale",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5602",
-     tag="stp:x:setupcombinations",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5633",
-     tag="stp:x:startcombination",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5639",
-     tag="stp:x:placesidebyside",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5645",
-     tag="stp:x:placeontopofeachother",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5651",
-     tag="stp:x:startoverlay",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5657",
-     tag="stp:x:startoverview",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5663",
-     tag="stp:x:setupinteractionscreen",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5695",
-     tag="stp:x:screen",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5698",
-     tag="stp:x:setuppagetransitions",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5705",
-     tag="stp:x:setupinteraction",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5767",
-     tag="stp:x:setupinteractionmenu",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5822",
-     tag="stp:x:defineinteractionmenu:1",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5834",
-     tag="stp:x:defineinteractionmenu:2",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5852",
-     tag="stp:x:startinteractionmenu",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5858",
-     tag="stp:x:disableinteractionmenu",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5869",
-     tag="stp:x:useexternaldocument",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5879",
-     tag="stp:x:useURL",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5891",
-     tag="stp:x:coupledocument",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5901",
-     tag="stp:x:from",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5906",
-     tag="stp:x:interactionbar",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5912",
-     tag="stp:x:interactionbuttons",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5920",
-     tag="stp:x:setupinteractionbar",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5957",
-     tag="stp:x:synchronize",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5960",
-     tag="stp:x:startsynchronization",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5963",
-     tag="stp:x:setupsynchronizationbar",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5982",
-     tag="stp:x:synchronizationbar",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5993",
-     tag="stp:x:setupsynchronization",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6001",
-     tag="stp:x:defineprofile",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6009",
-     tag="stp:x:setupprofiles",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6016",
-     tag="stp:x:startprofile",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6022",
-     tag="stp:x:followprofile",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6029",
-     tag="stp:x:placebookmarks",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6042",
-     tag="stp:x:bookmark",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6049",
-     tag="stp:x:startversion",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6055",
-     tag="stp:x:setupversions",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6064",
-     tag="stp:x:markversion",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6067",
-     tag="stp:x:selectversion",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6070",
-     tag="stp:x:defineversion",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6078",
-     tag="stp:x:followversion",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6085",
-     tag="stp:x:followprofileversion",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6094",
-     tag="stp:x:defineprogram",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6104",
-     tag="stp:x:setupprograms",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6111",
-     tag="stp:x:program",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6117",
-     tag="stp:x:startfigure",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6131",
-     tag="stp:x:goto",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6138",
-     tag="stp:x:gotobox",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6144",
-     tag="stp:x:button",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6152",
-     tag="stp:x:setupbuttons",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6161",
-     tag="stp:x:setupcomment",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6196",
-     tag="stp:x:startcomment",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6204",
-     tag="stp:x:comment",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6213",
-     tag="stp:x:definefield",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6234",
-     tag="stp:x:definesubfield",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6244",
-     tag="stp:x:copyfield",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6252",
-     tag="stp:x:clonefield",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6264",
-     tag="stp:x:field",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6270",
-     tag="stp:x:fitfield",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6276",
-     tag="stp:x:fillinfield",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6283",
-     tag="stp:x:tooltip",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6293",
-     tag="stp:x:showfields",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6299",
-     tag="stp:x:logfields",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6302",
-     tag="stp:x:setupfield",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6317",
-     tag="stp:x:setupfields",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6379",
-     tag="stp:x:setupforms",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6387",
-     tag="stp:x:definefieldstack",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6397",
-     tag="stp:x:fieldstack",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6407",
-     tag="stp:x:clip",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6414",
-     tag="stp:x:setupclipping",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6456",
-     tag="stp:x:placelegend",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6462",
-     tag="stp:x:setuplegend",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6482",
-     tag="stp:x:setupstrut",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6491",
-     tag="stp:x:usetypescriptfile",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6497",
-     tag="stp:x:usetypescript",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6507",
-     tag="stp:x:definetypeface",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6535",
-     tag="stp:x:definefontfeature",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6563",
-     tag="stp:x:definefonthandling",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6589",
-     tag="stp:x:setupfonthandling",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6597",
-     tag="stp:x:definefontsynonym",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6614",
-     tag="stp:x:setupfontsynonym",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6622",
-     tag="stp:x:mapfontsize",
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6630",
-     tag="stp:x:definedfont",
-    },
-    metadata=4,
-   },
-  },
-  metadata=6,
- },
- unit={
-  entries={
-   {
-    definition={
-     meaning="meter",
-     synonym="m",
-     tag="Meter",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="picometer",
-     synonym="\\Pico \\Meter ",
-     tag="pMeter",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="nanometer",
-     synonym="\\Nano \\Meter ",
-     tag="nMeter",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="micrometer",
-     synonym="\\Micro \\Meter ",
-     tag="uMeter",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="millimeter",
-     synonym="\\Milli \\Meter ",
-     tag="mMeter",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="centimeter",
-     synonym="\\Centi \\Meter ",
-     tag="cMeter",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="decimeter",
-     synonym="\\Deci \\Meter ",
-     tag="dMeter",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="hectometer",
-     synonym="\\Hecto \\Meter ",
-     tag="hMeter",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="kilometer",
-     synonym="\\Kilo \\Meter ",
-     tag="kMeter",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="liter",
-     synonym="l",
-     tag="Liter",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="milliliter",
-     synonym="\\Milli \\Liter ",
-     tag="mLiter",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="centiliter",
-     synonym="\\Centi \\Liter ",
-     tag="cLiter",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="deciliter",
-     synonym="\\Deci \\Liter ",
-     tag="dLiter",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:sec}",
-     synonym="s",
-     tag="Sec",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:fsec}",
-     synonym="\\Femto \\Sec ",
-     tag="fSec",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:psec}",
-     synonym="\\Pico \\Sec ",
-     tag="pSec",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:nsec}",
-     synonym="\\Nano \\Sec ",
-     tag="nSec",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:usec}",
-     synonym="\\Micro \\Sec ",
-     tag="uSec",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:msec}",
-     synonym="\\Milli \\Sec ",
-     tag="mSec",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:year}",
-     synonym="\\ifSIunits a \\else j\\fi ",
-     tag="Year",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:month}",
-     synonym="m",
-     tag="Month",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:week}",
-     synonym="w",
-     tag="Week",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:day}",
-     synonym="d",
-     tag="Day",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:hour}",
-     synonym="\\ifSIunits h \\else u\\fi ",
-     tag="Hour",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:min}",
-     synonym="min",
-     tag="Min",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:rad}",
-     synonym="rad",
-     tag="Rad",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:deg}",
-     synonym="{\\mathematics {\\normalsuperscript \\circ }}",
-     tag="Deg",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Hertz",
-     synonym="Hz",
-     tag="Hertz",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="kilo Hertz",
-     synonym="\\Kilo \\Hertz ",
-     tag="kHertz",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="mega Hertz",
-     synonym="\\Mega \\Hertz ",
-     tag="MHertz",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="giga Hertz",
-     synonym="\\Giga \\Hertz ",
-     tag="GHertz",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="tera Hertz",
-     synonym="\\Tera \\Hertz ",
-     tag="THertz",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="milli Hertz",
-     synonym="\\Milli \\Hertz ",
-     tag="mHertz",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:rps}",
-     synonym="RPS",
-     tag="RevPerSec",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:rpm}",
-     synonym="RPM",
-     tag="RevPerMin",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="gram",
-     synonym="g",
-     tag="Gram",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="microgram",
-     synonym="\\Micro \\Gram ",
-     tag="uGram",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="milligram",
-     synonym="\\Milli \\Gram ",
-     tag="mGram",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="kilogram",
-     synonym="\\Kilo \\Gram ",
-     tag="kGram",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:u}",
-     synonym="u",
-     tag="Atom",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Newton",
-     synonym="N",
-     tag="Newton",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="kilo Newton",
-     synonym="\\Kilo \\Newton ",
-     tag="kNewton",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Pascal",
-     synonym="Pa",
-     tag="Pascal",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="milli Pascal",
-     synonym="\\Milli \\Pascal ",
-     tag="mPascal",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="kilo Pascal",
-     synonym="\\Kilo \\Pascal ",
-     tag="kPascal",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Joule",
-     synonym="J",
-     tag="Joule",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="milli Joule",
-     synonym="\\Milli \\Joule ",
-     tag="mJoule",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="kilo Joule",
-     synonym="\\Kilo \\Joule ",
-     tag="kJoule",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="mega Joule",
-     synonym="\\Mega \\Joule ",
-     tag="MJoule",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="giga Joule",
-     synonym="\\Giga \\Joule ",
-     tag="GJoule",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Watt",
-     synonym="W",
-     tag="Watt",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="milli Watt",
-     synonym="\\Milli \\Watt ",
-     tag="mWatt",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="kilo Watt",
-     synonym="\\Kilo \\Watt ",
-     tag="kWatt",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="mega Watt",
-     synonym="\\Mega \\Watt ",
-     tag="MWatt",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="giga Watt",
-     synonym="\\Giga \\Watt ",
-     tag="GWatt",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="tera Watt",
-     synonym="\\Tera \\Watt ",
-     tag="TWatt",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Celsius",
-     synonym="C",
-     tag="Celsius",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Kelvin",
-     synonym="K",
-     tag="Kelvin",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Fahrenheit",
-     synonym="F",
-     tag="Fahrenheit",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="mol",
-     synonym="mol",
-     tag="Mol",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="millimol",
-     synonym="\\Milli \\Mol ",
-     tag="mMol",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="kilomol",
-     synonym="\\Kilo \\Mol ",
-     tag="kMol",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="molair (\\Mol \\Per \\Liter )",
-     synonym="M",
-     tag="Molair",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="equivalent",
-     synonym="eq",
-     tag="Equivalent",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="milli equivalent",
-     synonym="\\Milli \\Equivalent ",
-     tag="mEquivalent",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Farad",
-     synonym="F",
-     tag="Farad",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="pico Farad",
-     synonym="\\Pico \\Farad ",
-     tag="pFarad",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="nano Farad",
-     synonym="\\Nano \\Farad ",
-     tag="nFarad",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="micro Farad",
-     synonym="\\Micro \\Farad ",
-     tag="uFarad",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="milli Farad",
-     synonym="\\Milli \\Farad ",
-     tag="mFarad",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Ohm",
-     synonym="\\Omega ",
-     tag="Ohm",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="kilo Ohm",
-     synonym="\\Kilo \\Ohm ",
-     tag="kOhm",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Siemens",
-     synonym="S",
-     tag="Siemens",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Amp\\`ere",
-     synonym="A",
-     tag="Ampere",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="milli Amp\\`ere",
-     synonym="\\Milli \\Ampere ",
-     tag="mAmpere",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Coulomb",
-     synonym="C",
-     tag="Coulomb",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Volt",
-     synonym="V",
-     tag="Volt",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="milli Volt",
-     synonym="\\Milli \\Volt ",
-     tag="mVolt",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="kilo Volt",
-     synonym="\\Kilo \\Volt ",
-     tag="kVolt",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="electronvolt",
-     synonym="eV",
-     tag="eVolt",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="kilo electronvolt",
-     synonym="\\Kilo \\eVolt ",
-     tag="keVolt",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="mega electronvolt",
-     synonym="\\Mega \\eVolt ",
-     tag="MeVolt",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Tesla",
-     synonym="T",
-     tag="Tesla",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:vac}",
-     synonym="V\\normalsubscript {\\xbox {ac}}",
-     tag="VoltAC",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:vdc}",
-     synonym="V\\normalsubscript {\\xbox {dc}}",
-     tag="VoltDC",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:bit}",
-     synonym="bit",
-     tag="Bit",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Baud (Bit/s)",
-     synonym="Bd",
-     tag="Baud",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:byte}",
-     synonym="B",
-     tag="Byte",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="kilo Byte",
-     synonym="\\Kilo \\Byte ",
-     tag="kByte",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="mega Byte",
-     synonym="\\Mega \\Byte ",
-     tag="MByte",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="giga Byte",
-     synonym="\\Giga \\Byte ",
-     tag="GByte",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="tera Byte",
-     synonym="\\Tera \\Byte ",
-     tag="TByte",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Erlang",
-     synonym="E",
-     tag="Erlang",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Bequerel",
-     synonym="Bq",
-     tag="Bequerel",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Bequerel",
-     synonym="\\Mega \\Bequerel ",
-     tag="MBequerel",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Sievert",
-     synonym="Sv",
-     tag="Sievert",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="milli Sievert",
-     synonym="\\Milli \\Sievert ",
-     tag="mSievert",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Candela",
-     synonym="cd",
-     tag="Candela",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Bell",
-     synonym="B",
-     tag="Bell",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="decibel",
-     synonym="\\Deci \\Bell ",
-     tag="dBell",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:at}",
-     synonym="at",
-     tag="At",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:atm}",
-     synonym="atm",
-     tag="Atm",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="bar (100 \\Kilo \\Pascal )",
-     synonym="bar",
-     tag="Bar",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="electronvolt",
-     synonym="eV",
-     tag="EVolt",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:ft}",
-     synonym="ft",
-     tag="Foot",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:inch}",
-     synonym="inch",
-     tag="Inch",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:cal}",
-     synonym="cal",
-     tag="Cal",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:f}",
-     synonym="f",
-     tag="Force",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:kcal}",
-     synonym="\\Kilo \\Cal ",
-     tag="kCal",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="lux",
-     synonym="lux",
-     tag="Lux",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="percent",
-     synonym="\\xPercent ",
-     tag="Percent",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="promille",
-     synonym="\\xPromille ",
-     tag="Permille",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="promille",
-     synonym="\\xPromille ",
-     tag="Promille",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Gray",
-     synonym="Gr",
-     tag="Gray",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Weber",
-     synonym="Wb",
-     tag="Weber",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Henry",
-     synonym="H",
-     tag="Henry",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Sterant",
-     synonym="sr",
-     tag="Sterant",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="\\Aring ngstr\\\"om",
-     synonym="\\hbox {\\Aring }",
-     tag="Angstrom",
-     used=false,
-    },
-    metadata=4,
-   },
-   {
-    definition={
-     meaning="Gauss",
-     synonym="G",
-     tag="Gauss",
-     used=false,
-    },
-    metadata=4,
-   },
-  },
-  metadata=7,
- },
-}
-structures = structures or { }
-structures.blocks = structures.blocks or { }
-structures.blocks.collected = structures.blocks.collected or { }
-structures.blocks.collected={
-}
-job = job or { }
-job.files = job.files or { }
-job.files.collected = job.files.collected or { }
-job.files.collected={
-}
-job.packed={
- index={
-  {
-   conversionset="pagenumber",
-  },
-  {
-   connector="\\endash ",
-   prefix="no",
-   set="part",
-  },
-  {
-   class="texmacro",
-   language="en",
-   sorted=false,
-  },
-  {
-   catcodes=8,
-   coding="tex",
-  },
-  {
-   class="logo",
-   kind="sorting",
-   language="en",
-   sorted=false,
-  },
-  {
-   class="texcommand",
-   kind="sorting",
-   language="en",
-   sorted=false,
-  },
-  {
-   class="unit",
-   kind="synonym",
-   language="en",
-   sorted=false,
-  },
- },
- keys={
-  directives=true,
-  metadata=true,
-  numberdata=true,
-  numbers=true,
-  pagedata=true,
-  prefixdata=true,
-  processors=true,
-  sectiondata=true,
-  specification=true,
- },
- version=1.01,
-}

Modified: trunk/Master/texmf-dist/tex/context/third/transliterator/trans_tables_sr.lua
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/transliterator/trans_tables_sr.lua	2021-11-23 13:59:53 UTC (rev 61126)
+++ trunk/Master/texmf-dist/tex/context/third/transliterator/trans_tables_sr.lua	2021-11-23 22:38:11 UTC (rev 61127)
@@ -130,7 +130,10 @@
     }
 
     local P = lpeg.P
-    local sub, upper = unicode.utf8.sub, unicode.utf8.upper
+    local utf8      = unicode and unicode.utf8 or utf or utf8
+    local sub       = utf8.sub
+    local toupper   = lpeg.patterns.toupper
+    local upper     = function (s) return lpegmatch (toupper, s) end
 
     local p_tocy, p_i_tocy, p_tolt, p_i_tolt
 

Deleted: trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.ctl
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.ctl	2021-11-23 13:59:53 UTC (rev 61126)
+++ trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.ctl	2021-11-23 22:38:11 UTC (rev 61127)
@@ -1,5 +0,0 @@
-<?xml version='1.0' standalone='yes'?>
-
-<ctx:preplist local='no'>
-	<ctx:prepfile done='no'>transliterator.lua</ctx:prepfile>
-</ctx:preplist>

Deleted: trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.log
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.log	2021-11-23 13:59:53 UTC (rev 61126)
+++ trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.log	2021-11-23 22:38:11 UTC (rev 61127)
@@ -1,589 +0,0 @@
-(/home/phg/context/tex/texmf-context/tex/context/base/cont-yes.mkiv
-
-ConTeXt  ver: 2013.03.27 13:27 MKIV  fmt: 2013.3.27  int: english/english
-
-system          > 'cont-new.mkiv' loaded
-(/home/phg/context/tex/texmf-context/tex/context/base/cont-new.mkiv
-system          > beware: some patches loaded from cont-new.mkiv
-)
-system          > files > jobname 'transliterator', input 'transliterator', result 'transliterator'
-fonts           > latin modern fonts are not preloaded
-languages       > language 'en' is active
-(transliterator.tex
-fonts           > typescripts > unknown library 'loc'
-fonts           > typescripts > unknown library 'cmu'
-(/home/phg/context/tex/texmf-context/tex/context/base/type-imp-computer-modern-unicode.mkiv){/home/phg/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/home/phg/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map}{/home/phg/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
-resolvers       > modules > 'bib' is loaded
-(/home/phg/context/tex/texmf-context/tex/context/base/m-obsolete.mkiv
-system          > skipping obsolete module
-)
-resolvers       > modules > 'transliterator' is loaded
-(t-transliterator.mkiv
-loading         > Transliteration from non-Latin scripts
-)
-publications    > loading formatting style from 'bibl-apa'
-(/home/phg/context/tex/texmf-context/tex/context/bib/bibl-apa.tex)
-resolvers       > modules > 'int-load' is loaded
-(/home/phg/context/tex/texmf-context/tex/context/base/x-set-11.mkiv)
-fonts           > bodyfont '19pt' is defined (can better be done global)
-fonts           > bodyfont '22.8pt' is defined (can better be done global)
-fonts           > bodyfont '15.2pt' is defined (can better be done global)
-backend         > xmp > using file '/home/phg/context/tex/texmf-context/tex/context/base/lpdf-pdx.xml'
-pages           > flushing realpage 1, userpage 1
-pages           > flushing realpage 2, userpage 1
-structure       > sectioning > title @ level 2 : 0.0 -> \headtext {content}
-pages           > flushing realpage 3, userpage 1
-structure       > sectioning > chapter @ level 2 : 0.1 -> Usage and Functionality
-structure       > sectioning > section @ level 3 : 0.1.1 -> Overview
-
-Underfull \hbox (badness 1062) in paragraph at lines 8--8
- [][][]\3>computer-modern-unicode-7pt-tt-tf-0--0 ru_old ru ru_tran-script_de ru_tran-script_de_exp 
-
-\hbox(4.284+1.554)x286.48352, glue set 2.20059, direction TLT
-.\glue(\leftskip) 14.0
-.\whatsit
-..\localinterlinepenalty=0
-..\localbrokenpenalty=0
-..\localleftbox=null
-..\localrightbox=null
-.\hbox(3.647+0.0)x0.0, glue set - 14.0fil, direction TLT
-..\glue 0.0 plus 1.0fil minus 1.0fil
-..\hbox(3.647+0.0)x14.0, direction TLT
-...\hbox(3.647+0.0)x14.0, direction TLT []
-.\hbox(4.277+0.042)x68.95004, glue set 36.75003fil, direction TLT
-..\3>computer-modern-unicode-7pt-tt-tf-0--0 m
-..\3>computer-modern-unicode-7pt-tt-tf-0--0 o
-..\3>computer-modern-unicode-7pt-tt-tf-0--0 d
-..\3>computer-modern-unicode-7pt-tt-tf-0--0 e
-..\glue 0.0 plus 1.0fil minus 1.0fil
-..etc.
-.\3>computer-modern-unicode-7pt-tt-tf-0--0 r
-.etc.
-
-structure       > sectioning > section @ level 3 : 0.1.2 -> Loading and Configuring the Module
-floatblocks     > 1 saved
-
-Overfull \hbox (13.14894pt too wide) in paragraph at lines 384--389
-\3>computer-modern-unicode-9pt-rm-tf-0--0 (-20) t\3>computer-modern-unicode-9pt-rm-tf-0--0 (-15) ha\3>computer-modern-unicode-9pt-rm-tf-0--0 (-20) t i\3>computer-modern-unicode-9pt-rm-tf-0--0 (-15) s used \3>computer-modern-unicode-9pt-rm-tf-0--0 (-20) f\3>computer-modern-unicode-9pt-rm-tf-0--0 (-15) o\3>computer-modern-unicode-9pt-rm-tf-0--0 (-20) r \3>computer-modern-unicode-9pt-rm-tf-0--0 (-15) h\3>computer-modern-unicode-9pt-rm-tf-0--0 (-20) y-\3>computer-modern-unicode-9pt-rm-tf-0--0 (-15) phen\3>computer-modern-unicode-9pt-rm-tf-0--0 (-20) -\3>computer-modern-unicode-9pt-rm-tf-0--0 (-15) a\3>computer-modern-unicode-9pt-rm-tf-0--0 (-20) ti\3>computer-modern-unicode-9pt-rm-tf-0--0 (-15) on\3>computer-modern-unicode-9pt-rm-tf-0--0 (-20) . \3>computer-modern-unicode-9pt-rm-tf-0--0 (-15) Spec\3>computer-modern-unicode-9pt-rm-tf-0--0 (-20) -i-fy-i\3>computer-modern-unicode-9pt-rm-tf-0--0 (-15) ng \3>computer-modern-unicode-9pt-tt-tf-0--0 \setuptransliterator[hyphenate=nl]
-
-\hbox(6.345+2.052)x300.78351, glue set - 1.0, direction TLT
-.\3>computer-modern-unicode-9pt-rm-tf-0--0 (-20) t
-.\3>computer-modern-unicode-9pt-rm-tf-0--0 (-15) h
-.\3>computer-modern-unicode-9pt-rm-tf-0--0 (-15) a
-.\3>computer-modern-unicode-9pt-rm-tf-0--0 (-20) t
-.\glue 2.997 plus 1.4985 minus 0.999
-.etc.
-
-pages           > flushing realpage 4, userpage 2
-floatblocks     > 1 moved
-floatblocks     > '1' moved
-pages           > flushing realpage 5, userpage 3
-pages           > flushing realpage 6, userpage 4
-structure       > sectioning > chapter @ level 2 : 0.2 -> Introduction
-
-Underfull \hbox (badness 10000) in paragraph at lines 444--446
- [][][] []
-
-\hbox(7.80193+3.03406)x298.04852, glue set 11.68031, direction TLT
-.\glue(\leftskip) 0.0 plus 18.0
-.\whatsit
-..\localinterlinepenalty=0
-..\localbrokenpenalty=0
-..\localleftbox=null
-..\localrightbox=null
-.\hbox(0.0+0.0)x0.0, direction TLT
-.\hbox(7.80193+3.03406)x0.0, direction TLT
-.\penalty 10000
-.etc.
-
-
-Underfull \hbox (badness 10000) in paragraph at lines 447--448
- [][]\3>computer-modern-unicode-9pt-rm-tf-0--0 G- C- []
-
-\hbox(7.80193+3.03406)x298.04852, glue set 11.85895, direction TLT
-.\glue(\leftskip) 0.0 plus 18.0
-.\whatsit
-..\localinterlinepenalty=0
-..\localbrokenpenalty=0
-..\localleftbox=null
-..\localrightbox=null
-.\hbox(0.0+0.0)x0.0, direction TLT
-.\3>computer-modern-unicode-9pt-rm-tf-0--0 G
-.\kern 0.45
-.etc.
-
-publications    > file 'transliterator.bbl' not found, waiting for bibtex
-pages           > flushing realpage 7, userpage 5
-pages           > flushing realpage 8, userpage 6
-tabulate        > unknown preamble key: )
-tabulate        > unknown preamble key: )
-floatblocks     > '2' placed
-
-Underfull \hbox (badness 1448) in paragraph at lines 583--606
-[]\3>computer-modern-unicode-9pt-rm-tf-0--0 (+15) Fo\3>computer-modern-unicode-9pt-rm-tf-0--0 (+20) l-l\3>computer-modern-unicode-9pt-rm-tf-0--0 (+15) ow\3>computer-modern-unicode-9pt-rm-tf-0--0 (+20) -i\3>computer-modern-unicode-9pt-rm-tf-0--0 (+15) ng sug\3>computer-modern-unicode-9pt-rm-tf-0--0 (+20) -\3>computer-modern-unicode-9pt-rm-tf-0--0 (+15) ges\3>computer-modern-unicode-9pt-rm-tf-0--0 (+20) -ti\3>computer-modern-unicode-9pt-rm-tf-0--0 (+15) ons \3>computer-modern-unicode-9pt-rm-tf-0--0 (+20) fr\3>computer-modern-unicode-9pt-rm-tf-0--0 (+15) om
-
-\hbox(6.345+1.854)x114.62021, glue set 2.43773, direction TLT
-.\whatsit
-..\localinterlinepenalty=0
-..\localbrokenpenalty=0
-..\localleftbox=null
-..\localrightbox=null
-.\3>computer-modern-unicode-9pt-rm-tf-0--0 (+15) F
-.\kern -0.747
-.\3>computer-modern-unicode-9pt-rm-tf-0--0 (+15) o
-.\3>computer-modern-unicode-9pt-rm-tf-0--0 (+20) l
-.etc.
-
-pages           > flushing realpage 9, userpage 7
-structure       > sectioning > chapter @ level 2 : 0.3 -> Examples
-structure       > sectioning > section @ level 3 : 0.3.1 -> Cyrillic scripts
-structure       > sectioning > subsection @ level 4 : 0.3.1.1 -> {\sc iso}~9 and derivatives
-floatblocks     > order disturbed
-floatblocks     > '3' placed
-floatblocks     > order disturbed
-floatblocks     > '4' placed
-floatblocks     > order disturbed
-floatblocks     > '5' placed
-
-Underfull \hbox (badness 1286) in paragraph at lines 670--670
-\3>computer-modern-unicode-7pt-rm-tf-0--0 мова, проста мова […]) -- слов’янська
-
-\hbox(5.25+1.75)x132.82863, glue set 2.34581, direction TLT
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 м
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 о
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 в
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 а
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 ,
-.etc.
-
-floatblocks     > order disturbed
-pages           > flushing realpage 10, userpage 8
-floatblocks     > '6' placed
-floatblocks     > order disturbed
-floatblocks     > '7' placed
-floatblocks     > order disturbed
-floatblocks     > '8' placed
-structure       > sectioning > subsection @ level 4 : 0.3.1.2 -> “Scientific” transliteration
-pages           > flushing realpage 11, userpage 9
-floatblocks     > order disturbed
-floatblocks     > '9' placed
-
-Underfull \hbox (badness 1158) in paragraph at lines 742--742
-\3>computer-modern-unicode-7pt-rm-tf-0--0 лось в свои бе-ре-га. Оно ка-за-лось за-
-
-\hbox(4.935+1.365)x132.82863, glue set 2.2658, direction TLT
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 л
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 о
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 с
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 ь
-.\glue 2.331 plus 1.1655 minus 0.777
-.etc.
-
-floatblocks     > order disturbed
-floatblocks     > '10' placed
-floatblocks     > order disturbed
-pages           > flushing realpage 12, userpage 10
-floatblocks     > '11' placed
-structure       > sectioning > subsection @ level 4 : 0.3.1.3 -> Serbian
-
-Underfull \hbox (badness 2409) in paragraph at lines 767--767
-[][][] \3>computer-modern-unicode-7pt-rm-tf-0--0 Српски језик је један од словенских
-
-\hbox(5.76001+2.23999)x132.82863, glue set 2.89073, direction TLT
-.\whatsit
-..\localinterlinepenalty=0
-..\localbrokenpenalty=0
-..\localleftbox=null
-..\localrightbox=null
-.\hbox(0.0+0.0)x0.0, direction TLT
-.\hbox(5.76001+2.23999)x0.0, direction TLT
-.\penalty 10000
-.\glue 0.0
-.etc.
-
-
-Overfull \hbox (6.67427pt too wide) in paragraph at lines 767--767
-\3>computer-modern-unicode-7pt-rm-tf-0--0 Први писани споменици у српској редакцији
-
-\hbox(4.781+1.435)x132.82863, glue set - 1.0, direction TLT
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 П
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 р
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 в
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 и
-.\glue 2.331 plus 1.1655 minus 0.777
-.etc.
-
-
-Underfull \hbox (badness 3895) in paragraph at lines 767--767
-[][]\3>computer-modern-unicode-7pt-rm-tf-0--0 Српски језик је стандардни језик у
-
-\hbox(4.935+1.435)x132.82863, glue set 3.39165, direction TLT
-.\whatsit
-..\localinterlinepenalty=0
-..\localbrokenpenalty=0
-..\localleftbox=null
-..\localrightbox=null
-.\hbox(0.0+0.0)x0.0, direction TLT
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 С
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 р
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 п
-.etc.
-
-floatblocks     > order disturbed
-floatblocks     > '12' placed
-
-Underfull \hbox (badness 2409) in paragraph at lines 779--1
-[][][] \3>computer-modern-unicode-7pt-rm-tf-0--0 Српски језик је један од словенских
-
-\hbox(5.76001+2.23999)x132.82863, glue set 2.89073, direction TLT
-.\whatsit
-..\localinterlinepenalty=0
-..\localbrokenpenalty=0
-..\localleftbox=null
-..\localrightbox=null
-.\hbox(0.0+0.0)x0.0, direction TLT
-.\hbox(5.76001+2.23999)x0.0, direction TLT
-.\penalty 10000
-.\glue 0.0
-.etc.
-
-
-Overfull \hbox (6.67427pt too wide) in paragraph at lines 779--1
-\3>computer-modern-unicode-7pt-rm-tf-0--0 Први писани споменици у српској редакцији
-
-\hbox(4.781+1.435)x132.82863, glue set - 1.0, direction TLT
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 П
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 р
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 в
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 и
-.\glue 2.331 plus 1.1655 minus 0.777
-.etc.
-
-
-Underfull \hbox (badness 3895) in paragraph at lines 1--1
-[][]\3>computer-modern-unicode-7pt-rm-tf-0--0 Српски језик је стандардни језик у
-
-\hbox(4.935+1.435)x132.82863, glue set 3.39165, direction TLT
-.\whatsit
-..\localinterlinepenalty=0
-..\localbrokenpenalty=0
-..\localleftbox=null
-..\localrightbox=null
-.\hbox(0.0+0.0)x0.0, direction TLT
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 С
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 р
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 п
-.etc.
-
-floatblocks     > order disturbed
-floatblocks     > '13' placed
-structure       > sectioning > subsection @ level 4 : 0.3.1.4 -> Bulgarian
-pages           > flushing realpage 13, userpage 11
-
-Underfull \hbox (badness 1043) in paragraph at lines 790--790
-\3>computer-modern-unicode-7pt-rm-tf-0--0 България и един от -те официални
-
-\hbox(4.858+1.519)x132.82863, glue set 2.18564, direction TLT
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 Б
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 ъ
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 л
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 г
-.\kern -0.196
-.etc.
-
-floatblocks     > order disturbed
-floatblocks     > '14' placed
-structure       > sectioning > subsection @ level 4 : 0.3.1.5 -> Legacy national transcriptions
-
-Underfull \hbox (badness 1158) in paragraph at lines 812--812
-\3>computer-modern-unicode-7pt-rm-tf-0--0 лось в свои бе-ре-га. Оно ка-за-лось за-
-
-\hbox(4.935+1.365)x132.82863, glue set 2.2658, direction TLT
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 л
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 о
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 с
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 ь
-.\glue 2.331 plus 1.1655 minus 0.777
-.etc.
-
-
-Overfull \hbox (3.4067pt too wide) in paragraph at lines 812--1
-\3>computer-modern-unicode-7pt-rm-tf-0--0 neizvestny nam), prodolzhali svoye deystviye.
-
-\hbox(5.25+1.75)x132.82863, glue set - 1.0, direction TLT
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 n
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 e
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 i
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 z
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 v
-.etc.
-
-
-Underfull \hbox (badness 1917) in paragraph at lines 812--1
-\3>computer-modern-unicode-7pt-rm-tf-0--0 ra-zlich-nyye gruppy lyud-skikh stse-pleniy;
-
-\hbox(4.858+1.442)x132.82863, glue set 2.67776, direction TLT
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 r
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 a
-.\discretionary
-..\3>computer-modern-unicode-7pt-rm-tf-0--0 -
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 z
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 l
-.etc.
-
-floatblocks     > order disturbed
-floatblocks     > '15' placed
-
-Underfull \hbox (badness 1158) in paragraph at lines 837--837
-\3>computer-modern-unicode-7pt-rm-tf-0--0 лось в свои бе-ре-га. Оно ка-за-лось за-
-
-\hbox(4.935+1.365)x132.82863, glue set 2.2658, direction TLT
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 л
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 о
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 с
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 ь
-.\glue 2.331 plus 1.1655 minus 0.777
-.etc.
-
-
-Overfull \hbox (16.32732pt too wide) in paragraph at lines 837--1
-\3>computer-modern-unicode-7pt-rm-tf-0--0 schije tsche-lo-wet-schestwo (tainst-wen-nyje potomu,
-
-\hbox(5.25+1.75)x132.82863, glue set - 1.0, direction TLT
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 s
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 c
-.\kern -0.196
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 h
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 i
-.etc.
-
-
-Overfull \hbox (2.56528pt too wide) in paragraph at lines 837--1
-\3>computer-modern-unicode-7pt-rm-tf-0--0 sche-nije, neis-westny nam), pro-dol-schali swoje
-
-\hbox(5.25+1.75)x132.82863, glue set - 1.0, direction TLT
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 s
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 c
-.\kern -0.196
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 h
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 e
-.etc.
-
-
-Overfull \hbox (8.98431pt too wide) in paragraph at lines 837--1
-\3>computer-modern-unicode-7pt-rm-tf-0--0 sche-nije wre-meni, dwi-ga-los tsche-lo-wet-schestwo.
-
-\hbox(4.858+1.442)x132.82863, glue set - 1.0, direction TLT
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 s
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 c
-.\kern -0.196
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 h
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 e
-.etc.
-
-
-Overfull \hbox (2.43924pt too wide) in paragraph at lines 837--1
-\3>computer-modern-unicode-7pt-rm-tf-0--0 Slaga-lis, ras-laga-lis ras-lit-schnyje gruppy ljuds-
-
-\hbox(4.935+1.442)x132.82863, glue set - 1.0, direction TLT
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 S
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 l
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 a
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 g
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 a
-.etc.
-
-
-Overfull \hbox (1.53627pt too wide) in paragraph at lines 837--1
-\3>computer-modern-unicode-7pt-rm-tf-0--0 kich sze-p-leni; pod-go-towl-ja-lis prit-schiny obra-
-
-\hbox(4.858+1.442)x132.82863, glue set - 1.0, direction TLT
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 k
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 i
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 c
-.\kern -0.196
-.\3>computer-modern-unicode-7pt-rm-tf-0--0 h
-.etc.
-
-floatblocks     > order disturbed
-pages           > flushing realpage 14, userpage 12
-floatblocks     > '16' placed
-structure       > sectioning > section @ level 3 : 0.3.2 -> Glagolitic
-
-Underfull \hbox (badness 2762) in paragraph at lines 854--854
-\3>hlaholice-9pt-rm-tf-4--4 [.] [ⰰ] ⰵⱄⱅⱏ· ⱍⱃⱏⰲⰻ⁖ ⰻ [ⰿ] [..........] [..] ⰿⱏ
-
-\hbox(4.39551+1.63037)x132.82863, glue set 3.0268, direction TLT
-.\3>hlaholice-9pt-rm-tf-4--4 [
-.\3>hlaholice-9pt-rm-tf-4--4 .
-.\3>hlaholice-9pt-rm-tf-4--4 ]
-.\glue 1.75 plus 0.875 minus 0.58333
-.\3>hlaholice-9pt-rm-tf-4--4 [
-.etc.
-
-floatblocks     > order disturbed
-floatblocks     > '17' placed
-structure       > sectioning > section @ level 3 : 0.3.3 -> Greek
-pages           > flushing realpage 15, userpage 13
-floatblocks     > order disturbed
-floatblocks     > '18' placed
-floatblocks     > order disturbed
-floatblocks     > '19' placed
-pages           > flushing realpage 16, userpage 14
-pages           > flushing realpage 17, userpage 15
-structure       > sectioning > chapter @ level 2 : 0.4 -> References
-publications    > placing all entries, use 'text' to be more selective
-pages           > flushing realpage 18, userpage 16
- ) )</home/phg/context/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf></home/phg/.fonts/TTF/bamberg-kodeks/BukyVede-Regular.ttf></home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunbx.otf></home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunst.otf></home/phg/.fonts/OTF/Computer_Modern_Unicode/cmuntb.otf></home/phg/.fonts/OTF/Computer_Modern_Unicode/cmuntt.otf></home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunsi.otf></home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunss.otf></home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunrm.otf></home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunti.otf>
-
-system          > files > start used files
-
-used files      >    1: filename=cont-yes.mkiv filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/base/cont-yes.mkiv usedmethod=database
-used files      >    2: filename=cont-new.mkiv filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/base/cont-new.mkiv usedmethod=database
-used files      >    3: filename=lang-us.lua filetype=lua foundname=/home/phg/context/tex/texmf-context/tex/context/patterns/lang-us.lua usedmethod=database
-used files      >    4: filename=transliterator.tex foundname=transliterator.tex usedmethod=direct
-used files      >    5: filename=lm.lfg filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/fonts/lm.lfg usedmethod=database
-used files      >    6: filename=type-imp-computer-modern-unicode.mkiv filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/base/type-imp-computer-modern-unicode.mkiv usedmethod=database
-used files      >    7: filename=lm-math.lfg filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/fonts/lm-math.lfg usedmethod=database
-used files      >    8: filename=lm-math.map filetype=map format=map foundname=/home/phg/context/tex/texmf/fonts/map/dvips/lm/lm-math.map usedmethod=database
-used files      >    9: filename=lm-rm.map filetype=map format=map foundname=/home/phg/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map usedmethod=database
-used files      >   10: filename=mkiv-base.map filetype=map format=map foundname=/home/phg/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map usedmethod=database
-used files      >   11: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunrm.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunrm.otf usedmethod=direct
-used files      >   12: filename=latinmodern-math.otf filetype=opentypefonts foundname=/home/phg/context/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf usedmethod=database
-used files      >   13: filename=latinmodern-math.otf filetype=otf format=otf foundname=/home/phg/context/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf usedmethod=database
-used files      >   14: filename=m-obsolete.mkiv filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/base/m-obsolete.mkiv usedmethod=database
-used files      >   15: filename=t-transliterator.mkiv foundname=t-transliterator.mkiv usedmethod=direct
-used files      >   16: filename=transliterator.lua format=tex foundname=transliterator.lua usedmethod=direct
-used files      >   17: filename=trans_tables_iso9.lua format=tex foundname=trans_tables_iso9.lua usedmethod=direct
-used files      >   18: filename=bibl-apa.tex filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/bib/bibl-apa.tex usedmethod=database
-used files      >   19: filename=x-set-11.mkiv filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/base/x-set-11.mkiv usedmethod=database
-used files      >   20: filename=t-transliterator.xml filetype=tex foundname=/home/phg/context/tex/texmf-local/tex/context/interface/third/t-transliterator.xml usedmethod=database
-used files      >   21: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunti.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunti.otf usedmethod=direct
-used files      >   22: filename=lpdf-pdx.xml filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/base/lpdf-pdx.xml usedmethod=database
-used files      >   23: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunss.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunss.otf usedmethod=direct
-used files      >   24: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunsi.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunsi.otf usedmethod=direct
-used files      >   25: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmuntt.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmuntt.otf usedmethod=direct
-used files      >   26: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunsx.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunsx.otf usedmethod=direct
-used files      >   27: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmuntb.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmuntb.otf usedmethod=direct
-used files      >   28: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunst.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunst.otf usedmethod=direct
-used files      >   29: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunbx.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunbx.otf usedmethod=direct
-used files      >   30: filename=lang-cs.lua filetype=lua foundname=/home/phg/context/tex/texmf-context/tex/context/patterns/lang-cs.lua usedmethod=database
-used files      >   31: filename=trans_tables_gr.lua format=tex foundname=trans_tables_gr.lua usedmethod=direct
-used files      >   32: filename=trans_tables_sr.lua format=tex foundname=trans_tables_sr.lua usedmethod=direct
-used files      >   33: filename=trans_tables_scntfc.lua format=tex foundname=trans_tables_scntfc.lua usedmethod=direct
-used files      >   34: filename=/home/phg/.fonts/TTF/bamberg-kodeks/BukyVede-Regular.ttf format=ttf foundname=/home/phg/.fonts/TTF/bamberg-kodeks/BukyVede-Regular.ttf usedmethod=direct
-used files      >   35: filename=lang-ru.lua filetype=lua foundname=/home/phg/context/tex/texmf-context/tex/context/patterns/lang-ru.lua usedmethod=database
-used files      >   36: filename=lang-gb.lua filetype=lua foundname=/home/phg/context/tex/texmf-context/tex/context/patterns/lang-gb.lua usedmethod=database
-used files      >   37: filename=trans_tables_trsc.lua format=tex foundname=trans_tables_trsc.lua usedmethod=direct
-used files      >   38: filename=lang-hr.lua filetype=lua foundname=/home/phg/context/tex/texmf-context/tex/context/patterns/lang-hr.lua usedmethod=database
-used files      >   39: filename=trans_tables_bg.lua format=tex foundname=trans_tables_bg.lua usedmethod=direct
-used files      >   40: filename=lang-deo.lua filetype=lua foundname=/home/phg/context/tex/texmf-context/tex/context/patterns/lang-deo.lua usedmethod=database
-used files      >   41: filename=trans_tables_glag.lua format=tex foundname=trans_tables_glag.lua usedmethod=direct
-used files      >   42: filename=lang-agr.lua filetype=lua foundname=/home/phg/context/tex/texmf-context/tex/context/patterns/lang-agr.lua usedmethod=database
-used files      >   43: filename=lang-de.lua filetype=lua foundname=/home/phg/context/tex/texmf-context/tex/context/patterns/lang-de.lua usedmethod=database
-
-system          > files > stop used files
-
-
-system          > structure > start used structure
-
-used structure  > text: transliterator
-
-system          > structure > stop used structure
-
-
-system          > files > start used files
-
-used file       >    1: filename=cont-yes.mkiv filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/base/cont-yes.mkiv usedmethod=database
-used file       >    2: filename=cont-new.mkiv filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/base/cont-new.mkiv usedmethod=database
-used file       >    3: filename=lang-us.lua filetype=lua foundname=/home/phg/context/tex/texmf-context/tex/context/patterns/lang-us.lua usedmethod=database
-used file       >    4: filename=transliterator.tex foundname=transliterator.tex usedmethod=direct
-used file       >    5: filename=lm.lfg filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/fonts/lm.lfg usedmethod=database
-used file       >    6: filename=type-imp-computer-modern-unicode.mkiv filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/base/type-imp-computer-modern-unicode.mkiv usedmethod=database
-used file       >    7: filename=lm-math.lfg filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/fonts/lm-math.lfg usedmethod=database
-used file       >    8: filename=lm-math.map filetype=map format=map foundname=/home/phg/context/tex/texmf/fonts/map/dvips/lm/lm-math.map usedmethod=database
-used file       >    9: filename=lm-rm.map filetype=map format=map foundname=/home/phg/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map usedmethod=database
-used file       >   10: filename=mkiv-base.map filetype=map format=map foundname=/home/phg/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map usedmethod=database
-used file       >   11: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunrm.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunrm.otf usedmethod=direct
-used file       >   12: filename=latinmodern-math.otf filetype=opentypefonts foundname=/home/phg/context/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf usedmethod=database
-used file       >   13: filename=latinmodern-math.otf filetype=otf format=otf foundname=/home/phg/context/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf usedmethod=database
-used file       >   14: filename=m-obsolete.mkiv filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/base/m-obsolete.mkiv usedmethod=database
-used file       >   15: filename=t-transliterator.mkiv foundname=t-transliterator.mkiv usedmethod=direct
-used file       >   16: filename=transliterator.lua format=tex foundname=transliterator.lua usedmethod=direct
-used file       >   17: filename=trans_tables_iso9.lua format=tex foundname=trans_tables_iso9.lua usedmethod=direct
-used file       >   18: filename=bibl-apa.tex filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/bib/bibl-apa.tex usedmethod=database
-used file       >   19: filename=x-set-11.mkiv filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/base/x-set-11.mkiv usedmethod=database
-used file       >   20: filename=t-transliterator.xml filetype=tex foundname=/home/phg/context/tex/texmf-local/tex/context/interface/third/t-transliterator.xml usedmethod=database
-used file       >   21: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunti.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunti.otf usedmethod=direct
-used file       >   22: filename=lpdf-pdx.xml filetype=tex foundname=/home/phg/context/tex/texmf-context/tex/context/base/lpdf-pdx.xml usedmethod=database
-used file       >   23: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunss.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunss.otf usedmethod=direct
-used file       >   24: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunsi.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunsi.otf usedmethod=direct
-used file       >   25: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmuntt.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmuntt.otf usedmethod=direct
-used file       >   26: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunsx.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunsx.otf usedmethod=direct
-used file       >   27: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmuntb.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmuntb.otf usedmethod=direct
-used file       >   28: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunst.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunst.otf usedmethod=direct
-used file       >   29: filename=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunbx.otf format=otf foundname=/home/phg/.fonts/OTF/Computer_Modern_Unicode/cmunbx.otf usedmethod=direct
-used file       >   30: filename=lang-cs.lua filetype=lua foundname=/home/phg/context/tex/texmf-context/tex/context/patterns/lang-cs.lua usedmethod=database
-used file       >   31: filename=trans_tables_gr.lua format=tex foundname=trans_tables_gr.lua usedmethod=direct
-used file       >   32: filename=trans_tables_sr.lua format=tex foundname=trans_tables_sr.lua usedmethod=direct
-used file       >   33: filename=trans_tables_scntfc.lua format=tex foundname=trans_tables_scntfc.lua usedmethod=direct
-used file       >   34: filename=/home/phg/.fonts/TTF/bamberg-kodeks/BukyVede-Regular.ttf format=ttf foundname=/home/phg/.fonts/TTF/bamberg-kodeks/BukyVede-Regular.ttf usedmethod=direct
-used file       >   35: filename=lang-ru.lua filetype=lua foundname=/home/phg/context/tex/texmf-context/tex/context/patterns/lang-ru.lua usedmethod=database
-used file       >   36: filename=lang-gb.lua filetype=lua foundname=/home/phg/context/tex/texmf-context/tex/context/patterns/lang-gb.lua usedmethod=database
-used file       >   37: filename=trans_tables_trsc.lua format=tex foundname=trans_tables_trsc.lua usedmethod=direct
-used file       >   38: filename=lang-hr.lua filetype=lua foundname=/home/phg/context/tex/texmf-context/tex/context/patterns/lang-hr.lua usedmethod=database
-used file       >   39: filename=trans_tables_bg.lua format=tex foundname=trans_tables_bg.lua usedmethod=direct
-used file       >   40: filename=lang-deo.lua filetype=lua foundname=/home/phg/context/tex/texmf-context/tex/context/patterns/lang-deo.lua usedmethod=database
-used file       >   41: filename=trans_tables_glag.lua format=tex foundname=trans_tables_glag.lua usedmethod=direct
-used file       >   42: filename=lang-agr.lua filetype=lua foundname=/home/phg/context/tex/texmf-context/tex/context/patterns/lang-agr.lua usedmethod=database
-used file       >   43: filename=lang-de.lua filetype=lua foundname=/home/phg/context/tex/texmf-context/tex/context/patterns/lang-de.lua usedmethod=database
-
-system          > files > stop used files
-
-
-system          > options > start commandline options
-
-used option     > currentrun="1"
-used option     > fulljobname="./transliterator.tex"
-used option     > input="./transliterator.tex"
-used option     > kindofrun="1"
-used option     > maxnofruns="8"
-used option     > no-parse-first-line="true"
-
-system          > options > stop commandline options
-
-system          > options > start commandline files
-
-used file       >    1: ./transliterator.tex
-
-system          > options > stop commandline files
-
-
-mkiv lua stats  > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
-mkiv lua stats  > used cache path: /home/phg/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e
-mkiv lua stats  > resource resolver: loadtime 0.005 seconds, 0 scans with scantime 0.000 seconds, 0 shared scans, 43 found files, scanned paths: <none>
-mkiv lua stats  > stored bytecode data: 323 modules (0.110 sec), 69 tables (0.010 sec), 392 chunks (0.120 sec)
-mkiv lua stats  > cleaned up reserved nodes: 44 nodes, 9 lists of 441
-mkiv lua stats  > node memory usage: 2 glue, 2 penalty, 141 attribute, 189 glue_spec, 22 attribute_list
-mkiv lua stats  > node list callback tasks: 6 unique task lists, 9 instances (re)created, 2629 calls
-mkiv lua stats  > h-node processing time: 0.359 seconds including kernel
-mkiv lua stats  > attribute processing time: 0.088 seconds front- and backend
-mkiv lua stats  > used backend: pdf (backend for directly generating pdf output)
-mkiv lua stats  > loaded tex modules: 3 requested, all found (*-obsolete *-set-11 *-transliterator)
-mkiv lua stats  > loaded patterns: agr:gr:50 cs::16 de::3 deo:de:9 en::2 en-gb:en:13 hr::18 ru::20
-mkiv lua stats  > jobdata time: 0.007 seconds saving, 0.002 seconds loading
-mkiv lua stats  > callbacks: 6720 direct, 2472 indirect, 9192 total
-mkiv lua stats  > randomizer: resumed with value 0.54238128920197
-mkiv lua stats  > xml load time: 0.001 seconds, 1 files, 1 converted
-mkiv lua stats  > lxml preparation time: 0.000 seconds, 44 nodes, 34 lpath calls, 9 cached calls
-mkiv lua stats  > interactive elements: 52 references, 48 destinations
-mkiv lua stats  > v-node processing time: 0.020 seconds 
-mkiv lua stats  > result saved in file: transliterator.pdf, compresslevel 3, objectcompreslevel 3
-mkiv lua stats  > loaded fonts: 11 files: cmunbx.otf cmunrm.otf cmunsi.otf cmunss.otf cmunst.otf cmunsx.otf cmuntb.otf cmunti.otf cmuntt.otf bukyvede-regular.ttf latinmodern-math.otf
-mkiv lua stats  > fonts load time: 0.799 seconds 
-mkiv lua stats  > pdf annotations: 52 embedded, 43 unique
-mkiv lua stats  > luatex banner: this is luatex, version beta-0.75.0-2013031401  (tex live 2013/dev)(rev 4589)
-mkiv lua stats  > control sequences: 39462 of 65536 + 100000
-mkiv lua stats  > current memory usage: 137 MB (ctx: 130 MB)
-mkiv lua stats  > runtime: 2.875 seconds, 18 processed pages, 18 shipped pages, 6.261 pages/second
-

Modified: trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.lua
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.lua	2021-11-23 13:59:53 UTC (rev 61126)
+++ trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.lua	2021-11-23 22:38:11 UTC (rev 61127)
@@ -17,7 +17,7 @@
 translit.deficient_font = "no"
 translit.parser_cache   = { }
 
-local utf8     = unicode.utf8
+local utf8     = unicode and unicode.utf8 or utf8
 local utf8byte = utf8.byte
 local utf8len  = utf8.len
 

Deleted: trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.run
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.run	2021-11-23 13:59:53 UTC (rev 61126)
+++ trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.run	2021-11-23 22:38:11 UTC (rev 61127)
@@ -1,3 +0,0 @@
-\starttext
-\ctxlua{dofile('transliterator.lua')}
-\stoptext

Deleted: trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.tuc
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.tuc	2021-11-23 13:59:53 UTC (rev 61126)
+++ trunk/Master/texmf-dist/tex/context/third/transliterator/transliterator.tuc	2021-11-23 22:38:11 UTC (rev 61127)
@@ -1,6707 +0,0 @@
--- version: 1.14
--- file: transliterator
--- format: cont-en
--- stamp: 2011.01.12 10:20
--- escape: [===[ ... ]===]
-
-job = job or { }
-job.variables = job.variables or { }
-job.variables.checksums = job.variables.checksums or { }
-job.variables.checksums={
- new="22AF645D1859CB5CA6DA0C484F1F37EA",
- old="149603E6C03516362A8DA23F624DB945",
-}
-job = job or { }
-job.variables = job.variables or { }
-job.variables.collected = job.variables.collected or { }
-job.variables.collected={
- randomseed=0.22446919894985,
- totalnofparbackgrounds=0,
-}
-job = job or { }
-job.passes = job.passes or { }
-job.passes.collected = job.passes.collected or { }
-job.passes.collected={
-}
-structures = structures or { }
-structures.specials = structures.specials or { }
-structures.specials.collected = structures.specials.collected or { }
-structures.specials.collected={
-}
-structures = structures or { }
-structures.counters = structures.counters or { }
-structures.counters.collected = structures.counters.collected or { }
-structures.counters.collected={
- endnote={
-  { 0, 0, 0, 0 },
- },
- figure={
-  { 0, 0 },
- },
- footnote={
-  { 0, 0, 0, 0 },
- },
- formula={
-  { 0, 0 },
- },
- graphic={
-  { 0, 0 },
- },
- intermezzo={
-  { 0, 0 },
- },
- ["itemgroup:itemize"]={
-  { 0, 0 },
- },
- linenote={
-  { 0, 0, 0, 0 },
- },
- realpage={
-  { 0, 0 },
- },
- subpage={
-  { 0, 1 },
- },
- table={
-  { 0, 0 },
- },
- userpage={
-  { 0, 0 },
- },
-}
-structures = structures or { }
-structures.lists = structures.lists or { }
-structures.lists.collected = structures.lists.collected or { }
-structures.lists.collected={
-}
-structures = structures or { }
-structures.pages = structures.pages or { }
-structures.pages.collected = structures.pages.collected or { }
-structures.pages.collected={
-}
-structures = structures or { }
-structures.references = structures.references or { }
-structures.references.collected = structures.references.collected or { }
-structures.references.collected={
-}
-structures = structures or { }
-structures.references = structures.references or { }
-structures.references.referred = structures.references.referred or { }
-structures.references.referred={
-}
-structures = structures or { }
-structures.registers = structures.registers or { }
-structures.registers.collected = structures.registers.collected or { }
-structures.registers.collected={
- texmacro={
-  entries={},
-  metadata=1,
- },
-}
-job = job or { }
-job.positions = job.positions or { }
-job.positions.collected = job.positions.collected or { }
-job.positions.collected={
-}
-job = job or { }
-job.objects = job.objects or { }
-job.objects.collected = job.objects.collected or { }
-job.objects.collected={
-}
-structures = structures or { }
-structures.synonyms = structures.synonyms or { }
-structures.synonyms.collected = structures.synonyms.collected or { }
-structures.synonyms.collected={
- logo={
-  entries={
-   {
-    definition={
-     synonym="MkI",
-     tag="MKI",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="MkII",
-     tag="MKII",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="MkIII",
-     tag="MKIII",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="MkIV",
-     tag="MKIV",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="MkVI",
-     tag="MKVI",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Acro\\-bat",
-     tag="ACROBAT",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="afm",
-     tag="AFM",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="api",
-     tag="API",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Aleph",
-     tag="ALEPH",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ALGOL",
-     tag="ALGOL",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ams",
-     tag="AMS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\AmSLaTeX ",
-     tag="AMSLATEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\AmSTeX ",
-     tag="AMSTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ansi",
-     tag="ANSI",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Arab\\TeX ",
-     tag="ARABTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ascii",
-     tag="ASCII",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ascii\\TeX ",
-     tag="ASCIITEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Bacho\\TeX ",
-     tag="BACHOTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="bib\\TeX ",
-     tag="BIBTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="BlueSky",
-     tag="BLUESKY",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="bmp",
-     tag="BMP",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="bsd",
-     tag="BSD",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="C",
-     tag="CCODE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="CalcMath",
-     tag="CALCMATH",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="cd",
-     tag="CD",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="cpu",
-     tag="CPU",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="cdrom",
-     tag="CDROM",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="cid",
-     tag="CID",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="cjk",
-     tag="CJK",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="cmr",
-     tag="CMR",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="cmyk",
-     tag="CMYK",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="CodHost",
-     tag="CODHOST",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\ConTeXt ",
-     tag="CONTEXT",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="css",
-     tag="CSS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ctan",
-     tag="CTAN",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ctxtools",
-     tag="CTXTOOLS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="cweb",
-     tag="CWEB",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Dante",
-     tag="DANTE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="distiller",
-     tag="DISTILLER",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Dra\\TeX ",
-     tag="DRATEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="dsc",
-     tag="DSC",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="dtd",
-     tag="DTD",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="dtk",
-     tag="DTK",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="dtp",
-     tag="DTP",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="dvd",
-     tag="DVD",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="dvi",
-     tag="DVI",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="dvipdfm",
-     tag="DVIPDFM",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="dvipdfmx",
-     tag="DVIPDFMX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="dvipos",
-     tag="DVIPOS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="dvips",
-     tag="DVIPS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="dvipsone",
-     tag="DVIPSONE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="dviscr",
-     tag="DVISCR",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="dviwindo",
-     tag="DVIWINDO",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ec",
-     tag="EC",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Eiffel",
-     tag="EIFFEL",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="emacs",
-     tag="EMACS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="em\\TeX ",
-     tag="EMTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="enc",
-     tag="ENCODING",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="enc\\TeX ",
-     tag="ENCTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="eps",
-     tag="EPS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\eTeX ",
-     tag="ETEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="EuroBacho\\TeX ",
-     tag="EUROBACHOTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="EuroMath",
-     tag="EUROMATH",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Euro\\TeX ",
-     tag="EUROTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="eXaMpLe",
-     tag="EXAMPLE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="exampled",
-     tag="EXAMPLED",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="exampleq",
-     tag="EXAMPLEQ",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="exampler",
-     tag="EXAMPLER",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="examplet",
-     tag="EXAMPLET",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="examplex",
-     tag="EXAMPLEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="eXiMpLe",
-     tag="EXIMPLE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="faq",
-     tag="FAQ",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="fdf",
-     tag="FDF",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="FontForge",
-     tag="FONTFORGE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="foXet",
-     tag="FOXET",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="fp\\TeX ",
-     tag="FPTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="FreeBSD",
-     tag="FREEBSD",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ftp",
-     tag="FTP",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Ghost\\-script",
-     tag="GHOSTSCRIPT",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Ghost\\-view",
-     tag="GHOSTVIEW",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="gif",
-     tag="GIF",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="gnu",
-     tag="GNU",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="gnuplot",
-     tag="GNUPLOT",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Ghost\\-Script",
-     tag="GS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Gust",
-     tag="GUST",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="gw\\TeX ",
-     tag="GWTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="hsb",
-     tag="HSB",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="html",
-     tag="HTML",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="http",
-     tag="HTTP",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="hz",
-     tag="HZ",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ibm",
-     tag="IBM",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ImageMagick",
-     tag="IMAGEMAGICK",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ini\\TeX ",
-     tag="INITEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="inrs\\TeX ",
-     tag="INRSTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="io",
-     tag="IO",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="IRCnet",
-     tag="IRCNET",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="iso",
-     tag="ISO",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Java",
-     tag="JAVA",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Java\\-Script",
-     tag="JAVASCRIPT",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="jpeg",
-     tag="JPEG",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="jpg",
-     tag="JPG",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="kpathsea",
-     tag="KPATHSEA",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="kpse",
-     tag="KPSE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="kpsewhich",
-     tag="KPSEWHICH",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="mktexlsr",
-     tag="MKTEXLSR",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\LamSTeX ",
-     tag="LAMSTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\LaTeX ",
-     tag="LATEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\LaTeX 2e",
-     tag="LATEXTE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\LaTeX 2.09",
-     tag="LATEXTN",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="linux",
-     tag="LINUX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Lisp",
-     tag="LISP",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="lpeg",
-     tag="LPEG",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Lua",
-     tag="LUA",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="LuaJIT",
-     tag="LUAJIT",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Lua\\TeX ",
-     tag="LUATEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="luatools",
-     tag="LUATOOLS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="MacOSX",
-     tag="MACOSX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Macro\\TeX ",
-     tag="MACROTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="MakeMPY",
-     tag="MAKEMPY",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="map",
-     tag="MAPPING",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Maps",
-     tag="MAPS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="MathML",
-     tag="MATHML",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\MetaFont ",
-     tag="METAFONT",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\MetaPost ",
-     tag="METAPOST",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Meta\\TeX ",
-     tag="METATEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Mik\\TeX ",
-     tag="MIKTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ml\\TeX ",
-     tag="MLTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="MetaType1",
-     tag="METATYPE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Modula",
-     tag="MODULA",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="mov",
-     tag="MOV",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="mps",
-     tag="MPS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="mptopdf",
-     tag="MPTOPDF",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="mplib",
-     tag="MPLIB",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="msdos",
-     tag="MSDOS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="MS~Windows",
-     tag="MSWINDOWS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="mtxrun",
-     tag="MTXRUN",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="mtxtools",
-     tag="MTXTOOLS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="NetPBM",
-     tag="NETPBM",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ntg",
-     tag="NTG",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="nts",
-     tag="NTS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ofm",
-     tag="OFM",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Omega",
-     tag="OMEGA",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="OpenMath",
-     tag="OPENMATH",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="OpenType",
-     tag="OPENTYPE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="opi",
-     tag="OPI",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="otf",
-     tag="OTF",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="otp",
-     tag="OTP",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ovf",
-     tag="OVF",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Pascal",
-     tag="PASCAL",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="pc\\TeX ",
-     tag="PCTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="pdf",
-     tag="PDF",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="pdfe\\TeX ",
-     tag="PDFETEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="pdf\\TeX ",
-     tag="PDFTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="pdftools",
-     tag="PDFTOOLS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="pdftops",
-     tag="PDFTOPS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Perl",
-     tag="PERL",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Perl/Tk",
-     tag="PERLTK",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\PiCTeX ",
-     tag="PICTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="pk",
-     tag="PK",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Plain",
-     tag="PLAIN",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="png",
-     tag="PNG",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="posix",
-     tag="POSIX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Post\\-Script",
-     tag="POSTSCRIPT",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\PPCHTeX ",
-     tag="PPCHTEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Pragma ADE",
-     tag="PRAGMA",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="press",
-     tag="PRESS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="prifil",
-     tag="PRIFIL",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Post\\-Script",
-     tag="PS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="pscheck",
-     tag="PSCHECK",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="pstoedit",
-     tag="PSTOEDIT",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="pstopage",
-     tag="PSTOPAGE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="pstopdf",
-     tag="PSTOPDF",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="pstricks",
-     tag="PSTRICKS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ram",
-     tag="RAM",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Acro\\-bat Reader",
-     tag="READER",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Relax\\kern .125emNG",
-     tag="RELAXNG",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="rgb",
-     tag="RGB",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="rlxtools",
-     tag="RLXTOOLS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Ruby",
-     tag="RUBY",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="SciTE",
-     tag="SCITE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="sgml",
-     tag="SGML",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="si",
-     tag="SI",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="sql",
-     tag="SQL",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="svg",
-     tag="SVG",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\TaBlE ",
-     tag="TABLE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="tcp/ip",
-     tag="TCPIP",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="tds",
-     tag="TDS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="te\\TeX ",
-     tag="TETEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\TeX ",
-     tag="TEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\TeX adress",
-     tag="TEXADRES",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\TeX base",
-     tag="TEXBASE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\TeX edit",
-     tag="TEXEDIT",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\TeX exec",
-     tag="TEXEXEC",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\TeX font",
-     tag="TEXFONT",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\TeX form",
-     tag="TEXFORM",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\TeX Live",
-     tag="TEXLIVE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\TeX Lua",
-     tag="TEXLUA",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="texmf",
-     tag="TEXMF",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="texmfstart",
-     tag="TEXMFSTART",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="tex-nl",
-     tag="TEXNL",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\TeX show",
-     tag="TEXSHOW",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\TeX spell",
-     tag="TEXSPELL",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\TeX \\ Gyre",
-     tag="TEXGYRE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="texsync",
-     tag="TEXSYNC",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="TextMate",
-     tag="TEXTMATE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\TeX tools",
-     tag="TEXTOOLS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\TeX util",
-     tag="TEXUTIL",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\TeX work",
-     tag="TEXWORK",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\TeX \\XeT ",
-     tag="TEXXET",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="tfm",
-     tag="TFM",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="tif",
-     tag="TIF",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="tiff",
-     tag="TIFF",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="tiffinfo",
-     tag="TIFFINFO",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="tifftags",
-     tag="TIFFTAGS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="tmftools",
-     tag="TMFTOOLS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="tpic",
-     tag="TPIC",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="tpm",
-     tag="TPM",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="TrueType",
-     tag="TRUETYPE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ttf",
-     tag="TTF",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="tug",
-     tag="TUG",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Tug\\-Boat",
-     tag="TUGBOAT",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Tug\\-News",
-     tag="TUGNEWS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Type1",
-     tag="TYPEONE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="ucs",
-     tag="UCS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Uni\\-code",
-     tag="UNICODE",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Unix",
-     tag="UNIX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="uri",
-     tag="URI",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="url",
-     tag="URL",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="usa",
-     tag="USA",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="usenet",
-     tag="USENET",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="utf",
-     tag="UTF",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="vf",
-     tag="VF",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="wdt",
-     tag="WDT",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="web",
-     tag="WEB",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="web2c",
-     tag="WEBC",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Wiki",
-     tag="WIKI",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Windows",
-     tag="WINDOWS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="WinNT",
-     tag="WINNT",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Win9x",
-     tag="WINNX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="www",
-     tag="WWW",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="wysiwyg",
-     tag="WYSIWYG",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Xdvi",
-     tag="XDVI",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\XeTeX ",
-     tag="XETEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="xfdf",
-     tag="XFDF",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="xhtml",
-     tag="XHTML",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="Xindy",
-     tag="XINDY",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="xml",
-     tag="XML",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="xpath",
-     tag="XPATH",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="xmltools",
-     tag="XMLTOOLS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="xpdfe\\TeX ",
-     tag="XPDFETEX",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="xsl",
-     tag="XSL",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="xsl-fo",
-     tag="XSLFO",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="xslt",
-     tag="XSLT",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="xsltproc",
-     tag="XSLTPROC",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="XYPIC",
-     tag="XYPIC",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="y\\&y",
-     tag="YandY",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="zip",
-     tag="ZIP",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="\\MetaFun ",
-     tag="METAFUN",
-    },
-    metadata=2,
-   },
-  },
-  metadata=3,
- },
- texcommand={
-  entries={
-   {
-    definition={
-     synonym="setups:cont-en.xml::82",
-     tag="stp:x:installlanguage",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::133",
-     tag="stp:x:setuplanguage",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::141",
-     tag="stp:x:language",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::147",
-     tag="stp:x:mainlanguage",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::153",
-     tag="stp:x:translate",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::160",
-     tag="stp:x:useencoding",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::166",
-     tag="stp:x:usespecials",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::173",
-     tag="stp:x:defineoutput",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::181",
-     tag="stp:x:setupoutput",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::187",
-     tag="stp:x:definebodyfontenvironment",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::225",
-     tag="stp:x:setupbodyfontenvironment",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::235",
-     tag="stp:x:showbodyfontenvironment",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::241",
-     tag="stp:x:definebodyfont",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::285",
-     tag="stp:x:definebodyfontDEF",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::295",
-     tag="stp:x:definebodyfontREF",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::305",
-     tag="stp:x:showbodyfont",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::311",
-     tag="stp:x:setupbodyfont",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::331",
-     tag="stp:x:switchtobodyfont",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::353",
-     tag="stp:x:definefont",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::363",
-     tag="stp:x:setupcolor",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::369",
-     tag="stp:x:setupcolors",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::420",
-     tag="stp:x:definecolor",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::453",
-     tag="stp:x:startcolor",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::459",
-     tag="stp:x:color",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::466",
-     tag="stp:x:graycolor",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::472",
-     tag="stp:x:showcolor",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::478",
-     tag="stp:x:definepalet",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::487",
-     tag="stp:x:setuppalet",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::493",
-     tag="stp:x:definecolorgroup",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::505",
-     tag="stp:x:showpalet",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::516",
-     tag="stp:x:showcolorgroup",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::528",
-     tag="stp:x:comparepalet",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::534",
-     tag="stp:x:comparecolorgroup",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::540",
-     tag="stp:x:showmakeup",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::543",
-     tag="stp:x:definetype",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::551",
-     tag="stp:x:setuptype",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::573",
-     tag="stp:x:type",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::578",
-     tag="stp:x:typ",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::583",
-     tag="stp:x:tex",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::588",
-     tag="stp:x:definetyping",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::596",
-     tag="stp:x:setuptyping",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::687",
-     tag="stp:x:starttyping*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::690",
-     tag="stp:x:typefile",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::697",
-     tag="stp:x:setupfootnotes",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::764",
-     tag="stp:x:setupfootnotedefinition",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::770",
-     tag="stp:x:footnote",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::776",
-     tag="stp:x:footnotetext",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::782",
-     tag="stp:x:note",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::787",
-     tag="stp:x:startlocalfootnotes",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::790",
-     tag="stp:x:placelocalfootnotes",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::796",
-     tag="stp:x:placefootnotes",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::802",
-     tag="stp:x:setupunderbar",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::819",
-     tag="stp:x:underbar",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::824",
-     tag="stp:x:underbars",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::829",
-     tag="stp:x:overbar",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::834",
-     tag="stp:x:overbars",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::839",
-     tag="stp:x:overstrike",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::844",
-     tag="stp:x:overstrikes",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::849",
-     tag="stp:x:romannumerals",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::854",
-     tag="stp:x:Romannumerals",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::859",
-     tag="stp:x:numbers",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::864",
-     tag="stp:x:character",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::869",
-     tag="stp:x:Character",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::874",
-     tag="stp:x:characters",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::879",
-     tag="stp:x:Characters",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::884",
-     tag="stp:x:mediaeval",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::889",
-     tag="stp:x:month",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::894",
-     tag="stp:x:MONTH",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::899",
-     tag="stp:x:weekday",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::904",
-     tag="stp:x:WEEKDAY",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::909",
-     tag="stp:x:setupcapitals",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::920",
-     tag="stp:x:cap",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::925",
-     tag="stp:x:nocap",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::930",
-     tag="stp:x:CAP",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::935",
-     tag="stp:x:Cap",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::940",
-     tag="stp:x:Caps",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::945",
-     tag="stp:x:WORD",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::950",
-     tag="stp:x:WORDS",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::955",
-     tag="stp:x:Word",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::960",
-     tag="stp:x:Words",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::965",
-     tag="stp:x:stretched",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::970",
-     tag="stp:x:definesymbol",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::978",
-     tag="stp:x:definefiguresymbol",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::988",
-     tag="stp:x:symbol",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::996",
-     tag="stp:x:startsymbolset",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1002",
-     tag="stp:x:setupsymbolset",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1008",
-     tag="stp:x:usesymbols",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1014",
-     tag="stp:x:showsymbolset",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1020",
-     tag="stp:x:defineconversion",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1029",
-     tag="stp:x:convertnumber",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1035",
-     tag="stp:x:setupheadtext",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1044",
-     tag="stp:x:setuplabeltext",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1053",
-     tag="stp:x:headtext",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1058",
-     tag="stp:x:labeltext",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1063",
-     tag="stp:x:setupmarginrules",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1072",
-     tag="stp:x:startmarginrule",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1078",
-     tag="stp:x:marginrule",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1085",
-     tag="stp:x:setuplinewidth",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1091",
-     tag="stp:x:setupframed",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1205",
-     tag="stp:x:framed",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1212",
-     tag="stp:x:inframed",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1219",
-     tag="stp:x:thinrules",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1225",
-     tag="stp:x:setupthinrules",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1265",
-     tag="stp:x:hairline",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1268",
-     tag="stp:x:thinrule",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1271",
-     tag="stp:x:defineframedtext",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1279",
-     tag="stp:x:defineframed",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1287",
-     tag="stp:x:setupframedtexts",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1326",
-     tag="stp:x:startframedtext*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1337",
-     tag="stp:x:framedtext*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1343",
-     tag="stp:x:startbackground",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1348",
-     tag="stp:x:background",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1353",
-     tag="stp:x:setupbackground",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1374",
-     tag="stp:x:fillinrules",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1382",
-     tag="stp:x:fillintext",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1390",
-     tag="stp:x:setupfillinrules",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1415",
-     tag="stp:x:fillinline",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1422",
-     tag="stp:x:setupfillinlines",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1437",
-     tag="stp:x:setuptextrules",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1463",
-     tag="stp:x:textrule",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1471",
-     tag="stp:x:starttextrule",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1479",
-     tag="stp:x:blackrule",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1485",
-     tag="stp:x:blackrules",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1491",
-     tag="stp:x:setupblackrules",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1514",
-     tag="stp:x:defineoverlay",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1522",
-     tag="stp:x:usemodule",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1528",
-     tag="stp:x:reset",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1534",
-     tag="stp:x:startlocalenvironment",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1537",
-     tag="stp:x:setupsystem",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1554",
-     tag="stp:x:usedirectory",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1561",
-     tag="stp:x:low",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1566",
-     tag="stp:x:high",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1571",
-     tag="stp:x:lohi",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1579",
-     tag="stp:x:showframe",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1587",
-     tag="stp:x:leftaligned",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1592",
-     tag="stp:x:rightaligned",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1597",
-     tag="stp:x:midaligned",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1602",
-     tag="stp:x:wordright",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1607",
-     tag="stp:x:inmargin",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1617",
-     tag="stp:x:inothermargin",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1627",
-     tag="stp:x:inleft",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1637",
-     tag="stp:x:inright",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1647",
-     tag="stp:x:ininner",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1657",
-     tag="stp:x:inouter",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1667",
-     tag="stp:x:column",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1670",
-     tag="stp:x:showstruts",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1673",
-     tag="stp:x:showsetups",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1676",
-     tag="stp:x:showlayout",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1679",
-     tag="stp:x:margintext",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1689",
-     tag="stp:x:setupmarginblocks",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1719",
-     tag="stp:x:startmarginblock",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1722",
-     tag="stp:x:part",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1728",
-     tag="stp:x:title",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1734",
-     tag="stp:x:chapter",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1740",
-     tag="stp:x:section",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1746",
-     tag="stp:x:subsection",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1752",
-     tag="stp:x:subsubsection",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1758",
-     tag="stp:x:subject",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1764",
-     tag="stp:x:subsubject",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1770",
-     tag="stp:x:subsubsubject",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1776",
-     tag="stp:x:appendix",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1782",
-     tag="stp:x:in",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1789",
-     tag="stp:x:at",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1796",
-     tag="stp:x:about",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1802",
-     tag="stp:x:somewhere",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1809",
-     tag="stp:x:atpage",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1814",
-     tag="stp:x:ref",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1825",
-     tag="stp:x:textreference",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1831",
-     tag="stp:x:pagereference",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1836",
-     tag="stp:x:reference",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1842",
-     tag="stp:x:usereferences",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1848",
-     tag="stp:x:definereference",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1855",
-     tag="stp:x:definereferenceformat",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1870",
-     tag="stp:x:hl",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1876",
-     tag="stp:x:vl",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1882",
-     tag="stp:x:godown",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1888",
-     tag="stp:x:whitespace",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1891",
-     tag="stp:x:nowhitespace",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1894",
-     tag="stp:x:crlf",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1897",
-     tag="stp:x:space",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1900",
-     tag="stp:x:fixedspaces",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1903",
-     tag="stp:x:emptylines",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1909",
-     tag="stp:x:nospace",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1912",
-     tag="stp:x:packed",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1915",
-     tag="stp:x:setupdescriptions",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::1993",
-     tag="stp:x:setupenumerations",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2001",
-     tag="stp:x:defineenumeration",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2011",
-     tag="stp:x:enumeration*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2016",
-     tag="stp:x:startenumeration*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2019",
-     tag="stp:x:definedescription",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2027",
-     tag="stp:x:description*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2033",
-     tag="stp:x:startdescription*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2038",
-     tag="stp:x:setupindentations",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2064",
-     tag="stp:x:defineindenting",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2072",
-     tag="stp:x:indentation*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2077",
-     tag="stp:x:definelabel",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2103",
-     tag="stp:x:labeling*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2108",
-     tag="stp:x:setupcolumns",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2150",
-     tag="stp:x:startcolumns",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2156",
-     tag="stp:x:definetext",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2171",
-     tag="stp:x:setupheader",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2206",
-     tag="stp:x:setupfooter",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2214",
-     tag="stp:x:setuptext",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2222",
-     tag="stp:x:setuptop",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2230",
-     tag="stp:x:setupbottom",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2238",
-     tag="stp:x:noheaderandfooterlines",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2241",
-     tag="stp:x:notopandbottomlines",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2244",
-     tag="stp:x:setupheadertexts",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2254",
-     tag="stp:x:setupfootertexts",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2264",
-     tag="stp:x:setuptexttexts",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2274",
-     tag="stp:x:setuptoptexts",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2284",
-     tag="stp:x:setupbottomtexts",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2294",
-     tag="stp:x:settextcontent",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2308",
-     tag="stp:x:resettextcontent",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2320",
-     tag="stp:x:definemarking",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2328",
-     tag="stp:x:couplemarking",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2336",
-     tag="stp:x:decouplemarking",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2342",
-     tag="stp:x:resetmarking",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2348",
-     tag="stp:x:setupmarking",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2363",
-     tag="stp:x:marking",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2370",
-     tag="stp:x:getmarking",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2383",
-     tag="stp:x:nomarking",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2388",
-     tag="stp:x:setuplayout",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2497",
-     tag="stp:x:adaptlayout",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2509",
-     tag="stp:x:showgrid",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2526",
-     tag="stp:x:placeongrid",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2533",
-     tag="stp:x:moveongrid",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2557",
-     tag="stp:x:startproject",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2562",
-     tag="stp:x:startenvironment",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2567",
-     tag="stp:x:startproduct",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2572",
-     tag="stp:x:startcomponent",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2577",
-     tag="stp:x:nomorefiles",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2580",
-     tag="stp:x:setupinterlinespace:1",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2592",
-     tag="stp:x:setupinterlinespace2:2",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2607",
-     tag="stp:x:setuppagenumbering",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2665",
-     tag="stp:x:setupnarrower",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2676",
-     tag="stp:x:define",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2684",
-     tag="stp:x:usecommands",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2689",
-     tag="stp:x:definestartstop",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2704",
-     tag="stp:x:setupheads",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2741",
-     tag="stp:x:setupcaptions",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2799",
-     tag="stp:x:setupcaption",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2807",
-     tag="stp:x:setupfloats",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2870",
-     tag="stp:x:setupfloatsplitting",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2883",
-     tag="stp:x:splitfloat",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2891",
-     tag="stp:x:setupoppositeplacing",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2905",
-     tag="stp:x:startopposite",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2908",
-     tag="stp:x:setuphyphenmark",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2922",
-     tag="stp:x:setuppositioning",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2951",
-     tag="stp:x:startpositioning",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2954",
-     tag="stp:x:grid",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::2993",
-     tag="stp:x:page",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3015",
-     tag="stp:x:setupreferencing",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3058",
-     tag="stp:x:setupurl",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3073",
-     tag="stp:x:writetoreferencelist",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3081",
-     tag="stp:x:placereferencelist",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3087",
-     tag="stp:x:definereferencelist",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3095",
-     tag="stp:x:setupreferencelist",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3116",
-     tag="stp:x:writetolist",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3129",
-     tag="stp:x:writebetweenlist",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3141",
-     tag="stp:x:nolist",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3146",
-     tag="stp:x:listsymbol",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3153",
-     tag="stp:x:placelist",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3161",
-     tag="stp:x:determinelistcharacteristics",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3169",
-     tag="stp:x:placecombinedlist:1",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3177",
-     tag="stp:x:definelist",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3187",
-     tag="stp:x:setuplist",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3306",
-     tag="stp:x:setuplistalternative",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3323",
-     tag="stp:x:definecombinedlist",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3333",
-     tag="stp:x:setupcombinedlist",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3348",
-     tag="stp:x:placecombinedlist:2*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3357",
-     tag="stp:x:completecombinedlist*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3366",
-     tag="stp:x:setupnumbering",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3377",
-     tag="stp:x:setupformulas",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3429",
-     tag="stp:x:publication",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3434",
-     tag="stp:x:setuppublications",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3443",
-     tag="stp:x:setuplines",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3461",
-     tag="stp:x:startlines",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3464",
-     tag="stp:x:setupparagraphnumbering",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3478",
-     tag="stp:x:setuplinenumbering",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3516",
-     tag="stp:x:startlinenumbering",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3522",
-     tag="stp:x:startline",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3527",
-     tag="stp:x:someline",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3532",
-     tag="stp:x:inline",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3537",
-     tag="stp:x:setupinmargin",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3572",
-     tag="stp:x:setuppagenumber",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3583",
-     tag="stp:x:setupsubpagenumber",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3595",
-     tag="stp:x:setupblank",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3613",
-     tag="stp:x:defineblank",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3621",
-     tag="stp:x:definepapersize",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3636",
-     tag="stp:x:setuppaper",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3663",
-     tag="stp:x:setuppapersize",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3685",
-     tag="stp:x:setuparranging",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3710",
-     tag="stp:x:showprint",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3720",
-     tag="stp:x:definelogo",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3748",
-     tag="stp:x:placelogos",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3754",
-     tag="stp:x:setupwhitespace",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3767",
-     tag="stp:x:setupindenting",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3773",
-     tag="stp:x:definesectionblock",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3781",
-     tag="stp:x:setupsectionblock",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3798",
-     tag="stp:x:definesection",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3804",
-     tag="stp:x:setupsection",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3822",
-     tag="stp:x:setuphead",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3925",
-     tag="stp:x:setupheadnumber",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3935",
-     tag="stp:x:headnumber",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3941",
-     tag="stp:x:determineheadnumber",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3947",
-     tag="stp:x:currentheadnumber",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3950",
-     tag="stp:x:nextsection*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3954",
-     tag="stp:x:definehead",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::3962",
-     tag="stp:x:setupitemgroup",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4054",
-     tag="stp:x:startitemgroup*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4087",
-     tag="stp:x:item",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4092",
-     tag="stp:x:but",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4097",
-     tag="stp:x:its",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4102",
-     tag="stp:x:ran",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4107",
-     tag="stp:x:head",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4112",
-     tag="stp:x:mar",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4118",
-     tag="stp:x:sub",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4123",
-     tag="stp:x:sym",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4128",
-     tag="stp:x:nop",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4131",
-     tag="stp:x:defineregister",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4139",
-     tag="stp:x:setupregister",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4219",
-     tag="stp:x:register*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4226",
-     tag="stp:x:startregister*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4234",
-     tag="stp:x:writetoregister",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4243",
-     tag="stp:x:coupledregister*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4251",
-     tag="stp:x:coupleregister",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4257",
-     tag="stp:x:placeregister:1",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4265",
-     tag="stp:x:seeregister*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4274",
-     tag="stp:x:completeregister*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4281",
-     tag="stp:x:placeregister:2*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4288",
-     tag="stp:x:definesynonyms",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4300",
-     tag="stp:x:setupsynonyms",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4336",
-     tag="stp:x:synonym*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4344",
-     tag="stp:x:completelistofsynonyms*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4348",
-     tag="stp:x:placelistofsynonyms*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4352",
-     tag="stp:x:loadsynonyms*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4356",
-     tag="stp:x:definesorting",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4366",
-     tag="stp:x:setupsorting",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4391",
-     tag="stp:x:sort*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4398",
-     tag="stp:x:completelistofsorts*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4402",
-     tag="stp:x:placelistofsorts*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4406",
-     tag="stp:x:loadsorts*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4410",
-     tag="stp:x:definemakeup",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4418",
-     tag="stp:x:startmakeup",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4426",
-     tag="stp:x:setupmakeup",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4479",
-     tag="stp:x:startnamemakeup*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4483",
-     tag="stp:x:version",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4491",
-     tag="stp:x:currentdate",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4497",
-     tag="stp:x:date",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4527",
-     tag="stp:x:referraldate",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4530",
-     tag="stp:x:indenting",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4536",
-     tag="stp:x:noindenting",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4539",
-     tag="stp:x:blank",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4562",
-     tag="stp:x:startpacked",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4568",
-     tag="stp:x:startunpacked",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4571",
-     tag="stp:x:startlinecorrection",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4574",
-     tag="stp:x:correctwhitespace",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4579",
-     tag="stp:x:startpostponing",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4582",
-     tag="stp:x:startlocal",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4585",
-     tag="stp:x:startnarrower",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4597",
-     tag="stp:x:starthiding",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4600",
-     tag="stp:x:setupalign",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4642",
-     tag="stp:x:startalignment",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4648",
-     tag="stp:x:setupspacing",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4655",
-     tag="stp:x:setuptolerance",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4668",
-     tag="stp:x:pagetype",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4674",
-     tag="stp:x:processpage",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4683",
-     tag="stp:x:couplepage",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4696",
-     tag="stp:x:position",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4702",
-     tag="stp:x:setupscreens",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4717",
-     tag="stp:x:setupbackgrounds",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4743",
-     tag="stp:x:startbuffer*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4749",
-     tag="stp:x:startbuffer",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4755",
-     tag="stp:x:getbuffer",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4761",
-     tag="stp:x:typebuffer",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4767",
-     tag="stp:x:definebuffer",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4773",
-     tag="stp:x:setupbuffer",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4786",
-     tag="stp:x:defineblock",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4792",
-     tag="stp:x:nomoreblocks",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4795",
-     tag="stp:x:hideblocks",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4803",
-     tag="stp:x:keepblocks",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4812",
-     tag="stp:x:useblocks",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4820",
-     tag="stp:x:processblocks",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4828",
-     tag="stp:x:bypassblocks",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4836",
-     tag="stp:x:forceblocks",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4844",
-     tag="stp:x:selectblocks",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4856",
-     tag="stp:x:setupblock",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4873",
-     tag="stp:x:startformula*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4876",
-     tag="stp:x:mathematics",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4881",
-     tag="stp:x:placeformula",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4888",
-     tag="stp:x:placesubformula",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4895",
-     tag="stp:x:placefloat*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4943",
-     tag="stp:x:reservefloat*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4960",
-     tag="stp:x:definefloat",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4968",
-     tag="stp:x:setupfloat",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::4998",
-     tag="stp:x:startfloattext*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5014",
-     tag="stp:x:placelistoffloats*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5018",
-     tag="stp:x:completelistoffloats*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5022",
-     tag="stp:x:referral",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5039",
-     tag="stp:x:selectpaper",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5047",
-     tag="stp:x:couplepaper",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5053",
-     tag="stp:x:chem",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5060",
-     tag="stp:x:fraction",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5066",
-     tag="stp:x:periods",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5072",
-     tag="stp:x:items",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5079",
-     tag="stp:x:setupitems",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5112",
-     tag="stp:x:startquotation",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5120",
-     tag="stp:x:quotation",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5125",
-     tag="stp:x:quote",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5130",
-     tag="stp:x:setupquote",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5146",
-     tag="stp:x:defineparagraphs",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5177",
-     tag="stp:x:paragraph*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5180",
-     tag="stp:x:startparagraph*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5183",
-     tag="stp:x:setupparagraphs",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5220",
-     tag="stp:x:setuptab",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5234",
-     tag="stp:x:tab",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5240",
-     tag="stp:x:startdocument",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5246",
-     tag="stp:x:labels",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5252",
-     tag="stp:x:definetabulate",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5262",
-     tag="stp:x:starttabulate*",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5270",
-     tag="stp:x:setuptabulate",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5312",
-     tag="stp:x:setuptables",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5361",
-     tag="stp:x:starttable",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5368",
-     tag="stp:x:starttables",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5375",
-     tag="stp:x:definetabletemplate",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5387",
-     tag="stp:x:useexternalfiles",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5398",
-     tag="stp:x:useexternalfile",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5411",
-     tag="stp:x:useexternalfigure",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5423",
-     tag="stp:x:externalfigure",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5431",
-     tag="stp:x:setupexternalfigures",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5524",
-     tag="stp:x:showexternalfigures",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5533",
-     tag="stp:x:useexternalsoundtrack",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5541",
-     tag="stp:x:name",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5546",
-     tag="stp:x:startlegend",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5557",
-     tag="stp:x:startfact",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5566",
-     tag="stp:x:rotate",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5573",
-     tag="stp:x:setuprotate",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5587",
-     tag="stp:x:mirror",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5592",
-     tag="stp:x:scale",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5602",
-     tag="stp:x:setupcombinations",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5633",
-     tag="stp:x:startcombination",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5639",
-     tag="stp:x:placesidebyside",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5645",
-     tag="stp:x:placeontopofeachother",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5651",
-     tag="stp:x:startoverlay",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5657",
-     tag="stp:x:startoverview",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5663",
-     tag="stp:x:setupinteractionscreen",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5695",
-     tag="stp:x:screen",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5698",
-     tag="stp:x:setuppagetransitions",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5705",
-     tag="stp:x:setupinteraction",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5767",
-     tag="stp:x:setupinteractionmenu",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5822",
-     tag="stp:x:defineinteractionmenu:1",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5834",
-     tag="stp:x:defineinteractionmenu:2",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5852",
-     tag="stp:x:startinteractionmenu",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5858",
-     tag="stp:x:disableinteractionmenu",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5869",
-     tag="stp:x:useexternaldocument",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5879",
-     tag="stp:x:useURL",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5891",
-     tag="stp:x:coupledocument",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5901",
-     tag="stp:x:from",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5906",
-     tag="stp:x:interactionbar",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5912",
-     tag="stp:x:interactionbuttons",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5920",
-     tag="stp:x:setupinteractionbar",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5957",
-     tag="stp:x:synchronize",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5960",
-     tag="stp:x:startsynchronization",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5963",
-     tag="stp:x:setupsynchronizationbar",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5982",
-     tag="stp:x:synchronizationbar",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::5993",
-     tag="stp:x:setupsynchronization",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6001",
-     tag="stp:x:defineprofile",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6009",
-     tag="stp:x:setupprofiles",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6016",
-     tag="stp:x:startprofile",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6022",
-     tag="stp:x:followprofile",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6029",
-     tag="stp:x:placebookmarks",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6042",
-     tag="stp:x:bookmark",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6049",
-     tag="stp:x:startversion",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6055",
-     tag="stp:x:setupversions",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6064",
-     tag="stp:x:markversion",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6067",
-     tag="stp:x:selectversion",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6070",
-     tag="stp:x:defineversion",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6078",
-     tag="stp:x:followversion",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6085",
-     tag="stp:x:followprofileversion",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6094",
-     tag="stp:x:defineprogram",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6104",
-     tag="stp:x:setupprograms",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6111",
-     tag="stp:x:program",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6117",
-     tag="stp:x:startfigure",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6131",
-     tag="stp:x:goto",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6138",
-     tag="stp:x:gotobox",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6144",
-     tag="stp:x:button",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6152",
-     tag="stp:x:setupbuttons",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6161",
-     tag="stp:x:setupcomment",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6196",
-     tag="stp:x:startcomment",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6204",
-     tag="stp:x:comment",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6213",
-     tag="stp:x:definefield",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6234",
-     tag="stp:x:definesubfield",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6244",
-     tag="stp:x:copyfield",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6252",
-     tag="stp:x:clonefield",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6264",
-     tag="stp:x:field",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6270",
-     tag="stp:x:fitfield",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6276",
-     tag="stp:x:fillinfield",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6283",
-     tag="stp:x:tooltip",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6293",
-     tag="stp:x:showfields",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6299",
-     tag="stp:x:logfields",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6302",
-     tag="stp:x:setupfield",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6317",
-     tag="stp:x:setupfields",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6379",
-     tag="stp:x:setupforms",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6387",
-     tag="stp:x:definefieldstack",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6397",
-     tag="stp:x:fieldstack",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6407",
-     tag="stp:x:clip",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6414",
-     tag="stp:x:setupclipping",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6456",
-     tag="stp:x:placelegend",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6462",
-     tag="stp:x:setuplegend",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6482",
-     tag="stp:x:setupstrut",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6491",
-     tag="stp:x:usetypescriptfile",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6497",
-     tag="stp:x:usetypescript",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6507",
-     tag="stp:x:definetypeface",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6535",
-     tag="stp:x:definefontfeature",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6563",
-     tag="stp:x:definefonthandling",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6589",
-     tag="stp:x:setupfonthandling",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6597",
-     tag="stp:x:definefontsynonym",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6614",
-     tag="stp:x:setupfontsynonym",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6622",
-     tag="stp:x:mapfontsize",
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     synonym="setups:cont-en.xml::6630",
-     tag="stp:x:definedfont",
-    },
-    metadata=2,
-   },
-  },
-  metadata=4,
- },
- unit={
-  entries={
-   {
-    definition={
-     meaning="meter",
-     synonym="m",
-     tag="Meter",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="picometer",
-     synonym="\\Pico \\Meter ",
-     tag="pMeter",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="nanometer",
-     synonym="\\Nano \\Meter ",
-     tag="nMeter",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="micrometer",
-     synonym="\\Micro \\Meter ",
-     tag="uMeter",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="millimeter",
-     synonym="\\Milli \\Meter ",
-     tag="mMeter",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="centimeter",
-     synonym="\\Centi \\Meter ",
-     tag="cMeter",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="decimeter",
-     synonym="\\Deci \\Meter ",
-     tag="dMeter",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="hectometer",
-     synonym="\\Hecto \\Meter ",
-     tag="hMeter",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="kilometer",
-     synonym="\\Kilo \\Meter ",
-     tag="kMeter",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="liter",
-     synonym="l",
-     tag="Liter",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="milliliter",
-     synonym="\\Milli \\Liter ",
-     tag="mLiter",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="centiliter",
-     synonym="\\Centi \\Liter ",
-     tag="cLiter",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="deciliter",
-     synonym="\\Deci \\Liter ",
-     tag="dLiter",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:sec}",
-     synonym="s",
-     tag="Sec",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:fsec}",
-     synonym="\\Femto \\Sec ",
-     tag="fSec",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:psec}",
-     synonym="\\Pico \\Sec ",
-     tag="pSec",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:nsec}",
-     synonym="\\Nano \\Sec ",
-     tag="nSec",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:usec}",
-     synonym="\\Micro \\Sec ",
-     tag="uSec",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:msec}",
-     synonym="\\Milli \\Sec ",
-     tag="mSec",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:year}",
-     synonym="\\ifSIunits a \\else j\\fi ",
-     tag="Year",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:month}",
-     synonym="m",
-     tag="Month",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:week}",
-     synonym="w",
-     tag="Week",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:day}",
-     synonym="d",
-     tag="Day",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:hour}",
-     synonym="\\ifSIunits h \\else u\\fi ",
-     tag="Hour",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:min}",
-     synonym="min",
-     tag="Min",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:rad}",
-     synonym="rad",
-     tag="Rad",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:deg}",
-     synonym="{\\mathematics {\\normalsuperscript \\circ }}",
-     tag="Deg",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Hertz",
-     synonym="Hz",
-     tag="Hertz",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="kilo Hertz",
-     synonym="\\Kilo \\Hertz ",
-     tag="kHertz",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="mega Hertz",
-     synonym="\\Mega \\Hertz ",
-     tag="MHertz",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="giga Hertz",
-     synonym="\\Giga \\Hertz ",
-     tag="GHertz",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="tera Hertz",
-     synonym="\\Tera \\Hertz ",
-     tag="THertz",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="milli Hertz",
-     synonym="\\Milli \\Hertz ",
-     tag="mHertz",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:rps}",
-     synonym="RPS",
-     tag="RevPerSec",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:rpm}",
-     synonym="RPM",
-     tag="RevPerMin",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="gram",
-     synonym="g",
-     tag="Gram",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="microgram",
-     synonym="\\Micro \\Gram ",
-     tag="uGram",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="milligram",
-     synonym="\\Milli \\Gram ",
-     tag="mGram",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="kilogram",
-     synonym="\\Kilo \\Gram ",
-     tag="kGram",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:u}",
-     synonym="u",
-     tag="Atom",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Newton",
-     synonym="N",
-     tag="Newton",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="kilo Newton",
-     synonym="\\Kilo \\Newton ",
-     tag="kNewton",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Pascal",
-     synonym="Pa",
-     tag="Pascal",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="milli Pascal",
-     synonym="\\Milli \\Pascal ",
-     tag="mPascal",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="kilo Pascal",
-     synonym="\\Kilo \\Pascal ",
-     tag="kPascal",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Joule",
-     synonym="J",
-     tag="Joule",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="milli Joule",
-     synonym="\\Milli \\Joule ",
-     tag="mJoule",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="kilo Joule",
-     synonym="\\Kilo \\Joule ",
-     tag="kJoule",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="mega Joule",
-     synonym="\\Mega \\Joule ",
-     tag="MJoule",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="giga Joule",
-     synonym="\\Giga \\Joule ",
-     tag="GJoule",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Watt",
-     synonym="W",
-     tag="Watt",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="milli Watt",
-     synonym="\\Milli \\Watt ",
-     tag="mWatt",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="kilo Watt",
-     synonym="\\Kilo \\Watt ",
-     tag="kWatt",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="mega Watt",
-     synonym="\\Mega \\Watt ",
-     tag="MWatt",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="giga Watt",
-     synonym="\\Giga \\Watt ",
-     tag="GWatt",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="tera Watt",
-     synonym="\\Tera \\Watt ",
-     tag="TWatt",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Celsius",
-     synonym="C",
-     tag="Celsius",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Kelvin",
-     synonym="K",
-     tag="Kelvin",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Fahrenheit",
-     synonym="F",
-     tag="Fahrenheit",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="mol",
-     synonym="mol",
-     tag="Mol",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="millimol",
-     synonym="\\Milli \\Mol ",
-     tag="mMol",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="kilomol",
-     synonym="\\Kilo \\Mol ",
-     tag="kMol",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="molair (\\Mol \\Per \\Liter )",
-     synonym="M",
-     tag="Molair",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="equivalent",
-     synonym="eq",
-     tag="Equivalent",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="milli equivalent",
-     synonym="\\Milli \\Equivalent ",
-     tag="mEquivalent",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Farad",
-     synonym="F",
-     tag="Farad",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="pico Farad",
-     synonym="\\Pico \\Farad ",
-     tag="pFarad",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="nano Farad",
-     synonym="\\Nano \\Farad ",
-     tag="nFarad",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="micro Farad",
-     synonym="\\Micro \\Farad ",
-     tag="uFarad",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="milli Farad",
-     synonym="\\Milli \\Farad ",
-     tag="mFarad",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Ohm",
-     synonym="\\Omega ",
-     tag="Ohm",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="kilo Ohm",
-     synonym="\\Kilo \\Ohm ",
-     tag="kOhm",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Siemens",
-     synonym="S",
-     tag="Siemens",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Amp\\`ere",
-     synonym="A",
-     tag="Ampere",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="milli Amp\\`ere",
-     synonym="\\Milli \\Ampere ",
-     tag="mAmpere",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Coulomb",
-     synonym="C",
-     tag="Coulomb",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Volt",
-     synonym="V",
-     tag="Volt",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="milli Volt",
-     synonym="\\Milli \\Volt ",
-     tag="mVolt",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="kilo Volt",
-     synonym="\\Kilo \\Volt ",
-     tag="kVolt",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="electronvolt",
-     synonym="eV",
-     tag="eVolt",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="kilo electronvolt",
-     synonym="\\Kilo \\eVolt ",
-     tag="keVolt",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="mega electronvolt",
-     synonym="\\Mega \\eVolt ",
-     tag="MeVolt",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Tesla",
-     synonym="T",
-     tag="Tesla",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:vac}",
-     synonym="V\\normalsubscript {\\xbox {ac}}",
-     tag="VoltAC",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:vdc}",
-     synonym="V\\normalsubscript {\\xbox {dc}}",
-     tag="VoltDC",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:bit}",
-     synonym="bit",
-     tag="Bit",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Baud (Bit/s)",
-     synonym="Bd",
-     tag="Baud",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:byte}",
-     synonym="B",
-     tag="Byte",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="kilo Byte",
-     synonym="\\Kilo \\Byte ",
-     tag="kByte",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="mega Byte",
-     synonym="\\Mega \\Byte ",
-     tag="MByte",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="giga Byte",
-     synonym="\\Giga \\Byte ",
-     tag="GByte",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="tera Byte",
-     synonym="\\Tera \\Byte ",
-     tag="TByte",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Erlang",
-     synonym="E",
-     tag="Erlang",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Bequerel",
-     synonym="Bq",
-     tag="Bequerel",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Bequerel",
-     synonym="\\Mega \\Bequerel ",
-     tag="MBequerel",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Sievert",
-     synonym="Sv",
-     tag="Sievert",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="milli Sievert",
-     synonym="\\Milli \\Sievert ",
-     tag="mSievert",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Candela",
-     synonym="cd",
-     tag="Candela",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Bell",
-     synonym="B",
-     tag="Bell",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="decibel",
-     synonym="\\Deci \\Bell ",
-     tag="dBell",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:at}",
-     synonym="at",
-     tag="At",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:atm}",
-     synonym="atm",
-     tag="Atm",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="bar (100 \\Kilo \\Pascal )",
-     synonym="bar",
-     tag="Bar",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="electronvolt",
-     synonym="eV",
-     tag="EVolt",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:ft}",
-     synonym="ft",
-     tag="Foot",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:inch}",
-     synonym="inch",
-     tag="Inch",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:cal}",
-     synonym="cal",
-     tag="Cal",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:f}",
-     synonym="f",
-     tag="Force",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\labeltext {u:kcal}",
-     synonym="\\Kilo \\Cal ",
-     tag="kCal",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="lux",
-     synonym="lux",
-     tag="Lux",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="percent",
-     synonym="\\xPercent ",
-     tag="Percent",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="promille",
-     synonym="\\xPromille ",
-     tag="Permille",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="promille",
-     synonym="\\xPromille ",
-     tag="Promille",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Gray",
-     synonym="Gr",
-     tag="Gray",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Weber",
-     synonym="Wb",
-     tag="Weber",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Henry",
-     synonym="H",
-     tag="Henry",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Sterant",
-     synonym="sr",
-     tag="Sterant",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="\\Aring ngstr\\\"om",
-     synonym="\\hbox {\\Aring }",
-     tag="Angstrom",
-     used=false,
-    },
-    metadata=2,
-   },
-   {
-    definition={
-     meaning="Gauss",
-     synonym="G",
-     tag="Gauss",
-     used=false,
-    },
-    metadata=2,
-   },
-  },
-  metadata=5,
- },
-}
-structures = structures or { }
-structures.blocks = structures.blocks or { }
-structures.blocks.collected = structures.blocks.collected or { }
-structures.blocks.collected={
-}
-job = job or { }
-job.files = job.files or { }
-job.files.collected = job.files.collected or { }
-job.files.collected={
-}
-job.packed={
- index={
-  {
-   class="texmacro",
-   language="en",
-   sorted=false,
-  },
-  {
-   catcodes=8,
-   coding="tex",
-  },
-  {
-   class="logo",
-   kind="sorting",
-   language="en",
-   sorted=false,
-  },
-  {
-   class="texcommand",
-   kind="sorting",
-   language="en",
-   sorted=false,
-  },
-  {
-   class="unit",
-   kind="synonym",
-   language="en",
-   sorted=false,
-  },
- },
- keys={
-  directives=true,
-  metadata=true,
-  numberdata=true,
-  numbers=true,
-  pagedata=true,
-  prefixdata=true,
-  processors=true,
-  sectiondata=true,
-  specification=true,
- },
- version=1.01,
-}



More information about the tex-live-commits mailing list.