Codebase list texinfo / 3da2456
New upstream version 6.5.93.dfsg.1 Norbert Preining 5 years ago
935 changed file(s) with 6677 addition(s) and 12627 deletion(s). Raw diff Collapse all Expand all
0 2019-02-11 Gavin Smith <gavinsmith0123@gmail.com>
1
2 pretest 6.5.93.
3
4 * configure.ac: version
5
6 2019-02-11 Gavin Smith <gavinsmith0123@gmail.com>
7
8 Be less optimistic about HTML 3.2 compatibility.
9
10 * doc/texinfo.texi (HTML Translation): Mention that <span> is
11 used. Mention that 'id' atttibute is used. Say that html32.pm
12 hasn't been tested recently.
13
14 2019-02-11 Gavin Smith <gavinsmith0123@gmail.com>
15
16 Fix make update-po in out-of-source build.
17
18 * Makefile.am (update-po): Remove reference to $srcdir.
19
20 2019-02-11 Gavin Smith <gavinsmith0123@gmail.com>
21
22 Use a single include directory in test suite.
23
24 * tp/t/include_reference: Move all files to tp/t/include.
25
26 * tp/Makefile.am,
27 * tp/t/test_utils.pl (test),
28 * tp/t/nodenormalization.t: Do not refer to tp/t/include_reference.
29
30 2019-02-11 Gavin Smith <gavinsmith0123@gmail.com>
31
32 Use section names in generated HTML menus.
33
34 * tp/Texinfo/Structuring.pm (new_node_menu_entry): Add argument
35 saying whether to use the section name in the menu entry.
36 (menu_of_node, _menu_of_node): Rename.
37 (node_menu_of_node, section_menu_of_node): Two new functions
38 wrapping _menu_of_node.
39 * tp/Texinfo/Convert/HTML.pm (_convert_heading_command):
40 Call section_menu_of_node instead of menu_of_node.
41 * tp/Texinfo/Convert/Plaintext.pm (_convert): Call
42 node_menu_of_node instead of menu_of_node. This is the existing
43 behaviour.
44 * NEWS: Mention change.
45
46 * tp/Texinfo/Transformations.pm (complete_node_menu): Update.
47
48 2019-02-11 Gavin Smith <gavinsmith0123@gmail.com>
49
50 Advice on node names.
51
52 * doc/texinfo.texi (Node Names): Mention that HTML filenames are
53 based on the node names. Do not link to 'HTML Xref Link
54 Preservation' node.
55 (@anchor): Remove link to the same node.
56
57 2019-02-10 Robert Pluim <rpluim@gmail.com>
58
59 * doc/texinfo.texi (Inserting):
60 Document 'M-x texinfo-insert-dwim-@ref'.
61
62 2019-02-10 Gavin Smith <gavinsmith0123@gmail.com>
63
64 Deprecate MANUAL-noderename.cnf.
65
66 * tp/Texinfo/Common.pm (collect_renamed_nodes): Give a warning
67 if a renamed nodes file is being used.
68 * doc/texinfo.texi (HTML Xref Link Preservation),
69 * NEWS: Document deprecation.
70
71 2019-02-10 Gavin Smith <gavinsmith0123@gmail.com>
72
73 No special CSS for @small* commands.
74
75 * tp/Texinfo/Convert/HTML.pm
76 (%css_map): Remove css for @smallexample etc.
77 (%small_alias): New hash.
78 (_convert): Use %small_alias to treat e.g. @smallexample exactly
79 the same as @example, so that no extra CSS is needed.
80 (%default_commands_conversion): Do not add entries for some
81 @small* commands.
82 (_convert_quotation_command): Do not check if the passed command
83 name is different to 'quotation', as it will not be.
84
85 * doc/texinfo.texi (@small...): Do not say that @small...
86 commands produce a smaller font in HTML output.
87 * NEWS: Mention change.
88
89 2019-02-10 Gavin Smith <gavinsmith0123@gmail.com>
90
91 * doc/texinfo.texi: Wrap introductory comment in @ifinfo block.
92
93 2019-02-10 Gavin Smith <gavinsmith0123@gmail.com>
94
95 No colon in HTML menus.
96
97 * tp/Texinfo/Convert/HTML.pm (%defaults) <MENU_ENTRY_COLON>:
98 Set to ''.
99 * doc/texinfo.texi (Other Customization Variables): Update.
100 * NEWS: Mention change.
101
102 2019-02-04 Gavin Smith <gavinsmith0123@gmail.com>
103
104 Do not install useless static libraries.
105
106 * tp/Texinfo/XS/Makefile.am (LT_INIT): Use option 'disable-static'.
107 * NEWS: Mention change.
108
109 Report from Eli Zaretskii.
110
111 2019-02-04 Gavin Smith <gavinsmith0123@gmail.com>
112
113 Remove parsetexi typemap.
114
115 * tp/Texinfo/XS/parsetexi/Parsetexi.xs,
116 * tp/Texinfo/XS/parsetexi/api.c (get_root): Remove, as it is
117 unused and relies on casting a pointer to an integer.
118 * tp/Texinfo/XS/parsetexi/typemap: Remove.
119 * tp/Texinfo/XS/Makefile.am (XSUBPPARGS): Remove reference to
120 typemap file.
121 (EXTRA_DIST): Distribute Parsetexi.xs.
122
123 Eli Zaretskii reported a warning "cast from pointer to integer
124 of different size" when compiling on MS-Windows.
125
126 2019-02-04 Gavin Smith <gavinsmith0123@gmail.com>
127
128 Fixes for MS-Windows.
129
130 * tp/Texinfo/XS/misc.c (xs_process_text): Add dTHX at start so
131 that realloc will work.
132 * tp/Texinfo/XS/parsetexi/command_data.awk:
133 Output "#undef CM_NONE" in command_ids.h.
134 * tp/Texinfo/XS/parsetexi/input.c (convert_to_utf8): Use
135 ICONV_CONST in a variable declaration.
136
137 All reported by Eli Zaretskii.
138
0139 2019-02-01 Gavin Smith <gavinsmith0123@gmail.com>
1140
2141 pretest 6.5.92.
8383 && diff $@-1 $(srcdir)/util/texinfo.dtd \
8484 && rm -f $@-1
8585
86 # emacs-page
8786 # just for convenience:
8887 update-po:
89 cd $(srcdir)/po && $(MAKE) update-po
90 cd $(srcdir)/po_document && $(MAKE) update-po
88 cd po && $(MAKE) update-po
89 cd po_document && $(MAKE) update-po
9190
9291 # From coreutils. Use when making a release.
9392 # Verify that all source files using _() are listed in po/POTFILES.in.
16551655 && diff $@-1 $(srcdir)/util/texinfo.dtd \
16561656 && rm -f $@-1
16571657
1658 # emacs-page
16591658 # just for convenience:
16601659 update-po:
1661 cd $(srcdir)/po && $(MAKE) update-po
1662 cd $(srcdir)/po_document && $(MAKE) update-po
1660 cd po && $(MAKE) update-po
1661 cd po_document && $(MAKE) update-po
16631662
16641663 # From coreutils. Use when making a release.
16651664 # Verify that all source files using _() are listed in po/POTFILES.in.
2626 . A native-code implementation of the Texinfo parser has been included
2727 on an experimental basis, which makes texi2any a lot faster. Set the
2828 `TEXINFO_XS_PARSER' environment variable to 1 to use.
29 . for HTML output, new customization variable `SECTION_NAME_IN_TITLE'
30 to use the argument to @chapter, @section etc. as the document
31 <title>
29 . changes to HTML output:
30 . omit colon after node name in menus by default (use
31 `MENU_ENTRY_COLON' to add it back)
32 . no special CSS for commands like @smallexample
33 . new customization variable `SECTION_NAME_IN_TITLE' to use the
34 section name as the document <title>
35 . use section names instead of node names in generated menus
3236 . pass on flags set with -D to TeX.
37 . useless static libraries are not installed
3338 . the newline after an @insertcopying is not output
3439 . warning given for @multitable prototypes not in braces
3540 . @indent and @noindent are not allowed inside the arguments to
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for GNU Texinfo 6.5.92.
2 # Generated by GNU Autoconf 2.69 for GNU Texinfo 6.5.93.
33 #
44 # Report bugs to <bug-texinfo@gnu.org>.
55 #
579579 # Identity of this package.
580580 PACKAGE_NAME='GNU Texinfo'
581581 PACKAGE_TARNAME='texinfo'
582 PACKAGE_VERSION='6.5.92'
583 PACKAGE_STRING='GNU Texinfo 6.5.92'
582 PACKAGE_VERSION='6.5.93'
583 PACKAGE_STRING='GNU Texinfo 6.5.93'
584584 PACKAGE_BUGREPORT='bug-texinfo@gnu.org'
585585 PACKAGE_URL='http://www.gnu.org/software/texinfo/'
586586
20762076 # Omit some internal or obsolete options to make the list less imposing.
20772077 # This message is too long to be a string in the A/UX 3.1 sh.
20782078 cat <<_ACEOF
2079 \`configure' configures GNU Texinfo 6.5.92 to adapt to many kinds of systems.
2079 \`configure' configures GNU Texinfo 6.5.93 to adapt to many kinds of systems.
20802080
20812081 Usage: $0 [OPTION]... [VAR=VALUE]...
20822082
21462146
21472147 if test -n "$ac_init_help"; then
21482148 case $ac_init_help in
2149 short | recursive ) echo "Configuration of GNU Texinfo 6.5.92:";;
2149 short | recursive ) echo "Configuration of GNU Texinfo 6.5.93:";;
21502150 esac
21512151 cat <<\_ACEOF
21522152
22842284 test -n "$ac_init_help" && exit $ac_status
22852285 if $ac_init_version; then
22862286 cat <<\_ACEOF
2287 GNU Texinfo configure 6.5.92
2287 GNU Texinfo configure 6.5.93
22882288 generated by GNU Autoconf 2.69
22892289
22902290 Copyright (C) 2012 Free Software Foundation, Inc.
29932993 This file contains any messages produced by compilers while
29942994 running configure, to aid debugging if configure makes a mistake.
29952995
2996 It was created by GNU Texinfo $as_me 6.5.92, which was
2996 It was created by GNU Texinfo $as_me 6.5.93, which was
29972997 generated by GNU Autoconf 2.69. Invocation command line was
29982998
29992999 $ $0 $@
38943894
38953895 # Define the identity of the package.
38963896 PACKAGE='texinfo'
3897 VERSION='6.5.92'
3897 VERSION='6.5.93'
38983898
38993899
39003900 cat >>confdefs.h <<_ACEOF
2569325693 # report actual input values of CONFIG_FILES etc. instead of their
2569425694 # values after options handling.
2569525695 ac_log="
25696 This file was extended by GNU Texinfo $as_me 6.5.92, which was
25696 This file was extended by GNU Texinfo $as_me 6.5.93, which was
2569725697 generated by GNU Autoconf 2.69. Invocation command line was
2569825698
2569925699 CONFIG_FILES = $CONFIG_FILES
2576125761 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2576225762 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2576325763 ac_cs_version="\\
25764 GNU Texinfo config.status 6.5.92
25764 GNU Texinfo config.status 6.5.93
2576525765 configured by $0, generated by GNU Autoconf 2.69,
2576625766 with options \\"\$ac_cs_config\\"
2576725767
99 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1010 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1111 #
12 AC_INIT([GNU Texinfo], [6.5.92], [bug-texinfo@gnu.org])
12 AC_INIT([GNU Texinfo], [6.5.93], [bug-texinfo@gnu.org])
1313
1414 dnl Must come before AM_INIT_AUTOMAKE.
1515 AC_CONFIG_AUX_DIR([build-aux])
00 @set UPDATED 13 January 2019
11 @set UPDATED-MONTH January 2019
2 @set EDITION 6.5.92
3 @set VERSION 6.5.92
2 @set EDITION 6.5.93
3 @set VERSION 6.5.93
0 @set UPDATED 1 February 2019
0 @set UPDATED 11 February 2019
11 @set UPDATED-MONTH February 2019
2 @set EDITION 6.5.92
3 @set VERSION 6.5.92
2 @set EDITION 6.5.93
3 @set VERSION 6.5.93
00 @set UPDATED 13 January 2019
11 @set UPDATED-MONTH January 2019
2 @set EDITION 6.5.92
3 @set VERSION 6.5.92
2 @set EDITION 6.5.93
3 @set VERSION 6.5.93
0 @set UPDATED 1 February 2019
0 @set UPDATED 11 February 2019
11 @set UPDATED-MONTH February 2019
2 @set EDITION 6.5.92
3 @set VERSION 6.5.92
2 @set EDITION 6.5.93
3 @set VERSION 6.5.93
00 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
1 .TH INFO "1" "February 2019" "info 6.5.92" "User Commands"
1 .TH INFO "1" "February 2019" "info 6.5.93" "User Commands"
22 .SH NAME
33 info \- read Info documents
44 .SH SYNOPSIS
00 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
1 .TH INSTALL-INFO "1" "February 2019" "install-info 6.5.92" "User Commands"
1 .TH INSTALL-INFO "1" "February 2019" "install-info 6.5.93" "User Commands"
22 .SH NAME
33 install-info \- update info/dir entries
44 .SH SYNOPSIS
00 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
1 .TH TEXI2ANY "1" "February 2019" "texi2any 6.5.92" "User Commands"
1 .TH TEXI2ANY "1" "February 2019" "texi2any 6.5.93" "User Commands"
22 .SH NAME
33 texi2any \- translate Texinfo documents
44 .SH SYNOPSIS
00 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
1 .TH TEXINDEX "1" "February 2019" "texindex 6.5.92" "User Commands"
1 .TH TEXINDEX "1" "February 2019" "texindex 6.5.93" "User Commands"
22 .SH NAME
33 texindex \- sort Texinfo index files
44 .SH SYNOPSIS
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo 6.1.92\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1010 "PO-Revision-Date: 2016-12-30 07:10+0100\n"
1111 "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"
1212 "Language-Team: Catalan <ca@dodds.net>\n"
20772077
20782078 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20792079 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2080 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2081 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2082 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2083 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2080 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2081 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2082 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2083 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20842084 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20852085 #, perl-format
20862086 msgid "could not open %s for writing: %s"
21442144 msgid "could not open %s: %s"
21452145 msgstr "no s'ha pogut obrir %s: %s"
21462146
2147 #: tp/Texinfo/Common.pm:2253
2147 #: tp/Texinfo/Common.pm:1755
2148 #, perl-format
2149 msgid "using a renamed nodes file (`%s') is deprecated"
2150 msgstr ""
2151
2152 #: tp/Texinfo/Common.pm:2254
21482153 #, perl-format
21492154 msgid "could not protect hash character in @%s"
21502155 msgstr "no s'ha pogut protegir el caràcter coixinet a @%s"
21512156
2152 #: tp/Texinfo/Common.pm:2635
2157 #: tp/Texinfo/Common.pm:2636
21532158 #, perl-format
21542159 msgid "empty node name after expansion `%s'"
21552160 msgstr "nom de node buit després d'expansió `%s'"
21562161
2157 #: tp/Texinfo/Common.pm:2643
2162 #: tp/Texinfo/Common.pm:2644
21582163 #, perl-format
21592164 msgid "@%s `%s' previously defined"
21602165 msgstr "@%s `%s' definit prèviament"
21612166
2162 #: tp/Texinfo/Common.pm:2649
2167 #: tp/Texinfo/Common.pm:2650
21632168 #, perl-format
21642169 msgid "here is the previous definition as @%s"
21652170 msgstr "aquí està la definició prèvia de @%s"
21662171
2167 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2172 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21682173 #, perl-format
21692174 msgid "empty argument in @%s"
21702175 msgstr "argument buit a @%s"
21752180 msgstr "%s: la sortida és incompatible amb la divisió"
21762181
21772182 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2178 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2179 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2183 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2184 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21802185 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21812186 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21822187 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
22032208 msgid "no argument specified for @U"
22042209 msgstr "no s'ha especificat un argument per a @U"
22052210
2206 #: tp/Texinfo/Convert/HTML.pm:1727
2211 #: tp/Texinfo/Convert/HTML.pm:1719
22072212 #, perl-format
22082213 msgid "@image file `%s' (for HTML) not found, using `%s'"
22092214 msgstr "no s'ha trobat el fitxer @image `%s' (for HTML), s'usarà `%s'"
22102215
2211 #: tp/Texinfo/Convert/HTML.pm:2412
2216 #: tp/Texinfo/Convert/HTML.pm:2404
22122217 #, perl-format
22132218 msgid "raw format %s is not converted"
22142219 msgstr "el format en cru %s no es convertirà"
22152220
2216 #: tp/Texinfo/Convert/HTML.pm:4663
2221 #: tp/Texinfo/Convert/HTML.pm:4647
22172222 #, perl-format
22182223 msgid "could not open html refs config file %s: %s"
22192224 msgstr ""
22202225 "no s'ha pogut obrir el fitxer de configuració de referències html %s: %s"
22212226
2222 #: tp/Texinfo/Convert/HTML.pm:4691
2227 #: tp/Texinfo/Convert/HTML.pm:4675
22232228 msgid "missing type"
22242229 msgstr "tipus que falta"
22252230
2226 #: tp/Texinfo/Convert/HTML.pm:4694
2231 #: tp/Texinfo/Convert/HTML.pm:4678
22272232 #, perl-format
22282233 msgid "unrecognized type: %s"
22292234 msgstr "tipus no reconegut: %s"
22302235
2231 #: tp/Texinfo/Convert/HTML.pm:4711
2236 #: tp/Texinfo/Convert/HTML.pm:4695
22322237 #, perl-format
22332238 msgid "error on closing html refs config file %s: %s"
22342239 msgstr "error en tancar el fitxer de configuració de referències html %s: %s"
22352240
2236 #: tp/Texinfo/Convert/HTML.pm:5038
2241 #: tp/Texinfo/Convert/HTML.pm:5022
22372242 msgid "string not closed in css file"
22382243 msgstr "la cadena de caràcters no està tancada al fitxer css"
22392244
2240 #: tp/Texinfo/Convert/HTML.pm:5040
2245 #: tp/Texinfo/Convert/HTML.pm:5024
22412246 msgid "--css-include ended in comment"
22422247 msgstr "--css-include ha finalitzat en un comentari"
22432248
2244 #: tp/Texinfo/Convert/HTML.pm:5042
2249 #: tp/Texinfo/Convert/HTML.pm:5026
22452250 msgid "@import not finished in css file"
22462251 msgstr "@import no ha acabat a un fitxer css"
22472252
2248 #: tp/Texinfo/Convert/HTML.pm:5068
2253 #: tp/Texinfo/Convert/HTML.pm:5052
22492254 #, perl-format
22502255 msgid "CSS file %s not found"
22512256 msgstr "No s'ha trobat el fitxer CSS %s"
22522257
2253 #: tp/Texinfo/Convert/HTML.pm:5074
2258 #: tp/Texinfo/Convert/HTML.pm:5058
22542259 #, perl-format
22552260 msgid "could not open --include-file %s: %s"
22562261 msgstr "no s'ha pogut obrir --include-file %s: %s"
22572262
2258 #: tp/Texinfo/Convert/HTML.pm:5084
2263 #: tp/Texinfo/Convert/HTML.pm:5068
22592264 #, perl-format
22602265 msgid "error on closing CSS file %s: %s"
22612266 msgstr "error en tancar el fitxer CSS %s: %s"
22622267
2263 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2268 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22642269 #, perl-format
22652270 msgid "no htmlxref.cnf entry found for `%s'"
22662271 msgstr "no s'ha trobat una entrada htmlxref.cnf per a `%s'"
22672272
2268 #: tp/Texinfo/Convert/HTML.pm:6607
2273 #: tp/Texinfo/Convert/HTML.pm:6591
22692274 #, perl-format
22702275 msgid "error on closing frame file %s: %s"
22712276 msgstr "error en tancar el fitxer marc %s: %s"
22722277
2273 #: tp/Texinfo/Convert/HTML.pm:6631
2278 #: tp/Texinfo/Convert/HTML.pm:6615
22742279 #, perl-format
22752280 msgid "error on closing TOC frame file %s: %s"
22762281 msgstr "error en tancar el fitxer marc taula de continguts %s: %s"
22772282
2278 #: tp/Texinfo/Convert/HTML.pm:6746
2283 #: tp/Texinfo/Convert/HTML.pm:6730
22792284 #, perl-format
22802285 msgid "handler %s of stage %s priority %s failed"
22812286 msgstr "ha fallat el gestor %s de l'etapa %s amb prioritat %s"
22822287
2283 #: tp/Texinfo/Convert/HTML.pm:6951
2288 #: tp/Texinfo/Convert/HTML.pm:6935
22842289 msgid "must specify a title with a title command or @top"
22852290 msgstr "heu d'especificar un títol amb una ordre de títol o @top"
22862291
2287 #: tp/Texinfo/Convert/HTML.pm:7162
2292 #: tp/Texinfo/Convert/HTML.pm:7146
22882293 #, perl-format
22892294 msgid "error on closing redirection node file %s: %s"
22902295 msgstr "error en tancar el fitxer de node de redirecció %s: %s"
22912296
2292 #: tp/Texinfo/Convert/HTML.pm:7188
2297 #: tp/Texinfo/Convert/HTML.pm:7172
22932298 #, perl-format
22942299 msgid "old name for `%s' is a node of the document"
22952300 msgstr "el nom antic per a `%s' és un node del document"
22962301
2297 #: tp/Texinfo/Convert/HTML.pm:7194
2302 #: tp/Texinfo/Convert/HTML.pm:7178
22982303 #, perl-format
22992304 msgid "file empty for renamed node `%s'"
23002305 msgstr "el fitxer està buit per al node reanomenat `%s'"
23012306
2302 #: tp/Texinfo/Convert/HTML.pm:7208
2307 #: tp/Texinfo/Convert/HTML.pm:7192
23032308 #, perl-format
23042309 msgid "target node (new name for `%s') not in document: %s"
23052310 msgstr "el node destí (nou nom per a `%s') no està al document: %s"
23062311
2307 #: tp/Texinfo/Convert/HTML.pm:7240
2312 #: tp/Texinfo/Convert/HTML.pm:7224
23082313 #, perl-format
23092314 msgid "error on closing renamed node redirection file %s: %s"
23102315 msgstr "error en tancar el fitxer reanomenat de node de redirecció %s: %s"
23112316
2312 #: tp/Texinfo/Convert/HTML.pm:7278
2317 #: tp/Texinfo/Convert/HTML.pm:7262
23132318 msgid "empty node name"
23142319 msgstr "nom buit de node"
23152320
2316 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2321 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
23172322 #, perl-format
23182323 msgid "syntax for an external node used for `%s'"
23192324 msgstr "sintaxi per a un node extern usat per a `%s'"
24172422 msgid "menu entry name should not contain `:'"
24182423 msgstr "el nom d'entrada de menú no hauria de contenir `:'"
24192424
2420 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2425 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
24212426 #, perl-format
24222427 msgid "multiple @%s"
24232428 msgstr "@%s múltiple"
30253030 msgstr ""
30263031 "l'argument de @urefbreakstyle ha de ser `after'/`before'/`none', no `%s'"
30273032
3028 #: tp/Texinfo/Structuring.pm:176
3033 #: tp/Texinfo/Structuring.pm:175
30293034 #, perl-format
30303035 msgid "raising the section level of @%s which is too low"
30313036 msgstr "s'elevarà el nivell de la secció de @%s que és massa baix"
30323037
3033 #: tp/Texinfo/Structuring.pm:208
3038 #: tp/Texinfo/Structuring.pm:207
30343039 #, perl-format
30353040 msgid "no chapter-level command before @%s"
30363041 msgstr "no hi ha una ordre de nivell de capítol abans de @%s"
30373042
3038 #: tp/Texinfo/Structuring.pm:213
3043 #: tp/Texinfo/Structuring.pm:212
30393044 #, perl-format
30403045 msgid "lowering the section level of @%s appearing after a lower element"
30413046 msgstr ""
30423047 "es baixarà el nivell de secció de @%s que apareix després d'un element "
30433048 "inferior"
30443049
3045 #: tp/Texinfo/Structuring.pm:302
3050 #: tp/Texinfo/Structuring.pm:301
30463051 #, perl-format
30473052 msgid "no sectioning command associated with @%s"
30483053 msgstr "no hi ha una ordre de secció associada amb @%s"
30493054
3050 #: tp/Texinfo/Structuring.pm:330
3055 #: tp/Texinfo/Structuring.pm:329
30513056 #, perl-format
30523057 msgid "@%s not empty"
30533058 msgstr "@%s no buit"
30543059
3055 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3060 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
30563061 #, perl-format
30573062 msgid "@%s reference to nonexistent node `%s'"
30583063 msgstr "referència @%s a node no existent `%s'"
30593064
3060 #: tp/Texinfo/Structuring.pm:394
3065 #: tp/Texinfo/Structuring.pm:393
30613066 #, perl-format
30623067 msgid "@%s entry node name `%s' different from %s name `%s'"
30633068 msgstr "@%s el nom de node d'entrada `%s' és diferent de %s amb nom `%s'"
30643069
3065 #: tp/Texinfo/Structuring.pm:513
3070 #: tp/Texinfo/Structuring.pm:512
30663071 #, perl-format
30673072 msgid "unreferenced node `%s'"
30683073 msgstr "node sense referenciar `%s'"
30693074
3070 #: tp/Texinfo/Structuring.pm:564
3075 #: tp/Texinfo/Structuring.pm:563
30713076 #, perl-format
30723077 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30733078 msgstr ""
30743079 "el node `%s' és %s per a `%s' a la determinació de seccions però no al menú"
30753080
3076 #: tp/Texinfo/Structuring.pm:573
3081 #: tp/Texinfo/Structuring.pm:572
30773082 #, perl-format
30783083 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30793084 msgstr ""
30803085 "el node %s `%s' al menú `%s' i en el procediment de seccions `%s' difereixen"
30813086
3082 #: tp/Texinfo/Structuring.pm:591
3087 #: tp/Texinfo/Structuring.pm:590
30833088 #, perl-format
30843089 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30853090 msgstr "el node `%s' és %s per a `%s' al menú però no a les seccions"
30863091
3087 #: tp/Texinfo/Structuring.pm:646
3092 #: tp/Texinfo/Structuring.pm:645
30883093 #, perl-format
30893094 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30903095 msgstr "%s punter `%s' (per al node `%s') diferent de %s nom `%s'"
30913096
3092 #: tp/Texinfo/Structuring.pm:670
3097 #: tp/Texinfo/Structuring.pm:669
30933098 #, perl-format
30943099 msgid "%s reference to nonexistent `%s'"
30953100 msgstr "%s referència per a `%s' inexistent"
30963101
3097 #: tp/Texinfo/Structuring.pm:691
3102 #: tp/Texinfo/Structuring.pm:690
30983103 #, perl-format
30993104 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
31003105 msgstr ""
31013106 "al node `%s' li falta l'element de menú per a `%s' malgrat que és el seu "
31023107 "destí Amunt"
31033108
3104 #: tp/Texinfo/Structuring.pm:699
3109 #: tp/Texinfo/Structuring.pm:698
31053110 #, perl-format
31063111 msgid "for `%s', up in menu `%s' and up `%s' don't match"
31073112 msgstr "per a `%s', amunt al menú `%s' i amunt `%s' no concorden"
31083113
3109 #: tp/Texinfo/Structuring.pm:1218
3114 #: tp/Texinfo/Structuring.pm:1217
31103115 #, perl-format
31113116 msgid "@%s to `%s', different from %s name `%s'"
31123117 msgstr "@%s a `%s', diferent de %s nom `%s'"
31133118
3114 #: tp/Texinfo/Structuring.pm:1464
3119 #: tp/Texinfo/Structuring.pm:1503
31153120 #, perl-format
31163121 msgid "empty index key in @%s"
31173122 msgstr "clau buida d'índex a @%s"
Binary diff not shown
1818 msgstr ""
1919 "Project-Id-Version: texinfo 6.5.90\n"
2020 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
21 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
21 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
2222 "PO-Revision-Date: 2019-01-04 20:22+01:00\n"
2323 "Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n"
2424 "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
20272027
20282028 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20292029 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2030 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2031 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2032 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2033 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2030 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2031 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2032 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2033 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20342034 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20352035 #, perl-format
20362036 msgid "could not open %s for writing: %s"
20922092 msgid "could not open %s: %s"
20932093 msgstr "%s nebylo možné otevřít: %s"
20942094
2095 #: tp/Texinfo/Common.pm:2253
2095 #: tp/Texinfo/Common.pm:1755
2096 #, perl-format
2097 msgid "using a renamed nodes file (`%s') is deprecated"
2098 msgstr ""
2099
2100 #: tp/Texinfo/Common.pm:2254
20962101 #, perl-format
20972102 msgid "could not protect hash character in @%s"
20982103 msgstr "v @%s nebylo možno ochránit znak křížku"
20992104
2100 #: tp/Texinfo/Common.pm:2635
2105 #: tp/Texinfo/Common.pm:2636
21012106 #, perl-format
21022107 msgid "empty node name after expansion `%s'"
21032108 msgstr "prázdný název uzly po expanzi „%s“"
21042109
2105 #: tp/Texinfo/Common.pm:2643
2110 #: tp/Texinfo/Common.pm:2644
21062111 #, perl-format
21072112 msgid "@%s `%s' previously defined"
21082113 msgstr "@%s „%s“ již bylo definováno"
21092114
2110 #: tp/Texinfo/Common.pm:2649
2115 #: tp/Texinfo/Common.pm:2650
21112116 #, perl-format
21122117 msgid "here is the previous definition as @%s"
21132118 msgstr "zde je předchozí definice jako @%s"
21142119
2115 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2120 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21162121 #, perl-format
21172122 msgid "empty argument in @%s"
21182123 msgstr "špatný argument v @%s"
21232128 msgstr "%s: výstup není kompatibilní s dělením"
21242129
21252130 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2126 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2127 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2131 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2132 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21282133 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21292134 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21302135 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21512156 msgid "no argument specified for @U"
21522157 msgstr "pro @U nebyl zadán žádný argument"
21532158
2154 #: tp/Texinfo/Convert/HTML.pm:1727
2159 #: tp/Texinfo/Convert/HTML.pm:1719
21552160 #, perl-format
21562161 msgid "@image file `%s' (for HTML) not found, using `%s'"
21572162 msgstr "@image soubor „%s“ (pro HTML) nenalezen, použije se „%s“"
21582163
2159 #: tp/Texinfo/Convert/HTML.pm:2412
2164 #: tp/Texinfo/Convert/HTML.pm:2404
21602165 #, perl-format
21612166 msgid "raw format %s is not converted"
21622167 msgstr "syrový formát %s není převeden"
21632168
2164 #: tp/Texinfo/Convert/HTML.pm:4663
2169 #: tp/Texinfo/Convert/HTML.pm:4647
21652170 #, perl-format
21662171 msgid "could not open html refs config file %s: %s"
21672172 msgstr "nebylo možné otevřít konfigurační soubor s HTML odkazy %s: %s"
21682173
2169 #: tp/Texinfo/Convert/HTML.pm:4691
2174 #: tp/Texinfo/Convert/HTML.pm:4675
21702175 msgid "missing type"
21712176 msgstr "chybí typ"
21722177
2173 #: tp/Texinfo/Convert/HTML.pm:4694
2178 #: tp/Texinfo/Convert/HTML.pm:4678
21742179 #, perl-format
21752180 msgid "unrecognized type: %s"
21762181 msgstr "nerozpoznaný typ: %s"
21772182
2178 #: tp/Texinfo/Convert/HTML.pm:4711
2183 #: tp/Texinfo/Convert/HTML.pm:4695
21792184 #, perl-format
21802185 msgid "error on closing html refs config file %s: %s"
21812186 msgstr "chyba při zavírání konfiguračního souboru s HTML odkazy %s: %s"
21822187
2183 #: tp/Texinfo/Convert/HTML.pm:5038
2188 #: tp/Texinfo/Convert/HTML.pm:5022
21842189 msgid "string not closed in css file"
21852190 msgstr "řetězec nebí uzavřen v souboru CSS"
21862191
2187 #: tp/Texinfo/Convert/HTML.pm:5040
2192 #: tp/Texinfo/Convert/HTML.pm:5024
21882193 msgid "--css-include ended in comment"
21892194 msgstr "--css-include končil v komentáři"
21902195
2191 #: tp/Texinfo/Convert/HTML.pm:5042
2196 #: tp/Texinfo/Convert/HTML.pm:5026
21922197 msgid "@import not finished in css file"
21932198 msgstr "@import nebyl dokončen v souboru CSS"
21942199
2195 #: tp/Texinfo/Convert/HTML.pm:5068
2200 #: tp/Texinfo/Convert/HTML.pm:5052
21962201 #, perl-format
21972202 msgid "CSS file %s not found"
21982203 msgstr "CSS soubor %s nenalezen"
21992204
2200 #: tp/Texinfo/Convert/HTML.pm:5074
2205 #: tp/Texinfo/Convert/HTML.pm:5058
22012206 #, perl-format
22022207 msgid "could not open --include-file %s: %s"
22032208 msgstr "nebylo možné otevřít --include-file %s: %s"
22042209
2205 #: tp/Texinfo/Convert/HTML.pm:5084
2210 #: tp/Texinfo/Convert/HTML.pm:5068
22062211 #, perl-format
22072212 msgid "error on closing CSS file %s: %s"
22082213 msgstr "chyba při zavírání CSS souboru %s: %s"
22092214
2210 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2215 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22112216 #, perl-format
22122217 msgid "no htmlxref.cnf entry found for `%s'"
22132218 msgstr "pro „%s“ nenalezena žádná položka htmlxref.cnf"
22142219
2215 #: tp/Texinfo/Convert/HTML.pm:6607
2220 #: tp/Texinfo/Convert/HTML.pm:6591
22162221 #, perl-format
22172222 msgid "error on closing frame file %s: %s"
22182223 msgstr "chyba při zavírání rámcového souboru %s: %s"
22192224
2220 #: tp/Texinfo/Convert/HTML.pm:6631
2225 #: tp/Texinfo/Convert/HTML.pm:6615
22212226 #, perl-format
22222227 msgid "error on closing TOC frame file %s: %s"
22232228 msgstr "chyba při zavírání rámcového souboru s obsahem %s: %s"
22242229
2225 #: tp/Texinfo/Convert/HTML.pm:6746
2230 #: tp/Texinfo/Convert/HTML.pm:6730
22262231 #, perl-format
22272232 msgid "handler %s of stage %s priority %s failed"
22282233 msgstr "deskriptor %s úrovně %s priority %s selhal"
22292234
2230 #: tp/Texinfo/Convert/HTML.pm:6951
2235 #: tp/Texinfo/Convert/HTML.pm:6935
22312236 msgid "must specify a title with a title command or @top"
22322237 msgstr "je třeba určit název pomocí příkazu title nebo @top"
22332238
2234 #: tp/Texinfo/Convert/HTML.pm:7162
2239 #: tp/Texinfo/Convert/HTML.pm:7146
22352240 #, perl-format
22362241 msgid "error on closing redirection node file %s: %s"
22372242 msgstr "chyba při zavírání souboru s uzly přesměrování %s: %s"
22382243
2239 #: tp/Texinfo/Convert/HTML.pm:7188
2244 #: tp/Texinfo/Convert/HTML.pm:7172
22402245 #, perl-format
22412246 msgid "old name for `%s' is a node of the document"
22422247 msgstr "starý název pro „%s“ je uzel dokumentu"
22432248
2244 #: tp/Texinfo/Convert/HTML.pm:7194
2249 #: tp/Texinfo/Convert/HTML.pm:7178
22452250 #, perl-format
22462251 msgid "file empty for renamed node `%s'"
22472252 msgstr "soubor pro přejmenovaný uzel „%s“ je prázdný"
22482253
2249 #: tp/Texinfo/Convert/HTML.pm:7208
2254 #: tp/Texinfo/Convert/HTML.pm:7192
22502255 #, perl-format
22512256 msgid "target node (new name for `%s') not in document: %s"
22522257 msgstr "cílový uzel (nový název pro „%s“ není v dokumentu: %s"
22532258
2254 #: tp/Texinfo/Convert/HTML.pm:7240
2259 #: tp/Texinfo/Convert/HTML.pm:7224
22552260 #, perl-format
22562261 msgid "error on closing renamed node redirection file %s: %s"
22572262 msgstr "chyba při zavírání souboru %s s přejmenovanými uzly přesměrování: %s"
22582263
2259 #: tp/Texinfo/Convert/HTML.pm:7278
2264 #: tp/Texinfo/Convert/HTML.pm:7262
22602265 msgid "empty node name"
22612266 msgstr "prázdný název uzlu"
22622267
2263 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2268 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22642269 #, perl-format
22652270 msgid "syntax for an external node used for `%s'"
22662271 msgstr "syntaxe pro vnější uzel použitý pro „%s“"
23622367 msgid "menu entry name should not contain `:'"
23632368 msgstr "název položky nabídky by neměl obsahovat „:“"
23642369
2365 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2370 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23662371 #, perl-format
23672372 msgid "multiple @%s"
23682373 msgstr "násobný @%s"
29662971 msgstr ""
29672972 "argument @urefbreakstyle musí být „after“, „before“ nebo „none“, ne „%s“"
29682973
2969 #: tp/Texinfo/Structuring.pm:176
2974 #: tp/Texinfo/Structuring.pm:175
29702975 #, perl-format
29712976 msgid "raising the section level of @%s which is too low"
29722977 msgstr "zvyšuje se úroveň oddílu @%s, která je příliš nízká"
29732978
2974 #: tp/Texinfo/Structuring.pm:208
2979 #: tp/Texinfo/Structuring.pm:207
29752980 #, perl-format
29762981 msgid "no chapter-level command before @%s"
29772982 msgstr "před @%s není příkaz udávající úroveň kapitoly"
29782983
2979 #: tp/Texinfo/Structuring.pm:213
2984 #: tp/Texinfo/Structuring.pm:212
29802985 #, perl-format
29812986 msgid "lowering the section level of @%s appearing after a lower element"
29822987 msgstr "snižuje se úroveň oddílu @%s, který se vyskytuje po nižším elementu"
29832988
2984 #: tp/Texinfo/Structuring.pm:302
2989 #: tp/Texinfo/Structuring.pm:301
29852990 #, perl-format
29862991 msgid "no sectioning command associated with @%s"
29872992 msgstr "s @%s se nepojí žádný příkaz oddílu"
29882993
2989 #: tp/Texinfo/Structuring.pm:330
2994 #: tp/Texinfo/Structuring.pm:329
29902995 #, perl-format
29912996 msgid "@%s not empty"
29922997 msgstr "@%s není prázdný"
29932998
2994 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
2999 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
29953000 #, perl-format
29963001 msgid "@%s reference to nonexistent node `%s'"
29973002 msgstr "@%s odkazuje na neexistující uzel „%s“"
29983003
2999 #: tp/Texinfo/Structuring.pm:394
3004 #: tp/Texinfo/Structuring.pm:393
30003005 #, perl-format
30013006 msgid "@%s entry node name `%s' different from %s name `%s'"
30023007 msgstr "název uzlu položky @%s „%s“ se liší od %s názvu „%s“"
30033008
3004 #: tp/Texinfo/Structuring.pm:513
3009 #: tp/Texinfo/Structuring.pm:512
30053010 #, perl-format
30063011 msgid "unreferenced node `%s'"
30073012 msgstr "na uzel „%s“ nesměřuje žádný odkaz"
30083013
3009 #: tp/Texinfo/Structuring.pm:564
3014 #: tp/Texinfo/Structuring.pm:563
30103015 #, perl-format
30113016 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30123017 msgstr "uzel „%s“ je %s pro „%s“ v oddílech, ale ne v nabídce"
30133018
3014 #: tp/Texinfo/Structuring.pm:573
3019 #: tp/Texinfo/Structuring.pm:572
30153020 #, perl-format
30163021 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30173022 msgstr "uzel %s „%s“ v nabídce „%s“ se liší od toho v oddílech „%s“"
30183023
3019 #: tp/Texinfo/Structuring.pm:591
3024 #: tp/Texinfo/Structuring.pm:590
30203025 #, perl-format
30213026 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30223027 msgstr "uzel „%s“ je %s pro „%s“ v nabídce ale ne v oddílech"
30233028
3024 #: tp/Texinfo/Structuring.pm:646
3029 #: tp/Texinfo/Structuring.pm:645
30253030 #, perl-format
30263031 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30273032 msgstr "%s ukazatel „%s“ (pro uzel „%s“) se liší od %s názvu „%s“"
30283033
3029 #: tp/Texinfo/Structuring.pm:670
3034 #: tp/Texinfo/Structuring.pm:669
30303035 #, perl-format
30313036 msgid "%s reference to nonexistent `%s'"
30323037 msgstr "%s se odkazuje na neexistující „%s“"
30333038
3034 #: tp/Texinfo/Structuring.pm:691
3039 #: tp/Texinfo/Structuring.pm:690
30353040 #, perl-format
30363041 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30373042 msgstr ""
30383043 "uzel „%s“ postrádá položku nabídky pro „%s“ navzdory tomu, že je jeho "
30393044 "nadřazeným uzlem"
30403045
3041 #: tp/Texinfo/Structuring.pm:699
3046 #: tp/Texinfo/Structuring.pm:698
30423047 #, perl-format
30433048 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30443049 msgstr "u „%s“ nahoru v menu „%s“ a nahoru „%s“ se neshodují"
30453050
3046 #: tp/Texinfo/Structuring.pm:1218
3051 #: tp/Texinfo/Structuring.pm:1217
30473052 #, perl-format
30483053 msgid "@%s to `%s', different from %s name `%s'"
30493054 msgstr "@%s do „%s“ se liší od %s názvu „%s“"
30503055
3051 #: tp/Texinfo/Structuring.pm:1464
3056 #: tp/Texinfo/Structuring.pm:1503
30523057 #, perl-format
30533058 msgid "empty index key in @%s"
30543059 msgstr "prázdný klíč rejstříku v @%s"
Binary diff not shown
1717 msgstr ""
1818 "Project-Id-Version: texinfo 6.5.90\n"
1919 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
20 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
20 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
2121 "PO-Revision-Date: 2019-01-12 10:09+0100\n"
2222 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
2323 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
20052005
20062006 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20072007 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2008 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2009 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2010 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2011 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2008 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2009 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2010 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2011 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20122012 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20132013 #, perl-format
20142014 msgid "could not open %s for writing: %s"
20702070 msgid "could not open %s: %s"
20712071 msgstr "kunne ikke åbne %s: %s"
20722072
2073 #: tp/Texinfo/Common.pm:2253
2073 #: tp/Texinfo/Common.pm:1755
2074 #, perl-format
2075 msgid "using a renamed nodes file (`%s') is deprecated"
2076 msgstr ""
2077
2078 #: tp/Texinfo/Common.pm:2254
20742079 #, perl-format
20752080 msgid "could not protect hash character in @%s"
20762081 msgstr "kunne ikke beskytte hash-tegn i @%s"
20772082
2078 #: tp/Texinfo/Common.pm:2635
2083 #: tp/Texinfo/Common.pm:2636
20792084 #, perl-format
20802085 msgid "empty node name after expansion `%s'"
20812086 msgstr "tomt emnenavn efter udfoldning »%s«"
20822087
2083 #: tp/Texinfo/Common.pm:2643
2088 #: tp/Texinfo/Common.pm:2644
20842089 #, perl-format
20852090 msgid "@%s `%s' previously defined"
20862091 msgstr "@%s »%s« er allerede defineret"
20872092
2088 #: tp/Texinfo/Common.pm:2649
2093 #: tp/Texinfo/Common.pm:2650
20892094 #, perl-format
20902095 msgid "here is the previous definition as @%s"
20912096 msgstr "her er den tidligere definition som @%s"
20922097
2093 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2098 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
20942099 #, perl-format
20952100 msgid "empty argument in @%s"
20962101 msgstr "tom parameter i @%s"
21022107 msgstr "%s: uddata er ikke kompatible med split"
21032108
21042109 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2105 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2106 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2110 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2111 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21072112 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21082113 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21092114 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21302135 msgid "no argument specified for @U"
21312136 msgstr "Ingen parameter angivet for @U"
21322137
2133 #: tp/Texinfo/Convert/HTML.pm:1727
2138 #: tp/Texinfo/Convert/HTML.pm:1719
21342139 #, perl-format
21352140 msgid "@image file `%s' (for HTML) not found, using `%s'"
21362141 msgstr "@image-filen »%s« (for HTML) blev ikke fundet, anvender »%s«"
21372142
2138 #: tp/Texinfo/Convert/HTML.pm:2412
2143 #: tp/Texinfo/Convert/HTML.pm:2404
21392144 #, perl-format
21402145 msgid "raw format %s is not converted"
21412146 msgstr "rå format %s er ikke konverteret"
21422147
2143 #: tp/Texinfo/Convert/HTML.pm:4663
2148 #: tp/Texinfo/Convert/HTML.pm:4647
21442149 #, perl-format
21452150 msgid "could not open html refs config file %s: %s"
21462151 msgstr "kunne ikke åbne html-referencekonfigurationsfilen %s: %s"
21472152
2148 #: tp/Texinfo/Convert/HTML.pm:4691
2153 #: tp/Texinfo/Convert/HTML.pm:4675
21492154 msgid "missing type"
21502155 msgstr "manglende type"
21512156
2152 #: tp/Texinfo/Convert/HTML.pm:4694
2157 #: tp/Texinfo/Convert/HTML.pm:4678
21532158 #, perl-format
21542159 msgid "unrecognized type: %s"
21552160 msgstr "typen blev ikke genkendt: %s"
21562161
2157 #: tp/Texinfo/Convert/HTML.pm:4711
2162 #: tp/Texinfo/Convert/HTML.pm:4695
21582163 #, perl-format
21592164 msgid "error on closing html refs config file %s: %s"
21602165 msgstr ""
21612166 "der opstod en fejl under lukning af html-referencekonfigurationsfilen %s: %s"
21622167
2163 #: tp/Texinfo/Convert/HTML.pm:5038
2168 #: tp/Texinfo/Convert/HTML.pm:5022
21642169 msgid "string not closed in css file"
21652170 msgstr "streng ikke lukket i css-fil"
21662171
2167 #: tp/Texinfo/Convert/HTML.pm:5040
2172 #: tp/Texinfo/Convert/HTML.pm:5024
21682173 msgid "--css-include ended in comment"
21692174 msgstr "--css-include afsluttet i kommentar"
21702175
2171 #: tp/Texinfo/Convert/HTML.pm:5042
2176 #: tp/Texinfo/Convert/HTML.pm:5026
21722177 msgid "@import not finished in css file"
21732178 msgstr "@import er ikke færdig i css-fil"
21742179
2175 #: tp/Texinfo/Convert/HTML.pm:5068
2180 #: tp/Texinfo/Convert/HTML.pm:5052
21762181 #, perl-format
21772182 msgid "CSS file %s not found"
21782183 msgstr "CSS-filen %s blev ikke fundet"
21792184
2180 #: tp/Texinfo/Convert/HTML.pm:5074
2185 #: tp/Texinfo/Convert/HTML.pm:5058
21812186 #, perl-format
21822187 msgid "could not open --include-file %s: %s"
21832188 msgstr "kunne ikke åbne --include-file %s: %s"
21842189
2185 #: tp/Texinfo/Convert/HTML.pm:5084
2190 #: tp/Texinfo/Convert/HTML.pm:5068
21862191 #, perl-format
21872192 msgid "error on closing CSS file %s: %s"
21882193 msgstr "der opstod en fejl under lukning af CSS-filen %s: %s"
21892194
2190 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2195 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
21912196 #, perl-format
21922197 msgid "no htmlxref.cnf entry found for `%s'"
21932198 msgstr "ingen htmlxref.cnf-poster blev fundet for »%s«"
21942199
2195 #: tp/Texinfo/Convert/HTML.pm:6607
2200 #: tp/Texinfo/Convert/HTML.pm:6591
21962201 #, perl-format
21972202 msgid "error on closing frame file %s: %s"
21982203 msgstr "der opstod en fejl under lukning af frame-filen %s: %s"
21992204
2200 #: tp/Texinfo/Convert/HTML.pm:6631
2205 #: tp/Texinfo/Convert/HTML.pm:6615
22012206 #, perl-format
22022207 msgid "error on closing TOC frame file %s: %s"
22032208 msgstr ""
22042209 "der opstod en fejl under lukning af indholdsfortegnelsens frame-fil %s: %s"
22052210
2206 #: tp/Texinfo/Convert/HTML.pm:6746
2211 #: tp/Texinfo/Convert/HTML.pm:6730
22072212 #, perl-format
22082213 msgid "handler %s of stage %s priority %s failed"
22092214 msgstr "håndtering %s for trin %s prioritet %s mislykkedes"
22102215
2211 #: tp/Texinfo/Convert/HTML.pm:6951
2216 #: tp/Texinfo/Convert/HTML.pm:6935
22122217 msgid "must specify a title with a title command or @top"
22132218 msgstr "skal angive en titel med en titelkommando eller @top"
22142219
2215 #: tp/Texinfo/Convert/HTML.pm:7162
2220 #: tp/Texinfo/Convert/HTML.pm:7146
22162221 #, perl-format
22172222 msgid "error on closing redirection node file %s: %s"
22182223 msgstr "der opstod en fejl under lukning af videresendelsesemnefilen %s: %s"
22192224
2220 #: tp/Texinfo/Convert/HTML.pm:7188
2225 #: tp/Texinfo/Convert/HTML.pm:7172
22212226 #, perl-format
22222227 msgid "old name for `%s' is a node of the document"
22232228 msgstr "gammelt navn for »%s« er et emne for dokumentet"
22242229
2225 #: tp/Texinfo/Convert/HTML.pm:7194
2230 #: tp/Texinfo/Convert/HTML.pm:7178
22262231 #, perl-format
22272232 msgid "file empty for renamed node `%s'"
22282233 msgstr "fil tom for omdøbt emne »%s«"
22292234
2230 #: tp/Texinfo/Convert/HTML.pm:7208
2235 #: tp/Texinfo/Convert/HTML.pm:7192
22312236 #, perl-format
22322237 msgid "target node (new name for `%s') not in document: %s"
22332238 msgstr "målemne (nyt navn for »%s«) er ikke i dokument: %s"
22342239
2235 #: tp/Texinfo/Convert/HTML.pm:7240
2240 #: tp/Texinfo/Convert/HTML.pm:7224
22362241 #, perl-format
22372242 msgid "error on closing renamed node redirection file %s: %s"
22382243 msgstr ""
22392244 "der opstod en fejl under lukning af omdøbt emnevideresendelsesfil %s: %s"
22402245
2241 #: tp/Texinfo/Convert/HTML.pm:7278
2246 #: tp/Texinfo/Convert/HTML.pm:7262
22422247 msgid "empty node name"
22432248 msgstr "tomt emnenavn"
22442249
2245 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2250 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22462251 #, perl-format
22472252 msgid "syntax for an external node used for `%s'"
22482253 msgstr "syntaks for et eksternt emne anvendt for »%s«"
23472352 msgid "menu entry name should not contain `:'"
23482353 msgstr "menupostens navn må ikke indeholde »:«"
23492354
2350 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2355 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23512356 #, perl-format
23522357 msgid "multiple @%s"
23532358 msgstr "flere @%s"
29502955 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
29512956 msgstr "@urefbreakstyle-parameter skal være »after«/»before«/»none«, ikke »%s«"
29522957
2953 #: tp/Texinfo/Structuring.pm:176
2958 #: tp/Texinfo/Structuring.pm:175
29542959 #, perl-format
29552960 msgid "raising the section level of @%s which is too low"
29562961 msgstr "forøger afsnitniveauet for @%s, der er for lavt"
29572962
2958 #: tp/Texinfo/Structuring.pm:208
2963 #: tp/Texinfo/Structuring.pm:207
29592964 #, perl-format
29602965 msgid "no chapter-level command before @%s"
29612966 msgstr "ingen afsnitsniveaukommando før @%s"
29622967
2963 #: tp/Texinfo/Structuring.pm:213
2968 #: tp/Texinfo/Structuring.pm:212
29642969 #, perl-format
29652970 msgid "lowering the section level of @%s appearing after a lower element"
29662971 msgstr ""
29672972 "formindsker afsnitniveauet for @%s, der fremgår efter et lavere element"
29682973
2969 #: tp/Texinfo/Structuring.pm:302
2974 #: tp/Texinfo/Structuring.pm:301
29702975 #, perl-format
29712976 msgid "no sectioning command associated with @%s"
29722977 msgstr "ingen afsnitsopdeling associeret med @%s"
29732978
2974 #: tp/Texinfo/Structuring.pm:330
2979 #: tp/Texinfo/Structuring.pm:329
29752980 #, perl-format
29762981 msgid "@%s not empty"
29772982 msgstr "@%s er ikke tom"
29782983
2979 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
2984 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
29802985 #, perl-format
29812986 msgid "@%s reference to nonexistent node `%s'"
29822987 msgstr "@%s-reference til ikkeeksisterende emne »%s«"
29832988
2984 #: tp/Texinfo/Structuring.pm:394
2989 #: tp/Texinfo/Structuring.pm:393
29852990 #, perl-format
29862991 msgid "@%s entry node name `%s' different from %s name `%s'"
29872992 msgstr "@%s-postemnenavn »%s« er forskellig fra %s-navn »%s«"
29882993
2989 #: tp/Texinfo/Structuring.pm:513
2994 #: tp/Texinfo/Structuring.pm:512
29902995 #, perl-format
29912996 msgid "unreferenced node `%s'"
29922997 msgstr "ikkerefereret emne »%s«"
29932998
2994 #: tp/Texinfo/Structuring.pm:564
2999 #: tp/Texinfo/Structuring.pm:563
29953000 #, perl-format
29963001 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
29973002 msgstr "emne »%s« er %s for »%s« i afsnitsopdeling men ikke i menu"
29983003
2999 #: tp/Texinfo/Structuring.pm:573
3004 #: tp/Texinfo/Structuring.pm:572
30003005 #, perl-format
30013006 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30023007 msgstr "emne %s »%s« i menu »%s« og i afsnitsopdeling »%s« er forskellige"
30033008
3004 #: tp/Texinfo/Structuring.pm:591
3009 #: tp/Texinfo/Structuring.pm:590
30053010 #, perl-format
30063011 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30073012 msgstr "emne »%s« er %s for »%s« i menu men ikke i afsnitsopdeling"
30083013
3009 #: tp/Texinfo/Structuring.pm:646
3014 #: tp/Texinfo/Structuring.pm:645
30103015 #, perl-format
30113016 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30123017 msgstr "%s-peger »%s« (for emne »%s«) er forskellig fra %s-navn »%s«"
30133018
3014 #: tp/Texinfo/Structuring.pm:670
3019 #: tp/Texinfo/Structuring.pm:669
30153020 #, perl-format
30163021 msgid "%s reference to nonexistent `%s'"
30173022 msgstr "%s-reference til ikkeeksisterende »%s«"
30183023
3019 #: tp/Texinfo/Structuring.pm:691
3024 #: tp/Texinfo/Structuring.pm:690
30203025 #, perl-format
30213026 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30223027 msgstr ""
30233028 "emnet »%s« mangler menupunkt for »%s« på trods af at det er dens »Op«-mål"
30243029
3025 #: tp/Texinfo/Structuring.pm:699
3030 #: tp/Texinfo/Structuring.pm:698
30263031 #, perl-format
30273032 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30283033 msgstr "for »%s«, op i menu »%s« og op »%s« matcher ikke"
30293034
3030 #: tp/Texinfo/Structuring.pm:1218
3035 #: tp/Texinfo/Structuring.pm:1217
30313036 #, perl-format
30323037 msgid "@%s to `%s', different from %s name `%s'"
30333038 msgstr "@%s til »%s«, forskellig fra %s-navn »%s«"
30343039
3035 #: tp/Texinfo/Structuring.pm:1464
3040 #: tp/Texinfo/Structuring.pm:1503
30363041 #, perl-format
30373042 msgid "empty index key in @%s"
30383043 msgstr "tomt indeksnøgle i @%s"
Binary diff not shown
3434 msgstr ""
3535 "Project-Id-Version: texinfo 5.9.90\n"
3636 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
37 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
37 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
3838 "PO-Revision-Date: 2015-03-02 13:41+0100\n"
3939 "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
4040 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
20922092
20932093 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20942094 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2095 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2096 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2097 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2098 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2095 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2096 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2097 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2098 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20992099 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
21002100 #, perl-format
21012101 msgid "could not open %s for writing: %s"
21552155 msgid "could not open %s: %s"
21562156 msgstr "%s konnte nicht geöffnet werden: %s"
21572157
2158 #: tp/Texinfo/Common.pm:2253
2158 #: tp/Texinfo/Common.pm:1755
2159 #, perl-format
2160 msgid "using a renamed nodes file (`%s') is deprecated"
2161 msgstr ""
2162
2163 #: tp/Texinfo/Common.pm:2254
21592164 #, perl-format
21602165 msgid "could not protect hash character in @%s"
21612166 msgstr "Hash-Zeichen in @%s konnte nicht geschützt werden"
21622167
2163 #: tp/Texinfo/Common.pm:2635
2168 #: tp/Texinfo/Common.pm:2636
21642169 #, perl-format
21652170 msgid "empty node name after expansion `%s'"
21662171 msgstr "Leerer Knotenname nach der Erweiterung „%s“"
21672172
2168 #: tp/Texinfo/Common.pm:2643
2173 #: tp/Texinfo/Common.pm:2644
21692174 #, perl-format
21702175 msgid "@%s `%s' previously defined"
21712176 msgstr "@%s „%s“ früher definiert"
21722177
2173 #: tp/Texinfo/Common.pm:2649
2178 #: tp/Texinfo/Common.pm:2650
21742179 #, perl-format
21752180 msgid "here is the previous definition as @%s"
21762181 msgstr "hier ist die frühere Definition als @%s"
21772182
2178 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2183 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21792184 #, perl-format
21802185 msgid "empty argument in @%s"
21812186 msgstr "leeres Argument in @%s"
21862191 msgstr "%s: die Ausgabe ist ungeeignet für Split"
21872192
21882193 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2189 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2190 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2194 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2195 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21912196 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21922197 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21932198 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
22142219 msgid "no argument specified for @U"
22152220 msgstr "es wurde kein Argument für @U angegeben"
22162221
2217 #: tp/Texinfo/Convert/HTML.pm:1727
2222 #: tp/Texinfo/Convert/HTML.pm:1719
22182223 #, perl-format
22192224 msgid "@image file `%s' (for HTML) not found, using `%s'"
22202225 msgstr "@image-Datei „%s“ (für HTML) nicht gefunden, „%s“ wird benutzt"
22212226
2222 #: tp/Texinfo/Convert/HTML.pm:2412
2227 #: tp/Texinfo/Convert/HTML.pm:2404
22232228 #, perl-format
22242229 msgid "raw format %s is not converted"
22252230 msgstr "rohes Format %s wird nicht konvertiert"
22262231
2227 #: tp/Texinfo/Convert/HTML.pm:4663
2232 #: tp/Texinfo/Convert/HTML.pm:4647
22282233 #, perl-format
22292234 msgid "could not open html refs config file %s: %s"
22302235 msgstr "HTML-Refs-Konfigurationsdatei %s konnte nicht gefunden werden: %s"
22312236
2232 #: tp/Texinfo/Convert/HTML.pm:4691
2237 #: tp/Texinfo/Convert/HTML.pm:4675
22332238 msgid "missing type"
22342239 msgstr "fehlender Typ"
22352240
2236 #: tp/Texinfo/Convert/HTML.pm:4694
2241 #: tp/Texinfo/Convert/HTML.pm:4678
22372242 #, perl-format
22382243 msgid "unrecognized type: %s"
22392244 msgstr "nicht erkannter Typ: %s"
22402245
2241 #: tp/Texinfo/Convert/HTML.pm:4711
2246 #: tp/Texinfo/Convert/HTML.pm:4695
22422247 #, perl-format
22432248 msgid "error on closing html refs config file %s: %s"
22442249 msgstr "Fehler beim Schließen derHTML-Refs-Konfigurationsdatei %s: %s"
22452250
2246 #: tp/Texinfo/Convert/HTML.pm:5038
2251 #: tp/Texinfo/Convert/HTML.pm:5022
22472252 msgid "string not closed in css file"
22482253 msgstr "Zeichenkette in CSS-Datei nicht geschlossen"
22492254
2250 #: tp/Texinfo/Convert/HTML.pm:5040
2255 #: tp/Texinfo/Convert/HTML.pm:5024
22512256 msgid "--css-include ended in comment"
22522257 msgstr "--css-include endete inmitten eines Kommentars"
22532258
2254 #: tp/Texinfo/Convert/HTML.pm:5042
2259 #: tp/Texinfo/Convert/HTML.pm:5026
22552260 msgid "@import not finished in css file"
22562261 msgstr "@import in CSS-Datei nicht abgeschlossen"
22572262
2258 #: tp/Texinfo/Convert/HTML.pm:5068
2263 #: tp/Texinfo/Convert/HTML.pm:5052
22592264 #, perl-format
22602265 msgid "CSS file %s not found"
22612266 msgstr "CSS-Datei %s nicht gefunden"
22622267
2263 #: tp/Texinfo/Convert/HTML.pm:5074
2268 #: tp/Texinfo/Convert/HTML.pm:5058
22642269 #, perl-format
22652270 msgid "could not open --include-file %s: %s"
22662271 msgstr "--include-file %s konnte nicht geöffnet werden: %s"
22672272
2268 #: tp/Texinfo/Convert/HTML.pm:5084
2273 #: tp/Texinfo/Convert/HTML.pm:5068
22692274 #, perl-format
22702275 msgid "error on closing CSS file %s: %s"
22712276 msgstr "Fehler beim Schließen der CSS-Datei %s: %s"
22722277
2273 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2278 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22742279 #, perl-format
22752280 msgid "no htmlxref.cnf entry found for `%s'"
22762281 msgstr "kein Eintrag htmlxref.cnf für „%s“ gefunden"
22772282
2278 #: tp/Texinfo/Convert/HTML.pm:6607
2283 #: tp/Texinfo/Convert/HTML.pm:6591
22792284 #, perl-format
22802285 msgid "error on closing frame file %s: %s"
22812286 msgstr "Fehler beim Schließen der Rahmendatei %s: %s"
22822287
2283 #: tp/Texinfo/Convert/HTML.pm:6631
2288 #: tp/Texinfo/Convert/HTML.pm:6615
22842289 #, perl-format
22852290 msgid "error on closing TOC frame file %s: %s"
22862291 msgstr "Fehler beim Schließen der Inhaltsverzeichnis-Rahmendatei %s: %s"
22872292
2288 #: tp/Texinfo/Convert/HTML.pm:6746
2293 #: tp/Texinfo/Convert/HTML.pm:6730
22892294 #, perl-format
22902295 msgid "handler %s of stage %s priority %s failed"
22912296 msgstr "Verarbeitung %s der Stufe %s %s-Pritorität ist fehlgeschlagen"
22922297
2293 #: tp/Texinfo/Convert/HTML.pm:6951
2298 #: tp/Texinfo/Convert/HTML.pm:6935
22942299 msgid "must specify a title with a title command or @top"
22952300 msgstr "Titel muss mit dem Titelbefehl oder @top angegeben werden"
22962301
2297 #: tp/Texinfo/Convert/HTML.pm:7162
2302 #: tp/Texinfo/Convert/HTML.pm:7146
22982303 #, perl-format
22992304 msgid "error on closing redirection node file %s: %s"
23002305 msgstr "Fehler beim Schließen der umbenannten Knotendatei %s: %s"
23012306
2302 #: tp/Texinfo/Convert/HTML.pm:7188
2307 #: tp/Texinfo/Convert/HTML.pm:7172
23032308 #, perl-format
23042309 msgid "old name for `%s' is a node of the document"
23052310 msgstr "alter Name für „%s“ ist ein Knoten dieses Dokuments."
23062311
2307 #: tp/Texinfo/Convert/HTML.pm:7194
2312 #: tp/Texinfo/Convert/HTML.pm:7178
23082313 #, perl-format
23092314 msgid "file empty for renamed node `%s'"
23102315 msgstr "Datei leer für umbenannten Knoten „%s“"
23112316
2312 #: tp/Texinfo/Convert/HTML.pm:7208
2317 #: tp/Texinfo/Convert/HTML.pm:7192
23132318 #, perl-format
23142319 msgid "target node (new name for `%s') not in document: %s"
23152320 msgstr "Zielknoten (neuer Name für „%s“) ist nicht im Dokument: %s"
23162321
2317 #: tp/Texinfo/Convert/HTML.pm:7240
2322 #: tp/Texinfo/Convert/HTML.pm:7224
23182323 #, perl-format
23192324 msgid "error on closing renamed node redirection file %s: %s"
23202325 msgstr ""
23212326 "Fehler beim Schließen der umbenannten Knoten-Weiterleitungsdatei %s: %s"
23222327
2323 #: tp/Texinfo/Convert/HTML.pm:7278
2328 #: tp/Texinfo/Convert/HTML.pm:7262
23242329 msgid "empty node name"
23252330 msgstr "leerer Knotenname"
23262331
2327 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2332 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
23282333 #, perl-format
23292334 msgid "syntax for an external node used for `%s'"
23302335 msgstr "Syntax für einen externen Knoten für „%s“ benutzt"
24282433 msgid "menu entry name should not contain `:'"
24292434 msgstr "Menüeintrag-Name sollte keinen „:“ enthalten"
24302435
2431 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2436 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
24322437 #, perl-format
24332438 msgid "multiple @%s"
24342439 msgstr "mehrfache @%s"
30503055 "Argument für @urefbreakstyle muss „after“, „before“ oder „none“ sein, nicht "
30513056 "„%s“"
30523057
3053 #: tp/Texinfo/Structuring.pm:176
3058 #: tp/Texinfo/Structuring.pm:175
30543059 #, perl-format
30553060 msgid "raising the section level of @%s which is too low"
30563061 msgstr ""
30573062 "Einordnung der Abschnittsebene für @%s wird angehoben, weil sie zu niedrig "
30583063 "ist"
30593064
3060 #: tp/Texinfo/Structuring.pm:208
3065 #: tp/Texinfo/Structuring.pm:207
30613066 #, perl-format
30623067 msgid "no chapter-level command before @%s"
30633068 msgstr "kein chapter-level-Befehl vor @%s"
30643069
3065 #: tp/Texinfo/Structuring.pm:213
3070 #: tp/Texinfo/Structuring.pm:212
30663071 #, perl-format
30673072 msgid "lowering the section level of @%s appearing after a lower element"
30683073 msgstr ""
30693074 "Einordnung der Abschnittsebene für @%s wird nach einem Element niederer "
30703075 "Ebene abgesenkt"
30713076
3072 #: tp/Texinfo/Structuring.pm:302
3077 #: tp/Texinfo/Structuring.pm:301
30733078 #, perl-format
30743079 msgid "no sectioning command associated with @%s"
30753080 msgstr "kein Abschnittsbefehl mit @%s verknüpft"
30763081
3077 #: tp/Texinfo/Structuring.pm:330
3082 #: tp/Texinfo/Structuring.pm:329
30783083 #, perl-format
30793084 msgid "@%s not empty"
30803085 msgstr "@%s ist nicht leer"
30813086
3082 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3087 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
30833088 #, perl-format
30843089 msgid "@%s reference to nonexistent node `%s'"
30853090 msgstr "@%s-Referenz auf nicht existierenden Knoten „%s“"
30863091
3087 #: tp/Texinfo/Structuring.pm:394
3092 #: tp/Texinfo/Structuring.pm:393
30883093 #, perl-format
30893094 msgid "@%s entry node name `%s' different from %s name `%s'"
30903095 msgstr "@%s Name des Eintragsknotens „%s“ unterscheidet sich vom %s-Namen „%s“"
30913096
3092 #: tp/Texinfo/Structuring.pm:513
3097 #: tp/Texinfo/Structuring.pm:512
30933098 #, perl-format
30943099 msgid "unreferenced node `%s'"
30953100 msgstr "Nicht referenzierter Knoten „%s“"
30963101
3097 #: tp/Texinfo/Structuring.pm:564
3102 #: tp/Texinfo/Structuring.pm:563
30983103 #, perl-format
30993104 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31003105 msgstr "Knoten „%s“ ist %s für „%s“ im Abschnitt, aber nicht im Menü"
31013106
3102 #: tp/Texinfo/Structuring.pm:573
3107 #: tp/Texinfo/Structuring.pm:572
31033108 #, perl-format
31043109 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31053110 msgstr "%s-Knoten „%s“ im Menü „%s“ und im Abschnitt „%s“ sind unterschiedlich"
31063111
3107 #: tp/Texinfo/Structuring.pm:591
3112 #: tp/Texinfo/Structuring.pm:590
31083113 #, perl-format
31093114 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
31103115 msgstr "„%s“-Knoten ist %s für „%s“ im Menü, aber nicht im Abschnitt"
31113116
3112 #: tp/Texinfo/Structuring.pm:646
3117 #: tp/Texinfo/Structuring.pm:645
31133118 #, perl-format
31143119 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
31153120 msgstr "%s-Zeiger „%s„ (für Knoten „%s“) unterscheidet sich vom %s-Namen „%s“"
31163121
3117 #: tp/Texinfo/Structuring.pm:670
3122 #: tp/Texinfo/Structuring.pm:669
31183123 #, perl-format
31193124 msgid "%s reference to nonexistent `%s'"
31203125 msgstr "%s-Referenz zu nicht existierendem „%s“"
31213126
3122 #: tp/Texinfo/Structuring.pm:691
3127 #: tp/Texinfo/Structuring.pm:690
31233128 #, perl-format
31243129 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
31253130 msgstr ""
31263131 "Dem Knoten „%s“ fehlt ein Menüeintrag für „%s“, obwohl er dessen Ziel für "
31273132 "„aufwärts“ (Up) ist"
31283133
3129 #: tp/Texinfo/Structuring.pm:699
3134 #: tp/Texinfo/Structuring.pm:698
31303135 #, perl-format
31313136 msgid "for `%s', up in menu `%s' and up `%s' don't match"
31323137 msgstr ""
31333138 "für „%s“, nach oben im Menü „%s“ und nach oben zu „%s“ sind unterschiedlich"
31343139
3135 #: tp/Texinfo/Structuring.pm:1218
3140 #: tp/Texinfo/Structuring.pm:1217
31363141 #, perl-format
31373142 msgid "@%s to `%s', different from %s name `%s'"
31383143 msgstr "@%s zu „%s“, unterscheidet sich vom %s-Namen „%s“"
31393144
3140 #: tp/Texinfo/Structuring.pm:1464
3145 #: tp/Texinfo/Structuring.pm:1503
31413146 #, perl-format
31423147 msgid "empty index key in @%s"
31433148 msgstr "Leerer Index-Schlüssel in @%s"
Binary diff not shown
88 msgstr ""
99 "Project-Id-Version: texinfo 3.12d\n"
1010 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
11 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
11 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1212 "PO-Revision-Date: 1999-02-16 21:14+01:00\n"
1313 "Last-Translator: Karl Eichwalder <ke@suse.de>\n"
1414 "Language-Team: German <de@li.org>\n"
18351835
18361836 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
18371837 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
1838 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
1839 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
1840 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
1841 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
1838 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
1839 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
1840 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
1841 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
18421842 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
18431843 #, perl-format
18441844 msgid "could not open %s for writing: %s"
18981898 msgid "could not open %s: %s"
18991899 msgstr ""
19001900
1901 #: tp/Texinfo/Common.pm:2253
1901 #: tp/Texinfo/Common.pm:1755
1902 #, perl-format
1903 msgid "using a renamed nodes file (`%s') is deprecated"
1904 msgstr ""
1905
1906 #: tp/Texinfo/Common.pm:2254
19021907 #, perl-format
19031908 msgid "could not protect hash character in @%s"
19041909 msgstr ""
19051910
1906 #: tp/Texinfo/Common.pm:2635
1911 #: tp/Texinfo/Common.pm:2636
19071912 #, perl-format
19081913 msgid "empty node name after expansion `%s'"
19091914 msgstr ""
19101915
1911 #: tp/Texinfo/Common.pm:2643
1916 #: tp/Texinfo/Common.pm:2644
19121917 #, perl-format
19131918 msgid "@%s `%s' previously defined"
19141919 msgstr ""
19151920
1916 #: tp/Texinfo/Common.pm:2649
1921 #: tp/Texinfo/Common.pm:2650
19171922 #, perl-format
19181923 msgid "here is the previous definition as @%s"
19191924 msgstr ""
19201925
1921 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
1926 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
19221927 #, perl-format
19231928 msgid "empty argument in @%s"
19241929 msgstr ""
19291934 msgstr ""
19301935
19311936 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
1932 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
1933 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
1937 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
1938 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
19341939 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
19351940 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
19361941 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
19571962 msgid "no argument specified for @U"
19581963 msgstr ""
19591964
1960 #: tp/Texinfo/Convert/HTML.pm:1727
1965 #: tp/Texinfo/Convert/HTML.pm:1719
19611966 #, perl-format
19621967 msgid "@image file `%s' (for HTML) not found, using `%s'"
19631968 msgstr ""
19641969
1965 #: tp/Texinfo/Convert/HTML.pm:2412
1970 #: tp/Texinfo/Convert/HTML.pm:2404
19661971 #, perl-format
19671972 msgid "raw format %s is not converted"
19681973 msgstr ""
19691974
1970 #: tp/Texinfo/Convert/HTML.pm:4663
1975 #: tp/Texinfo/Convert/HTML.pm:4647
19711976 #, perl-format
19721977 msgid "could not open html refs config file %s: %s"
19731978 msgstr ""
19741979
1975 #: tp/Texinfo/Convert/HTML.pm:4691
1980 #: tp/Texinfo/Convert/HTML.pm:4675
19761981 msgid "missing type"
19771982 msgstr ""
19781983
1979 #: tp/Texinfo/Convert/HTML.pm:4694
1984 #: tp/Texinfo/Convert/HTML.pm:4678
19801985 #, perl-format
19811986 msgid "unrecognized type: %s"
19821987 msgstr ""
19831988
1984 #: tp/Texinfo/Convert/HTML.pm:4711
1989 #: tp/Texinfo/Convert/HTML.pm:4695
19851990 #, perl-format
19861991 msgid "error on closing html refs config file %s: %s"
19871992 msgstr ""
19881993
1989 #: tp/Texinfo/Convert/HTML.pm:5038
1994 #: tp/Texinfo/Convert/HTML.pm:5022
19901995 msgid "string not closed in css file"
19911996 msgstr ""
19921997
1993 #: tp/Texinfo/Convert/HTML.pm:5040
1998 #: tp/Texinfo/Convert/HTML.pm:5024
19941999 msgid "--css-include ended in comment"
19952000 msgstr ""
19962001
1997 #: tp/Texinfo/Convert/HTML.pm:5042
2002 #: tp/Texinfo/Convert/HTML.pm:5026
19982003 msgid "@import not finished in css file"
19992004 msgstr ""
20002005
2006 #: tp/Texinfo/Convert/HTML.pm:5052
2007 #, perl-format
2008 msgid "CSS file %s not found"
2009 msgstr ""
2010
2011 #: tp/Texinfo/Convert/HTML.pm:5058
2012 #, perl-format
2013 msgid "could not open --include-file %s: %s"
2014 msgstr ""
2015
20012016 #: tp/Texinfo/Convert/HTML.pm:5068
20022017 #, perl-format
2003 msgid "CSS file %s not found"
2004 msgstr ""
2005
2006 #: tp/Texinfo/Convert/HTML.pm:5074
2007 #, perl-format
2008 msgid "could not open --include-file %s: %s"
2009 msgstr ""
2010
2011 #: tp/Texinfo/Convert/HTML.pm:5084
2012 #, perl-format
20132018 msgid "error on closing CSS file %s: %s"
20142019 msgstr ""
20152020
2016 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2021 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
20172022 #, perl-format
20182023 msgid "no htmlxref.cnf entry found for `%s'"
20192024 msgstr ""
20202025
2021 #: tp/Texinfo/Convert/HTML.pm:6607
2026 #: tp/Texinfo/Convert/HTML.pm:6591
20222027 #, perl-format
20232028 msgid "error on closing frame file %s: %s"
20242029 msgstr ""
20252030
2026 #: tp/Texinfo/Convert/HTML.pm:6631
2031 #: tp/Texinfo/Convert/HTML.pm:6615
20272032 #, perl-format
20282033 msgid "error on closing TOC frame file %s: %s"
20292034 msgstr ""
20302035
2031 #: tp/Texinfo/Convert/HTML.pm:6746
2036 #: tp/Texinfo/Convert/HTML.pm:6730
20322037 #, perl-format
20332038 msgid "handler %s of stage %s priority %s failed"
20342039 msgstr ""
20352040
2036 #: tp/Texinfo/Convert/HTML.pm:6951
2041 #: tp/Texinfo/Convert/HTML.pm:6935
20372042 msgid "must specify a title with a title command or @top"
20382043 msgstr ""
20392044
2040 #: tp/Texinfo/Convert/HTML.pm:7162
2045 #: tp/Texinfo/Convert/HTML.pm:7146
20412046 #, perl-format
20422047 msgid "error on closing redirection node file %s: %s"
20432048 msgstr ""
20442049
2045 #: tp/Texinfo/Convert/HTML.pm:7188
2050 #: tp/Texinfo/Convert/HTML.pm:7172
20462051 #, perl-format
20472052 msgid "old name for `%s' is a node of the document"
20482053 msgstr ""
20492054
2050 #: tp/Texinfo/Convert/HTML.pm:7194
2055 #: tp/Texinfo/Convert/HTML.pm:7178
20512056 #, perl-format
20522057 msgid "file empty for renamed node `%s'"
20532058 msgstr ""
20542059
2055 #: tp/Texinfo/Convert/HTML.pm:7208
2060 #: tp/Texinfo/Convert/HTML.pm:7192
20562061 #, perl-format
20572062 msgid "target node (new name for `%s') not in document: %s"
20582063 msgstr ""
20592064
2060 #: tp/Texinfo/Convert/HTML.pm:7240
2065 #: tp/Texinfo/Convert/HTML.pm:7224
20612066 #, perl-format
20622067 msgid "error on closing renamed node redirection file %s: %s"
20632068 msgstr ""
20642069
2065 #: tp/Texinfo/Convert/HTML.pm:7278
2070 #: tp/Texinfo/Convert/HTML.pm:7262
20662071 msgid "empty node name"
20672072 msgstr ""
20682073
2069 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2074 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
20702075 #, perl-format
20712076 msgid "syntax for an external node used for `%s'"
20722077 msgstr ""
21672172 msgid "menu entry name should not contain `:'"
21682173 msgstr ""
21692174
2170 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2175 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
21712176 #, perl-format
21722177 msgid "multiple @%s"
21732178 msgstr ""
27642769 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
27652770 msgstr ""
27662771
2767 #: tp/Texinfo/Structuring.pm:176
2772 #: tp/Texinfo/Structuring.pm:175
27682773 #, perl-format
27692774 msgid "raising the section level of @%s which is too low"
27702775 msgstr ""
27712776
2772 #: tp/Texinfo/Structuring.pm:208
2777 #: tp/Texinfo/Structuring.pm:207
27732778 #, perl-format
27742779 msgid "no chapter-level command before @%s"
27752780 msgstr ""
27762781
2777 #: tp/Texinfo/Structuring.pm:213
2782 #: tp/Texinfo/Structuring.pm:212
27782783 #, perl-format
27792784 msgid "lowering the section level of @%s appearing after a lower element"
27802785 msgstr ""
27812786
2782 #: tp/Texinfo/Structuring.pm:302
2787 #: tp/Texinfo/Structuring.pm:301
27832788 #, perl-format
27842789 msgid "no sectioning command associated with @%s"
27852790 msgstr ""
27862791
2787 #: tp/Texinfo/Structuring.pm:330
2792 #: tp/Texinfo/Structuring.pm:329
27882793 #, perl-format
27892794 msgid "@%s not empty"
27902795 msgstr ""
27912796
2792 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
2797 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
27932798 #, perl-format
27942799 msgid "@%s reference to nonexistent node `%s'"
27952800 msgstr ""
27962801
2797 #: tp/Texinfo/Structuring.pm:394
2802 #: tp/Texinfo/Structuring.pm:393
27982803 #, perl-format
27992804 msgid "@%s entry node name `%s' different from %s name `%s'"
28002805 msgstr ""
28012806
2802 #: tp/Texinfo/Structuring.pm:513
2807 #: tp/Texinfo/Structuring.pm:512
28032808 #, perl-format
28042809 msgid "unreferenced node `%s'"
28052810 msgstr ""
28062811
2807 #: tp/Texinfo/Structuring.pm:564
2812 #: tp/Texinfo/Structuring.pm:563
28082813 #, perl-format
28092814 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
28102815 msgstr ""
28112816
2812 #: tp/Texinfo/Structuring.pm:573
2817 #: tp/Texinfo/Structuring.pm:572
28132818 #, perl-format
28142819 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
28152820 msgstr ""
28162821
2817 #: tp/Texinfo/Structuring.pm:591
2822 #: tp/Texinfo/Structuring.pm:590
28182823 #, perl-format
28192824 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
28202825 msgstr ""
28212826
2822 #: tp/Texinfo/Structuring.pm:646
2827 #: tp/Texinfo/Structuring.pm:645
28232828 #, perl-format
28242829 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
28252830 msgstr ""
28262831
2827 #: tp/Texinfo/Structuring.pm:670
2832 #: tp/Texinfo/Structuring.pm:669
28282833 #, perl-format
28292834 msgid "%s reference to nonexistent `%s'"
28302835 msgstr ""
28312836
2832 #: tp/Texinfo/Structuring.pm:691
2837 #: tp/Texinfo/Structuring.pm:690
28332838 #, perl-format
28342839 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
28352840 msgstr ""
28362841
2837 #: tp/Texinfo/Structuring.pm:699
2842 #: tp/Texinfo/Structuring.pm:698
28382843 #, perl-format
28392844 msgid "for `%s', up in menu `%s' and up `%s' don't match"
28402845 msgstr ""
28412846
2842 #: tp/Texinfo/Structuring.pm:1218
2847 #: tp/Texinfo/Structuring.pm:1217
28432848 #, perl-format
28442849 msgid "@%s to `%s', different from %s name `%s'"
28452850 msgstr ""
28462851
2847 #: tp/Texinfo/Structuring.pm:1464
2852 #: tp/Texinfo/Structuring.pm:1503
28482853 #, perl-format
28492854 msgid "empty index key in @%s"
28502855 msgstr ""
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: GNU texinfo 6.0.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1010 "PO-Revision-Date: 2015-12-28 00:59+0200\n"
1111 "Last-Translator: Tsiolkas Michail <cs112152@cs.uoi.gr>\n"
1212 "Language-Team: Greek <team@lists.gnome.gr>\n"
18561856
18571857 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
18581858 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
1859 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
1860 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
1861 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
1862 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
1859 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
1860 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
1861 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
1862 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
18631863 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
18641864 #, perl-format
18651865 msgid "could not open %s for writing: %s"
19191919 msgid "could not open %s: %s"
19201920 msgstr ""
19211921
1922 #: tp/Texinfo/Common.pm:2253
1922 #: tp/Texinfo/Common.pm:1755
1923 #, perl-format
1924 msgid "using a renamed nodes file (`%s') is deprecated"
1925 msgstr ""
1926
1927 #: tp/Texinfo/Common.pm:2254
19231928 #, perl-format
19241929 msgid "could not protect hash character in @%s"
19251930 msgstr ""
19261931
1927 #: tp/Texinfo/Common.pm:2635
1932 #: tp/Texinfo/Common.pm:2636
19281933 #, perl-format
19291934 msgid "empty node name after expansion `%s'"
19301935 msgstr ""
19311936
1932 #: tp/Texinfo/Common.pm:2643
1937 #: tp/Texinfo/Common.pm:2644
19331938 #, perl-format
19341939 msgid "@%s `%s' previously defined"
19351940 msgstr ""
19361941
1937 #: tp/Texinfo/Common.pm:2649
1942 #: tp/Texinfo/Common.pm:2650
19381943 #, perl-format
19391944 msgid "here is the previous definition as @%s"
19401945 msgstr ""
19411946
1942 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
1947 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
19431948 #, perl-format
19441949 msgid "empty argument in @%s"
19451950 msgstr ""
19501955 msgstr ""
19511956
19521957 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
1953 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
1954 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
1958 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
1959 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
19551960 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
19561961 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
19571962 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
19781983 msgid "no argument specified for @U"
19791984 msgstr ""
19801985
1981 #: tp/Texinfo/Convert/HTML.pm:1727
1986 #: tp/Texinfo/Convert/HTML.pm:1719
19821987 #, perl-format
19831988 msgid "@image file `%s' (for HTML) not found, using `%s'"
19841989 msgstr ""
19851990
1986 #: tp/Texinfo/Convert/HTML.pm:2412
1991 #: tp/Texinfo/Convert/HTML.pm:2404
19871992 #, perl-format
19881993 msgid "raw format %s is not converted"
19891994 msgstr ""
19901995
1991 #: tp/Texinfo/Convert/HTML.pm:4663
1996 #: tp/Texinfo/Convert/HTML.pm:4647
19921997 #, perl-format
19931998 msgid "could not open html refs config file %s: %s"
19941999 msgstr ""
19952000
1996 #: tp/Texinfo/Convert/HTML.pm:4691
2001 #: tp/Texinfo/Convert/HTML.pm:4675
19972002 msgid "missing type"
19982003 msgstr ""
19992004
2000 #: tp/Texinfo/Convert/HTML.pm:4694
2005 #: tp/Texinfo/Convert/HTML.pm:4678
20012006 #, perl-format
20022007 msgid "unrecognized type: %s"
20032008 msgstr ""
20042009
2005 #: tp/Texinfo/Convert/HTML.pm:4711
2010 #: tp/Texinfo/Convert/HTML.pm:4695
20062011 #, perl-format
20072012 msgid "error on closing html refs config file %s: %s"
20082013 msgstr ""
20092014
2010 #: tp/Texinfo/Convert/HTML.pm:5038
2015 #: tp/Texinfo/Convert/HTML.pm:5022
20112016 msgid "string not closed in css file"
20122017 msgstr ""
20132018
2014 #: tp/Texinfo/Convert/HTML.pm:5040
2019 #: tp/Texinfo/Convert/HTML.pm:5024
20152020 msgid "--css-include ended in comment"
20162021 msgstr ""
20172022
2018 #: tp/Texinfo/Convert/HTML.pm:5042
2023 #: tp/Texinfo/Convert/HTML.pm:5026
20192024 msgid "@import not finished in css file"
20202025 msgstr ""
20212026
2027 #: tp/Texinfo/Convert/HTML.pm:5052
2028 #, perl-format
2029 msgid "CSS file %s not found"
2030 msgstr ""
2031
2032 #: tp/Texinfo/Convert/HTML.pm:5058
2033 #, perl-format
2034 msgid "could not open --include-file %s: %s"
2035 msgstr ""
2036
20222037 #: tp/Texinfo/Convert/HTML.pm:5068
20232038 #, perl-format
2024 msgid "CSS file %s not found"
2025 msgstr ""
2026
2027 #: tp/Texinfo/Convert/HTML.pm:5074
2028 #, perl-format
2029 msgid "could not open --include-file %s: %s"
2030 msgstr ""
2031
2032 #: tp/Texinfo/Convert/HTML.pm:5084
2033 #, perl-format
20342039 msgid "error on closing CSS file %s: %s"
20352040 msgstr ""
20362041
2037 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2042 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
20382043 #, perl-format
20392044 msgid "no htmlxref.cnf entry found for `%s'"
20402045 msgstr ""
20412046
2042 #: tp/Texinfo/Convert/HTML.pm:6607
2047 #: tp/Texinfo/Convert/HTML.pm:6591
20432048 #, perl-format
20442049 msgid "error on closing frame file %s: %s"
20452050 msgstr ""
20462051
2047 #: tp/Texinfo/Convert/HTML.pm:6631
2052 #: tp/Texinfo/Convert/HTML.pm:6615
20482053 #, perl-format
20492054 msgid "error on closing TOC frame file %s: %s"
20502055 msgstr ""
20512056
2052 #: tp/Texinfo/Convert/HTML.pm:6746
2057 #: tp/Texinfo/Convert/HTML.pm:6730
20532058 #, perl-format
20542059 msgid "handler %s of stage %s priority %s failed"
20552060 msgstr ""
20562061
2057 #: tp/Texinfo/Convert/HTML.pm:6951
2062 #: tp/Texinfo/Convert/HTML.pm:6935
20582063 msgid "must specify a title with a title command or @top"
20592064 msgstr ""
20602065
2061 #: tp/Texinfo/Convert/HTML.pm:7162
2066 #: tp/Texinfo/Convert/HTML.pm:7146
20622067 #, perl-format
20632068 msgid "error on closing redirection node file %s: %s"
20642069 msgstr ""
20652070
2066 #: tp/Texinfo/Convert/HTML.pm:7188
2071 #: tp/Texinfo/Convert/HTML.pm:7172
20672072 #, perl-format
20682073 msgid "old name for `%s' is a node of the document"
20692074 msgstr ""
20702075
2071 #: tp/Texinfo/Convert/HTML.pm:7194
2076 #: tp/Texinfo/Convert/HTML.pm:7178
20722077 #, perl-format
20732078 msgid "file empty for renamed node `%s'"
20742079 msgstr ""
20752080
2076 #: tp/Texinfo/Convert/HTML.pm:7208
2081 #: tp/Texinfo/Convert/HTML.pm:7192
20772082 #, perl-format
20782083 msgid "target node (new name for `%s') not in document: %s"
20792084 msgstr ""
20802085
2081 #: tp/Texinfo/Convert/HTML.pm:7240
2086 #: tp/Texinfo/Convert/HTML.pm:7224
20822087 #, perl-format
20832088 msgid "error on closing renamed node redirection file %s: %s"
20842089 msgstr ""
20852090
2086 #: tp/Texinfo/Convert/HTML.pm:7278
2091 #: tp/Texinfo/Convert/HTML.pm:7262
20872092 msgid "empty node name"
20882093 msgstr ""
20892094
2090 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2095 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
20912096 #, perl-format
20922097 msgid "syntax for an external node used for `%s'"
20932098 msgstr ""
21882193 msgid "menu entry name should not contain `:'"
21892194 msgstr ""
21902195
2191 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2196 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
21922197 #, perl-format
21932198 msgid "multiple @%s"
21942199 msgstr ""
27852790 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
27862791 msgstr ""
27872792
2788 #: tp/Texinfo/Structuring.pm:176
2793 #: tp/Texinfo/Structuring.pm:175
27892794 #, perl-format
27902795 msgid "raising the section level of @%s which is too low"
27912796 msgstr ""
27922797
2793 #: tp/Texinfo/Structuring.pm:208
2798 #: tp/Texinfo/Structuring.pm:207
27942799 #, perl-format
27952800 msgid "no chapter-level command before @%s"
27962801 msgstr ""
27972802
2798 #: tp/Texinfo/Structuring.pm:213
2803 #: tp/Texinfo/Structuring.pm:212
27992804 #, perl-format
28002805 msgid "lowering the section level of @%s appearing after a lower element"
28012806 msgstr ""
28022807
2803 #: tp/Texinfo/Structuring.pm:302
2808 #: tp/Texinfo/Structuring.pm:301
28042809 #, perl-format
28052810 msgid "no sectioning command associated with @%s"
28062811 msgstr ""
28072812
2808 #: tp/Texinfo/Structuring.pm:330
2813 #: tp/Texinfo/Structuring.pm:329
28092814 #, perl-format
28102815 msgid "@%s not empty"
28112816 msgstr ""
28122817
2813 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
2818 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
28142819 #, perl-format
28152820 msgid "@%s reference to nonexistent node `%s'"
28162821 msgstr ""
28172822
2818 #: tp/Texinfo/Structuring.pm:394
2823 #: tp/Texinfo/Structuring.pm:393
28192824 #, perl-format
28202825 msgid "@%s entry node name `%s' different from %s name `%s'"
28212826 msgstr ""
28222827
2823 #: tp/Texinfo/Structuring.pm:513
2828 #: tp/Texinfo/Structuring.pm:512
28242829 #, perl-format
28252830 msgid "unreferenced node `%s'"
28262831 msgstr ""
28272832
2828 #: tp/Texinfo/Structuring.pm:564
2833 #: tp/Texinfo/Structuring.pm:563
28292834 #, perl-format
28302835 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
28312836 msgstr ""
28322837
2833 #: tp/Texinfo/Structuring.pm:573
2838 #: tp/Texinfo/Structuring.pm:572
28342839 #, perl-format
28352840 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
28362841 msgstr ""
28372842
2838 #: tp/Texinfo/Structuring.pm:591
2843 #: tp/Texinfo/Structuring.pm:590
28392844 #, perl-format
28402845 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
28412846 msgstr ""
28422847
2843 #: tp/Texinfo/Structuring.pm:646
2848 #: tp/Texinfo/Structuring.pm:645
28442849 #, perl-format
28452850 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
28462851 msgstr ""
28472852
2848 #: tp/Texinfo/Structuring.pm:670
2853 #: tp/Texinfo/Structuring.pm:669
28492854 #, perl-format
28502855 msgid "%s reference to nonexistent `%s'"
28512856 msgstr ""
28522857
2853 #: tp/Texinfo/Structuring.pm:691
2858 #: tp/Texinfo/Structuring.pm:690
28542859 #, perl-format
28552860 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
28562861 msgstr ""
28572862
2858 #: tp/Texinfo/Structuring.pm:699
2863 #: tp/Texinfo/Structuring.pm:698
28592864 #, perl-format
28602865 msgid "for `%s', up in menu `%s' and up `%s' don't match"
28612866 msgstr ""
28622867
2863 #: tp/Texinfo/Structuring.pm:1218
2868 #: tp/Texinfo/Structuring.pm:1217
28642869 #, perl-format
28652870 msgid "@%s to `%s', different from %s name `%s'"
28662871 msgstr ""
28672872
2868 #: tp/Texinfo/Structuring.pm:1464
2873 #: tp/Texinfo/Structuring.pm:1503
28692874 #, perl-format
28702875 msgid "empty index key in @%s"
28712876 msgstr ""
Binary diff not shown
99 msgstr ""
1010 "Project-Id-Version: texinfo 6.3.91\n"
1111 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
12 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
12 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1313 "PO-Revision-Date: 2017-05-21 18:07+0200\n"
1414 "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
1515 "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
20182018
20192019 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20202020 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2021 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2022 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2023 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2024 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2021 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2022 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2023 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2024 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20252025 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20262026 #, perl-format
20272027 msgid "could not open %s for writing: %s"
20842084 msgid "could not open %s: %s"
20852085 msgstr "ne eblas malfermi %s por skribi: %s"
20862086
2087 #: tp/Texinfo/Common.pm:2253
2087 #: tp/Texinfo/Common.pm:1755
2088 #, perl-format
2089 msgid "using a renamed nodes file (`%s') is deprecated"
2090 msgstr ""
2091
2092 #: tp/Texinfo/Common.pm:2254
20882093 #, perl-format
20892094 msgid "could not protect hash character in @%s"
20902095 msgstr "ne eblas ŝirmi kradon en '@%s'"
20912096
2092 #: tp/Texinfo/Common.pm:2635
2097 #: tp/Texinfo/Common.pm:2636
20932098 #, perl-format
20942099 msgid "empty node name after expansion `%s'"
20952100 msgstr "vaka nodnomo post etendo '%s'"
20962101
2097 #: tp/Texinfo/Common.pm:2643
2102 #: tp/Texinfo/Common.pm:2644
20982103 #, perl-format
20992104 msgid "@%s `%s' previously defined"
21002105 msgstr "@%s '%s' jam difiniĝis antaŭe"
21012106
2102 #: tp/Texinfo/Common.pm:2649
2107 #: tp/Texinfo/Common.pm:2650
21032108 #, perl-format
21042109 msgid "here is the previous definition as @%s"
21052110 msgstr "ĉi tie estas la antaŭa difino kiel '@%s'"
21062111
2107 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2112 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21082113 #, perl-format
21092114 msgid "empty argument in @%s"
21102115 msgstr "vaka argumento en '@%s'"
21152120 msgstr "%s: eligo malkongruas kun fendo"
21162121
21172122 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2118 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2119 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2123 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2124 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21202125 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21212126 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21222127 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21432148 msgid "no argument specified for @U"
21442149 msgstr "mankas argumento je @U"
21452150
2146 #: tp/Texinfo/Convert/HTML.pm:1727
2151 #: tp/Texinfo/Convert/HTML.pm:1719
21472152 #, perl-format
21482153 msgid "@image file `%s' (for HTML) not found, using `%s'"
21492154 msgstr "'@image'-dosiero «%s» (por HTML) ne troviĝas; «%s» uziĝas"
21502155
2151 #: tp/Texinfo/Convert/HTML.pm:2412
2156 #: tp/Texinfo/Convert/HTML.pm:2404
21522157 #, perl-format
21532158 msgid "raw format %s is not converted"
21542159 msgstr "kruda aranĝo %s ne konvertiĝas"
21552160
2156 #: tp/Texinfo/Convert/HTML.pm:4663
2161 #: tp/Texinfo/Convert/HTML.pm:4647
21572162 #, perl-format
21582163 msgid "could not open html refs config file %s: %s"
21592164 msgstr "ne eblas malfermi %s (dosiero de HTML-referencaj agordoj): %s"
21602165
2161 #: tp/Texinfo/Convert/HTML.pm:4691
2166 #: tp/Texinfo/Convert/HTML.pm:4675
21622167 msgid "missing type"
21632168 msgstr "mankas tipo"
21642169
2165 #: tp/Texinfo/Convert/HTML.pm:4694
2170 #: tp/Texinfo/Convert/HTML.pm:4678
21662171 #, perl-format
21672172 msgid "unrecognized type: %s"
21682173 msgstr "nerekonata tipo: %s"
21692174
2170 #: tp/Texinfo/Convert/HTML.pm:4711
2175 #: tp/Texinfo/Convert/HTML.pm:4695
21712176 #, perl-format
21722177 msgid "error on closing html refs config file %s: %s"
21732178 msgstr "eraro dum fermo de %s (dosiero de HTML-referencaj agordoj): %s"
21742179
2175 #: tp/Texinfo/Convert/HTML.pm:5038
2180 #: tp/Texinfo/Convert/HTML.pm:5022
21762181 msgid "string not closed in css file"
21772182 msgstr "nefermita signoĉeno en CSS-dosiero"
21782183
2179 #: tp/Texinfo/Convert/HTML.pm:5040
2184 #: tp/Texinfo/Convert/HTML.pm:5024
21802185 msgid "--css-include ended in comment"
21812186 msgstr "'--css-include' finiĝas en komento"
21822187
2183 #: tp/Texinfo/Convert/HTML.pm:5042
2188 #: tp/Texinfo/Convert/HTML.pm:5026
21842189 msgid "@import not finished in css file"
21852190 msgstr "nefinita komando '@import' en CSS-dosiero"
21862191
2187 #: tp/Texinfo/Convert/HTML.pm:5068
2192 #: tp/Texinfo/Convert/HTML.pm:5052
21882193 #, perl-format
21892194 msgid "CSS file %s not found"
21902195 msgstr "CSS-dosiero %s ne troviĝas"
21912196
2192 #: tp/Texinfo/Convert/HTML.pm:5074
2197 #: tp/Texinfo/Convert/HTML.pm:5058
21932198 #, perl-format
21942199 msgid "could not open --include-file %s: %s"
21952200 msgstr "ne eblas malfermi '--include-file' %s: %s"
21962201
2197 #: tp/Texinfo/Convert/HTML.pm:5084
2202 #: tp/Texinfo/Convert/HTML.pm:5068
21982203 #, perl-format
21992204 msgid "error on closing CSS file %s: %s"
22002205 msgstr "eraro dum fermo de CSS-dosiero %s: %s"
22012206
2202 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2207 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22032208 #, perl-format
22042209 msgid "no htmlxref.cnf entry found for `%s'"
22052210 msgstr "ne troviĝas ero en 'htmlxref.cnf' por '%s'"
22062211
2207 #: tp/Texinfo/Convert/HTML.pm:6607
2212 #: tp/Texinfo/Convert/HTML.pm:6591
22082213 #, perl-format
22092214 msgid "error on closing frame file %s: %s"
22102215 msgstr "eraro dum fermo de %s (dosiero de kadro): %s"
22112216
2212 #: tp/Texinfo/Convert/HTML.pm:6631
2217 #: tp/Texinfo/Convert/HTML.pm:6615
22132218 #, perl-format
22142219 msgid "error on closing TOC frame file %s: %s"
22152220 msgstr "eraro dum fermo de %s (dosiero de enhavtabela kadro): %s"
22162221
2217 #: tp/Texinfo/Convert/HTML.pm:6746
2222 #: tp/Texinfo/Convert/HTML.pm:6730
22182223 #, perl-format
22192224 msgid "handler %s of stage %s priority %s failed"
22202225 msgstr "fiaskis traktilo %s de fazo %s prioritato %s"
22212226
2222 #: tp/Texinfo/Convert/HTML.pm:6951
2227 #: tp/Texinfo/Convert/HTML.pm:6935
22232228 msgid "must specify a title with a title command or @top"
22242229 msgstr "necesas indiki titolon je komando '@title' aŭ '@top'"
22252230
2226 #: tp/Texinfo/Convert/HTML.pm:7162
2231 #: tp/Texinfo/Convert/HTML.pm:7146
22272232 #, perl-format
22282233 msgid "error on closing redirection node file %s: %s"
22292234 msgstr "eraro dum fermo de %s (dosiero de aldirektigoj): %s"
22302235
2231 #: tp/Texinfo/Convert/HTML.pm:7188
2236 #: tp/Texinfo/Convert/HTML.pm:7172
22322237 #, perl-format
22332238 msgid "old name for `%s' is a node of the document"
22342239 msgstr "malnova nomo por '%s' estas nodo en la dokumento"
22352240
2236 #: tp/Texinfo/Convert/HTML.pm:7194
2241 #: tp/Texinfo/Convert/HTML.pm:7178
22372242 #, perl-format
22382243 msgid "file empty for renamed node `%s'"
22392244 msgstr "vakas la dosiero por alinomita nodo '%s'"
22402245
2241 #: tp/Texinfo/Convert/HTML.pm:7208
2246 #: tp/Texinfo/Convert/HTML.pm:7192
22422247 #, perl-format
22432248 msgid "target node (new name for `%s') not in document: %s"
22442249 msgstr "celnodo (nova nomo por '%s') ne estas en dokumento: %s"
22452250
2246 #: tp/Texinfo/Convert/HTML.pm:7240
2251 #: tp/Texinfo/Convert/HTML.pm:7224
22472252 #, perl-format
22482253 msgid "error on closing renamed node redirection file %s: %s"
22492254 msgstr ""
22502255 "eraro dum fermo de %s (dosiero de aldirektigoj por alinomitaj nodoj): %s"
22512256
2252 #: tp/Texinfo/Convert/HTML.pm:7278
2257 #: tp/Texinfo/Convert/HTML.pm:7262
22532258 msgid "empty node name"
22542259 msgstr "vaka nodnomo"
22552260
2256 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2261 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22572262 #, perl-format
22582263 msgid "syntax for an external node used for `%s'"
22592264 msgstr "sintakso por ekstera nodo uziĝas por '%s'"
23572362 msgid "menu entry name should not contain `:'"
23582363 msgstr "menuernomo ne devus enteni «:»"
23592364
2360 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2365 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23612366 #, perl-format
23622367 msgid "multiple @%s"
23632368 msgstr "pluraj '@%s'"
29642969 msgstr ""
29652970 "argumento de '@urefbreakstyle' devus esti 'after'/'before'/'none', ne '%s'"
29662971
2967 #: tp/Texinfo/Structuring.pm:176
2972 #: tp/Texinfo/Structuring.pm:175
29682973 #, perl-format
29692974 msgid "raising the section level of @%s which is too low"
29702975 msgstr "kreskigo de sekcia nivelo de '@%s', kiu tro malaltas"
29712976
2972 #: tp/Texinfo/Structuring.pm:208
2977 #: tp/Texinfo/Structuring.pm:207
29732978 #, perl-format
29742979 msgid "no chapter-level command before @%s"
29752980 msgstr "neniu ĉapitronivela komando antaŭ '@%s'"
29762981
2977 #: tp/Texinfo/Structuring.pm:213
2982 #: tp/Texinfo/Structuring.pm:212
29782983 #, perl-format
29792984 msgid "lowering the section level of @%s appearing after a lower element"
29802985 msgstr ""
29812986 "malkreskigo de sekcia nivelo de '@%s', kiu aperas post pli malalta elemento"
29822987
2983 #: tp/Texinfo/Structuring.pm:302
2988 #: tp/Texinfo/Structuring.pm:301
29842989 #, perl-format
29852990 msgid "no sectioning command associated with @%s"
29862991 msgstr "neniu sekciada komando estas rilatata al '@%s'"
29872992
2988 #: tp/Texinfo/Structuring.pm:330
2993 #: tp/Texinfo/Structuring.pm:329
29892994 #, perl-format
29902995 msgid "@%s not empty"
29912996 msgstr "@%s ne vakas"
29922997
2993 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
2998 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
29942999 #, perl-format
29953000 msgid "@%s reference to nonexistent node `%s'"
29963001 msgstr "@%s referenco al neekzistanta nodo «%s»"
29973002
2998 #: tp/Texinfo/Structuring.pm:394
3003 #: tp/Texinfo/Structuring.pm:393
29993004 #, perl-format
30003005 msgid "@%s entry node name `%s' different from %s name `%s'"
30013006 msgstr "@%s-era nodnomo '%s' malsamas de %s-nomo '%s'"
30023007
3003 #: tp/Texinfo/Structuring.pm:513
3008 #: tp/Texinfo/Structuring.pm:512
30043009 #, perl-format
30053010 msgid "unreferenced node `%s'"
30063011 msgstr "nodo «%s» ne estas referencita"
30073012
3008 #: tp/Texinfo/Structuring.pm:564
3013 #: tp/Texinfo/Structuring.pm:563
30093014 #, perl-format
30103015 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30113016 msgstr "nodo «%s» estas %s por '%s' en sekciado sed ne en menuo"
30123017
3013 #: tp/Texinfo/Structuring.pm:573
3018 #: tp/Texinfo/Structuring.pm:572
30143019 #, perl-format
30153020 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30163021 msgstr "nodo «%s» '%s' malsamas en menuo '%s' kaj en sekciado '%s'"
30173022
3018 #: tp/Texinfo/Structuring.pm:591
3023 #: tp/Texinfo/Structuring.pm:590
30193024 #, perl-format
30203025 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30213026 msgstr "nodo «%s» estas %s por '%s' en menuo sed ne en sekciado"
30223027
3023 #: tp/Texinfo/Structuring.pm:646
3028 #: tp/Texinfo/Structuring.pm:645
30243029 #, perl-format
30253030 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30263031 msgstr "%s-ligo '%s' (por nodo «%s») malsamas de %s-nomo '%s'"
30273032
3028 #: tp/Texinfo/Structuring.pm:670
3033 #: tp/Texinfo/Structuring.pm:669
30293034 #, perl-format
30303035 msgid "%s reference to nonexistent `%s'"
30313036 msgstr "%s referenco al neekzistanta «%s»"
30323037
3033 #: tp/Texinfo/Structuring.pm:691
3038 #: tp/Texinfo/Structuring.pm:690
30343039 #, perl-format
30353040 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30363041 msgstr "en nodo «%s» mankas menuero por '%s', malgraŭ esti ties ligo 'Up'"
30373042
3038 #: tp/Texinfo/Structuring.pm:699
3043 #: tp/Texinfo/Structuring.pm:698
30393044 #, perl-format
30403045 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30413046 msgstr "por '%s', supren en menuo '%s' kaj supren en '%s' ne kongruas"
30423047
3043 #: tp/Texinfo/Structuring.pm:1218
3048 #: tp/Texinfo/Structuring.pm:1217
30443049 #, perl-format
30453050 msgid "@%s to `%s', different from %s name `%s'"
30463051 msgstr "@%s al '%s', malsamas de %s-nomo '%s'"
30473052
3048 #: tp/Texinfo/Structuring.pm:1464
3053 #: tp/Texinfo/Structuring.pm:1503
30493054 #, perl-format
30503055 msgid "empty index key in @%s"
30513056 msgstr "vaka indeksŝlosilo en '@%s'"
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: texinfo-6.5.90\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1111 "PO-Revision-Date: 2019-01-05 13:30+0100\n"
1212 "Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n"
1313 "Language-Team: Spanish <es@tp.org.es>\n"
21212121
21222122 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
21232123 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2124 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2125 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2126 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2127 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2124 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2125 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2126 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2127 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
21282128 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
21292129 #, perl-format
21302130 msgid "could not open %s for writing: %s"
21882188 msgid "could not open %s: %s"
21892189 msgstr "no se pudo abrir %s: %s"
21902190
2191 #: tp/Texinfo/Common.pm:2253
2191 #: tp/Texinfo/Common.pm:1755
2192 #, perl-format
2193 msgid "using a renamed nodes file (`%s') is deprecated"
2194 msgstr ""
2195
2196 #: tp/Texinfo/Common.pm:2254
21922197 #, perl-format
21932198 msgid "could not protect hash character in @%s"
21942199 msgstr "no se ha podido proteger el carácter almohadilla en @%s"
21952200
2196 #: tp/Texinfo/Common.pm:2635
2201 #: tp/Texinfo/Common.pm:2636
21972202 #, perl-format
21982203 msgid "empty node name after expansion `%s'"
21992204 msgstr "nombre de nodo vacío tras expandir `%s'"
22002205
2201 #: tp/Texinfo/Common.pm:2643
2206 #: tp/Texinfo/Common.pm:2644
22022207 #, perl-format
22032208 msgid "@%s `%s' previously defined"
22042209 msgstr "@%s '%s' ya ha sido definido anteriormente"
22052210
2206 #: tp/Texinfo/Common.pm:2649
2211 #: tp/Texinfo/Common.pm:2650
22072212 #, perl-format
22082213 msgid "here is the previous definition as @%s"
22092214 msgstr "la definición previa de `@%s' se encuentra aquí"
22102215
2211 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2216 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
22122217 #, perl-format
22132218 msgid "empty argument in @%s"
22142219 msgstr "argumento vacío en @%s"
22192224 msgstr "%s: salida incompatible con división"
22202225
22212226 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2222 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2223 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2227 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2228 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
22242229 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
22252230 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
22262231 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
22472252 msgid "no argument specified for @U"
22482253 msgstr "no se ha especificado argumento alguno para @U"
22492254
2250 #: tp/Texinfo/Convert/HTML.pm:1727
2255 #: tp/Texinfo/Convert/HTML.pm:1719
22512256 #, perl-format
22522257 msgid "@image file `%s' (for HTML) not found, using `%s'"
22532258 msgstr ""
22542259 "El fichero @image '%s' (para HTML) no se ha encontrado; se utilizará '%s'"
22552260
2256 #: tp/Texinfo/Convert/HTML.pm:2412
2261 #: tp/Texinfo/Convert/HTML.pm:2404
22572262 #, perl-format
22582263 msgid "raw format %s is not converted"
22592264 msgstr "el formato en bruto %s no se ha convertido"
22602265
2261 #: tp/Texinfo/Convert/HTML.pm:4663
2266 #: tp/Texinfo/Convert/HTML.pm:4647
22622267 #, perl-format
22632268 msgid "could not open html refs config file %s: %s"
22642269 msgstr ""
22652270 "no se pudo abrir el fichero de configuración de referencias html %s: %s"
22662271
2267 #: tp/Texinfo/Convert/HTML.pm:4691
2272 #: tp/Texinfo/Convert/HTML.pm:4675
22682273 msgid "missing type"
22692274 msgstr "tipo ausente"
22702275
2271 #: tp/Texinfo/Convert/HTML.pm:4694
2276 #: tp/Texinfo/Convert/HTML.pm:4678
22722277 #, perl-format
22732278 msgid "unrecognized type: %s"
22742279 msgstr "tipo desconocido: %s"
22752280
2276 #: tp/Texinfo/Convert/HTML.pm:4711
2281 #: tp/Texinfo/Convert/HTML.pm:4695
22772282 #, perl-format
22782283 msgid "error on closing html refs config file %s: %s"
22792284 msgstr "error cerrando el fichero de configuración de referencias html %s: %s"
22802285
2281 #: tp/Texinfo/Convert/HTML.pm:5038
2286 #: tp/Texinfo/Convert/HTML.pm:5022
22822287 msgid "string not closed in css file"
22832288 msgstr "cadena de texto sin cerrar en el fichero css"
22842289
2285 #: tp/Texinfo/Convert/HTML.pm:5040
2290 #: tp/Texinfo/Convert/HTML.pm:5024
22862291 msgid "--css-include ended in comment"
22872292 msgstr "'--css-include' finaliza con un comentario"
22882293
2289 #: tp/Texinfo/Convert/HTML.pm:5042
2294 #: tp/Texinfo/Convert/HTML.pm:5026
22902295 msgid "@import not finished in css file"
22912296 msgstr "@import no finalizado en el fichero css"
22922297
2293 #: tp/Texinfo/Convert/HTML.pm:5068
2298 #: tp/Texinfo/Convert/HTML.pm:5052
22942299 #, perl-format
22952300 msgid "CSS file %s not found"
22962301 msgstr "No se ha encontrado el fichero CSS %s"
22972302
2298 #: tp/Texinfo/Convert/HTML.pm:5074
2303 #: tp/Texinfo/Convert/HTML.pm:5058
22992304 #, perl-format
23002305 msgid "could not open --include-file %s: %s"
23012306 msgstr "no se pudo abrir '--include-file' %s: %s"
23022307
2303 #: tp/Texinfo/Convert/HTML.pm:5084
2308 #: tp/Texinfo/Convert/HTML.pm:5068
23042309 #, perl-format
23052310 msgid "error on closing CSS file %s: %s"
23062311 msgstr "error cerrando el fichero CSS '%s': %s"
23072312
2308 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2313 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
23092314 #, perl-format
23102315 msgid "no htmlxref.cnf entry found for `%s'"
23112316 msgstr "no se encontraron entradas htmlxref.cnf para `%s'"
23122317
2313 #: tp/Texinfo/Convert/HTML.pm:6607
2318 #: tp/Texinfo/Convert/HTML.pm:6591
23142319 #, perl-format
23152320 msgid "error on closing frame file %s: %s"
23162321 msgstr "error al cerrar el fichero marco %s: %s"
23172322
2318 #: tp/Texinfo/Convert/HTML.pm:6631
2323 #: tp/Texinfo/Convert/HTML.pm:6615
23192324 #, perl-format
23202325 msgid "error on closing TOC frame file %s: %s"
23212326 msgstr "error al cerrar el fichero de tabla de contenidos %s: %s"
23222327
2323 #: tp/Texinfo/Convert/HTML.pm:6746
2328 #: tp/Texinfo/Convert/HTML.pm:6730
23242329 #, perl-format
23252330 msgid "handler %s of stage %s priority %s failed"
23262331 msgstr "el manejador %s de la etapa %s con prioridad %s ha fallado"
23272332
2328 #: tp/Texinfo/Convert/HTML.pm:6951
2333 #: tp/Texinfo/Convert/HTML.pm:6935
23292334 msgid "must specify a title with a title command or @top"
23302335 msgstr ""
23312336 "hay que especificar un título mediante una orden de título o mediante @top"
23322337
2333 #: tp/Texinfo/Convert/HTML.pm:7162
2338 #: tp/Texinfo/Convert/HTML.pm:7146
23342339 #, perl-format
23352340 msgid "error on closing redirection node file %s: %s"
23362341 msgstr "error al cerrar el fichero de redirección de nodos %s: %s"
23372342
2338 #: tp/Texinfo/Convert/HTML.pm:7188
2343 #: tp/Texinfo/Convert/HTML.pm:7172
23392344 #, perl-format
23402345 msgid "old name for `%s' is a node of the document"
23412346 msgstr "el antiguo nombre de '%s' es un nodo del documento"
23422347
2343 #: tp/Texinfo/Convert/HTML.pm:7194
2348 #: tp/Texinfo/Convert/HTML.pm:7178
23442349 #, perl-format
23452350 msgid "file empty for renamed node `%s'"
23462351 msgstr "fichero vacío para el nodo renombrado '%s'"
23472352
2348 #: tp/Texinfo/Convert/HTML.pm:7208
2353 #: tp/Texinfo/Convert/HTML.pm:7192
23492354 #, perl-format
23502355 msgid "target node (new name for `%s') not in document: %s"
23512356 msgstr "el nodo objetivo (nuevo nombre para '%s') no está en el documento: %s"
23522357
2353 #: tp/Texinfo/Convert/HTML.pm:7240
2358 #: tp/Texinfo/Convert/HTML.pm:7224
23542359 #, perl-format
23552360 msgid "error on closing renamed node redirection file %s: %s"
23562361 msgstr "error al cerrar el fichero de redirección de nodos renombrados %s: %s"
23572362
2358 #: tp/Texinfo/Convert/HTML.pm:7278
2363 #: tp/Texinfo/Convert/HTML.pm:7262
23592364 msgid "empty node name"
23602365 msgstr "nombre de nodo vacío"
23612366
2362 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2367 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
23632368 #, perl-format
23642369 msgid "syntax for an external node used for `%s'"
23652370 msgstr "se ha utilizado la sintaxis de nodo externo para `%s'"
24652470 msgid "menu entry name should not contain `:'"
24662471 msgstr "el nombre de una entrada de menú no debe contener ':'"
24672472
2468 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2473 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
24692474 #, perl-format
24702475 msgid "multiple @%s"
24712476 msgstr "@%s múltiple"
30843089 msgstr ""
30853090 "el argumento de @urefbreakstyle debe ser `after'/`before'/`none', no '%s'"
30863091
3087 #: tp/Texinfo/Structuring.pm:176
3092 #: tp/Texinfo/Structuring.pm:175
30883093 #, perl-format
30893094 msgid "raising the section level of @%s which is too low"
30903095 msgstr "se sube el nivel de sección de @%s, que es demasiado bajo"
30913096
3092 #: tp/Texinfo/Structuring.pm:208
3097 #: tp/Texinfo/Structuring.pm:207
30933098 #, perl-format
30943099 msgid "no chapter-level command before @%s"
30953100 msgstr "no hay órdenes de nivel de capítulo antes de @%s"
30963101
3097 #: tp/Texinfo/Structuring.pm:213
3102 #: tp/Texinfo/Structuring.pm:212
30983103 #, perl-format
30993104 msgid "lowering the section level of @%s appearing after a lower element"
31003105 msgstr ""
31013106 "se desciende el nivel de sección de @%s que aparece tras un elemento inferior"
31023107
3103 #: tp/Texinfo/Structuring.pm:302
3108 #: tp/Texinfo/Structuring.pm:301
31043109 #, perl-format
31053110 msgid "no sectioning command associated with @%s"
31063111 msgstr "no hay ninguna orden de seccionamiento asociada a @%s"
31073112
3108 #: tp/Texinfo/Structuring.pm:330
3113 #: tp/Texinfo/Structuring.pm:329
31093114 #, perl-format
31103115 msgid "@%s not empty"
31113116 msgstr "@%s no vacío"
31123117
3113 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3118 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
31143119 #, perl-format
31153120 msgid "@%s reference to nonexistent node `%s'"
31163121 msgstr "@%s hace referencia a un nodo inexistente (`%s')"
31173122
3118 #: tp/Texinfo/Structuring.pm:394
3123 #: tp/Texinfo/Structuring.pm:393
31193124 #, perl-format
31203125 msgid "@%s entry node name `%s' different from %s name `%s'"
31213126 msgstr "el nombre de nodo `%s' de la entrada @%s difiere del nombre de %s `%s'"
31223127
3123 #: tp/Texinfo/Structuring.pm:513
3128 #: tp/Texinfo/Structuring.pm:512
31243129 #, perl-format
31253130 msgid "unreferenced node `%s'"
31263131 msgstr "Nodo '%s' no referenciado"
31273132
3128 #: tp/Texinfo/Structuring.pm:564
3133 #: tp/Texinfo/Structuring.pm:563
31293134 #, perl-format
31303135 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31313136 msgstr "el nodo `%s' es %s para `%s' en el seccionamiento pero no en el menú"
31323137
3133 #: tp/Texinfo/Structuring.pm:573
3138 #: tp/Texinfo/Structuring.pm:572
31343139 #, perl-format
31353140 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31363141 msgstr "el nodo %s `%s' en el menú `%s' y en el seccionamiento `%s' difieren"
31373142
3138 #: tp/Texinfo/Structuring.pm:591
3143 #: tp/Texinfo/Structuring.pm:590
31393144 #, perl-format
31403145 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
31413146 msgstr "el nodo `%s' es %s para `%s' en menú pero no en seccionamiento"
31423147
3143 #: tp/Texinfo/Structuring.pm:646
3148 #: tp/Texinfo/Structuring.pm:645
31443149 #, perl-format
31453150 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
31463151 msgstr ""
31473152 "el puntero %s `%s' (para el nodo `%s') es diferente del nombre de %s `%s'"
31483153
3149 #: tp/Texinfo/Structuring.pm:670
3154 #: tp/Texinfo/Structuring.pm:669
31503155 #, perl-format
31513156 msgid "%s reference to nonexistent `%s'"
31523157 msgstr "%s hace referencia a algo que no existe (`%s')"
31533158
3154 #: tp/Texinfo/Structuring.pm:691
3159 #: tp/Texinfo/Structuring.pm:690
31553160 #, perl-format
31563161 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
31573162 msgstr ""
31583163 "El nodo `%s' carece de elemento de menú alguno para `%s' aunque consta como "
31593164 "su destino para `Up'"
31603165
3161 #: tp/Texinfo/Structuring.pm:699
3166 #: tp/Texinfo/Structuring.pm:698
31623167 #, perl-format
31633168 msgid "for `%s', up in menu `%s' and up `%s' don't match"
31643169 msgstr "para `%s', subir en el menú `%s' y subir `%s' no concuerdan"
31653170
3166 #: tp/Texinfo/Structuring.pm:1218
3171 #: tp/Texinfo/Structuring.pm:1217
31673172 #, perl-format
31683173 msgid "@%s to `%s', different from %s name `%s'"
31693174 msgstr "@%s para `%s', diferente del nombre de %s `%s'"
31703175
3171 #: tp/Texinfo/Structuring.pm:1464
3176 #: tp/Texinfo/Structuring.pm:1503
31723177 #, perl-format
31733178 msgid "empty index key in @%s"
31743179 msgstr "clave de índice vacía en @%s"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: GNU texinfo 6.3.92\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1010 "PO-Revision-Date: 2018-02-23 16:35+0200\n"
1111 "Last-Translator: Tommi Nieminen <translator@legisign.org>\n"
1212 "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
18731873
18741874 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
18751875 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
1876 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
1877 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
1878 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
1879 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
1876 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
1877 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
1878 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
1879 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
18801880 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
18811881 #, perl-format
18821882 msgid "could not open %s for writing: %s"
19361936 msgid "could not open %s: %s"
19371937 msgstr ""
19381938
1939 #: tp/Texinfo/Common.pm:2253
1939 #: tp/Texinfo/Common.pm:1755
1940 #, perl-format
1941 msgid "using a renamed nodes file (`%s') is deprecated"
1942 msgstr ""
1943
1944 #: tp/Texinfo/Common.pm:2254
19401945 #, perl-format
19411946 msgid "could not protect hash character in @%s"
19421947 msgstr ""
19431948
1944 #: tp/Texinfo/Common.pm:2635
1949 #: tp/Texinfo/Common.pm:2636
19451950 #, perl-format
19461951 msgid "empty node name after expansion `%s'"
19471952 msgstr ""
19481953
1949 #: tp/Texinfo/Common.pm:2643
1954 #: tp/Texinfo/Common.pm:2644
19501955 #, perl-format
19511956 msgid "@%s `%s' previously defined"
19521957 msgstr ""
19531958
1954 #: tp/Texinfo/Common.pm:2649
1959 #: tp/Texinfo/Common.pm:2650
19551960 #, perl-format
19561961 msgid "here is the previous definition as @%s"
19571962 msgstr ""
19581963
1959 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
1964 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
19601965 #, perl-format
19611966 msgid "empty argument in @%s"
19621967 msgstr ""
19671972 msgstr ""
19681973
19691974 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
1970 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
1971 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
1975 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
1976 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
19721977 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
19731978 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
19741979 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
19952000 msgid "no argument specified for @U"
19962001 msgstr ""
19972002
1998 #: tp/Texinfo/Convert/HTML.pm:1727
2003 #: tp/Texinfo/Convert/HTML.pm:1719
19992004 #, perl-format
20002005 msgid "@image file `%s' (for HTML) not found, using `%s'"
20012006 msgstr ""
20022007
2003 #: tp/Texinfo/Convert/HTML.pm:2412
2008 #: tp/Texinfo/Convert/HTML.pm:2404
20042009 #, perl-format
20052010 msgid "raw format %s is not converted"
20062011 msgstr "raakamuotoa %s ei muunneta"
20072012
2008 #: tp/Texinfo/Convert/HTML.pm:4663
2013 #: tp/Texinfo/Convert/HTML.pm:4647
20092014 #, perl-format
20102015 msgid "could not open html refs config file %s: %s"
20112016 msgstr ""
20122017
2013 #: tp/Texinfo/Convert/HTML.pm:4691
2018 #: tp/Texinfo/Convert/HTML.pm:4675
20142019 msgid "missing type"
20152020 msgstr "tyyppi puuttuu"
20162021
2017 #: tp/Texinfo/Convert/HTML.pm:4694
2022 #: tp/Texinfo/Convert/HTML.pm:4678
20182023 #, perl-format
20192024 msgid "unrecognized type: %s"
20202025 msgstr "tuntematon tyyppi: %s"
20212026
2022 #: tp/Texinfo/Convert/HTML.pm:4711
2027 #: tp/Texinfo/Convert/HTML.pm:4695
20232028 #, perl-format
20242029 msgid "error on closing html refs config file %s: %s"
20252030 msgstr ""
20262031
2027 #: tp/Texinfo/Convert/HTML.pm:5038
2032 #: tp/Texinfo/Convert/HTML.pm:5022
20282033 msgid "string not closed in css file"
20292034 msgstr "merkkijonoa ei päätetty CSS-tiedostossa"
20302035
2031 #: tp/Texinfo/Convert/HTML.pm:5040
2036 #: tp/Texinfo/Convert/HTML.pm:5024
20322037 msgid "--css-include ended in comment"
20332038 msgstr "--css-include päättyi kommenttiin"
20342039
2035 #: tp/Texinfo/Convert/HTML.pm:5042
2040 #: tp/Texinfo/Convert/HTML.pm:5026
20362041 msgid "@import not finished in css file"
20372042 msgstr "CSS-tiedoston @import ei pääty"
20382043
2039 #: tp/Texinfo/Convert/HTML.pm:5068
2044 #: tp/Texinfo/Convert/HTML.pm:5052
20402045 #, perl-format
20412046 msgid "CSS file %s not found"
20422047 msgstr "CSS-tiedostoa %s ei löytynyt"
20432048
2044 #: tp/Texinfo/Convert/HTML.pm:5074
2049 #: tp/Texinfo/Convert/HTML.pm:5058
20452050 #, perl-format
20462051 msgid "could not open --include-file %s: %s"
20472052 msgstr ""
20482053
2049 #: tp/Texinfo/Convert/HTML.pm:5084
2054 #: tp/Texinfo/Convert/HTML.pm:5068
20502055 #, perl-format
20512056 msgid "error on closing CSS file %s: %s"
20522057 msgstr ""
20532058
2054 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2059 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
20552060 #, perl-format
20562061 msgid "no htmlxref.cnf entry found for `%s'"
20572062 msgstr ""
20582063
2059 #: tp/Texinfo/Convert/HTML.pm:6607
2064 #: tp/Texinfo/Convert/HTML.pm:6591
20602065 #, perl-format
20612066 msgid "error on closing frame file %s: %s"
20622067 msgstr ""
20632068
2064 #: tp/Texinfo/Convert/HTML.pm:6631
2069 #: tp/Texinfo/Convert/HTML.pm:6615
20652070 #, perl-format
20662071 msgid "error on closing TOC frame file %s: %s"
20672072 msgstr ""
20682073
2069 #: tp/Texinfo/Convert/HTML.pm:6746
2074 #: tp/Texinfo/Convert/HTML.pm:6730
20702075 #, perl-format
20712076 msgid "handler %s of stage %s priority %s failed"
20722077 msgstr ""
20732078
2074 #: tp/Texinfo/Convert/HTML.pm:6951
2079 #: tp/Texinfo/Convert/HTML.pm:6935
20752080 msgid "must specify a title with a title command or @top"
20762081 msgstr ""
20772082
2078 #: tp/Texinfo/Convert/HTML.pm:7162
2083 #: tp/Texinfo/Convert/HTML.pm:7146
20792084 #, perl-format
20802085 msgid "error on closing redirection node file %s: %s"
20812086 msgstr ""
20822087
2083 #: tp/Texinfo/Convert/HTML.pm:7188
2088 #: tp/Texinfo/Convert/HTML.pm:7172
20842089 #, perl-format
20852090 msgid "old name for `%s' is a node of the document"
20862091 msgstr ""
20872092
2088 #: tp/Texinfo/Convert/HTML.pm:7194
2093 #: tp/Texinfo/Convert/HTML.pm:7178
20892094 #, perl-format
20902095 msgid "file empty for renamed node `%s'"
20912096 msgstr ""
20922097
2093 #: tp/Texinfo/Convert/HTML.pm:7208
2098 #: tp/Texinfo/Convert/HTML.pm:7192
20942099 #, perl-format
20952100 msgid "target node (new name for `%s') not in document: %s"
20962101 msgstr ""
20972102
2098 #: tp/Texinfo/Convert/HTML.pm:7240
2103 #: tp/Texinfo/Convert/HTML.pm:7224
20992104 #, perl-format
21002105 msgid "error on closing renamed node redirection file %s: %s"
21012106 msgstr ""
21022107
2103 #: tp/Texinfo/Convert/HTML.pm:7278
2108 #: tp/Texinfo/Convert/HTML.pm:7262
21042109 msgid "empty node name"
21052110 msgstr "tyhjä solmun nimi"
21062111
2107 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2112 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
21082113 #, perl-format
21092114 msgid "syntax for an external node used for `%s'"
21102115 msgstr ""
22052210 msgid "menu entry name should not contain `:'"
22062211 msgstr ""
22072212
2208 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2213 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
22092214 #, perl-format
22102215 msgid "multiple @%s"
22112216 msgstr "toistuva @%s"
28022807 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
28032808 msgstr ""
28042809
2805 #: tp/Texinfo/Structuring.pm:176
2810 #: tp/Texinfo/Structuring.pm:175
28062811 #, perl-format
28072812 msgid "raising the section level of @%s which is too low"
28082813 msgstr ""
28092814
2810 #: tp/Texinfo/Structuring.pm:208
2815 #: tp/Texinfo/Structuring.pm:207
28112816 #, perl-format
28122817 msgid "no chapter-level command before @%s"
28132818 msgstr ""
28142819
2815 #: tp/Texinfo/Structuring.pm:213
2820 #: tp/Texinfo/Structuring.pm:212
28162821 #, perl-format
28172822 msgid "lowering the section level of @%s appearing after a lower element"
28182823 msgstr ""
28192824
2820 #: tp/Texinfo/Structuring.pm:302
2825 #: tp/Texinfo/Structuring.pm:301
28212826 #, perl-format
28222827 msgid "no sectioning command associated with @%s"
28232828 msgstr ""
28242829
2825 #: tp/Texinfo/Structuring.pm:330
2830 #: tp/Texinfo/Structuring.pm:329
28262831 #, perl-format
28272832 msgid "@%s not empty"
28282833 msgstr "@%s ei ole tyhjä"
28292834
2830 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
2835 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
28312836 #, perl-format
28322837 msgid "@%s reference to nonexistent node `%s'"
28332838 msgstr ""
28342839
2835 #: tp/Texinfo/Structuring.pm:394
2840 #: tp/Texinfo/Structuring.pm:393
28362841 #, perl-format
28372842 msgid "@%s entry node name `%s' different from %s name `%s'"
28382843 msgstr ""
28392844
2840 #: tp/Texinfo/Structuring.pm:513
2845 #: tp/Texinfo/Structuring.pm:512
28412846 #, perl-format
28422847 msgid "unreferenced node `%s'"
28432848 msgstr ""
28442849
2845 #: tp/Texinfo/Structuring.pm:564
2850 #: tp/Texinfo/Structuring.pm:563
28462851 #, perl-format
28472852 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
28482853 msgstr ""
28492854
2850 #: tp/Texinfo/Structuring.pm:573
2855 #: tp/Texinfo/Structuring.pm:572
28512856 #, perl-format
28522857 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
28532858 msgstr ""
28542859
2855 #: tp/Texinfo/Structuring.pm:591
2860 #: tp/Texinfo/Structuring.pm:590
28562861 #, perl-format
28572862 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
28582863 msgstr ""
28592864
2860 #: tp/Texinfo/Structuring.pm:646
2865 #: tp/Texinfo/Structuring.pm:645
28612866 #, perl-format
28622867 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
28632868 msgstr ""
28642869
2865 #: tp/Texinfo/Structuring.pm:670
2870 #: tp/Texinfo/Structuring.pm:669
28662871 #, perl-format
28672872 msgid "%s reference to nonexistent `%s'"
28682873 msgstr ""
28692874
2870 #: tp/Texinfo/Structuring.pm:691
2875 #: tp/Texinfo/Structuring.pm:690
28712876 #, perl-format
28722877 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
28732878 msgstr ""
28742879
2875 #: tp/Texinfo/Structuring.pm:699
2880 #: tp/Texinfo/Structuring.pm:698
28762881 #, perl-format
28772882 msgid "for `%s', up in menu `%s' and up `%s' don't match"
28782883 msgstr ""
28792884
2880 #: tp/Texinfo/Structuring.pm:1218
2885 #: tp/Texinfo/Structuring.pm:1217
28812886 #, perl-format
28822887 msgid "@%s to `%s', different from %s name `%s'"
28832888 msgstr ""
28842889
2885 #: tp/Texinfo/Structuring.pm:1464
2890 #: tp/Texinfo/Structuring.pm:1503
28862891 #, perl-format
28872892 msgid "empty index key in @%s"
28882893 msgstr "tyhjä indeksiavain: @%s"
Binary diff not shown
1212 #
1313 msgid ""
1414 msgstr ""
15 "Project-Id-Version: texinfo 6.5.90\n"
15 "Project-Id-Version: texinfo 6.5.92\n"
1616 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
17 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
18 "PO-Revision-Date: 2019-01-16 19:44+0100\n"
17 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
18 "PO-Revision-Date: 2019-02-03 11:23+0100\n"
1919 "Last-Translator: Jean-Charles Malahieude <lilyfan@orange.fr>\n"
2020 "Language-Team: French <traduc@traduc.org>\n"
2121 "Language: fr\n"
20332033
20342034 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20352035 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2036 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2037 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2038 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2039 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2036 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2037 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2038 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2039 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20402040 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20412041 #, perl-format
20422042 msgid "could not open %s for writing: %s"
21002100 msgid "could not open %s: %s"
21012101 msgstr "impossible d'ouvrir %s : %s"
21022102
2103 #: tp/Texinfo/Common.pm:2253
2103 #: tp/Texinfo/Common.pm:1755
2104 #, perl-format
2105 msgid "using a renamed nodes file (`%s') is deprecated"
2106 msgstr ""
2107
2108 #: tp/Texinfo/Common.pm:2254
21042109 #, perl-format
21052110 msgid "could not protect hash character in @%s"
21062111 msgstr "impossible de protéger le caractère hash dans @%s"
21072112
2108 #: tp/Texinfo/Common.pm:2635
2113 #: tp/Texinfo/Common.pm:2636
21092114 #, perl-format
21102115 msgid "empty node name after expansion `%s'"
21112116 msgstr "nom de nœud vide après expansion de « %s »"
21122117
2113 #: tp/Texinfo/Common.pm:2643
2118 #: tp/Texinfo/Common.pm:2644
21142119 #, perl-format
21152120 msgid "@%s `%s' previously defined"
21162121 msgstr "@%s « %s » déjà défini"
21172122
2118 #: tp/Texinfo/Common.pm:2649
2123 #: tp/Texinfo/Common.pm:2650
21192124 #, perl-format
21202125 msgid "here is the previous definition as @%s"
21212126 msgstr "voici la définition précédente de @%s"
21222127
2123 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2128 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21242129 #, perl-format
21252130 msgid "empty argument in @%s"
21262131 msgstr "argument vide dans @%s"
21312136 msgstr "%s : sotie incompatible avec des divisions"
21322137
21332138 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2134 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2135 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2139 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2140 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21362141 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21372142 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21382143 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21592164 msgid "no argument specified for @U"
21602165 msgstr "aucun argument spécifié à @U"
21612166
2162 #: tp/Texinfo/Convert/HTML.pm:1727
2167 #: tp/Texinfo/Convert/HTML.pm:1719
21632168 #, perl-format
21642169 msgid "@image file `%s' (for HTML) not found, using `%s'"
21652170 msgstr ""
21662171 "fichier @image « %s » (pour le HTML) non trouvé ; utilisation de « %s »"
21672172
2168 #: tp/Texinfo/Convert/HTML.pm:2412
2173 #: tp/Texinfo/Convert/HTML.pm:2404
21692174 #, perl-format
21702175 msgid "raw format %s is not converted"
21712176 msgstr "le format brut %s n'est pas converti"
21722177
2173 #: tp/Texinfo/Convert/HTML.pm:4663
2178 #: tp/Texinfo/Convert/HTML.pm:4647
21742179 #, perl-format
21752180 msgid "could not open html refs config file %s: %s"
21762181 msgstr "impossible d'ouvrir le fichier de param. des réf. html %s : %s"
21772182
2178 #: tp/Texinfo/Convert/HTML.pm:4691
2183 #: tp/Texinfo/Convert/HTML.pm:4675
21792184 msgid "missing type"
21802185 msgstr "type manquant"
21812186
2182 #: tp/Texinfo/Convert/HTML.pm:4694
2187 #: tp/Texinfo/Convert/HTML.pm:4678
21832188 #, perl-format
21842189 msgid "unrecognized type: %s"
21852190 msgstr "type inconnu : %s"
21862191
2187 #: tp/Texinfo/Convert/HTML.pm:4711
2192 #: tp/Texinfo/Convert/HTML.pm:4695
21882193 #, perl-format
21892194 msgid "error on closing html refs config file %s: %s"
21902195 msgstr "erreur de fermeture du fichier de param. des réf. html %s : %s"
21912196
2192 #: tp/Texinfo/Convert/HTML.pm:5038
2197 #: tp/Texinfo/Convert/HTML.pm:5022
21932198 msgid "string not closed in css file"
21942199 msgstr "chaîne non terminée dans le fichier css"
21952200
2196 #: tp/Texinfo/Convert/HTML.pm:5040
2201 #: tp/Texinfo/Convert/HTML.pm:5024
21972202 msgid "--css-include ended in comment"
21982203 msgstr "--css-include s'est terminé dans un commentaire"
21992204
2200 #: tp/Texinfo/Convert/HTML.pm:5042
2205 #: tp/Texinfo/Convert/HTML.pm:5026
22012206 msgid "@import not finished in css file"
22022207 msgstr "@import non terminé dans le fichier css"
22032208
2204 #: tp/Texinfo/Convert/HTML.pm:5068
2209 #: tp/Texinfo/Convert/HTML.pm:5052
22052210 #, perl-format
22062211 msgid "CSS file %s not found"
22072212 msgstr "fichier CSS %s non trouvé"
22082213
2209 #: tp/Texinfo/Convert/HTML.pm:5074
2214 #: tp/Texinfo/Convert/HTML.pm:5058
22102215 #, perl-format
22112216 msgid "could not open --include-file %s: %s"
22122217 msgstr "impossible d'ouvrir --include-file %s : %s"
22132218
2214 #: tp/Texinfo/Convert/HTML.pm:5084
2219 #: tp/Texinfo/Convert/HTML.pm:5068
22152220 #, perl-format
22162221 msgid "error on closing CSS file %s: %s"
22172222 msgstr "erreur de fermeture du fichier CSS %s : %s"
22182223
2219 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2224 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22202225 #, perl-format
22212226 msgid "no htmlxref.cnf entry found for `%s'"
22222227 msgstr "aucune entrée htmlxref.cnf trouvée pour « %s »"
22232228
2224 #: tp/Texinfo/Convert/HTML.pm:6607
2229 #: tp/Texinfo/Convert/HTML.pm:6591
22252230 #, perl-format
22262231 msgid "error on closing frame file %s: %s"
22272232 msgstr "erreur de fermeture du fichier-cadre HTML %s : %s"
22282233
2229 #: tp/Texinfo/Convert/HTML.pm:6631
2234 #: tp/Texinfo/Convert/HTML.pm:6615
22302235 #, perl-format
22312236 msgid "error on closing TOC frame file %s: %s"
22322237 msgstr ""
22332238 "erreur de fermeture du fichier-cadre de table des matières (TOC) %s : %s"
22342239
2235 #: tp/Texinfo/Convert/HTML.pm:6746
2240 #: tp/Texinfo/Convert/HTML.pm:6730
22362241 #, perl-format
22372242 msgid "handler %s of stage %s priority %s failed"
22382243 msgstr "échec du gestionnaire %s de l'étape %s priorité %s"
22392244
2240 #: tp/Texinfo/Convert/HTML.pm:6951
2245 #: tp/Texinfo/Convert/HTML.pm:6935
22412246 msgid "must specify a title with a title command or @top"
22422247 msgstr "vous devez indiquer un titre avec @top ou une commande de titrage"
22432248
2244 #: tp/Texinfo/Convert/HTML.pm:7162
2249 #: tp/Texinfo/Convert/HTML.pm:7146
22452250 #, perl-format
22462251 msgid "error on closing redirection node file %s: %s"
22472252 msgstr "erreur de fermeture du fichier de redirection des nœuds %s : %s"
22482253
2249 #: tp/Texinfo/Convert/HTML.pm:7188
2254 #: tp/Texinfo/Convert/HTML.pm:7172
22502255 #, perl-format
22512256 msgid "old name for `%s' is a node of the document"
22522257 msgstr "l'ancien nom de « %s » est un nœud de ce document"
22532258
2254 #: tp/Texinfo/Convert/HTML.pm:7194
2259 #: tp/Texinfo/Convert/HTML.pm:7178
22552260 #, perl-format
22562261 msgid "file empty for renamed node `%s'"
22572262 msgstr "le nœud renommé « %s » est un fichier vide"
22582263
2259 #: tp/Texinfo/Convert/HTML.pm:7208
2264 #: tp/Texinfo/Convert/HTML.pm:7192
22602265 #, perl-format
22612266 msgid "target node (new name for `%s') not in document: %s"
22622267 msgstr "nœud cible (nouveau nom de « %s ») absent du document : %s"
22632268
2264 #: tp/Texinfo/Convert/HTML.pm:7240
2269 #: tp/Texinfo/Convert/HTML.pm:7224
22652270 #, perl-format
22662271 msgid "error on closing renamed node redirection file %s: %s"
22672272 msgstr ""
22682273 "erreur de fermeture du fichier de redirection des nœuds renommés %s : %s"
22692274
2270 #: tp/Texinfo/Convert/HTML.pm:7278
2275 #: tp/Texinfo/Convert/HTML.pm:7262
22712276 msgid "empty node name"
22722277 msgstr "nom de nœud vide"
22732278
2274 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2279 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22752280 #, perl-format
22762281 msgid "syntax for an external node used for `%s'"
22772282 msgstr "utilisation de la syntaxe de nœud externe pour « %s »"
23752380 msgid "menu entry name should not contain `:'"
23762381 msgstr "une entrée de menu ne devrait pas contenir de « : »"
23772382
2378 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2383 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23792384 #, perl-format
23802385 msgid "multiple @%s"
23812386 msgstr "@%s multiples"
29932998 "l'argument de @urefbreakstyle doit être « after », « before » ou « none », "
29942999 "pas « %s »"
29953000
2996 #: tp/Texinfo/Structuring.pm:176
3001 #: tp/Texinfo/Structuring.pm:175
29973002 #, perl-format
29983003 msgid "raising the section level of @%s which is too low"
29993004 msgstr "remontée de la section de @%s qui est trop basse"
30003005
3001 #: tp/Texinfo/Structuring.pm:208
3006 #: tp/Texinfo/Structuring.pm:207
30023007 #, perl-format
30033008 msgid "no chapter-level command before @%s"
30043009 msgstr "pas de commande niveau chapitre avant @%s"
30053010
3006 #: tp/Texinfo/Structuring.pm:213
3011 #: tp/Texinfo/Structuring.pm:212
30073012 #, perl-format
30083013 msgid "lowering the section level of @%s appearing after a lower element"
30093014 msgstr "descente de la section de @%s qui apparaît après un élément subalterne"
30103015
3011 #: tp/Texinfo/Structuring.pm:302
3016 #: tp/Texinfo/Structuring.pm:301
30123017 #, perl-format
30133018 msgid "no sectioning command associated with @%s"
30143019 msgstr "aucune commande de sectionnement associée à @%s"
30153020
3016 #: tp/Texinfo/Structuring.pm:330
3021 #: tp/Texinfo/Structuring.pm:329
30173022 #, perl-format
30183023 msgid "@%s not empty"
30193024 msgstr "@%s n'est pas vide"
30203025
3021 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3026 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
30223027 #, perl-format
30233028 msgid "@%s reference to nonexistent node `%s'"
30243029 msgstr "@%s pointe vers un nœud « %s » inexistant"
30253030
3026 #: tp/Texinfo/Structuring.pm:394
3031 #: tp/Texinfo/Structuring.pm:393
30273032 #, perl-format
30283033 msgid "@%s entry node name `%s' different from %s name `%s'"
30293034 msgstr "entrée @%s du nœud nommé « %s » différente du nom de %s « %s »"
30303035
3031 #: tp/Texinfo/Structuring.pm:513
3036 #: tp/Texinfo/Structuring.pm:512
30323037 #, perl-format
30333038 msgid "unreferenced node `%s'"
30343039 msgstr "nœud « %s » non référencé"
30353040
3036 #: tp/Texinfo/Structuring.pm:564
3041 #: tp/Texinfo/Structuring.pm:563
30373042 #, perl-format
30383043 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30393044 msgstr ""
30403045 "le nœud « %s » est %s pour « %s » dans le sectionnement, mais pas dans le "
30413046 "menu"
30423047
3043 #: tp/Texinfo/Structuring.pm:573
3048 #: tp/Texinfo/Structuring.pm:572
30443049 #, perl-format
30453050 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30463051 msgstr ""
30473052 "le nœud %s « %s » est différent dans le menu « %s » et dans le sectionnement "
30483053 "« %s »"
30493054
3050 #: tp/Texinfo/Structuring.pm:591
3055 #: tp/Texinfo/Structuring.pm:590
30513056 #, perl-format
30523057 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30533058 msgstr ""
30543059 "le nœud « %s » est %s pour « %s » dans le menu mais pas dans le sectionnement"
30553060
3056 #: tp/Texinfo/Structuring.pm:646
3061 #: tp/Texinfo/Structuring.pm:645
30573062 #, perl-format
30583063 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30593064 msgstr "le pointeur %s « %s » (pour le nœud « %s ») diffère de %s nommé « %s »"
30603065
3061 #: tp/Texinfo/Structuring.pm:670
3066 #: tp/Texinfo/Structuring.pm:669
30623067 #, perl-format
30633068 msgid "%s reference to nonexistent `%s'"
30643069 msgstr "%s fait référence à « %s » qui n'existe pas"
30653070
3066 #: tp/Texinfo/Structuring.pm:691
3071 #: tp/Texinfo/Structuring.pm:690
30673072 #, perl-format
30683073 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30693074 msgstr ""
30703075 "le nœud « %s » n'a pas d'entrée de menu pour « %s », dont le « Up » le "
30713076 "désigne"
30723077
3073 #: tp/Texinfo/Structuring.pm:699
3078 #: tp/Texinfo/Structuring.pm:698
30743079 #, perl-format
30753080 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30763081 msgstr ""
30773082 "pour « %s », au-dessus dans le menu « %s » et au-dessus « %s » ne "
30783083 "correspondent pas"
30793084
3080 #: tp/Texinfo/Structuring.pm:1218
3085 #: tp/Texinfo/Structuring.pm:1217
30813086 #, perl-format
30823087 msgid "@%s to `%s', different from %s name `%s'"
30833088 msgstr "@%s pour « %s », différent de %s nommé « %s »"
30843089
3085 #: tp/Texinfo/Structuring.pm:1464
3090 #: tp/Texinfo/Structuring.pm:1503
30863091 #, perl-format
30873092 msgid "empty index key in @%s"
30883093 msgstr "entrée d'index vide dans @%s"
36513656 #, perl-format
36523657 msgid "%s: could not open %s for writing: %s\n"
36533658 msgstr "%s : impossible d'ouvrir %s en écriture : %s\n"
3654
3655 #~ msgid "can't open %s: %s"
3656 #~ msgstr "impossible d'ouvrir %s : %s"
3657
3658 #~ msgid "debugging output diverted to \"%s\""
3659 #~ msgstr "redirection des informations de débogage dans « %s »"
Binary diff not shown
55 msgstr ""
66 "Project-Id-Version: texinfo 4.2\n"
77 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
8 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
8 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
99 "PO-Revision-Date: 2002-04-03 12:31+0300\n"
1010 "Last-Translator: Eli Zaretskii <eliz@gnu.org>\n"
1111 "Language-Team: Hebrew <eliz@gnu.org>\n"
19471947
19481948 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
19491949 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
1950 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
1951 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
1952 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
1953 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
1950 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
1951 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
1952 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
1953 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
19541954 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
19551955 #, perl-format
19561956 msgid "could not open %s for writing: %s"
20102010 msgid "could not open %s: %s"
20112011 msgstr ""
20122012
2013 #: tp/Texinfo/Common.pm:2253
2013 #: tp/Texinfo/Common.pm:1755
2014 #, perl-format
2015 msgid "using a renamed nodes file (`%s') is deprecated"
2016 msgstr ""
2017
2018 #: tp/Texinfo/Common.pm:2254
20142019 #, perl-format
20152020 msgid "could not protect hash character in @%s"
20162021 msgstr ""
20172022
2018 #: tp/Texinfo/Common.pm:2635
2023 #: tp/Texinfo/Common.pm:2636
20192024 #, perl-format
20202025 msgid "empty node name after expansion `%s'"
20212026 msgstr ""
20222027
2023 #: tp/Texinfo/Common.pm:2643
2028 #: tp/Texinfo/Common.pm:2644
20242029 #, fuzzy, perl-format
20252030 msgid "@%s `%s' previously defined"
20262031 msgstr "םדןק רדגוה רבכ `%s' ורקאמ"
20272032
2028 #: tp/Texinfo/Common.pm:2649
2033 #: tp/Texinfo/Common.pm:2650
20292034 #, fuzzy, perl-format
20302035 msgid "here is the previous definition as @%s"
20312036 msgstr "הנושארל רדגוה `%s' ןאכ"
20322037
2033 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2038 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
20342039 #, fuzzy, perl-format
20352040 msgid "empty argument in @%s"
20362041 msgstr "%c%s-ל יוגש טנמוגרא"
20412046 msgstr ""
20422047
20432048 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2044 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2045 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2049 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2050 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
20462051 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
20472052 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
20482053 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
20702075 msgid "no argument specified for @U"
20712076 msgstr "הקסיפ םש אלל `%c%s' הארוה"
20722077
2073 #: tp/Texinfo/Convert/HTML.pm:1727
2078 #: tp/Texinfo/Convert/HTML.pm:1719
20742079 #, fuzzy, perl-format
20752080 msgid "@image file `%s' (for HTML) not found, using `%s'"
20762081 msgstr "(HTML רובע שרדנ) @image רובע `%s' ץבוק תאירקב (%s) הלקת"
20772082
2078 #: tp/Texinfo/Convert/HTML.pm:2412
2083 #: tp/Texinfo/Convert/HTML.pm:2404
20792084 #, perl-format
20802085 msgid "raw format %s is not converted"
20812086 msgstr ""
20822087
2083 #: tp/Texinfo/Convert/HTML.pm:4663
2088 #: tp/Texinfo/Convert/HTML.pm:4647
20842089 #, perl-format
20852090 msgid "could not open html refs config file %s: %s"
20862091 msgstr ""
20872092
2088 #: tp/Texinfo/Convert/HTML.pm:4691
2093 #: tp/Texinfo/Convert/HTML.pm:4675
20892094 #, fuzzy
20902095 msgid "missing type"
20912096 msgstr "הדוקפ םש רסח"
20922097
2093 #: tp/Texinfo/Convert/HTML.pm:4694
2098 #: tp/Texinfo/Convert/HTML.pm:4678
20942099 #, fuzzy, perl-format
20952100 msgid "unrecognized type: %s"
20962101 msgstr "%s תינכת רובע `--%s' ההוזמ-יתלב ןייפאמ\n"
20972102
2098 #: tp/Texinfo/Convert/HTML.pm:4711
2103 #: tp/Texinfo/Convert/HTML.pm:4695
20992104 #, fuzzy, perl-format
21002105 msgid "error on closing html refs config file %s: %s"
21012106 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
21022107
2103 #: tp/Texinfo/Convert/HTML.pm:5038
2108 #: tp/Texinfo/Convert/HTML.pm:5022
21042109 msgid "string not closed in css file"
21052110 msgstr ""
21062111
2107 #: tp/Texinfo/Convert/HTML.pm:5040
2112 #: tp/Texinfo/Convert/HTML.pm:5024
21082113 msgid "--css-include ended in comment"
21092114 msgstr ""
21102115
2111 #: tp/Texinfo/Convert/HTML.pm:5042
2116 #: tp/Texinfo/Convert/HTML.pm:5026
21122117 msgid "@import not finished in css file"
21132118 msgstr ""
21142119
2115 #: tp/Texinfo/Convert/HTML.pm:5068
2120 #: tp/Texinfo/Convert/HTML.pm:5052
21162121 #, perl-format
21172122 msgid "CSS file %s not found"
21182123 msgstr ""
21192124
2120 #: tp/Texinfo/Convert/HTML.pm:5074
2125 #: tp/Texinfo/Convert/HTML.pm:5058
21212126 #, fuzzy, perl-format
21222127 msgid "could not open --include-file %s: %s"
21232128 msgstr "`%s' טלק ץבוק תחיתפב הלקת"
21242129
2125 #: tp/Texinfo/Convert/HTML.pm:5084
2130 #: tp/Texinfo/Convert/HTML.pm:5068
21262131 #, fuzzy, perl-format
21272132 msgid "error on closing CSS file %s: %s"
21282133 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
21292134
2130 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2135 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
21312136 #, fuzzy, perl-format
21322137 msgid "no htmlxref.cnf entry found for `%s'"
21332138 msgstr "`%s' תזורחמ םיליכמה סקדניא יטירפ ןיא\n"
21342139
2135 #: tp/Texinfo/Convert/HTML.pm:6607
2140 #: tp/Texinfo/Convert/HTML.pm:6591
21362141 #, fuzzy, perl-format
21372142 msgid "error on closing frame file %s: %s"
21382143 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
21392144
2140 #: tp/Texinfo/Convert/HTML.pm:6631
2145 #: tp/Texinfo/Convert/HTML.pm:6615
21412146 #, fuzzy, perl-format
21422147 msgid "error on closing TOC frame file %s: %s"
21432148 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
21442149
2145 #: tp/Texinfo/Convert/HTML.pm:6746
2150 #: tp/Texinfo/Convert/HTML.pm:6730
21462151 #, perl-format
21472152 msgid "handler %s of stage %s priority %s failed"
21482153 msgstr ""
21492154
2150 #: tp/Texinfo/Convert/HTML.pm:6951
2155 #: tp/Texinfo/Convert/HTML.pm:6935
21512156 msgid "must specify a title with a title command or @top"
21522157 msgstr ""
21532158
2154 #: tp/Texinfo/Convert/HTML.pm:7162
2159 #: tp/Texinfo/Convert/HTML.pm:7146
21552160 #, fuzzy, perl-format
21562161 msgid "error on closing redirection node file %s: %s"
21572162 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
21582163
2159 #: tp/Texinfo/Convert/HTML.pm:7188
2164 #: tp/Texinfo/Convert/HTML.pm:7172
21602165 #, fuzzy, perl-format
21612166 msgid "old name for `%s' is a node of the document"
21622167 msgstr ".וז הקסיפ רובע `Up'-ו `Prev' ללוכ וניא הז ךמסמ"
21632168
2164 #: tp/Texinfo/Convert/HTML.pm:7194
2169 #: tp/Texinfo/Convert/HTML.pm:7178
21652170 #, fuzzy, perl-format
21662171 msgid "file empty for renamed node `%s'"
21672172 msgstr "רושיק ףא ןיא `%s' הקסיפל"
21682173
2169 #: tp/Texinfo/Convert/HTML.pm:7208
2174 #: tp/Texinfo/Convert/HTML.pm:7192
21702175 #, perl-format
21712176 msgid "target node (new name for `%s') not in document: %s"
21722177 msgstr ""
21732178
2174 #: tp/Texinfo/Convert/HTML.pm:7240
2179 #: tp/Texinfo/Convert/HTML.pm:7224
21752180 #, perl-format
21762181 msgid "error on closing renamed node redirection file %s: %s"
21772182 msgstr ""
21782183
2179 #: tp/Texinfo/Convert/HTML.pm:7278
2184 #: tp/Texinfo/Convert/HTML.pm:7262
21802185 msgid "empty node name"
21812186 msgstr ""
21822187
2183 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2188 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
21842189 #, perl-format
21852190 msgid "syntax for an external node used for `%s'"
21862191 msgstr ""
22832288 msgid "menu entry name should not contain `:'"
22842289 msgstr ""
22852290
2286 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2291 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
22872292 #, perl-format
22882293 msgid "multiple @%s"
22892294 msgstr ""
28882893 msgstr ""
28892894 "%s: `%s' אל ,`end' וא `separate' תויהל --footnote-style לש טנמוגרא לע\n"
28902895
2891 #: tp/Texinfo/Structuring.pm:176
2896 #: tp/Texinfo/Structuring.pm:175
28922897 #, perl-format
28932898 msgid "raising the section level of @%s which is too low"
28942899 msgstr ""
28952900
2896 #: tp/Texinfo/Structuring.pm:208
2901 #: tp/Texinfo/Structuring.pm:207
28972902 #, perl-format
28982903 msgid "no chapter-level command before @%s"
28992904 msgstr ""
29002905
2901 #: tp/Texinfo/Structuring.pm:213
2906 #: tp/Texinfo/Structuring.pm:212
29022907 #, perl-format
29032908 msgid "lowering the section level of @%s appearing after a lower element"
29042909 msgstr ""
29052910
2906 #: tp/Texinfo/Structuring.pm:302
2911 #: tp/Texinfo/Structuring.pm:301
29072912 #, perl-format
29082913 msgid "no sectioning command associated with @%s"
29092914 msgstr ""
29102915
2911 #: tp/Texinfo/Structuring.pm:330
2916 #: tp/Texinfo/Structuring.pm:329
29122917 #, perl-format
29132918 msgid "@%s not empty"
29142919 msgstr ""
29152920
2916 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
2921 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
29172922 #, fuzzy, perl-format
29182923 msgid "@%s reference to nonexistent node `%s'"
29192924 msgstr "%sב `%s' תמייק הנניאש הקסיפל היינפה"
29202925
2921 #: tp/Texinfo/Structuring.pm:394
2926 #: tp/Texinfo/Structuring.pm:393
29222927 #, perl-format
29232928 msgid "@%s entry node name `%s' different from %s name `%s'"
29242929 msgstr ""
29252930
2926 #: tp/Texinfo/Structuring.pm:513
2931 #: tp/Texinfo/Structuring.pm:512
29272932 #, perl-format
29282933 msgid "unreferenced node `%s'"
29292934 msgstr "רושיק ףא ןיא `%s' הקסיפל"
29302935
2931 #: tp/Texinfo/Structuring.pm:564
2936 #: tp/Texinfo/Structuring.pm:563
29322937 #, perl-format
29332938 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
29342939 msgstr ""
29352940
2936 #: tp/Texinfo/Structuring.pm:573
2941 #: tp/Texinfo/Structuring.pm:572
29372942 #, perl-format
29382943 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
29392944 msgstr ""
29402945
2941 #: tp/Texinfo/Structuring.pm:591
2946 #: tp/Texinfo/Structuring.pm:590
29422947 #, perl-format
29432948 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
29442949 msgstr ""
29452950
2946 #: tp/Texinfo/Structuring.pm:646
2951 #: tp/Texinfo/Structuring.pm:645
29472952 #, perl-format
29482953 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
29492954 msgstr ""
29502955
2951 #: tp/Texinfo/Structuring.pm:670
2956 #: tp/Texinfo/Structuring.pm:669
29522957 #, fuzzy, perl-format
29532958 msgid "%s reference to nonexistent `%s'"
29542959 msgstr "%sב `%s' תמייק הנניאש הקסיפל היינפה"
29552960
2956 #: tp/Texinfo/Structuring.pm:691
2961 #: tp/Texinfo/Structuring.pm:690
29572962 #, fuzzy, perl-format
29582963 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
29592964 msgstr "הרזחב עיבצמש טירפת ףיעס ןיא לבא ,`%s' לע עיבצמ `%s' הקסיפ לש Up הדש"
29602965
2961 #: tp/Texinfo/Structuring.pm:699
2966 #: tp/Texinfo/Structuring.pm:698
29622967 #, perl-format
29632968 msgid "for `%s', up in menu `%s' and up `%s' don't match"
29642969 msgstr ""
29652970
2966 #: tp/Texinfo/Structuring.pm:1218
2971 #: tp/Texinfo/Structuring.pm:1217
29672972 #, perl-format
29682973 msgid "@%s to `%s', different from %s name `%s'"
29692974 msgstr ""
29702975
2971 #: tp/Texinfo/Structuring.pm:1464
2976 #: tp/Texinfo/Structuring.pm:1503
29722977 #, perl-format
29732978 msgid "empty index key in @%s"
29742979 msgstr ""
Binary diff not shown
88 # Božidar Putanec <bozidarp@yahoo.com>, 2016, 2017, 2019.
99 msgid ""
1010 msgstr ""
11 "Project-Id-Version: GNU texinfo-6.5.90\n"
11 "Project-Id-Version: GNU texinfo-6.5.92\n"
1212 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
13 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
14 "PO-Revision-Date: 2019-01-20 12:55-0800\n"
13 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
14 "PO-Revision-Date: 2019-02-03 12:47-0800\n"
1515 "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
1616 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
1717 "Language: hr\n"
2121 "X-Bugs: Report translation errors to the Language-Team address.\n"
2222 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
2323 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
24 "X-Generator: Lokalize 2.0\n"
24 "X-Generator: Poedit 2.2.1\n"
2525
2626 #: gnulib/lib/error.c:195
2727 msgid "Unknown system error"
8888
8989 #: gnulib/lib/regcomp.c:153
9090 msgid "Invalid back reference"
91 msgstr "Nevaljana povratna veza"
91 msgstr "Nevaljana povratna poveznica"
9292
9393 #: gnulib/lib/regcomp.c:156
9494 msgid "Unmatched [, [^, [:, [., or [="
172172
173173 #: info/echo-area.c:474
174174 msgid "Cancel or quit operation"
175 msgstr "Poništi ili prekini operaciju"
175 msgstr "Poništi ili napusti operaciju"
176176
177177 #: info/echo-area.c:489
178178 msgid "Accept (or force completion of) this line"
251251 msgid "Building completions..."
252252 msgstr "Dopune se generiraju..."
253253
254 # dodan 2 razmaka radi vizualnog dojma
254255 #: info/echo-area.c:1387
255256 msgid "Scroll the completions window"
256257 msgstr " Listajte popis dopuna"
599600
600601 #: info/info.c:1188
601602 msgid "No cross references in this node"
602 msgstr "Nema unakrsnih veza u ovom čvoru."
603 msgstr "Nema unakrsnih poveznica u ovom čvoru."
603604
604605 #: info/info.c:1189
605606 #, c-format
646647
647648 #: info/infodoc.c:41
648649 msgid "\\%-10[quit] Quit Info altogether.\n"
649 msgstr "\\%-10[quit] Zatvori Info i iziđi\n"
650 msgstr "\\%-10[quit] Zatvorite (sasvim) Info\n"
650651
651652 #: info/infodoc.c:42
652653 msgid "\\%-10[get-info-help-node] Invoke the Info tutorial.\n"
678679
679680 #: info/infodoc.c:51
680681 msgid "\\%-10[move-to-next-xref] Skip to the next hypertext link.\n"
681 msgstr "\\%-10[move-to-next-xref] Na sljedeću hipertekst vezu\n"
682 msgstr "\\%-10[move-to-next-xref] Na sljedeću hipertekst poveznicu\n"
682683
683684 #: info/infodoc.c:52
684685 msgid ""
685686 "\\%-10[select-reference-this-line] Follow the hypertext link under the "
686687 "cursor.\n"
687688 msgstr ""
688 "\\%-10[select-reference-this-line] Otvori hipertekst vezu ispod kursora\n"
689 "\\%-10[select-reference-this-line] Otvori hipertekst poveznicu ispod "
690 "kursora\n"
689691
690692 #: info/infodoc.c:53
691693 msgid "\\%-10[history-node] Go back to the last node seen in this window.\n"
734736
735737 #: info/infodoc.c:66
736738 msgid "\\%-10[xref-item] Follow a cross reference specified by name.\n"
737 msgstr "\\%-10[xref-item] Otvori unakrsnu vezu specificiranu imenom\n"
739 msgstr "\\%-10[xref-item] Otvori unakrsnu poveznicu specificiranu imenom\n"
738740
739741 #: info/infodoc.c:67
740742 msgid "\\%-10[goto-node] Go to a node specified by name.\n"
10181020 #: info/nodemenu.c:276
10191021 #, c-format
10201022 msgid "The reference disappeared! (%s)."
1021 msgstr "Veza je nestala! (%s)"
1023 msgstr "Poveznica je nestala! (%s)"
10221024
10231025 #: info/pcterm.c:223
10241026 #, c-format
12061208 #: info/session.c:2343 info/session.c:2344
12071209 #, c-format
12081210 msgid "Follow xref (%s): "
1209 msgstr "Otvori unakrsnu vezu na (%s): "
1211 msgstr "Otvori unakrsnu poveznicu na (%s): "
12101212
12111213 #: info/session.c:2347
12121214 msgid "Follow xref: "
1213 msgstr "Otvori unakrsnu vezu:"
1215 msgstr "Otvori unakrsnu poveznicu:"
12141216
12151217 #: info/session.c:2424
12161218 #, c-format
12171219 msgid "The reference disappeared! (%s)"
1218 msgstr "Veza je nestala! (%s)"
1220 msgstr "Poveznica je nestala! (%s)"
12191221
12201222 #: info/session.c:2436
12211223 msgid "Read a menu item and select its node"
12231225
12241226 #: info/session.c:2461
12251227 msgid "Read a footnote or cross reference and select its node"
1226 msgstr "Pročita fusnotu ili unakrsnu vezu i otvori njezin čvor"
1228 msgstr "Pročita fusnotu ili unakrsnu poveznicu i otvori njezin čvor"
12271229
12281230 #: info/session.c:2484
12291231 msgid "Move to the start of this node's menu"
12351237
12361238 #: info/session.c:2606
12371239 msgid "Move to the previous cross reference"
1238 msgstr "Na prethodnu unakrsnu vezu"
1240 msgstr "Na prethodnu unakrsnu poveznicu"
12391241
12401242 #: info/session.c:2669
12411243 msgid "Move to the next cross reference"
1242 msgstr "Na sljedeću unakrsnu vezu"
1244 msgstr "Na sljedeću unakrsnu poveznicu"
12431245
12441246 #: info/session.c:2730
12451247 msgid "Select reference or menu item appearing on this line"
1246 msgstr "Otvori vezu ili stavku menīja koja se pojavila u ovom retku"
1248 msgstr "Otvori poveznicu ili stavku menīja koja se pojavila u ovom retku"
12471249
12481250 #: info/session.c:2764
12491251 #, c-format
13241326
13251327 #: info/session.c:3581
13261328 msgid "Read a manpage reference and select it"
1327 msgstr "Pročita unakrsnu vezu u Manpage i otvori ju"
1329 msgstr "Pročita unakrsnu poveznicu u Manpage i otvori ju"
13281330
13291331 #: info/session.c:3585
13301332 msgid "Get Manpage: "
15561558
15571559 #: info/session.c:5282
15581560 msgid "Quit"
1559 msgstr "Završeno"
1561 msgstr "Napusti(te)"
15601562
15611563 #: info/session.c:5287
15621564 msgid "Display version of Info being run"
15691571
15701572 #: info/session.c:5294
15711573 msgid "Redraw the display"
1572 msgstr "Obnovite prikazani prozor"
1574 msgstr "Obnovi ovaj prozor"
15731575
15741576 #: info/session.c:5331
15751577 msgid "Quit using Info"
1576 msgstr "Zatvori Info (iziđi)"
1578 msgstr "Prestani(te) rabiti Info"
15771579
15781580 #: info/session.c:5347
15791581 msgid "Run command bound to this key's lowercase variant"
16831685
16841686 #: info/variables.c:140
16851687 msgid "How to follow a cross-reference"
1686 msgstr "Na koji način slijediti (otvoriti) unakrsnu vezu"
1688 msgstr "Na koji način slijediti (otvoriti) unakrsnu poveznicu"
16871689
16881690 #: info/variables.c:144
16891691 msgid "Highlight search matches"
16911693
16921694 #: info/variables.c:148
16931695 msgid "Styles for links"
1694 msgstr "Stilovi za veze"
1696 msgstr "Stilovi za poveznice"
16951697
16961698 #: info/variables.c:152
16971699 msgid "Styles for active links"
1698 msgstr "Stilovi za aktivne veze"
1700 msgstr "Stilovi za aktivne poveznice"
16991701
17001702 #: info/variables.c:156
17011703 msgid "Styles for search matches"
20112013
20122014 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20132015 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2014 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2015 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2016 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2017 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2016 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2017 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2018 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2019 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20182020 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20192021 #, perl-format
20202022 msgid "could not open %s for writing: %s"
20782080 msgid "could not open %s: %s"
20792081 msgstr "nije (bilo) moguće otvoriti %s: %s"
20802082
2081 #: tp/Texinfo/Common.pm:2253
2083 #: tp/Texinfo/Common.pm:1755
2084 #, perl-format
2085 msgid "using a renamed nodes file (`%s') is deprecated"
2086 msgstr ""
2087
2088 #: tp/Texinfo/Common.pm:2254
20822089 #, perl-format
20832090 msgid "could not protect hash character in @%s"
20842091 msgstr "nije (bilo) moguće zaštititi znak „ljestve“ (hash) u @%s"
20852092
2086 #: tp/Texinfo/Common.pm:2635
2093 #: tp/Texinfo/Common.pm:2636
20872094 #, perl-format
20882095 msgid "empty node name after expansion `%s'"
20892096 msgstr "prazno ime čvora nakon širenja „%s“"
20902097
2091 #: tp/Texinfo/Common.pm:2643
2098 #: tp/Texinfo/Common.pm:2644
20922099 #, perl-format
20932100 msgid "@%s `%s' previously defined"
20942101 msgstr "@%s „%s“ je prethodno definiran"
20952102
2096 #: tp/Texinfo/Common.pm:2649
2103 #: tp/Texinfo/Common.pm:2650
20972104 #, perl-format
20982105 msgid "here is the previous definition as @%s"
20992106 msgstr "ovdje je prethodna definicija kao @%s"
21002107
2101 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2108 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21022109 #, perl-format
21032110 msgid "empty argument in @%s"
21042111 msgstr "prazni argument u @%s"
21092116 msgstr "%s: izlaz nije kompatibilan s razdiobom"
21102117
21112118 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2112 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2113 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2119 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2120 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21142121 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21152122 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21162123 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21372144 msgid "no argument specified for @U"
21382145 msgstr "nijedan argument nije specificiran za @U"
21392146
2140 #: tp/Texinfo/Convert/HTML.pm:1727
2147 #: tp/Texinfo/Convert/HTML.pm:1719
21412148 #, perl-format
21422149 msgid "@image file `%s' (for HTML) not found, using `%s'"
21432150 msgstr "@image datoteka „%s“ (za HTML) nije pronađena, koristimo „%s“"
21442151
2145 #: tp/Texinfo/Convert/HTML.pm:2412
2152 #: tp/Texinfo/Convert/HTML.pm:2404
21462153 #, perl-format
21472154 msgid "raw format %s is not converted"
21482155 msgstr "neobrađeni format %s nije pretvoren"
21492156
2150 #: tp/Texinfo/Convert/HTML.pm:4663
2157 #: tp/Texinfo/Convert/HTML.pm:4647
21512158 #, perl-format
21522159 msgid "could not open html refs config file %s: %s"
21532160 msgstr ""
2154 "nije (bilo) moguće otvoriti konfiguracijsku datoteku unakrsnih veza HTML-a "
2155 "%s: %s"
2156
2157 #: tp/Texinfo/Convert/HTML.pm:4691
2161 "nije moguće otvoriti konfiguracijsku datoteku unakrsnih poveznica HTML-a %s: "
2162 "%s"
2163
2164 #: tp/Texinfo/Convert/HTML.pm:4675
21582165 msgid "missing type"
21592166 msgstr "nema vrste"
21602167
2161 #: tp/Texinfo/Convert/HTML.pm:4694
2168 #: tp/Texinfo/Convert/HTML.pm:4678
21622169 #, perl-format
21632170 msgid "unrecognized type: %s"
21642171 msgstr "neprepoznata vrsta: %s"
21652172
2166 #: tp/Texinfo/Convert/HTML.pm:4711
2173 #: tp/Texinfo/Convert/HTML.pm:4695
21672174 #, perl-format
21682175 msgid "error on closing html refs config file %s: %s"
21692176 msgstr ""
2170 "greška pri zatvaranju konfiguracijske datoteke unakrsnih veza HTML-a %s: %s"
2171
2172 #: tp/Texinfo/Convert/HTML.pm:5038
2177 "greška pri zatvaranju konfiguracijske datoteke unakrsnih poveznica HTML-a "
2178 "%s: %s"
2179
2180 #: tp/Texinfo/Convert/HTML.pm:5022
21732181 msgid "string not closed in css file"
21742182 msgstr "string nije zatvoren u CSS datoteci"
21752183
2176 #: tp/Texinfo/Convert/HTML.pm:5040
2184 #: tp/Texinfo/Convert/HTML.pm:5024
21772185 msgid "--css-include ended in comment"
21782186 msgstr "--css-include završava u komentaru"
21792187
2180 #: tp/Texinfo/Convert/HTML.pm:5042
2188 #: tp/Texinfo/Convert/HTML.pm:5026
21812189 msgid "@import not finished in css file"
21822190 msgstr "@import nije završen u CSS datoteci"
21832191
2184 #: tp/Texinfo/Convert/HTML.pm:5068
2192 #: tp/Texinfo/Convert/HTML.pm:5052
21852193 #, perl-format
21862194 msgid "CSS file %s not found"
21872195 msgstr "CSS datoteka %s nije pronađena"
21882196
2189 #: tp/Texinfo/Convert/HTML.pm:5074
2197 #: tp/Texinfo/Convert/HTML.pm:5058
21902198 #, perl-format
21912199 msgid "could not open --include-file %s: %s"
21922200 msgstr "nije (bilo) moguće otvoriti --include-file %s: %s"
21932201
2194 #: tp/Texinfo/Convert/HTML.pm:5084
2202 #: tp/Texinfo/Convert/HTML.pm:5068
21952203 #, perl-format
21962204 msgid "error on closing CSS file %s: %s"
21972205 msgstr "greška pri zatvaranju CSS datoteke %s: %s"
21982206
2199 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2207 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22002208 #, perl-format
22012209 msgid "no htmlxref.cnf entry found for `%s'"
22022210 msgstr "nije pronađena stavka htmlxref.cnf za „%s“"
22032211
2204 #: tp/Texinfo/Convert/HTML.pm:6607
2212 #: tp/Texinfo/Convert/HTML.pm:6591
22052213 #, perl-format
22062214 msgid "error on closing frame file %s: %s"
22072215 msgstr "greška pri zatvaranju datoteke okvira %s: %s"
22082216
2209 #: tp/Texinfo/Convert/HTML.pm:6631
2217 #: tp/Texinfo/Convert/HTML.pm:6615
22102218 #, perl-format
22112219 msgid "error on closing TOC frame file %s: %s"
22122220 msgstr "greška pri zatvaranju datoteke TOC okvira %s: %s"
22132221
2214 #: tp/Texinfo/Convert/HTML.pm:6746
2222 #: tp/Texinfo/Convert/HTML.pm:6730
22152223 #, perl-format
22162224 msgid "handler %s of stage %s priority %s failed"
22172225 msgstr "greška manipulatora %s faze %s prioriteta %s"
22182226
2219 #: tp/Texinfo/Convert/HTML.pm:6951
2227 #: tp/Texinfo/Convert/HTML.pm:6935
22202228 msgid "must specify a title with a title command or @top"
22212229 msgstr "morate navesti naslov naredbom naslova ili @top"
22222230
2223 #: tp/Texinfo/Convert/HTML.pm:7162
2231 #: tp/Texinfo/Convert/HTML.pm:7146
22242232 #, perl-format
22252233 msgid "error on closing redirection node file %s: %s"
22262234 msgstr "greška pri zatvaranju %s (datoteka s preusmjernicama za čvorove): %s"
22272235
2228 #: tp/Texinfo/Convert/HTML.pm:7188
2236 #: tp/Texinfo/Convert/HTML.pm:7172
22292237 #, perl-format
22302238 msgid "old name for `%s' is a node of the document"
22312239 msgstr "staro ime za „%s“ je čvor dokumenta"
22322240
2233 #: tp/Texinfo/Convert/HTML.pm:7194
2241 #: tp/Texinfo/Convert/HTML.pm:7178
22342242 #, perl-format
22352243 msgid "file empty for renamed node `%s'"
22362244 msgstr "datoteka je prazna za preimenovani čvor „%s“"
22372245
2238 #: tp/Texinfo/Convert/HTML.pm:7208
2246 #: tp/Texinfo/Convert/HTML.pm:7192
22392247 #, perl-format
22402248 msgid "target node (new name for `%s') not in document: %s"
22412249 msgstr "odredišni čvor (novo ime za „%s“) nije u dokumentu: %s"
22422250
2243 #: tp/Texinfo/Convert/HTML.pm:7240
2251 #: tp/Texinfo/Convert/HTML.pm:7224
22442252 #, perl-format
22452253 msgid "error on closing renamed node redirection file %s: %s"
22462254 msgstr ""
22472255 "greška pri zatvaranju %s (datoteka s preusmjernicama od preimovanih čvorova: "
22482256 "%s"
22492257
2250 #: tp/Texinfo/Convert/HTML.pm:7278
2258 #: tp/Texinfo/Convert/HTML.pm:7262
22512259 msgid "empty node name"
22522260 msgstr "prazno ime čvora"
22532261
2254 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2262 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22552263 #, perl-format
22562264 msgid "syntax for an external node used for `%s'"
22572265 msgstr "sintaksa za vanjski čvor upotrebljena je za „%s“"
23162324 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
23172325 "avoid that"
23182326 msgstr ""
2319 "@strong{Bilješka...} proizvodi lažnu Info unakrsnu vezu; odaberite drugačiju "
2320 "riječ da to izbjegnete"
2327 "@strong{Bilješka...} proizvodi lažnu Info unakrsnu poveznicu; odaberite "
2328 "drugačiju riječ da to izbjegnete"
23212329
23222330 #: tp/Texinfo/Convert/Plaintext.pm:2036
23232331 #, perl-format
23242332 msgid "@%s cross-reference name should not contain `:'"
2325 msgstr "@%s -- unakrsna veza ne smije sadržavati „:“"
2333 msgstr "@%s -- unakrsna poveznica ne smije sadržavati „:“"
23262334
23272335 #: tp/Texinfo/Convert/Plaintext.pm:2074
23282336 #, perl-format
23562364 msgid "menu entry name should not contain `:'"
23572365 msgstr "ime stavke u menīju ne smije sadržavati „:“"
23582366
2359 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2367 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23602368 #, perl-format
23612369 msgid "multiple @%s"
23622370 msgstr "višestruki @%s"
23832391 #: tp/Texinfo/ParserNonXS.pm:5305 tp/Texinfo/ParserNonXS.pm:5319
23842392 #, perl-format
23852393 msgid "bad name for @%s"
2386 msgstr "nema imena za @%s"
2394 msgstr "loše ime za @%s"
23872395
23882396 #: tp/Texinfo/ParserNonXS.pm:1170
23892397 #, perl-format
28012809 #: tp/Texinfo/ParserNonXS.pm:4911
28022810 #, perl-format
28032811 msgid "in @%s empty cross reference name after expansion `%s'"
2804 msgstr "prazno ime unakrsne veze u @%s nakon širenja „%s“"
2812 msgstr "prazno ime unakrsne poveznice u @%s nakon širenja „%s“"
28052813
28062814 #: tp/Texinfo/ParserNonXS.pm:4922
28072815 #, perl-format
28082816 msgid "in @%s empty cross reference title after expansion `%s'"
2809 msgstr "prazan naslov unakrsne veze u @%s nakon širenja „%s“"
2817 msgstr "prazan naslov unakrsne poveznice u @%s nakon širenja „%s“"
28102818
28112819 #: tp/Texinfo/ParserNonXS.pm:4935
28122820 msgid "@image missing filename argument"
29662974 msgstr ""
29672975 "@urefbreakstyle argument mora biti: „after“, „before“ ili „none“, a ne „%s“"
29682976
2969 #: tp/Texinfo/Structuring.pm:176
2977 #: tp/Texinfo/Structuring.pm:175
29702978 #, perl-format
29712979 msgid "raising the section level of @%s which is too low"
29722980 msgstr "podiže se razina odlomka @%s jer je premala"
29732981
2974 #: tp/Texinfo/Structuring.pm:208
2982 #: tp/Texinfo/Structuring.pm:207
29752983 #, perl-format
29762984 msgid "no chapter-level command before @%s"
29772985 msgstr "nema naredbe chapter-level prije @%s"
29782986
2979 #: tp/Texinfo/Structuring.pm:213
2987 #: tp/Texinfo/Structuring.pm:212
29802988 #, perl-format
29812989 msgid "lowering the section level of @%s appearing after a lower element"
29822990 msgstr "snižava se razina odlomka @%s koja se pojavljuje nakon nižeg elementa"
29832991
2984 #: tp/Texinfo/Structuring.pm:302
2992 #: tp/Texinfo/Structuring.pm:301
29852993 #, perl-format
29862994 msgid "no sectioning command associated with @%s"
29872995 msgstr "nema naredbe za odlomke pridružene @%s"
29882996
2989 #: tp/Texinfo/Structuring.pm:330
2997 #: tp/Texinfo/Structuring.pm:329
29902998 #, perl-format
29912999 msgid "@%s not empty"
29923000 msgstr "@%s nije prazan"
29933001
2994 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3002 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
29953003 #, perl-format
29963004 msgid "@%s reference to nonexistent node `%s'"
29973005 msgstr "%s upućuje na nepostojeći čvor „%s“"
29983006
2999 #: tp/Texinfo/Structuring.pm:394
3007 #: tp/Texinfo/Structuring.pm:393
30003008 #, perl-format
30013009 msgid "@%s entry node name `%s' different from %s name `%s'"
30023010 msgstr "@%s ime stavke čvora „%s“ je različito od %s imena „%s“"
30033011
3004 #: tp/Texinfo/Structuring.pm:513
3012 #: tp/Texinfo/Structuring.pm:512
30053013 #, perl-format
30063014 msgid "unreferenced node `%s'"
3007 msgstr "na čvoru „%s“ nema veze (referencije)"
3008
3009 #: tp/Texinfo/Structuring.pm:564
3015 msgstr "na čvoru „%s“ nema poveznice (referencije)"
3016
3017 #: tp/Texinfo/Structuring.pm:563
30103018 #, perl-format
30113019 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30123020 msgstr "čvor „%s“ je %s za „%s“ u odlomcima, ali ne u menīju"
30133021
3014 #: tp/Texinfo/Structuring.pm:573
3022 #: tp/Texinfo/Structuring.pm:572
30153023 #, perl-format
30163024 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30173025 msgstr "čvor %s „%s“ u menīju „%s“ i u odlomcima „%s“ se razlikuje"
30183026
3019 #: tp/Texinfo/Structuring.pm:591
3027 #: tp/Texinfo/Structuring.pm:590
30203028 #, perl-format
30213029 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30223030 msgstr "čvor „%s“ je %s za „%s“ u menīju, ali ne u odlomcima"
30233031
3024 #: tp/Texinfo/Structuring.pm:646
3032 #: tp/Texinfo/Structuring.pm:645
30253033 #, perl-format
30263034 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30273035 msgstr "%s pokazivač „%s“ (za čvor „%s“) razlikuje se od %s imena „%s“"
30283036
3029 #: tp/Texinfo/Structuring.pm:670
3037 #: tp/Texinfo/Structuring.pm:669
30303038 #, perl-format
30313039 msgid "%s reference to nonexistent `%s'"
30323040 msgstr "%s upućuje na nepostojeći „%s“"
30333041
3034 #: tp/Texinfo/Structuring.pm:691
3042 #: tp/Texinfo/Structuring.pm:690
30353043 #, perl-format
30363044 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30373045 msgstr "čvor „%s“ ne sadrži stavku menīja „%s“ iako je njegov „Up“ cilj"
30383046
3039 #: tp/Texinfo/Structuring.pm:699
3047 #: tp/Texinfo/Structuring.pm:698
30403048 #, perl-format
30413049 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30423050 msgstr "za „%s“, gore (up) u menīju „%s“ i gore (up) „%s“ su različiti"
30433051
3044 #: tp/Texinfo/Structuring.pm:1218
3052 #: tp/Texinfo/Structuring.pm:1217
30453053 #, perl-format
30463054 msgid "@%s to `%s', different from %s name `%s'"
30473055 msgstr "@%s na „%s“, različito od %s imena „%s“"
30483056
3049 #: tp/Texinfo/Structuring.pm:1464
3057 #: tp/Texinfo/Structuring.pm:1503
30503058 #, perl-format
30513059 msgid "empty index key in @%s"
30523060 msgstr "prazni ključ indeksa u @%s"
32513259 "Opće opcije:\n"
32523260 " --document-language=LL locale (jezik) za prijevod Texinfo\n"
32533261 " ključnih riječi (zadano: C)\n"
3254 " --error-limit=BROJ prestani raditi nakon BROJ grešaka (zadano: "
3262 " --error-limit=BROJ odustani raditi nakon BROJ grešaka (zadano: "
32553263 "%d)\n"
32563264 " --force izlaz sačuvati i u slučaju grešaka\n"
32573265 " --help pokaže ovu pomoć i iziđe\n"
33913399 " --css-include=DATOTEKA uključi sadržaj DATOTEKE u HTML <style> "
33923400 "izlaz;\n"
33933401 " ako je DATOTEKA -, čita standardni ulaz\n"
3394 " --css-ref=URL generira CSS vezu na URL\n"
3395 " --internal-links=DATOTEKA napravi popis unutarnjih veza u DATOTEKI\n"
3402 " --css-ref=URL generira CSS poveznicu na URL\n"
3403 " --internal-links=DATOTEKA napravi popis unutarnjih poveznica u "
3404 "DATOTECI\n"
33963405 " --split=RAZINA razdijeli po RAZINAMA; RAZINA može biti\n"
33973406 " „chapter“, „section“ ili „node“\n"
33983407 " --transliterate-file-names rabi samo ASCII znakove za imena datoteka\n"
35993608 #: tp/texi2any.pl:1315 tp/texi2any.pl:1349
36003609 #, perl-format
36013610 msgid "%s: error on closing internal links file %s: %s\n"
3602 msgstr "%s: greška pri zatvaranju datoteke unutarnjih veza %s: %s\n"
3611 msgstr "%s: greška pri zatvaranju datoteke unutarnjih poveznica %s: %s\n"
36033612
36043613 #: tp/texi2any.pl:1321 tp/texi2any.pl:1355
36053614 #, perl-format
Binary diff not shown
55 msgstr ""
66 "Project-Id-Version: texinfo 4.7.x\n"
77 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
8 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
8 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
99 "PO-Revision-Date: 2006-02-18 16:00+0100\n"
1010 "Last-Translator: Máté LABÁDI <labadimate@freemail.hu>\n"
1111 "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
20422042
20432043 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20442044 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2045 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2046 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2047 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2048 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2045 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2046 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2047 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2048 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20492049 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20502050 #, fuzzy, perl-format
20512051 msgid "could not open %s for writing: %s"
21052105 msgid "could not open %s: %s"
21062106 msgstr "%s: A CSS fájl nem nyitható meg: %s"
21072107
2108 #: tp/Texinfo/Common.pm:2253
2108 #: tp/Texinfo/Common.pm:1755
2109 #, perl-format
2110 msgid "using a renamed nodes file (`%s') is deprecated"
2111 msgstr ""
2112
2113 #: tp/Texinfo/Common.pm:2254
21092114 #, perl-format
21102115 msgid "could not protect hash character in @%s"
21112116 msgstr ""
21122117
2113 #: tp/Texinfo/Common.pm:2635
2118 #: tp/Texinfo/Common.pm:2636
21142119 #, perl-format
21152120 msgid "empty node name after expansion `%s'"
21162121 msgstr ""
21172122
2118 #: tp/Texinfo/Common.pm:2643
2123 #: tp/Texinfo/Common.pm:2644
21192124 #, fuzzy, perl-format
21202125 msgid "@%s `%s' previously defined"
21212126 msgstr "a(z) „%s“ makró már korábban definiált lett"
21222127
2123 #: tp/Texinfo/Common.pm:2649
2128 #: tp/Texinfo/Common.pm:2650
21242129 #, fuzzy, perl-format
21252130 msgid "here is the previous definition as @%s"
21262131 msgstr "„%s“ korábbi definíciója"
21272132
2128 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2133 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21292134 #, fuzzy, perl-format
21302135 msgid "empty argument in @%s"
21312136 msgstr "Rossz argumentum ide: @%s"
21362141 msgstr ""
21372142
21382143 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2139 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2140 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2144 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2145 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21412146 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21422147 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21432148 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21652170 msgid "no argument specified for @U"
21662171 msgstr "A(z) „%c%s“ parancshoz nem lett oldalnév rendelve"
21672172
2168 #: tp/Texinfo/Convert/HTML.pm:1727
2173 #: tp/Texinfo/Convert/HTML.pm:1719
21692174 #, fuzzy, perl-format
21702175 msgid "@image file `%s' (for HTML) not found, using `%s'"
21712176 msgstr "@image a(z) „%s“ fájl (HTML) nem olvasható: %s"
21722177
2173 #: tp/Texinfo/Convert/HTML.pm:2412
2178 #: tp/Texinfo/Convert/HTML.pm:2404
21742179 #, perl-format
21752180 msgid "raw format %s is not converted"
21762181 msgstr ""
21772182
2178 #: tp/Texinfo/Convert/HTML.pm:4663
2183 #: tp/Texinfo/Convert/HTML.pm:4647
21792184 #, fuzzy, perl-format
21802185 msgid "could not open html refs config file %s: %s"
21812186 msgstr "%s: A CSS fájl nem nyitható meg: %s"
21822187
21832188 # action=művelet ? LM
21842189 # általában az - sas
2185 #: tp/Texinfo/Convert/HTML.pm:4691
2190 #: tp/Texinfo/Convert/HTML.pm:4675
21862191 #, fuzzy
21872192 msgid "missing type"
21882193 msgstr "hiányzó műveletnév"
21892194
2190 #: tp/Texinfo/Convert/HTML.pm:4694
2195 #: tp/Texinfo/Convert/HTML.pm:4678
21912196 #, fuzzy, perl-format
21922197 msgid "unrecognized type: %s"
21932198 msgstr "%s: ismeretlen opció „--%s“\n"
21942199
2195 #: tp/Texinfo/Convert/HTML.pm:4711
2200 #: tp/Texinfo/Convert/HTML.pm:4695
21962201 #, fuzzy, perl-format
21972202 msgid "error on closing html refs config file %s: %s"
21982203 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
21992204
2200 #: tp/Texinfo/Convert/HTML.pm:5038
2205 #: tp/Texinfo/Convert/HTML.pm:5022
22012206 msgid "string not closed in css file"
22022207 msgstr ""
22032208
2204 #: tp/Texinfo/Convert/HTML.pm:5040
2209 #: tp/Texinfo/Convert/HTML.pm:5024
22052210 #, fuzzy
22062211 msgid "--css-include ended in comment"
22072212 msgstr "%s:%d: --css-file kommenttel végződik"
22082213
2209 #: tp/Texinfo/Convert/HTML.pm:5042
2214 #: tp/Texinfo/Convert/HTML.pm:5026
22102215 msgid "@import not finished in css file"
22112216 msgstr ""
22122217
2213 #: tp/Texinfo/Convert/HTML.pm:5068
2218 #: tp/Texinfo/Convert/HTML.pm:5052
22142219 #, perl-format
22152220 msgid "CSS file %s not found"
22162221 msgstr ""
22172222
2218 #: tp/Texinfo/Convert/HTML.pm:5074
2223 #: tp/Texinfo/Convert/HTML.pm:5058
22192224 #, fuzzy, perl-format
22202225 msgid "could not open --include-file %s: %s"
22212226 msgstr "%s: A CSS fájl nem nyitható meg: %s"
22222227
2223 #: tp/Texinfo/Convert/HTML.pm:5084
2228 #: tp/Texinfo/Convert/HTML.pm:5068
22242229 #, fuzzy, perl-format
22252230 msgid "error on closing CSS file %s: %s"
22262231 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
22272232
2228 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2233 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22292234 #, fuzzy, perl-format
22302235 msgid "no htmlxref.cnf entry found for `%s'"
22312236 msgstr "Nincs tárgymutató ehhez: %s\n"
22322237
2233 #: tp/Texinfo/Convert/HTML.pm:6607
2238 #: tp/Texinfo/Convert/HTML.pm:6591
22342239 #, fuzzy, perl-format
22352240 msgid "error on closing frame file %s: %s"
22362241 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
22372242
2238 #: tp/Texinfo/Convert/HTML.pm:6631
2243 #: tp/Texinfo/Convert/HTML.pm:6615
22392244 #, fuzzy, perl-format
22402245 msgid "error on closing TOC frame file %s: %s"
22412246 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
22422247
2243 #: tp/Texinfo/Convert/HTML.pm:6746
2248 #: tp/Texinfo/Convert/HTML.pm:6730
22442249 #, perl-format
22452250 msgid "handler %s of stage %s priority %s failed"
22462251 msgstr ""
22472252
2248 #: tp/Texinfo/Convert/HTML.pm:6951
2253 #: tp/Texinfo/Convert/HTML.pm:6935
22492254 msgid "must specify a title with a title command or @top"
22502255 msgstr ""
22512256
2252 #: tp/Texinfo/Convert/HTML.pm:7162
2257 #: tp/Texinfo/Convert/HTML.pm:7146
22532258 #, fuzzy, perl-format
22542259 msgid "error on closing redirection node file %s: %s"
22552260 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
22562261
22572262 # ATNEZNI LM
2258 #: tp/Texinfo/Convert/HTML.pm:7188
2263 #: tp/Texinfo/Convert/HTML.pm:7172
22592264 #, fuzzy, perl-format
22602265 msgid "old name for `%s' is a node of the document"
22612266 msgstr "Nincs Előző vagy Fel lehetőség e ponthoz e dokumentumban."
22622267
2263 #: tp/Texinfo/Convert/HTML.pm:7194
2268 #: tp/Texinfo/Convert/HTML.pm:7178
22642269 #, fuzzy, perl-format
22652270 msgid "file empty for renamed node `%s'"
22662271 msgstr "nem hivatkozott oldal „%s“"
22672272
2268 #: tp/Texinfo/Convert/HTML.pm:7208
2273 #: tp/Texinfo/Convert/HTML.pm:7192
22692274 #, perl-format
22702275 msgid "target node (new name for `%s') not in document: %s"
22712276 msgstr ""
22722277
2273 #: tp/Texinfo/Convert/HTML.pm:7240
2278 #: tp/Texinfo/Convert/HTML.pm:7224
22742279 #, perl-format
22752280 msgid "error on closing renamed node redirection file %s: %s"
22762281 msgstr ""
22772282
2278 #: tp/Texinfo/Convert/HTML.pm:7278
2283 #: tp/Texinfo/Convert/HTML.pm:7262
22792284 msgid "empty node name"
22802285 msgstr ""
22812286
2282 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2287 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22832288 #, perl-format
22842289 msgid "syntax for an external node used for `%s'"
22852290 msgstr ""
23832388 msgid "menu entry name should not contain `:'"
23842389 msgstr ""
23852390
2386 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2391 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23872392 #, perl-format
23882393 msgid "multiple @%s"
23892394 msgstr ""
30013006 "%s: a --footnote-style argumentumának „separate“-nek vagy „end“-nek kell "
30023007 "lennie, „%s“ helyett.\n"
30033008
3004 #: tp/Texinfo/Structuring.pm:176
3009 #: tp/Texinfo/Structuring.pm:175
30053010 #, perl-format
30063011 msgid "raising the section level of @%s which is too low"
30073012 msgstr ""
30083013
3009 #: tp/Texinfo/Structuring.pm:208
3014 #: tp/Texinfo/Structuring.pm:207
30103015 #, perl-format
30113016 msgid "no chapter-level command before @%s"
30123017 msgstr ""
30133018
3014 #: tp/Texinfo/Structuring.pm:213
3019 #: tp/Texinfo/Structuring.pm:212
30153020 #, perl-format
30163021 msgid "lowering the section level of @%s appearing after a lower element"
30173022 msgstr ""
30183023
3019 #: tp/Texinfo/Structuring.pm:302
3024 #: tp/Texinfo/Structuring.pm:301
30203025 #, perl-format
30213026 msgid "no sectioning command associated with @%s"
30223027 msgstr ""
30233028
3024 #: tp/Texinfo/Structuring.pm:330
3029 #: tp/Texinfo/Structuring.pm:329
30253030 #, perl-format
30263031 msgid "@%s not empty"
30273032 msgstr ""
30283033
3029 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3034 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
30303035 #, fuzzy, perl-format
30313036 msgid "@%s reference to nonexistent node `%s'"
30323037 msgstr ""
30333038 "%s egy nem létező oldalra („%s“) hivatkozik (esetleg hibás szekcionálás?)"
30343039
3035 #: tp/Texinfo/Structuring.pm:394
3040 #: tp/Texinfo/Structuring.pm:393
30363041 #, perl-format
30373042 msgid "@%s entry node name `%s' different from %s name `%s'"
30383043 msgstr ""
30393044
3040 #: tp/Texinfo/Structuring.pm:513
3045 #: tp/Texinfo/Structuring.pm:512
30413046 #, perl-format
30423047 msgid "unreferenced node `%s'"
30433048 msgstr "nem hivatkozott oldal „%s“"
30443049
3045 #: tp/Texinfo/Structuring.pm:564
3050 #: tp/Texinfo/Structuring.pm:563
30463051 #, perl-format
30473052 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30483053 msgstr ""
30493054
3050 #: tp/Texinfo/Structuring.pm:573
3055 #: tp/Texinfo/Structuring.pm:572
30513056 #, perl-format
30523057 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30533058 msgstr ""
30543059
3055 #: tp/Texinfo/Structuring.pm:591
3060 #: tp/Texinfo/Structuring.pm:590
30563061 #, perl-format
30573062 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30583063 msgstr ""
30593064
3060 #: tp/Texinfo/Structuring.pm:646
3065 #: tp/Texinfo/Structuring.pm:645
30613066 #, perl-format
30623067 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30633068 msgstr ""
30643069
3065 #: tp/Texinfo/Structuring.pm:670
3070 #: tp/Texinfo/Structuring.pm:669
30663071 #, fuzzy, perl-format
30673072 msgid "%s reference to nonexistent `%s'"
30683073 msgstr "nem hivatkozott oldal „%s“"
30693074
3070 #: tp/Texinfo/Structuring.pm:691
3075 #: tp/Texinfo/Structuring.pm:690
30713076 #, fuzzy, perl-format
30723077 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30733078 msgstr ""
30743079 "A(z) „%s“ oldal nem tartalmaz menüelemet „%s“-hez, bár ez uóbbi a szülője"
30753080
3076 #: tp/Texinfo/Structuring.pm:699
3081 #: tp/Texinfo/Structuring.pm:698
30773082 #, perl-format
30783083 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30793084 msgstr ""
30803085
3081 #: tp/Texinfo/Structuring.pm:1218
3086 #: tp/Texinfo/Structuring.pm:1217
30823087 #, perl-format
30833088 msgid "@%s to `%s', different from %s name `%s'"
30843089 msgstr ""
30853090
3086 #: tp/Texinfo/Structuring.pm:1464
3091 #: tp/Texinfo/Structuring.pm:1503
30873092 #, perl-format
30883093 msgid "empty index key in @%s"
30893094 msgstr ""
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo 5.1.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1010 "PO-Revision-Date: 2014-08-11 17:30+0700\n"
1111 "Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n"
1212 "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
20622062
20632063 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20642064 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2065 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2066 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2067 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2068 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2065 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2066 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2067 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2068 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20692069 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20702070 #, perl-format
20712071 msgid "could not open %s for writing: %s"
21252125 msgid "could not open %s: %s"
21262126 msgstr "%s: tidak dapat membuka --css-file: %s"
21272127
2128 #: tp/Texinfo/Common.pm:2253
2128 #: tp/Texinfo/Common.pm:1755
2129 #, perl-format
2130 msgid "using a renamed nodes file (`%s') is deprecated"
2131 msgstr ""
2132
2133 #: tp/Texinfo/Common.pm:2254
21292134 #, perl-format
21302135 msgid "could not protect hash character in @%s"
21312136 msgstr "could not protect hash character in @%s"
21322137
2133 #: tp/Texinfo/Common.pm:2635
2138 #: tp/Texinfo/Common.pm:2636
21342139 #, perl-format
21352140 msgid "empty node name after expansion `%s'"
21362141 msgstr "empty node name after expansion `%s'"
21372142
2138 #: tp/Texinfo/Common.pm:2643
2143 #: tp/Texinfo/Common.pm:2644
21392144 #, perl-format
21402145 msgid "@%s `%s' previously defined"
21412146 msgstr "@%s makro `%s' telah didefinisikan sebelumnya"
21422147
2143 #: tp/Texinfo/Common.pm:2649
2148 #: tp/Texinfo/Common.pm:2650
21442149 #, perl-format
21452150 msgid "here is the previous definition as @%s"
21462151 msgstr "disini adalah definisi sebelumnya dari `%s'"
21472152
2148 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2153 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21492154 #, perl-format
21502155 msgid "empty argument in @%s"
21512156 msgstr "Argumen ke @%s buruk"
21562161 msgstr ""
21572162
21582163 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2159 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2160 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2164 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2165 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21612166 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21622167 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21632168 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21852190 msgid "no argument specified for @U"
21862191 msgstr "Tidak nama titik dispesifikasikan untuk perintah `%c%s'"
21872192
2188 #: tp/Texinfo/Convert/HTML.pm:1727
2193 #: tp/Texinfo/Convert/HTML.pm:1719
21892194 #, perl-format
21902195 msgid "@image file `%s' (for HTML) not found, using `%s'"
21912196 msgstr "@image berkas `%s' (untuk HTML) tidak dapat dibaca: %s"
21922197
2193 #: tp/Texinfo/Convert/HTML.pm:2412
2198 #: tp/Texinfo/Convert/HTML.pm:2404
21942199 #, perl-format
21952200 msgid "raw format %s is not converted"
21962201 msgstr "raw format %s is not converted"
21972202
2198 #: tp/Texinfo/Convert/HTML.pm:4663
2203 #: tp/Texinfo/Convert/HTML.pm:4647
21992204 #, perl-format
22002205 msgid "could not open html refs config file %s: %s"
22012206 msgstr "tidak dapat membuka --css-file: %s: %s"
22022207
2203 #: tp/Texinfo/Convert/HTML.pm:4691
2208 #: tp/Texinfo/Convert/HTML.pm:4675
22042209 msgid "missing type"
22052210 msgstr "hilang nama aksi"
22062211
2207 #: tp/Texinfo/Convert/HTML.pm:4694
2212 #: tp/Texinfo/Convert/HTML.pm:4678
22082213 #, perl-format
22092214 msgid "unrecognized type: %s"
22102215 msgstr "opsi tidak dikenal %s"
22112216
2212 #: tp/Texinfo/Convert/HTML.pm:4711
2217 #: tp/Texinfo/Convert/HTML.pm:4695
22132218 #, perl-format
22142219 msgid "error on closing html refs config file %s: %s"
22152220 msgstr "error menutup berkas keluaran `%s': %s"
22162221
2217 #: tp/Texinfo/Convert/HTML.pm:5038
2222 #: tp/Texinfo/Convert/HTML.pm:5022
22182223 msgid "string not closed in css file"
22192224 msgstr "string not closed in css file"
22202225
2221 #: tp/Texinfo/Convert/HTML.pm:5040
2226 #: tp/Texinfo/Convert/HTML.pm:5024
22222227 msgid "--css-include ended in comment"
22232228 msgstr "--css-file berakhir dalam komentar"
22242229
2225 #: tp/Texinfo/Convert/HTML.pm:5042
2230 #: tp/Texinfo/Convert/HTML.pm:5026
22262231 msgid "@import not finished in css file"
22272232 msgstr "@import not finished in css file"
22282233
2229 #: tp/Texinfo/Convert/HTML.pm:5068
2234 #: tp/Texinfo/Convert/HTML.pm:5052
22302235 #, perl-format
22312236 msgid "CSS file %s not found"
22322237 msgstr "CSS file %s not found"
22332238
2234 #: tp/Texinfo/Convert/HTML.pm:5074
2239 #: tp/Texinfo/Convert/HTML.pm:5058
22352240 #, perl-format
22362241 msgid "could not open --include-file %s: %s"
22372242 msgstr "tidak dapat membuka --css-file: %s: %s"
22382243
2239 #: tp/Texinfo/Convert/HTML.pm:5084
2244 #: tp/Texinfo/Convert/HTML.pm:5068
22402245 #, perl-format
22412246 msgid "error on closing CSS file %s: %s"
22422247 msgstr "error menutup berkas keluaran `%s': %s"
22432248
2244 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2249 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22452250 #, perl-format
22462251 msgid "no htmlxref.cnf entry found for `%s'"
22472252 msgstr "tidak ada masukan indeks ditemukan untuk `%s'"
22482253
2249 #: tp/Texinfo/Convert/HTML.pm:6607
2254 #: tp/Texinfo/Convert/HTML.pm:6591
22502255 #, perl-format
22512256 msgid "error on closing frame file %s: %s"
22522257 msgstr "error menutup berkas keluaran `%s': %s"
22532258
2254 #: tp/Texinfo/Convert/HTML.pm:6631
2259 #: tp/Texinfo/Convert/HTML.pm:6615
22552260 #, perl-format
22562261 msgid "error on closing TOC frame file %s: %s"
22572262 msgstr "error menutup berkas keluaran `%s': %s"
22582263
2259 #: tp/Texinfo/Convert/HTML.pm:6746
2264 #: tp/Texinfo/Convert/HTML.pm:6730
22602265 #, perl-format
22612266 msgid "handler %s of stage %s priority %s failed"
22622267 msgstr "handler %s of stage %s priority %s failed"
22632268
2264 #: tp/Texinfo/Convert/HTML.pm:6951
2269 #: tp/Texinfo/Convert/HTML.pm:6935
22652270 msgid "must specify a title with a title command or @top"
22662271 msgstr "must specify a title with a title command or @top"
22672272
2268 #: tp/Texinfo/Convert/HTML.pm:7162
2273 #: tp/Texinfo/Convert/HTML.pm:7146
22692274 #, perl-format
22702275 msgid "error on closing redirection node file %s: %s"
22712276 msgstr "error menutup berkas keluaran `%s': %s"
22722277
2273 #: tp/Texinfo/Convert/HTML.pm:7188
2278 #: tp/Texinfo/Convert/HTML.pm:7172
22742279 #, perl-format
22752280 msgid "old name for `%s' is a node of the document"
22762281 msgstr "Tidak ada `%s' untuk titik ini didalam dokumen ini."
22772282
2278 #: tp/Texinfo/Convert/HTML.pm:7194
2283 #: tp/Texinfo/Convert/HTML.pm:7178
22792284 #, perl-format
22802285 msgid "file empty for renamed node `%s'"
22812286 msgstr "titik `%s' tidak tereferensi"
22822287
2283 #: tp/Texinfo/Convert/HTML.pm:7208
2288 #: tp/Texinfo/Convert/HTML.pm:7192
22842289 #, perl-format
22852290 msgid "target node (new name for `%s') not in document: %s"
22862291 msgstr "target node (new name for `%s') not in document: %s"
22872292
2288 #: tp/Texinfo/Convert/HTML.pm:7240
2293 #: tp/Texinfo/Convert/HTML.pm:7224
22892294 #, perl-format
22902295 msgid "error on closing renamed node redirection file %s: %s"
22912296 msgstr "error on closing renamed node redirection file %s: %s"
22922297
2293 #: tp/Texinfo/Convert/HTML.pm:7278
2298 #: tp/Texinfo/Convert/HTML.pm:7262
22942299 msgid "empty node name"
22952300 msgstr "empty node name"
22962301
2297 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2302 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22982303 #, perl-format
22992304 msgid "syntax for an external node used for `%s'"
23002305 msgstr "syntax for an external node used for `%s'"
23972402 msgid "menu entry name should not contain `:'"
23982403 msgstr "menu entry name should not contain `:'"
23992404
2400 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2405 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
24012406 #, perl-format
24022407 msgid "multiple @%s"
24032408 msgstr "multiple @%s"
30043009 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
30053010 msgstr "--footnote-style arg harus berupa `separate' atau `end', bukan `%s'."
30063011
3007 #: tp/Texinfo/Structuring.pm:176
3012 #: tp/Texinfo/Structuring.pm:175
30083013 #, perl-format
30093014 msgid "raising the section level of @%s which is too low"
30103015 msgstr "raising the section level of @%s which is too low"
30113016
3012 #: tp/Texinfo/Structuring.pm:208
3017 #: tp/Texinfo/Structuring.pm:207
30133018 #, perl-format
30143019 msgid "no chapter-level command before @%s"
30153020 msgstr "no chapter-level command before @%s"
30163021
3017 #: tp/Texinfo/Structuring.pm:213
3022 #: tp/Texinfo/Structuring.pm:212
30183023 #, perl-format
30193024 msgid "lowering the section level of @%s appearing after a lower element"
30203025 msgstr "lowering the section level of @%s appearing after a lower element"
30213026
3022 #: tp/Texinfo/Structuring.pm:302
3027 #: tp/Texinfo/Structuring.pm:301
30233028 #, perl-format
30243029 msgid "no sectioning command associated with @%s"
30253030 msgstr "no sectioning command associated with @%s"
30263031
3027 #: tp/Texinfo/Structuring.pm:330
3032 #: tp/Texinfo/Structuring.pm:329
30283033 #, fuzzy, perl-format
30293034 msgid "@%s not empty"
30303035 msgstr "@%s: berkas kosong"
30313036
3032 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3037 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
30333038 #, perl-format
30343039 msgid "@%s reference to nonexistent node `%s'"
30353040 msgstr ""
30363041 "@%s referensi ke titik yang tidak ada `%s' (mungkin pembagian tidak benar?)"
30373042
3038 #: tp/Texinfo/Structuring.pm:394
3043 #: tp/Texinfo/Structuring.pm:393
30393044 #, perl-format
30403045 msgid "@%s entry node name `%s' different from %s name `%s'"
30413046 msgstr "@%s entry node name `%s' different from %s name `%s'"
30423047
3043 #: tp/Texinfo/Structuring.pm:513
3048 #: tp/Texinfo/Structuring.pm:512
30443049 #, perl-format
30453050 msgid "unreferenced node `%s'"
30463051 msgstr "titik `%s' tidak tereferensi"
30473052
3048 #: tp/Texinfo/Structuring.pm:564
3053 #: tp/Texinfo/Structuring.pm:563
30493054 #, perl-format
30503055 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30513056 msgstr "node `%s' is %s for `%s' in sectioning but not in menu"
30523057
3053 #: tp/Texinfo/Structuring.pm:573
3058 #: tp/Texinfo/Structuring.pm:572
30543059 #, perl-format
30553060 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30563061 msgstr "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30573062
3058 #: tp/Texinfo/Structuring.pm:591
3063 #: tp/Texinfo/Structuring.pm:590
30593064 #, perl-format
30603065 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30613066 msgstr "node `%s' is %s for `%s' in menu but not in sectioning"
30623067
3063 #: tp/Texinfo/Structuring.pm:646
3068 #: tp/Texinfo/Structuring.pm:645
30643069 #, perl-format
30653070 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30663071 msgstr "%s pointer `%s' (for node `%s') different from %s name `%s'"
30673072
3068 #: tp/Texinfo/Structuring.pm:670
3073 #: tp/Texinfo/Structuring.pm:669
30693074 #, perl-format
30703075 msgid "%s reference to nonexistent `%s'"
30713076 msgstr "titik `%s' tidak tereferensi `%s'"
30723077
3073 #: tp/Texinfo/Structuring.pm:691
3078 #: tp/Texinfo/Structuring.pm:690
30743079 #, perl-format
30753080 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30763081 msgstr "Titik `%s' kurang item menu untuk `%s' dariapda target Up nya"
30773082
3078 #: tp/Texinfo/Structuring.pm:699
3083 #: tp/Texinfo/Structuring.pm:698
30793084 #, perl-format
30803085 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30813086 msgstr "for `%s', up in menu `%s' and up `%s' don't match"
30823087
3083 #: tp/Texinfo/Structuring.pm:1218
3088 #: tp/Texinfo/Structuring.pm:1217
30843089 #, perl-format
30853090 msgid "@%s to `%s', different from %s name `%s'"
30863091 msgstr "@%s to `%s', different from %s name `%s'"
30873092
3088 #: tp/Texinfo/Structuring.pm:1464
3093 #: tp/Texinfo/Structuring.pm:1503
30893094 #, perl-format
30903095 msgid "empty index key in @%s"
30913096 msgstr "empty index key in @%s"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo 5.1.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1010 "PO-Revision-Date: 2013-09-20 13:31+0200\n"
1111 "Last-Translator: Francesco Groccia <frgroccia@gmail.com>\n"
1212 "Language-Team: Italian <tp@lists.linux.it>\n"
20692069
20702070 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20712071 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2072 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2073 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2074 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2075 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2072 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2073 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2074 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2075 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20762076 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20772077 #, perl-format
20782078 msgid "could not open %s for writing: %s"
21322132 msgid "could not open %s: %s"
21332133 msgstr "impossibile aprire %s: %s"
21342134
2135 #: tp/Texinfo/Common.pm:2253
2135 #: tp/Texinfo/Common.pm:1755
2136 #, perl-format
2137 msgid "using a renamed nodes file (`%s') is deprecated"
2138 msgstr ""
2139
2140 #: tp/Texinfo/Common.pm:2254
21362141 #, perl-format
21372142 msgid "could not protect hash character in @%s"
21382143 msgstr "impossibile proteggere il carattere hash in @%s"
21392144
2140 #: tp/Texinfo/Common.pm:2635
2145 #: tp/Texinfo/Common.pm:2636
21412146 #, perl-format
21422147 msgid "empty node name after expansion `%s'"
21432148 msgstr "nome del nodo vuoto dopo l'espansione «%s»"
21442149
2145 #: tp/Texinfo/Common.pm:2643
2150 #: tp/Texinfo/Common.pm:2644
21462151 #, perl-format
21472152 msgid "@%s `%s' previously defined"
21482153 msgstr "@%s «%s» già definita precedentemente"
21492154
2150 #: tp/Texinfo/Common.pm:2649
2155 #: tp/Texinfo/Common.pm:2650
21512156 #, perl-format
21522157 msgid "here is the previous definition as @%s"
21532158 msgstr "ecco la definizione precedente come @%s"
21542159
2155 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2160 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21562161 #, perl-format
21572162 msgid "empty argument in @%s"
21582163 msgstr "argomento vuoto in @%s"
21632168 msgstr ""
21642169
21652170 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2166 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2167 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2171 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2172 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21682173 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21692174 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21702175 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21922197 msgid "no argument specified for @U"
21932198 msgstr "Nessun nome di nodo specificato per il comando «%c%s»"
21942199
2195 #: tp/Texinfo/Convert/HTML.pm:1727
2200 #: tp/Texinfo/Convert/HTML.pm:1719
21962201 #, perl-format
21972202 msgid "@image file `%s' (for HTML) not found, using `%s'"
21982203 msgstr "file immagine «%s» (per il formato HTML) non trovato, verrà usato «%s»"
21992204
2200 #: tp/Texinfo/Convert/HTML.pm:2412
2205 #: tp/Texinfo/Convert/HTML.pm:2404
22012206 #, perl-format
22022207 msgid "raw format %s is not converted"
22032208 msgstr "il formato grezzo %s non è convertito"
22042209
2205 #: tp/Texinfo/Convert/HTML.pm:4663
2210 #: tp/Texinfo/Convert/HTML.pm:4647
22062211 #, perl-format
22072212 msgid "could not open html refs config file %s: %s"
22082213 msgstr ""
22092214 "impossibile aprire il file di configurazione dei riferimenti HTML %s: %s"
22102215
2211 #: tp/Texinfo/Convert/HTML.pm:4691
2216 #: tp/Texinfo/Convert/HTML.pm:4675
22122217 msgid "missing type"
22132218 msgstr "tipo mancante"
22142219
2215 #: tp/Texinfo/Convert/HTML.pm:4694
2220 #: tp/Texinfo/Convert/HTML.pm:4678
22162221 #, perl-format
22172222 msgid "unrecognized type: %s"
22182223 msgstr "tipo non riconosciuto: %s"
22192224
2220 #: tp/Texinfo/Convert/HTML.pm:4711
2225 #: tp/Texinfo/Convert/HTML.pm:4695
22212226 #, perl-format
22222227 msgid "error on closing html refs config file %s: %s"
22232228 msgstr ""
22242229 "errore durante la chiusura del file di configurazione dei riferimenti HTML "
22252230 "%s: %s"
22262231
2227 #: tp/Texinfo/Convert/HTML.pm:5038
2232 #: tp/Texinfo/Convert/HTML.pm:5022
22282233 msgid "string not closed in css file"
22292234 msgstr "stringa non chiusa nel file CSS"
22302235
2231 #: tp/Texinfo/Convert/HTML.pm:5040
2236 #: tp/Texinfo/Convert/HTML.pm:5024
22322237 msgid "--css-include ended in comment"
22332238 msgstr "l'opzione «--css-include» termina con un commento"
22342239
2235 #: tp/Texinfo/Convert/HTML.pm:5042
2240 #: tp/Texinfo/Convert/HTML.pm:5026
22362241 msgid "@import not finished in css file"
22372242 msgstr "@import non terminato nel file CSS"
22382243
2239 #: tp/Texinfo/Convert/HTML.pm:5068
2244 #: tp/Texinfo/Convert/HTML.pm:5052
22402245 #, perl-format
22412246 msgid "CSS file %s not found"
22422247 msgstr "file CSS %s non trovato"
22432248
2244 #: tp/Texinfo/Convert/HTML.pm:5074
2249 #: tp/Texinfo/Convert/HTML.pm:5058
22452250 #, perl-format
22462251 msgid "could not open --include-file %s: %s"
22472252 msgstr "impossibile aprire --include-file %s: %s"
22482253
2249 #: tp/Texinfo/Convert/HTML.pm:5084
2254 #: tp/Texinfo/Convert/HTML.pm:5068
22502255 #, perl-format
22512256 msgid "error on closing CSS file %s: %s"
22522257 msgstr "errore durante la chiusura del file CSS %s: %s"
22532258
2254 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2259 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22552260 #, perl-format
22562261 msgid "no htmlxref.cnf entry found for `%s'"
22572262 msgstr "nessuna voce htmlxref.cnf trovata per «%s»"
22582263
2259 #: tp/Texinfo/Convert/HTML.pm:6607
2264 #: tp/Texinfo/Convert/HTML.pm:6591
22602265 #, perl-format
22612266 msgid "error on closing frame file %s: %s"
22622267 msgstr "errore durante la chiusura del file frame %s: %s"
22632268
2264 #: tp/Texinfo/Convert/HTML.pm:6631
2269 #: tp/Texinfo/Convert/HTML.pm:6615
22652270 #, perl-format
22662271 msgid "error on closing TOC frame file %s: %s"
22672272 msgstr "errore durante la chiusura del file TOC frame %s: %s"
22682273
2269 #: tp/Texinfo/Convert/HTML.pm:6746
2274 #: tp/Texinfo/Convert/HTML.pm:6730
22702275 #, perl-format
22712276 msgid "handler %s of stage %s priority %s failed"
22722277 msgstr "gestore %s dello stage %s con priorità %s fallito"
22732278
2274 #: tp/Texinfo/Convert/HTML.pm:6951
2279 #: tp/Texinfo/Convert/HTML.pm:6935
22752280 msgid "must specify a title with a title command or @top"
22762281 msgstr "è necessario specificare un titolo con un comando «title» o @top"
22772282
2278 #: tp/Texinfo/Convert/HTML.pm:7162
2283 #: tp/Texinfo/Convert/HTML.pm:7146
22792284 #, perl-format
22802285 msgid "error on closing redirection node file %s: %s"
22812286 msgstr "errore durante la chiusura del file del nodo di redirezione %s: %s"
22822287
2283 #: tp/Texinfo/Convert/HTML.pm:7188
2288 #: tp/Texinfo/Convert/HTML.pm:7172
22842289 #, perl-format
22852290 msgid "old name for `%s' is a node of the document"
22862291 msgstr "il vecchio nome per «%s» è un nodo del documento"
22872292
2288 #: tp/Texinfo/Convert/HTML.pm:7194
2293 #: tp/Texinfo/Convert/HTML.pm:7178
22892294 #, perl-format
22902295 msgid "file empty for renamed node `%s'"
22912296 msgstr "file vuoto per il nodo rinominato «%s»"
22922297
2293 #: tp/Texinfo/Convert/HTML.pm:7208
2298 #: tp/Texinfo/Convert/HTML.pm:7192
22942299 #, perl-format
22952300 msgid "target node (new name for `%s') not in document: %s"
22962301 msgstr "il nodo di riferimento (nuovo nome per «%s») non è nel documento: %s"
22972302
2298 #: tp/Texinfo/Convert/HTML.pm:7240
2303 #: tp/Texinfo/Convert/HTML.pm:7224
22992304 #, perl-format
23002305 msgid "error on closing renamed node redirection file %s: %s"
23012306 msgstr "errore durante la chiusura del file dei nodi rinominato %s: %s"
23022307
2303 #: tp/Texinfo/Convert/HTML.pm:7278
2308 #: tp/Texinfo/Convert/HTML.pm:7262
23042309 msgid "empty node name"
23052310 msgstr "nome del nodo vuoto"
23062311
2307 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2312 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
23082313 #, perl-format
23092314 msgid "syntax for an external node used for `%s'"
23102315 msgstr "sintassi per un nodo esterno usata per «%s»"
24092414 msgid "menu entry name should not contain `:'"
24102415 msgstr "il nome della voce del menù non dovrebbe contenere «:»"
24112416
2412 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2417 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
24132418 #, perl-format
24142419 msgid "multiple @%s"
24152420 msgstr "@%s multiplo"
30283033 msgstr ""
30293034 "l'argomento @urefbreakstyle deve essere «after»/«before»/«none», non «%s»"
30303035
3031 #: tp/Texinfo/Structuring.pm:176
3036 #: tp/Texinfo/Structuring.pm:175
30323037 #, perl-format
30333038 msgid "raising the section level of @%s which is too low"
30343039 msgstr "il livello della sezione di @%s che è troppo basso verrà alzato"
30353040
3036 #: tp/Texinfo/Structuring.pm:208
3041 #: tp/Texinfo/Structuring.pm:207
30373042 #, perl-format
30383043 msgid "no chapter-level command before @%s"
30393044 msgstr "nessun comando a livello di capitolo prima di @%s"
30403045
3041 #: tp/Texinfo/Structuring.pm:213
3046 #: tp/Texinfo/Structuring.pm:212
30423047 #, perl-format
30433048 msgid "lowering the section level of @%s appearing after a lower element"
30443049 msgstr ""
30453050 "il livello della sezione di @%s che appare dopo un elemento più basso verrà "
30463051 "abbassato"
30473052
3048 #: tp/Texinfo/Structuring.pm:302
3053 #: tp/Texinfo/Structuring.pm:301
30493054 #, perl-format
30503055 msgid "no sectioning command associated with @%s"
30513056 msgstr "nessun comando di sezionamento associato con @%s"
30523057
3053 #: tp/Texinfo/Structuring.pm:330
3058 #: tp/Texinfo/Structuring.pm:329
30543059 #, fuzzy, perl-format
30553060 msgid "@%s not empty"
30563061 msgstr "@%s nella multitabella vuota"
30573062
3058 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3063 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
30593064 #, perl-format
30603065 msgid "@%s reference to nonexistent node `%s'"
30613066 msgstr "%s si riferisce al nodo inesistente «%s»"
30623067
3063 #: tp/Texinfo/Structuring.pm:394
3068 #: tp/Texinfo/Structuring.pm:393
30643069 #, perl-format
30653070 msgid "@%s entry node name `%s' different from %s name `%s'"
30663071 msgstr "@%s nome del nodo della voce di menù «%s» diverso dal nome %s «%s»"
30673072
3068 #: tp/Texinfo/Structuring.pm:513
3073 #: tp/Texinfo/Structuring.pm:512
30693074 #, perl-format
30703075 msgid "unreferenced node `%s'"
30713076 msgstr "nodo «%s» non referenziato"
30723077
3073 #: tp/Texinfo/Structuring.pm:564
3078 #: tp/Texinfo/Structuring.pm:563
30743079 #, perl-format
30753080 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30763081 msgstr "il nodo «%s» è %s per «%s» nel sezionamento, ma non nel menù"
30773082
3078 #: tp/Texinfo/Structuring.pm:573
3083 #: tp/Texinfo/Structuring.pm:572
30793084 #, perl-format
30803085 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30813086 msgstr "i nodi %s «%s» nel menù «%s» e nel sezionamento «%s» sono diversi"
30823087
3083 #: tp/Texinfo/Structuring.pm:591
3088 #: tp/Texinfo/Structuring.pm:590
30843089 #, perl-format
30853090 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30863091 msgstr "il nodo «%s» è %s per «%s» nel menù, ma non nel sezionamento"
30873092
3088 #: tp/Texinfo/Structuring.pm:646
3093 #: tp/Texinfo/Structuring.pm:645
30893094 #, perl-format
30903095 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30913096 msgstr "il puntatore %s «%s» (per il nodo «%s») è diverso dal nome %s «%s»"
30923097
3093 #: tp/Texinfo/Structuring.pm:670
3098 #: tp/Texinfo/Structuring.pm:669
30943099 #, perl-format
30953100 msgid "%s reference to nonexistent `%s'"
30963101 msgstr "%s si riferisce all'inesistente «%s»"
30973102
3098 #: tp/Texinfo/Structuring.pm:691
3103 #: tp/Texinfo/Structuring.pm:690
30993104 #, perl-format
31003105 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
31013106 msgstr ""
31023107 "il nodo «%s» non ha alcuna voce di menù per «%s», nonostante sia destinata "
31033108 "ad «Up»"
31043109
3105 #: tp/Texinfo/Structuring.pm:699
3110 #: tp/Texinfo/Structuring.pm:698
31063111 #, perl-format
31073112 msgid "for `%s', up in menu `%s' and up `%s' don't match"
31083113 msgstr "per «%s», «Up» nel menù «%s» e «%s» «Up» non coincidono"
31093114
3110 #: tp/Texinfo/Structuring.pm:1218
3115 #: tp/Texinfo/Structuring.pm:1217
31113116 #, perl-format
31123117 msgid "@%s to `%s', different from %s name `%s'"
31133118 msgstr "@%s a «%s», diverso dal nome %s «%s»"
31143119
3115 #: tp/Texinfo/Structuring.pm:1464
3120 #: tp/Texinfo/Structuring.pm:1503
31163121 #, perl-format
31173122 msgid "empty index key in @%s"
31183123 msgstr "chiave indice vuota in @%s"
Binary diff not shown
1212 msgstr ""
1313 "Project-Id-Version: texinfo 5.1.90\n"
1414 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
15 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
15 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1616 "PO-Revision-Date: 2014-11-07 08:03+0000\n"
1717 "Last-Translator: Yasuaki Taniguchi <yasuakit@gmail.com>\n"
1818 "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
20412041
20422042 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20432043 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2044 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2045 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2046 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2047 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2044 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2045 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2046 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2047 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20482048 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20492049 #, fuzzy, perl-format
20502050 msgid "could not open %s for writing: %s"
21042104 msgid "could not open %s: %s"
21052105 msgstr "%s: --css-file %s を開くことができません"
21062106
2107 #: tp/Texinfo/Common.pm:2253
2107 #: tp/Texinfo/Common.pm:1755
2108 #, perl-format
2109 msgid "using a renamed nodes file (`%s') is deprecated"
2110 msgstr ""
2111
2112 #: tp/Texinfo/Common.pm:2254
21082113 #, perl-format
21092114 msgid "could not protect hash character in @%s"
21102115 msgstr ""
21112116
2112 #: tp/Texinfo/Common.pm:2635
2117 #: tp/Texinfo/Common.pm:2636
21132118 #, fuzzy, perl-format
21142119 msgid "empty node name after expansion `%s'"
21152120 msgstr "ノード `%s' にメニューがありません。"
21162121
2117 #: tp/Texinfo/Common.pm:2643
2122 #: tp/Texinfo/Common.pm:2644
21182123 #, perl-format
21192124 msgid "@%s `%s' previously defined"
21202125 msgstr "@%s `%s' は以前に定義されています"
21212126
2122 #: tp/Texinfo/Common.pm:2649
2127 #: tp/Texinfo/Common.pm:2650
21232128 #, fuzzy, perl-format
21242129 msgid "here is the previous definition as @%s"
21252130 msgstr "ここは、`%s' の前の定義です"
21262131
2127 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2132 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21282133 #, fuzzy, perl-format
21292134 msgid "empty argument in @%s"
21302135 msgstr "コメント内でファイル終端 (EOF) に達しました"
21352140 msgstr ""
21362141
21372142 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2138 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2139 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2143 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2144 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21402145 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21412146 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21422147 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21632168 msgid "no argument specified for @U"
21642169 msgstr ""
21652170
2166 #: tp/Texinfo/Convert/HTML.pm:1727
2171 #: tp/Texinfo/Convert/HTML.pm:1719
21672172 #, fuzzy, perl-format
21682173 msgid "@image file `%s' (for HTML) not found, using `%s'"
21692174 msgstr "@image ファイル `%s' (HTML 用) が読めません: %s"
21702175
2171 #: tp/Texinfo/Convert/HTML.pm:2412
2176 #: tp/Texinfo/Convert/HTML.pm:2404
21722177 #, perl-format
21732178 msgid "raw format %s is not converted"
21742179 msgstr ""
21752180
2176 #: tp/Texinfo/Convert/HTML.pm:4663
2181 #: tp/Texinfo/Convert/HTML.pm:4647
21772182 #, fuzzy, perl-format
21782183 msgid "could not open html refs config file %s: %s"
21792184 msgstr "ファイル `%s' を削除できません: %s"
21802185
2181 #: tp/Texinfo/Convert/HTML.pm:4691
2186 #: tp/Texinfo/Convert/HTML.pm:4675
21822187 #, fuzzy
21832188 msgid "missing type"
21842189 msgstr "設定ファイルの欠落。"
21852190
2186 #: tp/Texinfo/Convert/HTML.pm:4694
2191 #: tp/Texinfo/Convert/HTML.pm:4678
21872192 #, fuzzy, perl-format
21882193 msgid "unrecognized type: %s"
21892194 msgstr "認識できない型です: %s"
21902195
2191 #: tp/Texinfo/Convert/HTML.pm:4711
2196 #: tp/Texinfo/Convert/HTML.pm:4695
21922197 #, fuzzy, perl-format
21932198 msgid "error on closing html refs config file %s: %s"
21942199 msgstr "ファイル `%s' を削除できません: %s"
21952200
2196 #: tp/Texinfo/Convert/HTML.pm:5038
2201 #: tp/Texinfo/Convert/HTML.pm:5022
21972202 #, fuzzy
21982203 msgid "string not closed in css file"
21992204 msgstr "文字列の比較に失敗しました"
22002205
2201 #: tp/Texinfo/Convert/HTML.pm:5040
2206 #: tp/Texinfo/Convert/HTML.pm:5024
22022207 #, fuzzy
22032208 msgid "--css-include ended in comment"
22042209 msgstr "%s:%d: --css-include がコメント内で終了しています"
22052210
2206 #: tp/Texinfo/Convert/HTML.pm:5042
2211 #: tp/Texinfo/Convert/HTML.pm:5026
22072212 msgid "@import not finished in css file"
22082213 msgstr ""
22092214
2210 #: tp/Texinfo/Convert/HTML.pm:5068
2215 #: tp/Texinfo/Convert/HTML.pm:5052
22112216 #, fuzzy, perl-format
22122217 msgid "CSS file %s not found"
22132218 msgstr "css ファイル %s が見つかりません"
22142219
2215 #: tp/Texinfo/Convert/HTML.pm:5074
2220 #: tp/Texinfo/Convert/HTML.pm:5058
22162221 #, fuzzy, perl-format
22172222 msgid "could not open --include-file %s: %s"
22182223 msgstr "%s: --css-file %s を開くことができません"
22192224
2220 #: tp/Texinfo/Convert/HTML.pm:5084
2225 #: tp/Texinfo/Convert/HTML.pm:5068
22212226 #, fuzzy, perl-format
22222227 msgid "error on closing CSS file %s: %s"
22232228 msgstr "ファイルクローズエラー"
22242229
2225 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2230 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22262231 #, fuzzy, perl-format
22272232 msgid "no htmlxref.cnf entry found for `%s'"
22282233 msgstr "`%s' に対する項目が見つかりません\n"
22292234
2230 #: tp/Texinfo/Convert/HTML.pm:6607
2235 #: tp/Texinfo/Convert/HTML.pm:6591
22312236 #, fuzzy, perl-format
22322237 msgid "error on closing frame file %s: %s"
22332238 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
22342239
2235 #: tp/Texinfo/Convert/HTML.pm:6631
2240 #: tp/Texinfo/Convert/HTML.pm:6615
22362241 #, fuzzy, perl-format
22372242 msgid "error on closing TOC frame file %s: %s"
22382243 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
22392244
2240 #: tp/Texinfo/Convert/HTML.pm:6746
2245 #: tp/Texinfo/Convert/HTML.pm:6730
22412246 #, perl-format
22422247 msgid "handler %s of stage %s priority %s failed"
22432248 msgstr ""
22442249
2245 #: tp/Texinfo/Convert/HTML.pm:6951
2250 #: tp/Texinfo/Convert/HTML.pm:6935
22462251 msgid "must specify a title with a title command or @top"
22472252 msgstr ""
22482253
2249 #: tp/Texinfo/Convert/HTML.pm:7162
2254 #: tp/Texinfo/Convert/HTML.pm:7146
22502255 #, fuzzy, perl-format
22512256 msgid "error on closing redirection node file %s: %s"
22522257 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
22532258
2254 #: tp/Texinfo/Convert/HTML.pm:7188
2259 #: tp/Texinfo/Convert/HTML.pm:7172
22552260 #, fuzzy, perl-format
22562261 msgid "old name for `%s' is a node of the document"
22572262 msgstr "このドキュメントでは、このノードの `前' や `上' はありません。"
22582263
2259 #: tp/Texinfo/Convert/HTML.pm:7194
2264 #: tp/Texinfo/Convert/HTML.pm:7178
22602265 #, fuzzy, perl-format
22612266 msgid "file empty for renamed node `%s'"
22622267 msgstr "参照されていないノード `%s'"
22632268
2264 #: tp/Texinfo/Convert/HTML.pm:7208
2269 #: tp/Texinfo/Convert/HTML.pm:7192
22652270 #, perl-format
22662271 msgid "target node (new name for `%s') not in document: %s"
22672272 msgstr ""
22682273
2269 #: tp/Texinfo/Convert/HTML.pm:7240
2274 #: tp/Texinfo/Convert/HTML.pm:7224
22702275 #, fuzzy, perl-format
22712276 msgid "error on closing renamed node redirection file %s: %s"
22722277 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
22732278
2274 #: tp/Texinfo/Convert/HTML.pm:7278
2279 #: tp/Texinfo/Convert/HTML.pm:7262
22752280 #, fuzzy
22762281 msgid "empty node name"
22772282 msgstr "認識できないエミュレーション名 `%s' です"
22782283
2279 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2284 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22802285 #, perl-format
22812286 msgid "syntax for an external node used for `%s'"
22822287 msgstr ""
23832388 msgid "menu entry name should not contain `:'"
23842389 msgstr "ノード `%s' にメニューがありません。"
23852390
2386 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2391 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23872392 #, perl-format
23882393 msgid "multiple @%s"
23892394 msgstr ""
30003005 "%s: --footnote-style 引数は `%s' ではなく、`separate' 又は `end' でなければ\n"
30013006 " なりません。\n"
30023007
3003 #: tp/Texinfo/Structuring.pm:176
3008 #: tp/Texinfo/Structuring.pm:175
30043009 #, perl-format
30053010 msgid "raising the section level of @%s which is too low"
30063011 msgstr ""
30073012
3008 #: tp/Texinfo/Structuring.pm:208
3013 #: tp/Texinfo/Structuring.pm:207
30093014 #, perl-format
30103015 msgid "no chapter-level command before @%s"
30113016 msgstr ""
30123017
3013 #: tp/Texinfo/Structuring.pm:213
3018 #: tp/Texinfo/Structuring.pm:212
30143019 #, perl-format
30153020 msgid "lowering the section level of @%s appearing after a lower element"
30163021 msgstr ""
30173022
3018 #: tp/Texinfo/Structuring.pm:302
3023 #: tp/Texinfo/Structuring.pm:301
30193024 #, fuzzy, perl-format
30203025 msgid "no sectioning command associated with @%s"
30213026 msgstr "ホスト名にアドレスが割り当てられていません"
30223027
3023 #: tp/Texinfo/Structuring.pm:330
3028 #: tp/Texinfo/Structuring.pm:329
30243029 #, fuzzy, perl-format
30253030 msgid "@%s not empty"
30263031 msgstr "コメント内でファイル終端 (EOF) に達しました"
30273032
3028 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3033 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
30293034 #, fuzzy, perl-format
30303035 msgid "@%s reference to nonexistent node `%s'"
30313036 msgstr ""
30323037 "%s は存在しないノード `%s' を参照しています (正しくないセクション付けをしてい"
30333038 "るかもしれません?)"
30343039
3035 #: tp/Texinfo/Structuring.pm:394
3040 #: tp/Texinfo/Structuring.pm:393
30363041 #, fuzzy, perl-format
30373042 msgid "@%s entry node name `%s' different from %s name `%s'"
30383043 msgstr "名前の取得に失敗しました: %s"
30393044
3040 #: tp/Texinfo/Structuring.pm:513
3045 #: tp/Texinfo/Structuring.pm:512
30413046 #, perl-format
30423047 msgid "unreferenced node `%s'"
30433048 msgstr "参照されていないノード `%s'"
30443049
3045 #: tp/Texinfo/Structuring.pm:564
3050 #: tp/Texinfo/Structuring.pm:563
30463051 #, perl-format
30473052 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30483053 msgstr ""
30493054
3050 #: tp/Texinfo/Structuring.pm:573
3055 #: tp/Texinfo/Structuring.pm:572
30513056 #, perl-format
30523057 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30533058 msgstr ""
30543059
3055 #: tp/Texinfo/Structuring.pm:591
3060 #: tp/Texinfo/Structuring.pm:590
30563061 #, perl-format
30573062 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30583063 msgstr ""
30593064
3060 #: tp/Texinfo/Structuring.pm:646
3065 #: tp/Texinfo/Structuring.pm:645
30613066 #, perl-format
30623067 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30633068 msgstr ""
30643069
3065 #: tp/Texinfo/Structuring.pm:670
3070 #: tp/Texinfo/Structuring.pm:669
30663071 #, perl-format
30673072 msgid "%s reference to nonexistent `%s'"
30683073 msgstr "%s は存在しない `%s' を参照しています"
30693074
3070 #: tp/Texinfo/Structuring.pm:691
3075 #: tp/Texinfo/Structuring.pm:690
30713076 #, fuzzy, perl-format
30723077 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30733078 msgstr ""
30743079 "ノード `%s' には 上位項目があるのに、`%s' へのメニューアイテムを欠いています"
30753080
3076 #: tp/Texinfo/Structuring.pm:699
3081 #: tp/Texinfo/Structuring.pm:698
30773082 #, perl-format
30783083 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30793084 msgstr ""
30803085
3081 #: tp/Texinfo/Structuring.pm:1218
3086 #: tp/Texinfo/Structuring.pm:1217
30823087 #, fuzzy, perl-format
30833088 msgid "@%s to `%s', different from %s name `%s'"
30843089 msgstr "名前の取得に失敗しました: %s"
30853090
3086 #: tp/Texinfo/Structuring.pm:1464
3091 #: tp/Texinfo/Structuring.pm:1503
30873092 #, fuzzy, perl-format
30883093 msgid "empty index key in @%s"
30893094 msgstr "コメント内でファイル終端 (EOF) に達しました"
Binary diff not shown
88 msgstr ""
99 "Project-Id-Version: texinfo 6.1.92\n"
1010 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
11 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
11 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1212 "PO-Revision-Date: 2017-01-22 20:47+0100\n"
1313 "Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n"
1414 "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
20242024
20252025 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20262026 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2027 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2028 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2029 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2030 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2027 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2028 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2029 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2030 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20312031 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20322032 #, perl-format
20332033 msgid "could not open %s for writing: %s"
20872087 msgid "could not open %s: %s"
20882088 msgstr "Kunne ikke åpne %s: %s"
20892089
2090 #: tp/Texinfo/Common.pm:2253
2090 #: tp/Texinfo/Common.pm:1755
2091 #, perl-format
2092 msgid "using a renamed nodes file (`%s') is deprecated"
2093 msgstr ""
2094
2095 #: tp/Texinfo/Common.pm:2254
20912096 #, perl-format
20922097 msgid "could not protect hash character in @%s"
20932098 msgstr ""
20942099
2095 #: tp/Texinfo/Common.pm:2635
2100 #: tp/Texinfo/Common.pm:2636
20962101 #, perl-format
20972102 msgid "empty node name after expansion `%s'"
20982103 msgstr ""
20992104
2100 #: tp/Texinfo/Common.pm:2643
2105 #: tp/Texinfo/Common.pm:2644
21012106 #, perl-format
21022107 msgid "@%s `%s' previously defined"
21032108 msgstr "@%s «%s» er tidligere definert"
21042109
2105 #: tp/Texinfo/Common.pm:2649
2110 #: tp/Texinfo/Common.pm:2650
21062111 #, perl-format
21072112 msgid "here is the previous definition as @%s"
21082113 msgstr "her er den tidligere definisjonen av @%s"
21092114
2110 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2115 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21112116 #, perl-format
21122117 msgid "empty argument in @%s"
21132118 msgstr "tomt argument i @%s"
21182123 msgstr ""
21192124
21202125 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2121 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2122 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2126 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2127 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21232128 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21242129 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21252130 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21462151 msgid "no argument specified for @U"
21472152 msgstr "ingen argument spesifisert for @U"
21482153
2149 #: tp/Texinfo/Convert/HTML.pm:1727
2154 #: tp/Texinfo/Convert/HTML.pm:1719
21502155 #, perl-format
21512156 msgid "@image file `%s' (for HTML) not found, using `%s'"
21522157 msgstr "@image-fil «%s» (for HTML) ikke funnet, bruker «%s»"
21532158
2154 #: tp/Texinfo/Convert/HTML.pm:2412
2159 #: tp/Texinfo/Convert/HTML.pm:2404
21552160 #, perl-format
21562161 msgid "raw format %s is not converted"
21572162 msgstr ""
21582163
2159 #: tp/Texinfo/Convert/HTML.pm:4663
2164 #: tp/Texinfo/Convert/HTML.pm:4647
21602165 #, perl-format
21612166 msgid "could not open html refs config file %s: %s"
21622167 msgstr "kunne ikke åpne html-referansefilen %s: %s"
21632168
2164 #: tp/Texinfo/Convert/HTML.pm:4691
2169 #: tp/Texinfo/Convert/HTML.pm:4675
21652170 msgid "missing type"
21662171 msgstr "manglende type"
21672172
2168 #: tp/Texinfo/Convert/HTML.pm:4694
2173 #: tp/Texinfo/Convert/HTML.pm:4678
21692174 #, perl-format
21702175 msgid "unrecognized type: %s"
21712176 msgstr "ukjent type: %s"
21722177
2173 #: tp/Texinfo/Convert/HTML.pm:4711
2178 #: tp/Texinfo/Convert/HTML.pm:4695
21742179 #, perl-format
21752180 msgid "error on closing html refs config file %s: %s"
21762181 msgstr "feil ved lukking av html-referansefilen %s: %s"
21772182
2178 #: tp/Texinfo/Convert/HTML.pm:5038
2183 #: tp/Texinfo/Convert/HTML.pm:5022
21792184 msgid "string not closed in css file"
21802185 msgstr ""
21812186
2182 #: tp/Texinfo/Convert/HTML.pm:5040
2187 #: tp/Texinfo/Convert/HTML.pm:5024
21832188 msgid "--css-include ended in comment"
21842189 msgstr "--css-file endte i en kommentar"
21852190
2186 #: tp/Texinfo/Convert/HTML.pm:5042
2191 #: tp/Texinfo/Convert/HTML.pm:5026
21872192 msgid "@import not finished in css file"
21882193 msgstr ""
21892194
2190 #: tp/Texinfo/Convert/HTML.pm:5068
2195 #: tp/Texinfo/Convert/HTML.pm:5052
21912196 #, perl-format
21922197 msgid "CSS file %s not found"
21932198 msgstr ""
21942199
2195 #: tp/Texinfo/Convert/HTML.pm:5074
2200 #: tp/Texinfo/Convert/HTML.pm:5058
21962201 #, perl-format
21972202 msgid "could not open --include-file %s: %s"
21982203 msgstr "kunne ikke åpne --include-file %s: %s"
21992204
2200 #: tp/Texinfo/Convert/HTML.pm:5084
2205 #: tp/Texinfo/Convert/HTML.pm:5068
22012206 #, perl-format
22022207 msgid "error on closing CSS file %s: %s"
22032208 msgstr "Feil ved lukking av CSS-filen %s: %s"
22042209
2205 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2210 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22062211 #, perl-format
22072212 msgid "no htmlxref.cnf entry found for `%s'"
22082213 msgstr "ingen htmlxref.cnf-oppføring funnet for «%s»"
22092214
2210 #: tp/Texinfo/Convert/HTML.pm:6607
2215 #: tp/Texinfo/Convert/HTML.pm:6591
22112216 #, perl-format
22122217 msgid "error on closing frame file %s: %s"
22132218 msgstr "Feil ved lukking av rammefil %s: %s"
22142219
2215 #: tp/Texinfo/Convert/HTML.pm:6631
2220 #: tp/Texinfo/Convert/HTML.pm:6615
22162221 #, perl-format
22172222 msgid "error on closing TOC frame file %s: %s"
22182223 msgstr "Feil ved lukking av TOC-rammefil %s: %s"
22192224
2220 #: tp/Texinfo/Convert/HTML.pm:6746
2225 #: tp/Texinfo/Convert/HTML.pm:6730
22212226 #, perl-format
22222227 msgid "handler %s of stage %s priority %s failed"
22232228 msgstr ""
22242229
2225 #: tp/Texinfo/Convert/HTML.pm:6951
2230 #: tp/Texinfo/Convert/HTML.pm:6935
22262231 msgid "must specify a title with a title command or @top"
22272232 msgstr ""
22282233
2229 #: tp/Texinfo/Convert/HTML.pm:7162
2234 #: tp/Texinfo/Convert/HTML.pm:7146
22302235 #, perl-format
22312236 msgid "error on closing redirection node file %s: %s"
22322237 msgstr "Feil ved lukking av omdirigeringsnodenfilen %s: %s"
22332238
2234 #: tp/Texinfo/Convert/HTML.pm:7188
2239 #: tp/Texinfo/Convert/HTML.pm:7172
22352240 #, perl-format
22362241 msgid "old name for `%s' is a node of the document"
22372242 msgstr "gammelt navn for «%s» er en node for dokumentet"
22382243
2239 #: tp/Texinfo/Convert/HTML.pm:7194
2244 #: tp/Texinfo/Convert/HTML.pm:7178
22402245 #, perl-format
22412246 msgid "file empty for renamed node `%s'"
22422247 msgstr "fil tom for omdøpt node «%s»"
22432248
2244 #: tp/Texinfo/Convert/HTML.pm:7208
2249 #: tp/Texinfo/Convert/HTML.pm:7192
22452250 #, perl-format
22462251 msgid "target node (new name for `%s') not in document: %s"
22472252 msgstr ""
22482253
2249 #: tp/Texinfo/Convert/HTML.pm:7240
2254 #: tp/Texinfo/Convert/HTML.pm:7224
22502255 #, perl-format
22512256 msgid "error on closing renamed node redirection file %s: %s"
22522257 msgstr ""
22532258
2254 #: tp/Texinfo/Convert/HTML.pm:7278
2259 #: tp/Texinfo/Convert/HTML.pm:7262
22552260 msgid "empty node name"
22562261 msgstr ""
22572262
2258 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2263 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22592264 #, perl-format
22602265 msgid "syntax for an external node used for `%s'"
22612266 msgstr ""
23582363 msgid "menu entry name should not contain `:'"
23592364 msgstr ""
23602365
2361 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2366 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23622367 #, perl-format
23632368 msgid "multiple @%s"
23642369 msgstr "flere @%s"
29572962 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
29582963 msgstr "@urefbreakstyle-argument må være «after»/«before»/«none», ikke «%s»"
29592964
2960 #: tp/Texinfo/Structuring.pm:176
2965 #: tp/Texinfo/Structuring.pm:175
29612966 #, perl-format
29622967 msgid "raising the section level of @%s which is too low"
29632968 msgstr ""
29642969
2965 #: tp/Texinfo/Structuring.pm:208
2970 #: tp/Texinfo/Structuring.pm:207
29662971 #, perl-format
29672972 msgid "no chapter-level command before @%s"
29682973 msgstr ""
29692974
2970 #: tp/Texinfo/Structuring.pm:213
2975 #: tp/Texinfo/Structuring.pm:212
29712976 #, perl-format
29722977 msgid "lowering the section level of @%s appearing after a lower element"
29732978 msgstr ""
29742979
2975 #: tp/Texinfo/Structuring.pm:302
2980 #: tp/Texinfo/Structuring.pm:301
29762981 #, perl-format
29772982 msgid "no sectioning command associated with @%s"
29782983 msgstr ""
29792984
2980 #: tp/Texinfo/Structuring.pm:330
2985 #: tp/Texinfo/Structuring.pm:329
29812986 #, perl-format
29822987 msgid "@%s not empty"
29832988 msgstr "@%s ikke tom"
29842989
2985 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
2990 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
29862991 #, perl-format
29872992 msgid "@%s reference to nonexistent node `%s'"
29882993 msgstr "@%s referanse til ikke-eksisterende node «%s»"
29892994
2990 #: tp/Texinfo/Structuring.pm:394
2995 #: tp/Texinfo/Structuring.pm:393
29912996 #, perl-format
29922997 msgid "@%s entry node name `%s' different from %s name `%s'"
29932998 msgstr ""
29942999
2995 #: tp/Texinfo/Structuring.pm:513
3000 #: tp/Texinfo/Structuring.pm:512
29963001 #, perl-format
29973002 msgid "unreferenced node `%s'"
29983003 msgstr "ureferert node «%s»"
29993004
3000 #: tp/Texinfo/Structuring.pm:564
3005 #: tp/Texinfo/Structuring.pm:563
30013006 #, perl-format
30023007 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30033008 msgstr ""
30043009
3005 #: tp/Texinfo/Structuring.pm:573
3010 #: tp/Texinfo/Structuring.pm:572
30063011 #, perl-format
30073012 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30083013 msgstr ""
30093014
3010 #: tp/Texinfo/Structuring.pm:591
3015 #: tp/Texinfo/Structuring.pm:590
30113016 #, perl-format
30123017 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30133018 msgstr ""
30143019
3015 #: tp/Texinfo/Structuring.pm:646
3020 #: tp/Texinfo/Structuring.pm:645
30163021 #, perl-format
30173022 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30183023 msgstr ""
30193024
3020 #: tp/Texinfo/Structuring.pm:670
3025 #: tp/Texinfo/Structuring.pm:669
30213026 #, perl-format
30223027 msgid "%s reference to nonexistent `%s'"
30233028 msgstr "%s referanse til ikke-eksisterende «%s»"
30243029
3025 #: tp/Texinfo/Structuring.pm:691
3030 #: tp/Texinfo/Structuring.pm:690
30263031 #, perl-format
30273032 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30283033 msgstr ""
30293034 "Noden «%s» mangler et menypunkt for «%s» til tross for at den er dens oppmål"
30303035
3031 #: tp/Texinfo/Structuring.pm:699
3036 #: tp/Texinfo/Structuring.pm:698
30323037 #, perl-format
30333038 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30343039 msgstr ""
30353040
3036 #: tp/Texinfo/Structuring.pm:1218
3041 #: tp/Texinfo/Structuring.pm:1217
30373042 #, perl-format
30383043 msgid "@%s to `%s', different from %s name `%s'"
30393044 msgstr ""
30403045
3041 #: tp/Texinfo/Structuring.pm:1464
3046 #: tp/Texinfo/Structuring.pm:1503
30423047 #, perl-format
30433048 msgid "empty index key in @%s"
30443049 msgstr ""
Binary diff not shown
1313 msgstr ""
1414 "Project-Id-Version: texinfo-6.5.90\n"
1515 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
16 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
16 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1717 "PO-Revision-Date: 2019-01-06 18:01+0100\n"
1818 "Last-Translator: Benno Schulenberg <vertaling@coevern.nl>\n"
1919 "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
20382038
20392039 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20402040 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2041 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2042 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2043 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2044 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2041 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2042 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2043 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2044 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20452045 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20462046 #, perl-format
20472047 msgid "could not open %s for writing: %s"
21042104 msgid "could not open %s: %s"
21052105 msgstr "kan %s niet openen: %s"
21062106
2107 #: tp/Texinfo/Common.pm:2253
2107 #: tp/Texinfo/Common.pm:1755
2108 #, fuzzy, perl-format
2109 msgid "using a renamed nodes file (`%s') is deprecated"
2110 msgstr "Fout bij sluiten van %s, bestand met hernoemde pagina's: %s"
2111
2112 #: tp/Texinfo/Common.pm:2254
21082113 #, perl-format
21092114 msgid "could not protect hash character in @%s"
21102115 msgstr "kan hekje in @%s niet beschermen"
21112116
2112 #: tp/Texinfo/Common.pm:2635
2117 #: tp/Texinfo/Common.pm:2636
21132118 #, perl-format
21142119 msgid "empty node name after expansion `%s'"
21152120 msgstr "lege paginanaam na expansie '%s'"
21162121
2117 #: tp/Texinfo/Common.pm:2643
2122 #: tp/Texinfo/Common.pm:2644
21182123 #, perl-format
21192124 msgid "@%s `%s' previously defined"
21202125 msgstr "@%s '%s' is al eerder gedefinieerd"
21212126
2122 #: tp/Texinfo/Common.pm:2649
2127 #: tp/Texinfo/Common.pm:2650
21232128 #, perl-format
21242129 msgid "here is the previous definition as @%s"
21252130 msgstr "hier was de eerdere definitie van @%s"
21262131
2127 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2132 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21282133 #, perl-format
21292134 msgid "empty argument in @%s"
21302135 msgstr "leeg argument in @%s"
21352140 msgstr "%s: uitvoer is incompatibel met splitsing"
21362141
21372142 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2138 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2139 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2143 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2144 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21402145 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21412146 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21422147 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21632168 msgid "no argument specified for @U"
21642169 msgstr "geen argument opgegeven voor @U"
21652170
2166 #: tp/Texinfo/Convert/HTML.pm:1727
2171 #: tp/Texinfo/Convert/HTML.pm:1719
21672172 #, perl-format
21682173 msgid "@image file `%s' (for HTML) not found, using `%s'"
21692174 msgstr "@image-bestand '%s' (voor HTML) is niet gevonden; '%s' wordt gebruikt"
21702175
21712176 # XXX Zet ook elders "ruw" om naar "rauw".
2172 #: tp/Texinfo/Convert/HTML.pm:2412
2177 #: tp/Texinfo/Convert/HTML.pm:2404
21732178 #, perl-format
21742179 msgid "raw format %s is not converted"
21752180 msgstr "rauwe opmaak %s is niet omgezet"
21762181
2177 #: tp/Texinfo/Convert/HTML.pm:4663
2182 #: tp/Texinfo/Convert/HTML.pm:4647
21782183 #, perl-format
21792184 msgid "could not open html refs config file %s: %s"
21802185 msgstr "kan instellingenbestand %s voor HTML-referenties niet openen: %s"
21812186
2182 #: tp/Texinfo/Convert/HTML.pm:4691
2187 #: tp/Texinfo/Convert/HTML.pm:4675
21832188 msgid "missing type"
21842189 msgstr "ontbrekend type"
21852190
2186 #: tp/Texinfo/Convert/HTML.pm:4694
2191 #: tp/Texinfo/Convert/HTML.pm:4678
21872192 #, perl-format
21882193 msgid "unrecognized type: %s"
21892194 msgstr "onbekend type: %s"
21902195
2191 #: tp/Texinfo/Convert/HTML.pm:4711
2196 #: tp/Texinfo/Convert/HTML.pm:4695
21922197 #, perl-format
21932198 msgid "error on closing html refs config file %s: %s"
21942199 msgstr "fout bij sluiten van instellingenbestand %s voor HTML-referenties: %s"
21952200
2196 #: tp/Texinfo/Convert/HTML.pm:5038
2201 #: tp/Texinfo/Convert/HTML.pm:5022
21972202 msgid "string not closed in css file"
21982203 msgstr "tekenreeks niet afgesloten in CSS-bestand"
21992204
2200 #: tp/Texinfo/Convert/HTML.pm:5040
2205 #: tp/Texinfo/Convert/HTML.pm:5024
22012206 msgid "--css-include ended in comment"
22022207 msgstr "'--css-include' eindigt in commentaar"
22032208
2204 #: tp/Texinfo/Convert/HTML.pm:5042
2209 #: tp/Texinfo/Convert/HTML.pm:5026
22052210 msgid "@import not finished in css file"
22062211 msgstr "'@import' is niet afgesloten in CSS-bestand"
22072212
2208 #: tp/Texinfo/Convert/HTML.pm:5068
2213 #: tp/Texinfo/Convert/HTML.pm:5052
22092214 #, perl-format
22102215 msgid "CSS file %s not found"
22112216 msgstr "CSS-bestand %s is niet gevonden"
22122217
2213 #: tp/Texinfo/Convert/HTML.pm:5074
2218 #: tp/Texinfo/Convert/HTML.pm:5058
22142219 #, perl-format
22152220 msgid "could not open --include-file %s: %s"
22162221 msgstr "kan '--include-file'-bestand %s niet openen: %s"
22172222
2218 #: tp/Texinfo/Convert/HTML.pm:5084
2223 #: tp/Texinfo/Convert/HTML.pm:5068
22192224 #, perl-format
22202225 msgid "error on closing CSS file %s: %s"
22212226 msgstr "fout bij sluiten van CSS-bestand %s: %s"
22222227
2223 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2228 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22242229 #, perl-format
22252230 msgid "no htmlxref.cnf entry found for `%s'"
22262231 msgstr "geen 'htmlxref.cnf'-item gevonden voor '%s'"
22272232
2228 #: tp/Texinfo/Convert/HTML.pm:6607
2233 #: tp/Texinfo/Convert/HTML.pm:6591
22292234 #, perl-format
22302235 msgid "error on closing frame file %s: %s"
22312236 msgstr "fout bij sluiten van frames-bestand %s: %s"
22322237
2233 #: tp/Texinfo/Convert/HTML.pm:6631
2238 #: tp/Texinfo/Convert/HTML.pm:6615
22342239 #, perl-format
22352240 msgid "error on closing TOC frame file %s: %s"
22362241 msgstr "fout bij sluiten van TOC-frames-bestand %s: %s"
22372242
2238 #: tp/Texinfo/Convert/HTML.pm:6746
2243 #: tp/Texinfo/Convert/HTML.pm:6730
22392244 #, perl-format
22402245 msgid "handler %s of stage %s priority %s failed"
22412246 msgstr "verwerker %s van fase %s, prioriteit %s, is gestruikeld"
22422247
2243 #: tp/Texinfo/Convert/HTML.pm:6951
2248 #: tp/Texinfo/Convert/HTML.pm:6935
22442249 msgid "must specify a title with a title command or @top"
22452250 msgstr "een 'title'-commando en '@top' vereisen een titel"
22462251
2247 #: tp/Texinfo/Convert/HTML.pm:7162
2252 #: tp/Texinfo/Convert/HTML.pm:7146
22482253 #, perl-format
22492254 msgid "error on closing redirection node file %s: %s"
22502255 msgstr "fout bij sluiten van %s, bestand met doorverwijzende pagina's: %s"
22512256
2252 #: tp/Texinfo/Convert/HTML.pm:7188
2257 #: tp/Texinfo/Convert/HTML.pm:7172
22532258 #, perl-format
22542259 msgid "old name for `%s' is a node of the document"
22552260 msgstr "oude naam van '%s' is een pagina in het document"
22562261
2257 #: tp/Texinfo/Convert/HTML.pm:7194
2262 #: tp/Texinfo/Convert/HTML.pm:7178
22582263 #, perl-format
22592264 msgid "file empty for renamed node `%s'"
22602265 msgstr "bestand is leeg voor hernoemde pagina '%s'"
22612266
2262 #: tp/Texinfo/Convert/HTML.pm:7208
2267 #: tp/Texinfo/Convert/HTML.pm:7192
22632268 #, perl-format
22642269 msgid "target node (new name for `%s') not in document: %s"
22652270 msgstr "doelpagina (nieuwe naam voor '%s') zit niet in document: %s"
22662271
22672272 # XXX Is het node of nodes?
2268 #: tp/Texinfo/Convert/HTML.pm:7240
2273 #: tp/Texinfo/Convert/HTML.pm:7224
22692274 #, perl-format
22702275 msgid "error on closing renamed node redirection file %s: %s"
22712276 msgstr ""
22722277 "fout bij sluiten van %s, bestand met doorverwijzingen van hernoemde "
22732278 "pagina's: %s"
22742279
2275 #: tp/Texinfo/Convert/HTML.pm:7278
2280 #: tp/Texinfo/Convert/HTML.pm:7262
22762281 msgid "empty node name"
22772282 msgstr "lege paginanaam"
22782283
2279 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2284 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22802285 #, perl-format
22812286 msgid "syntax for an external node used for `%s'"
22822287 msgstr "syntax voor een externe pagina is gebruikt voor '%s'"
23792384 msgid "menu entry name should not contain `:'"
23802385 msgstr "menu-itemnaam hoort geen ':' te bevatten"
23812386
2382 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2387 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23832388 #, perl-format
23842389 msgid "multiple @%s"
23852390 msgstr "meerdere @%s"
30013006 msgstr ""
30023007 "Argument van @urefbreakstyle moet 'after', 'before' of 'none' zijn, niet '%s'"
30033008
3004 #: tp/Texinfo/Structuring.pm:176
3009 #: tp/Texinfo/Structuring.pm:175
30053010 #, perl-format
30063011 msgid "raising the section level of @%s which is too low"
30073012 msgstr "verhoging van sectioneringsniveau van @%s, want te laag"
30083013
3009 #: tp/Texinfo/Structuring.pm:208
3014 #: tp/Texinfo/Structuring.pm:207
30103015 #, perl-format
30113016 msgid "no chapter-level command before @%s"
30123017 msgstr "er is geen hoofdstuksniveaucommando vóór @%s"
30133018
3014 #: tp/Texinfo/Structuring.pm:213
3019 #: tp/Texinfo/Structuring.pm:212
30153020 #, perl-format
30163021 msgid "lowering the section level of @%s appearing after a lower element"
30173022 msgstr ""
30183023 "verlaging van sectioneringsniveau van @%s verschijnt na een lager element"
30193024
3020 #: tp/Texinfo/Structuring.pm:302
3025 #: tp/Texinfo/Structuring.pm:301
30213026 #, perl-format
30223027 msgid "no sectioning command associated with @%s"
30233028 msgstr "er is geen sectioneringscommando gerelateerd aan @%s"
30243029
3025 #: tp/Texinfo/Structuring.pm:330
3030 #: tp/Texinfo/Structuring.pm:329
30263031 #, perl-format
30273032 msgid "@%s not empty"
30283033 msgstr "@%s is niet leeg"
30293034
3030 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3035 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
30313036 #, perl-format
30323037 msgid "@%s reference to nonexistent node `%s'"
30333038 msgstr "@%s verwijst naar niet-bestaande pagina '%s'"
30343039
3035 #: tp/Texinfo/Structuring.pm:394
3040 #: tp/Texinfo/Structuring.pm:393
30363041 #, perl-format
30373042 msgid "@%s entry node name `%s' different from %s name `%s'"
30383043 msgstr "@%s-paginanaam '%s' verschilt van %s-naam '%s'"
30393044
3040 #: tp/Texinfo/Structuring.pm:513
3045 #: tp/Texinfo/Structuring.pm:512
30413046 #, perl-format
30423047 msgid "unreferenced node `%s'"
30433048 msgstr "naar pagina '%s' wordt niet verwezen"
30443049
3045 #: tp/Texinfo/Structuring.pm:564
3050 #: tp/Texinfo/Structuring.pm:563
30463051 #, perl-format
30473052 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30483053 msgstr "pagina '%s' is %s voor '%s' in de sectionering maar niet in het menu"
30493054
3050 #: tp/Texinfo/Structuring.pm:573
3055 #: tp/Texinfo/Structuring.pm:572
30513056 #, perl-format
30523057 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30533058 msgstr "pagina %s '%s' in menu '%s' en in sectionering '%s' verschillen"
30543059
3055 #: tp/Texinfo/Structuring.pm:591
3060 #: tp/Texinfo/Structuring.pm:590
30563061 #, perl-format
30573062 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30583063 msgstr "pagina '%s' is %s voor '%s' in het menu maar niet in de sectionering"
30593064
3060 #: tp/Texinfo/Structuring.pm:646
3065 #: tp/Texinfo/Structuring.pm:645
30613066 #, perl-format
30623067 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30633068 msgstr "%s-pointer '%s' (voor pagina '%s') verschilt van %s-naam '%s'"
30643069
3065 #: tp/Texinfo/Structuring.pm:670
3070 #: tp/Texinfo/Structuring.pm:669
30663071 #, perl-format
30673072 msgid "%s reference to nonexistent `%s'"
30683073 msgstr "%s verwijst naar niet-bestaande '%s'"
30693074
3070 #: tp/Texinfo/Structuring.pm:691
3075 #: tp/Texinfo/Structuring.pm:690
30713076 #, perl-format
30723077 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30733078 msgstr ""
30743079 "pagina '%s' bevat geen menu-item voor '%s'\n"
30753080 "ondanks dat de eerste het 'Up'-doel van de laatste is"
30763081
3077 #: tp/Texinfo/Structuring.pm:699
3082 #: tp/Texinfo/Structuring.pm:698
30783083 #, perl-format
30793084 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30803085 msgstr "bij '%s' komen 'Up' in menu '%s' en 'Up %s' niet overeen"
30813086
3082 #: tp/Texinfo/Structuring.pm:1218
3087 #: tp/Texinfo/Structuring.pm:1217
30833088 #, perl-format
30843089 msgid "@%s to `%s', different from %s name `%s'"
30853090 msgstr "@%s naar '%s', verschilt van %s-naam '%s'"
30863091
3087 #: tp/Texinfo/Structuring.pm:1464
3092 #: tp/Texinfo/Structuring.pm:1503
30883093 #, perl-format
30893094 msgid "empty index key in @%s"
30903095 msgstr "lege indexsleutel in @%s"
40844089 #~ msgid "chdir to %s failed"
40854090 #~ msgstr "Kan huidige map niet instellen op %s"
40864091
4087 #~ msgid "Error on closing renamed nodes file %s: %s"
4088 #~ msgstr "Fout bij sluiten van %s, bestand met hernoemde pagina's: %s"
4089
40904092 #~ msgid "Node `%s' that is to be renamed exists"
40914093 #~ msgstr "Pagina '%s' die hernoemd moet worden bestaat al"
40924094
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo 6.5.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1010 "PO-Revision-Date: 2019-01-04 20:02+0100\n"
1111 "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
1212 "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
20162016
20172017 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20182018 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2019 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2020 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2021 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2022 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2019 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2020 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2021 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2022 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20232023 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20242024 #, perl-format
20252025 msgid "could not open %s for writing: %s"
20832083 msgid "could not open %s: %s"
20842084 msgstr "nie można otworzyć %s: %s"
20852085
2086 #: tp/Texinfo/Common.pm:2253
2086 #: tp/Texinfo/Common.pm:1755
2087 #, perl-format
2088 msgid "using a renamed nodes file (`%s') is deprecated"
2089 msgstr ""
2090
2091 #: tp/Texinfo/Common.pm:2254
20872092 #, perl-format
20882093 msgid "could not protect hash character in @%s"
20892094 msgstr "nie można zabezpieczyć znaku hash w @%s"
20902095
2091 #: tp/Texinfo/Common.pm:2635
2096 #: tp/Texinfo/Common.pm:2636
20922097 #, perl-format
20932098 msgid "empty node name after expansion `%s'"
20942099 msgstr "pusta nazwa węzła po rozwinięciu `%s'"
20952100
2096 #: tp/Texinfo/Common.pm:2643
2101 #: tp/Texinfo/Common.pm:2644
20972102 #, perl-format
20982103 msgid "@%s `%s' previously defined"
20992104 msgstr "@%s `%s' już zostało zdefiniowane"
21002105
2101 #: tp/Texinfo/Common.pm:2649
2106 #: tp/Texinfo/Common.pm:2650
21022107 #, perl-format
21032108 msgid "here is the previous definition as @%s"
21042109 msgstr "oto poprzednia definicja jako @%s"
21052110
2106 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2111 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21072112 #, perl-format
21082113 msgid "empty argument in @%s"
21092114 msgstr "pusty argument w @%s"
21142119 msgstr "%s: wyjście niezgodne z podziałem na pliki"
21152120
21162121 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2117 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2118 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2122 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2123 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21192124 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21202125 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21212126 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21422147 msgid "no argument specified for @U"
21432148 msgstr "nie podano argumentu dla @U"
21442149
2145 #: tp/Texinfo/Convert/HTML.pm:1727
2150 #: tp/Texinfo/Convert/HTML.pm:1719
21462151 #, perl-format
21472152 msgid "@image file `%s' (for HTML) not found, using `%s'"
21482153 msgstr "Plik @image `%s' (dla HTML) nie znaleziony, użyto `%s'"
21492154
2150 #: tp/Texinfo/Convert/HTML.pm:2412
2155 #: tp/Texinfo/Convert/HTML.pm:2404
21512156 #, perl-format
21522157 msgid "raw format %s is not converted"
21532158 msgstr "format surowy %s nie jest przekonwertowany"
21542159
2155 #: tp/Texinfo/Convert/HTML.pm:4663
2160 #: tp/Texinfo/Convert/HTML.pm:4647
21562161 #, perl-format
21572162 msgid "could not open html refs config file %s: %s"
21582163 msgstr "nie można otworzyć pliku konfiguracyjnego html refs %s: %s"
21592164
2160 #: tp/Texinfo/Convert/HTML.pm:4691
2165 #: tp/Texinfo/Convert/HTML.pm:4675
21612166 msgid "missing type"
21622167 msgstr "brak typu"
21632168
2164 #: tp/Texinfo/Convert/HTML.pm:4694
2169 #: tp/Texinfo/Convert/HTML.pm:4678
21652170 #, perl-format
21662171 msgid "unrecognized type: %s"
21672172 msgstr "nieznany typ: %s"
21682173
2169 #: tp/Texinfo/Convert/HTML.pm:4711
2174 #: tp/Texinfo/Convert/HTML.pm:4695
21702175 #, perl-format
21712176 msgid "error on closing html refs config file %s: %s"
21722177 msgstr "błąd podczas zamykania pliku konfiguracyjnego html refs %s: %s"
21732178
2174 #: tp/Texinfo/Convert/HTML.pm:5038
2179 #: tp/Texinfo/Convert/HTML.pm:5022
21752180 msgid "string not closed in css file"
21762181 msgstr "niedomknięty łańcuch w pliku css"
21772182
2178 #: tp/Texinfo/Convert/HTML.pm:5040
2183 #: tp/Texinfo/Convert/HTML.pm:5024
21792184 msgid "--css-include ended in comment"
21802185 msgstr "plik --css-include zakończył się wewnątrz komentarza"
21812186
2182 #: tp/Texinfo/Convert/HTML.pm:5042
2187 #: tp/Texinfo/Convert/HTML.pm:5026
21832188 msgid "@import not finished in css file"
21842189 msgstr "@import nie zakończony w pliku css"
21852190
2186 #: tp/Texinfo/Convert/HTML.pm:5068
2191 #: tp/Texinfo/Convert/HTML.pm:5052
21872192 #, perl-format
21882193 msgid "CSS file %s not found"
21892194 msgstr "nie znaleziono pliku css %s"
21902195
2191 #: tp/Texinfo/Convert/HTML.pm:5074
2196 #: tp/Texinfo/Convert/HTML.pm:5058
21922197 #, perl-format
21932198 msgid "could not open --include-file %s: %s"
21942199 msgstr "nie można otworzyć pliku --include-file %s: %s"
21952200
2196 #: tp/Texinfo/Convert/HTML.pm:5084
2201 #: tp/Texinfo/Convert/HTML.pm:5068
21972202 #, perl-format
21982203 msgid "error on closing CSS file %s: %s"
21992204 msgstr "błąd podczas zamykania pliku CSS %s: %s"
22002205
2201 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2206 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22022207 #, perl-format
22032208 msgid "no htmlxref.cnf entry found for `%s'"
22042209 msgstr "brak wpisu htmlxref.cnf dla `%s'"
22052210
2206 #: tp/Texinfo/Convert/HTML.pm:6607
2211 #: tp/Texinfo/Convert/HTML.pm:6591
22072212 #, perl-format
22082213 msgid "error on closing frame file %s: %s"
22092214 msgstr "błąd podczas zamykania pliku ramki %s: %s"
22102215
2211 #: tp/Texinfo/Convert/HTML.pm:6631
2216 #: tp/Texinfo/Convert/HTML.pm:6615
22122217 #, perl-format
22132218 msgid "error on closing TOC frame file %s: %s"
22142219 msgstr "błąd podczas zamykania pliku ramki TOC %s: %s"
22152220
2216 #: tp/Texinfo/Convert/HTML.pm:6746
2221 #: tp/Texinfo/Convert/HTML.pm:6730
22172222 #, perl-format
22182223 msgid "handler %s of stage %s priority %s failed"
22192224 msgstr "obsługa %s, etapu %s, priorytet %s nie powiodła się"
22202225
2221 #: tp/Texinfo/Convert/HTML.pm:6951
2226 #: tp/Texinfo/Convert/HTML.pm:6935
22222227 msgid "must specify a title with a title command or @top"
22232228 msgstr "trzeba określić tytuł poleceniem title lub @top"
22242229
2225 #: tp/Texinfo/Convert/HTML.pm:7162
2230 #: tp/Texinfo/Convert/HTML.pm:7146
22262231 #, perl-format
22272232 msgid "error on closing redirection node file %s: %s"
22282233 msgstr "błąd podczas zamykania pliku przekierowania węzłów %s: %s"
22292234
2230 #: tp/Texinfo/Convert/HTML.pm:7188
2235 #: tp/Texinfo/Convert/HTML.pm:7172
22312236 #, perl-format
22322237 msgid "old name for `%s' is a node of the document"
22332238 msgstr "stara nazwa `%s' jest węzłem dokumentu"
22342239
2235 #: tp/Texinfo/Convert/HTML.pm:7194
2240 #: tp/Texinfo/Convert/HTML.pm:7178
22362241 #, perl-format
22372242 msgid "file empty for renamed node `%s'"
22382243 msgstr "pusty plik dla przemianowanego węzła `%s'"
22392244
2240 #: tp/Texinfo/Convert/HTML.pm:7208
2245 #: tp/Texinfo/Convert/HTML.pm:7192
22412246 #, perl-format
22422247 msgid "target node (new name for `%s') not in document: %s"
22432248 msgstr "węzeł docelowy (nowa nazwa dla `%s') nie istnieje w dokumencie: %s"
22442249
2245 #: tp/Texinfo/Convert/HTML.pm:7240
2250 #: tp/Texinfo/Convert/HTML.pm:7224
22462251 #, perl-format
22472252 msgid "error on closing renamed node redirection file %s: %s"
22482253 msgstr ""
22492254 "błąd podczas zamykania przekierowanego pliku przemianowanego węzła %s: %s"
22502255
2251 #: tp/Texinfo/Convert/HTML.pm:7278
2256 #: tp/Texinfo/Convert/HTML.pm:7262
22522257 msgid "empty node name"
22532258 msgstr "pusta nazwa węzła"
22542259
2255 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2260 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22562261 #, perl-format
22572262 msgid "syntax for an external node used for `%s'"
22582263 msgstr "użyto składni węzła zewnętrznego dla `%s'"
23552360 msgid "menu entry name should not contain `:'"
23562361 msgstr "nazwa wpisu menu nie powinna zawierać `:'"
23572362
2358 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2363 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23592364 #, perl-format
23602365 msgid "multiple @%s"
23612366 msgstr "wiele @%s"
29672972 msgstr ""
29682973 "argumentem @urefbreakstyle musi być `after', `before' lub `none', a nie `%s'"
29692974
2970 #: tp/Texinfo/Structuring.pm:176
2975 #: tp/Texinfo/Structuring.pm:175
29712976 #, perl-format
29722977 msgid "raising the section level of @%s which is too low"
29732978 msgstr "zwiększanie poziomu sekcji @%s, który jest zbyt mały"
29742979
2975 #: tp/Texinfo/Structuring.pm:208
2980 #: tp/Texinfo/Structuring.pm:207
29762981 #, perl-format
29772982 msgid "no chapter-level command before @%s"
29782983 msgstr "brak polecenia poziomu rozdziału przed @%s"
29792984
2980 #: tp/Texinfo/Structuring.pm:213
2985 #: tp/Texinfo/Structuring.pm:212
29812986 #, perl-format
29822987 msgid "lowering the section level of @%s appearing after a lower element"
29832988 msgstr "zmniejszanie poziomu sekcji @%s, występującej po niższym elemencie"
29842989
2985 #: tp/Texinfo/Structuring.pm:302
2990 #: tp/Texinfo/Structuring.pm:301
29862991 #, perl-format
29872992 msgid "no sectioning command associated with @%s"
29882993 msgstr "brak polecenia sekcjonowania związanego z @%s"
29892994
2990 #: tp/Texinfo/Structuring.pm:330
2995 #: tp/Texinfo/Structuring.pm:329
29912996 #, perl-format
29922997 msgid "@%s not empty"
29932998 msgstr "@%s nie jest pusty"
29942999
2995 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3000 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
29963001 #, perl-format
29973002 msgid "@%s reference to nonexistent node `%s'"
29983003 msgstr "odwołanie @%s do nie istniejącego węzła `%s'"
29993004
3000 #: tp/Texinfo/Structuring.pm:394
3005 #: tp/Texinfo/Structuring.pm:393
30013006 #, perl-format
30023007 msgid "@%s entry node name `%s' different from %s name `%s'"
30033008 msgstr "nazwa węzła wpisu @%s `%s' różni się od nazwy %s `%s'"
30043009
3005 #: tp/Texinfo/Structuring.pm:513
3010 #: tp/Texinfo/Structuring.pm:512
30063011 #, perl-format
30073012 msgid "unreferenced node `%s'"
30083013 msgstr "nie wskazywany węzeł `%s'"
30093014
3010 #: tp/Texinfo/Structuring.pm:564
3015 #: tp/Texinfo/Structuring.pm:563
30113016 #, perl-format
30123017 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30133018 msgstr "węzeł `%s' to %s dla `%s' w sekcjonowaniu, ale nie w menu"
30143019
3015 #: tp/Texinfo/Structuring.pm:573
3020 #: tp/Texinfo/Structuring.pm:572
30163021 #, perl-format
30173022 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30183023 msgstr "węzeł %s `%s' w menu `%s' i w sekcjonowaniu `%s' są różne"
30193024
3020 #: tp/Texinfo/Structuring.pm:591
3025 #: tp/Texinfo/Structuring.pm:590
30213026 #, perl-format
30223027 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30233028 msgstr "węzeł `%s' to %s dla `%s' w menu, ale nie w sekcjonowaniu"
30243029
3025 #: tp/Texinfo/Structuring.pm:646
3030 #: tp/Texinfo/Structuring.pm:645
30263031 #, perl-format
30273032 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30283033 msgstr "wskaźnik %s `%s' (dla węzła `%s') różni się od nazwy %s `%s'"
30293034
3030 #: tp/Texinfo/Structuring.pm:670
3035 #: tp/Texinfo/Structuring.pm:669
30313036 #, perl-format
30323037 msgid "%s reference to nonexistent `%s'"
30333038 msgstr "odwołanie %s do nie istniejącego `%s'"
30343039
3035 #: tp/Texinfo/Structuring.pm:691
3040 #: tp/Texinfo/Structuring.pm:690
30363041 #, perl-format
30373042 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30383043 msgstr ""
30393044 "węzeł `%s' nie ma elementu menu dla `%s' pomimo bycia jego celem W górę"
30403045
3041 #: tp/Texinfo/Structuring.pm:699
3046 #: tp/Texinfo/Structuring.pm:698
30423047 #, perl-format
30433048 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30443049 msgstr "dla `%s' węzeł górny w menu `%s' i górny `%s' są różne"
30453050
3046 #: tp/Texinfo/Structuring.pm:1218
3051 #: tp/Texinfo/Structuring.pm:1217
30473052 #, perl-format
30483053 msgid "@%s to `%s', different from %s name `%s'"
30493054 msgstr "@%s do `%s' różne od nazwy %s `%s'"
30503055
3051 #: tp/Texinfo/Structuring.pm:1464
3056 #: tp/Texinfo/Structuring.pm:1503
30523057 #, perl-format
30533058 msgid "empty index key in @%s"
30543059 msgstr "pusty klucz indeksu w @%s"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: GNU texinfo 6.5.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1010 "PO-Revision-Date: 2019-01-05 06:08+0000\n"
1111 "Last-Translator: Pedro Albuquerque <palbuquerque73@gmail.com>\n"
1212 "Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
20222022
20232023 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20242024 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2025 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2026 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2027 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2028 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2025 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2026 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2027 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2028 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20292029 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20302030 #, perl-format
20312031 msgid "could not open %s for writing: %s"
20882088 msgid "could not open %s: %s"
20892089 msgstr "impossível abrir %s: %s"
20902090
2091 #: tp/Texinfo/Common.pm:2253
2091 #: tp/Texinfo/Common.pm:1755
2092 #, perl-format
2093 msgid "using a renamed nodes file (`%s') is deprecated"
2094 msgstr ""
2095
2096 #: tp/Texinfo/Common.pm:2254
20922097 #, perl-format
20932098 msgid "could not protect hash character in @%s"
20942099 msgstr "impossível proteger o carácter hash em @%s"
20952100
2096 #: tp/Texinfo/Common.pm:2635
2101 #: tp/Texinfo/Common.pm:2636
20972102 #, perl-format
20982103 msgid "empty node name after expansion `%s'"
20992104 msgstr "nome de nó vazio após expansão \"%s\""
21002105
2101 #: tp/Texinfo/Common.pm:2643
2106 #: tp/Texinfo/Common.pm:2644
21022107 #, perl-format
21032108 msgid "@%s `%s' previously defined"
21042109 msgstr "@%s \"%s\" anteriormente definido"
21052110
2106 #: tp/Texinfo/Common.pm:2649
2111 #: tp/Texinfo/Common.pm:2650
21072112 #, perl-format
21082113 msgid "here is the previous definition as @%s"
21092114 msgstr "eis a definição anterior como @%s"
21102115
2111 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2116 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21122117 #, perl-format
21132118 msgid "empty argument in @%s"
21142119 msgstr "argumento vazio em @%s"
21192124 msgstr "%s: saída incompatível com a divisão"
21202125
21212126 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2122 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2123 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2127 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2128 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21242129 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21252130 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21262131 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21472152 msgid "no argument specified for @U"
21482153 msgstr "sem argumento especificado para @U"
21492154
2150 #: tp/Texinfo/Convert/HTML.pm:1727
2155 #: tp/Texinfo/Convert/HTML.pm:1719
21512156 #, perl-format
21522157 msgid "@image file `%s' (for HTML) not found, using `%s'"
21532158 msgstr "ficheiro @image \"%s\" (para HTML) não encontrado, a usar \"%s\""
21542159
2155 #: tp/Texinfo/Convert/HTML.pm:2412
2160 #: tp/Texinfo/Convert/HTML.pm:2404
21562161 #, perl-format
21572162 msgid "raw format %s is not converted"
21582163 msgstr "formato raw %s não está convertido"
21592164
2160 #: tp/Texinfo/Convert/HTML.pm:4663
2165 #: tp/Texinfo/Convert/HTML.pm:4647
21612166 #, perl-format
21622167 msgid "could not open html refs config file %s: %s"
21632168 msgstr "impossível abrir o ficheiro html refs config %s: %s"
21642169
2165 #: tp/Texinfo/Convert/HTML.pm:4691
2170 #: tp/Texinfo/Convert/HTML.pm:4675
21662171 msgid "missing type"
21672172 msgstr "tipo em falta"
21682173
2169 #: tp/Texinfo/Convert/HTML.pm:4694
2174 #: tp/Texinfo/Convert/HTML.pm:4678
21702175 #, perl-format
21712176 msgid "unrecognized type: %s"
21722177 msgstr "tipo não reconhecido: %s"
21732178
2174 #: tp/Texinfo/Convert/HTML.pm:4711
2179 #: tp/Texinfo/Convert/HTML.pm:4695
21752180 #, perl-format
21762181 msgid "error on closing html refs config file %s: %s"
21772182 msgstr "erro ao fechar o ficheiro html refs config %s: %s"
21782183
2179 #: tp/Texinfo/Convert/HTML.pm:5038
2184 #: tp/Texinfo/Convert/HTML.pm:5022
21802185 msgid "string not closed in css file"
21812186 msgstr "cadeia não fechada no ficheiro css"
21822187
2183 #: tp/Texinfo/Convert/HTML.pm:5040
2188 #: tp/Texinfo/Convert/HTML.pm:5024
21842189 msgid "--css-include ended in comment"
21852190 msgstr "--css-include terminou em comentário"
21862191
2187 #: tp/Texinfo/Convert/HTML.pm:5042
2192 #: tp/Texinfo/Convert/HTML.pm:5026
21882193 msgid "@import not finished in css file"
21892194 msgstr "@import não terminada em ficheiro css"
21902195
2191 #: tp/Texinfo/Convert/HTML.pm:5068
2196 #: tp/Texinfo/Convert/HTML.pm:5052
21922197 #, perl-format
21932198 msgid "CSS file %s not found"
21942199 msgstr "Ficheiro css %s não encontrado"
21952200
2196 #: tp/Texinfo/Convert/HTML.pm:5074
2201 #: tp/Texinfo/Convert/HTML.pm:5058
21972202 #, perl-format
21982203 msgid "could not open --include-file %s: %s"
21992204 msgstr "impossível abrir --include-file %s: %s"
22002205
2201 #: tp/Texinfo/Convert/HTML.pm:5084
2206 #: tp/Texinfo/Convert/HTML.pm:5068
22022207 #, perl-format
22032208 msgid "error on closing CSS file %s: %s"
22042209 msgstr "erro ao fechar o ficheiro css %s: %s"
22052210
2206 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2211 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22072212 #, perl-format
22082213 msgid "no htmlxref.cnf entry found for `%s'"
22092214 msgstr "sem entrada htmlxref.cnf para \"%s\""
22102215
2211 #: tp/Texinfo/Convert/HTML.pm:6607
2216 #: tp/Texinfo/Convert/HTML.pm:6591
22122217 #, perl-format
22132218 msgid "error on closing frame file %s: %s"
22142219 msgstr "erro ao fechar ficheiro frame %s: %s"
22152220
2216 #: tp/Texinfo/Convert/HTML.pm:6631
2221 #: tp/Texinfo/Convert/HTML.pm:6615
22172222 #, perl-format
22182223 msgid "error on closing TOC frame file %s: %s"
22192224 msgstr "erro ao fechar ficheiro TOC frame %s: %s"
22202225
2221 #: tp/Texinfo/Convert/HTML.pm:6746
2226 #: tp/Texinfo/Convert/HTML.pm:6730
22222227 #, perl-format
22232228 msgid "handler %s of stage %s priority %s failed"
22242229 msgstr "gestor %s de estágio %s, prioridade %s falhou"
22252230
2226 #: tp/Texinfo/Convert/HTML.pm:6951
2231 #: tp/Texinfo/Convert/HTML.pm:6935
22272232 msgid "must specify a title with a title command or @top"
22282233 msgstr "tem de especificar um título com um comando de título ou @top"
22292234
2230 #: tp/Texinfo/Convert/HTML.pm:7162
2235 #: tp/Texinfo/Convert/HTML.pm:7146
22312236 #, perl-format
22322237 msgid "error on closing redirection node file %s: %s"
22332238 msgstr "erro ao fechar ficheiro de redireccionamento do nó %s: %s"
22342239
2235 #: tp/Texinfo/Convert/HTML.pm:7188
2240 #: tp/Texinfo/Convert/HTML.pm:7172
22362241 #, perl-format
22372242 msgid "old name for `%s' is a node of the document"
22382243 msgstr "nome antigo de \"%s\" é um nó do documento"
22392244
2240 #: tp/Texinfo/Convert/HTML.pm:7194
2245 #: tp/Texinfo/Convert/HTML.pm:7178
22412246 #, perl-format
22422247 msgid "file empty for renamed node `%s'"
22432248 msgstr "ficheiro vazio para o nó renomeado \"%s\""
22442249
2245 #: tp/Texinfo/Convert/HTML.pm:7208
2250 #: tp/Texinfo/Convert/HTML.pm:7192
22462251 #, perl-format
22472252 msgid "target node (new name for `%s') not in document: %s"
22482253 msgstr "nó alvo (novo nome para \"%s\") não está no documento: %s"
22492254
2250 #: tp/Texinfo/Convert/HTML.pm:7240
2255 #: tp/Texinfo/Convert/HTML.pm:7224
22512256 #, perl-format
22522257 msgid "error on closing renamed node redirection file %s: %s"
22532258 msgstr "erro ao fechar ficheiro de redireccionamento do nó renomeado %s: %s"
22542259
2255 #: tp/Texinfo/Convert/HTML.pm:7278
2260 #: tp/Texinfo/Convert/HTML.pm:7262
22562261 msgid "empty node name"
22572262 msgstr "nome de nó vazio"
22582263
2259 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2264 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22602265 #, perl-format
22612266 msgid "syntax for an external node used for `%s'"
22622267 msgstr "sintaxe para um nó externo usado para \"%s\""
23602365 msgid "menu entry name should not contain `:'"
23612366 msgstr "nome de entrada de menu não deve conter \":\""
23622367
2363 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2368 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23642369 #, perl-format
23652370 msgid "multiple @%s"
23662371 msgstr "múltiplos @%s"
29692974 "argumento @urefbreakstyle tem de ser \"after\"/\"before\"/\"none\", não \"%s"
29702975 "\""
29712976
2972 #: tp/Texinfo/Structuring.pm:176
2977 #: tp/Texinfo/Structuring.pm:175
29732978 #, perl-format
29742979 msgid "raising the section level of @%s which is too low"
29752980 msgstr "a elevar o nível da secção de @%s, que é muito baixo"
29762981
2977 #: tp/Texinfo/Structuring.pm:208
2982 #: tp/Texinfo/Structuring.pm:207
29782983 #, perl-format
29792984 msgid "no chapter-level command before @%s"
29802985 msgstr "sem comando de nível de capítulo antes de @%s"
29812986
2982 #: tp/Texinfo/Structuring.pm:213
2987 #: tp/Texinfo/Structuring.pm:212
29832988 #, perl-format
29842989 msgid "lowering the section level of @%s appearing after a lower element"
29852990 msgstr ""
29862991 "a baixar o nível da secção de @%s, que aparece a seguir a um elemento mais "
29872992 "baixo"
29882993
2989 #: tp/Texinfo/Structuring.pm:302
2994 #: tp/Texinfo/Structuring.pm:301
29902995 #, perl-format
29912996 msgid "no sectioning command associated with @%s"
29922997 msgstr "sem comando de secção associado a @%s"
29932998
2994 #: tp/Texinfo/Structuring.pm:330
2999 #: tp/Texinfo/Structuring.pm:329
29953000 #, perl-format
29963001 msgid "@%s not empty"
29973002 msgstr "@%s não vazio"
29983003
2999 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3004 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
30003005 #, perl-format
30013006 msgid "@%s reference to nonexistent node `%s'"
30023007 msgstr "referência @%s a nó não existente \"%s\""
30033008
3004 #: tp/Texinfo/Structuring.pm:394
3009 #: tp/Texinfo/Structuring.pm:393
30053010 #, perl-format
30063011 msgid "@%s entry node name `%s' different from %s name `%s'"
30073012 msgstr "nome de nó \"%s\" da entrada @%s diferente de %s nome \"%s\""
30083013
3009 #: tp/Texinfo/Structuring.pm:513
3014 #: tp/Texinfo/Structuring.pm:512
30103015 #, perl-format
30113016 msgid "unreferenced node `%s'"
30123017 msgstr "nó não referenciado \"%s\""
30133018
3014 #: tp/Texinfo/Structuring.pm:564
3019 #: tp/Texinfo/Structuring.pm:563
30153020 #, perl-format
30163021 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30173022 msgstr "o nó \"%s\" é %s para \"%s\" nas secções mas não no menu"
30183023
3019 #: tp/Texinfo/Structuring.pm:573
3024 #: tp/Texinfo/Structuring.pm:572
30203025 #, perl-format
30213026 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30223027 msgstr "o nó %s \"%s\" no menu \"%s\" e nas secções \"%s\" difere"
30233028
3024 #: tp/Texinfo/Structuring.pm:591
3029 #: tp/Texinfo/Structuring.pm:590
30253030 #, perl-format
30263031 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30273032 msgstr "o nó \"%s\" é %s para \"%s\" no menu, mas não nas secções"
30283033
3029 #: tp/Texinfo/Structuring.pm:646
3034 #: tp/Texinfo/Structuring.pm:645
30303035 #, perl-format
30313036 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30323037 msgstr "%s ponteiro \"%s\" (para o nó \"%s\") diferente de %s nome \"%s\""
30333038
3034 #: tp/Texinfo/Structuring.pm:670
3039 #: tp/Texinfo/Structuring.pm:669
30353040 #, perl-format
30363041 msgid "%s reference to nonexistent `%s'"
30373042 msgstr "referência %s a \"%s\" não existente"
30383043
3039 #: tp/Texinfo/Structuring.pm:691
3044 #: tp/Texinfo/Structuring.pm:690
30403045 #, perl-format
30413046 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30423047 msgstr ""
30433048 "o nó \"%s\" tem um item de menu \"%s\" em falta, apesar de ser o seu alvo Up"
30443049
3045 #: tp/Texinfo/Structuring.pm:699
3050 #: tp/Texinfo/Structuring.pm:698
30463051 #, perl-format
30473052 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30483053 msgstr "para \"%s\", acima no menu \"%s\" e \"%s\" acima não correspondem"
30493054
3050 #: tp/Texinfo/Structuring.pm:1218
3055 #: tp/Texinfo/Structuring.pm:1217
30513056 #, perl-format
30523057 msgid "@%s to `%s', different from %s name `%s'"
30533058 msgstr "@%s para \"%s\", diferente de %s nome \"%s\""
30543059
3055 #: tp/Texinfo/Structuring.pm:1464
3060 #: tp/Texinfo/Structuring.pm:1503
30563061 #, perl-format
30573062 msgid "empty index key in @%s"
30583063 msgstr "chave de índice vazia em @%s"
Binary diff not shown
55 #
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: texinfo 6.5.90\n"
8 "Project-Id-Version: texinfo 6.5.92\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
11 "PO-Revision-Date: 2019-01-05 07:20-0300\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
11 "PO-Revision-Date: 2019-02-03 08:00-0200\n"
1212 "Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n"
1313 "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
1414 "net>\n"
20512051
20522052 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20532053 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2054 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2055 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2056 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2057 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2054 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2055 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2056 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2057 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20582058 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20592059 #, perl-format
20602060 msgid "could not open %s for writing: %s"
21172117 msgid "could not open %s: %s"
21182118 msgstr "não posso abrir %s: %s"
21192119
2120 #: tp/Texinfo/Common.pm:2253
2120 #: tp/Texinfo/Common.pm:1755
2121 #, perl-format
2122 msgid "using a renamed nodes file (`%s') is deprecated"
2123 msgstr ""
2124
2125 #: tp/Texinfo/Common.pm:2254
21212126 #, perl-format
21222127 msgid "could not protect hash character in @%s"
21232128 msgstr "não posso proteger o caractere de hash em @%s"
21242129
2125 #: tp/Texinfo/Common.pm:2635
2130 #: tp/Texinfo/Common.pm:2636
21262131 #, perl-format
21272132 msgid "empty node name after expansion `%s'"
21282133 msgstr "nome de nodo vazio após expansão `%s'"
21292134
2130 #: tp/Texinfo/Common.pm:2643
2135 #: tp/Texinfo/Common.pm:2644
21312136 #, perl-format
21322137 msgid "@%s `%s' previously defined"
21332138 msgstr "@%s `%s' definido anteriormente"
21342139
2135 #: tp/Texinfo/Common.pm:2649
2140 #: tp/Texinfo/Common.pm:2650
21362141 #, perl-format
21372142 msgid "here is the previous definition as @%s"
21382143 msgstr "aqui está a definição anterior de @%s"
21392144
2140 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2145 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21412146 #, perl-format
21422147 msgid "empty argument in @%s"
21432148 msgstr "argumento vazio em @%s"
21482153 msgstr "%s: saída incompatível com quebra"
21492154
21502155 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2151 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2152 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2156 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2157 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21532158 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21542159 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21552160 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21762181 msgid "no argument specified for @U"
21772182 msgstr "nenhum argumento especificado para @U"
21782183
2179 #: tp/Texinfo/Convert/HTML.pm:1727
2184 #: tp/Texinfo/Convert/HTML.pm:1719
21802185 #, perl-format
21812186 msgid "@image file `%s' (for HTML) not found, using `%s'"
21822187 msgstr "arquivo @image `%s' (para o HTML) não encontrado, usando `%s'"
21832188
2184 #: tp/Texinfo/Convert/HTML.pm:2412
2189 #: tp/Texinfo/Convert/HTML.pm:2404
21852190 #, perl-format
21862191 msgid "raw format %s is not converted"
21872192 msgstr "formato raw %s não convertido"
21882193
2189 #: tp/Texinfo/Convert/HTML.pm:4663
2194 #: tp/Texinfo/Convert/HTML.pm:4647
21902195 #, perl-format
21912196 msgid "could not open html refs config file %s: %s"
21922197 msgstr "impossível abrir arquivo html de configuração de referência %s: %s"
21932198
2194 #: tp/Texinfo/Convert/HTML.pm:4691
2199 #: tp/Texinfo/Convert/HTML.pm:4675
21952200 msgid "missing type"
21962201 msgstr "tipo omitido"
21972202
2198 #: tp/Texinfo/Convert/HTML.pm:4694
2203 #: tp/Texinfo/Convert/HTML.pm:4678
21992204 #, perl-format
22002205 msgid "unrecognized type: %s"
22012206 msgstr "tipo desconhecido: %s"
22022207
2203 #: tp/Texinfo/Convert/HTML.pm:4711
2208 #: tp/Texinfo/Convert/HTML.pm:4695
22042209 #, perl-format
22052210 msgid "error on closing html refs config file %s: %s"
22062211 msgstr "erro ao fechar o arquivo html de configuração de referência %s: %s"
22072212
2208 #: tp/Texinfo/Convert/HTML.pm:5038
2213 #: tp/Texinfo/Convert/HTML.pm:5022
22092214 msgid "string not closed in css file"
22102215 msgstr "sequência de caracteres aberta no arquivo css"
22112216
2212 #: tp/Texinfo/Convert/HTML.pm:5040
2217 #: tp/Texinfo/Convert/HTML.pm:5024
22132218 msgid "--css-include ended in comment"
22142219 msgstr "--css-include terminou em comentário"
22152220
2216 #: tp/Texinfo/Convert/HTML.pm:5042
2221 #: tp/Texinfo/Convert/HTML.pm:5026
22172222 msgid "@import not finished in css file"
22182223 msgstr "@import não terminado no arquivo css"
22192224
2220 #: tp/Texinfo/Convert/HTML.pm:5068
2225 #: tp/Texinfo/Convert/HTML.pm:5052
22212226 #, perl-format
22222227 msgid "CSS file %s not found"
22232228 msgstr "Arquivo CSS %s não encontrado"
22242229
2225 #: tp/Texinfo/Convert/HTML.pm:5074
2230 #: tp/Texinfo/Convert/HTML.pm:5058
22262231 #, perl-format
22272232 msgid "could not open --include-file %s: %s"
22282233 msgstr "Não posso abrir --include-file %s: %s"
22292234
2230 #: tp/Texinfo/Convert/HTML.pm:5084
2235 #: tp/Texinfo/Convert/HTML.pm:5068
22312236 #, perl-format
22322237 msgid "error on closing CSS file %s: %s"
22332238 msgstr "erro ao fechar arquivo CSS %s: %s"
22342239
2235 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2240 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22362241 #, perl-format
22372242 msgid "no htmlxref.cnf entry found for `%s'"
22382243 msgstr "nenhuma entrada htmlxref.cnf encontrada para `%s'"
22392244
2240 #: tp/Texinfo/Convert/HTML.pm:6607
2245 #: tp/Texinfo/Convert/HTML.pm:6591
22412246 #, perl-format
22422247 msgid "error on closing frame file %s: %s"
22432248 msgstr "erro ao fechar o arquivo de moldura %s: %s"
22442249
2245 #: tp/Texinfo/Convert/HTML.pm:6631
2250 #: tp/Texinfo/Convert/HTML.pm:6615
22462251 #, perl-format
22472252 msgid "error on closing TOC frame file %s: %s"
22482253 msgstr "erro ao fechar o arquivo de moldura TOC %s: %s"
22492254
2250 #: tp/Texinfo/Convert/HTML.pm:6746
2255 #: tp/Texinfo/Convert/HTML.pm:6730
22512256 #, perl-format
22522257 msgid "handler %s of stage %s priority %s failed"
22532258 msgstr "controlador %s de estágio %s prioridade %s falhou"
22542259
2255 #: tp/Texinfo/Convert/HTML.pm:6951
2260 #: tp/Texinfo/Convert/HTML.pm:6935
22562261 msgid "must specify a title with a title command or @top"
22572262 msgstr "deve especificar um comando de título ou @top"
22582263
2259 #: tp/Texinfo/Convert/HTML.pm:7162
2264 #: tp/Texinfo/Convert/HTML.pm:7146
22602265 #, perl-format
22612266 msgid "error on closing redirection node file %s: %s"
22622267 msgstr "erro ao fechar o arquivo de nodo de redirecionamento %s: %s"
22632268
2264 #: tp/Texinfo/Convert/HTML.pm:7188
2269 #: tp/Texinfo/Convert/HTML.pm:7172
22652270 #, perl-format
22662271 msgid "old name for `%s' is a node of the document"
22672272 msgstr "nome antigo de `%s' é um nodo do documento"
22682273
2269 #: tp/Texinfo/Convert/HTML.pm:7194
2274 #: tp/Texinfo/Convert/HTML.pm:7178
22702275 #, perl-format
22712276 msgid "file empty for renamed node `%s'"
22722277 msgstr "arquivo vazio para o nodo renomeado `%s'"
22732278
2274 #: tp/Texinfo/Convert/HTML.pm:7208
2279 #: tp/Texinfo/Convert/HTML.pm:7192
22752280 #, perl-format
22762281 msgid "target node (new name for `%s') not in document: %s"
22772282 msgstr "nodo alvo (novo nome `%s') não está no documento: %s"
22782283
2279 #: tp/Texinfo/Convert/HTML.pm:7240
2284 #: tp/Texinfo/Convert/HTML.pm:7224
22802285 #, perl-format
22812286 msgid "error on closing renamed node redirection file %s: %s"
22822287 msgstr "erro ao fechar o arquivo de redirecionamento de nodo renomeado %s: %s"
22832288
2284 #: tp/Texinfo/Convert/HTML.pm:7278
2289 #: tp/Texinfo/Convert/HTML.pm:7262
22852290 msgid "empty node name"
22862291 msgstr "nome de nodo vazio"
22872292
2288 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2293 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22892294 #, perl-format
22902295 msgid "syntax for an external node used for `%s'"
22912296 msgstr "sintaxe para um nodo externo usado para `%s'"
23892394 msgid "menu entry name should not contain `:'"
23902395 msgstr "nome de entrada de menu não deve conter `:'"
23912396
2392 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2397 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23932398 #, perl-format
23942399 msgid "multiple @%s"
23952400 msgstr "multiplos @%s"
29922997 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
29932998 msgstr "@urefbreakstyle arg deve ser `after'/`before'/`none', não `%s'"
29942999
2995 #: tp/Texinfo/Structuring.pm:176
3000 #: tp/Texinfo/Structuring.pm:175
29963001 #, perl-format
29973002 msgid "raising the section level of @%s which is too low"
29983003 msgstr "elevando o nível de seção de @%s que é muito baixo"
29993004
3000 #: tp/Texinfo/Structuring.pm:208
3005 #: tp/Texinfo/Structuring.pm:207
30013006 #, perl-format
30023007 msgid "no chapter-level command before @%s"
30033008 msgstr "nenhum comando capítulo-nível antes de @%s"
30043009
3005 #: tp/Texinfo/Structuring.pm:213
3010 #: tp/Texinfo/Structuring.pm:212
30063011 #, perl-format
30073012 msgid "lowering the section level of @%s appearing after a lower element"
30083013 msgstr "descendo o nível de seção de @%s aparece após um elemento inferior"
30093014
3010 #: tp/Texinfo/Structuring.pm:302
3015 #: tp/Texinfo/Structuring.pm:301
30113016 #, perl-format
30123017 msgid "no sectioning command associated with @%s"
30133018 msgstr "nenhum comando de seção associado a @%s"
30143019
3015 #: tp/Texinfo/Structuring.pm:330
3020 #: tp/Texinfo/Structuring.pm:329
30163021 #, perl-format
30173022 msgid "@%s not empty"
30183023 msgstr "@%s não vazio"
30193024
3020 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3025 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
30213026 #, perl-format
30223027 msgid "@%s reference to nonexistent node `%s'"
30233028 msgstr "@%s referencia a um nodo não existente `%s'"
30243029
3025 #: tp/Texinfo/Structuring.pm:394
3030 #: tp/Texinfo/Structuring.pm:393
30263031 #, perl-format
30273032 msgid "@%s entry node name `%s' different from %s name `%s'"
30283033 msgstr "a entrada @%s nome de nodo `%s' diferentes de %s nome `%s'"
30293034
3030 #: tp/Texinfo/Structuring.pm:513
3035 #: tp/Texinfo/Structuring.pm:512
30313036 #, perl-format
30323037 msgid "unreferenced node `%s'"
30333038 msgstr "nodo não referenciado `%s'"
30343039
3035 #: tp/Texinfo/Structuring.pm:564
3040 #: tp/Texinfo/Structuring.pm:563
30363041 #, perl-format
30373042 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30383043 msgstr "nodo `%s' é %s para `%s' na seção mas não no menu"
30393044
3040 #: tp/Texinfo/Structuring.pm:573
3045 #: tp/Texinfo/Structuring.pm:572
30413046 #, perl-format
30423047 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30433048 msgstr "nodo %s `%s' no menu `%s' e na seção `%s' diferem"
30443049
3045 #: tp/Texinfo/Structuring.pm:591
3050 #: tp/Texinfo/Structuring.pm:590
30463051 #, perl-format
30473052 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30483053 msgstr "nodo `%s' é %s para `%s' no menu mas não na seção"
30493054
3050 #: tp/Texinfo/Structuring.pm:646
3055 #: tp/Texinfo/Structuring.pm:645
30513056 #, perl-format
30523057 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30533058 msgstr "%s aponta `%s' (para o nodo `%s') diferente de %s nome `%s'"
30543059
3055 #: tp/Texinfo/Structuring.pm:670
3060 #: tp/Texinfo/Structuring.pm:669
30563061 #, perl-format
30573062 msgid "%s reference to nonexistent `%s'"
30583063 msgstr "%s referencia a `%s' o qual não existe"
30593064
3060 #: tp/Texinfo/Structuring.pm:691
3065 #: tp/Texinfo/Structuring.pm:690
30613066 #, perl-format
30623067 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30633068 msgstr ""
30643069 "nodo `%s' precisa de um item de menu para `%s' apesar de ser seu alvo Acima"
30653070
3066 #: tp/Texinfo/Structuring.pm:699
3071 #: tp/Texinfo/Structuring.pm:698
30673072 #, perl-format
30683073 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30693074 msgstr "para `%s', acima no menu `%s' e acima `%s' não coincidem"
30703075
3071 #: tp/Texinfo/Structuring.pm:1218
3076 #: tp/Texinfo/Structuring.pm:1217
30723077 #, perl-format
30733078 msgid "@%s to `%s', different from %s name `%s'"
30743079 msgstr "@%s para `%s', diferente do %s nome `%s'"
30753080
3076 #: tp/Texinfo/Structuring.pm:1464
3081 #: tp/Texinfo/Structuring.pm:1503
30773082 #, perl-format
30783083 msgid "empty index key in @%s"
30793084 msgstr "chave de índice vazia em @%s"
36493654 #, perl-format
36503655 msgid "%s: could not open %s for writing: %s\n"
36513656 msgstr "%s: não posso abrir %s para escrita: %s\n"
3652
3653 #~ msgid "can't open %s: %s"
3654 #~ msgstr "não posso abrir %s: %s"
3655
3656 #~ msgid "debugging output diverted to \"%s\""
3657 #~ msgstr "saída de depuração desviada para \"%s\""
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: texinfo 4.7.94\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1111 "PO-Revision-Date: 2005-05-03 12:00+05\n"
1212 "Last-Translator: Laurentiu Buzdugan <lbuz@rolix.org>\n"
1313 "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
19711971
19721972 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
19731973 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
1974 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
1975 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
1976 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
1977 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
1974 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
1975 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
1976 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
1977 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
19781978 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
19791979 #, fuzzy, perl-format
19801980 msgid "could not open %s for writing: %s"
20342034 msgid "could not open %s: %s"
20352035 msgstr "%s: nu am putut deschide --css-file: %s"
20362036
2037 #: tp/Texinfo/Common.pm:2253
2037 #: tp/Texinfo/Common.pm:1755
2038 #, perl-format
2039 msgid "using a renamed nodes file (`%s') is deprecated"
2040 msgstr ""
2041
2042 #: tp/Texinfo/Common.pm:2254
20382043 #, perl-format
20392044 msgid "could not protect hash character in @%s"
20402045 msgstr ""
20412046
2042 #: tp/Texinfo/Common.pm:2635
2047 #: tp/Texinfo/Common.pm:2636
20432048 #, perl-format
20442049 msgid "empty node name after expansion `%s'"
20452050 msgstr ""
20462051
2047 #: tp/Texinfo/Common.pm:2643
2052 #: tp/Texinfo/Common.pm:2644
20482053 #, fuzzy, perl-format
20492054 msgid "@%s `%s' previously defined"
20502055 msgstr "macro-ul `%s' definit anterior"
20512056
2052 #: tp/Texinfo/Common.pm:2649
2057 #: tp/Texinfo/Common.pm:2650
20532058 #, fuzzy, perl-format
20542059 msgid "here is the previous definition as @%s"
20552060 msgstr "aici este definiþia anterioarã a lui `%s'"
20562061
2057 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2062 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
20582063 #, fuzzy, perl-format
20592064 msgid "empty argument in @%s"
20602065 msgstr "Argument nepotrivit pentru @%s"
20652070 msgstr ""
20662071
20672072 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2068 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2069 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2073 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2074 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
20702075 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
20712076 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
20722077 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
20942099 msgid "no argument specified for @U"
20952100 msgstr "Nici un nume specificat pentru comanda `%c%s'"
20962101
2097 #: tp/Texinfo/Convert/HTML.pm:1727
2102 #: tp/Texinfo/Convert/HTML.pm:1719
20982103 #, fuzzy, perl-format
20992104 msgid "@image file `%s' (for HTML) not found, using `%s'"
21002105 msgstr "Fiºierul @image `%s' (pentru HTML) nu poate fi citit: %s"
21012106
2102 #: tp/Texinfo/Convert/HTML.pm:2412
2107 #: tp/Texinfo/Convert/HTML.pm:2404
21032108 #, perl-format
21042109 msgid "raw format %s is not converted"
21052110 msgstr ""
21062111
2107 #: tp/Texinfo/Convert/HTML.pm:4663
2112 #: tp/Texinfo/Convert/HTML.pm:4647
21082113 #, fuzzy, perl-format
21092114 msgid "could not open html refs config file %s: %s"
21102115 msgstr "%s: nu am putut deschide --css-file: %s"
21112116
2112 #: tp/Texinfo/Convert/HTML.pm:4691
2117 #: tp/Texinfo/Convert/HTML.pm:4675
21132118 #, fuzzy
21142119 msgid "missing type"
21152120 msgstr "nume de acþiune inexistent"
21162121
2117 #: tp/Texinfo/Convert/HTML.pm:4694
2122 #: tp/Texinfo/Convert/HTML.pm:4678
21182123 #, fuzzy, perl-format
21192124 msgid "unrecognized type: %s"
21202125 msgstr "%s: opþiune nerecunoscutã `--%s'\n"
21212126
2122 #: tp/Texinfo/Convert/HTML.pm:4711
2127 #: tp/Texinfo/Convert/HTML.pm:4695
21232128 #, fuzzy, perl-format
21242129 msgid "error on closing html refs config file %s: %s"
21252130 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
21262131
2127 #: tp/Texinfo/Convert/HTML.pm:5038
2132 #: tp/Texinfo/Convert/HTML.pm:5022
21282133 msgid "string not closed in css file"
21292134 msgstr ""
21302135
2131 #: tp/Texinfo/Convert/HTML.pm:5040
2136 #: tp/Texinfo/Convert/HTML.pm:5024
21322137 #, fuzzy
21332138 msgid "--css-include ended in comment"
21342139 msgstr "%s:%d: --css-file s-a terminat cu un comentariu"
21352140
2136 #: tp/Texinfo/Convert/HTML.pm:5042
2141 #: tp/Texinfo/Convert/HTML.pm:5026
21372142 msgid "@import not finished in css file"
21382143 msgstr ""
21392144
2140 #: tp/Texinfo/Convert/HTML.pm:5068
2145 #: tp/Texinfo/Convert/HTML.pm:5052
21412146 #, perl-format
21422147 msgid "CSS file %s not found"
21432148 msgstr ""
21442149
2145 #: tp/Texinfo/Convert/HTML.pm:5074
2150 #: tp/Texinfo/Convert/HTML.pm:5058
21462151 #, fuzzy, perl-format
21472152 msgid "could not open --include-file %s: %s"
21482153 msgstr "%s: nu am putut deschide --css-file: %s"
21492154
2150 #: tp/Texinfo/Convert/HTML.pm:5084
2155 #: tp/Texinfo/Convert/HTML.pm:5068
21512156 #, fuzzy, perl-format
21522157 msgid "error on closing CSS file %s: %s"
21532158 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
21542159
2155 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2160 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
21562161 #, fuzzy, perl-format
21572162 msgid "no htmlxref.cnf entry found for `%s'"
21582163 msgstr "nici o intrare de index a fost gãsitã pentru `%s'\n"
21592164
2160 #: tp/Texinfo/Convert/HTML.pm:6607
2165 #: tp/Texinfo/Convert/HTML.pm:6591
21612166 #, fuzzy, perl-format
21622167 msgid "error on closing frame file %s: %s"
21632168 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
21642169
2165 #: tp/Texinfo/Convert/HTML.pm:6631
2170 #: tp/Texinfo/Convert/HTML.pm:6615
21662171 #, fuzzy, perl-format
21672172 msgid "error on closing TOC frame file %s: %s"
21682173 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
21692174
2170 #: tp/Texinfo/Convert/HTML.pm:6746
2175 #: tp/Texinfo/Convert/HTML.pm:6730
21712176 #, perl-format
21722177 msgid "handler %s of stage %s priority %s failed"
21732178 msgstr ""
21742179
2175 #: tp/Texinfo/Convert/HTML.pm:6951
2180 #: tp/Texinfo/Convert/HTML.pm:6935
21762181 msgid "must specify a title with a title command or @top"
21772182 msgstr ""
21782183
2179 #: tp/Texinfo/Convert/HTML.pm:7162
2184 #: tp/Texinfo/Convert/HTML.pm:7146
21802185 #, fuzzy, perl-format
21812186 msgid "error on closing redirection node file %s: %s"
21822187 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
21832188
2184 #: tp/Texinfo/Convert/HTML.pm:7188
2189 #: tp/Texinfo/Convert/HTML.pm:7172
21852190 #, fuzzy, perl-format
21862191 msgid "old name for `%s' is a node of the document"
21872192 msgstr "Nici un `Prec' sau `Sus' pentru acest nod în acest document."
21882193
2189 #: tp/Texinfo/Convert/HTML.pm:7194
2194 #: tp/Texinfo/Convert/HTML.pm:7178
21902195 #, fuzzy, perl-format
21912196 msgid "file empty for renamed node `%s'"
21922197 msgstr "nod nereferit `%s'"
21932198
2194 #: tp/Texinfo/Convert/HTML.pm:7208
2199 #: tp/Texinfo/Convert/HTML.pm:7192
21952200 #, perl-format
21962201 msgid "target node (new name for `%s') not in document: %s"
21972202 msgstr ""
21982203
2199 #: tp/Texinfo/Convert/HTML.pm:7240
2204 #: tp/Texinfo/Convert/HTML.pm:7224
22002205 #, perl-format
22012206 msgid "error on closing renamed node redirection file %s: %s"
22022207 msgstr ""
22032208
2204 #: tp/Texinfo/Convert/HTML.pm:7278
2209 #: tp/Texinfo/Convert/HTML.pm:7262
22052210 msgid "empty node name"
22062211 msgstr ""
22072212
2208 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2213 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22092214 #, perl-format
22102215 msgid "syntax for an external node used for `%s'"
22112216 msgstr ""
23092314 msgid "menu entry name should not contain `:'"
23102315 msgstr ""
23112316
2312 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2317 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23132318 #, perl-format
23142319 msgid "multiple @%s"
23152320 msgstr ""
29162921 msgstr ""
29172922 "%s: --footnote-style arg trebuie sã fie `separate' sau `end', nu `%s'.\n"
29182923
2919 #: tp/Texinfo/Structuring.pm:176
2924 #: tp/Texinfo/Structuring.pm:175
29202925 #, perl-format
29212926 msgid "raising the section level of @%s which is too low"
29222927 msgstr ""
29232928
2924 #: tp/Texinfo/Structuring.pm:208
2929 #: tp/Texinfo/Structuring.pm:207
29252930 #, perl-format
29262931 msgid "no chapter-level command before @%s"
29272932 msgstr ""
29282933
2929 #: tp/Texinfo/Structuring.pm:213
2934 #: tp/Texinfo/Structuring.pm:212
29302935 #, perl-format
29312936 msgid "lowering the section level of @%s appearing after a lower element"
29322937 msgstr ""
29332938
2934 #: tp/Texinfo/Structuring.pm:302
2939 #: tp/Texinfo/Structuring.pm:301
29352940 #, perl-format
29362941 msgid "no sectioning command associated with @%s"
29372942 msgstr ""
29382943
2939 #: tp/Texinfo/Structuring.pm:330
2944 #: tp/Texinfo/Structuring.pm:329
29402945 #, perl-format
29412946 msgid "@%s not empty"
29422947 msgstr ""
29432948
2944 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
2949 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
29452950 #, fuzzy, perl-format
29462951 msgid "@%s reference to nonexistent node `%s'"
29472952 msgstr ""
29482953 "referinþa %s cãtre nodul inexistent `%s' (probabil secþionare incorectã?)"
29492954
2950 #: tp/Texinfo/Structuring.pm:394
2955 #: tp/Texinfo/Structuring.pm:393
29512956 #, perl-format
29522957 msgid "@%s entry node name `%s' different from %s name `%s'"
29532958 msgstr ""
29542959
2955 #: tp/Texinfo/Structuring.pm:513
2960 #: tp/Texinfo/Structuring.pm:512
29562961 #, perl-format
29572962 msgid "unreferenced node `%s'"
29582963 msgstr "nod nereferit `%s'"
29592964
2960 #: tp/Texinfo/Structuring.pm:564
2965 #: tp/Texinfo/Structuring.pm:563
29612966 #, perl-format
29622967 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
29632968 msgstr ""
29642969
2965 #: tp/Texinfo/Structuring.pm:573
2970 #: tp/Texinfo/Structuring.pm:572
29662971 #, perl-format
29672972 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
29682973 msgstr ""
29692974
2970 #: tp/Texinfo/Structuring.pm:591
2975 #: tp/Texinfo/Structuring.pm:590
29712976 #, perl-format
29722977 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
29732978 msgstr ""
29742979
2975 #: tp/Texinfo/Structuring.pm:646
2980 #: tp/Texinfo/Structuring.pm:645
29762981 #, perl-format
29772982 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
29782983 msgstr ""
29792984
2980 #: tp/Texinfo/Structuring.pm:670
2985 #: tp/Texinfo/Structuring.pm:669
29812986 #, fuzzy, perl-format
29822987 msgid "%s reference to nonexistent `%s'"
29832988 msgstr "nod nereferit `%s'"
29842989
2985 #: tp/Texinfo/Structuring.pm:691
2990 #: tp/Texinfo/Structuring.pm:690
29862991 #, fuzzy, perl-format
29872992 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
29882993 msgstr "Nodului `%s' îi lipseºte articolul pentru `%s' deºi îi este þinta Sus"
29892994
2990 #: tp/Texinfo/Structuring.pm:699
2995 #: tp/Texinfo/Structuring.pm:698
29912996 #, perl-format
29922997 msgid "for `%s', up in menu `%s' and up `%s' don't match"
29932998 msgstr ""
29942999
2995 #: tp/Texinfo/Structuring.pm:1218
3000 #: tp/Texinfo/Structuring.pm:1217
29963001 #, perl-format
29973002 msgid "@%s to `%s', different from %s name `%s'"
29983003 msgstr ""
29993004
3000 #: tp/Texinfo/Structuring.pm:1464
3005 #: tp/Texinfo/Structuring.pm:1503
30013006 #, perl-format
30023007 msgid "empty index key in @%s"
30033008 msgstr ""
Binary diff not shown
88 msgstr ""
99 "Project-Id-Version: texinfo 6.5.90\n"
1010 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
11 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
11 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1212 "PO-Revision-Date: 2019-01-05 09:06+0300\n"
1313 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
1414 "Language-Team: Russian <gnu@d07.ru>\n"
20142014
20152015 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20162016 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2017 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2018 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2019 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2020 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2017 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2018 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2019 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2020 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20212021 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20222022 #, perl-format
20232023 msgid "could not open %s for writing: %s"
20812081 msgid "could not open %s: %s"
20822082 msgstr "невозможно открыть %s: %s"
20832083
2084 #: tp/Texinfo/Common.pm:2253
2084 #: tp/Texinfo/Common.pm:1755
2085 #, perl-format
2086 msgid "using a renamed nodes file (`%s') is deprecated"
2087 msgstr ""
2088
2089 #: tp/Texinfo/Common.pm:2254
20852090 #, perl-format
20862091 msgid "could not protect hash character in @%s"
20872092 msgstr "невозможно защитить хэш-символ в @%s"
20882093
2089 #: tp/Texinfo/Common.pm:2635
2094 #: tp/Texinfo/Common.pm:2636
20902095 #, perl-format
20912096 msgid "empty node name after expansion `%s'"
20922097 msgstr "пустое имя ноды после раскрытия «%s»"
20932098
2094 #: tp/Texinfo/Common.pm:2643
2099 #: tp/Texinfo/Common.pm:2644
20952100 #, perl-format
20962101 msgid "@%s `%s' previously defined"
20972102 msgstr "@%s «%s» было определено раньше"
20982103
2099 #: tp/Texinfo/Common.pm:2649
2104 #: tp/Texinfo/Common.pm:2650
21002105 #, perl-format
21012106 msgid "here is the previous definition as @%s"
21022107 msgstr "место предыдущего определения @%s"
21032108
2104 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2109 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21052110 #, perl-format
21062111 msgid "empty argument in @%s"
21072112 msgstr "пустой аргумент в @%s"
21122117 msgstr "%s: вывод несовместим с разделением"
21132118
21142119 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2115 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2116 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2120 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2121 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21172122 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21182123 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21192124 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21402145 msgid "no argument specified for @U"
21412146 msgstr "не задан аргумент для @U"
21422147
2143 #: tp/Texinfo/Convert/HTML.pm:1727
2148 #: tp/Texinfo/Convert/HTML.pm:1719
21442149 #, perl-format
21452150 msgid "@image file `%s' (for HTML) not found, using `%s'"
21462151 msgstr "файл @image «%s» (для HTML) не найден, используется «%s»"
21472152
2148 #: tp/Texinfo/Convert/HTML.pm:2412
2153 #: tp/Texinfo/Convert/HTML.pm:2404
21492154 #, perl-format
21502155 msgid "raw format %s is not converted"
21512156 msgstr "неструктурированный формат %s не преобразован"
21522157
2153 #: tp/Texinfo/Convert/HTML.pm:4663
2158 #: tp/Texinfo/Convert/HTML.pm:4647
21542159 #, perl-format
21552160 msgid "could not open html refs config file %s: %s"
21562161 msgstr "невозможно открыть файл настроек ссылок html %s: %s"
21572162
2158 #: tp/Texinfo/Convert/HTML.pm:4691
2163 #: tp/Texinfo/Convert/HTML.pm:4675
21592164 msgid "missing type"
21602165 msgstr "отсутствует тип"
21612166
2162 #: tp/Texinfo/Convert/HTML.pm:4694
2167 #: tp/Texinfo/Convert/HTML.pm:4678
21632168 #, perl-format
21642169 msgid "unrecognized type: %s"
21652170 msgstr "нераспознанный тип: %s"
21662171
2167 #: tp/Texinfo/Convert/HTML.pm:4711
2172 #: tp/Texinfo/Convert/HTML.pm:4695
21682173 #, perl-format
21692174 msgid "error on closing html refs config file %s: %s"
21702175 msgstr "ошибка при закрытии файла настроек ссылок html %s: %s"
21712176
2172 #: tp/Texinfo/Convert/HTML.pm:5038
2177 #: tp/Texinfo/Convert/HTML.pm:5022
21732178 msgid "string not closed in css file"
21742179 msgstr "незакрытая строка в файле css"
21752180
2176 #: tp/Texinfo/Convert/HTML.pm:5040
2181 #: tp/Texinfo/Convert/HTML.pm:5024
21772182 msgid "--css-include ended in comment"
21782183 msgstr "--css-include обрывается в комментарии"
21792184
2180 #: tp/Texinfo/Convert/HTML.pm:5042
2185 #: tp/Texinfo/Convert/HTML.pm:5026
21812186 msgid "@import not finished in css file"
21822187 msgstr "@import не завершена в файле css"
21832188
2184 #: tp/Texinfo/Convert/HTML.pm:5068
2189 #: tp/Texinfo/Convert/HTML.pm:5052
21852190 #, perl-format
21862191 msgid "CSS file %s not found"
21872192 msgstr "Файл CSS %s не найден"
21882193
2189 #: tp/Texinfo/Convert/HTML.pm:5074
2194 #: tp/Texinfo/Convert/HTML.pm:5058
21902195 #, perl-format
21912196 msgid "could not open --include-file %s: %s"
21922197 msgstr "невозможно открыть --include-file %s: %s"
21932198
2194 #: tp/Texinfo/Convert/HTML.pm:5084
2199 #: tp/Texinfo/Convert/HTML.pm:5068
21952200 #, perl-format
21962201 msgid "error on closing CSS file %s: %s"
21972202 msgstr "ошибка при закрытии файла CSS %s: %s"
21982203
2199 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2204 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22002205 #, perl-format
22012206 msgid "no htmlxref.cnf entry found for `%s'"
22022207 msgstr "элемент htmlxref.cnf не найден в «%s»"
22032208
2204 #: tp/Texinfo/Convert/HTML.pm:6607
2209 #: tp/Texinfo/Convert/HTML.pm:6591
22052210 #, perl-format
22062211 msgid "error on closing frame file %s: %s"
22072212 msgstr "ошибка при закрытии файла frame %s: %s"
22082213
2209 #: tp/Texinfo/Convert/HTML.pm:6631
2214 #: tp/Texinfo/Convert/HTML.pm:6615
22102215 #, perl-format
22112216 msgid "error on closing TOC frame file %s: %s"
22122217 msgstr "ошибка при закрытии файла TOC frame %s: %s"
22132218
2214 #: tp/Texinfo/Convert/HTML.pm:6746
2219 #: tp/Texinfo/Convert/HTML.pm:6730
22152220 #, perl-format
22162221 msgid "handler %s of stage %s priority %s failed"
22172222 msgstr "ошибка обработчика %s на стадии %s с приоритетом %s"
22182223
2219 #: tp/Texinfo/Convert/HTML.pm:6951
2224 #: tp/Texinfo/Convert/HTML.pm:6935
22202225 msgid "must specify a title with a title command or @top"
22212226 msgstr "должен быть задан заголовок командой заголовка или @top"
22222227
2223 #: tp/Texinfo/Convert/HTML.pm:7162
2228 #: tp/Texinfo/Convert/HTML.pm:7146
22242229 #, perl-format
22252230 msgid "error on closing redirection node file %s: %s"
22262231 msgstr "ошибка при закрытии файла ноды перенаправления %s: %s"
22272232
2228 #: tp/Texinfo/Convert/HTML.pm:7188
2233 #: tp/Texinfo/Convert/HTML.pm:7172
22292234 #, perl-format
22302235 msgid "old name for `%s' is a node of the document"
22312236 msgstr "старое имя «%s» — это нода документа"
22322237
2233 #: tp/Texinfo/Convert/HTML.pm:7194
2238 #: tp/Texinfo/Convert/HTML.pm:7178
22342239 #, perl-format
22352240 msgid "file empty for renamed node `%s'"
22362241 msgstr "файл пуст для переименуемой ноды «%s»"
22372242
2238 #: tp/Texinfo/Convert/HTML.pm:7208
2243 #: tp/Texinfo/Convert/HTML.pm:7192
22392244 #, perl-format
22402245 msgid "target node (new name for `%s') not in document: %s"
22412246 msgstr "нода назначения (новое имя для «%s») отсутствует в документе: %s"
22422247
2243 #: tp/Texinfo/Convert/HTML.pm:7240
2248 #: tp/Texinfo/Convert/HTML.pm:7224
22442249 #, perl-format
22452250 msgid "error on closing renamed node redirection file %s: %s"
22462251 msgstr "ошибка при закрытии файла переименуемой ноды перенаправления %s: %s"
22472252
2248 #: tp/Texinfo/Convert/HTML.pm:7278
2253 #: tp/Texinfo/Convert/HTML.pm:7262
22492254 msgid "empty node name"
22502255 msgstr "пустое имя ноды"
22512256
2252 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2257 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22532258 #, perl-format
22542259 msgid "syntax for an external node used for `%s'"
22552260 msgstr "синтаксис для внешней ноды используется для «%s»"
23522357 msgid "menu entry name should not contain `:'"
23532358 msgstr "имя элемента меню не должно содержать «:»"
23542359
2355 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2360 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23562361 #, perl-format
23572362 msgid "multiple @%s"
23582363 msgstr "несколько @%s"
29612966 msgstr ""
29622967 "@urefbreakstyle аргумент должен быть «after»/«before»/«none», а не «%s»"
29632968
2964 #: tp/Texinfo/Structuring.pm:176
2969 #: tp/Texinfo/Structuring.pm:175
29652970 #, perl-format
29662971 msgid "raising the section level of @%s which is too low"
29672972 msgstr "повышается уровень раздел @%s, так как слишком мал"
29682973
2969 #: tp/Texinfo/Structuring.pm:208
2974 #: tp/Texinfo/Structuring.pm:207
29702975 #, perl-format
29712976 msgid "no chapter-level command before @%s"
29722977 msgstr "отсутствует команда chapter-level до @%s"
29732978
2974 #: tp/Texinfo/Structuring.pm:213
2979 #: tp/Texinfo/Structuring.pm:212
29752980 #, perl-format
29762981 msgid "lowering the section level of @%s appearing after a lower element"
29772982 msgstr ""
29782983 "понижается уровень раздела @%s, появившегося после понижающего элемента"
29792984
2980 #: tp/Texinfo/Structuring.pm:302
2985 #: tp/Texinfo/Structuring.pm:301
29812986 #, perl-format
29822987 msgid "no sectioning command associated with @%s"
29832988 msgstr "отсутствует команда раздела, связанная с @%s"
29842989
2985 #: tp/Texinfo/Structuring.pm:330
2990 #: tp/Texinfo/Structuring.pm:329
29862991 #, perl-format
29872992 msgid "@%s not empty"
29882993 msgstr "@%s не пуст"
29892994
29902995 # здесь %s может быть `cross' или `menu'
2991 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
2996 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
29922997 #, perl-format
29932998 msgid "@%s reference to nonexistent node `%s'"
29942999 msgstr "@%s ссылается на несуществующую ноду «%s»"
29953000
2996 #: tp/Texinfo/Structuring.pm:394
3001 #: tp/Texinfo/Structuring.pm:393
29973002 #, perl-format
29983003 msgid "@%s entry node name `%s' different from %s name `%s'"
29993004 msgstr "@%s имя появившейся ноды «%s» отличается от %s имени «%s»"
30003005
3001 #: tp/Texinfo/Structuring.pm:513
3006 #: tp/Texinfo/Structuring.pm:512
30023007 #, perl-format
30033008 msgid "unreferenced node `%s'"
30043009 msgstr "на ноду «%s» нет ссылок"
30053010
3006 #: tp/Texinfo/Structuring.pm:564
3011 #: tp/Texinfo/Structuring.pm:563
30073012 #, perl-format
30083013 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30093014 msgstr "нода «%s» соответствует %s для «%s» в разделах, но не в меню"
30103015
3011 #: tp/Texinfo/Structuring.pm:573
3016 #: tp/Texinfo/Structuring.pm:572
30123017 #, perl-format
30133018 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30143019 msgstr "нода %s «%s» в меню «%s» и в разделах «%s» различна"
30153020
3016 #: tp/Texinfo/Structuring.pm:591
3021 #: tp/Texinfo/Structuring.pm:590
30173022 #, perl-format
30183023 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30193024 msgstr "нода «%s» соответствует %s для «%s» в меню, но не в разделах"
30203025
3021 #: tp/Texinfo/Structuring.pm:646
3026 #: tp/Texinfo/Structuring.pm:645
30223027 #, perl-format
30233028 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30243029 msgstr "%s указатель «%s» (для ноды «%s») отличается от %s с именем «%s»"
30253030
3026 #: tp/Texinfo/Structuring.pm:670
3031 #: tp/Texinfo/Structuring.pm:669
30273032 #, perl-format
30283033 msgid "%s reference to nonexistent `%s'"
30293034 msgstr "%s ссылается на несуществующий «%s»"
30303035
3031 #: tp/Texinfo/Structuring.pm:691
3036 #: tp/Texinfo/Structuring.pm:690
30323037 #, perl-format
30333038 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30343039 msgstr "нода «%s» не имеет пункта меню для «%s», хотя на неё ссылается цель Up"
30353040
3036 #: tp/Texinfo/Structuring.pm:699
3041 #: tp/Texinfo/Structuring.pm:698
30373042 #, perl-format
30383043 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30393044 msgstr "для «%s», верх в меню «%s» и верх «%s» не совпадают"
30403045
3041 #: tp/Texinfo/Structuring.pm:1218
3046 #: tp/Texinfo/Structuring.pm:1217
30423047 #, perl-format
30433048 msgid "@%s to `%s', different from %s name `%s'"
30443049 msgstr "@%s на «%s», отличается от %s с именем «%s»"
30453050
3046 #: tp/Texinfo/Structuring.pm:1464
3051 #: tp/Texinfo/Structuring.pm:1503
30473052 #, perl-format
30483053 msgid "empty index key in @%s"
30493054 msgstr "пустой ключ алфавитного указателя в @%s"
Binary diff not shown
1515 msgstr ""
1616 "Project-Id-Version: texinfo 4.7.94\n"
1717 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
18 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
18 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1919 "PO-Revision-Date: 2005-04-04 10:55-0700\n"
2020 "Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n"
2121 "Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
20652065
20662066 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20672067 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2068 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2069 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2070 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2071 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2068 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2069 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2070 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2071 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20722072 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20732073 #, fuzzy, perl-format
20742074 msgid "could not open %s for writing: %s"
21282128 msgid "could not open %s: %s"
21292129 msgstr "%s:OYA Gufungura IDOSIYE"
21302130
2131 #: tp/Texinfo/Common.pm:2253
2131 #: tp/Texinfo/Common.pm:1755
2132 #, perl-format
2133 msgid "using a renamed nodes file (`%s') is deprecated"
2134 msgstr ""
2135
2136 #: tp/Texinfo/Common.pm:2254
21322137 #, fuzzy, perl-format
21332138 msgid "could not protect hash character in @%s"
21342139 msgstr "%s:OYA Gufungura IDOSIYE"
21352140
2136 #: tp/Texinfo/Common.pm:2635
2141 #: tp/Texinfo/Common.pm:2636
21372142 #, fuzzy, perl-format
21382143 msgid "empty node name after expansion `%s'"
21392144 msgstr "Kuri"
21402145
2141 #: tp/Texinfo/Common.pm:2643
2146 #: tp/Texinfo/Common.pm:2644
21422147 #, fuzzy, perl-format
21432148 msgid "@%s `%s' previously defined"
21442149 msgstr "Makoro"
21452150
2146 #: tp/Texinfo/Common.pm:2649
2151 #: tp/Texinfo/Common.pm:2650
21472152 #, fuzzy, perl-format
21482153 msgid "here is the previous definition as @%s"
21492154 msgstr "ni i Ibanjirije Insobanuro Bya"
21502155
2151 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2156 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21522157 #, fuzzy, perl-format
21532158 msgid "empty argument in @%s"
21542159 msgstr "Kuri"
21592164 msgstr ""
21602165
21612166 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2162 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2163 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2167 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2168 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21642169 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21652170 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21662171 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21882193 msgid "no argument specified for @U"
21892194 msgstr "Izina: kugirango Komandi:"
21902195
2191 #: tp/Texinfo/Convert/HTML.pm:1727
2196 #: tp/Texinfo/Convert/HTML.pm:1719
21922197 #, fuzzy, perl-format
21932198 msgid "@image file `%s' (for HTML) not found, using `%s'"
21942199 msgstr "@Ishusho IDOSIYE kugirango OYA"
21952200
2196 #: tp/Texinfo/Convert/HTML.pm:2412
2201 #: tp/Texinfo/Convert/HTML.pm:2404
21972202 #, perl-format
21982203 msgid "raw format %s is not converted"
21992204 msgstr ""
22002205
2201 #: tp/Texinfo/Convert/HTML.pm:4663
2206 #: tp/Texinfo/Convert/HTML.pm:4647
22022207 #, fuzzy, perl-format
22032208 msgid "could not open html refs config file %s: %s"
22042209 msgstr "Gukuraho... IDOSIYE"
22052210
2206 #: tp/Texinfo/Convert/HTML.pm:4691
2211 #: tp/Texinfo/Convert/HTML.pm:4675
22072212 #, fuzzy
22082213 msgid "missing type"
22092214 msgstr "Ibuze Igikorwa Izina:"
22102215
2211 #: tp/Texinfo/Convert/HTML.pm:4694
2216 #: tp/Texinfo/Convert/HTML.pm:4678
22122217 #, fuzzy, perl-format
22132218 msgid "unrecognized type: %s"
22142219 msgstr "%s:Ihitamo"
22152220
2216 #: tp/Texinfo/Convert/HTML.pm:4711
2221 #: tp/Texinfo/Convert/HTML.pm:4695
22172222 #, fuzzy, perl-format
22182223 msgid "error on closing html refs config file %s: %s"
22192224 msgstr "Gukuraho... IDOSIYE"
22202225
2221 #: tp/Texinfo/Convert/HTML.pm:5038
2226 #: tp/Texinfo/Convert/HTML.pm:5022
22222227 msgid "string not closed in css file"
22232228 msgstr ""
22242229
2225 #: tp/Texinfo/Convert/HTML.pm:5040
2230 #: tp/Texinfo/Convert/HTML.pm:5024
22262231 #, fuzzy
22272232 msgid "--css-include ended in comment"
22282233 msgstr "%s:%d:--IDOSIYE in Icyo wongeraho"
22292234
2230 #: tp/Texinfo/Convert/HTML.pm:5042
2235 #: tp/Texinfo/Convert/HTML.pm:5026
22312236 msgid "@import not finished in css file"
22322237 msgstr ""
22332238
2234 #: tp/Texinfo/Convert/HTML.pm:5068
2239 #: tp/Texinfo/Convert/HTML.pm:5052
22352240 #, fuzzy, perl-format
22362241 msgid "CSS file %s not found"
22372242 msgstr "%cendMakoro OYA Byabonetse"
22382243
2239 #: tp/Texinfo/Convert/HTML.pm:5074
2244 #: tp/Texinfo/Convert/HTML.pm:5058
22402245 #, fuzzy, perl-format
22412246 msgid "could not open --include-file %s: %s"
22422247 msgstr "%s:OYA Gufungura IDOSIYE"
22432248
2244 #: tp/Texinfo/Convert/HTML.pm:5084
2249 #: tp/Texinfo/Convert/HTML.pm:5068
22452250 #, fuzzy, perl-format
22462251 msgid "error on closing CSS file %s: %s"
22472252 msgstr "Ikosa Ibisohoka IDOSIYE"
22482253
2249 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2254 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22502255 #, fuzzy, perl-format
22512256 msgid "no htmlxref.cnf entry found for `%s'"
22522257 msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango"
22532258
2254 #: tp/Texinfo/Convert/HTML.pm:6607
2259 #: tp/Texinfo/Convert/HTML.pm:6591
22552260 #, fuzzy, perl-format
22562261 msgid "error on closing frame file %s: %s"
22572262 msgstr "Ikosa Ibisohoka IDOSIYE"
22582263
2259 #: tp/Texinfo/Convert/HTML.pm:6631
2264 #: tp/Texinfo/Convert/HTML.pm:6615
22602265 #, fuzzy, perl-format
22612266 msgid "error on closing TOC frame file %s: %s"
22622267 msgstr "Ikosa Ibisohoka IDOSIYE"
22632268
2264 #: tp/Texinfo/Convert/HTML.pm:6746
2269 #: tp/Texinfo/Convert/HTML.pm:6730
22652270 #, perl-format
22662271 msgid "handler %s of stage %s priority %s failed"
22672272 msgstr ""
22682273
2269 #: tp/Texinfo/Convert/HTML.pm:6951
2274 #: tp/Texinfo/Convert/HTML.pm:6935
22702275 msgid "must specify a title with a title command or @top"
22712276 msgstr ""
22722277
2273 #: tp/Texinfo/Convert/HTML.pm:7162
2278 #: tp/Texinfo/Convert/HTML.pm:7146
22742279 #, fuzzy, perl-format
22752280 msgid "error on closing redirection node file %s: %s"
22762281 msgstr "Ikosa Ibisohoka IDOSIYE"
22772282
2278 #: tp/Texinfo/Convert/HTML.pm:7188
2283 #: tp/Texinfo/Convert/HTML.pm:7172
22792284 #, fuzzy, perl-format
22802285 msgid "old name for `%s' is a node of the document"
22812286 msgstr "Cyangwa kugirango iyi muri iyi Inyandiko"
22822287
2283 #: tp/Texinfo/Convert/HTML.pm:7194
2288 #: tp/Texinfo/Convert/HTML.pm:7178
22842289 #, fuzzy, perl-format
22852290 msgid "file empty for renamed node `%s'"
22862291 msgstr "Ibikubiyemo in"
22872292
2288 #: tp/Texinfo/Convert/HTML.pm:7208
2293 #: tp/Texinfo/Convert/HTML.pm:7192
22892294 #, fuzzy, perl-format
22902295 msgid "target node (new name for `%s') not in document: %s"
22912296 msgstr "Cyangwa kugirango iyi muri iyi Inyandiko"
22922297
2293 #: tp/Texinfo/Convert/HTML.pm:7240
2298 #: tp/Texinfo/Convert/HTML.pm:7224
22942299 #, fuzzy, perl-format
22952300 msgid "error on closing renamed node redirection file %s: %s"
22962301 msgstr "Ikosa Ibisohoka IDOSIYE"
22972302
2298 #: tp/Texinfo/Convert/HTML.pm:7278
2303 #: tp/Texinfo/Convert/HTML.pm:7262
22992304 #, fuzzy
23002305 msgid "empty node name"
23012306 msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango"
23022307
2303 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2308 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
23042309 #, perl-format
23052310 msgid "syntax for an external node used for `%s'"
23062311 msgstr ""
24062411 msgid "menu entry name should not contain `:'"
24072412 msgstr "Kuri"
24082413
2409 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2414 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
24102415 #, perl-format
24112416 msgid "multiple @%s"
24122417 msgstr ""
30143019 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
30153020 msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA"
30163021
3017 #: tp/Texinfo/Structuring.pm:176
3022 #: tp/Texinfo/Structuring.pm:175
30183023 #, perl-format
30193024 msgid "raising the section level of @%s which is too low"
30203025 msgstr ""
30213026
3022 #: tp/Texinfo/Structuring.pm:208
3027 #: tp/Texinfo/Structuring.pm:207
30233028 #, perl-format
30243029 msgid "no chapter-level command before @%s"
30253030 msgstr ""
30263031
3027 #: tp/Texinfo/Structuring.pm:213
3032 #: tp/Texinfo/Structuring.pm:212
30283033 #, perl-format
30293034 msgid "lowering the section level of @%s appearing after a lower element"
30303035 msgstr ""
30313036
3032 #: tp/Texinfo/Structuring.pm:302
3037 #: tp/Texinfo/Structuring.pm:301
30333038 #, perl-format
30343039 msgid "no sectioning command associated with @%s"
30353040 msgstr ""
30363041
3037 #: tp/Texinfo/Structuring.pm:330
3042 #: tp/Texinfo/Structuring.pm:329
30383043 #, fuzzy, perl-format
30393044 msgid "@%s not empty"
30403045 msgstr "%s:ubusa IDOSIYE"
30413046
3042 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3047 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
30433048 #, fuzzy, perl-format
30443049 msgid "@%s reference to nonexistent node `%s'"
30453050 msgstr "%sIndango Kuri"
30463051
3047 #: tp/Texinfo/Structuring.pm:394
3052 #: tp/Texinfo/Structuring.pm:393
30483053 #, fuzzy, perl-format
30493054 msgid "@%s entry node name `%s' different from %s name `%s'"
30503055 msgstr "Kuri"
30513056
3052 #: tp/Texinfo/Structuring.pm:513
3057 #: tp/Texinfo/Structuring.pm:512
30533058 #, fuzzy, perl-format
30543059 msgid "unreferenced node `%s'"
30553060 msgstr "%sIndango Kuri"
30563061
3057 #: tp/Texinfo/Structuring.pm:564
3062 #: tp/Texinfo/Structuring.pm:563
30583063 #, perl-format
30593064 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30603065 msgstr ""
30613066
3062 #: tp/Texinfo/Structuring.pm:573
3067 #: tp/Texinfo/Structuring.pm:572
30633068 #, perl-format
30643069 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30653070 msgstr ""
30663071
3067 #: tp/Texinfo/Structuring.pm:591
3072 #: tp/Texinfo/Structuring.pm:590
30683073 #, perl-format
30693074 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30703075 msgstr ""
30713076
3072 #: tp/Texinfo/Structuring.pm:646
3077 #: tp/Texinfo/Structuring.pm:645
30733078 #, perl-format
30743079 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30753080 msgstr ""
30763081
3077 #: tp/Texinfo/Structuring.pm:670
3082 #: tp/Texinfo/Structuring.pm:669
30783083 #, fuzzy, perl-format
30793084 msgid "%s reference to nonexistent `%s'"
30803085 msgstr "%sIndango Kuri"
30813086
3082 #: tp/Texinfo/Structuring.pm:691
3087 #: tp/Texinfo/Structuring.pm:690
30833088 #, fuzzy, perl-format
30843089 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30853090 msgstr "Ibikubiyemo Ikintu kugirango Intego"
30863091
3087 #: tp/Texinfo/Structuring.pm:699
3092 #: tp/Texinfo/Structuring.pm:698
30883093 #, perl-format
30893094 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30903095 msgstr ""
30913096
3092 #: tp/Texinfo/Structuring.pm:1218
3097 #: tp/Texinfo/Structuring.pm:1217
30933098 #, perl-format
30943099 msgid "@%s to `%s', different from %s name `%s'"
30953100 msgstr ""
30963101
3097 #: tp/Texinfo/Structuring.pm:1464
3102 #: tp/Texinfo/Structuring.pm:1503
30983103 #, fuzzy, perl-format
30993104 msgid "empty index key in @%s"
31003105 msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango"
Binary diff not shown
88 msgstr ""
99 "Project-Id-Version: texinfo 4.13\n"
1010 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
11 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
11 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1212 "PO-Revision-Date: 2012-08-10 18:31+0100\n"
1313 "Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n"
1414 "Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
20222022
20232023 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20242024 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2025 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2026 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2027 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2028 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2025 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2026 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2027 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2028 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20292029 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20302030 #, fuzzy, perl-format
20312031 msgid "could not open %s for writing: %s"
20852085 msgid "could not open %s: %s"
20862086 msgstr "%s: ni mogoče odpreti --css-file: %s"
20872087
2088 #: tp/Texinfo/Common.pm:2253
2088 #: tp/Texinfo/Common.pm:1755
2089 #, perl-format
2090 msgid "using a renamed nodes file (`%s') is deprecated"
2091 msgstr ""
2092
2093 #: tp/Texinfo/Common.pm:2254
20892094 #, perl-format
20902095 msgid "could not protect hash character in @%s"
20912096 msgstr ""
20922097
2093 #: tp/Texinfo/Common.pm:2635
2098 #: tp/Texinfo/Common.pm:2636
20942099 #, perl-format
20952100 msgid "empty node name after expansion `%s'"
20962101 msgstr ""
20972102
2098 #: tp/Texinfo/Common.pm:2643
2103 #: tp/Texinfo/Common.pm:2644
20992104 #, fuzzy, perl-format
21002105 msgid "@%s `%s' previously defined"
21012106 msgstr "makro `%s' je bil predhodno določen"
21022107
2103 #: tp/Texinfo/Common.pm:2649
2108 #: tp/Texinfo/Common.pm:2650
21042109 #, fuzzy, perl-format
21052110 msgid "here is the previous definition as @%s"
21062111 msgstr "tukaj je predhodna določitev `%s'"
21072112
2108 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2113 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21092114 #, fuzzy, perl-format
21102115 msgid "empty argument in @%s"
21112116 msgstr "Slab argument k @%s"
21162121 msgstr ""
21172122
21182123 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2119 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2120 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2124 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2125 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21212126 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21222127 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21232128 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21452150 msgid "no argument specified for @U"
21462151 msgstr "Za ukaz `%c%s' ni navedenega nobenega imena vozlišča"
21472152
2148 #: tp/Texinfo/Convert/HTML.pm:1727
2153 #: tp/Texinfo/Convert/HTML.pm:1719
21492154 #, fuzzy, perl-format
21502155 msgid "@image file `%s' (for HTML) not found, using `%s'"
21512156 msgstr "@image datoteka `%s' (za HTML) ni berljiva: %s"
21522157
2153 #: tp/Texinfo/Convert/HTML.pm:2412
2158 #: tp/Texinfo/Convert/HTML.pm:2404
21542159 #, perl-format
21552160 msgid "raw format %s is not converted"
21562161 msgstr ""
21572162
2158 #: tp/Texinfo/Convert/HTML.pm:4663
2163 #: tp/Texinfo/Convert/HTML.pm:4647
21592164 #, fuzzy, perl-format
21602165 msgid "could not open html refs config file %s: %s"
21612166 msgstr "%s: ni mogoče odpreti --css-file: %s"
21622167
2163 #: tp/Texinfo/Convert/HTML.pm:4691
2168 #: tp/Texinfo/Convert/HTML.pm:4675
21642169 #, fuzzy
21652170 msgid "missing type"
21662171 msgstr "manjka ime dejanja"
21672172
2168 #: tp/Texinfo/Convert/HTML.pm:4694
2173 #: tp/Texinfo/Convert/HTML.pm:4678
21692174 #, fuzzy, perl-format
21702175 msgid "unrecognized type: %s"
21712176 msgstr "%s: neprepoznana možnost `--%s'\n"
21722177
2173 #: tp/Texinfo/Convert/HTML.pm:4711
2178 #: tp/Texinfo/Convert/HTML.pm:4695
21742179 #, fuzzy, perl-format
21752180 msgid "error on closing html refs config file %s: %s"
21762181 msgstr "napaka med končanjem datoteke vnosa `%s'"
21772182
2178 #: tp/Texinfo/Convert/HTML.pm:5038
2183 #: tp/Texinfo/Convert/HTML.pm:5022
21792184 msgid "string not closed in css file"
21802185 msgstr ""
21812186
2182 #: tp/Texinfo/Convert/HTML.pm:5040
2187 #: tp/Texinfo/Convert/HTML.pm:5024
21832188 #, fuzzy
21842189 msgid "--css-include ended in comment"
21852190 msgstr "%s:%d: --css-file se je končala v komentarju"
21862191
2187 #: tp/Texinfo/Convert/HTML.pm:5042
2192 #: tp/Texinfo/Convert/HTML.pm:5026
21882193 msgid "@import not finished in css file"
21892194 msgstr ""
21902195
2191 #: tp/Texinfo/Convert/HTML.pm:5068
2196 #: tp/Texinfo/Convert/HTML.pm:5052
21922197 #, perl-format
21932198 msgid "CSS file %s not found"
21942199 msgstr ""
21952200
2196 #: tp/Texinfo/Convert/HTML.pm:5074
2201 #: tp/Texinfo/Convert/HTML.pm:5058
21972202 #, fuzzy, perl-format
21982203 msgid "could not open --include-file %s: %s"
21992204 msgstr "%s: ni mogoče odpreti --css-file: %s"
22002205
2201 #: tp/Texinfo/Convert/HTML.pm:5084
2206 #: tp/Texinfo/Convert/HTML.pm:5068
22022207 #, fuzzy, perl-format
22032208 msgid "error on closing CSS file %s: %s"
22042209 msgstr "napaka med končanjem datoteke vnosa `%s'"
22052210
2206 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2211 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22072212 #, fuzzy, perl-format
22082213 msgid "no htmlxref.cnf entry found for `%s'"
22092214 msgstr "Za `%s' ni najdenih nobenih vnosov kazal\n"
22102215
2211 #: tp/Texinfo/Convert/HTML.pm:6607
2216 #: tp/Texinfo/Convert/HTML.pm:6591
22122217 #, fuzzy, perl-format
22132218 msgid "error on closing frame file %s: %s"
22142219 msgstr "napaka med končanjem datoteke vnosa `%s'"
22152220
2216 #: tp/Texinfo/Convert/HTML.pm:6631
2221 #: tp/Texinfo/Convert/HTML.pm:6615
22172222 #, fuzzy, perl-format
22182223 msgid "error on closing TOC frame file %s: %s"
22192224 msgstr "napaka med končanjem datoteke vnosa `%s'"
22202225
2221 #: tp/Texinfo/Convert/HTML.pm:6746
2226 #: tp/Texinfo/Convert/HTML.pm:6730
22222227 #, perl-format
22232228 msgid "handler %s of stage %s priority %s failed"
22242229 msgstr ""
22252230
2226 #: tp/Texinfo/Convert/HTML.pm:6951
2231 #: tp/Texinfo/Convert/HTML.pm:6935
22272232 msgid "must specify a title with a title command or @top"
22282233 msgstr ""
22292234
2230 #: tp/Texinfo/Convert/HTML.pm:7162
2235 #: tp/Texinfo/Convert/HTML.pm:7146
22312236 #, fuzzy, perl-format
22322237 msgid "error on closing redirection node file %s: %s"
22332238 msgstr "napaka med končanjem datoteke vnosa `%s'"
22342239
2235 #: tp/Texinfo/Convert/HTML.pm:7188
2240 #: tp/Texinfo/Convert/HTML.pm:7172
22362241 #, fuzzy, perl-format
22372242 msgid "old name for `%s' is a node of the document"
22382243 msgstr "Brez `Pred' ali `Gor' za to vozlišče znotraj tega dokumenta."
22392244
2240 #: tp/Texinfo/Convert/HTML.pm:7194
2245 #: tp/Texinfo/Convert/HTML.pm:7178
22412246 #, fuzzy, perl-format
22422247 msgid "file empty for renamed node `%s'"
22432248 msgstr "nesklicevano vozlišče `%s'"
22442249
2245 #: tp/Texinfo/Convert/HTML.pm:7208
2250 #: tp/Texinfo/Convert/HTML.pm:7192
22462251 #, perl-format
22472252 msgid "target node (new name for `%s') not in document: %s"
22482253 msgstr ""
22492254
2250 #: tp/Texinfo/Convert/HTML.pm:7240
2255 #: tp/Texinfo/Convert/HTML.pm:7224
22512256 #, perl-format
22522257 msgid "error on closing renamed node redirection file %s: %s"
22532258 msgstr ""
22542259
2255 #: tp/Texinfo/Convert/HTML.pm:7278
2260 #: tp/Texinfo/Convert/HTML.pm:7262
22562261 msgid "empty node name"
22572262 msgstr ""
22582263
2259 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2264 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22602265 #, perl-format
22612266 msgid "syntax for an external node used for `%s'"
22622267 msgstr ""
23612366 msgid "menu entry name should not contain `:'"
23622367 msgstr ""
23632368
2364 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2369 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23652370 #, perl-format
23662371 msgid "multiple @%s"
23672372 msgstr ""
29672972 msgstr ""
29682973 "%s: --footnote-style argument mora biti `separate' ali `end', ne `%s'.\n"
29692974
2970 #: tp/Texinfo/Structuring.pm:176
2975 #: tp/Texinfo/Structuring.pm:175
29712976 #, perl-format
29722977 msgid "raising the section level of @%s which is too low"
29732978 msgstr ""
29742979
2975 #: tp/Texinfo/Structuring.pm:208
2980 #: tp/Texinfo/Structuring.pm:207
29762981 #, perl-format
29772982 msgid "no chapter-level command before @%s"
29782983 msgstr ""
29792984
2980 #: tp/Texinfo/Structuring.pm:213
2985 #: tp/Texinfo/Structuring.pm:212
29812986 #, perl-format
29822987 msgid "lowering the section level of @%s appearing after a lower element"
29832988 msgstr ""
29842989
2985 #: tp/Texinfo/Structuring.pm:302
2990 #: tp/Texinfo/Structuring.pm:301
29862991 #, perl-format
29872992 msgid "no sectioning command associated with @%s"
29882993 msgstr ""
29892994
2990 #: tp/Texinfo/Structuring.pm:330
2995 #: tp/Texinfo/Structuring.pm:329
29912996 #, perl-format
29922997 msgid "@%s not empty"
29932998 msgstr ""
29942999
2995 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3000 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
29963001 #, fuzzy, perl-format
29973002 msgid "@%s reference to nonexistent node `%s'"
29983003 msgstr ""
29993004 "%s sklicevanje na neobstoječe vozlišče `%s' (morda nepravilno ustvarjanje "
30003005 "odsekov?)"
30013006
3002 #: tp/Texinfo/Structuring.pm:394
3007 #: tp/Texinfo/Structuring.pm:393
30033008 #, perl-format
30043009 msgid "@%s entry node name `%s' different from %s name `%s'"
30053010 msgstr ""
30063011
3007 #: tp/Texinfo/Structuring.pm:513
3012 #: tp/Texinfo/Structuring.pm:512
30083013 #, perl-format
30093014 msgid "unreferenced node `%s'"
30103015 msgstr "nesklicevano vozlišče `%s'"
30113016
3012 #: tp/Texinfo/Structuring.pm:564
3017 #: tp/Texinfo/Structuring.pm:563
30133018 #, perl-format
30143019 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30153020 msgstr ""
30163021
3017 #: tp/Texinfo/Structuring.pm:573
3022 #: tp/Texinfo/Structuring.pm:572
30183023 #, perl-format
30193024 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30203025 msgstr ""
30213026
3022 #: tp/Texinfo/Structuring.pm:591
3027 #: tp/Texinfo/Structuring.pm:590
30233028 #, perl-format
30243029 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30253030 msgstr ""
30263031
3027 #: tp/Texinfo/Structuring.pm:646
3032 #: tp/Texinfo/Structuring.pm:645
30283033 #, perl-format
30293034 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30303035 msgstr ""
30313036
3032 #: tp/Texinfo/Structuring.pm:670
3037 #: tp/Texinfo/Structuring.pm:669
30333038 #, fuzzy, perl-format
30343039 msgid "%s reference to nonexistent `%s'"
30353040 msgstr "nesklicevano vozlišče `%s'"
30363041
3037 #: tp/Texinfo/Structuring.pm:691
3042 #: tp/Texinfo/Structuring.pm:690
30383043 #, fuzzy, perl-format
30393044 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30403045 msgstr ""
30413046 "Vozlišču `%s' manjka predmet menija za `%s', kljub temu, da je njegov "
30423047 "Zgornji cilj"
30433048
3044 #: tp/Texinfo/Structuring.pm:699
3049 #: tp/Texinfo/Structuring.pm:698
30453050 #, perl-format
30463051 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30473052 msgstr ""
30483053
3049 #: tp/Texinfo/Structuring.pm:1218
3054 #: tp/Texinfo/Structuring.pm:1217
30503055 #, perl-format
30513056 msgid "@%s to `%s', different from %s name `%s'"
30523057 msgstr ""
30533058
3054 #: tp/Texinfo/Structuring.pm:1464
3059 #: tp/Texinfo/Structuring.pm:1503
30553060 #, perl-format
30563061 msgid "empty index key in @%s"
30573062 msgstr ""
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: texinfo 6.3.92\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1111 "PO-Revision-Date: 2018-07-29 20:45+0800\n"
1212 "Last-Translator: Sebastian Rasmussen <sebras@gmail.com>\n"
1313 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
21072107
21082108 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
21092109 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2110 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2111 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2112 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2113 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2110 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2111 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2112 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2113 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
21142114 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
21152115 #, perl-format
21162116 msgid "could not open %s for writing: %s"
21732173 msgid "could not open %s: %s"
21742174 msgstr "kunde inte öppna %s: %s"
21752175
2176 #: tp/Texinfo/Common.pm:2253
2176 #: tp/Texinfo/Common.pm:1755
2177 #, perl-format
2178 msgid "using a renamed nodes file (`%s') is deprecated"
2179 msgstr ""
2180
2181 #: tp/Texinfo/Common.pm:2254
21772182 #, perl-format
21782183 msgid "could not protect hash character in @%s"
21792184 msgstr "kunde inte skydda hashtecken i @%s"
21802185
2181 #: tp/Texinfo/Common.pm:2635
2186 #: tp/Texinfo/Common.pm:2636
21822187 #, perl-format
21832188 msgid "empty node name after expansion `%s'"
21842189 msgstr "tomt nodnamn efter expansion ”%s”"
21852190
2186 #: tp/Texinfo/Common.pm:2643
2191 #: tp/Texinfo/Common.pm:2644
21872192 #, fuzzy, perl-format
21882193 msgid "@%s `%s' previously defined"
21892194 msgstr "makrot \"%s\" är redan definierat"
21902195
2191 #: tp/Texinfo/Common.pm:2649
2196 #: tp/Texinfo/Common.pm:2650
21922197 #, perl-format
21932198 msgid "here is the previous definition as @%s"
21942199 msgstr "här är den tidigare definitionen av @%s"
21952200
2196 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2201 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21972202 #, perl-format
21982203 msgid "empty argument in @%s"
21992204 msgstr "tomt argument i @%s"
22042209 msgstr "%s: utmatning inkompatibel med delning"
22052210
22062211 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2207 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2208 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2212 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2213 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
22092214 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
22102215 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
22112216 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
22322237 msgid "no argument specified for @U"
22332238 msgstr "inget argument angivet för @U"
22342239
2235 #: tp/Texinfo/Convert/HTML.pm:1727
2240 #: tp/Texinfo/Convert/HTML.pm:1719
22362241 #, perl-format
22372242 msgid "@image file `%s' (for HTML) not found, using `%s'"
22382243 msgstr "@image-filen ”%s” (för HTML) hittades inte, använder ”%s”"
22392244
2240 #: tp/Texinfo/Convert/HTML.pm:2412
2245 #: tp/Texinfo/Convert/HTML.pm:2404
22412246 #, perl-format
22422247 msgid "raw format %s is not converted"
22432248 msgstr "rått format %s konverterades inte"
22442249
2245 #: tp/Texinfo/Convert/HTML.pm:4663
2250 #: tp/Texinfo/Convert/HTML.pm:4647
22462251 #, perl-format
22472252 msgid "could not open html refs config file %s: %s"
22482253 msgstr "kunde inte öppna konfigurationsfil för html-refs %s: %s"
22492254
2250 #: tp/Texinfo/Convert/HTML.pm:4691
2255 #: tp/Texinfo/Convert/HTML.pm:4675
22512256 #, fuzzy
22522257 msgid "missing type"
22532258 msgstr "åtgärdsnamn saknas"
22542259
2255 #: tp/Texinfo/Convert/HTML.pm:4694
2260 #: tp/Texinfo/Convert/HTML.pm:4678
22562261 #, perl-format
22572262 msgid "unrecognized type: %s"
22582263 msgstr "okänd typ: %s"
22592264
2260 #: tp/Texinfo/Convert/HTML.pm:4711
2265 #: tp/Texinfo/Convert/HTML.pm:4695
22612266 #, perl-format
22622267 msgid "error on closing html refs config file %s: %s"
22632268 msgstr "fel vid stängning av html-referenskonfigurationsfil %s: %s"
22642269
2265 #: tp/Texinfo/Convert/HTML.pm:5038
2270 #: tp/Texinfo/Convert/HTML.pm:5022
22662271 msgid "string not closed in css file"
22672272 msgstr "sträng stängs inte i css-fil"
22682273
2269 #: tp/Texinfo/Convert/HTML.pm:5040
2274 #: tp/Texinfo/Convert/HTML.pm:5024
22702275 msgid "--css-include ended in comment"
22712276 msgstr "--css-include slutade med kommentar"
22722277
2273 #: tp/Texinfo/Convert/HTML.pm:5042
2278 #: tp/Texinfo/Convert/HTML.pm:5026
22742279 msgid "@import not finished in css file"
22752280 msgstr "@import avslutades inte i css-fil"
22762281
2277 #: tp/Texinfo/Convert/HTML.pm:5068
2282 #: tp/Texinfo/Convert/HTML.pm:5052
22782283 #, perl-format
22792284 msgid "CSS file %s not found"
22802285 msgstr "CSS-fil %s hittades inte"
22812286
2282 #: tp/Texinfo/Convert/HTML.pm:5074
2287 #: tp/Texinfo/Convert/HTML.pm:5058
22832288 #, perl-format
22842289 msgid "could not open --include-file %s: %s"
22852290 msgstr "kunde inte öppna --include-fil %s: %s"
22862291
2287 #: tp/Texinfo/Convert/HTML.pm:5084
2292 #: tp/Texinfo/Convert/HTML.pm:5068
22882293 #, perl-format
22892294 msgid "error on closing CSS file %s: %s"
22902295 msgstr "fel vid stängning av CSS-fil %s: %s"
22912296
2292 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2297 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22932298 #, perl-format
22942299 msgid "no htmlxref.cnf entry found for `%s'"
22952300 msgstr "ingen htmlxref.cnf-post hittad för ”%s”"
22962301
2297 #: tp/Texinfo/Convert/HTML.pm:6607
2302 #: tp/Texinfo/Convert/HTML.pm:6591
22982303 #, perl-format
22992304 msgid "error on closing frame file %s: %s"
23002305 msgstr "fel vid stängning av ramfil %s: %s"
23012306
2302 #: tp/Texinfo/Convert/HTML.pm:6631
2307 #: tp/Texinfo/Convert/HTML.pm:6615
23032308 #, perl-format
23042309 msgid "error on closing TOC frame file %s: %s"
23052310 msgstr "fel vid stängning av TOC-ramfil %s: %s"
23062311
2307 #: tp/Texinfo/Convert/HTML.pm:6746
2312 #: tp/Texinfo/Convert/HTML.pm:6730
23082313 #, perl-format
23092314 msgid "handler %s of stage %s priority %s failed"
23102315 msgstr "hanterare %s för steg %s prioritet %s misslyckades"
23112316
2312 #: tp/Texinfo/Convert/HTML.pm:6951
2317 #: tp/Texinfo/Convert/HTML.pm:6935
23132318 msgid "must specify a title with a title command or @top"
23142319 msgstr "måste ange en titel med ett titelkommando eller @top"
23152320
2316 #: tp/Texinfo/Convert/HTML.pm:7162
2321 #: tp/Texinfo/Convert/HTML.pm:7146
23172322 #, perl-format
23182323 msgid "error on closing redirection node file %s: %s"
23192324 msgstr "fel vid stängning av omdirigeringsnodsfil %s: %s"
23202325
2321 #: tp/Texinfo/Convert/HTML.pm:7188
2326 #: tp/Texinfo/Convert/HTML.pm:7172
23222327 #, perl-format
23232328 msgid "old name for `%s' is a node of the document"
23242329 msgstr "gammalt namn för ”%s” är en nod i dokumentet"
23252330
2326 #: tp/Texinfo/Convert/HTML.pm:7194
2331 #: tp/Texinfo/Convert/HTML.pm:7178
23272332 #, fuzzy, perl-format
23282333 msgid "file empty for renamed node `%s'"
23292334 msgstr "orefererad nod \"%s\""
23302335
2331 #: tp/Texinfo/Convert/HTML.pm:7208
2336 #: tp/Texinfo/Convert/HTML.pm:7192
23322337 #, perl-format
23332338 msgid "target node (new name for `%s') not in document: %s"
23342339 msgstr "målnod (nytt namn för ”%s”) finns inte dokument: %s"
23352340
2336 #: tp/Texinfo/Convert/HTML.pm:7240
2341 #: tp/Texinfo/Convert/HTML.pm:7224
23372342 #, perl-format
23382343 msgid "error on closing renamed node redirection file %s: %s"
23392344 msgstr "fel vid stängning av nodomdirigeringsfil %s som bytt namn: %s"
23402345
2341 #: tp/Texinfo/Convert/HTML.pm:7278
2346 #: tp/Texinfo/Convert/HTML.pm:7262
23422347 msgid "empty node name"
23432348 msgstr "tomt nodnamn"
23442349
2345 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2350 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
23462351 #, perl-format
23472352 msgid "syntax for an external node used for `%s'"
23482353 msgstr "syntax för en extern nod använd för ”%s”"
24552460 msgid "menu entry name should not contain `:'"
24562461 msgstr "namn för menyobjekt borde inte innehålla ”:”"
24572462
2458 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2463 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
24592464 #, perl-format
24602465 msgid "multiple @%s"
24612466 msgstr "multipla @%s"
30623067 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
30633068 msgstr "@urefbreakstyle-argument måste vara ”after”/”before”/”none”, inte ”%s”"
30643069
3065 #: tp/Texinfo/Structuring.pm:176
3070 #: tp/Texinfo/Structuring.pm:175
30663071 #, perl-format
30673072 msgid "raising the section level of @%s which is too low"
30683073 msgstr "höjer avsnittsnivån för @%s, vilken är för låg"
30693074
3070 #: tp/Texinfo/Structuring.pm:208
3075 #: tp/Texinfo/Structuring.pm:207
30713076 #, perl-format
30723077 msgid "no chapter-level command before @%s"
30733078 msgstr "inget kapitelnivåkommando före @%s"
30743079
3075 #: tp/Texinfo/Structuring.pm:213
3080 #: tp/Texinfo/Structuring.pm:212
30763081 #, perl-format
30773082 msgid "lowering the section level of @%s appearing after a lower element"
30783083 msgstr "sänker avsnittsnivån för @%s då det förekommer efter ett lägre element"
30793084
3080 #: tp/Texinfo/Structuring.pm:302
3085 #: tp/Texinfo/Structuring.pm:301
30813086 #, perl-format
30823087 msgid "no sectioning command associated with @%s"
30833088 msgstr "inget avsnittskommando associerat med @%s"
30843089
3085 #: tp/Texinfo/Structuring.pm:330
3090 #: tp/Texinfo/Structuring.pm:329
30863091 #, perl-format
30873092 msgid "@%s not empty"
30883093 msgstr "@%s inte tomt"
30893094
3090 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3095 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
30913096 #, perl-format
30923097 msgid "@%s reference to nonexistent node `%s'"
30933098 msgstr "@%s-referens till icke-existerande node ”%s”"
30943099
3095 #: tp/Texinfo/Structuring.pm:394
3100 #: tp/Texinfo/Structuring.pm:393
30963101 #, perl-format
30973102 msgid "@%s entry node name `%s' different from %s name `%s'"
30983103 msgstr "@%s postnodsnamn ”%s” skiljer sig från %s namn ”%s”"
30993104
3100 #: tp/Texinfo/Structuring.pm:513
3105 #: tp/Texinfo/Structuring.pm:512
31013106 #, perl-format
31023107 msgid "unreferenced node `%s'"
31033108 msgstr "orefererad nod \"%s\""
31043109
3105 #: tp/Texinfo/Structuring.pm:564
3110 #: tp/Texinfo/Structuring.pm:563
31063111 #, perl-format
31073112 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31083113 msgstr "nod ”%s” är %s för ”%s” i avsnittsuppdelning men inte i meny"
31093114
3110 #: tp/Texinfo/Structuring.pm:573
3115 #: tp/Texinfo/Structuring.pm:572
31113116 #, perl-format
31123117 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31133118 msgstr "nod %s ”%s” i meny ”%s” och i avsnittsuppdelning ”%s” skiljer sig åt"
31143119
3115 #: tp/Texinfo/Structuring.pm:591
3120 #: tp/Texinfo/Structuring.pm:590
31163121 #, perl-format
31173122 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
31183123 msgstr "nod ”%s” är %s för ”%s” i meny men inte avsnittsuppdelning"
31193124
3120 #: tp/Texinfo/Structuring.pm:646
3125 #: tp/Texinfo/Structuring.pm:645
31213126 #, perl-format
31223127 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
31233128 msgstr "%s-pekare ”%s” (för nod ”%s”) skiljer sig från %s namn ”%s”"
31243129
3125 #: tp/Texinfo/Structuring.pm:670
3130 #: tp/Texinfo/Structuring.pm:669
31263131 #, fuzzy, perl-format
31273132 msgid "%s reference to nonexistent `%s'"
31283133 msgstr "orefererad nod \"%s\""
31293134
3130 #: tp/Texinfo/Structuring.pm:691
3135 #: tp/Texinfo/Structuring.pm:690
31313136 #, perl-format
31323137 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
31333138 msgstr "nod ”%s” saknar menyobjekt för ”%s” trots att den är dess Up-mål"
31343139
3135 #: tp/Texinfo/Structuring.pm:699
3140 #: tp/Texinfo/Structuring.pm:698
31363141 #, perl-format
31373142 msgid "for `%s', up in menu `%s' and up `%s' don't match"
31383143 msgstr "för ”%s”, upp i meny ”%s” och upp ”%s” matchar inte"
31393144
3140 #: tp/Texinfo/Structuring.pm:1218
3145 #: tp/Texinfo/Structuring.pm:1217
31413146 #, perl-format
31423147 msgid "@%s to `%s', different from %s name `%s'"
31433148 msgstr "@%s till ”%s”, skiljer sig från %s namn ”%s”"
31443149
3145 #: tp/Texinfo/Structuring.pm:1464
3150 #: tp/Texinfo/Structuring.pm:1503
31463151 #, perl-format
31473152 msgid "empty index key in @%s"
31483153 msgstr "tom indexnyckel i @%s"
77 msgstr ""
88 "Project-Id-Version: GNU texinfo 6.5.92\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1111 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313 "Language-Team: LANGUAGE <LL@li.org>\n"
18351835
18361836 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
18371837 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
1838 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
1839 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
1840 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
1841 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
1838 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
1839 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
1840 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
1841 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
18421842 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
18431843 #, perl-format
18441844 msgid "could not open %s for writing: %s"
18981898 msgid "could not open %s: %s"
18991899 msgstr ""
19001900
1901 #: tp/Texinfo/Common.pm:2253
1901 #: tp/Texinfo/Common.pm:1755
1902 #, perl-format
1903 msgid "using a renamed nodes file (`%s') is deprecated"
1904 msgstr ""
1905
1906 #: tp/Texinfo/Common.pm:2254
19021907 #, perl-format
19031908 msgid "could not protect hash character in @%s"
19041909 msgstr ""
19051910
1906 #: tp/Texinfo/Common.pm:2635
1911 #: tp/Texinfo/Common.pm:2636
19071912 #, perl-format
19081913 msgid "empty node name after expansion `%s'"
19091914 msgstr ""
19101915
1911 #: tp/Texinfo/Common.pm:2643
1916 #: tp/Texinfo/Common.pm:2644
19121917 #, perl-format
19131918 msgid "@%s `%s' previously defined"
19141919 msgstr ""
19151920
1916 #: tp/Texinfo/Common.pm:2649
1921 #: tp/Texinfo/Common.pm:2650
19171922 #, perl-format
19181923 msgid "here is the previous definition as @%s"
19191924 msgstr ""
19201925
1921 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
1926 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
19221927 #, perl-format
19231928 msgid "empty argument in @%s"
19241929 msgstr ""
19291934 msgstr ""
19301935
19311936 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
1932 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
1933 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
1937 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
1938 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
19341939 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
19351940 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
19361941 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
19571962 msgid "no argument specified for @U"
19581963 msgstr ""
19591964
1960 #: tp/Texinfo/Convert/HTML.pm:1727
1965 #: tp/Texinfo/Convert/HTML.pm:1719
19611966 #, perl-format
19621967 msgid "@image file `%s' (for HTML) not found, using `%s'"
19631968 msgstr ""
19641969
1965 #: tp/Texinfo/Convert/HTML.pm:2412
1970 #: tp/Texinfo/Convert/HTML.pm:2404
19661971 #, perl-format
19671972 msgid "raw format %s is not converted"
19681973 msgstr ""
19691974
1970 #: tp/Texinfo/Convert/HTML.pm:4663
1975 #: tp/Texinfo/Convert/HTML.pm:4647
19711976 #, perl-format
19721977 msgid "could not open html refs config file %s: %s"
19731978 msgstr ""
19741979
1975 #: tp/Texinfo/Convert/HTML.pm:4691
1980 #: tp/Texinfo/Convert/HTML.pm:4675
19761981 msgid "missing type"
19771982 msgstr ""
19781983
1979 #: tp/Texinfo/Convert/HTML.pm:4694
1984 #: tp/Texinfo/Convert/HTML.pm:4678
19801985 #, perl-format
19811986 msgid "unrecognized type: %s"
19821987 msgstr ""
19831988
1984 #: tp/Texinfo/Convert/HTML.pm:4711
1989 #: tp/Texinfo/Convert/HTML.pm:4695
19851990 #, perl-format
19861991 msgid "error on closing html refs config file %s: %s"
19871992 msgstr ""
19881993
1989 #: tp/Texinfo/Convert/HTML.pm:5038
1994 #: tp/Texinfo/Convert/HTML.pm:5022
19901995 msgid "string not closed in css file"
19911996 msgstr ""
19921997
1993 #: tp/Texinfo/Convert/HTML.pm:5040
1998 #: tp/Texinfo/Convert/HTML.pm:5024
19941999 msgid "--css-include ended in comment"
19952000 msgstr ""
19962001
1997 #: tp/Texinfo/Convert/HTML.pm:5042
2002 #: tp/Texinfo/Convert/HTML.pm:5026
19982003 msgid "@import not finished in css file"
19992004 msgstr ""
20002005
2006 #: tp/Texinfo/Convert/HTML.pm:5052
2007 #, perl-format
2008 msgid "CSS file %s not found"
2009 msgstr ""
2010
2011 #: tp/Texinfo/Convert/HTML.pm:5058
2012 #, perl-format
2013 msgid "could not open --include-file %s: %s"
2014 msgstr ""
2015
20012016 #: tp/Texinfo/Convert/HTML.pm:5068
20022017 #, perl-format
2003 msgid "CSS file %s not found"
2004 msgstr ""
2005
2006 #: tp/Texinfo/Convert/HTML.pm:5074
2007 #, perl-format
2008 msgid "could not open --include-file %s: %s"
2009 msgstr ""
2010
2011 #: tp/Texinfo/Convert/HTML.pm:5084
2012 #, perl-format
20132018 msgid "error on closing CSS file %s: %s"
20142019 msgstr ""
20152020
2016 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2021 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
20172022 #, perl-format
20182023 msgid "no htmlxref.cnf entry found for `%s'"
20192024 msgstr ""
20202025
2021 #: tp/Texinfo/Convert/HTML.pm:6607
2026 #: tp/Texinfo/Convert/HTML.pm:6591
20222027 #, perl-format
20232028 msgid "error on closing frame file %s: %s"
20242029 msgstr ""
20252030
2026 #: tp/Texinfo/Convert/HTML.pm:6631
2031 #: tp/Texinfo/Convert/HTML.pm:6615
20272032 #, perl-format
20282033 msgid "error on closing TOC frame file %s: %s"
20292034 msgstr ""
20302035
2031 #: tp/Texinfo/Convert/HTML.pm:6746
2036 #: tp/Texinfo/Convert/HTML.pm:6730
20322037 #, perl-format
20332038 msgid "handler %s of stage %s priority %s failed"
20342039 msgstr ""
20352040
2036 #: tp/Texinfo/Convert/HTML.pm:6951
2041 #: tp/Texinfo/Convert/HTML.pm:6935
20372042 msgid "must specify a title with a title command or @top"
20382043 msgstr ""
20392044
2040 #: tp/Texinfo/Convert/HTML.pm:7162
2045 #: tp/Texinfo/Convert/HTML.pm:7146
20412046 #, perl-format
20422047 msgid "error on closing redirection node file %s: %s"
20432048 msgstr ""
20442049
2045 #: tp/Texinfo/Convert/HTML.pm:7188
2050 #: tp/Texinfo/Convert/HTML.pm:7172
20462051 #, perl-format
20472052 msgid "old name for `%s' is a node of the document"
20482053 msgstr ""
20492054
2050 #: tp/Texinfo/Convert/HTML.pm:7194
2055 #: tp/Texinfo/Convert/HTML.pm:7178
20512056 #, perl-format
20522057 msgid "file empty for renamed node `%s'"
20532058 msgstr ""
20542059
2055 #: tp/Texinfo/Convert/HTML.pm:7208
2060 #: tp/Texinfo/Convert/HTML.pm:7192
20562061 #, perl-format
20572062 msgid "target node (new name for `%s') not in document: %s"
20582063 msgstr ""
20592064
2060 #: tp/Texinfo/Convert/HTML.pm:7240
2065 #: tp/Texinfo/Convert/HTML.pm:7224
20612066 #, perl-format
20622067 msgid "error on closing renamed node redirection file %s: %s"
20632068 msgstr ""
20642069
2065 #: tp/Texinfo/Convert/HTML.pm:7278
2070 #: tp/Texinfo/Convert/HTML.pm:7262
20662071 msgid "empty node name"
20672072 msgstr ""
20682073
2069 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2074 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
20702075 #, perl-format
20712076 msgid "syntax for an external node used for `%s'"
20722077 msgstr ""
21672172 msgid "menu entry name should not contain `:'"
21682173 msgstr ""
21692174
2170 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2175 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
21712176 #, perl-format
21722177 msgid "multiple @%s"
21732178 msgstr ""
27642769 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
27652770 msgstr ""
27662771
2767 #: tp/Texinfo/Structuring.pm:176
2772 #: tp/Texinfo/Structuring.pm:175
27682773 #, perl-format
27692774 msgid "raising the section level of @%s which is too low"
27702775 msgstr ""
27712776
2772 #: tp/Texinfo/Structuring.pm:208
2777 #: tp/Texinfo/Structuring.pm:207
27732778 #, perl-format
27742779 msgid "no chapter-level command before @%s"
27752780 msgstr ""
27762781
2777 #: tp/Texinfo/Structuring.pm:213
2782 #: tp/Texinfo/Structuring.pm:212
27782783 #, perl-format
27792784 msgid "lowering the section level of @%s appearing after a lower element"
27802785 msgstr ""
27812786
2782 #: tp/Texinfo/Structuring.pm:302
2787 #: tp/Texinfo/Structuring.pm:301
27832788 #, perl-format
27842789 msgid "no sectioning command associated with @%s"
27852790 msgstr ""
27862791
2787 #: tp/Texinfo/Structuring.pm:330
2792 #: tp/Texinfo/Structuring.pm:329
27882793 #, perl-format
27892794 msgid "@%s not empty"
27902795 msgstr ""
27912796
2792 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
2797 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
27932798 #, perl-format
27942799 msgid "@%s reference to nonexistent node `%s'"
27952800 msgstr ""
27962801
2797 #: tp/Texinfo/Structuring.pm:394
2802 #: tp/Texinfo/Structuring.pm:393
27982803 #, perl-format
27992804 msgid "@%s entry node name `%s' different from %s name `%s'"
28002805 msgstr ""
28012806
2802 #: tp/Texinfo/Structuring.pm:513
2807 #: tp/Texinfo/Structuring.pm:512
28032808 #, perl-format
28042809 msgid "unreferenced node `%s'"
28052810 msgstr ""
28062811
2807 #: tp/Texinfo/Structuring.pm:564
2812 #: tp/Texinfo/Structuring.pm:563
28082813 #, perl-format
28092814 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
28102815 msgstr ""
28112816
2812 #: tp/Texinfo/Structuring.pm:573
2817 #: tp/Texinfo/Structuring.pm:572
28132818 #, perl-format
28142819 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
28152820 msgstr ""
28162821
2817 #: tp/Texinfo/Structuring.pm:591
2822 #: tp/Texinfo/Structuring.pm:590
28182823 #, perl-format
28192824 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
28202825 msgstr ""
28212826
2822 #: tp/Texinfo/Structuring.pm:646
2827 #: tp/Texinfo/Structuring.pm:645
28232828 #, perl-format
28242829 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
28252830 msgstr ""
28262831
2827 #: tp/Texinfo/Structuring.pm:670
2832 #: tp/Texinfo/Structuring.pm:669
28282833 #, perl-format
28292834 msgid "%s reference to nonexistent `%s'"
28302835 msgstr ""
28312836
2832 #: tp/Texinfo/Structuring.pm:691
2837 #: tp/Texinfo/Structuring.pm:690
28332838 #, perl-format
28342839 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
28352840 msgstr ""
28362841
2837 #: tp/Texinfo/Structuring.pm:699
2842 #: tp/Texinfo/Structuring.pm:698
28382843 #, perl-format
28392844 msgid "for `%s', up in menu `%s' and up `%s' don't match"
28402845 msgstr ""
28412846
2842 #: tp/Texinfo/Structuring.pm:1218
2847 #: tp/Texinfo/Structuring.pm:1217
28432848 #, perl-format
28442849 msgid "@%s to `%s', different from %s name `%s'"
28452850 msgstr ""
28462851
2847 #: tp/Texinfo/Structuring.pm:1464
2852 #: tp/Texinfo/Structuring.pm:1503
28482853 #, perl-format
28492854 msgid "empty index key in @%s"
28502855 msgstr ""
Binary diff not shown
55 # Mehmet Kececi <mkececi@mehmetkececi.com>, 2017, 2019.
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: texinfo 6.5.90\n"
8 "Project-Id-Version: texinfo 6.5.92\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
11 "PO-Revision-Date: 2019-01-05 15:08+0300\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
11 "PO-Revision-Date: 2019-02-05 13:07+0300\n"
1212 "Last-Translator: Mehmet Kececi <mkececi@mehmetkececi.com>\n"
1313 "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
1414 "Language: tr\n"
100100
101101 #: gnulib/lib/regcomp.c:165
102102 msgid "Invalid content of \\{\\}"
103 msgstr "\\{\\}'de geçersiz içerik"
103 msgstr "\\{\\} de geçersiz içerik"
104104
105105 #: gnulib/lib/regcomp.c:168
106106 msgid "Invalid range end"
517517 msgstr ""
518518 "\n"
519519 "Eğer mevcutsa, ilk seçenek-olmayan argüman başlanacak menü girdisidir;\n"
520 "bu, tüm INFOYOLU içindeki `dir' dosyalarında aranır.\n"
521 "Mevcut değilse, info tüm `dir' dosyalarını birleştirir ve sonucu gösterir.\n"
520 "bu, tüm INFOYOLU içindeki 'dir' dosyalarında aranır.\n"
521 "Mevcut değilse, info tüm 'dir' dosyalarını birleştirir ve sonucu gösterir.\n"
522522 "Kalan tüm argümanlar, ilk ziyaret edilen düğüme göreceli menü\n"
523523 "ögesi isimleri olarak işlem görür."
524524
558558 "başlatır\n"
559559 " info '(emacs)Files' Dosya düğümünden başlamak için alternatif "
560560 "seçenek\n"
561 " info --show-options emacs emacs'ın komut satırı seçenekleri bulunan "
561 " info --show-options emacs emacs' ın komut satırı seçenekleri bulunan "
562562 "düğümden başlatır\n"
563563 " info --subnodes -o out.txt emacs\n"
564564 " tüm elkitabını out.txt'e çıkartır\n"
10011001 "Select one from this menu, or use '\\[history-node]' in another window.\n"
10021002 msgstr ""
10031003 "En son uğradığınız düğüm menüsünü görmektesiniz.\n"
1004 "Ya bu menüden seçin, ya da başka bir pencerede `\\[history-node]' kullanın.\n"
1004 "Ya bu menüden seçin, ya da başka bir pencerede '\\[history-node]' kullanın.\n"
10051005
10061006 #: info/nodemenu.c:206
10071007 msgid "Make a window containing a menu of all of the currently visited nodes"
12541254 #: info/session.c:2811
12551255 #, c-format
12561256 msgid "Unable to find node referenced by '%s' in '%s'"
1257 msgstr "'%s''de '%s' tarafından başvurulan düğüm bulunamadı"
1257 msgstr "'%s' de '%s' tarafından başvurulan düğüm bulunamadı"
12581258
12591259 #: info/session.c:2867
12601260 msgid "Read a list of menus starting from dir and follow them"
12941294
12951295 #: info/session.c:3205 info/session.c:3244
12961296 msgid "No 'Prev' or 'Up' for this node within this document"
1297 msgstr "Bu belge içinde, bu düğüm için `Önceki' ya da `Yukarı' yok"
1297 msgstr "Bu belge içinde, bu düğüm için 'Önceki' ya da 'Yukarı' yok"
12981298
12991299 #: info/session.c:3257
13001300 msgid "Move forwards or down through node structure"
13191319 #: info/session.c:3536
13201320 #, c-format
13211321 msgid "Find Invocation node of [%s]: "
1322 msgstr "[%s]'in çağırma düğümünü bulur: "
1322 msgstr "[%s] in çağırma düğümünü bulur: "
13231323
13241324 #: info/session.c:3581
13251325 msgid "Read a manpage reference and select it"
13311331
13321332 #: info/session.c:3606
13331333 msgid "Select the node 'Top' in this file"
1334 msgstr "Bu dosyadaki `En Üst' düğümü seç"
1334 msgstr "Bu dosyadaki 'En Üst' düğümü seç"
13351335
13361336 #: info/session.c:3612
13371337 msgid "Select the node '(dir)'"
13901390 #: info/session.c:3859
13911391 #, c-format
13921392 msgid "Cannot open pipe to '%s'"
1393 msgstr "Veri yolu '%s''e açılamıyor"
1393 msgstr "Veri yolu '%s' e açılamıyor"
13941394
13951395 #: info/session.c:3864
13961396 #, c-format
17521752 #: install-info/install-info.c:530
17531753 #, c-format
17541754 msgid "\tTry `%s --help' for a complete list of options.\n"
1755 msgstr "\tSeçeneklerin tam bir listesi için `%s --help''i deneyiniz.\n"
1755 msgstr "\tSeçeneklerin tam bir listesi için `%s --help' komutunu deneyiniz.\n"
17561756
17571757 #: install-info/install-info.c:538
17581758 #, c-format
20122012
20132013 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20142014 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2015 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2016 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2017 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2018 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2015 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2016 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2017 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2018 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20192019 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20202020 #, perl-format
20212021 msgid "could not open %s for writing: %s"
20792079 msgid "could not open %s: %s"
20802080 msgstr "%s açılamıyor: %s"
20812081
2082 #: tp/Texinfo/Common.pm:2253
2082 #: tp/Texinfo/Common.pm:1755
2083 #, perl-format
2084 msgid "using a renamed nodes file (`%s') is deprecated"
2085 msgstr ""
2086
2087 #: tp/Texinfo/Common.pm:2254
20832088 #, perl-format
20842089 msgid "could not protect hash character in @%s"
20852090 msgstr "@%s içindeki sayı karakteri korunamıyor"
20862091
2087 #: tp/Texinfo/Common.pm:2635
2092 #: tp/Texinfo/Common.pm:2636
20882093 #, perl-format
20892094 msgid "empty node name after expansion `%s'"
20902095 msgstr "`%s' açılımından sonra boş düğüm adı"
20912096
2092 #: tp/Texinfo/Common.pm:2643
2097 #: tp/Texinfo/Common.pm:2644
20932098 #, perl-format
20942099 msgid "@%s `%s' previously defined"
20952100 msgstr "@%s `%s' daha önce tanımlanmış"
20962101
2097 #: tp/Texinfo/Common.pm:2649
2102 #: tp/Texinfo/Common.pm:2650
20982103 #, perl-format
20992104 msgid "here is the previous definition as @%s"
21002105 msgstr "işte @%s olarak önceki tanım"
21012106
2102 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2107 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21032108 #, perl-format
21042109 msgid "empty argument in @%s"
21052110 msgstr "@%s'de boş argüman"
21102115 msgstr "%s: çıktı bölmeyle uyumsuz"
21112116
21122117 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2113 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2114 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2118 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2119 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21152120 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21162121 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21172122 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21382143 msgid "no argument specified for @U"
21392144 msgstr "@U için argüman belirtlimedi"
21402145
2141 #: tp/Texinfo/Convert/HTML.pm:1727
2146 #: tp/Texinfo/Convert/HTML.pm:1719
21422147 #, perl-format
21432148 msgid "@image file `%s' (for HTML) not found, using `%s'"
21442149 msgstr "@image dosyası `%s' (HTML için) bulunamadı, `%s' kullanılacak"
21452150
2146 #: tp/Texinfo/Convert/HTML.pm:2412
2151 #: tp/Texinfo/Convert/HTML.pm:2404
21472152 #, perl-format
21482153 msgid "raw format %s is not converted"
21492154 msgstr "ham biçem %s dönüştürülmedi"
21502155
2151 #: tp/Texinfo/Convert/HTML.pm:4663
2156 #: tp/Texinfo/Convert/HTML.pm:4647
21522157 #, perl-format
21532158 msgid "could not open html refs config file %s: %s"
21542159 msgstr "%s html başvuru ayar dosyası açılamıyor: %s"
21552160
2156 #: tp/Texinfo/Convert/HTML.pm:4691
2161 #: tp/Texinfo/Convert/HTML.pm:4675
21572162 msgid "missing type"
21582163 msgstr "kayıp tür"
21592164
2160 #: tp/Texinfo/Convert/HTML.pm:4694
2165 #: tp/Texinfo/Convert/HTML.pm:4678
21612166 #, perl-format
21622167 msgid "unrecognized type: %s"
21632168 msgstr "bilinmeyen tür: %s"
21642169
2165 #: tp/Texinfo/Convert/HTML.pm:4711
2170 #: tp/Texinfo/Convert/HTML.pm:4695
21662171 #, perl-format
21672172 msgid "error on closing html refs config file %s: %s"
21682173 msgstr "%s html başvuru ayar dosyasını kapatmada hata: %s"
21692174
2170 #: tp/Texinfo/Convert/HTML.pm:5038
2175 #: tp/Texinfo/Convert/HTML.pm:5022
21712176 msgid "string not closed in css file"
21722177 msgstr "css dosyasında dizge kapatılmadı"
21732178
2174 #: tp/Texinfo/Convert/HTML.pm:5040
2179 #: tp/Texinfo/Convert/HTML.pm:5024
21752180 msgid "--css-include ended in comment"
21762181 msgstr "--css-include yorum içinde sonlandı"
21772182
2178 #: tp/Texinfo/Convert/HTML.pm:5042
2183 #: tp/Texinfo/Convert/HTML.pm:5026
21792184 msgid "@import not finished in css file"
21802185 msgstr "css dosyasında @import bitmedi"
21812186
2182 #: tp/Texinfo/Convert/HTML.pm:5068
2187 #: tp/Texinfo/Convert/HTML.pm:5052
21832188 #, perl-format
21842189 msgid "CSS file %s not found"
21852190 msgstr "CSS dosyası %s bulunamadı"
21862191
2187 #: tp/Texinfo/Convert/HTML.pm:5074
2192 #: tp/Texinfo/Convert/HTML.pm:5058
21882193 #, perl-format
21892194 msgid "could not open --include-file %s: %s"
21902195 msgstr "--include-file %s açılamadı: %s"
21912196
2192 #: tp/Texinfo/Convert/HTML.pm:5084
2197 #: tp/Texinfo/Convert/HTML.pm:5068
21932198 #, perl-format
21942199 msgid "error on closing CSS file %s: %s"
21952200 msgstr "CSS dosyası %s'i kapatmada hata: %s"
21962201
2197 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2202 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
21982203 #, perl-format
21992204 msgid "no htmlxref.cnf entry found for `%s'"
22002205 msgstr "`%s' için htmlxref.cnf girdisi bulunamadı"
22012206
2202 #: tp/Texinfo/Convert/HTML.pm:6607
2207 #: tp/Texinfo/Convert/HTML.pm:6591
22032208 #, perl-format
22042209 msgid "error on closing frame file %s: %s"
22052210 msgstr "çerçeve dosyası %s'i kapatmada hata: %s"
22062211
2207 #: tp/Texinfo/Convert/HTML.pm:6631
2212 #: tp/Texinfo/Convert/HTML.pm:6615
22082213 #, perl-format
22092214 msgid "error on closing TOC frame file %s: %s"
22102215 msgstr "TOC çerçeve dosyası %s'i kapatmada hata: %s"
22112216
2212 #: tp/Texinfo/Convert/HTML.pm:6746
2217 #: tp/Texinfo/Convert/HTML.pm:6730
22132218 #, perl-format
22142219 msgid "handler %s of stage %s priority %s failed"
22152220 msgstr "evre %s öncelik %3$s'in kotarıcısı %s başarısız"
22162221
2217 #: tp/Texinfo/Convert/HTML.pm:6951
2222 #: tp/Texinfo/Convert/HTML.pm:6935
22182223 msgid "must specify a title with a title command or @top"
22192224 msgstr "başlık komutu ya da @top ile bir başlık belirlemelisiniz"
22202225
2221 #: tp/Texinfo/Convert/HTML.pm:7162
2226 #: tp/Texinfo/Convert/HTML.pm:7146
22222227 #, perl-format
22232228 msgid "error on closing redirection node file %s: %s"
22242229 msgstr "yeniden yönlendirme düğüm dosyası %s'i kapatmada hata: %s"
22252230
2226 #: tp/Texinfo/Convert/HTML.pm:7188
2231 #: tp/Texinfo/Convert/HTML.pm:7172
22272232 #, perl-format
22282233 msgid "old name for `%s' is a node of the document"
2229 msgstr "`%s'nin önceki adı bu belgenin bir düğümüdür"
2230
2231 #: tp/Texinfo/Convert/HTML.pm:7194
2234 msgstr "`%s' nin önceki adı bu belgenin bir düğümüdür"
2235
2236 #: tp/Texinfo/Convert/HTML.pm:7178
22322237 #, perl-format
22332238 msgid "file empty for renamed node `%s'"
22342239 msgstr "yeniden adlandırılmış `%s' düğüm dosyası boş"
22352240
2236 #: tp/Texinfo/Convert/HTML.pm:7208
2241 #: tp/Texinfo/Convert/HTML.pm:7192
22372242 #, perl-format
22382243 msgid "target node (new name for `%s') not in document: %s"
2239 msgstr "hedef düğüm (`%s'nin yeni adı) belgede yok: %s"
2240
2241 #: tp/Texinfo/Convert/HTML.pm:7240
2244 msgstr "hedef düğüm (`%s' nin yeni adı) belgede yok: %s"
2245
2246 #: tp/Texinfo/Convert/HTML.pm:7224
22422247 #, perl-format
22432248 msgid "error on closing renamed node redirection file %s: %s"
22442249 msgstr ""
22452250 "yeniden adlandırılmış düğüm yeniden yönlendirme dosyası %s'i kapatmada hata: "
22462251 "%s"
22472252
2248 #: tp/Texinfo/Convert/HTML.pm:7278
2253 #: tp/Texinfo/Convert/HTML.pm:7262
22492254 msgid "empty node name"
22502255 msgstr "boş düğüm adı"
22512256
2252 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2257 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22532258 #, perl-format
22542259 msgid "syntax for an external node used for `%s'"
22552260 msgstr "`%s' için kullanılan bir harici düğümün sözdizimi"
22852290 #: tp/Texinfo/Convert/Plaintext.pm:1243
22862291 #, perl-format
22872292 msgid "Index entry in @%s with : produces invalid Info: %s"
2288 msgstr "@%s 'deki : içeren dizin girdisi geçersiz Info üretiyor: %s"
2293 msgstr "Dizin girdisi @%s ile : geçersiz Info üretiyor: %s"
22892294
22902295 #: tp/Texinfo/Convert/Plaintext.pm:1290 tp/Texinfo/ParserNonXS.pm:2412
22912296 #, perl-format
23522357 msgid "menu entry name should not contain `:'"
23532358 msgstr "menü girdi adı `:' içermemeli"
23542359
2355 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2360 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23562361 #, perl-format
23572362 msgid "multiple @%s"
23582363 msgstr "çok sayıda @%s"
24592464 #: tp/Texinfo/ParserNonXS.pm:1963
24602465 #, perl-format
24612466 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
2462 msgstr "@%s açılımındaki \\ parametre adı ya da \\ yerine `%s'i izliyor"
2467 msgstr "@%s açılımındaki \\ parametre adı veya \\ yerine `%s' i izliyor"
24632468
24642469 #: tp/Texinfo/ParserNonXS.pm:2650
24652470 #, perl-format
25052510 #: tp/Texinfo/ParserNonXS.pm:2805
25062511 #, perl-format
25072512 msgid "accent command `@%s' not allowed as @%s argument"
2508 msgstr "vurgu komutu `@%s'in @%s argümanı olmasına izin verilmiyor"
2513 msgstr "vurgu komutu `@%s' in @%s argümanı olmasına izin verilmiyor"
25092514
25102515 #: tp/Texinfo/ParserNonXS.pm:2908 tp/Texinfo/ParserNonXS.pm:3056
25112516 #: tp/Texinfo/ParserNonXS.pm:5379
27762781 #: tp/Texinfo/ParserNonXS.pm:4743
27772782 #, perl-format
27782783 msgid "@%s should be right below `@float'"
2779 msgstr "@%s, `@float'ın hemen altında olmalıdır"
2784 msgstr "@%s, `@float' ın hemen altında olmalıdır"
27802785
27812786 #: tp/Texinfo/ParserNonXS.pm:4751
27822787 #, perl-format
29212926 #: tp/Texinfo/ParserNonXS.pm:5581
29222927 #, perl-format
29232928 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
2924 msgstr "'%s arg `on', `off' ya da `odd' olmalıdır, `%s' değil"
2929 msgstr "@%s arg `on', `off' veya `odd' olmalıdır, `%s' değil"
29252930
29262931 #: tp/Texinfo/ParserNonXS.pm:5599 tp/Texinfo/ParserNonXS.pm:5604
29272932 #, perl-format
29582963 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
29592964 msgstr "@urefbreakstyle arg `after'/`before'/`none' olmalıdır, `%s' değil"
29602965
2961 #: tp/Texinfo/Structuring.pm:176
2966 #: tp/Texinfo/Structuring.pm:175
29622967 #, perl-format
29632968 msgid "raising the section level of @%s which is too low"
29642969 msgstr "@%s'in çok düşük olan bölüm düzeyi yükseltiliyor"
29652970
2966 #: tp/Texinfo/Structuring.pm:208
2971 #: tp/Texinfo/Structuring.pm:207
29672972 #, perl-format
29682973 msgid "no chapter-level command before @%s"
29692974 msgstr "@%s'den önce kısım düzeyi komutu yok"
29702975
2971 #: tp/Texinfo/Structuring.pm:213
2976 #: tp/Texinfo/Structuring.pm:212
29722977 #, perl-format
29732978 msgid "lowering the section level of @%s appearing after a lower element"
29742979 msgstr ""
29752980 "daha düşük düzeyde bir unsurdan sonra görülen @%s'in bölüm düzeyi düşürülüyor"
29762981
2977 #: tp/Texinfo/Structuring.pm:302
2982 #: tp/Texinfo/Structuring.pm:301
29782983 #, perl-format
29792984 msgid "no sectioning command associated with @%s"
29802985 msgstr "@%s ile ilintili bir bölümleme komutu yok"
29812986
2982 #: tp/Texinfo/Structuring.pm:330
2987 #: tp/Texinfo/Structuring.pm:329
29832988 #, perl-format
29842989 msgid "@%s not empty"
29852990 msgstr "@%s boş değil"
29862991
2987 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
2992 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
29882993 #, perl-format
29892994 msgid "@%s reference to nonexistent node `%s'"
2990 msgstr "varolmayan düğüm `%s'e @%s referansı"
2991
2992 #: tp/Texinfo/Structuring.pm:394
2995 msgstr "varolmayan düğüm `%s' e @%s referansı"
2996
2997 #: tp/Texinfo/Structuring.pm:393
29932998 #, perl-format
29942999 msgid "@%s entry node name `%s' different from %s name `%s'"
29953000 msgstr "@%s girdi düğüm adı `%s', %s adından farklı `%s'"
29963001
2997 #: tp/Texinfo/Structuring.pm:513
3002 #: tp/Texinfo/Structuring.pm:512
29983003 #, perl-format
29993004 msgid "unreferenced node `%s'"
30003005 msgstr "başvurulmamış düğüm `%s'"
30013006
3002 #: tp/Texinfo/Structuring.pm:564
3007 #: tp/Texinfo/Structuring.pm:563
30033008 #, perl-format
30043009 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30053010 msgstr "düğüm `%s' `%3$s' için bölümlemede %s fakat menüde değil"
30063011
3007 #: tp/Texinfo/Structuring.pm:573
3012 #: tp/Texinfo/Structuring.pm:572
30083013 #, perl-format
30093014 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30103015 msgstr "düğüm %s `%3$s' menüsündeki `%s' ve bölümlemedeki `%4$s' farklı"
30113016
3012 #: tp/Texinfo/Structuring.pm:591
3017 #: tp/Texinfo/Structuring.pm:590
30133018 #, perl-format
30143019 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30153020 msgstr "düğüm `%s' menüdeki `%s' için %s fakat bölümlemede değil"
30163021
3017 #: tp/Texinfo/Structuring.pm:646
3022 #: tp/Texinfo/Structuring.pm:645
30183023 #, perl-format
30193024 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30203025 msgstr "`%s' %s göstergesi (düğüm `%s' için) `%s' %s adından farklı"
30213026
3022 #: tp/Texinfo/Structuring.pm:670
3027 #: tp/Texinfo/Structuring.pm:669
30233028 #, perl-format
30243029 msgid "%s reference to nonexistent `%s'"
3025 msgstr "varolmayan düğüm `%s'e %s referansı"
3026
3027 #: tp/Texinfo/Structuring.pm:691
3030 msgstr "varolmayan düğüm `%s' e %s referansı"
3031
3032 #: tp/Texinfo/Structuring.pm:690
30283033 #, perl-format
30293034 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30303035 msgstr ""
30313036 "düğüm `%s', Yukarı hedefi olmasına karşın, `%s' için eksik menü öğesi "
30323037 "içeriyor"
30333038
3034 #: tp/Texinfo/Structuring.pm:699
3039 #: tp/Texinfo/Structuring.pm:698
30353040 #, perl-format
30363041 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30373042 msgstr "`%s' için, menü `%s' deki yukarı ve `%s' yukarısı eşleşmiyor"
30383043
3039 #: tp/Texinfo/Structuring.pm:1218
3044 #: tp/Texinfo/Structuring.pm:1217
30403045 #, perl-format
30413046 msgid "@%s to `%s', different from %s name `%s'"
3042 msgstr "`%s'e @%s, `%s' %s adından farklı"
3043
3044 #: tp/Texinfo/Structuring.pm:1464
3047 msgstr "`%s' e @%s, `%s' %s adından farklı"
3048
3049 #: tp/Texinfo/Structuring.pm:1503
30453050 #, perl-format
30463051 msgid "empty index key in @%s"
30473052 msgstr "@%s'de boş dizin anahtarı"
33063311 " Otherwise, DEST names the output file.\n"
33073312 msgstr ""
33083313 "Genel çıktı seçenekleri:\n"
3309 " -E, --macro-expand DOSYA makro-genişletilmiş kaynak çıktısını herhangi\n"
3314 " -E, --macro-expand=DOSYA makro-genişletilmiş kaynak çıktısını herhangi\n"
33103315 " bir @setfilename'i yoksayarak DOSYA'ya yazar.\n"
33113316 " --no-headers Info ya da HTML çıktısında düğüm ayraçlarını, "
33123317 "Node:\n"
Binary diff not shown
88 msgstr ""
99 "Project-Id-Version: texinfo 6.5.90\n"
1010 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
11 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
11 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1212 "PO-Revision-Date: 2019-01-04 20:59+0200\n"
1313 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
1414 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
20282028
20292029 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20302030 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2031 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2032 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2033 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2034 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2031 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2032 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2033 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2034 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20352035 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20362036 #, perl-format
20372037 msgid "could not open %s for writing: %s"
20942094 msgid "could not open %s: %s"
20952095 msgstr "не вдалося відкрити %s: %s"
20962096
2097 #: tp/Texinfo/Common.pm:2253
2097 #: tp/Texinfo/Common.pm:1755
2098 #, perl-format
2099 msgid "using a renamed nodes file (`%s') is deprecated"
2100 msgstr ""
2101
2102 #: tp/Texinfo/Common.pm:2254
20982103 #, perl-format
20992104 msgid "could not protect hash character in @%s"
21002105 msgstr "не вдалося екранувати символ решітки у @%s"
21012106
2102 #: tp/Texinfo/Common.pm:2635
2107 #: tp/Texinfo/Common.pm:2636
21032108 #, perl-format
21042109 msgid "empty node name after expansion `%s'"
21052110 msgstr "порожня назва вузла після розгортання «%s»"
21062111
2107 #: tp/Texinfo/Common.pm:2643
2112 #: tp/Texinfo/Common.pm:2644
21082113 #, perl-format
21092114 msgid "@%s `%s' previously defined"
21102115 msgstr "@%s «%s» визначено раніше"
21112116
2112 #: tp/Texinfo/Common.pm:2649
2117 #: tp/Texinfo/Common.pm:2650
21132118 #, perl-format
21142119 msgid "here is the previous definition as @%s"
21152120 msgstr "попереднє визначення як @%s"
21162121
2117 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2122 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21182123 #, perl-format
21192124 msgid "empty argument in @%s"
21202125 msgstr "порожній аргумент у @%s"
21252130 msgstr "%s: виведені дані несумісні із поділом"
21262131
21272132 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2128 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2129 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2133 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2134 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21302135 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21312136 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21322137 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21532158 msgid "no argument specified for @U"
21542159 msgstr "не вказано аргументу @U"
21552160
2156 #: tp/Texinfo/Convert/HTML.pm:1727
2161 #: tp/Texinfo/Convert/HTML.pm:1719
21572162 #, perl-format
21582163 msgid "@image file `%s' (for HTML) not found, using `%s'"
21592164 msgstr "не знайдено файл @image «%s» (для HTML), використовуємо «%s»"
21602165
2161 #: tp/Texinfo/Convert/HTML.pm:2412
2166 #: tp/Texinfo/Convert/HTML.pm:2404
21622167 #, perl-format
21632168 msgid "raw format %s is not converted"
21642169 msgstr "формат необроблених даних %s не перетворено"
21652170
2166 #: tp/Texinfo/Convert/HTML.pm:4663
2171 #: tp/Texinfo/Convert/HTML.pm:4647
21672172 #, perl-format
21682173 msgid "could not open html refs config file %s: %s"
21692174 msgstr "не вдалося відкрити файл налаштувань посилань html %s: %s"
21702175
2171 #: tp/Texinfo/Convert/HTML.pm:4691
2176 #: tp/Texinfo/Convert/HTML.pm:4675
21722177 msgid "missing type"
21732178 msgstr "пропущено тип"
21742179
2175 #: tp/Texinfo/Convert/HTML.pm:4694
2180 #: tp/Texinfo/Convert/HTML.pm:4678
21762181 #, perl-format
21772182 msgid "unrecognized type: %s"
21782183 msgstr "нерозпізнаний тип: %s"
21792184
2180 #: tp/Texinfo/Convert/HTML.pm:4711
2185 #: tp/Texinfo/Convert/HTML.pm:4695
21812186 #, perl-format
21822187 msgid "error on closing html refs config file %s: %s"
21832188 msgstr "помилка під час закриття файла налаштувань посилань html %s: %s"
21842189
2185 #: tp/Texinfo/Convert/HTML.pm:5038
2190 #: tp/Texinfo/Convert/HTML.pm:5022
21862191 msgid "string not closed in css file"
21872192 msgstr "незавершений рядок у файлі css"
21882193
2189 #: tp/Texinfo/Convert/HTML.pm:5040
2194 #: tp/Texinfo/Convert/HTML.pm:5024
21902195 msgid "--css-include ended in comment"
21912196 msgstr "--css-include завершується коментарем"
21922197
2193 #: tp/Texinfo/Convert/HTML.pm:5042
2198 #: tp/Texinfo/Convert/HTML.pm:5026
21942199 msgid "@import not finished in css file"
21952200 msgstr "незавершений запис @import у файлі css"
21962201
2197 #: tp/Texinfo/Convert/HTML.pm:5068
2202 #: tp/Texinfo/Convert/HTML.pm:5052
21982203 #, perl-format
21992204 msgid "CSS file %s not found"
22002205 msgstr "Файл CSS %s не знайдено"
22012206
2202 #: tp/Texinfo/Convert/HTML.pm:5074
2207 #: tp/Texinfo/Convert/HTML.pm:5058
22032208 #, perl-format
22042209 msgid "could not open --include-file %s: %s"
22052210 msgstr "не вдалося відкрити --include-файл %s: %s"
22062211
2207 #: tp/Texinfo/Convert/HTML.pm:5084
2212 #: tp/Texinfo/Convert/HTML.pm:5068
22082213 #, perl-format
22092214 msgid "error on closing CSS file %s: %s"
22102215 msgstr "помилка під час спроби закрити файл CSS %s: %s"
22112216
2212 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2217 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22132218 #, perl-format
22142219 msgid "no htmlxref.cnf entry found for `%s'"
22152220 msgstr "не знайдено запису htmlxref.cnf для «%s»"
22162221
2217 #: tp/Texinfo/Convert/HTML.pm:6607
2222 #: tp/Texinfo/Convert/HTML.pm:6591
22182223 #, perl-format
22192224 msgid "error on closing frame file %s: %s"
22202225 msgstr "помилка під час спроби закрити файл фрейма %s: %s"
22212226
2222 #: tp/Texinfo/Convert/HTML.pm:6631
2227 #: tp/Texinfo/Convert/HTML.pm:6615
22232228 #, perl-format
22242229 msgid "error on closing TOC frame file %s: %s"
22252230 msgstr "помилка під час спроби закрити файл фрейма змісту %s: %s"
22262231
2227 #: tp/Texinfo/Convert/HTML.pm:6746
2232 #: tp/Texinfo/Convert/HTML.pm:6730
22282233 #, perl-format
22292234 msgid "handler %s of stage %s priority %s failed"
22302235 msgstr "помилка обробника %s на етапі %s, пріоритетність %s"
22312236
2232 #: tp/Texinfo/Convert/HTML.pm:6951
2237 #: tp/Texinfo/Convert/HTML.pm:6935
22332238 msgid "must specify a title with a title command or @top"
22342239 msgstr "слід вказати заголовок за допомогою команди title або @top"
22352240
2236 #: tp/Texinfo/Convert/HTML.pm:7162
2241 #: tp/Texinfo/Convert/HTML.pm:7146
22372242 #, perl-format
22382243 msgid "error on closing redirection node file %s: %s"
22392244 msgstr "помилка під час спроби закрити файл переспрямовування вузла %s: %s"
22402245
2241 #: tp/Texinfo/Convert/HTML.pm:7188
2246 #: tp/Texinfo/Convert/HTML.pm:7172
22422247 #, perl-format
22432248 msgid "old name for `%s' is a node of the document"
22442249 msgstr "старою назвою для «%s» є вузол документа"
22452250
2246 #: tp/Texinfo/Convert/HTML.pm:7194
2251 #: tp/Texinfo/Convert/HTML.pm:7178
22472252 #, perl-format
22482253 msgid "file empty for renamed node `%s'"
22492254 msgstr "файл перейменованого вузла «%s» є порожнім"
22502255
2251 #: tp/Texinfo/Convert/HTML.pm:7208
2256 #: tp/Texinfo/Convert/HTML.pm:7192
22522257 #, perl-format
22532258 msgid "target node (new name for `%s') not in document: %s"
22542259 msgstr ""
22552260 "вузол призначення (нова назва для «%s») перебуває за межами документа: %s"
22562261
2257 #: tp/Texinfo/Convert/HTML.pm:7240
2262 #: tp/Texinfo/Convert/HTML.pm:7224
22582263 #, perl-format
22592264 msgid "error on closing renamed node redirection file %s: %s"
22602265 msgstr ""
22612266 "помилка під час спроби закриття файла переспрямування перейменованого вузла, "
22622267 "%s: %s"
22632268
2264 #: tp/Texinfo/Convert/HTML.pm:7278
2269 #: tp/Texinfo/Convert/HTML.pm:7262
22652270 msgid "empty node name"
22662271 msgstr "порожня назва вузла"
22672272
2268 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2273 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22692274 #, perl-format
22702275 msgid "syntax for an external node used for `%s'"
22712276 msgstr "синтаксис для зовнішнього вузла використано для «%s»"
23682373 msgid "menu entry name should not contain `:'"
23692374 msgstr "у назві пункту меню не повинно бути «:»"
23702375
2371 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2376 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23722377 #, perl-format
23732378 msgid "multiple @%s"
23742379 msgstr "декілька @%s"
29842989 msgstr ""
29852990 "аргументом @urefbreakstyle має бути «after»/«before»/«none», але не «%s»"
29862991
2987 #: tp/Texinfo/Structuring.pm:176
2992 #: tp/Texinfo/Structuring.pm:175
29882993 #, perl-format
29892994 msgid "raising the section level of @%s which is too low"
29902995 msgstr "піднімаємо рівень розділу @%s; зараз рівень є надто низьким"
29912996
2992 #: tp/Texinfo/Structuring.pm:208
2997 #: tp/Texinfo/Structuring.pm:207
29932998 #, perl-format
29942999 msgid "no chapter-level command before @%s"
29953000 msgstr "немає команди рівня глави перед @%s"
29963001
2997 #: tp/Texinfo/Structuring.pm:213
3002 #: tp/Texinfo/Structuring.pm:212
29983003 #, perl-format
29993004 msgid "lowering the section level of @%s appearing after a lower element"
30003005 msgstr "знижуємо рівень розділу @%s, який вкладено у розділ нижчого рівня"
30013006
3002 #: tp/Texinfo/Structuring.pm:302
3007 #: tp/Texinfo/Structuring.pm:301
30033008 #, perl-format
30043009 msgid "no sectioning command associated with @%s"
30053010 msgstr "з @%s не пов’язано жодної команди структурування розділів"
30063011
3007 #: tp/Texinfo/Structuring.pm:330
3012 #: tp/Texinfo/Structuring.pm:329
30083013 #, perl-format
30093014 msgid "@%s not empty"
30103015 msgstr "@%s не є порожнім"
30113016
3012 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3017 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
30133018 #, perl-format
30143019 msgid "@%s reference to nonexistent node `%s'"
30153020 msgstr "@%s посилається на відсутній вузол «%s»"
30163021
3017 #: tp/Texinfo/Structuring.pm:394
3022 #: tp/Texinfo/Structuring.pm:393
30183023 #, perl-format
30193024 msgid "@%s entry node name `%s' different from %s name `%s'"
30203025 msgstr "назва вузла запису @%s, «%s», відрізняється від назви %s, «%s»"
30213026
3022 #: tp/Texinfo/Structuring.pm:513
3027 #: tp/Texinfo/Structuring.pm:512
30233028 #, perl-format
30243029 msgid "unreferenced node `%s'"
30253030 msgstr "вузол, на який нема посилань `%s'"
30263031
3027 #: tp/Texinfo/Structuring.pm:564
3032 #: tp/Texinfo/Structuring.pm:563
30283033 #, perl-format
30293034 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30303035 msgstr "вузол «%s» є вузлом %s для «%s» у структурі розділів, але не у меню"
30313036
3032 #: tp/Texinfo/Structuring.pm:573
3037 #: tp/Texinfo/Structuring.pm:572
30333038 #, perl-format
30343039 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30353040 msgstr ""
30363041 "виявлено відмінності у записах вузла %s «%s» у меню «%s» і у структурі "
30373042 "розділів «%s»"
30383043
3039 #: tp/Texinfo/Structuring.pm:591
3044 #: tp/Texinfo/Structuring.pm:590
30403045 #, perl-format
30413046 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30423047 msgstr "вузол «%s» є вузлом %s для «%s» у меню, але не у структурі розділів"
30433048
3044 #: tp/Texinfo/Structuring.pm:646
3049 #: tp/Texinfo/Structuring.pm:645
30453050 #, perl-format
30463051 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30473052 msgstr "вказівник %s, «%s», (для вузла «%s») відрізняється від назви %s, «%s»"
30483053
3049 #: tp/Texinfo/Structuring.pm:670
3054 #: tp/Texinfo/Structuring.pm:669
30503055 #, perl-format
30513056 msgid "%s reference to nonexistent `%s'"
30523057 msgstr "%s посилається на відсутній «%s»"
30533058
3054 #: tp/Texinfo/Structuring.pm:691
3059 #: tp/Texinfo/Structuring.pm:690
30553060 #, perl-format
30563061 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30573062 msgstr "вузол `%s' не має пункту меню для `%s', хоча й є його горішнім вузлом"
30583063
3059 #: tp/Texinfo/Structuring.pm:699
3064 #: tp/Texinfo/Structuring.pm:698
30603065 #, perl-format
30613066 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30623067 msgstr "для «%s», вгору меню «%s» і вгору «%s» відрізняються один від одного"
30633068
3064 #: tp/Texinfo/Structuring.pm:1218
3069 #: tp/Texinfo/Structuring.pm:1217
30653070 #, perl-format
30663071 msgid "@%s to `%s', different from %s name `%s'"
30673072 msgstr "@%s до «%s», відрізняється від назви %s, «%s»"
30683073
3069 #: tp/Texinfo/Structuring.pm:1464
3074 #: tp/Texinfo/Structuring.pm:1503
30703075 #, perl-format
30713076 msgid "empty index key in @%s"
30723077 msgstr "порожній ключ індексу у @%s"
Binary diff not shown
88 msgstr ""
99 "Project-Id-Version: texinfo 6.3.92\n"
1010 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
11 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
11 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1212 "PO-Revision-Date: 2017-07-11 14:12+0700\n"
1313 "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
1414 "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
20192019
20202020 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20212021 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2022 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2023 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2024 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2025 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2022 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2023 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2024 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2025 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20262026 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20272027 #, perl-format
20282028 msgid "could not open %s for writing: %s"
20852085 msgid "could not open %s: %s"
20862086 msgstr "không thể mở %s: %s"
20872087
2088 #: tp/Texinfo/Common.pm:2253
2088 #: tp/Texinfo/Common.pm:1755
2089 #, fuzzy, perl-format
2090 msgid "using a renamed nodes file (`%s') is deprecated"
2091 msgstr "Gặp lỗi khi đóng tập tin nút được đổi tên %s: %s"
2092
2093 #: tp/Texinfo/Common.pm:2254
20892094 #, perl-format
20902095 msgid "could not protect hash character in @%s"
20912096 msgstr "không thể bảo vệ ký tự băm trong @%s"
20922097
2093 #: tp/Texinfo/Common.pm:2635
2098 #: tp/Texinfo/Common.pm:2636
20942099 #, perl-format
20952100 msgid "empty node name after expansion `%s'"
20962101 msgstr "tên nút trống rỗng sau phần mở rộng “%s”"
20972102
2098 #: tp/Texinfo/Common.pm:2643
2103 #: tp/Texinfo/Common.pm:2644
20992104 #, perl-format
21002105 msgid "@%s `%s' previously defined"
21012106 msgstr "@%s “%s” đã định nghĩa từ trước"
21022107
2103 #: tp/Texinfo/Common.pm:2649
2108 #: tp/Texinfo/Common.pm:2650
21042109 #, perl-format
21052110 msgid "here is the previous definition as @%s"
21062111 msgstr "ở đây có định nghĩa trước như là @%s"
21072112
2108 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2113 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21092114 #, perl-format
21102115 msgid "empty argument in @%s"
21112116 msgstr "đối số trống rỗng trong @%s"
21162121 msgstr "%s: kết xuất không tương thích với split (chia tách)"
21172122
21182123 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2119 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2120 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2124 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2125 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21212126 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21222127 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21232128 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21442149 msgid "no argument specified for @U"
21452150 msgstr "chưa chỉ định đối số cho @U"
21462151
2147 #: tp/Texinfo/Convert/HTML.pm:1727
2152 #: tp/Texinfo/Convert/HTML.pm:1719
21482153 #, perl-format
21492154 msgid "@image file `%s' (for HTML) not found, using `%s'"
21502155 msgstr "Tập tin @image “%s” (cho HTML) không đọc được, dùng “%s”"
21512156
2152 #: tp/Texinfo/Convert/HTML.pm:2412
2157 #: tp/Texinfo/Convert/HTML.pm:2404
21532158 #, perl-format
21542159 msgid "raw format %s is not converted"
21552160 msgstr "định dạng thô %s không được chuyển đổi"
21562161
2157 #: tp/Texinfo/Convert/HTML.pm:4663
2162 #: tp/Texinfo/Convert/HTML.pm:4647
21582163 #, perl-format
21592164 msgid "could not open html refs config file %s: %s"
21602165 msgstr "không thể mở tập tin cấu hình dùng để tham chiếu html %s: %s"
21612166
2162 #: tp/Texinfo/Convert/HTML.pm:4691
2167 #: tp/Texinfo/Convert/HTML.pm:4675
21632168 msgid "missing type"
21642169 msgstr "thiếu kiểu"
21652170
2166 #: tp/Texinfo/Convert/HTML.pm:4694
2171 #: tp/Texinfo/Convert/HTML.pm:4678
21672172 #, perl-format
21682173 msgid "unrecognized type: %s"
21692174 msgstr "không nhận ra kiểu: %s"
21702175
2171 #: tp/Texinfo/Convert/HTML.pm:4711
2176 #: tp/Texinfo/Convert/HTML.pm:4695
21722177 #, perl-format
21732178 msgid "error on closing html refs config file %s: %s"
21742179 msgstr "gặp lỗi khi đóng tập tin cấu hình tham chiếu cho html %s: %s"
21752180
2176 #: tp/Texinfo/Convert/HTML.pm:5038
2181 #: tp/Texinfo/Convert/HTML.pm:5022
21772182 msgid "string not closed in css file"
21782183 msgstr "chuỗi chưa được đóng trong tập tin css"
21792184
2180 #: tp/Texinfo/Convert/HTML.pm:5040
2185 #: tp/Texinfo/Convert/HTML.pm:5024
21812186 msgid "--css-include ended in comment"
21822187 msgstr "“--css-include” kết thúc tại phần ghi chú"
21832188
2184 #: tp/Texinfo/Convert/HTML.pm:5042
2189 #: tp/Texinfo/Convert/HTML.pm:5026
21852190 msgid "@import not finished in css file"
21862191 msgstr "@import chưa hoàn thiện trong tập tin css"
21872192
2188 #: tp/Texinfo/Convert/HTML.pm:5068
2193 #: tp/Texinfo/Convert/HTML.pm:5052
21892194 #, perl-format
21902195 msgid "CSS file %s not found"
21912196 msgstr "không tìm thấy tập tin CSS %s"
21922197
2193 #: tp/Texinfo/Convert/HTML.pm:5074
2198 #: tp/Texinfo/Convert/HTML.pm:5058
21942199 #, perl-format
21952200 msgid "could not open --include-file %s: %s"
21962201 msgstr "không thể mở --include-file %s: %s"
21972202
2198 #: tp/Texinfo/Convert/HTML.pm:5084
2203 #: tp/Texinfo/Convert/HTML.pm:5068
21992204 #, perl-format
22002205 msgid "error on closing CSS file %s: %s"
22012206 msgstr "gặp lỗi khi đóng tập tin CSS %s: %s"
22022207
2203 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2208 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22042209 #, perl-format
22052210 msgid "no htmlxref.cnf entry found for `%s'"
22062211 msgstr "không tìm thấy mục htmlxref.cnf dành cho “%s”"
22072212
2208 #: tp/Texinfo/Convert/HTML.pm:6607
2213 #: tp/Texinfo/Convert/HTML.pm:6591
22092214 #, perl-format
22102215 msgid "error on closing frame file %s: %s"
22112216 msgstr "gặp lỗi khi đóng tập tin khung (frame) %s: %s"
22122217
2213 #: tp/Texinfo/Convert/HTML.pm:6631
2218 #: tp/Texinfo/Convert/HTML.pm:6615
22142219 #, perl-format
22152220 msgid "error on closing TOC frame file %s: %s"
22162221 msgstr "gặp lỗi khi đóng tập tin khung (frame) TOC %s: %s"
22172222
2218 #: tp/Texinfo/Convert/HTML.pm:6746
2223 #: tp/Texinfo/Convert/HTML.pm:6730
22192224 #, perl-format
22202225 msgid "handler %s of stage %s priority %s failed"
22212226 msgstr "bộ tiếp hợp %s của trạng thái %s mức ưu tiên %s gặp lỗi"
22222227
2223 #: tp/Texinfo/Convert/HTML.pm:6951
2228 #: tp/Texinfo/Convert/HTML.pm:6935
22242229 msgid "must specify a title with a title command or @top"
22252230 msgstr "phải chỉ định một tiêu đề cùng với lệnh title hay @top"
22262231
2227 #: tp/Texinfo/Convert/HTML.pm:7162
2232 #: tp/Texinfo/Convert/HTML.pm:7146
22282233 #, perl-format
22292234 msgid "error on closing redirection node file %s: %s"
22302235 msgstr "gặp lỗi khi đóng tập tin nút chuyển hướng %s: %s"
22312236
2232 #: tp/Texinfo/Convert/HTML.pm:7188
2237 #: tp/Texinfo/Convert/HTML.pm:7172
22332238 #, perl-format
22342239 msgid "old name for `%s' is a node of the document"
22352240 msgstr "tên cũ dành cho “%s” là một nút tài liệu"
22362241
2237 #: tp/Texinfo/Convert/HTML.pm:7194
2242 #: tp/Texinfo/Convert/HTML.pm:7178
22382243 #, perl-format
22392244 msgid "file empty for renamed node `%s'"
22402245 msgstr "tập tin trống rỗng cho nút được đổi tên “%s”"
22412246
2242 #: tp/Texinfo/Convert/HTML.pm:7208
2247 #: tp/Texinfo/Convert/HTML.pm:7192
22432248 #, perl-format
22442249 msgid "target node (new name for `%s') not in document: %s"
22452250 msgstr "nút đích (tên mới cho “%s”) không ở trong tài liệu: %s"
22462251
2247 #: tp/Texinfo/Convert/HTML.pm:7240
2252 #: tp/Texinfo/Convert/HTML.pm:7224
22482253 #, perl-format
22492254 msgid "error on closing renamed node redirection file %s: %s"
22502255 msgstr "gặp lỗi khi đóng tập tin nút chuyển hướng được đổi tên %s: %s"
22512256
2252 #: tp/Texinfo/Convert/HTML.pm:7278
2257 #: tp/Texinfo/Convert/HTML.pm:7262
22532258 msgid "empty node name"
22542259 msgstr "tên nút rỗng"
22552260
2256 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2261 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22572262 #, perl-format
22582263 msgid "syntax for an external node used for `%s'"
22592264 msgstr "cú pháp cho nút mở rộng được dùng cho “%s”"
23572362 msgid "menu entry name should not contain `:'"
23582363 msgstr "tên mục trình đơn không được chứa dấu hai chấm “:”"
23592364
2360 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2365 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23612366 #, perl-format
23622367 msgid "multiple @%s"
23632368 msgstr "nhiều @%s"
29953000 " * none: không\n"
29963001 "chứ không phải “%s”"
29973002
2998 #: tp/Texinfo/Structuring.pm:176
3003 #: tp/Texinfo/Structuring.pm:175
29993004 #, perl-format
30003005 msgid "raising the section level of @%s which is too low"
30013006 msgstr "nâng mức chương của @%s là quá thấp"
30023007
3003 #: tp/Texinfo/Structuring.pm:208
3008 #: tp/Texinfo/Structuring.pm:207
30043009 #, perl-format
30053010 msgid "no chapter-level command before @%s"
30063011 msgstr "không có lệnh chapter-level trước @%s"
30073012
3008 #: tp/Texinfo/Structuring.pm:213
3013 #: tp/Texinfo/Structuring.pm:212
30093014 #, perl-format
30103015 msgid "lowering the section level of @%s appearing after a lower element"
30113016 msgstr "đang hạ thấp mức chương của @%s xuất hiện sau một phần tử ở thấp hơn"
30123017
3013 #: tp/Texinfo/Structuring.pm:302
3018 #: tp/Texinfo/Structuring.pm:301
30143019 #, perl-format
30153020 msgid "no sectioning command associated with @%s"
30163021 msgstr "không có lệnh chương nào tổ hợp cùng với @%s"
30173022
3018 #: tp/Texinfo/Structuring.pm:330
3023 #: tp/Texinfo/Structuring.pm:329
30193024 #, perl-format
30203025 msgid "@%s not empty"
30213026 msgstr "@%s không trống rỗng"
30223027
3023 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
3028 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
30243029 #, perl-format
30253030 msgid "@%s reference to nonexistent node `%s'"
30263031 msgstr "@%s tham chiếu đến nút chưa tồn tại “%s”"
30273032
3028 #: tp/Texinfo/Structuring.pm:394
3033 #: tp/Texinfo/Structuring.pm:393
30293034 #, perl-format
30303035 msgid "@%s entry node name `%s' different from %s name `%s'"
30313036 msgstr "@%s tên nút mục trình đơn “%s” khác biệt với %s tên “%s”"
30323037
3033 #: tp/Texinfo/Structuring.pm:513
3038 #: tp/Texinfo/Structuring.pm:512
30343039 #, perl-format
30353040 msgid "unreferenced node `%s'"
30363041 msgstr "nút chưa được tham chiếu “%s”"
30373042
3038 #: tp/Texinfo/Structuring.pm:564
3043 #: tp/Texinfo/Structuring.pm:563
30393044 #, perl-format
30403045 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30413046 msgstr ""
30423047 "nút “%s” là %s dành cho “%s” trong phần chương nhưng không có trong trình đơn"
30433048
3044 #: tp/Texinfo/Structuring.pm:573
3049 #: tp/Texinfo/Structuring.pm:572
30453050 #, perl-format
30463051 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30473052 msgstr "nút %s “%s” trong trình đơn “%s” và trong chương “%s” khác nhau"
30483053
3049 #: tp/Texinfo/Structuring.pm:591
3054 #: tp/Texinfo/Structuring.pm:590
30503055 #, perl-format
30513056 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30523057 msgstr "nút “%s” là %s cho “%s” trong trình đơn nhưng mà không ở trong chương"
30533058
3054 #: tp/Texinfo/Structuring.pm:646
3059 #: tp/Texinfo/Structuring.pm:645
30553060 #, perl-format
30563061 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30573062 msgstr "con trỏ %s “%s” (cho nút “%s”) khác với %s tên “%s”"
30583063
3059 #: tp/Texinfo/Structuring.pm:670
3064 #: tp/Texinfo/Structuring.pm:669
30603065 #, perl-format
30613066 msgid "%s reference to nonexistent `%s'"
30623067 msgstr "%s tham chiếu đến nơi mà chưa có “%s”"
30633068
3064 #: tp/Texinfo/Structuring.pm:691
3069 #: tp/Texinfo/Structuring.pm:690
30653070 #, perl-format
30663071 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30673072 msgstr ""
30683073 "nút “%s” không có mục trình đơn cho “%s”, không kể nút này là đích Lên của nó"
30693074
3070 #: tp/Texinfo/Structuring.pm:699
3075 #: tp/Texinfo/Structuring.pm:698
30713076 #, perl-format
30723077 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30733078 msgstr "cho “%s”, nhảy lên trong trình đơn “%s” và lên “%s” không khớp"
30743079
3075 #: tp/Texinfo/Structuring.pm:1218
3080 #: tp/Texinfo/Structuring.pm:1217
30763081 #, perl-format
30773082 msgid "@%s to `%s', different from %s name `%s'"
30783083 msgstr "@%s thành “%s”, khác với %s tên “%s”"
30793084
3080 #: tp/Texinfo/Structuring.pm:1464
3085 #: tp/Texinfo/Structuring.pm:1503
30813086 #, perl-format
30823087 msgid "empty index key in @%s"
30833088 msgstr "khóa chỉ mục trống rỗng trong @%s"
41024107 #~ msgid "chdir to %s failed"
41034108 #~ msgstr "lỗi chdir (chuyển đổi thư mục) sang %s"
41044109
4105 #~ msgid "Error on closing renamed nodes file %s: %s"
4106 #~ msgstr "Gặp lỗi khi đóng tập tin nút được đổi tên %s: %s"
4107
41084110 #~ msgid "Node `%s' that is to be renamed exists"
41094111 #~ msgstr "Nút “%s” cái mà được đổi tên đã sẵn có"
41104112
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: texinfo 6.3.92\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1111 "PO-Revision-Date: 2018-01-23 10:13+0800\n"
1212 "Last-Translator: Boyuan Yang <073plan@gmail.com>\n"
1313 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
20162016
20172017 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
20182018 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
2019 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
2020 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
2021 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
2022 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
2019 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
2020 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
2021 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
2022 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
20232023 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
20242024 #, fuzzy, perl-format
20252025 msgid "could not open %s for writing: %s"
20792079 msgid "could not open %s: %s"
20802080 msgstr "%s: 无法打开 --css-file: %s"
20812081
2082 #: tp/Texinfo/Common.pm:2253
2082 #: tp/Texinfo/Common.pm:1755
2083 #, perl-format
2084 msgid "using a renamed nodes file (`%s') is deprecated"
2085 msgstr ""
2086
2087 #: tp/Texinfo/Common.pm:2254
20832088 #, perl-format
20842089 msgid "could not protect hash character in @%s"
20852090 msgstr ""
20862091
2087 #: tp/Texinfo/Common.pm:2635
2092 #: tp/Texinfo/Common.pm:2636
20882093 #, perl-format
20892094 msgid "empty node name after expansion `%s'"
20902095 msgstr ""
20912096
2092 #: tp/Texinfo/Common.pm:2643
2097 #: tp/Texinfo/Common.pm:2644
20932098 #, fuzzy, perl-format
20942099 msgid "@%s `%s' previously defined"
20952100 msgstr "宏“%s”已在前面定义"
20962101
2097 #: tp/Texinfo/Common.pm:2649
2102 #: tp/Texinfo/Common.pm:2650
20982103 #, fuzzy, perl-format
20992104 msgid "here is the previous definition as @%s"
21002105 msgstr "这里是“%s”前面的定义"
21012106
2102 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2107 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
21032108 #, fuzzy, perl-format
21042109 msgid "empty argument in @%s"
21052110 msgstr "@%s 的参数错误"
21102115 msgstr ""
21112116
21122117 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2113 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2114 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2118 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2119 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
21152120 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
21162121 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
21172122 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
21392144 msgid "no argument specified for @U"
21402145 msgstr "没有为“%c%s”命令指定节名称"
21412146
2142 #: tp/Texinfo/Convert/HTML.pm:1727
2147 #: tp/Texinfo/Convert/HTML.pm:1719
21432148 #, fuzzy, perl-format
21442149 msgid "@image file `%s' (for HTML) not found, using `%s'"
21452150 msgstr "@image 文件“%s”(对 HTML)不可读:%s"
21462151
2147 #: tp/Texinfo/Convert/HTML.pm:2412
2152 #: tp/Texinfo/Convert/HTML.pm:2404
21482153 #, perl-format
21492154 msgid "raw format %s is not converted"
21502155 msgstr ""
21512156
2152 #: tp/Texinfo/Convert/HTML.pm:4663
2157 #: tp/Texinfo/Convert/HTML.pm:4647
21532158 #, fuzzy, perl-format
21542159 msgid "could not open html refs config file %s: %s"
21552160 msgstr "%s: 无法打开 --css-file: %s"
21562161
2157 #: tp/Texinfo/Convert/HTML.pm:4691
2162 #: tp/Texinfo/Convert/HTML.pm:4675
21582163 #, fuzzy
21592164 msgid "missing type"
21602165 msgstr "遗漏动作名称"
21612166
2162 #: tp/Texinfo/Convert/HTML.pm:4694
2167 #: tp/Texinfo/Convert/HTML.pm:4678
21632168 #, fuzzy, perl-format
21642169 msgid "unrecognized type: %s"
21652170 msgstr "%s:不能识别的选项“--%s”\n"
21662171
2167 #: tp/Texinfo/Convert/HTML.pm:4711
2172 #: tp/Texinfo/Convert/HTML.pm:4695
21682173 #, fuzzy, perl-format
21692174 msgid "error on closing html refs config file %s: %s"
21702175 msgstr "关闭输出文件“%s”时出错"
21712176
2172 #: tp/Texinfo/Convert/HTML.pm:5038
2177 #: tp/Texinfo/Convert/HTML.pm:5022
21732178 msgid "string not closed in css file"
21742179 msgstr ""
21752180
2176 #: tp/Texinfo/Convert/HTML.pm:5040
2181 #: tp/Texinfo/Convert/HTML.pm:5024
21772182 #, fuzzy
21782183 msgid "--css-include ended in comment"
21792184 msgstr "%s:%d: --css-file 以注释结尾"
21802185
2181 #: tp/Texinfo/Convert/HTML.pm:5042
2186 #: tp/Texinfo/Convert/HTML.pm:5026
21822187 msgid "@import not finished in css file"
21832188 msgstr ""
21842189
2185 #: tp/Texinfo/Convert/HTML.pm:5068
2190 #: tp/Texinfo/Convert/HTML.pm:5052
21862191 #, perl-format
21872192 msgid "CSS file %s not found"
21882193 msgstr ""
21892194
2190 #: tp/Texinfo/Convert/HTML.pm:5074
2195 #: tp/Texinfo/Convert/HTML.pm:5058
21912196 #, fuzzy, perl-format
21922197 msgid "could not open --include-file %s: %s"
21932198 msgstr "%s: 无法打开 --css-file: %s"
21942199
2195 #: tp/Texinfo/Convert/HTML.pm:5084
2200 #: tp/Texinfo/Convert/HTML.pm:5068
21962201 #, fuzzy, perl-format
21972202 msgid "error on closing CSS file %s: %s"
21982203 msgstr "关闭输出文件“%s”时出错"
21992204
2200 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2205 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
22012206 #, fuzzy, perl-format
22022207 msgid "no htmlxref.cnf entry found for `%s'"
22032208 msgstr "找不到含有“%s”的索引\n"
22042209
2205 #: tp/Texinfo/Convert/HTML.pm:6607
2210 #: tp/Texinfo/Convert/HTML.pm:6591
22062211 #, fuzzy, perl-format
22072212 msgid "error on closing frame file %s: %s"
22082213 msgstr "关闭输出文件“%s”时出错"
22092214
2210 #: tp/Texinfo/Convert/HTML.pm:6631
2215 #: tp/Texinfo/Convert/HTML.pm:6615
22112216 #, fuzzy, perl-format
22122217 msgid "error on closing TOC frame file %s: %s"
22132218 msgstr "关闭输出文件“%s”时出错"
22142219
2215 #: tp/Texinfo/Convert/HTML.pm:6746
2220 #: tp/Texinfo/Convert/HTML.pm:6730
22162221 #, perl-format
22172222 msgid "handler %s of stage %s priority %s failed"
22182223 msgstr ""
22192224
2220 #: tp/Texinfo/Convert/HTML.pm:6951
2225 #: tp/Texinfo/Convert/HTML.pm:6935
22212226 msgid "must specify a title with a title command or @top"
22222227 msgstr ""
22232228
2224 #: tp/Texinfo/Convert/HTML.pm:7162
2229 #: tp/Texinfo/Convert/HTML.pm:7146
22252230 #, fuzzy, perl-format
22262231 msgid "error on closing redirection node file %s: %s"
22272232 msgstr "关闭输出文件“%s”时出错"
22282233
2229 #: tp/Texinfo/Convert/HTML.pm:7188
2234 #: tp/Texinfo/Convert/HTML.pm:7172
22302235 #, fuzzy, perl-format
22312236 msgid "old name for `%s' is a node of the document"
22322237 msgstr "在本文档中没有本节点的“上一个”或“上层”节点。"
22332238
2234 #: tp/Texinfo/Convert/HTML.pm:7194
2239 #: tp/Texinfo/Convert/HTML.pm:7178
22352240 #, fuzzy, perl-format
22362241 msgid "file empty for renamed node `%s'"
22372242 msgstr "未引用的节点“%s”"
22382243
2239 #: tp/Texinfo/Convert/HTML.pm:7208
2244 #: tp/Texinfo/Convert/HTML.pm:7192
22402245 #, perl-format
22412246 msgid "target node (new name for `%s') not in document: %s"
22422247 msgstr ""
22432248
2244 #: tp/Texinfo/Convert/HTML.pm:7240
2249 #: tp/Texinfo/Convert/HTML.pm:7224
22452250 #, perl-format
22462251 msgid "error on closing renamed node redirection file %s: %s"
22472252 msgstr ""
22482253
2249 #: tp/Texinfo/Convert/HTML.pm:7278
2254 #: tp/Texinfo/Convert/HTML.pm:7262
22502255 msgid "empty node name"
22512256 msgstr ""
22522257
2253 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2258 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
22542259 #, perl-format
22552260 msgid "syntax for an external node used for `%s'"
22562261 msgstr ""
23532358 msgid "menu entry name should not contain `:'"
23542359 msgstr ""
23552360
2356 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2361 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
23572362 #, perl-format
23582363 msgid "multiple @%s"
23592364 msgstr "多个 @%s"
29522957 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
29532958 msgstr "%s:--footnote-style 的参数必须为“separate”或“end”,而不是“%s”。\n"
29542959
2955 #: tp/Texinfo/Structuring.pm:176
2960 #: tp/Texinfo/Structuring.pm:175
29562961 #, perl-format
29572962 msgid "raising the section level of @%s which is too low"
29582963 msgstr ""
29592964
2960 #: tp/Texinfo/Structuring.pm:208
2965 #: tp/Texinfo/Structuring.pm:207
29612966 #, perl-format
29622967 msgid "no chapter-level command before @%s"
29632968 msgstr ""
29642969
2965 #: tp/Texinfo/Structuring.pm:213
2970 #: tp/Texinfo/Structuring.pm:212
29662971 #, perl-format
29672972 msgid "lowering the section level of @%s appearing after a lower element"
29682973 msgstr ""
29692974
2970 #: tp/Texinfo/Structuring.pm:302
2975 #: tp/Texinfo/Structuring.pm:301
29712976 #, perl-format
29722977 msgid "no sectioning command associated with @%s"
29732978 msgstr ""
29742979
2975 #: tp/Texinfo/Structuring.pm:330
2980 #: tp/Texinfo/Structuring.pm:329
29762981 #, perl-format
29772982 msgid "@%s not empty"
29782983 msgstr ""
29792984
2980 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
2985 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
29812986 #, fuzzy, perl-format
29822987 msgid "@%s reference to nonexistent node `%s'"
29832988 msgstr "%s 引用到不存在的节点“%s”(也许字段不正确?)"
29842989
2985 #: tp/Texinfo/Structuring.pm:394
2990 #: tp/Texinfo/Structuring.pm:393
29862991 #, perl-format
29872992 msgid "@%s entry node name `%s' different from %s name `%s'"
29882993 msgstr ""
29892994
2990 #: tp/Texinfo/Structuring.pm:513
2995 #: tp/Texinfo/Structuring.pm:512
29912996 #, perl-format
29922997 msgid "unreferenced node `%s'"
29932998 msgstr "未引用的节点“%s”"
29942999
2995 #: tp/Texinfo/Structuring.pm:564
3000 #: tp/Texinfo/Structuring.pm:563
29963001 #, perl-format
29973002 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
29983003 msgstr ""
29993004
3000 #: tp/Texinfo/Structuring.pm:573
3005 #: tp/Texinfo/Structuring.pm:572
30013006 #, perl-format
30023007 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30033008 msgstr ""
30043009
3005 #: tp/Texinfo/Structuring.pm:591
3010 #: tp/Texinfo/Structuring.pm:590
30063011 #, perl-format
30073012 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30083013 msgstr ""
30093014
3010 #: tp/Texinfo/Structuring.pm:646
3015 #: tp/Texinfo/Structuring.pm:645
30113016 #, perl-format
30123017 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
30133018 msgstr ""
30143019
3015 #: tp/Texinfo/Structuring.pm:670
3020 #: tp/Texinfo/Structuring.pm:669
30163021 #, fuzzy, perl-format
30173022 msgid "%s reference to nonexistent `%s'"
30183023 msgstr "未引用的节点“%s”"
30193024
3020 #: tp/Texinfo/Structuring.pm:691
3025 #: tp/Texinfo/Structuring.pm:690
30213026 #, fuzzy, perl-format
30223027 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30233028 msgstr "尽管节点“%s”是“%s”的上层节点,但缺少相关的菜单项"
30243029
3025 #: tp/Texinfo/Structuring.pm:699
3030 #: tp/Texinfo/Structuring.pm:698
30263031 #, perl-format
30273032 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30283033 msgstr ""
30293034
3030 #: tp/Texinfo/Structuring.pm:1218
3035 #: tp/Texinfo/Structuring.pm:1217
30313036 #, perl-format
30323037 msgid "@%s to `%s', different from %s name `%s'"
30333038 msgstr ""
30343039
3035 #: tp/Texinfo/Structuring.pm:1464
3040 #: tp/Texinfo/Structuring.pm:1503
30363041 #, perl-format
30373042 msgid "empty index key in @%s"
30383043 msgstr ""
Binary diff not shown
55 msgstr ""
66 "Project-Id-Version: texinfo 4.1\n"
77 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
8 "POT-Creation-Date: 2019-02-01 15:23+0000\n"
8 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
99 "PO-Revision-Date: 2002-03-08 04:56+0800\n"
1010 "Last-Translator: Abel Cheung <maddog@linux.org.hk>\n"
1111 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
19331933
19341934 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:833
19351935 #: tp/Texinfo/Convert/Converter.pm:871 tp/Texinfo/Convert/Converter.pm:1159
1936 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6612
1937 #: tp/Texinfo/Convert/HTML.pm:6636 tp/Texinfo/Convert/HTML.pm:7017
1938 #: tp/Texinfo/Convert/HTML.pm:7076 tp/Texinfo/Convert/HTML.pm:7155
1939 #: tp/Texinfo/Convert/HTML.pm:7233 tp/Texinfo/Convert/IXIN.pm:286
1936 #: tp/Texinfo/Convert/DocBook.pm:318 tp/Texinfo/Convert/HTML.pm:6596
1937 #: tp/Texinfo/Convert/HTML.pm:6620 tp/Texinfo/Convert/HTML.pm:7001
1938 #: tp/Texinfo/Convert/HTML.pm:7060 tp/Texinfo/Convert/HTML.pm:7139
1939 #: tp/Texinfo/Convert/HTML.pm:7217 tp/Texinfo/Convert/IXIN.pm:286
19401940 #: tp/Texinfo/Convert/Info.pm:296 tp/Texinfo/Convert/TexinfoXML.pm:451
19411941 #, perl-format
19421942 msgid "could not open %s for writing: %s"
19961996 msgid "could not open %s: %s"
19971997 msgstr ""
19981998
1999 #: tp/Texinfo/Common.pm:2253
1999 #: tp/Texinfo/Common.pm:1755
2000 #, perl-format
2001 msgid "using a renamed nodes file (`%s') is deprecated"
2002 msgstr ""
2003
2004 #: tp/Texinfo/Common.pm:2254
20002005 #, perl-format
20012006 msgid "could not protect hash character in @%s"
20022007 msgstr ""
20032008
2004 #: tp/Texinfo/Common.pm:2635
2009 #: tp/Texinfo/Common.pm:2636
20052010 #, perl-format
20062011 msgid "empty node name after expansion `%s'"
20072012 msgstr ""
20082013
2009 #: tp/Texinfo/Common.pm:2643
2014 #: tp/Texinfo/Common.pm:2644
20102015 #, fuzzy, perl-format
20112016 msgid "@%s `%s' previously defined"
20122017 msgstr "巨集 `%s' 已定義過"
20132018
2014 #: tp/Texinfo/Common.pm:2649
2019 #: tp/Texinfo/Common.pm:2650
20152020 #, fuzzy, perl-format
20162021 msgid "here is the previous definition as @%s"
20172022 msgstr "這裡是 `%s' 之前的定義"
20182023
2019 #: tp/Texinfo/Common.pm:2668 tp/Texinfo/ParserNonXS.pm:3273
2024 #: tp/Texinfo/Common.pm:2669 tp/Texinfo/ParserNonXS.pm:3273
20202025 #, fuzzy, perl-format
20212026 msgid "empty argument in @%s"
20222027 msgstr "對 %c%s 無用的引數"
20272032 msgstr ""
20282033
20292034 #: tp/Texinfo/Convert/Converter.pm:854 tp/Texinfo/Convert/Converter.pm:887
2030 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7043
2031 #: tp/Texinfo/Convert/HTML.pm:7102 tp/Texinfo/Convert/IXIN.pm:909
2035 #: tp/Texinfo/Convert/DocBook.pm:354 tp/Texinfo/Convert/HTML.pm:7027
2036 #: tp/Texinfo/Convert/HTML.pm:7086 tp/Texinfo/Convert/IXIN.pm:909
20322037 #: tp/Texinfo/Convert/Info.pm:159 tp/Texinfo/Convert/Info.pm:185
20332038 #: tp/Texinfo/Convert/Info.pm:213 tp/Texinfo/Convert/Info.pm:276
20342039 #: tp/Texinfo/Convert/TexinfoXML.pm:470 tp/Texinfo/ParserNonXS.pm:1827
20562061 msgid "no argument specified for @U"
20572062 msgstr "`%c%s' 命令中未指定節點名稱"
20582063
2059 #: tp/Texinfo/Convert/HTML.pm:1727
2064 #: tp/Texinfo/Convert/HTML.pm:1719
20602065 #, fuzzy, perl-format
20612066 msgid "@image file `%s' (for HTML) not found, using `%s'"
20622067 msgstr "@image 檔案 `%s' 無法讀取: %s"
20632068
2064 #: tp/Texinfo/Convert/HTML.pm:2412
2069 #: tp/Texinfo/Convert/HTML.pm:2404
20652070 #, perl-format
20662071 msgid "raw format %s is not converted"
20672072 msgstr ""
20682073
2069 #: tp/Texinfo/Convert/HTML.pm:4663
2074 #: tp/Texinfo/Convert/HTML.pm:4647
20702075 #, perl-format
20712076 msgid "could not open html refs config file %s: %s"
20722077 msgstr ""
20732078
2074 #: tp/Texinfo/Convert/HTML.pm:4691
2079 #: tp/Texinfo/Convert/HTML.pm:4675
20752080 #, fuzzy
20762081 msgid "missing type"
20772082 msgstr "%c%s ¿òº|¥k¤j¬A¸¹"
20782083
2079 #: tp/Texinfo/Convert/HTML.pm:4694
2084 #: tp/Texinfo/Convert/HTML.pm:4678
20802085 #, fuzzy, perl-format
20812086 msgid "unrecognized type: %s"
20822087 msgstr "%s: 未知的選項 `--%s'\n"
20832088
2084 #: tp/Texinfo/Convert/HTML.pm:4711
2089 #: tp/Texinfo/Convert/HTML.pm:4695
20852090 #, fuzzy, perl-format
20862091 msgid "error on closing html refs config file %s: %s"
20872092 msgstr "無法建立輸出檔案 `%s'."
20882093
2089 #: tp/Texinfo/Convert/HTML.pm:5038
2094 #: tp/Texinfo/Convert/HTML.pm:5022
20902095 msgid "string not closed in css file"
20912096 msgstr ""
20922097
2093 #: tp/Texinfo/Convert/HTML.pm:5040
2098 #: tp/Texinfo/Convert/HTML.pm:5024
20942099 msgid "--css-include ended in comment"
20952100 msgstr ""
20962101
2097 #: tp/Texinfo/Convert/HTML.pm:5042
2102 #: tp/Texinfo/Convert/HTML.pm:5026
20982103 msgid "@import not finished in css file"
20992104 msgstr ""
21002105
2101 #: tp/Texinfo/Convert/HTML.pm:5068
2106 #: tp/Texinfo/Convert/HTML.pm:5052
21022107 #, perl-format
21032108 msgid "CSS file %s not found"
21042109 msgstr ""
21052110
2106 #: tp/Texinfo/Convert/HTML.pm:5074
2111 #: tp/Texinfo/Convert/HTML.pm:5058
21072112 #, fuzzy, perl-format
21082113 msgid "could not open --include-file %s: %s"
21092114 msgstr "無法開啟至 `%s' 的管道."
21102115
2111 #: tp/Texinfo/Convert/HTML.pm:5084
2116 #: tp/Texinfo/Convert/HTML.pm:5068
21122117 #, fuzzy, perl-format
21132118 msgid "error on closing CSS file %s: %s"
21142119 msgstr "無法建立輸出檔案 `%s'."
21152120
2116 #: tp/Texinfo/Convert/HTML.pm:5898 tp/Texinfo/Convert/HTML.pm:5902
2121 #: tp/Texinfo/Convert/HTML.pm:5882 tp/Texinfo/Convert/HTML.pm:5886
21172122 #, fuzzy, perl-format
21182123 msgid "no htmlxref.cnf entry found for `%s'"
21192124 msgstr "找不到包含 `%s' 的索引項目\n"
21202125
2121 #: tp/Texinfo/Convert/HTML.pm:6607
2126 #: tp/Texinfo/Convert/HTML.pm:6591
21222127 #, fuzzy, perl-format
21232128 msgid "error on closing frame file %s: %s"
21242129 msgstr "無法建立輸出檔案 `%s'."
21252130
2126 #: tp/Texinfo/Convert/HTML.pm:6631
2131 #: tp/Texinfo/Convert/HTML.pm:6615
21272132 #, fuzzy, perl-format
21282133 msgid "error on closing TOC frame file %s: %s"
21292134 msgstr "無法建立輸出檔案 `%s'."
21302135
2131 #: tp/Texinfo/Convert/HTML.pm:6746
2136 #: tp/Texinfo/Convert/HTML.pm:6730
21322137 #, perl-format
21332138 msgid "handler %s of stage %s priority %s failed"
21342139 msgstr ""
21352140
2136 #: tp/Texinfo/Convert/HTML.pm:6951
2141 #: tp/Texinfo/Convert/HTML.pm:6935
21372142 msgid "must specify a title with a title command or @top"
21382143 msgstr ""
21392144
2140 #: tp/Texinfo/Convert/HTML.pm:7162
2145 #: tp/Texinfo/Convert/HTML.pm:7146
21412146 #, fuzzy, perl-format
21422147 msgid "error on closing redirection node file %s: %s"
21432148 msgstr "無法建立輸出檔案 `%s'."
21442149
2145 #: tp/Texinfo/Convert/HTML.pm:7188
2150 #: tp/Texinfo/Convert/HTML.pm:7172
21462151 #, fuzzy, perl-format
21472152 msgid "old name for `%s' is a node of the document"
21482153 msgstr "在本文件中, 本節點沒有 `上一個 (Prev)' 節點或 `上一層 (Up)' 節點."
21492154
2150 #: tp/Texinfo/Convert/HTML.pm:7194
2155 #: tp/Texinfo/Convert/HTML.pm:7178
21512156 #, fuzzy, perl-format
21522157 msgid "file empty for renamed node `%s'"
21532158 msgstr "未被參照的節點 `%s'"
21542159
2155 #: tp/Texinfo/Convert/HTML.pm:7208
2160 #: tp/Texinfo/Convert/HTML.pm:7192
21562161 #, perl-format
21572162 msgid "target node (new name for `%s') not in document: %s"
21582163 msgstr ""
21592164
2160 #: tp/Texinfo/Convert/HTML.pm:7240
2165 #: tp/Texinfo/Convert/HTML.pm:7224
21612166 #, perl-format
21622167 msgid "error on closing renamed node redirection file %s: %s"
21632168 msgstr ""
21642169
2165 #: tp/Texinfo/Convert/HTML.pm:7278
2170 #: tp/Texinfo/Convert/HTML.pm:7262
21662171 msgid "empty node name"
21672172 msgstr ""
21682173
2169 #: tp/Texinfo/Convert/HTML.pm:7280 tp/Texinfo/ParserNonXS.pm:3286
2174 #: tp/Texinfo/Convert/HTML.pm:7264 tp/Texinfo/ParserNonXS.pm:3286
21702175 #, perl-format
21712176 msgid "syntax for an external node used for `%s'"
21722177 msgstr ""
22692274 msgid "menu entry name should not contain `:'"
22702275 msgstr ""
22712276
2272 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:437
2277 #: tp/Texinfo/ParserNonXS.pm:997 tp/Texinfo/Structuring.pm:436
22732278 #, perl-format
22742279 msgid "multiple @%s"
22752280 msgstr ""
28682873 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
28692874 msgstr "%s: --footnote-style 的引數必須為 `separate' 或 `end', 而不是 `%s'.\n"
28702875
2871 #: tp/Texinfo/Structuring.pm:176
2876 #: tp/Texinfo/Structuring.pm:175
28722877 #, perl-format
28732878 msgid "raising the section level of @%s which is too low"
28742879 msgstr ""
28752880
2876 #: tp/Texinfo/Structuring.pm:208
2881 #: tp/Texinfo/Structuring.pm:207
28772882 #, perl-format
28782883 msgid "no chapter-level command before @%s"
28792884 msgstr ""
28802885
2881 #: tp/Texinfo/Structuring.pm:213
2886 #: tp/Texinfo/Structuring.pm:212
28822887 #, perl-format
28832888 msgid "lowering the section level of @%s appearing after a lower element"
28842889 msgstr ""
28852890
2886 #: tp/Texinfo/Structuring.pm:302
2891 #: tp/Texinfo/Structuring.pm:301
28872892 #, perl-format
28882893 msgid "no sectioning command associated with @%s"
28892894 msgstr ""
28902895
2891 #: tp/Texinfo/Structuring.pm:330
2896 #: tp/Texinfo/Structuring.pm:329
28922897 #, perl-format
28932898 msgid "@%s not empty"
28942899 msgstr ""
28952900
2896 #: tp/Texinfo/Structuring.pm:387 tp/Texinfo/Structuring.pm:1208
2901 #: tp/Texinfo/Structuring.pm:386 tp/Texinfo/Structuring.pm:1207
28972902 #, fuzzy, perl-format
28982903 msgid "@%s reference to nonexistent node `%s'"
28992904 msgstr "%s 參照到不存在的節點: `%s'"
29002905
2901 #: tp/Texinfo/Structuring.pm:394
2906 #: tp/Texinfo/Structuring.pm:393
29022907 #, perl-format
29032908 msgid "@%s entry node name `%s' different from %s name `%s'"
29042909 msgstr ""
29052910
2906 #: tp/Texinfo/Structuring.pm:513
2911 #: tp/Texinfo/Structuring.pm:512
29072912 #, perl-format
29082913 msgid "unreferenced node `%s'"
29092914 msgstr "未被參照的節點 `%s'"
29102915
2911 #: tp/Texinfo/Structuring.pm:564
2916 #: tp/Texinfo/Structuring.pm:563
29122917 #, perl-format
29132918 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
29142919 msgstr ""
29152920
2916 #: tp/Texinfo/Structuring.pm:573
2921 #: tp/Texinfo/Structuring.pm:572
29172922 #, perl-format
29182923 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
29192924 msgstr ""
29202925
2921 #: tp/Texinfo/Structuring.pm:591
2926 #: tp/Texinfo/Structuring.pm:590
29222927 #, perl-format
29232928 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
29242929 msgstr ""
29252930
2926 #: tp/Texinfo/Structuring.pm:646
2931 #: tp/Texinfo/Structuring.pm:645
29272932 #, perl-format
29282933 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
29292934 msgstr ""
29302935
2931 #: tp/Texinfo/Structuring.pm:670
2936 #: tp/Texinfo/Structuring.pm:669
29322937 #, fuzzy, perl-format
29332938 msgid "%s reference to nonexistent `%s'"
29342939 msgstr "%s 參照到不存在的節點: `%s'"
29352940
2936 #: tp/Texinfo/Structuring.pm:691
2941 #: tp/Texinfo/Structuring.pm:690
29372942 #, perl-format
29382943 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
29392944 msgstr ""
29402945
2941 #: tp/Texinfo/Structuring.pm:699
2946 #: tp/Texinfo/Structuring.pm:698
29422947 #, perl-format
29432948 msgid "for `%s', up in menu `%s' and up `%s' don't match"
29442949 msgstr ""
29452950
2946 #: tp/Texinfo/Structuring.pm:1218
2951 #: tp/Texinfo/Structuring.pm:1217
29472952 #, perl-format
29482953 msgid "@%s to `%s', different from %s name `%s'"
29492954 msgstr ""
29502955
2951 #: tp/Texinfo/Structuring.pm:1464
2956 #: tp/Texinfo/Structuring.pm:1503
29522957 #, perl-format
29532958 msgid "empty index key in @%s"
29542959 msgstr ""
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo_document 5.9.93\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1010 "PO-Revision-Date: 2015-06-08 17:08+0200\n"
1111 "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"
1212 "Language-Team: Catalan <ca@dodds.net>\n"
102102 msgid "{float_number}\n"
103103 msgstr "{float_number}\n"
104104
105 #: tp/Texinfo/Common.pm:2577
105 #: tp/Texinfo/Common.pm:2578
106106 #, perl-brace-format
107107 msgid "{name} on {class}"
108108 msgstr "{name} a {class}"
109109
110 #: tp/Texinfo/Common.pm:2587
110 #: tp/Texinfo/Common.pm:2588
111111 #, perl-brace-format
112112 msgid "{name} of {class}"
113113 msgstr "{name} de {class}"
209209 msgid "see section ``{section_name}'' in @cite{{book}}"
210210 msgstr "vegeu secci@'o ``{section_name}'' a @cite{{book}}"
211211
212 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
212 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
213213 #, perl-brace-format
214214 msgid "@cite{{book}}"
215215 msgstr "@cite{{book}}"
216216
217 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
217 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
218218 #, perl-brace-format
219219 msgid "See @cite{{book}}"
220220 msgstr "Vegeu @cite{{book}}"
221221
222 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
222 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
223223 #, perl-brace-format
224224 msgid "see @cite{{book}}"
225225 msgstr "vegeu @cite{{book}}"
245245 msgstr "{abbr_or_acronym} ({explanation})"
246246
247247 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
248 #: tp/Texinfo/Convert/HTML.pm:3653
248 #: tp/Texinfo/Convert/HTML.pm:3637
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
251251 msgstr "@b{{quotation_arg}:} "
274274 msgid "@t{<{url}>}"
275275 msgstr "@t{<{url}>}"
276276
277 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
277 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
278278 #, perl-brace-format
279279 msgid "@{No value for `{value}'@}"
280280 msgstr "@{No hi ha cap valor per a `{value}'@}"
369369 msgid "@tie{}-- {category} of {class}: {type} {name}"
370370 msgstr "@tie{ }-- {category} de {class}: {type} {name}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
372 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
373373 #, perl-brace-format
374374 msgid "@center --- @emph{{author}}\n"
375375 msgstr "@center --- @emph{{author}}\n"
592592 msgid "Footnotes"
593593 msgstr "Notes a peu de p@`agina"
594594
595 #: tp/Texinfo/Convert/HTML.pm:1541
595 #: tp/Texinfo/Convert/HTML.pm:1533
596596 #, perl-brace-format
597597 msgid "{explained_string} ({explanation})"
598598 msgstr "{explained_string} ({explanation})"
599599
600 #: tp/Texinfo/Convert/HTML.pm:3212
600 #: tp/Texinfo/Convert/HTML.pm:3196
601601 #, perl-brace-format
602602 msgid "see section {reference_name}"
603603 msgstr "vegeu secci@'o {reference_name}"
604604
605 #: tp/Texinfo/Convert/HTML.pm:3215
605 #: tp/Texinfo/Convert/HTML.pm:3199
606606 #, perl-brace-format
607607 msgid "see {reference_name}"
608608 msgstr "vegeu {reference_name}"
609609
610 #: tp/Texinfo/Convert/HTML.pm:3220
610 #: tp/Texinfo/Convert/HTML.pm:3204
611611 #, perl-brace-format
612612 msgid "See section {reference_name}"
613613 msgstr "Vegeu secci@'o {reference_name}"
614614
615 #: tp/Texinfo/Convert/HTML.pm:3223
615 #: tp/Texinfo/Convert/HTML.pm:3207
616616 #, perl-brace-format
617617 msgid "See {reference_name}"
618618 msgstr "Vegeu {reference_name}"
619619
620 #: tp/Texinfo/Convert/HTML.pm:3227
620 #: tp/Texinfo/Convert/HTML.pm:3211
621621 #, perl-brace-format
622622 msgid "{reference_name}"
623623 msgstr "{reference_name}"
624624
625 #: tp/Texinfo/Convert/HTML.pm:3289
625 #: tp/Texinfo/Convert/HTML.pm:3273
626626 #, perl-brace-format
627627 msgid "see {reference} in @cite{{book}}"
628628 msgstr "vegeu {reference} a @cite{{book}}"
629629
630 #: tp/Texinfo/Convert/HTML.pm:3293
630 #: tp/Texinfo/Convert/HTML.pm:3277
631631 #, perl-brace-format
632632 msgid "see @cite{{book_reference}}"
633633 msgstr "vegeu @cite{{book_reference}}"
634634
635 #: tp/Texinfo/Convert/HTML.pm:3297
635 #: tp/Texinfo/Convert/HTML.pm:3281
636636 #, perl-brace-format
637637 msgid "see `{section}' in @cite{{book}}"
638638 msgstr "vegeu `{section}' a @cite{{book}}"
639639
640 #: tp/Texinfo/Convert/HTML.pm:3304
640 #: tp/Texinfo/Convert/HTML.pm:3288
641641 #, perl-brace-format
642642 msgid "see {reference}"
643643 msgstr "vegeu {reference}"
644644
645 #: tp/Texinfo/Convert/HTML.pm:3307
645 #: tp/Texinfo/Convert/HTML.pm:3291
646646 #, perl-brace-format
647647 msgid "see `{section}'"
648648 msgstr "vegeu `{section}'"
649649
650 #: tp/Texinfo/Convert/HTML.pm:3312
650 #: tp/Texinfo/Convert/HTML.pm:3296
651651 #, perl-brace-format
652652 msgid "See {reference} in @cite{{book}}"
653653 msgstr "Vegeu {reference} a @cite{{book}}"
654654
655 #: tp/Texinfo/Convert/HTML.pm:3316
655 #: tp/Texinfo/Convert/HTML.pm:3300
656656 #, perl-brace-format
657657 msgid "See @cite{{book_reference}}"
658658 msgstr "Vegeu @cite{{book_reference}}"
659659
660 #: tp/Texinfo/Convert/HTML.pm:3320
660 #: tp/Texinfo/Convert/HTML.pm:3304
661661 #, perl-brace-format
662662 msgid "See `{section}' in @cite{{book}}"
663663 msgstr "Vegeu `{section}' a @cite{{book}}"
664664
665 #: tp/Texinfo/Convert/HTML.pm:3327
665 #: tp/Texinfo/Convert/HTML.pm:3311
666666 #, perl-brace-format
667667 msgid "See {reference}"
668668 msgstr "Vegeu {reference}"
669669
670 #: tp/Texinfo/Convert/HTML.pm:3330
670 #: tp/Texinfo/Convert/HTML.pm:3314
671671 #, perl-brace-format
672672 msgid "See `{section}'"
673673 msgstr "Vegeu `{section}'"
674674
675 #: tp/Texinfo/Convert/HTML.pm:3335
675 #: tp/Texinfo/Convert/HTML.pm:3319
676676 #, perl-brace-format
677677 msgid "{reference} in @cite{{book}}"
678678 msgstr "{reference} a @cite{{book}}"
679679
680 #: tp/Texinfo/Convert/HTML.pm:3339
680 #: tp/Texinfo/Convert/HTML.pm:3323
681681 #, perl-brace-format
682682 msgid "@cite{{book_reference}}"
683683 msgstr "@cite{{book_reference}}"
684684
685 #: tp/Texinfo/Convert/HTML.pm:3343
685 #: tp/Texinfo/Convert/HTML.pm:3327
686686 #, perl-brace-format
687687 msgid "`{section}' in @cite{{book}}"
688688 msgstr "`{section}' a @cite{{book}}"
689689
690 #: tp/Texinfo/Convert/HTML.pm:3350
690 #: tp/Texinfo/Convert/HTML.pm:3334
691691 #, perl-brace-format
692692 msgid "{reference}"
693693 msgstr "{reference}"
694694
695 #: tp/Texinfo/Convert/HTML.pm:3353
695 #: tp/Texinfo/Convert/HTML.pm:3337
696696 #, perl-brace-format
697697 msgid "`{section}'"
698698 msgstr "`{section}'"
699699
700 #: tp/Texinfo/Convert/HTML.pm:3466
700 #: tp/Texinfo/Convert/HTML.pm:3450
701701 msgid "Jump to"
702702 msgstr "Salta a"
703703
704 #: tp/Texinfo/Convert/HTML.pm:3474
704 #: tp/Texinfo/Convert/HTML.pm:3458
705705 msgid "Index Entry"
706706 msgstr "Entrada d'@'@dotless{i}ndex"
707707
708 #: tp/Texinfo/Convert/HTML.pm:3476
708 #: tp/Texinfo/Convert/HTML.pm:3460
709709 msgid "Section"
710710 msgstr "Secci@'o"
711711
712 #: tp/Texinfo/Convert/HTML.pm:4096
712 #: tp/Texinfo/Convert/HTML.pm:4080
713713 #, perl-brace-format
714714 msgid "{category}: @strong{{name}} @emph{{arguments}}"
715715 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
716716
717 #: tp/Texinfo/Convert/HTML.pm:4101
717 #: tp/Texinfo/Convert/HTML.pm:4085
718718 #, perl-brace-format
719719 msgid "{category}: @strong{{name}}"
720720 msgstr "{category}: @strong{{name}}"
721721
722 #: tp/Texinfo/Convert/HTML.pm:4118
722 #: tp/Texinfo/Convert/HTML.pm:4102
723723 #, perl-brace-format
724724 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
725725 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
726726
727 #: tp/Texinfo/Convert/HTML.pm:4122
727 #: tp/Texinfo/Convert/HTML.pm:4106
728728 #, perl-brace-format
729729 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
730730 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
731731
732 #: tp/Texinfo/Convert/HTML.pm:4131
732 #: tp/Texinfo/Convert/HTML.pm:4115
733733 #, perl-brace-format
734734 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
735735 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
736736
737 #: tp/Texinfo/Convert/HTML.pm:4134
737 #: tp/Texinfo/Convert/HTML.pm:4118
738738 #, perl-brace-format
739739 msgid "{category}: @emph{{type}} @strong{{name}}"
740740 msgstr "{category}: @emph{{type}} @strong{{name}}"
741741
742 #: tp/Texinfo/Convert/HTML.pm:4142
742 #: tp/Texinfo/Convert/HTML.pm:4126
743743 #, perl-brace-format
744744 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
745745 msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}"
746746
747 #: tp/Texinfo/Convert/HTML.pm:4148
747 #: tp/Texinfo/Convert/HTML.pm:4132
748748 #, perl-brace-format
749749 msgid "{category} of {class}: @strong{{name}}"
750750 msgstr "{category} de {class}: @strong{{name}}"
751751
752 #: tp/Texinfo/Convert/HTML.pm:4157
752 #: tp/Texinfo/Convert/HTML.pm:4141
753753 #, perl-brace-format
754754 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
755755 msgstr "{category} a {class}: @strong{{name}} @emph{{arguments}}"
756756
757 #: tp/Texinfo/Convert/HTML.pm:4163
757 #: tp/Texinfo/Convert/HTML.pm:4147
758758 #, perl-brace-format
759759 msgid "{category} on {class}: @strong{{name}}"
760760 msgstr "{category} a {class}: @strong{{name}}"
761761
762 #: tp/Texinfo/Convert/HTML.pm:4178
762 #: tp/Texinfo/Convert/HTML.pm:4162
763763 #, perl-brace-format
764764 msgid ""
765765 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
766766 msgstr ""
767767 "{category} a {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
768768
769 #: tp/Texinfo/Convert/HTML.pm:4182
769 #: tp/Texinfo/Convert/HTML.pm:4166
770770 #, perl-brace-format
771771 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
772772 msgstr "{category} a {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
773773
774 #: tp/Texinfo/Convert/HTML.pm:4193
774 #: tp/Texinfo/Convert/HTML.pm:4177
775775 #, perl-brace-format
776776 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
777777 msgstr "{category} a {class}:@* @emph{{type}}@* @strong{{name}}"
778778
779 #: tp/Texinfo/Convert/HTML.pm:4197
779 #: tp/Texinfo/Convert/HTML.pm:4181
780780 #, perl-brace-format
781781 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
782782 msgstr "{category} a {class}: @emph{{type}} @strong{{name}}"
783783
784 #: tp/Texinfo/Convert/HTML.pm:4211
784 #: tp/Texinfo/Convert/HTML.pm:4195
785785 #, perl-brace-format
786786 msgid ""
787787 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
788788 msgstr ""
789789 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
790790
791 #: tp/Texinfo/Convert/HTML.pm:4215
791 #: tp/Texinfo/Convert/HTML.pm:4199
792792 #, perl-brace-format
793793 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
794794 msgstr ""
795795 "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
796796
797 #: tp/Texinfo/Convert/HTML.pm:4226
797 #: tp/Texinfo/Convert/HTML.pm:4210
798798 #, perl-brace-format
799799 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
800800 msgstr "{category} de {class}:@* @emph{{type}}@* @strong{{name}}"
801801
802 #: tp/Texinfo/Convert/HTML.pm:4230
802 #: tp/Texinfo/Convert/HTML.pm:4214
803803 #, perl-brace-format
804804 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
805805 msgstr "{category} de {class}: @emph{{type}} @strong{{name}}"
806806
807 #: tp/Texinfo/Convert/HTML.pm:6197
807 #: tp/Texinfo/Convert/HTML.pm:6181
808808 #, perl-brace-format
809809 msgid ""
810810 "This document was generated on @emph{@today{}} using "
813813 "Aquest document va ser generat el @emph{@today{}} usant "
814814 "@uref{{program_homepage}, @emph{{program}}}."
815815
816 #: tp/Texinfo/Convert/HTML.pm:6202
816 #: tp/Texinfo/Convert/HTML.pm:6186
817817 msgid "This document was generated on @emph{@today{}}."
818818 msgstr "Aquest document va ser generat el @emph{@today{}}."
819819
820 #: tp/Texinfo/Convert/HTML.pm:6253
820 #: tp/Texinfo/Convert/HTML.pm:6237
821821 #, fuzzy, perl-brace-format
822822 msgid "{element_text} ({title})"
823823 msgstr "{text} ({url})"
824824
825 #: tp/Texinfo/Convert/HTML.pm:6397
825 #: tp/Texinfo/Convert/HTML.pm:6381
826826 #, perl-brace-format
827827 msgid "The node you are looking for is at {href}."
828828 msgstr "El node que esteu buscant @'es a {href}."
829829
830 #: tp/Texinfo/Convert/HTML.pm:6466
830 #: tp/Texinfo/Convert/HTML.pm:6450
831831 msgid " The buttons in the navigation panels have the following meaning:"
832832 msgstr " El botons als plafons de navegaci@'o tenen el seg@\"uent significat:"
833833
834 #: tp/Texinfo/Convert/HTML.pm:6472
834 #: tp/Texinfo/Convert/HTML.pm:6456
835835 msgid "Button"
836836 msgstr "Bot@'o"
837837
838 #: tp/Texinfo/Convert/HTML.pm:6473
838 #: tp/Texinfo/Convert/HTML.pm:6457
839839 msgid "Name"
840840 msgstr "Nom"
841841
842 #: tp/Texinfo/Convert/HTML.pm:6474
842 #: tp/Texinfo/Convert/HTML.pm:6458
843843 msgid "Go to"
844844 msgstr "Ves a"
845845
846 #: tp/Texinfo/Convert/HTML.pm:6475
846 #: tp/Texinfo/Convert/HTML.pm:6459
847847 msgid "From 1.2.3 go to"
848848 msgstr "Des de 1.2.3 ves a"
849849
850 #: tp/Texinfo/Convert/HTML.pm:6501
850 #: tp/Texinfo/Convert/HTML.pm:6485
851851 msgid ""
852852 " where the @strong{ Example } assumes that the current position is at "
853853 "@strong{ Subsubsection One-Two-Three } of a document of the following "
857857 "@strong{ Subsubsecci@'o U-Dos-Tres } d'un document de l'estructura seg@"
858858 "\"uent:"
859859
860 #: tp/Texinfo/Convert/HTML.pm:6511
860 #: tp/Texinfo/Convert/HTML.pm:6495
861861 msgid "Section One"
862862 msgstr "Secci@'o U"
863863
864 #: tp/Texinfo/Convert/HTML.pm:6513
864 #: tp/Texinfo/Convert/HTML.pm:6497
865865 msgid "Subsection One-One"
866866 msgstr "Subsecci@'o U-U"
867867
868 #: tp/Texinfo/Convert/HTML.pm:6520
868 #: tp/Texinfo/Convert/HTML.pm:6504
869869 msgid "Subsection One-Two"
870870 msgstr "Subsecci@'o U-Dos"
871871
872 #: tp/Texinfo/Convert/HTML.pm:6522
872 #: tp/Texinfo/Convert/HTML.pm:6506
873873 msgid "Subsubsection One-Two-One"
874874 msgstr "Subsubsecci@'o U-Dos_U"
875875
876 #: tp/Texinfo/Convert/HTML.pm:6523
876 #: tp/Texinfo/Convert/HTML.pm:6507
877877 msgid "Subsubsection One-Two-Two"
878878 msgstr "Subsubsecci@'o U-Dos-Dos"
879879
880 #: tp/Texinfo/Convert/HTML.pm:6524
880 #: tp/Texinfo/Convert/HTML.pm:6508
881881 msgid "Subsubsection One-Two-Three"
882882 msgstr "Subsubsecci@'o U-Dos-Tres"
883883
884 #: tp/Texinfo/Convert/HTML.pm:6526
884 #: tp/Texinfo/Convert/HTML.pm:6510
885885 msgid "Current Position"
886886 msgstr "Posici@'o actual"
887887
888 #: tp/Texinfo/Convert/HTML.pm:6527
888 #: tp/Texinfo/Convert/HTML.pm:6511
889889 msgid "Subsubsection One-Two-Four"
890890 msgstr "Subsubsecci@'o U-Dos-Quatre"
891891
892 #: tp/Texinfo/Convert/HTML.pm:6530
892 #: tp/Texinfo/Convert/HTML.pm:6514
893893 msgid "Subsection One-Three"
894894 msgstr "Subsecci@'o U-Tres"
895895
896 #: tp/Texinfo/Convert/HTML.pm:6537
896 #: tp/Texinfo/Convert/HTML.pm:6521
897897 msgid "Subsection One-Four"
898898 msgstr "Subsecci@'o U-Quatre"
899899
900 #: tp/Texinfo/Convert/HTML.pm:6945
900 #: tp/Texinfo/Convert/HTML.pm:6929
901901 msgid "Untitled Document"
902902 msgstr "Document sense t@'@dotless{i}tol"
903903
66 msgstr ""
77 "Project-Id-Version: texinfo_document 5.9.93\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1010 "PO-Revision-Date: 2015-06-08 17:08+0200\n"
1111 "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"
1212 "Language-Team: Catalan <ca@dodds.net>\n"
101101 msgid "{float_number}\n"
102102 msgstr "{float_number}\n"
103103
104 #: tp/Texinfo/Common.pm:2577
104 #: tp/Texinfo/Common.pm:2578
105105 #, perl-brace-format
106106 msgid "{name} on {class}"
107107 msgstr "{name} a {class}"
108108
109 #: tp/Texinfo/Common.pm:2587
109 #: tp/Texinfo/Common.pm:2588
110110 #, perl-brace-format
111111 msgid "{name} of {class}"
112112 msgstr "{name} de {class}"
208208 msgid "see section ``{section_name}'' in @cite{{book}}"
209209 msgstr "vegeu secci@'o ``{section_name}'' a @cite{{book}}"
210210
211 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
211 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
212212 #, perl-brace-format
213213 msgid "@cite{{book}}"
214214 msgstr "@cite{{book}}"
215215
216 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
216 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
217217 #, perl-brace-format
218218 msgid "See @cite{{book}}"
219219 msgstr "Vegeu @cite{{book}}"
220220
221 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
221 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
222222 #, perl-brace-format
223223 msgid "see @cite{{book}}"
224224 msgstr "vegeu @cite{{book}}"
244244 msgstr "{abbr_or_acronym} ({explanation})"
245245
246246 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
247 #: tp/Texinfo/Convert/HTML.pm:3653
247 #: tp/Texinfo/Convert/HTML.pm:3637
248248 #, perl-brace-format
249249 msgid "@b{{quotation_arg}:} "
250250 msgstr "@b{{quotation_arg}:} "
273273 msgid "@t{<{url}>}"
274274 msgstr "@t{<{url}>}"
275275
276 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
276 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
277277 #, perl-brace-format
278278 msgid "@{No value for `{value}'@}"
279279 msgstr "@{No hi ha cap valor per a `{value}'@}"
368368 msgid "@tie{}-- {category} of {class}: {type} {name}"
369369 msgstr "@tie{ }-- {category} de {class}: {type} {name}"
370370
371 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
371 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
372372 #, perl-brace-format
373373 msgid "@center --- @emph{{author}}\n"
374374 msgstr "@center --- @emph{{author}}\n"
591591 msgid "Footnotes"
592592 msgstr "Notes a peu de p@`agina"
593593
594 #: tp/Texinfo/Convert/HTML.pm:1541
594 #: tp/Texinfo/Convert/HTML.pm:1533
595595 #, perl-brace-format
596596 msgid "{explained_string} ({explanation})"
597597 msgstr "{explained_string} ({explanation})"
598598
599 #: tp/Texinfo/Convert/HTML.pm:3212
599 #: tp/Texinfo/Convert/HTML.pm:3196
600600 #, perl-brace-format
601601 msgid "see section {reference_name}"
602602 msgstr "vegeu secci@'o {reference_name}"
603603
604 #: tp/Texinfo/Convert/HTML.pm:3215
604 #: tp/Texinfo/Convert/HTML.pm:3199
605605 #, perl-brace-format
606606 msgid "see {reference_name}"
607607 msgstr "vegeu {reference_name}"
608608
609 #: tp/Texinfo/Convert/HTML.pm:3220
609 #: tp/Texinfo/Convert/HTML.pm:3204
610610 #, perl-brace-format
611611 msgid "See section {reference_name}"
612612 msgstr "Vegeu secci@'o {reference_name}"
613613
614 #: tp/Texinfo/Convert/HTML.pm:3223
614 #: tp/Texinfo/Convert/HTML.pm:3207
615615 #, perl-brace-format
616616 msgid "See {reference_name}"
617617 msgstr "Vegeu {reference_name}"
618618
619 #: tp/Texinfo/Convert/HTML.pm:3227
619 #: tp/Texinfo/Convert/HTML.pm:3211
620620 #, perl-brace-format
621621 msgid "{reference_name}"
622622 msgstr "{reference_name}"
623623
624 #: tp/Texinfo/Convert/HTML.pm:3289
624 #: tp/Texinfo/Convert/HTML.pm:3273
625625 #, perl-brace-format
626626 msgid "see {reference} in @cite{{book}}"
627627 msgstr "vegeu {reference} a @cite{{book}}"
628628
629 #: tp/Texinfo/Convert/HTML.pm:3293
629 #: tp/Texinfo/Convert/HTML.pm:3277
630630 #, perl-brace-format
631631 msgid "see @cite{{book_reference}}"
632632 msgstr "vegeu @cite{{book_reference}}"
633633
634 #: tp/Texinfo/Convert/HTML.pm:3297
634 #: tp/Texinfo/Convert/HTML.pm:3281
635635 #, perl-brace-format
636636 msgid "see `{section}' in @cite{{book}}"
637637 msgstr "vegeu `{section}' a @cite{{book}}"
638638
639 #: tp/Texinfo/Convert/HTML.pm:3304
639 #: tp/Texinfo/Convert/HTML.pm:3288
640640 #, perl-brace-format
641641 msgid "see {reference}"
642642 msgstr "vegeu {reference}"
643643
644 #: tp/Texinfo/Convert/HTML.pm:3307
644 #: tp/Texinfo/Convert/HTML.pm:3291
645645 #, perl-brace-format
646646 msgid "see `{section}'"
647647 msgstr "vegeu `{section}'"
648648
649 #: tp/Texinfo/Convert/HTML.pm:3312
649 #: tp/Texinfo/Convert/HTML.pm:3296
650650 #, perl-brace-format
651651 msgid "See {reference} in @cite{{book}}"
652652 msgstr "Vegeu {reference} a @cite{{book}}"
653653
654 #: tp/Texinfo/Convert/HTML.pm:3316
654 #: tp/Texinfo/Convert/HTML.pm:3300
655655 #, perl-brace-format
656656 msgid "See @cite{{book_reference}}"
657657 msgstr "Vegeu @cite{{book_reference}}"
658658
659 #: tp/Texinfo/Convert/HTML.pm:3320
659 #: tp/Texinfo/Convert/HTML.pm:3304
660660 #, perl-brace-format
661661 msgid "See `{section}' in @cite{{book}}"
662662 msgstr "Vegeu `{section}' a @cite{{book}}"
663663
664 #: tp/Texinfo/Convert/HTML.pm:3327
664 #: tp/Texinfo/Convert/HTML.pm:3311
665665 #, perl-brace-format
666666 msgid "See {reference}"
667667 msgstr "Vegeu {reference}"
668668
669 #: tp/Texinfo/Convert/HTML.pm:3330
669 #: tp/Texinfo/Convert/HTML.pm:3314
670670 #, perl-brace-format
671671 msgid "See `{section}'"
672672 msgstr "Vegeu `{section}'"
673673
674 #: tp/Texinfo/Convert/HTML.pm:3335
674 #: tp/Texinfo/Convert/HTML.pm:3319
675675 #, perl-brace-format
676676 msgid "{reference} in @cite{{book}}"
677677 msgstr "{reference} a @cite{{book}}"
678678
679 #: tp/Texinfo/Convert/HTML.pm:3339
679 #: tp/Texinfo/Convert/HTML.pm:3323
680680 #, perl-brace-format
681681 msgid "@cite{{book_reference}}"
682682 msgstr "@cite{{book_reference}}"
683683
684 #: tp/Texinfo/Convert/HTML.pm:3343
684 #: tp/Texinfo/Convert/HTML.pm:3327
685685 #, perl-brace-format
686686 msgid "`{section}' in @cite{{book}}"
687687 msgstr "`{section}' a @cite{{book}}"
688688
689 #: tp/Texinfo/Convert/HTML.pm:3350
689 #: tp/Texinfo/Convert/HTML.pm:3334
690690 #, perl-brace-format
691691 msgid "{reference}"
692692 msgstr "{reference}"
693693
694 #: tp/Texinfo/Convert/HTML.pm:3353
694 #: tp/Texinfo/Convert/HTML.pm:3337
695695 #, perl-brace-format
696696 msgid "`{section}'"
697697 msgstr "`{section}'"
698698
699 #: tp/Texinfo/Convert/HTML.pm:3466
699 #: tp/Texinfo/Convert/HTML.pm:3450
700700 msgid "Jump to"
701701 msgstr "Salta a"
702702
703 #: tp/Texinfo/Convert/HTML.pm:3474
703 #: tp/Texinfo/Convert/HTML.pm:3458
704704 msgid "Index Entry"
705705 msgstr "Entrada d'@'@dotless{i}ndex"
706706
707 #: tp/Texinfo/Convert/HTML.pm:3476
707 #: tp/Texinfo/Convert/HTML.pm:3460
708708 msgid "Section"
709709 msgstr "Secci@'o"
710710
711 #: tp/Texinfo/Convert/HTML.pm:4096
711 #: tp/Texinfo/Convert/HTML.pm:4080
712712 #, perl-brace-format
713713 msgid "{category}: @strong{{name}} @emph{{arguments}}"
714714 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
715715
716 #: tp/Texinfo/Convert/HTML.pm:4101
716 #: tp/Texinfo/Convert/HTML.pm:4085
717717 #, perl-brace-format
718718 msgid "{category}: @strong{{name}}"
719719 msgstr "{category}: @strong{{name}}"
720720
721 #: tp/Texinfo/Convert/HTML.pm:4118
721 #: tp/Texinfo/Convert/HTML.pm:4102
722722 #, perl-brace-format
723723 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
724724 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
725725
726 #: tp/Texinfo/Convert/HTML.pm:4122
726 #: tp/Texinfo/Convert/HTML.pm:4106
727727 #, perl-brace-format
728728 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
729729 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
730730
731 #: tp/Texinfo/Convert/HTML.pm:4131
731 #: tp/Texinfo/Convert/HTML.pm:4115
732732 #, perl-brace-format
733733 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
734734 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
735735
736 #: tp/Texinfo/Convert/HTML.pm:4134
736 #: tp/Texinfo/Convert/HTML.pm:4118
737737 #, perl-brace-format
738738 msgid "{category}: @emph{{type}} @strong{{name}}"
739739 msgstr "{category}: @emph{{type}} @strong{{name}}"
740740
741 #: tp/Texinfo/Convert/HTML.pm:4142
741 #: tp/Texinfo/Convert/HTML.pm:4126
742742 #, perl-brace-format
743743 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
744744 msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}"
745745
746 #: tp/Texinfo/Convert/HTML.pm:4148
746 #: tp/Texinfo/Convert/HTML.pm:4132
747747 #, perl-brace-format
748748 msgid "{category} of {class}: @strong{{name}}"
749749 msgstr "{category} de {class}: @strong{{name}}"
750750
751 #: tp/Texinfo/Convert/HTML.pm:4157
751 #: tp/Texinfo/Convert/HTML.pm:4141
752752 #, perl-brace-format
753753 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
754754 msgstr "{category} a {class}: @strong{{name}} @emph{{arguments}}"
755755
756 #: tp/Texinfo/Convert/HTML.pm:4163
756 #: tp/Texinfo/Convert/HTML.pm:4147
757757 #, perl-brace-format
758758 msgid "{category} on {class}: @strong{{name}}"
759759 msgstr "{category} a {class}: @strong{{name}}"
760760
761 #: tp/Texinfo/Convert/HTML.pm:4178
761 #: tp/Texinfo/Convert/HTML.pm:4162
762762 #, perl-brace-format
763763 msgid ""
764764 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
765765 msgstr ""
766766 "{category} a {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
767767
768 #: tp/Texinfo/Convert/HTML.pm:4182
768 #: tp/Texinfo/Convert/HTML.pm:4166
769769 #, perl-brace-format
770770 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
771771 msgstr "{category} a {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
772772
773 #: tp/Texinfo/Convert/HTML.pm:4193
773 #: tp/Texinfo/Convert/HTML.pm:4177
774774 #, perl-brace-format
775775 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
776776 msgstr "{category} a {class}:@* @emph{{type}}@* @strong{{name}}"
777777
778 #: tp/Texinfo/Convert/HTML.pm:4197
778 #: tp/Texinfo/Convert/HTML.pm:4181
779779 #, perl-brace-format
780780 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
781781 msgstr "{category} a {class}: @emph{{type}} @strong{{name}}"
782782
783 #: tp/Texinfo/Convert/HTML.pm:4211
783 #: tp/Texinfo/Convert/HTML.pm:4195
784784 #, perl-brace-format
785785 msgid ""
786786 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
787787 msgstr ""
788788 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
789789
790 #: tp/Texinfo/Convert/HTML.pm:4215
790 #: tp/Texinfo/Convert/HTML.pm:4199
791791 #, perl-brace-format
792792 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
793793 msgstr ""
794794 "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
795795
796 #: tp/Texinfo/Convert/HTML.pm:4226
796 #: tp/Texinfo/Convert/HTML.pm:4210
797797 #, perl-brace-format
798798 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
799799 msgstr "{category} de {class}:@* @emph{{type}}@* @strong{{name}}"
800800
801 #: tp/Texinfo/Convert/HTML.pm:4230
801 #: tp/Texinfo/Convert/HTML.pm:4214
802802 #, perl-brace-format
803803 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
804804 msgstr "{category} de {class}: @emph{{type}} @strong{{name}}"
805805
806 #: tp/Texinfo/Convert/HTML.pm:6197
806 #: tp/Texinfo/Convert/HTML.pm:6181
807807 #, perl-brace-format
808808 msgid ""
809809 "This document was generated on @emph{@today{}} using "
812812 "Aquest document va ser generat el @emph{@today{}} usant "
813813 "@uref{{program_homepage}, @emph{{program}}}."
814814
815 #: tp/Texinfo/Convert/HTML.pm:6202
815 #: tp/Texinfo/Convert/HTML.pm:6186
816816 msgid "This document was generated on @emph{@today{}}."
817817 msgstr "Aquest document va ser generat el @emph{@today{}}."
818818
819 #: tp/Texinfo/Convert/HTML.pm:6253
819 #: tp/Texinfo/Convert/HTML.pm:6237
820820 #, fuzzy, perl-brace-format
821821 msgid "{element_text} ({title})"
822822 msgstr "{text} ({url})"
823823
824 #: tp/Texinfo/Convert/HTML.pm:6397
824 #: tp/Texinfo/Convert/HTML.pm:6381
825825 #, perl-brace-format
826826 msgid "The node you are looking for is at {href}."
827827 msgstr "El node que esteu buscant @'es a {href}."
828828
829 #: tp/Texinfo/Convert/HTML.pm:6466
829 #: tp/Texinfo/Convert/HTML.pm:6450
830830 msgid " The buttons in the navigation panels have the following meaning:"
831831 msgstr " El botons als plafons de navegaci@'o tenen el seg@\"uent significat:"
832832
833 #: tp/Texinfo/Convert/HTML.pm:6472
833 #: tp/Texinfo/Convert/HTML.pm:6456
834834 msgid "Button"
835835 msgstr "Bot@'o"
836836
837 #: tp/Texinfo/Convert/HTML.pm:6473
837 #: tp/Texinfo/Convert/HTML.pm:6457
838838 msgid "Name"
839839 msgstr "Nom"
840840
841 #: tp/Texinfo/Convert/HTML.pm:6474
841 #: tp/Texinfo/Convert/HTML.pm:6458
842842 msgid "Go to"
843843 msgstr "Ves a"
844844
845 #: tp/Texinfo/Convert/HTML.pm:6475
845 #: tp/Texinfo/Convert/HTML.pm:6459
846846 msgid "From 1.2.3 go to"
847847 msgstr "Des de 1.2.3 ves a"
848848
849 #: tp/Texinfo/Convert/HTML.pm:6501
849 #: tp/Texinfo/Convert/HTML.pm:6485
850850 msgid ""
851851 " where the @strong{ Example } assumes that the current position is at "
852852 "@strong{ Subsubsection One-Two-Three } of a document of the following "
856856 "@strong{ Subsubsecci@'o U-Dos-Tres } d'un document de l'estructura seg@"
857857 "\"uent:"
858858
859 #: tp/Texinfo/Convert/HTML.pm:6511
859 #: tp/Texinfo/Convert/HTML.pm:6495
860860 msgid "Section One"
861861 msgstr "Secci@'o U"
862862
863 #: tp/Texinfo/Convert/HTML.pm:6513
863 #: tp/Texinfo/Convert/HTML.pm:6497
864864 msgid "Subsection One-One"
865865 msgstr "Subsecci@'o U-U"
866866
867 #: tp/Texinfo/Convert/HTML.pm:6520
867 #: tp/Texinfo/Convert/HTML.pm:6504
868868 msgid "Subsection One-Two"
869869 msgstr "Subsecci@'o U-Dos"
870870
871 #: tp/Texinfo/Convert/HTML.pm:6522
871 #: tp/Texinfo/Convert/HTML.pm:6506
872872 msgid "Subsubsection One-Two-One"
873873 msgstr "Subsubsecci@'o U-Dos_U"
874874
875 #: tp/Texinfo/Convert/HTML.pm:6523
875 #: tp/Texinfo/Convert/HTML.pm:6507
876876 msgid "Subsubsection One-Two-Two"
877877 msgstr "Subsubsecci@'o U-Dos-Dos"
878878
879 #: tp/Texinfo/Convert/HTML.pm:6524
879 #: tp/Texinfo/Convert/HTML.pm:6508
880880 msgid "Subsubsection One-Two-Three"
881881 msgstr "Subsubsecci@'o U-Dos-Tres"
882882
883 #: tp/Texinfo/Convert/HTML.pm:6526
883 #: tp/Texinfo/Convert/HTML.pm:6510
884884 msgid "Current Position"
885885 msgstr "Posici@'o actual"
886886
887 #: tp/Texinfo/Convert/HTML.pm:6527
887 #: tp/Texinfo/Convert/HTML.pm:6511
888888 msgid "Subsubsection One-Two-Four"
889889 msgstr "Subsubsecci@'o U-Dos-Quatre"
890890
891 #: tp/Texinfo/Convert/HTML.pm:6530
891 #: tp/Texinfo/Convert/HTML.pm:6514
892892 msgid "Subsection One-Three"
893893 msgstr "Subsecci@'o U-Tres"
894894
895 #: tp/Texinfo/Convert/HTML.pm:6537
895 #: tp/Texinfo/Convert/HTML.pm:6521
896896 msgid "Subsection One-Four"
897897 msgstr "Subsecci@'o U-Quatre"
898898
899 #: tp/Texinfo/Convert/HTML.pm:6945
899 #: tp/Texinfo/Convert/HTML.pm:6929
900900 msgid "Untitled Document"
901901 msgstr "Document sense t@'@dotless{i}tol"
902902
Binary diff not shown
1818 msgstr ""
1919 "Project-Id-Version: texinfo_document 6.4.90\n"
2020 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
21 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
21 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
2222 "PO-Revision-Date: 2017-07-11 17:01+02:00\n"
2323 "Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n"
2424 "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
114114 msgid "{float_number}\n"
115115 msgstr "{float_number}\n"
116116
117 #: tp/Texinfo/Common.pm:2577
117 #: tp/Texinfo/Common.pm:2578
118118 #, perl-brace-format
119119 msgid "{name} on {class}"
120120 msgstr "{name} na třídě {class}"
121121
122 #: tp/Texinfo/Common.pm:2587
122 #: tp/Texinfo/Common.pm:2588
123123 #, perl-brace-format
124124 msgid "{name} of {class}"
125125 msgstr "{name} třídy {class}"
221221 msgid "see section ``{section_name}'' in @cite{{book}}"
222222 msgstr "vizte oddíl „{section_name}“ v @cite{{book}}"
223223
224 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
224 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
225225 #, perl-brace-format
226226 msgid "@cite{{book}}"
227227 msgstr "@cite{{book}}"
228228
229 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
229 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
230230 #, perl-brace-format
231231 msgid "See @cite{{book}}"
232232 msgstr "Vizte @cite{{book}}"
233233
234 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
234 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
235235 #, perl-brace-format
236236 msgid "see @cite{{book}}"
237237 msgstr "vizte @cite{{book}}"
257257 msgstr "{abbr_or_acronym} ({explanation})"
258258
259259 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
260 #: tp/Texinfo/Convert/HTML.pm:3653
260 #: tp/Texinfo/Convert/HTML.pm:3637
261261 #, perl-brace-format
262262 msgid "@b{{quotation_arg}:} "
263263 msgstr "@b{{quotation_arg}:} "
286286 msgid "@t{<{url}>}"
287287 msgstr "@t{<{url}>}"
288288
289 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
289 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
290290 #, perl-brace-format
291291 msgid "@{No value for `{value}'@}"
292292 msgstr "@{Žádná hodnota pro „{value}“@}"
381381 msgid "@tie{}-- {category} of {class}: {type} {name}"
382382 msgstr "@tie{}-- {category} třídy {class}: {type} {name}"
383383
384 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
384 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
385385 #, perl-brace-format
386386 msgid "@center --- @emph{{author}}\n"
387387 msgstr "@center --- @emph{{author}}\n"
604604 msgid "Footnotes"
605605 msgstr "Poznámky pod čarou"
606606
607 #: tp/Texinfo/Convert/HTML.pm:1541
607 #: tp/Texinfo/Convert/HTML.pm:1533
608608 #, perl-brace-format
609609 msgid "{explained_string} ({explanation})"
610610 msgstr "{explained_string} ({explanation})"
611611
612 #: tp/Texinfo/Convert/HTML.pm:3212
612 #: tp/Texinfo/Convert/HTML.pm:3196
613613 #, perl-brace-format
614614 msgid "see section {reference_name}"
615615 msgstr "vizte oddíl {reference_name}"
616616
617 #: tp/Texinfo/Convert/HTML.pm:3215
617 #: tp/Texinfo/Convert/HTML.pm:3199
618618 #, perl-brace-format
619619 msgid "see {reference_name}"
620620 msgstr "vizte {reference_name}"
621621
622 #: tp/Texinfo/Convert/HTML.pm:3220
622 #: tp/Texinfo/Convert/HTML.pm:3204
623623 #, perl-brace-format
624624 msgid "See section {reference_name}"
625625 msgstr "Vizte oddíl {reference_name}"
626626
627 #: tp/Texinfo/Convert/HTML.pm:3223
627 #: tp/Texinfo/Convert/HTML.pm:3207
628628 #, perl-brace-format
629629 msgid "See {reference_name}"
630630 msgstr "Vizte {reference_name}"
631631
632 #: tp/Texinfo/Convert/HTML.pm:3227
632 #: tp/Texinfo/Convert/HTML.pm:3211
633633 #, perl-brace-format
634634 msgid "{reference_name}"
635635 msgstr "{reference_name}"
636636
637 #: tp/Texinfo/Convert/HTML.pm:3289
637 #: tp/Texinfo/Convert/HTML.pm:3273
638638 #, perl-brace-format
639639 msgid "see {reference} in @cite{{book}}"
640640 msgstr "vizte {reference} v @cite{{book}}"
641641
642 #: tp/Texinfo/Convert/HTML.pm:3293
642 #: tp/Texinfo/Convert/HTML.pm:3277
643643 #, perl-brace-format
644644 msgid "see @cite{{book_reference}}"
645645 msgstr "vizte @cite{{book_reference}}"
646646
647 #: tp/Texinfo/Convert/HTML.pm:3297
647 #: tp/Texinfo/Convert/HTML.pm:3281
648648 #, perl-brace-format
649649 msgid "see `{section}' in @cite{{book}}"
650650 msgstr "vizte „{section}“ v @cite{{book}}"
651651
652 #: tp/Texinfo/Convert/HTML.pm:3304
652 #: tp/Texinfo/Convert/HTML.pm:3288
653653 #, perl-brace-format
654654 msgid "see {reference}"
655655 msgstr "vizte {reference}"
656656
657 #: tp/Texinfo/Convert/HTML.pm:3307
657 #: tp/Texinfo/Convert/HTML.pm:3291
658658 #, perl-brace-format
659659 msgid "see `{section}'"
660660 msgstr "vizte „{section}“"
661661
662 #: tp/Texinfo/Convert/HTML.pm:3312
662 #: tp/Texinfo/Convert/HTML.pm:3296
663663 #, perl-brace-format
664664 msgid "See {reference} in @cite{{book}}"
665665 msgstr "Vizte {reference} v @cite{{book}}"
666666
667 #: tp/Texinfo/Convert/HTML.pm:3316
667 #: tp/Texinfo/Convert/HTML.pm:3300
668668 #, perl-brace-format
669669 msgid "See @cite{{book_reference}}"
670670 msgstr "Vizte @cite{{book_reference}}"
671671
672 #: tp/Texinfo/Convert/HTML.pm:3320
672 #: tp/Texinfo/Convert/HTML.pm:3304
673673 #, perl-brace-format
674674 msgid "See `{section}' in @cite{{book}}"
675675 msgstr "Vizte „{section}“ v @cite{{book}}"
676676
677 #: tp/Texinfo/Convert/HTML.pm:3327
677 #: tp/Texinfo/Convert/HTML.pm:3311
678678 #, perl-brace-format
679679 msgid "See {reference}"
680680 msgstr "Vizte {reference}"
681681
682 #: tp/Texinfo/Convert/HTML.pm:3330
682 #: tp/Texinfo/Convert/HTML.pm:3314
683683 #, perl-brace-format
684684 msgid "See `{section}'"
685685 msgstr "Vizte „{section}“"
686686
687 #: tp/Texinfo/Convert/HTML.pm:3335
687 #: tp/Texinfo/Convert/HTML.pm:3319
688688 #, perl-brace-format
689689 msgid "{reference} in @cite{{book}}"
690690 msgstr "{reference} v @cite{{book}}"
691691
692 #: tp/Texinfo/Convert/HTML.pm:3339
692 #: tp/Texinfo/Convert/HTML.pm:3323
693693 #, perl-brace-format
694694 msgid "@cite{{book_reference}}"
695695 msgstr "@cite{{book_reference}}"
696696
697 #: tp/Texinfo/Convert/HTML.pm:3343
697 #: tp/Texinfo/Convert/HTML.pm:3327
698698 #, perl-brace-format
699699 msgid "`{section}' in @cite{{book}}"
700700 msgstr "„{section}“ v @cite{{book}}"
701701
702 #: tp/Texinfo/Convert/HTML.pm:3350
702 #: tp/Texinfo/Convert/HTML.pm:3334
703703 #, perl-brace-format
704704 msgid "{reference}"
705705 msgstr "{reference}"
706706
707 #: tp/Texinfo/Convert/HTML.pm:3353
707 #: tp/Texinfo/Convert/HTML.pm:3337
708708 #, perl-brace-format
709709 msgid "`{section}'"
710710 msgstr "„{section}“"
711711
712 #: tp/Texinfo/Convert/HTML.pm:3466
712 #: tp/Texinfo/Convert/HTML.pm:3450
713713 msgid "Jump to"
714714 msgstr "Přejít na"
715715
716 #: tp/Texinfo/Convert/HTML.pm:3474
716 #: tp/Texinfo/Convert/HTML.pm:3458
717717 msgid "Index Entry"
718718 msgstr "Položka rejstříku"
719719
720 #: tp/Texinfo/Convert/HTML.pm:3476
720 #: tp/Texinfo/Convert/HTML.pm:3460
721721 msgid "Section"
722722 msgstr "Oddíl"
723723
724 #: tp/Texinfo/Convert/HTML.pm:4096
724 #: tp/Texinfo/Convert/HTML.pm:4080
725725 #, perl-brace-format
726726 msgid "{category}: @strong{{name}} @emph{{arguments}}"
727727 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
728728
729 #: tp/Texinfo/Convert/HTML.pm:4101
729 #: tp/Texinfo/Convert/HTML.pm:4085
730730 #, perl-brace-format
731731 msgid "{category}: @strong{{name}}"
732732 msgstr "{category}: @strong{{name}}"
733733
734 #: tp/Texinfo/Convert/HTML.pm:4118
734 #: tp/Texinfo/Convert/HTML.pm:4102
735735 #, perl-brace-format
736736 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
737737 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
738738
739 #: tp/Texinfo/Convert/HTML.pm:4122
739 #: tp/Texinfo/Convert/HTML.pm:4106
740740 #, perl-brace-format
741741 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
742742 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
743743
744 #: tp/Texinfo/Convert/HTML.pm:4131
744 #: tp/Texinfo/Convert/HTML.pm:4115
745745 #, perl-brace-format
746746 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
747747 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
748748
749 #: tp/Texinfo/Convert/HTML.pm:4134
749 #: tp/Texinfo/Convert/HTML.pm:4118
750750 #, perl-brace-format
751751 msgid "{category}: @emph{{type}} @strong{{name}}"
752752 msgstr "{category}: @emph{{type}} @strong{{name}}"
753753
754 #: tp/Texinfo/Convert/HTML.pm:4142
754 #: tp/Texinfo/Convert/HTML.pm:4126
755755 #, perl-brace-format
756756 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
757757 msgstr "{category} třídy {class}: @strong{{name}} @emph{{arguments}}"
758758
759 #: tp/Texinfo/Convert/HTML.pm:4148
759 #: tp/Texinfo/Convert/HTML.pm:4132
760760 #, perl-brace-format
761761 msgid "{category} of {class}: @strong{{name}}"
762762 msgstr "{category} třídy {class}: @strong{{name}}"
763763
764 #: tp/Texinfo/Convert/HTML.pm:4157
764 #: tp/Texinfo/Convert/HTML.pm:4141
765765 #, perl-brace-format
766766 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
767767 msgstr "{category} na třídě {class}: @strong{{name}} @emph{{arguments}}"
768768
769 #: tp/Texinfo/Convert/HTML.pm:4163
769 #: tp/Texinfo/Convert/HTML.pm:4147
770770 #, perl-brace-format
771771 msgid "{category} on {class}: @strong{{name}}"
772772 msgstr "{category} na třídě {class}: @strong{{name}}"
773773
774 #: tp/Texinfo/Convert/HTML.pm:4178
774 #: tp/Texinfo/Convert/HTML.pm:4162
775775 #, perl-brace-format
776776 msgid ""
777777 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
779779 "{category} na třídě {class}:@* @emph{{type}}@* @strong{{name}} "
780780 "@emph{{arguments}}"
781781
782 #: tp/Texinfo/Convert/HTML.pm:4182
782 #: tp/Texinfo/Convert/HTML.pm:4166
783783 #, perl-brace-format
784784 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
785785 msgstr ""
786786 "{category} na třídě {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
787787
788 #: tp/Texinfo/Convert/HTML.pm:4193
788 #: tp/Texinfo/Convert/HTML.pm:4177
789789 #, perl-brace-format
790790 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
791791 msgstr "{category} na třídě {class}:@* @emph{{type}}@* @strong{{name}}"
792792
793 #: tp/Texinfo/Convert/HTML.pm:4197
793 #: tp/Texinfo/Convert/HTML.pm:4181
794794 #, perl-brace-format
795795 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
796796 msgstr "{category} na třídě {class}: @emph{{type}} @strong{{name}}"
797797
798 #: tp/Texinfo/Convert/HTML.pm:4211
798 #: tp/Texinfo/Convert/HTML.pm:4195
799799 #, perl-brace-format
800800 msgid ""
801801 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
803803 "{category} třídy {class}:@* @emph{{type}}@* @strong{{name}} "
804804 "@emph{{arguments}}"
805805
806 #: tp/Texinfo/Convert/HTML.pm:4215
806 #: tp/Texinfo/Convert/HTML.pm:4199
807807 #, perl-brace-format
808808 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
809809 msgstr ""
810810 "{category} třídy {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
811811
812 #: tp/Texinfo/Convert/HTML.pm:4226
812 #: tp/Texinfo/Convert/HTML.pm:4210
813813 #, perl-brace-format
814814 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
815815 msgstr "{category} třídy {class}:@* @emph{{type}}@* @strong{{name}}"
816816
817 #: tp/Texinfo/Convert/HTML.pm:4230
817 #: tp/Texinfo/Convert/HTML.pm:4214
818818 #, perl-brace-format
819819 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
820820 msgstr "{category} třídy {class}: @emph{{type}} @strong{{name}}"
821821
822 #: tp/Texinfo/Convert/HTML.pm:6197
822 #: tp/Texinfo/Convert/HTML.pm:6181
823823 #, perl-brace-format
824824 msgid ""
825825 "This document was generated on @emph{@today{}} using "
828828 "Tento dokument byl vytvořen @emph{@today{}} pomocí @uref{{program_homepage}, "
829829 "@emph{{program}}}."
830830
831 #: tp/Texinfo/Convert/HTML.pm:6202
831 #: tp/Texinfo/Convert/HTML.pm:6186
832832 msgid "This document was generated on @emph{@today{}}."
833833 msgstr "Tento dokument byl vytvořen @emph{@today{}}."
834834
835 #: tp/Texinfo/Convert/HTML.pm:6253
835 #: tp/Texinfo/Convert/HTML.pm:6237
836836 #, perl-brace-format
837837 msgid "{element_text} ({title})"
838838 msgstr "{element_text} ({title})"
839839
840 #: tp/Texinfo/Convert/HTML.pm:6397
840 #: tp/Texinfo/Convert/HTML.pm:6381
841841 #, perl-brace-format
842842 msgid "The node you are looking for is at {href}."
843843 msgstr "Uzel, který hledáte, se nachází na {href}."
844844
845 #: tp/Texinfo/Convert/HTML.pm:6466
845 #: tp/Texinfo/Convert/HTML.pm:6450
846846 msgid " The buttons in the navigation panels have the following meaning:"
847847 msgstr " Tlačítka v navigačním panelu mají následující význam:"
848848
849 #: tp/Texinfo/Convert/HTML.pm:6472
849 #: tp/Texinfo/Convert/HTML.pm:6456
850850 msgid "Button"
851851 msgstr "Tlačítko"
852852
853 #: tp/Texinfo/Convert/HTML.pm:6473
853 #: tp/Texinfo/Convert/HTML.pm:6457
854854 msgid "Name"
855855 msgstr "Název"
856856
857 #: tp/Texinfo/Convert/HTML.pm:6474
857 #: tp/Texinfo/Convert/HTML.pm:6458
858858 msgid "Go to"
859859 msgstr "Přejít kam"
860860
861 #: tp/Texinfo/Convert/HTML.pm:6475
861 #: tp/Texinfo/Convert/HTML.pm:6459
862862 msgid "From 1.2.3 go to"
863863 msgstr "Z 1.2.3 přejít kam"
864864
865 #: tp/Texinfo/Convert/HTML.pm:6501
865 #: tp/Texinfo/Convert/HTML.pm:6485
866866 msgid ""
867867 " where the @strong{ Example } assumes that the current position is at "
868868 "@strong{ Subsubsection One-Two-Three } of a document of the following "
871871 " kde @strong{ příklad } předpokládá, že současná poloha je "
872872 "@strong{ Podpododdíl Jedna-dva-tři } dokumentu s následující strukturou:"
873873
874 #: tp/Texinfo/Convert/HTML.pm:6511
874 #: tp/Texinfo/Convert/HTML.pm:6495
875875 msgid "Section One"
876876 msgstr "Oddíl Jedna"
877877
878 #: tp/Texinfo/Convert/HTML.pm:6513
878 #: tp/Texinfo/Convert/HTML.pm:6497
879879 msgid "Subsection One-One"
880880 msgstr "Pododdíl Jedna-jedna"
881881
882 #: tp/Texinfo/Convert/HTML.pm:6520
882 #: tp/Texinfo/Convert/HTML.pm:6504
883883 msgid "Subsection One-Two"
884884 msgstr "Pododdíl Jedna-dva"
885885
886 #: tp/Texinfo/Convert/HTML.pm:6522
886 #: tp/Texinfo/Convert/HTML.pm:6506
887887 msgid "Subsubsection One-Two-One"
888888 msgstr "Podpododdíl Jedna-dva-jedna"
889889
890 #: tp/Texinfo/Convert/HTML.pm:6523
890 #: tp/Texinfo/Convert/HTML.pm:6507
891891 msgid "Subsubsection One-Two-Two"
892892 msgstr "Podpododdíl Jedna-dva-dva"
893893
894 #: tp/Texinfo/Convert/HTML.pm:6524
894 #: tp/Texinfo/Convert/HTML.pm:6508
895895 msgid "Subsubsection One-Two-Three"
896896 msgstr "Podpododdíl Jedna-dva-tři"
897897
898 #: tp/Texinfo/Convert/HTML.pm:6526
898 #: tp/Texinfo/Convert/HTML.pm:6510
899899 msgid "Current Position"
900900 msgstr "Současná poloha"
901901
902 #: tp/Texinfo/Convert/HTML.pm:6527
902 #: tp/Texinfo/Convert/HTML.pm:6511
903903 msgid "Subsubsection One-Two-Four"
904904 msgstr "Podpododdíl Jedna-dva-čtyři"
905905
906 #: tp/Texinfo/Convert/HTML.pm:6530
906 #: tp/Texinfo/Convert/HTML.pm:6514
907907 msgid "Subsection One-Three"
908908 msgstr "Pododdíl Jedna-tři"
909909
910 #: tp/Texinfo/Convert/HTML.pm:6537
910 #: tp/Texinfo/Convert/HTML.pm:6521
911911 msgid "Subsection One-Four"
912912 msgstr "Pododdíl Jedna-čtyři"
913913
914 #: tp/Texinfo/Convert/HTML.pm:6945
914 #: tp/Texinfo/Convert/HTML.pm:6929
915915 msgid "Untitled Document"
916916 msgstr "Nepojmenovaný dokument"
917917
Binary diff not shown
1212 msgstr ""
1313 "Project-Id-Version: texinfo 6.0.90\n"
1414 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
15 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
15 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1616 "PO-Revision-Date: 2015-12-28 09:13GMT\n"
1717 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
1818 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
110110 msgid "{float_number}\n"
111111 msgstr ""
112112
113 #: tp/Texinfo/Common.pm:2577
113 #: tp/Texinfo/Common.pm:2578
114114 #, perl-brace-format
115115 msgid "{name} on {class}"
116116 msgstr ""
117117
118 #: tp/Texinfo/Common.pm:2587
118 #: tp/Texinfo/Common.pm:2588
119119 #, perl-brace-format
120120 msgid "{name} of {class}"
121121 msgstr ""
218218 msgid "see section ``{section_name}'' in @cite{{book}}"
219219 msgstr ""
220220
221 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
221 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
222222 #, perl-brace-format
223223 msgid "@cite{{book}}"
224224 msgstr ""
225225
226 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
226 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
227227 #, perl-brace-format
228228 msgid "See @cite{{book}}"
229229 msgstr ""
230230
231 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
231 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
232232 #, perl-brace-format
233233 msgid "see @cite{{book}}"
234234 msgstr ""
254254 msgstr ""
255255
256256 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
257 #: tp/Texinfo/Convert/HTML.pm:3653
257 #: tp/Texinfo/Convert/HTML.pm:3637
258258 #, perl-brace-format
259259 msgid "@b{{quotation_arg}:} "
260260 msgstr ""
284284 msgid "@t{<{url}>}"
285285 msgstr ""
286286
287 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
287 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
288288 #, perl-brace-format
289289 msgid "@{No value for `{value}'@}"
290290 msgstr ""
379379 msgid "@tie{}-- {category} of {class}: {type} {name}"
380380 msgstr ""
381381
382 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
382 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
383383 #, perl-brace-format
384384 msgid "@center --- @emph{{author}}\n"
385385 msgstr ""
607607 msgid "Footnotes"
608608 msgstr ""
609609
610 #: tp/Texinfo/Convert/HTML.pm:1541
610 #: tp/Texinfo/Convert/HTML.pm:1533
611611 #, perl-brace-format
612612 msgid "{explained_string} ({explanation})"
613613 msgstr ""
614614
615 #: tp/Texinfo/Convert/HTML.pm:3212
615 #: tp/Texinfo/Convert/HTML.pm:3196
616616 #, perl-brace-format
617617 msgid "see section {reference_name}"
618618 msgstr ""
619619
620 #: tp/Texinfo/Convert/HTML.pm:3215
620 #: tp/Texinfo/Convert/HTML.pm:3199
621621 #, perl-brace-format
622622 msgid "see {reference_name}"
623623 msgstr ""
624624
625 #: tp/Texinfo/Convert/HTML.pm:3220
625 #: tp/Texinfo/Convert/HTML.pm:3204
626626 #, perl-brace-format
627627 msgid "See section {reference_name}"
628628 msgstr ""
629629
630 #: tp/Texinfo/Convert/HTML.pm:3223
630 #: tp/Texinfo/Convert/HTML.pm:3207
631631 #, perl-brace-format
632632 msgid "See {reference_name}"
633633 msgstr ""
634634
635 #: tp/Texinfo/Convert/HTML.pm:3227
635 #: tp/Texinfo/Convert/HTML.pm:3211
636636 #, perl-brace-format
637637 msgid "{reference_name}"
638638 msgstr ""
639639
640 #: tp/Texinfo/Convert/HTML.pm:3289
640 #: tp/Texinfo/Convert/HTML.pm:3273
641641 #, perl-brace-format
642642 msgid "see {reference} in @cite{{book}}"
643643 msgstr ""
644644
645 #: tp/Texinfo/Convert/HTML.pm:3293
645 #: tp/Texinfo/Convert/HTML.pm:3277
646646 #, perl-brace-format
647647 msgid "see @cite{{book_reference}}"
648648 msgstr ""
649649
650 #: tp/Texinfo/Convert/HTML.pm:3297
650 #: tp/Texinfo/Convert/HTML.pm:3281
651651 #, perl-brace-format
652652 msgid "see `{section}' in @cite{{book}}"
653653 msgstr ""
654654
655 #: tp/Texinfo/Convert/HTML.pm:3288
656 #, perl-brace-format
657 msgid "see {reference}"
658 msgstr ""
659
660 #: tp/Texinfo/Convert/HTML.pm:3291
661 #, perl-brace-format
662 msgid "see `{section}'"
663 msgstr ""
664
665 #: tp/Texinfo/Convert/HTML.pm:3296
666 #, perl-brace-format
667 msgid "See {reference} in @cite{{book}}"
668 msgstr ""
669
670 #: tp/Texinfo/Convert/HTML.pm:3300
671 #, perl-brace-format
672 msgid "See @cite{{book_reference}}"
673 msgstr ""
674
655675 #: tp/Texinfo/Convert/HTML.pm:3304
656676 #, perl-brace-format
657 msgid "see {reference}"
658 msgstr ""
659
660 #: tp/Texinfo/Convert/HTML.pm:3307
661 #, perl-brace-format
662 msgid "see `{section}'"
663 msgstr ""
664
665 #: tp/Texinfo/Convert/HTML.pm:3312
666 #, perl-brace-format
667 msgid "See {reference} in @cite{{book}}"
668 msgstr ""
669
670 #: tp/Texinfo/Convert/HTML.pm:3316
671 #, perl-brace-format
672 msgid "See @cite{{book_reference}}"
673 msgstr ""
674
675 #: tp/Texinfo/Convert/HTML.pm:3320
676 #, perl-brace-format
677677 msgid "See `{section}' in @cite{{book}}"
678678 msgstr ""
679679
680 #: tp/Texinfo/Convert/HTML.pm:3311
681 #, perl-brace-format
682 msgid "See {reference}"
683 msgstr ""
684
685 #: tp/Texinfo/Convert/HTML.pm:3314
686 #, perl-brace-format
687 msgid "See `{section}'"
688 msgstr ""
689
690 #: tp/Texinfo/Convert/HTML.pm:3319
691 #, perl-brace-format
692 msgid "{reference} in @cite{{book}}"
693 msgstr ""
694
695 #: tp/Texinfo/Convert/HTML.pm:3323
696 #, perl-brace-format
697 msgid "@cite{{book_reference}}"
698 msgstr ""
699
680700 #: tp/Texinfo/Convert/HTML.pm:3327
681701 #, perl-brace-format
682 msgid "See {reference}"
683 msgstr ""
684
685 #: tp/Texinfo/Convert/HTML.pm:3330
686 #, perl-brace-format
687 msgid "See `{section}'"
688 msgstr ""
689
690 #: tp/Texinfo/Convert/HTML.pm:3335
691 #, perl-brace-format
692 msgid "{reference} in @cite{{book}}"
693 msgstr ""
694
695 #: tp/Texinfo/Convert/HTML.pm:3339
696 #, perl-brace-format
697 msgid "@cite{{book_reference}}"
698 msgstr ""
699
700 #: tp/Texinfo/Convert/HTML.pm:3343
701 #, perl-brace-format
702702 msgid "`{section}' in @cite{{book}}"
703703 msgstr ""
704704
705 #: tp/Texinfo/Convert/HTML.pm:3350
705 #: tp/Texinfo/Convert/HTML.pm:3334
706706 #, perl-brace-format
707707 msgid "{reference}"
708708 msgstr ""
709709
710 #: tp/Texinfo/Convert/HTML.pm:3353
710 #: tp/Texinfo/Convert/HTML.pm:3337
711711 #, perl-brace-format
712712 msgid "`{section}'"
713713 msgstr ""
714714
715 #: tp/Texinfo/Convert/HTML.pm:3466
715 #: tp/Texinfo/Convert/HTML.pm:3450
716716 msgid "Jump to"
717717 msgstr ""
718718
719 #: tp/Texinfo/Convert/HTML.pm:3474
719 #: tp/Texinfo/Convert/HTML.pm:3458
720720 #, fuzzy
721721 msgid "Index Entry"
722722 msgstr "Indekspost:"
723723
724 #: tp/Texinfo/Convert/HTML.pm:3476
724 #: tp/Texinfo/Convert/HTML.pm:3460
725725 #, fuzzy
726726 msgid "Section"
727727 msgstr "Eneste færdiggørelse"
728728
729 #: tp/Texinfo/Convert/HTML.pm:4096
729 #: tp/Texinfo/Convert/HTML.pm:4080
730730 #, perl-brace-format
731731 msgid "{category}: @strong{{name}} @emph{{arguments}}"
732732 msgstr ""
733733
734 #: tp/Texinfo/Convert/HTML.pm:4101
734 #: tp/Texinfo/Convert/HTML.pm:4085
735735 #, perl-brace-format
736736 msgid "{category}: @strong{{name}}"
737737 msgstr ""
738738
739 #: tp/Texinfo/Convert/HTML.pm:4102
740 #, perl-brace-format
741 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
742 msgstr ""
743
744 #: tp/Texinfo/Convert/HTML.pm:4106
745 #, perl-brace-format
746 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
747 msgstr ""
748
749 #: tp/Texinfo/Convert/HTML.pm:4115
750 #, perl-brace-format
751 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
752 msgstr ""
753
739754 #: tp/Texinfo/Convert/HTML.pm:4118
740755 #, perl-brace-format
741 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
742 msgstr ""
743
744 #: tp/Texinfo/Convert/HTML.pm:4122
745 #, perl-brace-format
746 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
747 msgstr ""
748
749 #: tp/Texinfo/Convert/HTML.pm:4131
750 #, perl-brace-format
751 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
752 msgstr ""
753
754 #: tp/Texinfo/Convert/HTML.pm:4134
755 #, perl-brace-format
756756 msgid "{category}: @emph{{type}} @strong{{name}}"
757757 msgstr ""
758758
759 #: tp/Texinfo/Convert/HTML.pm:4142
759 #: tp/Texinfo/Convert/HTML.pm:4126
760760 #, perl-brace-format
761761 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
762762 msgstr ""
763763
764 #: tp/Texinfo/Convert/HTML.pm:4148
764 #: tp/Texinfo/Convert/HTML.pm:4132
765765 #, perl-brace-format
766766 msgid "{category} of {class}: @strong{{name}}"
767767 msgstr ""
768768
769 #: tp/Texinfo/Convert/HTML.pm:4157
769 #: tp/Texinfo/Convert/HTML.pm:4141
770770 #, perl-brace-format
771771 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
772772 msgstr ""
773773
774 #: tp/Texinfo/Convert/HTML.pm:4163
774 #: tp/Texinfo/Convert/HTML.pm:4147
775775 #, perl-brace-format
776776 msgid "{category} on {class}: @strong{{name}}"
777777 msgstr ""
778778
779 #: tp/Texinfo/Convert/HTML.pm:4178
779 #: tp/Texinfo/Convert/HTML.pm:4162
780780 #, perl-brace-format
781781 msgid ""
782782 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
783783 msgstr ""
784784
785 #: tp/Texinfo/Convert/HTML.pm:4182
785 #: tp/Texinfo/Convert/HTML.pm:4166
786786 #, perl-brace-format
787787 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
788788 msgstr ""
789789
790 #: tp/Texinfo/Convert/HTML.pm:4193
790 #: tp/Texinfo/Convert/HTML.pm:4177
791791 #, perl-brace-format
792792 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
793793 msgstr ""
794794
795 #: tp/Texinfo/Convert/HTML.pm:4197
795 #: tp/Texinfo/Convert/HTML.pm:4181
796796 #, perl-brace-format
797797 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
798798 msgstr ""
799799
800 #: tp/Texinfo/Convert/HTML.pm:4211
800 #: tp/Texinfo/Convert/HTML.pm:4195
801801 #, perl-brace-format
802802 msgid ""
803803 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
804804 msgstr ""
805805
806 #: tp/Texinfo/Convert/HTML.pm:4215
806 #: tp/Texinfo/Convert/HTML.pm:4199
807807 #, perl-brace-format
808808 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
809809 msgstr ""
810810
811 #: tp/Texinfo/Convert/HTML.pm:4226
811 #: tp/Texinfo/Convert/HTML.pm:4210
812812 #, perl-brace-format
813813 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
814814 msgstr ""
815815
816 #: tp/Texinfo/Convert/HTML.pm:4230
816 #: tp/Texinfo/Convert/HTML.pm:4214
817817 #, perl-brace-format
818818 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
819819 msgstr ""
820820
821 #: tp/Texinfo/Convert/HTML.pm:6197
821 #: tp/Texinfo/Convert/HTML.pm:6181
822822 #, perl-brace-format
823823 msgid ""
824824 "This document was generated on @emph{@today{}} using "
825825 "@uref{{program_homepage}, @emph{{program}}}."
826826 msgstr ""
827827
828 #: tp/Texinfo/Convert/HTML.pm:6202
828 #: tp/Texinfo/Convert/HTML.pm:6186
829829 msgid "This document was generated on @emph{@today{}}."
830830 msgstr ""
831831
832 #: tp/Texinfo/Convert/HTML.pm:6253
832 #: tp/Texinfo/Convert/HTML.pm:6237
833833 #, perl-brace-format
834834 msgid "{element_text} ({title})"
835835 msgstr ""
836836
837 #: tp/Texinfo/Convert/HTML.pm:6397
837 #: tp/Texinfo/Convert/HTML.pm:6381
838838 #, perl-brace-format
839839 msgid "The node you are looking for is at {href}."
840840 msgstr ""
841841
842 #: tp/Texinfo/Convert/HTML.pm:6466
842 #: tp/Texinfo/Convert/HTML.pm:6450
843843 msgid " The buttons in the navigation panels have the following meaning:"
844844 msgstr ""
845845
846 #: tp/Texinfo/Convert/HTML.pm:6472
846 #: tp/Texinfo/Convert/HTML.pm:6456
847847 msgid "Button"
848848 msgstr ""
849849
850 #: tp/Texinfo/Convert/HTML.pm:6473
850 #: tp/Texinfo/Convert/HTML.pm:6457
851851 msgid "Name"
852852 msgstr ""
853853
854 #: tp/Texinfo/Convert/HTML.pm:6474
854 #: tp/Texinfo/Convert/HTML.pm:6458
855855 msgid "Go to"
856856 msgstr ""
857857
858 #: tp/Texinfo/Convert/HTML.pm:6475
858 #: tp/Texinfo/Convert/HTML.pm:6459
859859 msgid "From 1.2.3 go to"
860860 msgstr ""
861861
862 #: tp/Texinfo/Convert/HTML.pm:6501
862 #: tp/Texinfo/Convert/HTML.pm:6485
863863 msgid ""
864864 " where the @strong{ Example } assumes that the current position is at "
865865 "@strong{ Subsubsection One-Two-Three } of a document of the following "
866866 "structure:"
867867 msgstr ""
868868
869 #: tp/Texinfo/Convert/HTML.pm:6511
869 #: tp/Texinfo/Convert/HTML.pm:6495
870870 msgid "Section One"
871871 msgstr ""
872872
873 #: tp/Texinfo/Convert/HTML.pm:6513
873 #: tp/Texinfo/Convert/HTML.pm:6497
874874 msgid "Subsection One-One"
875875 msgstr ""
876876
877 #: tp/Texinfo/Convert/HTML.pm:6520
877 #: tp/Texinfo/Convert/HTML.pm:6504
878878 msgid "Subsection One-Two"
879879 msgstr ""
880880
881 #: tp/Texinfo/Convert/HTML.pm:6522
881 #: tp/Texinfo/Convert/HTML.pm:6506
882882 msgid "Subsubsection One-Two-One"
883883 msgstr ""
884884
885 #: tp/Texinfo/Convert/HTML.pm:6523
885 #: tp/Texinfo/Convert/HTML.pm:6507
886886 msgid "Subsubsection One-Two-Two"
887887 msgstr ""
888888
889 #: tp/Texinfo/Convert/HTML.pm:6524
889 #: tp/Texinfo/Convert/HTML.pm:6508
890890 msgid "Subsubsection One-Two-Three"
891891 msgstr ""
892892
893 #: tp/Texinfo/Convert/HTML.pm:6526
893 #: tp/Texinfo/Convert/HTML.pm:6510
894894 #, fuzzy
895895 msgid "Current Position"
896896 msgstr "Afbryd nuværende handling"
897897
898 #: tp/Texinfo/Convert/HTML.pm:6527
898 #: tp/Texinfo/Convert/HTML.pm:6511
899899 msgid "Subsubsection One-Two-Four"
900900 msgstr ""
901901
902 #: tp/Texinfo/Convert/HTML.pm:6530
902 #: tp/Texinfo/Convert/HTML.pm:6514
903903 msgid "Subsection One-Three"
904904 msgstr ""
905905
906 #: tp/Texinfo/Convert/HTML.pm:6537
906 #: tp/Texinfo/Convert/HTML.pm:6521
907907 msgid "Subsection One-Four"
908908 msgstr ""
909909
910 #: tp/Texinfo/Convert/HTML.pm:6945
910 #: tp/Texinfo/Convert/HTML.pm:6929
911911 msgid "Untitled Document"
912912 msgstr ""
913913
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: texinfo_document 5.0\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1111 "PO-Revision-Date: 2014-04-11 22:11+0100\n"
1212 "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
1313 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
104104 msgid "{float_number}\n"
105105 msgstr "{float_number}\n"
106106
107 #: tp/Texinfo/Common.pm:2577
107 #: tp/Texinfo/Common.pm:2578
108108 #, perl-brace-format
109109 msgid "{name} on {class}"
110110 msgstr "{name} in {class}"
111111
112 #: tp/Texinfo/Common.pm:2587
112 #: tp/Texinfo/Common.pm:2588
113113 #, perl-brace-format
114114 msgid "{name} of {class}"
115115 msgstr "{name} von {class}"
211211 msgid "see section ``{section_name}'' in @cite{{book}}"
212212 msgstr "siehe Abschnitt »{section_name}« in @cite{{book}}"
213213
214 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
214 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
215215 #, perl-brace-format
216216 msgid "@cite{{book}}"
217217 msgstr "@cite{{book}}"
218218
219 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
219 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
220220 #, perl-brace-format
221221 msgid "See @cite{{book}}"
222222 msgstr "Siehe @cite{{book}}"
223223
224 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
224 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
225225 #, perl-brace-format
226226 msgid "see @cite{{book}}"
227227 msgstr "siehe @cite{{book}}"
247247 msgstr "{abbr_or_acronym} ({explanation})"
248248
249249 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
250 #: tp/Texinfo/Convert/HTML.pm:3653
250 #: tp/Texinfo/Convert/HTML.pm:3637
251251 #, perl-brace-format
252252 msgid "@b{{quotation_arg}:} "
253253 msgstr "@b{{quotation_arg}:} "
276276 msgid "@t{<{url}>}"
277277 msgstr "@t{<{url}>}"
278278
279 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
279 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
280280 #, perl-brace-format
281281 msgid "@{No value for `{value}'@}"
282282 msgstr "@{kein Wert für »{value}«@}"
371371 msgid "@tie{}-- {category} of {class}: {type} {name}"
372372 msgstr "@tie{ }-- {category} von {class}: {type} {name}"
373373
374 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
374 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
375375 #, perl-brace-format
376376 msgid "@center --- @emph{{author}}\n"
377377 msgstr "@center --- @emph{{author}}\n"
594594 msgid "Footnotes"
595595 msgstr "Fußnoten"
596596
597 #: tp/Texinfo/Convert/HTML.pm:1541
597 #: tp/Texinfo/Convert/HTML.pm:1533
598598 #, perl-brace-format
599599 msgid "{explained_string} ({explanation})"
600600 msgstr "{explained_string} ({explanation})"
601601
602 #: tp/Texinfo/Convert/HTML.pm:3212
602 #: tp/Texinfo/Convert/HTML.pm:3196
603603 #, perl-brace-format
604604 msgid "see section {reference_name}"
605605 msgstr "siehe Abschnitt {reference_name}"
606606
607 #: tp/Texinfo/Convert/HTML.pm:3215
607 #: tp/Texinfo/Convert/HTML.pm:3199
608608 #, perl-brace-format
609609 msgid "see {reference_name}"
610610 msgstr "siehe {reference_name}"
611611
612 #: tp/Texinfo/Convert/HTML.pm:3220
612 #: tp/Texinfo/Convert/HTML.pm:3204
613613 #, perl-brace-format
614614 msgid "See section {reference_name}"
615615 msgstr "Siehe Abschnitt {reference_name}"
616616
617 #: tp/Texinfo/Convert/HTML.pm:3223
617 #: tp/Texinfo/Convert/HTML.pm:3207
618618 #, perl-brace-format
619619 msgid "See {reference_name}"
620620 msgstr "Siehe {reference_name}"
621621
622 #: tp/Texinfo/Convert/HTML.pm:3227
622 #: tp/Texinfo/Convert/HTML.pm:3211
623623 #, perl-brace-format
624624 msgid "{reference_name}"
625625 msgstr "{reference_name}"
626626
627 #: tp/Texinfo/Convert/HTML.pm:3289
627 #: tp/Texinfo/Convert/HTML.pm:3273
628628 #, perl-brace-format
629629 msgid "see {reference} in @cite{{book}}"
630630 msgstr "siehe {reference} in @cite{{book}}"
631631
632 #: tp/Texinfo/Convert/HTML.pm:3293
632 #: tp/Texinfo/Convert/HTML.pm:3277
633633 #, perl-brace-format
634634 msgid "see @cite{{book_reference}}"
635635 msgstr "siehe @cite{{book_reference}}"
636636
637 #: tp/Texinfo/Convert/HTML.pm:3297
637 #: tp/Texinfo/Convert/HTML.pm:3281
638638 #, perl-brace-format
639639 msgid "see `{section}' in @cite{{book}}"
640640 msgstr "siehe »{section}« in @cite{{book}}"
641641
642 #: tp/Texinfo/Convert/HTML.pm:3304
642 #: tp/Texinfo/Convert/HTML.pm:3288
643643 #, perl-brace-format
644644 msgid "see {reference}"
645645 msgstr "siehe {reference}"
646646
647 #: tp/Texinfo/Convert/HTML.pm:3307
647 #: tp/Texinfo/Convert/HTML.pm:3291
648648 #, perl-brace-format
649649 msgid "see `{section}'"
650650 msgstr "siehe »{section}«"
651651
652 #: tp/Texinfo/Convert/HTML.pm:3312
652 #: tp/Texinfo/Convert/HTML.pm:3296
653653 #, perl-brace-format
654654 msgid "See {reference} in @cite{{book}}"
655655 msgstr "Siehe {reference} in @cite{{book}}"
656656
657 #: tp/Texinfo/Convert/HTML.pm:3316
657 #: tp/Texinfo/Convert/HTML.pm:3300
658658 #, perl-brace-format
659659 msgid "See @cite{{book_reference}}"
660660 msgstr "Siehe @cite{{book_reference}}"
661661
662 #: tp/Texinfo/Convert/HTML.pm:3320
662 #: tp/Texinfo/Convert/HTML.pm:3304
663663 #, perl-brace-format
664664 msgid "See `{section}' in @cite{{book}}"
665665 msgstr "Siehe »{section}« in @cite{{book}}"
666666
667 #: tp/Texinfo/Convert/HTML.pm:3327
667 #: tp/Texinfo/Convert/HTML.pm:3311
668668 #, perl-brace-format
669669 msgid "See {reference}"
670670 msgstr "Siehe {reference}"
671671
672 #: tp/Texinfo/Convert/HTML.pm:3330
672 #: tp/Texinfo/Convert/HTML.pm:3314
673673 #, perl-brace-format
674674 msgid "See `{section}'"
675675 msgstr "Siehe »{section}«"
676676
677 #: tp/Texinfo/Convert/HTML.pm:3335
677 #: tp/Texinfo/Convert/HTML.pm:3319
678678 #, perl-brace-format
679679 msgid "{reference} in @cite{{book}}"
680680 msgstr "{reference} in @cite{{book}}"
681681
682 #: tp/Texinfo/Convert/HTML.pm:3339
682 #: tp/Texinfo/Convert/HTML.pm:3323
683683 #, perl-brace-format
684684 msgid "@cite{{book_reference}}"
685685 msgstr "@cite{{book_reference}}"
686686
687 #: tp/Texinfo/Convert/HTML.pm:3343
687 #: tp/Texinfo/Convert/HTML.pm:3327
688688 #, perl-brace-format
689689 msgid "`{section}' in @cite{{book}}"
690690 msgstr "»{section}« in @cite{{book}}"
691691
692 #: tp/Texinfo/Convert/HTML.pm:3350
692 #: tp/Texinfo/Convert/HTML.pm:3334
693693 #, perl-brace-format
694694 msgid "{reference}"
695695 msgstr "{reference}"
696696
697 #: tp/Texinfo/Convert/HTML.pm:3353
697 #: tp/Texinfo/Convert/HTML.pm:3337
698698 #, perl-brace-format
699699 msgid "`{section}'"
700700 msgstr "»{section}«"
701701
702 #: tp/Texinfo/Convert/HTML.pm:3466
702 #: tp/Texinfo/Convert/HTML.pm:3450
703703 msgid "Jump to"
704704 msgstr "Springe zu"
705705
706 #: tp/Texinfo/Convert/HTML.pm:3474
706 #: tp/Texinfo/Convert/HTML.pm:3458
707707 msgid "Index Entry"
708708 msgstr "Indexeintrag"
709709
710 #: tp/Texinfo/Convert/HTML.pm:3476
710 #: tp/Texinfo/Convert/HTML.pm:3460
711711 msgid "Section"
712712 msgstr "Abschnitt"
713713
714 #: tp/Texinfo/Convert/HTML.pm:4096
714 #: tp/Texinfo/Convert/HTML.pm:4080
715715 #, perl-brace-format
716716 msgid "{category}: @strong{{name}} @emph{{arguments}}"
717717 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
718718
719 #: tp/Texinfo/Convert/HTML.pm:4101
719 #: tp/Texinfo/Convert/HTML.pm:4085
720720 #, perl-brace-format
721721 msgid "{category}: @strong{{name}}"
722722 msgstr "{category}: @strong{{name}}"
723723
724 #: tp/Texinfo/Convert/HTML.pm:4118
724 #: tp/Texinfo/Convert/HTML.pm:4102
725725 #, perl-brace-format
726726 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
727727 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
728728
729 #: tp/Texinfo/Convert/HTML.pm:4122
729 #: tp/Texinfo/Convert/HTML.pm:4106
730730 #, perl-brace-format
731731 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
732732 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
733733
734 #: tp/Texinfo/Convert/HTML.pm:4131
734 #: tp/Texinfo/Convert/HTML.pm:4115
735735 #, perl-brace-format
736736 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
737737 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
738738
739 #: tp/Texinfo/Convert/HTML.pm:4134
739 #: tp/Texinfo/Convert/HTML.pm:4118
740740 #, perl-brace-format
741741 msgid "{category}: @emph{{type}} @strong{{name}}"
742742 msgstr "{category}: @emph{{type}} @strong{{name}}"
743743
744 #: tp/Texinfo/Convert/HTML.pm:4142
744 #: tp/Texinfo/Convert/HTML.pm:4126
745745 #, perl-brace-format
746746 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
747747 msgstr "{category} von {class}: @strong{{name}} @emph{{arguments}}"
748748
749 #: tp/Texinfo/Convert/HTML.pm:4148
749 #: tp/Texinfo/Convert/HTML.pm:4132
750750 #, perl-brace-format
751751 msgid "{category} of {class}: @strong{{name}}"
752752 msgstr "{category} von {class}: @strong{{name}}"
753753
754 #: tp/Texinfo/Convert/HTML.pm:4157
754 #: tp/Texinfo/Convert/HTML.pm:4141
755755 #, perl-brace-format
756756 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
757757 msgstr "{category} in {class}: @strong{{name}} @emph{{arguments}}"
758758
759 #: tp/Texinfo/Convert/HTML.pm:4163
759 #: tp/Texinfo/Convert/HTML.pm:4147
760760 #, perl-brace-format
761761 msgid "{category} on {class}: @strong{{name}}"
762762 msgstr "{category} in {class}: @strong{{name}}"
763763
764 #: tp/Texinfo/Convert/HTML.pm:4178
764 #: tp/Texinfo/Convert/HTML.pm:4162
765765 #, perl-brace-format
766766 msgid ""
767767 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
768768 msgstr ""
769769 "{category} in {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
770770
771 #: tp/Texinfo/Convert/HTML.pm:4182
771 #: tp/Texinfo/Convert/HTML.pm:4166
772772 #, perl-brace-format
773773 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
774774 msgstr ""
775775 "{category} in {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
776776
777 #: tp/Texinfo/Convert/HTML.pm:4193
777 #: tp/Texinfo/Convert/HTML.pm:4177
778778 #, perl-brace-format
779779 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
780780 msgstr "{category} in {class}:@* @emph{{type}}@* @strong{{name}}"
781781
782 #: tp/Texinfo/Convert/HTML.pm:4197
782 #: tp/Texinfo/Convert/HTML.pm:4181
783783 #, perl-brace-format
784784 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
785785 msgstr "{category} in {class}: @emph{{type}} @strong{{name}}"
786786
787 #: tp/Texinfo/Convert/HTML.pm:4211
787 #: tp/Texinfo/Convert/HTML.pm:4195
788788 #, perl-brace-format
789789 msgid ""
790790 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
791791 msgstr ""
792792 "{category} von {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
793793
794 #: tp/Texinfo/Convert/HTML.pm:4215
794 #: tp/Texinfo/Convert/HTML.pm:4199
795795 #, perl-brace-format
796796 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
797797 msgstr ""
798798 "{category} von {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
799799
800 #: tp/Texinfo/Convert/HTML.pm:4226
800 #: tp/Texinfo/Convert/HTML.pm:4210
801801 #, perl-brace-format
802802 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
803803 msgstr "{category} von {class}:@* @emph{{type}}@* @strong{{name}}"
804804
805 #: tp/Texinfo/Convert/HTML.pm:4230
805 #: tp/Texinfo/Convert/HTML.pm:4214
806806 #, perl-brace-format
807807 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
808808 msgstr "{category} von {class}: @emph{{type}} @strong{{name}}"
809809
810 #: tp/Texinfo/Convert/HTML.pm:6197
810 #: tp/Texinfo/Convert/HTML.pm:6181
811811 #, perl-brace-format
812812 msgid ""
813813 "This document was generated on @emph{@today{}} using "
816816 "Dieses Dokument wurde am @emph{@today{}} mittels @uref{{program_homepage}, "
817817 "@emph{{program}}} erstellt."
818818
819 #: tp/Texinfo/Convert/HTML.pm:6202
819 #: tp/Texinfo/Convert/HTML.pm:6186
820820 msgid "This document was generated on @emph{@today{}}."
821821 msgstr ""
822822 "Dieses Dokument wurde mittels @uref{{program_homepage}, @emph{{program}}} "
823823 "erstellt."
824824
825 #: tp/Texinfo/Convert/HTML.pm:6253
825 #: tp/Texinfo/Convert/HTML.pm:6237
826826 #, fuzzy, perl-brace-format
827827 msgid "{element_text} ({title})"
828828 msgstr "{text} ({url})"
829829
830 #: tp/Texinfo/Convert/HTML.pm:6397
830 #: tp/Texinfo/Convert/HTML.pm:6381
831831 #, perl-brace-format
832832 msgid "The node you are looking for is at {href}."
833833 msgstr "Der Absatz, nach dem Sie suchen, befindet sich bei {href}."
834834
835 #: tp/Texinfo/Convert/HTML.pm:6466
835 #: tp/Texinfo/Convert/HTML.pm:6450
836836 msgid " The buttons in the navigation panels have the following meaning:"
837837 msgstr " Die Links in der Navigationsleiste haben die folgende Bedeutung: "
838838
839 #: tp/Texinfo/Convert/HTML.pm:6472
839 #: tp/Texinfo/Convert/HTML.pm:6456
840840 msgid "Button"
841841 msgstr "Knopf"
842842
843 #: tp/Texinfo/Convert/HTML.pm:6473
843 #: tp/Texinfo/Convert/HTML.pm:6457
844844 msgid "Name"
845845 msgstr "Name"
846846
847 #: tp/Texinfo/Convert/HTML.pm:6474
847 #: tp/Texinfo/Convert/HTML.pm:6458
848848 msgid "Go to"
849849 msgstr "Gehe zu"
850850
851 #: tp/Texinfo/Convert/HTML.pm:6475
851 #: tp/Texinfo/Convert/HTML.pm:6459
852852 msgid "From 1.2.3 go to"
853853 msgstr "Von 1.2.3 gehe zu"
854854
855 #: tp/Texinfo/Convert/HTML.pm:6501
855 #: tp/Texinfo/Convert/HTML.pm:6485
856856 msgid ""
857857 " where the @strong{ Example } assumes that the current position is at "
858858 "@strong{ Subsubsection One-Two-Three } of a document of the following "
862862 "@strong{ Unterabschnitt 1-2-3 } in einem Dokument mit folgender Struktur "
863863 "liegt:"
864864
865 #: tp/Texinfo/Convert/HTML.pm:6511
865 #: tp/Texinfo/Convert/HTML.pm:6495
866866 msgid "Section One"
867867 msgstr "Abschnitt 1"
868868
869 #: tp/Texinfo/Convert/HTML.pm:6513
869 #: tp/Texinfo/Convert/HTML.pm:6497
870870 msgid "Subsection One-One"
871871 msgstr "Unterabschnitt 1-1"
872872
873 #: tp/Texinfo/Convert/HTML.pm:6520
873 #: tp/Texinfo/Convert/HTML.pm:6504
874874 msgid "Subsection One-Two"
875875 msgstr "Unterabschnitt 1-2"
876876
877 #: tp/Texinfo/Convert/HTML.pm:6522
877 #: tp/Texinfo/Convert/HTML.pm:6506
878878 msgid "Subsubsection One-Two-One"
879879 msgstr "Unterabschnitt 1-2-1"
880880
881 #: tp/Texinfo/Convert/HTML.pm:6523
881 #: tp/Texinfo/Convert/HTML.pm:6507
882882 msgid "Subsubsection One-Two-Two"
883883 msgstr "Unterabschnitt 1-2-2"
884884
885 #: tp/Texinfo/Convert/HTML.pm:6524
885 #: tp/Texinfo/Convert/HTML.pm:6508
886886 msgid "Subsubsection One-Two-Three"
887887 msgstr "Unterabschnitt 1-2-3"
888888
889 #: tp/Texinfo/Convert/HTML.pm:6526
889 #: tp/Texinfo/Convert/HTML.pm:6510
890890 msgid "Current Position"
891891 msgstr "Aktuelle Position"
892892
893 #: tp/Texinfo/Convert/HTML.pm:6527
893 #: tp/Texinfo/Convert/HTML.pm:6511
894894 msgid "Subsubsection One-Two-Four"
895895 msgstr "Unterabschnitt 1-2-4"
896896
897 #: tp/Texinfo/Convert/HTML.pm:6530
897 #: tp/Texinfo/Convert/HTML.pm:6514
898898 msgid "Subsection One-Three"
899899 msgstr "Unterabschnitt 1-3"
900900
901 #: tp/Texinfo/Convert/HTML.pm:6537
901 #: tp/Texinfo/Convert/HTML.pm:6521
902902 msgid "Subsection One-Four"
903903 msgstr "Unterabschnitt 1-4"
904904
905 #: tp/Texinfo/Convert/HTML.pm:6945
905 #: tp/Texinfo/Convert/HTML.pm:6929
906906 msgid "Untitled Document"
907907 msgstr "Unbenanntes Dokument"
908908
77 msgstr ""
88 "Project-Id-Version: texinfo_document 5.0\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1111 "PO-Revision-Date: 2014-04-11 22:11+0100\n"
1212 "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
1313 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
103103 msgid "{float_number}\n"
104104 msgstr "{float_number}\n"
105105
106 #: tp/Texinfo/Common.pm:2577
106 #: tp/Texinfo/Common.pm:2578
107107 #, perl-brace-format
108108 msgid "{name} on {class}"
109109 msgstr "{name} in {class}"
110110
111 #: tp/Texinfo/Common.pm:2587
111 #: tp/Texinfo/Common.pm:2588
112112 #, perl-brace-format
113113 msgid "{name} of {class}"
114114 msgstr "{name} von {class}"
210210 msgid "see section ``{section_name}'' in @cite{{book}}"
211211 msgstr "siehe Abschnitt »{section_name}« in @cite{{book}}"
212212
213 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
213 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
214214 #, perl-brace-format
215215 msgid "@cite{{book}}"
216216 msgstr "@cite{{book}}"
217217
218 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
218 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
219219 #, perl-brace-format
220220 msgid "See @cite{{book}}"
221221 msgstr "Siehe @cite{{book}}"
222222
223 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
223 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
224224 #, perl-brace-format
225225 msgid "see @cite{{book}}"
226226 msgstr "siehe @cite{{book}}"
246246 msgstr "{abbr_or_acronym} ({explanation})"
247247
248248 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
249 #: tp/Texinfo/Convert/HTML.pm:3653
249 #: tp/Texinfo/Convert/HTML.pm:3637
250250 #, perl-brace-format
251251 msgid "@b{{quotation_arg}:} "
252252 msgstr "@b{{quotation_arg}:} "
275275 msgid "@t{<{url}>}"
276276 msgstr "@t{<{url}>}"
277277
278 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
278 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
279279 #, perl-brace-format
280280 msgid "@{No value for `{value}'@}"
281281 msgstr "@{kein Wert für »{value}«@}"
370370 msgid "@tie{}-- {category} of {class}: {type} {name}"
371371 msgstr "@tie{ }-- {category} von {class}: {type} {name}"
372372
373 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
373 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
374374 #, perl-brace-format
375375 msgid "@center --- @emph{{author}}\n"
376376 msgstr "@center --- @emph{{author}}\n"
593593 msgid "Footnotes"
594594 msgstr "Fußnoten"
595595
596 #: tp/Texinfo/Convert/HTML.pm:1541
596 #: tp/Texinfo/Convert/HTML.pm:1533
597597 #, perl-brace-format
598598 msgid "{explained_string} ({explanation})"
599599 msgstr "{explained_string} ({explanation})"
600600
601 #: tp/Texinfo/Convert/HTML.pm:3212
601 #: tp/Texinfo/Convert/HTML.pm:3196
602602 #, perl-brace-format
603603 msgid "see section {reference_name}"
604604 msgstr "siehe Abschnitt {reference_name}"
605605
606 #: tp/Texinfo/Convert/HTML.pm:3215
606 #: tp/Texinfo/Convert/HTML.pm:3199
607607 #, perl-brace-format
608608 msgid "see {reference_name}"
609609 msgstr "siehe {reference_name}"
610610
611 #: tp/Texinfo/Convert/HTML.pm:3220
611 #: tp/Texinfo/Convert/HTML.pm:3204
612612 #, perl-brace-format
613613 msgid "See section {reference_name}"
614614 msgstr "Siehe Abschnitt {reference_name}"
615615
616 #: tp/Texinfo/Convert/HTML.pm:3223
616 #: tp/Texinfo/Convert/HTML.pm:3207
617617 #, perl-brace-format
618618 msgid "See {reference_name}"
619619 msgstr "Siehe {reference_name}"
620620
621 #: tp/Texinfo/Convert/HTML.pm:3227
621 #: tp/Texinfo/Convert/HTML.pm:3211
622622 #, perl-brace-format
623623 msgid "{reference_name}"
624624 msgstr "{reference_name}"
625625
626 #: tp/Texinfo/Convert/HTML.pm:3289
626 #: tp/Texinfo/Convert/HTML.pm:3273
627627 #, perl-brace-format
628628 msgid "see {reference} in @cite{{book}}"
629629 msgstr "siehe {reference} in @cite{{book}}"
630630
631 #: tp/Texinfo/Convert/HTML.pm:3293
631 #: tp/Texinfo/Convert/HTML.pm:3277
632632 #, perl-brace-format
633633 msgid "see @cite{{book_reference}}"
634634 msgstr "siehe @cite{{book_reference}}"
635635
636 #: tp/Texinfo/Convert/HTML.pm:3297
636 #: tp/Texinfo/Convert/HTML.pm:3281
637637 #, perl-brace-format
638638 msgid "see `{section}' in @cite{{book}}"
639639 msgstr "siehe »{section}« in @cite{{book}}"
640640
641 #: tp/Texinfo/Convert/HTML.pm:3304
641 #: tp/Texinfo/Convert/HTML.pm:3288
642642 #, perl-brace-format
643643 msgid "see {reference}"
644644 msgstr "siehe {reference}"
645645
646 #: tp/Texinfo/Convert/HTML.pm:3307
646 #: tp/Texinfo/Convert/HTML.pm:3291
647647 #, perl-brace-format
648648 msgid "see `{section}'"
649649 msgstr "siehe »{section}«"
650650
651 #: tp/Texinfo/Convert/HTML.pm:3312
651 #: tp/Texinfo/Convert/HTML.pm:3296
652652 #, perl-brace-format
653653 msgid "See {reference} in @cite{{book}}"
654654 msgstr "Siehe {reference} in @cite{{book}}"
655655
656 #: tp/Texinfo/Convert/HTML.pm:3316
656 #: tp/Texinfo/Convert/HTML.pm:3300
657657 #, perl-brace-format
658658 msgid "See @cite{{book_reference}}"
659659 msgstr "Siehe @cite{{book_reference}}"
660660
661 #: tp/Texinfo/Convert/HTML.pm:3320
661 #: tp/Texinfo/Convert/HTML.pm:3304
662662 #, perl-brace-format
663663 msgid "See `{section}' in @cite{{book}}"
664664 msgstr "Siehe »{section}« in @cite{{book}}"
665665
666 #: tp/Texinfo/Convert/HTML.pm:3327
666 #: tp/Texinfo/Convert/HTML.pm:3311
667667 #, perl-brace-format
668668 msgid "See {reference}"
669669 msgstr "Siehe {reference}"
670670
671 #: tp/Texinfo/Convert/HTML.pm:3330
671 #: tp/Texinfo/Convert/HTML.pm:3314
672672 #, perl-brace-format
673673 msgid "See `{section}'"
674674 msgstr "Siehe »{section}«"
675675
676 #: tp/Texinfo/Convert/HTML.pm:3335
676 #: tp/Texinfo/Convert/HTML.pm:3319
677677 #, perl-brace-format
678678 msgid "{reference} in @cite{{book}}"
679679 msgstr "{reference} in @cite{{book}}"
680680
681 #: tp/Texinfo/Convert/HTML.pm:3339
681 #: tp/Texinfo/Convert/HTML.pm:3323
682682 #, perl-brace-format
683683 msgid "@cite{{book_reference}}"
684684 msgstr "@cite{{book_reference}}"
685685
686 #: tp/Texinfo/Convert/HTML.pm:3343
686 #: tp/Texinfo/Convert/HTML.pm:3327
687687 #, perl-brace-format
688688 msgid "`{section}' in @cite{{book}}"
689689 msgstr "»{section}« in @cite{{book}}"
690690
691 #: tp/Texinfo/Convert/HTML.pm:3350
691 #: tp/Texinfo/Convert/HTML.pm:3334
692692 #, perl-brace-format
693693 msgid "{reference}"
694694 msgstr "{reference}"
695695
696 #: tp/Texinfo/Convert/HTML.pm:3353
696 #: tp/Texinfo/Convert/HTML.pm:3337
697697 #, perl-brace-format
698698 msgid "`{section}'"
699699 msgstr "»{section}«"
700700
701 #: tp/Texinfo/Convert/HTML.pm:3466
701 #: tp/Texinfo/Convert/HTML.pm:3450
702702 msgid "Jump to"
703703 msgstr "Springe zu"
704704
705 #: tp/Texinfo/Convert/HTML.pm:3474
705 #: tp/Texinfo/Convert/HTML.pm:3458
706706 msgid "Index Entry"
707707 msgstr "Indexeintrag"
708708
709 #: tp/Texinfo/Convert/HTML.pm:3476
709 #: tp/Texinfo/Convert/HTML.pm:3460
710710 msgid "Section"
711711 msgstr "Abschnitt"
712712
713 #: tp/Texinfo/Convert/HTML.pm:4096
713 #: tp/Texinfo/Convert/HTML.pm:4080
714714 #, perl-brace-format
715715 msgid "{category}: @strong{{name}} @emph{{arguments}}"
716716 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
717717
718 #: tp/Texinfo/Convert/HTML.pm:4101
718 #: tp/Texinfo/Convert/HTML.pm:4085
719719 #, perl-brace-format
720720 msgid "{category}: @strong{{name}}"
721721 msgstr "{category}: @strong{{name}}"
722722
723 #: tp/Texinfo/Convert/HTML.pm:4118
723 #: tp/Texinfo/Convert/HTML.pm:4102
724724 #, perl-brace-format
725725 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
726726 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
727727
728 #: tp/Texinfo/Convert/HTML.pm:4122
728 #: tp/Texinfo/Convert/HTML.pm:4106
729729 #, perl-brace-format
730730 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
731731 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
732732
733 #: tp/Texinfo/Convert/HTML.pm:4131
733 #: tp/Texinfo/Convert/HTML.pm:4115
734734 #, perl-brace-format
735735 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
736736 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
737737
738 #: tp/Texinfo/Convert/HTML.pm:4134
738 #: tp/Texinfo/Convert/HTML.pm:4118
739739 #, perl-brace-format
740740 msgid "{category}: @emph{{type}} @strong{{name}}"
741741 msgstr "{category}: @emph{{type}} @strong{{name}}"
742742
743 #: tp/Texinfo/Convert/HTML.pm:4142
743 #: tp/Texinfo/Convert/HTML.pm:4126
744744 #, perl-brace-format
745745 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
746746 msgstr "{category} von {class}: @strong{{name}} @emph{{arguments}}"
747747
748 #: tp/Texinfo/Convert/HTML.pm:4148
748 #: tp/Texinfo/Convert/HTML.pm:4132
749749 #, perl-brace-format
750750 msgid "{category} of {class}: @strong{{name}}"
751751 msgstr "{category} von {class}: @strong{{name}}"
752752
753 #: tp/Texinfo/Convert/HTML.pm:4157
753 #: tp/Texinfo/Convert/HTML.pm:4141
754754 #, perl-brace-format
755755 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
756756 msgstr "{category} in {class}: @strong{{name}} @emph{{arguments}}"
757757
758 #: tp/Texinfo/Convert/HTML.pm:4163
758 #: tp/Texinfo/Convert/HTML.pm:4147
759759 #, perl-brace-format
760760 msgid "{category} on {class}: @strong{{name}}"
761761 msgstr "{category} in {class}: @strong{{name}}"
762762
763 #: tp/Texinfo/Convert/HTML.pm:4178
763 #: tp/Texinfo/Convert/HTML.pm:4162
764764 #, perl-brace-format
765765 msgid ""
766766 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
767767 msgstr ""
768768 "{category} in {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
769769
770 #: tp/Texinfo/Convert/HTML.pm:4182
770 #: tp/Texinfo/Convert/HTML.pm:4166
771771 #, perl-brace-format
772772 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
773773 msgstr ""
774774 "{category} in {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
775775
776 #: tp/Texinfo/Convert/HTML.pm:4193
776 #: tp/Texinfo/Convert/HTML.pm:4177
777777 #, perl-brace-format
778778 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
779779 msgstr "{category} in {class}:@* @emph{{type}}@* @strong{{name}}"
780780
781 #: tp/Texinfo/Convert/HTML.pm:4197
781 #: tp/Texinfo/Convert/HTML.pm:4181
782782 #, perl-brace-format
783783 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
784784 msgstr "{category} in {class}: @emph{{type}} @strong{{name}}"
785785
786 #: tp/Texinfo/Convert/HTML.pm:4211
786 #: tp/Texinfo/Convert/HTML.pm:4195
787787 #, perl-brace-format
788788 msgid ""
789789 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
790790 msgstr ""
791791 "{category} von {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
792792
793 #: tp/Texinfo/Convert/HTML.pm:4215
793 #: tp/Texinfo/Convert/HTML.pm:4199
794794 #, perl-brace-format
795795 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
796796 msgstr ""
797797 "{category} von {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
798798
799 #: tp/Texinfo/Convert/HTML.pm:4226
799 #: tp/Texinfo/Convert/HTML.pm:4210
800800 #, perl-brace-format
801801 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
802802 msgstr "{category} von {class}:@* @emph{{type}}@* @strong{{name}}"
803803
804 #: tp/Texinfo/Convert/HTML.pm:4230
804 #: tp/Texinfo/Convert/HTML.pm:4214
805805 #, perl-brace-format
806806 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
807807 msgstr "{category} von {class}: @emph{{type}} @strong{{name}}"
808808
809 #: tp/Texinfo/Convert/HTML.pm:6197
809 #: tp/Texinfo/Convert/HTML.pm:6181
810810 #, perl-brace-format
811811 msgid ""
812812 "This document was generated on @emph{@today{}} using "
815815 "Dieses Dokument wurde am @emph{@today{}} mittels @uref{{program_homepage}, "
816816 "@emph{{program}}} erstellt."
817817
818 #: tp/Texinfo/Convert/HTML.pm:6202
818 #: tp/Texinfo/Convert/HTML.pm:6186
819819 msgid "This document was generated on @emph{@today{}}."
820820 msgstr ""
821821 "Dieses Dokument wurde mittels @uref{{program_homepage}, @emph{{program}}} "
822822 "erstellt."
823823
824 #: tp/Texinfo/Convert/HTML.pm:6253
824 #: tp/Texinfo/Convert/HTML.pm:6237
825825 #, fuzzy, perl-brace-format
826826 msgid "{element_text} ({title})"
827827 msgstr "{text} ({url})"
828828
829 #: tp/Texinfo/Convert/HTML.pm:6397
829 #: tp/Texinfo/Convert/HTML.pm:6381
830830 #, perl-brace-format
831831 msgid "The node you are looking for is at {href}."
832832 msgstr "Der Absatz, nach dem Sie suchen, befindet sich bei {href}."
833833
834 #: tp/Texinfo/Convert/HTML.pm:6466
834 #: tp/Texinfo/Convert/HTML.pm:6450
835835 msgid " The buttons in the navigation panels have the following meaning:"
836836 msgstr " Die Links in der Navigationsleiste haben die folgende Bedeutung: "
837837
838 #: tp/Texinfo/Convert/HTML.pm:6472
838 #: tp/Texinfo/Convert/HTML.pm:6456
839839 msgid "Button"
840840 msgstr "Knopf"
841841
842 #: tp/Texinfo/Convert/HTML.pm:6473
842 #: tp/Texinfo/Convert/HTML.pm:6457
843843 msgid "Name"
844844 msgstr "Name"
845845
846 #: tp/Texinfo/Convert/HTML.pm:6474
846 #: tp/Texinfo/Convert/HTML.pm:6458
847847 msgid "Go to"
848848 msgstr "Gehe zu"
849849
850 #: tp/Texinfo/Convert/HTML.pm:6475
850 #: tp/Texinfo/Convert/HTML.pm:6459
851851 msgid "From 1.2.3 go to"
852852 msgstr "Von 1.2.3 gehe zu"
853853
854 #: tp/Texinfo/Convert/HTML.pm:6501
854 #: tp/Texinfo/Convert/HTML.pm:6485
855855 msgid ""
856856 " where the @strong{ Example } assumes that the current position is at "
857857 "@strong{ Subsubsection One-Two-Three } of a document of the following "
861861 "@strong{ Unterabschnitt 1-2-3 } in einem Dokument mit folgender Struktur "
862862 "liegt:"
863863
864 #: tp/Texinfo/Convert/HTML.pm:6511
864 #: tp/Texinfo/Convert/HTML.pm:6495
865865 msgid "Section One"
866866 msgstr "Abschnitt 1"
867867
868 #: tp/Texinfo/Convert/HTML.pm:6513
868 #: tp/Texinfo/Convert/HTML.pm:6497
869869 msgid "Subsection One-One"
870870 msgstr "Unterabschnitt 1-1"
871871
872 #: tp/Texinfo/Convert/HTML.pm:6520
872 #: tp/Texinfo/Convert/HTML.pm:6504
873873 msgid "Subsection One-Two"
874874 msgstr "Unterabschnitt 1-2"
875875
876 #: tp/Texinfo/Convert/HTML.pm:6522
876 #: tp/Texinfo/Convert/HTML.pm:6506
877877 msgid "Subsubsection One-Two-One"
878878 msgstr "Unterabschnitt 1-2-1"
879879
880 #: tp/Texinfo/Convert/HTML.pm:6523
880 #: tp/Texinfo/Convert/HTML.pm:6507
881881 msgid "Subsubsection One-Two-Two"
882882 msgstr "Unterabschnitt 1-2-2"
883883
884 #: tp/Texinfo/Convert/HTML.pm:6524
884 #: tp/Texinfo/Convert/HTML.pm:6508
885885 msgid "Subsubsection One-Two-Three"
886886 msgstr "Unterabschnitt 1-2-3"
887887
888 #: tp/Texinfo/Convert/HTML.pm:6526
888 #: tp/Texinfo/Convert/HTML.pm:6510
889889 msgid "Current Position"
890890 msgstr "Aktuelle Position"
891891
892 #: tp/Texinfo/Convert/HTML.pm:6527
892 #: tp/Texinfo/Convert/HTML.pm:6511
893893 msgid "Subsubsection One-Two-Four"
894894 msgstr "Unterabschnitt 1-2-4"
895895
896 #: tp/Texinfo/Convert/HTML.pm:6530
896 #: tp/Texinfo/Convert/HTML.pm:6514
897897 msgid "Subsection One-Three"
898898 msgstr "Unterabschnitt 1-3"
899899
900 #: tp/Texinfo/Convert/HTML.pm:6537
900 #: tp/Texinfo/Convert/HTML.pm:6521
901901 msgid "Subsection One-Four"
902902 msgstr "Unterabschnitt 1-4"
903903
904 #: tp/Texinfo/Convert/HTML.pm:6945
904 #: tp/Texinfo/Convert/HTML.pm:6929
905905 msgid "Untitled Document"
906906 msgstr "Unbenanntes Dokument"
907907
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: GNU texinfo 6.0.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1010 "PO-Revision-Date: 2015-12-28 00:59+0200\n"
1111 "Last-Translator: Tsiolkas Michail <cs112152@cs.uoi.gr>\n"
1212 "Language-Team: Greek <team@lists.gnome.gr>\n"
101101 msgid "{float_number}\n"
102102 msgstr ""
103103
104 #: tp/Texinfo/Common.pm:2577
104 #: tp/Texinfo/Common.pm:2578
105105 #, perl-brace-format
106106 msgid "{name} on {class}"
107107 msgstr ""
108108
109 #: tp/Texinfo/Common.pm:2587
109 #: tp/Texinfo/Common.pm:2588
110110 #, perl-brace-format
111111 msgid "{name} of {class}"
112112 msgstr ""
208208 msgid "see section ``{section_name}'' in @cite{{book}}"
209209 msgstr ""
210210
211 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
211 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
212212 #, perl-brace-format
213213 msgid "@cite{{book}}"
214214 msgstr ""
215215
216 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
216 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
217217 #, perl-brace-format
218218 msgid "See @cite{{book}}"
219219 msgstr ""
220220
221 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
221 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
222222 #, perl-brace-format
223223 msgid "see @cite{{book}}"
224224 msgstr ""
244244 msgstr ""
245245
246246 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
247 #: tp/Texinfo/Convert/HTML.pm:3653
247 #: tp/Texinfo/Convert/HTML.pm:3637
248248 #, perl-brace-format
249249 msgid "@b{{quotation_arg}:} "
250250 msgstr ""
273273 msgid "@t{<{url}>}"
274274 msgstr ""
275275
276 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
276 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
277277 #, perl-brace-format
278278 msgid "@{No value for `{value}'@}"
279279 msgstr ""
368368 msgid "@tie{}-- {category} of {class}: {type} {name}"
369369 msgstr ""
370370
371 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
371 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
372372 #, perl-brace-format
373373 msgid "@center --- @emph{{author}}\n"
374374 msgstr ""
591591 msgid "Footnotes"
592592 msgstr ""
593593
594 #: tp/Texinfo/Convert/HTML.pm:1541
594 #: tp/Texinfo/Convert/HTML.pm:1533
595595 #, perl-brace-format
596596 msgid "{explained_string} ({explanation})"
597597 msgstr ""
598598
599 #: tp/Texinfo/Convert/HTML.pm:3212
599 #: tp/Texinfo/Convert/HTML.pm:3196
600600 #, perl-brace-format
601601 msgid "see section {reference_name}"
602602 msgstr ""
603603
604 #: tp/Texinfo/Convert/HTML.pm:3215
604 #: tp/Texinfo/Convert/HTML.pm:3199
605605 #, perl-brace-format
606606 msgid "see {reference_name}"
607607 msgstr ""
608608
609 #: tp/Texinfo/Convert/HTML.pm:3220
609 #: tp/Texinfo/Convert/HTML.pm:3204
610610 #, perl-brace-format
611611 msgid "See section {reference_name}"
612612 msgstr ""
613613
614 #: tp/Texinfo/Convert/HTML.pm:3223
614 #: tp/Texinfo/Convert/HTML.pm:3207
615615 #, perl-brace-format
616616 msgid "See {reference_name}"
617617 msgstr ""
618618
619 #: tp/Texinfo/Convert/HTML.pm:3227
619 #: tp/Texinfo/Convert/HTML.pm:3211
620620 #, perl-brace-format
621621 msgid "{reference_name}"
622622 msgstr ""
623623
624 #: tp/Texinfo/Convert/HTML.pm:3289
624 #: tp/Texinfo/Convert/HTML.pm:3273
625625 #, perl-brace-format
626626 msgid "see {reference} in @cite{{book}}"
627627 msgstr ""
628628
629 #: tp/Texinfo/Convert/HTML.pm:3293
629 #: tp/Texinfo/Convert/HTML.pm:3277
630630 #, perl-brace-format
631631 msgid "see @cite{{book_reference}}"
632632 msgstr ""
633633
634 #: tp/Texinfo/Convert/HTML.pm:3297
634 #: tp/Texinfo/Convert/HTML.pm:3281
635635 #, perl-brace-format
636636 msgid "see `{section}' in @cite{{book}}"
637637 msgstr ""
638638
639 #: tp/Texinfo/Convert/HTML.pm:3288
640 #, perl-brace-format
641 msgid "see {reference}"
642 msgstr ""
643
644 #: tp/Texinfo/Convert/HTML.pm:3291
645 #, perl-brace-format
646 msgid "see `{section}'"
647 msgstr ""
648
649 #: tp/Texinfo/Convert/HTML.pm:3296
650 #, perl-brace-format
651 msgid "See {reference} in @cite{{book}}"
652 msgstr ""
653
654 #: tp/Texinfo/Convert/HTML.pm:3300
655 #, perl-brace-format
656 msgid "See @cite{{book_reference}}"
657 msgstr ""
658
639659 #: tp/Texinfo/Convert/HTML.pm:3304
640660 #, perl-brace-format
641 msgid "see {reference}"
642 msgstr ""
643
644 #: tp/Texinfo/Convert/HTML.pm:3307
645 #, perl-brace-format
646 msgid "see `{section}'"
647 msgstr ""
648
649 #: tp/Texinfo/Convert/HTML.pm:3312
650 #, perl-brace-format
651 msgid "See {reference} in @cite{{book}}"
652 msgstr ""
653
654 #: tp/Texinfo/Convert/HTML.pm:3316
655 #, perl-brace-format
656 msgid "See @cite{{book_reference}}"
657 msgstr ""
658
659 #: tp/Texinfo/Convert/HTML.pm:3320
660 #, perl-brace-format
661661 msgid "See `{section}' in @cite{{book}}"
662662 msgstr ""
663663
664 #: tp/Texinfo/Convert/HTML.pm:3311
665 #, perl-brace-format
666 msgid "See {reference}"
667 msgstr ""
668
669 #: tp/Texinfo/Convert/HTML.pm:3314
670 #, perl-brace-format
671 msgid "See `{section}'"
672 msgstr ""
673
674 #: tp/Texinfo/Convert/HTML.pm:3319
675 #, perl-brace-format
676 msgid "{reference} in @cite{{book}}"
677 msgstr ""
678
679 #: tp/Texinfo/Convert/HTML.pm:3323
680 #, perl-brace-format
681 msgid "@cite{{book_reference}}"
682 msgstr ""
683
664684 #: tp/Texinfo/Convert/HTML.pm:3327
665685 #, perl-brace-format
666 msgid "See {reference}"
667 msgstr ""
668
669 #: tp/Texinfo/Convert/HTML.pm:3330
670 #, perl-brace-format
671 msgid "See `{section}'"
672 msgstr ""
673
674 #: tp/Texinfo/Convert/HTML.pm:3335
675 #, perl-brace-format
676 msgid "{reference} in @cite{{book}}"
677 msgstr ""
678
679 #: tp/Texinfo/Convert/HTML.pm:3339
680 #, perl-brace-format
681 msgid "@cite{{book_reference}}"
682 msgstr ""
683
684 #: tp/Texinfo/Convert/HTML.pm:3343
685 #, perl-brace-format
686686 msgid "`{section}' in @cite{{book}}"
687687 msgstr ""
688688
689 #: tp/Texinfo/Convert/HTML.pm:3350
689 #: tp/Texinfo/Convert/HTML.pm:3334
690690 #, perl-brace-format
691691 msgid "{reference}"
692692 msgstr ""
693693
694 #: tp/Texinfo/Convert/HTML.pm:3353
694 #: tp/Texinfo/Convert/HTML.pm:3337
695695 #, perl-brace-format
696696 msgid "`{section}'"
697697 msgstr ""
698698
699 #: tp/Texinfo/Convert/HTML.pm:3466
699 #: tp/Texinfo/Convert/HTML.pm:3450
700700 msgid "Jump to"
701701 msgstr ""
702702
703 #: tp/Texinfo/Convert/HTML.pm:3474
703 #: tp/Texinfo/Convert/HTML.pm:3458
704704 msgid "Index Entry"
705705 msgstr ""
706706
707 #: tp/Texinfo/Convert/HTML.pm:3476
707 #: tp/Texinfo/Convert/HTML.pm:3460
708708 msgid "Section"
709709 msgstr ""
710710
711 #: tp/Texinfo/Convert/HTML.pm:4096
711 #: tp/Texinfo/Convert/HTML.pm:4080
712712 #, perl-brace-format
713713 msgid "{category}: @strong{{name}} @emph{{arguments}}"
714714 msgstr ""
715715
716 #: tp/Texinfo/Convert/HTML.pm:4101
716 #: tp/Texinfo/Convert/HTML.pm:4085
717717 #, perl-brace-format
718718 msgid "{category}: @strong{{name}}"
719719 msgstr ""
720720
721 #: tp/Texinfo/Convert/HTML.pm:4102
722 #, perl-brace-format
723 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
724 msgstr ""
725
726 #: tp/Texinfo/Convert/HTML.pm:4106
727 #, perl-brace-format
728 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
729 msgstr ""
730
731 #: tp/Texinfo/Convert/HTML.pm:4115
732 #, perl-brace-format
733 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
734 msgstr ""
735
721736 #: tp/Texinfo/Convert/HTML.pm:4118
722737 #, perl-brace-format
723 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
724 msgstr ""
725
726 #: tp/Texinfo/Convert/HTML.pm:4122
727 #, perl-brace-format
728 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
729 msgstr ""
730
731 #: tp/Texinfo/Convert/HTML.pm:4131
732 #, perl-brace-format
733 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
734 msgstr ""
735
736 #: tp/Texinfo/Convert/HTML.pm:4134
737 #, perl-brace-format
738738 msgid "{category}: @emph{{type}} @strong{{name}}"
739739 msgstr ""
740740
741 #: tp/Texinfo/Convert/HTML.pm:4142
741 #: tp/Texinfo/Convert/HTML.pm:4126
742742 #, perl-brace-format
743743 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
744744 msgstr ""
745745
746 #: tp/Texinfo/Convert/HTML.pm:4148
746 #: tp/Texinfo/Convert/HTML.pm:4132
747747 #, perl-brace-format
748748 msgid "{category} of {class}: @strong{{name}}"
749749 msgstr ""
750750
751 #: tp/Texinfo/Convert/HTML.pm:4157
751 #: tp/Texinfo/Convert/HTML.pm:4141
752752 #, perl-brace-format
753753 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
754754 msgstr ""
755755
756 #: tp/Texinfo/Convert/HTML.pm:4163
756 #: tp/Texinfo/Convert/HTML.pm:4147
757757 #, perl-brace-format
758758 msgid "{category} on {class}: @strong{{name}}"
759759 msgstr ""
760760
761 #: tp/Texinfo/Convert/HTML.pm:4178
761 #: tp/Texinfo/Convert/HTML.pm:4162
762762 #, perl-brace-format
763763 msgid ""
764764 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
765765 msgstr ""
766766
767 #: tp/Texinfo/Convert/HTML.pm:4182
767 #: tp/Texinfo/Convert/HTML.pm:4166
768768 #, perl-brace-format
769769 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
770770 msgstr ""
771771
772 #: tp/Texinfo/Convert/HTML.pm:4193
772 #: tp/Texinfo/Convert/HTML.pm:4177
773773 #, perl-brace-format
774774 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
775775 msgstr ""
776776
777 #: tp/Texinfo/Convert/HTML.pm:4197
777 #: tp/Texinfo/Convert/HTML.pm:4181
778778 #, perl-brace-format
779779 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
780780 msgstr ""
781781
782 #: tp/Texinfo/Convert/HTML.pm:4211
782 #: tp/Texinfo/Convert/HTML.pm:4195
783783 #, perl-brace-format
784784 msgid ""
785785 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
786786 msgstr ""
787787
788 #: tp/Texinfo/Convert/HTML.pm:4215
788 #: tp/Texinfo/Convert/HTML.pm:4199
789789 #, perl-brace-format
790790 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
791791 msgstr ""
792792
793 #: tp/Texinfo/Convert/HTML.pm:4226
793 #: tp/Texinfo/Convert/HTML.pm:4210
794794 #, perl-brace-format
795795 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
796796 msgstr ""
797797
798 #: tp/Texinfo/Convert/HTML.pm:4230
798 #: tp/Texinfo/Convert/HTML.pm:4214
799799 #, perl-brace-format
800800 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
801801 msgstr ""
802802
803 #: tp/Texinfo/Convert/HTML.pm:6197
803 #: tp/Texinfo/Convert/HTML.pm:6181
804804 #, perl-brace-format
805805 msgid ""
806806 "This document was generated on @emph{@today{}} using "
807807 "@uref{{program_homepage}, @emph{{program}}}."
808808 msgstr ""
809809
810 #: tp/Texinfo/Convert/HTML.pm:6202
810 #: tp/Texinfo/Convert/HTML.pm:6186
811811 msgid "This document was generated on @emph{@today{}}."
812812 msgstr ""
813813
814 #: tp/Texinfo/Convert/HTML.pm:6253
814 #: tp/Texinfo/Convert/HTML.pm:6237
815815 #, perl-brace-format
816816 msgid "{element_text} ({title})"
817817 msgstr ""
818818
819 #: tp/Texinfo/Convert/HTML.pm:6397
819 #: tp/Texinfo/Convert/HTML.pm:6381
820820 #, perl-brace-format
821821 msgid "The node you are looking for is at {href}."
822822 msgstr ""
823823
824 #: tp/Texinfo/Convert/HTML.pm:6466
824 #: tp/Texinfo/Convert/HTML.pm:6450
825825 msgid " The buttons in the navigation panels have the following meaning:"
826826 msgstr ""
827827
828 #: tp/Texinfo/Convert/HTML.pm:6472
828 #: tp/Texinfo/Convert/HTML.pm:6456
829829 msgid "Button"
830830 msgstr ""
831831
832 #: tp/Texinfo/Convert/HTML.pm:6473
832 #: tp/Texinfo/Convert/HTML.pm:6457
833833 msgid "Name"
834834 msgstr ""
835835
836 #: tp/Texinfo/Convert/HTML.pm:6474
836 #: tp/Texinfo/Convert/HTML.pm:6458
837837 msgid "Go to"
838838 msgstr ""
839839
840 #: tp/Texinfo/Convert/HTML.pm:6475
840 #: tp/Texinfo/Convert/HTML.pm:6459
841841 msgid "From 1.2.3 go to"
842842 msgstr ""
843843
844 #: tp/Texinfo/Convert/HTML.pm:6501
844 #: tp/Texinfo/Convert/HTML.pm:6485
845845 msgid ""
846846 " where the @strong{ Example } assumes that the current position is at "
847847 "@strong{ Subsubsection One-Two-Three } of a document of the following "
848848 "structure:"
849849 msgstr ""
850850
851 #: tp/Texinfo/Convert/HTML.pm:6495
852 msgid "Section One"
853 msgstr ""
854
855 #: tp/Texinfo/Convert/HTML.pm:6497
856 msgid "Subsection One-One"
857 msgstr ""
858
859 #: tp/Texinfo/Convert/HTML.pm:6504
860 msgid "Subsection One-Two"
861 msgstr ""
862
863 #: tp/Texinfo/Convert/HTML.pm:6506
864 msgid "Subsubsection One-Two-One"
865 msgstr ""
866
867 #: tp/Texinfo/Convert/HTML.pm:6507
868 msgid "Subsubsection One-Two-Two"
869 msgstr ""
870
871 #: tp/Texinfo/Convert/HTML.pm:6508
872 msgid "Subsubsection One-Two-Three"
873 msgstr ""
874
875 #: tp/Texinfo/Convert/HTML.pm:6510
876 msgid "Current Position"
877 msgstr ""
878
851879 #: tp/Texinfo/Convert/HTML.pm:6511
852 msgid "Section One"
853 msgstr ""
854
855 #: tp/Texinfo/Convert/HTML.pm:6513
856 msgid "Subsection One-One"
857 msgstr ""
858
859 #: tp/Texinfo/Convert/HTML.pm:6520
860 msgid "Subsection One-Two"
861 msgstr ""
862
863 #: tp/Texinfo/Convert/HTML.pm:6522
864 msgid "Subsubsection One-Two-One"
865 msgstr ""
866
867 #: tp/Texinfo/Convert/HTML.pm:6523
868 msgid "Subsubsection One-Two-Two"
869 msgstr ""
870
871 #: tp/Texinfo/Convert/HTML.pm:6524
872 msgid "Subsubsection One-Two-Three"
873 msgstr ""
874
875 #: tp/Texinfo/Convert/HTML.pm:6526
876 msgid "Current Position"
877 msgstr ""
878
879 #: tp/Texinfo/Convert/HTML.pm:6527
880880 msgid "Subsubsection One-Two-Four"
881881 msgstr ""
882882
883 #: tp/Texinfo/Convert/HTML.pm:6530
883 #: tp/Texinfo/Convert/HTML.pm:6514
884884 msgid "Subsection One-Three"
885885 msgstr ""
886886
887 #: tp/Texinfo/Convert/HTML.pm:6537
887 #: tp/Texinfo/Convert/HTML.pm:6521
888888 msgid "Subsection One-Four"
889889 msgstr ""
890890
891 #: tp/Texinfo/Convert/HTML.pm:6945
891 #: tp/Texinfo/Convert/HTML.pm:6929
892892 msgid "Untitled Document"
893893 msgstr ""
894894
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo_document 6.4.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1010 "PO-Revision-Date: 2018-05-24 21:45-0300\n"
1111 "Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
1212 "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
102102 msgid "{float_number}\n"
103103 msgstr "{float_number}\n"
104104
105 #: tp/Texinfo/Common.pm:2577
105 #: tp/Texinfo/Common.pm:2578
106106 #, perl-brace-format
107107 msgid "{name} on {class}"
108108 msgstr "{name} en {class}"
109109
110 #: tp/Texinfo/Common.pm:2587
110 #: tp/Texinfo/Common.pm:2588
111111 #, perl-brace-format
112112 msgid "{name} of {class}"
113113 msgstr "{name} de {class}"
209209 msgid "see section ``{section_name}'' in @cite{{book}}"
210210 msgstr "konsultu la sekcion ``{section_name}'' en @cite{{book}}"
211211
212 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
212 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
213213 #, perl-brace-format
214214 msgid "@cite{{book}}"
215215 msgstr "@cite{{book}}"
216216
217 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
217 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
218218 #, perl-brace-format
219219 msgid "See @cite{{book}}"
220220 msgstr "Konsultu @cite{{book}}"
221221
222 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
222 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
223223 #, perl-brace-format
224224 msgid "see @cite{{book}}"
225225 msgstr "konsultu @cite{{book}}"
245245 msgstr "{abbr_or_acronym} ({explanation})"
246246
247247 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
248 #: tp/Texinfo/Convert/HTML.pm:3653
248 #: tp/Texinfo/Convert/HTML.pm:3637
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
251251 msgstr "@b{{quotation_arg}:} "
274274 msgid "@t{<{url}>}"
275275 msgstr "@t{<{url}>}"
276276
277 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
277 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
278278 #, perl-brace-format
279279 msgid "@{No value for `{value}'@}"
280280 msgstr "@{Neniu valoro por `{value}'@}"
369369 msgid "@tie{}-- {category} of {class}: {type} {name}"
370370 msgstr "@tie{}-- {category} de {class}: {type} {name}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
372 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
373373 #, perl-brace-format
374374 msgid "@center --- @emph{{author}}\n"
375375 msgstr "@center --- @emph{{author}}\n"
592592 msgid "Footnotes"
593593 msgstr "Piednotoj"
594594
595 #: tp/Texinfo/Convert/HTML.pm:1541
595 #: tp/Texinfo/Convert/HTML.pm:1533
596596 #, perl-brace-format
597597 msgid "{explained_string} ({explanation})"
598598 msgstr "{explained_string} ({explanation})"
599599
600 #: tp/Texinfo/Convert/HTML.pm:3212
600 #: tp/Texinfo/Convert/HTML.pm:3196
601601 #, perl-brace-format
602602 msgid "see section {reference_name}"
603603 msgstr "konsultu la sekcion {reference_name}"
604604
605 #: tp/Texinfo/Convert/HTML.pm:3215
605 #: tp/Texinfo/Convert/HTML.pm:3199
606606 #, perl-brace-format
607607 msgid "see {reference_name}"
608608 msgstr "konsultu {reference_name}"
609609
610 #: tp/Texinfo/Convert/HTML.pm:3220
610 #: tp/Texinfo/Convert/HTML.pm:3204
611611 #, perl-brace-format
612612 msgid "See section {reference_name}"
613613 msgstr "Konsultu la sekcion {reference_name}"
614614
615 #: tp/Texinfo/Convert/HTML.pm:3223
615 #: tp/Texinfo/Convert/HTML.pm:3207
616616 #, perl-brace-format
617617 msgid "See {reference_name}"
618618 msgstr "Konsultu {reference_name}"
619619
620 #: tp/Texinfo/Convert/HTML.pm:3227
620 #: tp/Texinfo/Convert/HTML.pm:3211
621621 #, perl-brace-format
622622 msgid "{reference_name}"
623623 msgstr "{reference_name}"
624624
625 #: tp/Texinfo/Convert/HTML.pm:3289
625 #: tp/Texinfo/Convert/HTML.pm:3273
626626 #, perl-brace-format
627627 msgid "see {reference} in @cite{{book}}"
628628 msgstr "konsultu {reference} en @cite{{book}}"
629629
630 #: tp/Texinfo/Convert/HTML.pm:3293
630 #: tp/Texinfo/Convert/HTML.pm:3277
631631 #, perl-brace-format
632632 msgid "see @cite{{book_reference}}"
633633 msgstr "konsultu @cite{{book_reference}}"
634634
635 #: tp/Texinfo/Convert/HTML.pm:3297
635 #: tp/Texinfo/Convert/HTML.pm:3281
636636 #, perl-brace-format
637637 msgid "see `{section}' in @cite{{book}}"
638638 msgstr "konsultu `{section}' en @cite{{book}}"
639639
640 #: tp/Texinfo/Convert/HTML.pm:3304
640 #: tp/Texinfo/Convert/HTML.pm:3288
641641 #, perl-brace-format
642642 msgid "see {reference}"
643643 msgstr "konsultu {reference}"
644644
645 #: tp/Texinfo/Convert/HTML.pm:3307
645 #: tp/Texinfo/Convert/HTML.pm:3291
646646 #, perl-brace-format
647647 msgid "see `{section}'"
648648 msgstr "konsultu `{section}'"
649649
650 #: tp/Texinfo/Convert/HTML.pm:3312
650 #: tp/Texinfo/Convert/HTML.pm:3296
651651 #, perl-brace-format
652652 msgid "See {reference} in @cite{{book}}"
653653 msgstr "Konsultu {reference} en @cite{{book}}"
654654
655 #: tp/Texinfo/Convert/HTML.pm:3316
655 #: tp/Texinfo/Convert/HTML.pm:3300
656656 #, perl-brace-format
657657 msgid "See @cite{{book_reference}}"
658658 msgstr "Konsultu @cite{{book_reference}}"
659659
660 #: tp/Texinfo/Convert/HTML.pm:3320
660 #: tp/Texinfo/Convert/HTML.pm:3304
661661 #, perl-brace-format
662662 msgid "See `{section}' in @cite{{book}}"
663663 msgstr "Konsultu `{section}' en @cite{{book}}"
664664
665 #: tp/Texinfo/Convert/HTML.pm:3327
665 #: tp/Texinfo/Convert/HTML.pm:3311
666666 #, perl-brace-format
667667 msgid "See {reference}"
668668 msgstr "Konsultu {reference}"
669669
670 #: tp/Texinfo/Convert/HTML.pm:3330
670 #: tp/Texinfo/Convert/HTML.pm:3314
671671 #, perl-brace-format
672672 msgid "See `{section}'"
673673 msgstr "Konsultu `{section}'"
674674
675 #: tp/Texinfo/Convert/HTML.pm:3335
675 #: tp/Texinfo/Convert/HTML.pm:3319
676676 #, perl-brace-format
677677 msgid "{reference} in @cite{{book}}"
678678 msgstr "{reference} en @cite{{book}}"
679679
680 #: tp/Texinfo/Convert/HTML.pm:3339
680 #: tp/Texinfo/Convert/HTML.pm:3323
681681 #, perl-brace-format
682682 msgid "@cite{{book_reference}}"
683683 msgstr "@cite{{book_reference}}"
684684
685 #: tp/Texinfo/Convert/HTML.pm:3343
685 #: tp/Texinfo/Convert/HTML.pm:3327
686686 #, perl-brace-format
687687 msgid "`{section}' in @cite{{book}}"
688688 msgstr "`{section}' en @cite{{book}}"
689689
690 #: tp/Texinfo/Convert/HTML.pm:3350
690 #: tp/Texinfo/Convert/HTML.pm:3334
691691 #, perl-brace-format
692692 msgid "{reference}"
693693 msgstr "{reference}"
694694
695 #: tp/Texinfo/Convert/HTML.pm:3353
695 #: tp/Texinfo/Convert/HTML.pm:3337
696696 #, perl-brace-format
697697 msgid "`{section}'"
698698 msgstr "`{section}'"
699699
700 #: tp/Texinfo/Convert/HTML.pm:3466
700 #: tp/Texinfo/Convert/HTML.pm:3450
701701 msgid "Jump to"
702702 msgstr "Salti al"
703703
704 #: tp/Texinfo/Convert/HTML.pm:3474
704 #: tp/Texinfo/Convert/HTML.pm:3458
705705 msgid "Index Entry"
706706 msgstr "Indeksa Ero"
707707
708 #: tp/Texinfo/Convert/HTML.pm:3476
708 #: tp/Texinfo/Convert/HTML.pm:3460
709709 msgid "Section"
710710 msgstr "Sekcio"
711711
712 #: tp/Texinfo/Convert/HTML.pm:4096
712 #: tp/Texinfo/Convert/HTML.pm:4080
713713 #, perl-brace-format
714714 msgid "{category}: @strong{{name}} @emph{{arguments}}"
715715 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
716716
717 #: tp/Texinfo/Convert/HTML.pm:4101
717 #: tp/Texinfo/Convert/HTML.pm:4085
718718 #, perl-brace-format
719719 msgid "{category}: @strong{{name}}"
720720 msgstr "{category}: @strong{{name}}"
721721
722 #: tp/Texinfo/Convert/HTML.pm:4118
722 #: tp/Texinfo/Convert/HTML.pm:4102
723723 #, perl-brace-format
724724 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
725725 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
726726
727 #: tp/Texinfo/Convert/HTML.pm:4122
727 #: tp/Texinfo/Convert/HTML.pm:4106
728728 #, perl-brace-format
729729 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
730730 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
731731
732 #: tp/Texinfo/Convert/HTML.pm:4131
732 #: tp/Texinfo/Convert/HTML.pm:4115
733733 #, perl-brace-format
734734 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
735735 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
736736
737 #: tp/Texinfo/Convert/HTML.pm:4134
737 #: tp/Texinfo/Convert/HTML.pm:4118
738738 #, perl-brace-format
739739 msgid "{category}: @emph{{type}} @strong{{name}}"
740740 msgstr "{category}: @emph{{type}} @strong{{name}}"
741741
742 #: tp/Texinfo/Convert/HTML.pm:4142
742 #: tp/Texinfo/Convert/HTML.pm:4126
743743 #, perl-brace-format
744744 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
745745 msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}"
746746
747 #: tp/Texinfo/Convert/HTML.pm:4148
747 #: tp/Texinfo/Convert/HTML.pm:4132
748748 #, perl-brace-format
749749 msgid "{category} of {class}: @strong{{name}}"
750750 msgstr "{category} de {class}: @strong{{name}}"
751751
752 #: tp/Texinfo/Convert/HTML.pm:4157
752 #: tp/Texinfo/Convert/HTML.pm:4141
753753 #, perl-brace-format
754754 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
755755 msgstr "{category} en {class}: @strong{{name}} @emph{{arguments}}"
756756
757 #: tp/Texinfo/Convert/HTML.pm:4163
757 #: tp/Texinfo/Convert/HTML.pm:4147
758758 #, perl-brace-format
759759 msgid "{category} on {class}: @strong{{name}}"
760760 msgstr "{category} en {class}: @strong{{name}}"
761761
762 #: tp/Texinfo/Convert/HTML.pm:4178
762 #: tp/Texinfo/Convert/HTML.pm:4162
763763 #, perl-brace-format
764764 msgid ""
765765 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
766766 msgstr ""
767767 "{category} en {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
768768
769 #: tp/Texinfo/Convert/HTML.pm:4182
769 #: tp/Texinfo/Convert/HTML.pm:4166
770770 #, perl-brace-format
771771 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
772772 msgstr ""
773773 "{category} en {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
774774
775 #: tp/Texinfo/Convert/HTML.pm:4193
775 #: tp/Texinfo/Convert/HTML.pm:4177
776776 #, perl-brace-format
777777 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
778778 msgstr "{category} en {class}:@* @emph{{type}}@* @strong{{name}}"
779779
780 #: tp/Texinfo/Convert/HTML.pm:4197
780 #: tp/Texinfo/Convert/HTML.pm:4181
781781 #, perl-brace-format
782782 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
783783 msgstr "{category} en {class}: @emph{{type}} @strong{{name}}"
784784
785 #: tp/Texinfo/Convert/HTML.pm:4211
785 #: tp/Texinfo/Convert/HTML.pm:4195
786786 #, perl-brace-format
787787 msgid ""
788788 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
789789 msgstr ""
790790 "{category} de {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
791791
792 #: tp/Texinfo/Convert/HTML.pm:4215
792 #: tp/Texinfo/Convert/HTML.pm:4199
793793 #, perl-brace-format
794794 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
795795 msgstr ""
796796 "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
797797
798 #: tp/Texinfo/Convert/HTML.pm:4226
798 #: tp/Texinfo/Convert/HTML.pm:4210
799799 #, perl-brace-format
800800 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
801801 msgstr "{category} de {class}:@* @emph{{type}}@* @strong{{name}}"
802802
803 #: tp/Texinfo/Convert/HTML.pm:4230
803 #: tp/Texinfo/Convert/HTML.pm:4214
804804 #, perl-brace-format
805805 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
806806 msgstr "{category} de {class}: @emph{{type}} @strong{{name}}"
807807
808 #: tp/Texinfo/Convert/HTML.pm:6197
808 #: tp/Texinfo/Convert/HTML.pm:6181
809809 #, perl-brace-format
810810 msgid ""
811811 "This document was generated on @emph{@today{}} using "
814814 "Tiu @^{c}i dokumento estis generata en @emph{@today{}} uzante "
815815 "@uref{{program_homepage}, @emph{{program}}}."
816816
817 #: tp/Texinfo/Convert/HTML.pm:6202
817 #: tp/Texinfo/Convert/HTML.pm:6186
818818 msgid "This document was generated on @emph{@today{}}."
819819 msgstr "Tiu @^{c}i dokumento estis generata en @emph{@today{}}."
820820
821 #: tp/Texinfo/Convert/HTML.pm:6253
821 #: tp/Texinfo/Convert/HTML.pm:6237
822822 #, perl-brace-format
823823 msgid "{element_text} ({title})"
824824 msgstr "{element_text} ({title})"
825825
826 #: tp/Texinfo/Convert/HTML.pm:6397
826 #: tp/Texinfo/Convert/HTML.pm:6381
827827 #, perl-brace-format
828828 msgid "The node you are looking for is at {href}."
829829 msgstr "La nodo kiun vi ser@^{c}as estas @^{c}e {href}."
830830
831 #: tp/Texinfo/Convert/HTML.pm:6466
831 #: tp/Texinfo/Convert/HTML.pm:6450
832832 msgid " The buttons in the navigation panels have the following meaning:"
833833 msgstr " La butonoj en la krozpaneloj havas la jenajn signifojn:"
834834
835 #: tp/Texinfo/Convert/HTML.pm:6472
835 #: tp/Texinfo/Convert/HTML.pm:6456
836836 msgid "Button"
837837 msgstr "Butono"
838838
839 #: tp/Texinfo/Convert/HTML.pm:6473
839 #: tp/Texinfo/Convert/HTML.pm:6457
840840 msgid "Name"
841841 msgstr "Nomo"
842842
843 #: tp/Texinfo/Convert/HTML.pm:6474
843 #: tp/Texinfo/Convert/HTML.pm:6458
844844 msgid "Go to"
845845 msgstr "Iri al"
846846
847 #: tp/Texinfo/Convert/HTML.pm:6475
847 #: tp/Texinfo/Convert/HTML.pm:6459
848848 msgid "From 1.2.3 go to"
849849 msgstr "De 1.2.3 iru al"
850850
851 #: tp/Texinfo/Convert/HTML.pm:6501
851 #: tp/Texinfo/Convert/HTML.pm:6485
852852 msgid ""
853853 " where the @strong{ Example } assumes that the current position is at "
854854 "@strong{ Subsubsection One-Two-Three } of a document of the following "
857857 " kie la @strong{ Ekzemplo } agnoskas ke la nuna pozicio estas @^{c}e "
858858 "@strong{ Subsubsekcio Unu-Du-Tri } de dokumento kun la jena strukturo:"
859859
860 #: tp/Texinfo/Convert/HTML.pm:6511
860 #: tp/Texinfo/Convert/HTML.pm:6495
861861 msgid "Section One"
862862 msgstr "Sekcio Unu"
863863
864 #: tp/Texinfo/Convert/HTML.pm:6513
864 #: tp/Texinfo/Convert/HTML.pm:6497
865865 msgid "Subsection One-One"
866866 msgstr "Subsekcio Unu-Unu"
867867
868 #: tp/Texinfo/Convert/HTML.pm:6520
868 #: tp/Texinfo/Convert/HTML.pm:6504
869869 msgid "Subsection One-Two"
870870 msgstr "Subsekcio Unu-Du"
871871
872 #: tp/Texinfo/Convert/HTML.pm:6522
872 #: tp/Texinfo/Convert/HTML.pm:6506
873873 msgid "Subsubsection One-Two-One"
874874 msgstr "Subsubsekcio Unu-Du-Unu"
875875
876 #: tp/Texinfo/Convert/HTML.pm:6523
876 #: tp/Texinfo/Convert/HTML.pm:6507
877877 msgid "Subsubsection One-Two-Two"
878878 msgstr "Subsubsekcio Unu-Du-Du"
879879
880 #: tp/Texinfo/Convert/HTML.pm:6524
880 #: tp/Texinfo/Convert/HTML.pm:6508
881881 msgid "Subsubsection One-Two-Three"
882882 msgstr "Subsubsekcio Unu-Du-Tri"
883883
884 #: tp/Texinfo/Convert/HTML.pm:6526
884 #: tp/Texinfo/Convert/HTML.pm:6510
885885 msgid "Current Position"
886886 msgstr "Nuna Pozicio"
887887
888 #: tp/Texinfo/Convert/HTML.pm:6527
888 #: tp/Texinfo/Convert/HTML.pm:6511
889889 msgid "Subsubsection One-Two-Four"
890890 msgstr "Subsubsekcio Unu-Du-Kvar"
891891
892 #: tp/Texinfo/Convert/HTML.pm:6530
892 #: tp/Texinfo/Convert/HTML.pm:6514
893893 msgid "Subsection One-Three"
894894 msgstr "Subsekcio Unu-Tri"
895895
896 #: tp/Texinfo/Convert/HTML.pm:6537
896 #: tp/Texinfo/Convert/HTML.pm:6521
897897 msgid "Subsection One-Four"
898898 msgstr "Subsekcio Unu-Kvar"
899899
900 #: tp/Texinfo/Convert/HTML.pm:6945
900 #: tp/Texinfo/Convert/HTML.pm:6929
901901 msgid "Untitled Document"
902902 msgstr "Sentitola Dokumento"
903903
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: texinfo_document-6.4.90\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1111 "PO-Revision-Date: 2017-07-18 00:44+0200\n"
1212 "Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n"
1313 "Language-Team: Spanish <es@tp.org.es>\n"
102102 msgid "{float_number}\n"
103103 msgstr "{float_number}\n"
104104
105 #: tp/Texinfo/Common.pm:2577
105 #: tp/Texinfo/Common.pm:2578
106106 #, perl-brace-format
107107 msgid "{name} on {class}"
108108 msgstr "{name} en {class}"
109109
110 #: tp/Texinfo/Common.pm:2587
110 #: tp/Texinfo/Common.pm:2588
111111 #, perl-brace-format
112112 msgid "{name} of {class}"
113113 msgstr "{name} de {class}"
209209 msgid "see section ``{section_name}'' in @cite{{book}}"
210210 msgstr "véase la sección ``{section_name}'' en @cite{{book}}"
211211
212 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
212 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
213213 #, perl-brace-format
214214 msgid "@cite{{book}}"
215215 msgstr "@cite{{book}}"
216216
217 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
217 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
218218 #, perl-brace-format
219219 msgid "See @cite{{book}}"
220220 msgstr "Véase @cite{{book}}"
221221
222 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
222 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
223223 #, perl-brace-format
224224 msgid "see @cite{{book}}"
225225 msgstr "véase @cite{{book}}"
245245 msgstr "{abbr_or_acronym} ({explanation})"
246246
247247 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
248 #: tp/Texinfo/Convert/HTML.pm:3653
248 #: tp/Texinfo/Convert/HTML.pm:3637
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
251251 msgstr "@b{{quotation_arg}:} "
274274 msgid "@t{<{url}>}"
275275 msgstr "@t{<{url}>}"
276276
277 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
277 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
278278 #, perl-brace-format
279279 msgid "@{No value for `{value}'@}"
280280 msgstr "@{No hay valor para `{value}'@}"
369369 msgid "@tie{}-- {category} of {class}: {type} {name}"
370370 msgstr "@tie{}-- {category} de {class}: {type} {name}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
372 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
373373 #, perl-brace-format
374374 msgid "@center --- @emph{{author}}\n"
375375 msgstr "@center --- @emph{{author}}\n"
592592 msgid "Footnotes"
593593 msgstr "Notas al pie"
594594
595 #: tp/Texinfo/Convert/HTML.pm:1541
595 #: tp/Texinfo/Convert/HTML.pm:1533
596596 #, perl-brace-format
597597 msgid "{explained_string} ({explanation})"
598598 msgstr "{explained_string} ({explanation})"
599599
600 #: tp/Texinfo/Convert/HTML.pm:3212
600 #: tp/Texinfo/Convert/HTML.pm:3196
601601 #, perl-brace-format
602602 msgid "see section {reference_name}"
603603 msgstr "véase la sección {reference_name}"
604604
605 #: tp/Texinfo/Convert/HTML.pm:3215
605 #: tp/Texinfo/Convert/HTML.pm:3199
606606 #, perl-brace-format
607607 msgid "see {reference_name}"
608608 msgstr "véase {reference_name}"
609609
610 #: tp/Texinfo/Convert/HTML.pm:3220
610 #: tp/Texinfo/Convert/HTML.pm:3204
611611 #, perl-brace-format
612612 msgid "See section {reference_name}"
613613 msgstr "Véase la sección {reference_name}"
614614
615 #: tp/Texinfo/Convert/HTML.pm:3223
615 #: tp/Texinfo/Convert/HTML.pm:3207
616616 #, perl-brace-format
617617 msgid "See {reference_name}"
618618 msgstr "Véase {reference_name}"
619619
620 #: tp/Texinfo/Convert/HTML.pm:3227
620 #: tp/Texinfo/Convert/HTML.pm:3211
621621 #, perl-brace-format
622622 msgid "{reference_name}"
623623 msgstr "{reference_name}"
624624
625 #: tp/Texinfo/Convert/HTML.pm:3289
625 #: tp/Texinfo/Convert/HTML.pm:3273
626626 #, perl-brace-format
627627 msgid "see {reference} in @cite{{book}}"
628628 msgstr "véase {reference} en @cite{{book}}"
629629
630 #: tp/Texinfo/Convert/HTML.pm:3293
630 #: tp/Texinfo/Convert/HTML.pm:3277
631631 #, perl-brace-format
632632 msgid "see @cite{{book_reference}}"
633633 msgstr "véase @cite{{book_reference}}"
634634
635 #: tp/Texinfo/Convert/HTML.pm:3297
635 #: tp/Texinfo/Convert/HTML.pm:3281
636636 #, perl-brace-format
637637 msgid "see `{section}' in @cite{{book}}"
638638 msgstr "véase `{section}' en @cite{{book}}"
639639
640 #: tp/Texinfo/Convert/HTML.pm:3304
640 #: tp/Texinfo/Convert/HTML.pm:3288
641641 #, perl-brace-format
642642 msgid "see {reference}"
643643 msgstr "véase {reference}"
644644
645 #: tp/Texinfo/Convert/HTML.pm:3307
645 #: tp/Texinfo/Convert/HTML.pm:3291
646646 #, perl-brace-format
647647 msgid "see `{section}'"
648648 msgstr "véase `{section}'"
649649
650 #: tp/Texinfo/Convert/HTML.pm:3312
650 #: tp/Texinfo/Convert/HTML.pm:3296
651651 #, perl-brace-format
652652 msgid "See {reference} in @cite{{book}}"
653653 msgstr "Véase {reference} en @cite{{book}}"
654654
655 #: tp/Texinfo/Convert/HTML.pm:3316
655 #: tp/Texinfo/Convert/HTML.pm:3300
656656 #, perl-brace-format
657657 msgid "See @cite{{book_reference}}"
658658 msgstr "Véase @cite{{book_reference}}"
659659
660 #: tp/Texinfo/Convert/HTML.pm:3320
660 #: tp/Texinfo/Convert/HTML.pm:3304
661661 #, perl-brace-format
662662 msgid "See `{section}' in @cite{{book}}"
663663 msgstr "Véase `{section}' en @cite{{book}}"
664664
665 #: tp/Texinfo/Convert/HTML.pm:3327
665 #: tp/Texinfo/Convert/HTML.pm:3311
666666 #, perl-brace-format
667667 msgid "See {reference}"
668668 msgstr "Véase {reference}"
669669
670 #: tp/Texinfo/Convert/HTML.pm:3330
670 #: tp/Texinfo/Convert/HTML.pm:3314
671671 #, perl-brace-format
672672 msgid "See `{section}'"
673673 msgstr "Véase `{section}'"
674674
675 #: tp/Texinfo/Convert/HTML.pm:3335
675 #: tp/Texinfo/Convert/HTML.pm:3319
676676 #, perl-brace-format
677677 msgid "{reference} in @cite{{book}}"
678678 msgstr "{reference} en @cite{{book}}"
679679
680 #: tp/Texinfo/Convert/HTML.pm:3339
680 #: tp/Texinfo/Convert/HTML.pm:3323
681681 #, perl-brace-format
682682 msgid "@cite{{book_reference}}"
683683 msgstr "@cite{{book_reference}}"
684684
685 #: tp/Texinfo/Convert/HTML.pm:3343
685 #: tp/Texinfo/Convert/HTML.pm:3327
686686 #, perl-brace-format
687687 msgid "`{section}' in @cite{{book}}"
688688 msgstr "`{section}' en @cite{{book}}"
689689
690 #: tp/Texinfo/Convert/HTML.pm:3350
690 #: tp/Texinfo/Convert/HTML.pm:3334
691691 #, perl-brace-format
692692 msgid "{reference}"
693693 msgstr "{reference}"
694694
695 #: tp/Texinfo/Convert/HTML.pm:3353
695 #: tp/Texinfo/Convert/HTML.pm:3337
696696 #, perl-brace-format
697697 msgid "`{section}'"
698698 msgstr "`{section}'"
699699
700 #: tp/Texinfo/Convert/HTML.pm:3466
700 #: tp/Texinfo/Convert/HTML.pm:3450
701701 msgid "Jump to"
702702 msgstr "Saltar a"
703703
704 #: tp/Texinfo/Convert/HTML.pm:3474
704 #: tp/Texinfo/Convert/HTML.pm:3458
705705 msgid "Index Entry"
706706 msgstr "Entrada de índice"
707707
708 #: tp/Texinfo/Convert/HTML.pm:3476
708 #: tp/Texinfo/Convert/HTML.pm:3460
709709 msgid "Section"
710710 msgstr "Sección"
711711
712 #: tp/Texinfo/Convert/HTML.pm:4096
712 #: tp/Texinfo/Convert/HTML.pm:4080
713713 #, perl-brace-format
714714 msgid "{category}: @strong{{name}} @emph{{arguments}}"
715715 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
716716
717 #: tp/Texinfo/Convert/HTML.pm:4101
717 #: tp/Texinfo/Convert/HTML.pm:4085
718718 #, perl-brace-format
719719 msgid "{category}: @strong{{name}}"
720720 msgstr "{category}: @strong{{name}}"
721721
722 #: tp/Texinfo/Convert/HTML.pm:4118
722 #: tp/Texinfo/Convert/HTML.pm:4102
723723 #, perl-brace-format
724724 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
725725 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
726726
727 #: tp/Texinfo/Convert/HTML.pm:4122
727 #: tp/Texinfo/Convert/HTML.pm:4106
728728 #, perl-brace-format
729729 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
730730 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
731731
732 #: tp/Texinfo/Convert/HTML.pm:4131
732 #: tp/Texinfo/Convert/HTML.pm:4115
733733 #, perl-brace-format
734734 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
735735 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
736736
737 #: tp/Texinfo/Convert/HTML.pm:4134
737 #: tp/Texinfo/Convert/HTML.pm:4118
738738 #, perl-brace-format
739739 msgid "{category}: @emph{{type}} @strong{{name}}"
740740 msgstr "{category}: @emph{{type}} @strong{{name}}"
741741
742 #: tp/Texinfo/Convert/HTML.pm:4142
742 #: tp/Texinfo/Convert/HTML.pm:4126
743743 #, perl-brace-format
744744 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
745745 msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}"
746746
747 #: tp/Texinfo/Convert/HTML.pm:4148
747 #: tp/Texinfo/Convert/HTML.pm:4132
748748 #, perl-brace-format
749749 msgid "{category} of {class}: @strong{{name}}"
750750 msgstr "{category} de {class}: @strong{{name}}"
751751
752 #: tp/Texinfo/Convert/HTML.pm:4157
752 #: tp/Texinfo/Convert/HTML.pm:4141
753753 #, perl-brace-format
754754 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
755755 msgstr "{category} en {class}: @strong{{name}} @emph{{arguments}}"
756756
757 #: tp/Texinfo/Convert/HTML.pm:4163
757 #: tp/Texinfo/Convert/HTML.pm:4147
758758 #, perl-brace-format
759759 msgid "{category} on {class}: @strong{{name}}"
760760 msgstr "{category} en {class}: @strong{{name}}"
761761
762 #: tp/Texinfo/Convert/HTML.pm:4178
762 #: tp/Texinfo/Convert/HTML.pm:4162
763763 #, perl-brace-format
764764 msgid ""
765765 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
766766 msgstr ""
767767 "{category} en {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
768768
769 #: tp/Texinfo/Convert/HTML.pm:4182
769 #: tp/Texinfo/Convert/HTML.pm:4166
770770 #, perl-brace-format
771771 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
772772 msgstr ""
773773 "{category} en {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
774774
775 #: tp/Texinfo/Convert/HTML.pm:4193
775 #: tp/Texinfo/Convert/HTML.pm:4177
776776 #, perl-brace-format
777777 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
778778 msgstr "{category} en {class}:@* @emph{{type}}@* @strong{{name}}"
779779
780 #: tp/Texinfo/Convert/HTML.pm:4197
780 #: tp/Texinfo/Convert/HTML.pm:4181
781781 #, perl-brace-format
782782 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
783783 msgstr "{category} en {class}: @emph{{type}} @strong{{name}}"
784784
785 #: tp/Texinfo/Convert/HTML.pm:4211
785 #: tp/Texinfo/Convert/HTML.pm:4195
786786 #, perl-brace-format
787787 msgid ""
788788 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
789789 msgstr ""
790790 "{category} de {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
791791
792 #: tp/Texinfo/Convert/HTML.pm:4215
792 #: tp/Texinfo/Convert/HTML.pm:4199
793793 #, perl-brace-format
794794 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
795795 msgstr ""
796796 "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
797797
798 #: tp/Texinfo/Convert/HTML.pm:4226
798 #: tp/Texinfo/Convert/HTML.pm:4210
799799 #, perl-brace-format
800800 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
801801 msgstr "{category} de {class}:@* @emph{{type}}@* @strong{{name}}"
802802
803 #: tp/Texinfo/Convert/HTML.pm:4230
803 #: tp/Texinfo/Convert/HTML.pm:4214
804804 #, perl-brace-format
805805 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
806806 msgstr "{category} de {class}: @emph{{type}} @strong{{name}}"
807807
808 #: tp/Texinfo/Convert/HTML.pm:6197
808 #: tp/Texinfo/Convert/HTML.pm:6181
809809 #, perl-brace-format
810810 msgid ""
811811 "This document was generated on @emph{@today{}} using "
814814 "Este documento se generó el @emph{@today{}} utilizando "
815815 "@uref{{program_homepage}, @emph{{program}}}."
816816
817 #: tp/Texinfo/Convert/HTML.pm:6202
817 #: tp/Texinfo/Convert/HTML.pm:6186
818818 msgid "This document was generated on @emph{@today{}}."
819819 msgstr "Este documento se generó el @emph{@today{}}."
820820
821 #: tp/Texinfo/Convert/HTML.pm:6253
821 #: tp/Texinfo/Convert/HTML.pm:6237
822822 #, perl-brace-format
823823 msgid "{element_text} ({title})"
824824 msgstr "{element_text} ({title})"
825825
826 #: tp/Texinfo/Convert/HTML.pm:6397
826 #: tp/Texinfo/Convert/HTML.pm:6381
827827 #, perl-brace-format
828828 msgid "The node you are looking for is at {href}."
829829 msgstr "El nodo que busca se encuentra en {href}."
830830
831 #: tp/Texinfo/Convert/HTML.pm:6466
831 #: tp/Texinfo/Convert/HTML.pm:6450
832832 msgid " The buttons in the navigation panels have the following meaning:"
833833 msgstr ""
834834 " Los botones de los paneles de navegación tienen el significado siguiente:"
835835
836 #: tp/Texinfo/Convert/HTML.pm:6472
836 #: tp/Texinfo/Convert/HTML.pm:6456
837837 msgid "Button"
838838 msgstr "Botón"
839839
840 #: tp/Texinfo/Convert/HTML.pm:6473
840 #: tp/Texinfo/Convert/HTML.pm:6457
841841 msgid "Name"
842842 msgstr "Nombre"
843843
844 #: tp/Texinfo/Convert/HTML.pm:6474
844 #: tp/Texinfo/Convert/HTML.pm:6458
845845 msgid "Go to"
846846 msgstr "Ir a"
847847
848 #: tp/Texinfo/Convert/HTML.pm:6475
848 #: tp/Texinfo/Convert/HTML.pm:6459
849849 msgid "From 1.2.3 go to"
850850 msgstr "Desde 1.2.3 ir a"
851851
852 #: tp/Texinfo/Convert/HTML.pm:6501
852 #: tp/Texinfo/Convert/HTML.pm:6485
853853 msgid ""
854854 " where the @strong{ Example } assumes that the current position is at "
855855 "@strong{ Subsubsection One-Two-Three } of a document of the following "
859859 "@strong{ Sub-subsección uno-dos-tres } de un documento de la estructura "
860860 "siguiente:"
861861
862 #: tp/Texinfo/Convert/HTML.pm:6511
862 #: tp/Texinfo/Convert/HTML.pm:6495
863863 msgid "Section One"
864864 msgstr "Sección Uno"
865865
866 #: tp/Texinfo/Convert/HTML.pm:6513
866 #: tp/Texinfo/Convert/HTML.pm:6497
867867 msgid "Subsection One-One"
868868 msgstr "Subsección uno-uno"
869869
870 #: tp/Texinfo/Convert/HTML.pm:6520
870 #: tp/Texinfo/Convert/HTML.pm:6504
871871 msgid "Subsection One-Two"
872872 msgstr "Subsección uno-dos"
873873
874 #: tp/Texinfo/Convert/HTML.pm:6522
874 #: tp/Texinfo/Convert/HTML.pm:6506
875875 msgid "Subsubsection One-Two-One"
876876 msgstr "Sub-subsección uno-dos-uno"
877877
878 #: tp/Texinfo/Convert/HTML.pm:6523
878 #: tp/Texinfo/Convert/HTML.pm:6507
879879 msgid "Subsubsection One-Two-Two"
880880 msgstr "Sub-subsección uno-dos-dos"
881881
882 #: tp/Texinfo/Convert/HTML.pm:6524
882 #: tp/Texinfo/Convert/HTML.pm:6508
883883 msgid "Subsubsection One-Two-Three"
884884 msgstr "Sub-subsección uno-dos-tres"
885885
886 #: tp/Texinfo/Convert/HTML.pm:6526
886 #: tp/Texinfo/Convert/HTML.pm:6510
887887 msgid "Current Position"
888888 msgstr "Posición actual"
889889
890 #: tp/Texinfo/Convert/HTML.pm:6527
890 #: tp/Texinfo/Convert/HTML.pm:6511
891891 msgid "Subsubsection One-Two-Four"
892892 msgstr "Sub-subsección uno-dos-cuatro"
893893
894 #: tp/Texinfo/Convert/HTML.pm:6530
894 #: tp/Texinfo/Convert/HTML.pm:6514
895895 msgid "Subsection One-Three"
896896 msgstr "Subsección uno-tres"
897897
898 #: tp/Texinfo/Convert/HTML.pm:6537
898 #: tp/Texinfo/Convert/HTML.pm:6521
899899 msgid "Subsection One-Four"
900900 msgstr "Subsección uno-cuatro"
901901
902 #: tp/Texinfo/Convert/HTML.pm:6945
902 #: tp/Texinfo/Convert/HTML.pm:6929
903903 msgid "Untitled Document"
904904 msgstr "Documento sin título"
905905
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: texinfo_document 6.5.90\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1111 "PO-Revision-Date: 2019-01-16 19:31+0100\n"
1212 "Last-Translator: Jean-Charles Malahieude <lilyfan@orange.fr>\n"
1313 "Language-Team: French <traduc@traduc.org>\n"
102102 msgid "{float_number}\n"
103103 msgstr "{float_number}\n"
104104
105 #: tp/Texinfo/Common.pm:2577
105 #: tp/Texinfo/Common.pm:2578
106106 #, perl-brace-format
107107 msgid "{name} on {class}"
108108 msgstr "{name} de {class}"
109109
110 #: tp/Texinfo/Common.pm:2587
110 #: tp/Texinfo/Common.pm:2588
111111 #, perl-brace-format
112112 msgid "{name} of {class}"
113113 msgstr "{name} de {class}"
209209 msgid "see section ``{section_name}'' in @cite{{book}}"
210210 msgstr "voir la section `{section_name}' dans @cite{{book}}"
211211
212 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
212 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
213213 #, perl-brace-format
214214 msgid "@cite{{book}}"
215215 msgstr "@cite{{book}}"
216216
217 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
217 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
218218 #, perl-brace-format
219219 msgid "See @cite{{book}}"
220220 msgstr "Voir @cite{{book}}"
221221
222 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
222 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
223223 #, perl-brace-format
224224 msgid "see @cite{{book}}"
225225 msgstr "voir @cite{{book}}"
245245 msgstr "{abbr_or_acronym} ({explanation})"
246246
247247 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
248 #: tp/Texinfo/Convert/HTML.pm:3653
248 #: tp/Texinfo/Convert/HTML.pm:3637
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
251251 msgstr "@b{{quotation_arg}@ :} "
274274 msgid "@t{<{url}>}"
275275 msgstr "@t{<{url}>}"
276276
277 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
277 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
278278 #, perl-brace-format
279279 msgid "@{No value for `{value}'@}"
280280 msgstr "@{Aucune valeur pour `{value}'@}"
369369 msgid "@tie{}-- {category} of {class}: {type} {name}"
370370 msgstr "@tie{ }-- {category} de {class}@ : {type} {name}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
372 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
373373 #, perl-brace-format
374374 msgid "@center --- @emph{{author}}\n"
375375 msgstr "@center --- @emph{{author}}\n"
592592 msgid "Footnotes"
593593 msgstr "Notes de bas de page"
594594
595 #: tp/Texinfo/Convert/HTML.pm:1541
595 #: tp/Texinfo/Convert/HTML.pm:1533
596596 #, perl-brace-format
597597 msgid "{explained_string} ({explanation})"
598598 msgstr "{explained_string} ({explanation})"
599599
600 #: tp/Texinfo/Convert/HTML.pm:3212
600 #: tp/Texinfo/Convert/HTML.pm:3196
601601 #, perl-brace-format
602602 msgid "see section {reference_name}"
603603 msgstr "voir la section {reference_name}"
604604
605 #: tp/Texinfo/Convert/HTML.pm:3215
605 #: tp/Texinfo/Convert/HTML.pm:3199
606606 #, perl-brace-format
607607 msgid "see {reference_name}"
608608 msgstr "voir {reference_name}"
609609
610 #: tp/Texinfo/Convert/HTML.pm:3220
610 #: tp/Texinfo/Convert/HTML.pm:3204
611611 #, perl-brace-format
612612 msgid "See section {reference_name}"
613613 msgstr "Voir la section {reference_name}"
614614
615 #: tp/Texinfo/Convert/HTML.pm:3223
615 #: tp/Texinfo/Convert/HTML.pm:3207
616616 #, perl-brace-format
617617 msgid "See {reference_name}"
618618 msgstr "Voir {reference_name}"
619619
620 #: tp/Texinfo/Convert/HTML.pm:3227
620 #: tp/Texinfo/Convert/HTML.pm:3211
621621 #, perl-brace-format
622622 msgid "{reference_name}"
623623 msgstr "{reference_name}"
624624
625 #: tp/Texinfo/Convert/HTML.pm:3289
625 #: tp/Texinfo/Convert/HTML.pm:3273
626626 #, perl-brace-format
627627 msgid "see {reference} in @cite{{book}}"
628628 msgstr "voir {reference} dans @cite{{book}}"
629629
630 #: tp/Texinfo/Convert/HTML.pm:3293
630 #: tp/Texinfo/Convert/HTML.pm:3277
631631 #, perl-brace-format
632632 msgid "see @cite{{book_reference}}"
633633 msgstr "voir @cite{{book_reference}}"
634634
635 #: tp/Texinfo/Convert/HTML.pm:3297
635 #: tp/Texinfo/Convert/HTML.pm:3281
636636 #, perl-brace-format
637637 msgid "see `{section}' in @cite{{book}}"
638638 msgstr "voir `{section}' dans @cite{{book}}"
639639
640 #: tp/Texinfo/Convert/HTML.pm:3304
640 #: tp/Texinfo/Convert/HTML.pm:3288
641641 #, perl-brace-format
642642 msgid "see {reference}"
643643 msgstr "voir {reference}"
644644
645 #: tp/Texinfo/Convert/HTML.pm:3307
645 #: tp/Texinfo/Convert/HTML.pm:3291
646646 #, perl-brace-format
647647 msgid "see `{section}'"
648648 msgstr "voir `{section}'"
649649
650 #: tp/Texinfo/Convert/HTML.pm:3312
650 #: tp/Texinfo/Convert/HTML.pm:3296
651651 #, perl-brace-format
652652 msgid "See {reference} in @cite{{book}}"
653653 msgstr "Voir {reference} dans @cite{{book}}"
654654
655 #: tp/Texinfo/Convert/HTML.pm:3316
655 #: tp/Texinfo/Convert/HTML.pm:3300
656656 #, perl-brace-format
657657 msgid "See @cite{{book_reference}}"
658658 msgstr "Voir @cite{{book_reference}}"
659659
660 #: tp/Texinfo/Convert/HTML.pm:3320
660 #: tp/Texinfo/Convert/HTML.pm:3304
661661 #, perl-brace-format
662662 msgid "See `{section}' in @cite{{book}}"
663663 msgstr "Voir `{section}' dans @cite{{book}}"
664664
665 #: tp/Texinfo/Convert/HTML.pm:3327
665 #: tp/Texinfo/Convert/HTML.pm:3311
666666 #, perl-brace-format
667667 msgid "See {reference}"
668668 msgstr "Voir {reference}"
669669
670 #: tp/Texinfo/Convert/HTML.pm:3330
670 #: tp/Texinfo/Convert/HTML.pm:3314
671671 #, perl-brace-format
672672 msgid "See `{section}'"
673673 msgstr "Voir `{section}'"
674674
675 #: tp/Texinfo/Convert/HTML.pm:3335
675 #: tp/Texinfo/Convert/HTML.pm:3319
676676 #, perl-brace-format
677677 msgid "{reference} in @cite{{book}}"
678678 msgstr "{reference} dans @cite{{book}}"
679679
680 #: tp/Texinfo/Convert/HTML.pm:3339
680 #: tp/Texinfo/Convert/HTML.pm:3323
681681 #, perl-brace-format
682682 msgid "@cite{{book_reference}}"
683683 msgstr "@cite{{book_reference}}"
684684
685 #: tp/Texinfo/Convert/HTML.pm:3343
685 #: tp/Texinfo/Convert/HTML.pm:3327
686686 #, perl-brace-format
687687 msgid "`{section}' in @cite{{book}}"
688688 msgstr "`{section}' dans @cite{{book}}"
689689
690 #: tp/Texinfo/Convert/HTML.pm:3350
690 #: tp/Texinfo/Convert/HTML.pm:3334
691691 #, perl-brace-format
692692 msgid "{reference}"
693693 msgstr "{reference}"
694694
695 #: tp/Texinfo/Convert/HTML.pm:3353
695 #: tp/Texinfo/Convert/HTML.pm:3337
696696 #, perl-brace-format
697697 msgid "`{section}'"
698698 msgstr "`{section}'"
699699
700 #: tp/Texinfo/Convert/HTML.pm:3466
700 #: tp/Texinfo/Convert/HTML.pm:3450
701701 msgid "Jump to"
702702 msgstr "Aller @`a"
703703
704 #: tp/Texinfo/Convert/HTML.pm:3474
704 #: tp/Texinfo/Convert/HTML.pm:3458
705705 msgid "Index Entry"
706706 msgstr "Entr@'ee d'index"
707707
708 #: tp/Texinfo/Convert/HTML.pm:3476
708 #: tp/Texinfo/Convert/HTML.pm:3460
709709 msgid "Section"
710710 msgstr "Section"
711711
712 #: tp/Texinfo/Convert/HTML.pm:4096
712 #: tp/Texinfo/Convert/HTML.pm:4080
713713 #, perl-brace-format
714714 msgid "{category}: @strong{{name}} @emph{{arguments}}"
715715 msgstr "{category}@ : @strong{{name}} @emph{{arguments}}"
716716
717 #: tp/Texinfo/Convert/HTML.pm:4101
717 #: tp/Texinfo/Convert/HTML.pm:4085
718718 #, perl-brace-format
719719 msgid "{category}: @strong{{name}}"
720720 msgstr "{category}@ : @strong{{name}}"
721721
722 #: tp/Texinfo/Convert/HTML.pm:4118
722 #: tp/Texinfo/Convert/HTML.pm:4102
723723 #, perl-brace-format
724724 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
725725 msgstr "{category}@ :@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
726726
727 #: tp/Texinfo/Convert/HTML.pm:4122
727 #: tp/Texinfo/Convert/HTML.pm:4106
728728 #, perl-brace-format
729729 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
730730 msgstr "{category}@ : @emph{{type}} @strong{{name}} @emph{{arguments}}"
731731
732 #: tp/Texinfo/Convert/HTML.pm:4131
732 #: tp/Texinfo/Convert/HTML.pm:4115
733733 #, perl-brace-format
734734 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
735735 msgstr "{category}@ :@* @emph{{type}}@* @strong{{name}}"
736736
737 #: tp/Texinfo/Convert/HTML.pm:4134
737 #: tp/Texinfo/Convert/HTML.pm:4118
738738 #, perl-brace-format
739739 msgid "{category}: @emph{{type}} @strong{{name}}"
740740 msgstr "{category}@ : @emph{{type}} @strong{{name}}"
741741
742 #: tp/Texinfo/Convert/HTML.pm:4142
742 #: tp/Texinfo/Convert/HTML.pm:4126
743743 #, perl-brace-format
744744 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
745745 msgstr "{category} de {class}@ : @strong{{name}} @emph{{arguments}}"
746746
747 #: tp/Texinfo/Convert/HTML.pm:4148
747 #: tp/Texinfo/Convert/HTML.pm:4132
748748 #, perl-brace-format
749749 msgid "{category} of {class}: @strong{{name}}"
750750 msgstr "{category} de {class}@ : @strong{{name}}"
751751
752 #: tp/Texinfo/Convert/HTML.pm:4157
752 #: tp/Texinfo/Convert/HTML.pm:4141
753753 #, perl-brace-format
754754 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
755755 msgstr "{category} de {class}@ : @strong{{name}} @emph{{arguments}}"
756756
757 #: tp/Texinfo/Convert/HTML.pm:4163
757 #: tp/Texinfo/Convert/HTML.pm:4147
758758 #, perl-brace-format
759759 msgid "{category} on {class}: @strong{{name}}"
760760 msgstr "{category} de {class}@ : @strong{{name}}"
761761
762 #: tp/Texinfo/Convert/HTML.pm:4178
762 #: tp/Texinfo/Convert/HTML.pm:4162
763763 #, perl-brace-format
764764 msgid ""
765765 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
766766 msgstr ""
767767 "{category} de {class}@ :@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
768768
769 #: tp/Texinfo/Convert/HTML.pm:4182
769 #: tp/Texinfo/Convert/HTML.pm:4166
770770 #, perl-brace-format
771771 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
772772 msgstr ""
773773 "{category} de {class}@ : @emph{{type}} @strong{{name}} @emph{{arguments}}"
774774
775 #: tp/Texinfo/Convert/HTML.pm:4193
775 #: tp/Texinfo/Convert/HTML.pm:4177
776776 #, perl-brace-format
777777 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
778778 msgstr "{category} de {class}@ :@* @emph{{type}}@* @strong{{name}}"
779779
780 #: tp/Texinfo/Convert/HTML.pm:4197
780 #: tp/Texinfo/Convert/HTML.pm:4181
781781 #, perl-brace-format
782782 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
783783 msgstr "{category} de {class}@ : @emph{{type}} @strong{{name}}"
784784
785 #: tp/Texinfo/Convert/HTML.pm:4211
785 #: tp/Texinfo/Convert/HTML.pm:4195
786786 #, perl-brace-format
787787 msgid ""
788788 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
789789 msgstr ""
790790 "{category} de {class}@ :@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
791791
792 #: tp/Texinfo/Convert/HTML.pm:4215
792 #: tp/Texinfo/Convert/HTML.pm:4199
793793 #, perl-brace-format
794794 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
795795 msgstr ""
796796 "{category} de {class}@ : @emph{{type}} @strong{{name}} @emph{{arguments}}"
797797
798 #: tp/Texinfo/Convert/HTML.pm:4226
798 #: tp/Texinfo/Convert/HTML.pm:4210
799799 #, perl-brace-format
800800 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
801801 msgstr "{category} de {class}@ :@* @emph{{type}}@* @strong{{name}}"
802802
803 #: tp/Texinfo/Convert/HTML.pm:4230
803 #: tp/Texinfo/Convert/HTML.pm:4214
804804 #, perl-brace-format
805805 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
806806 msgstr "{category} de {class}@ : @emph{{type}} @strong{{name}}"
807807
808 #: tp/Texinfo/Convert/HTML.pm:6197
808 #: tp/Texinfo/Convert/HTML.pm:6181
809809 #, perl-brace-format
810810 msgid ""
811811 "This document was generated on @emph{@today{}} using "
814814 "Ce document a @'et@'e g@'en@'er@'e @emph{@today{}} en utilisant "
815815 "@uref{{program_homepage}, @emph{{program}}}."
816816
817 #: tp/Texinfo/Convert/HTML.pm:6202
817 #: tp/Texinfo/Convert/HTML.pm:6186
818818 msgid "This document was generated on @emph{@today{}}."
819819 msgstr "Ce document a @'et@'e g@'en@'er@'e le @emph{@today{}}."
820820
821 #: tp/Texinfo/Convert/HTML.pm:6253
821 #: tp/Texinfo/Convert/HTML.pm:6237
822822 #, perl-brace-format
823823 msgid "{element_text} ({title})"
824824 msgstr "{element_text} ({title})"
825825
826 #: tp/Texinfo/Convert/HTML.pm:6397
826 #: tp/Texinfo/Convert/HTML.pm:6381
827827 #, perl-brace-format
828828 msgid "The node you are looking for is at {href}."
829829 msgstr "Le n@oe{}ud que vous recherchez est ici@ : {href}."
830830
831 #: tp/Texinfo/Convert/HTML.pm:6466
831 #: tp/Texinfo/Convert/HTML.pm:6450
832832 msgid " The buttons in the navigation panels have the following meaning:"
833833 msgstr ""
834834 " Les boutons du panneau de navigation ont la signification suivante@ :"
835835
836 #: tp/Texinfo/Convert/HTML.pm:6472
836 #: tp/Texinfo/Convert/HTML.pm:6456
837837 msgid "Button"
838838 msgstr "Bouton"
839839
840 #: tp/Texinfo/Convert/HTML.pm:6473
840 #: tp/Texinfo/Convert/HTML.pm:6457
841841 msgid "Name"
842842 msgstr "Nom"
843843
844 #: tp/Texinfo/Convert/HTML.pm:6474
844 #: tp/Texinfo/Convert/HTML.pm:6458
845845 msgid "Go to"
846846 msgstr "Aller @`a"
847847
848 #: tp/Texinfo/Convert/HTML.pm:6475
848 #: tp/Texinfo/Convert/HTML.pm:6459
849849 msgid "From 1.2.3 go to"
850850 msgstr "Depuis 1.2.3 aller @`a"
851851
852 #: tp/Texinfo/Convert/HTML.pm:6501
852 #: tp/Texinfo/Convert/HTML.pm:6485
853853 msgid ""
854854 " where the @strong{ Example } assumes that the current position is at "
855855 "@strong{ Subsubsection One-Two-Three } of a document of the following "
858858 " Dans cet exemple on est @`a @strong{ Sous-sous-section un-deux-trois } "
859859 "dans un document dont la structure est@ :"
860860
861 #: tp/Texinfo/Convert/HTML.pm:6511
861 #: tp/Texinfo/Convert/HTML.pm:6495
862862 msgid "Section One"
863863 msgstr "Section un"
864864
865 #: tp/Texinfo/Convert/HTML.pm:6513
865 #: tp/Texinfo/Convert/HTML.pm:6497
866866 msgid "Subsection One-One"
867867 msgstr "Sous-section un-un"
868868
869 #: tp/Texinfo/Convert/HTML.pm:6520
869 #: tp/Texinfo/Convert/HTML.pm:6504
870870 msgid "Subsection One-Two"
871871 msgstr "Sous-section un-deux"
872872
873 #: tp/Texinfo/Convert/HTML.pm:6522
873 #: tp/Texinfo/Convert/HTML.pm:6506
874874 msgid "Subsubsection One-Two-One"
875875 msgstr "Sous-sous-section un-deux-un"
876876
877 #: tp/Texinfo/Convert/HTML.pm:6523
877 #: tp/Texinfo/Convert/HTML.pm:6507
878878 msgid "Subsubsection One-Two-Two"
879879 msgstr "Sous-sous-section un-deux-deux"
880880
881 #: tp/Texinfo/Convert/HTML.pm:6524
881 #: tp/Texinfo/Convert/HTML.pm:6508
882882 msgid "Subsubsection One-Two-Three"
883883 msgstr "Sous-sous-section un-deux-trois"
884884
885 #: tp/Texinfo/Convert/HTML.pm:6526
885 #: tp/Texinfo/Convert/HTML.pm:6510
886886 msgid "Current Position"
887887 msgstr "Position actuelle"
888888
889 #: tp/Texinfo/Convert/HTML.pm:6527
889 #: tp/Texinfo/Convert/HTML.pm:6511
890890 msgid "Subsubsection One-Two-Four"
891891 msgstr "Sous-sous-section un-deux-quatre"
892892
893 #: tp/Texinfo/Convert/HTML.pm:6530
893 #: tp/Texinfo/Convert/HTML.pm:6514
894894 msgid "Subsection One-Three"
895895 msgstr "Sous-section un-trois"
896896
897 #: tp/Texinfo/Convert/HTML.pm:6537
897 #: tp/Texinfo/Convert/HTML.pm:6521
898898 msgid "Subsection One-Four"
899899 msgstr "Sous-section un-quatre"
900900
901 #: tp/Texinfo/Convert/HTML.pm:6945
901 #: tp/Texinfo/Convert/HTML.pm:6929
902902 msgid "Untitled Document"
903903 msgstr "Document sans titre"
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: GNU texinfo_document 6.5.90\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
11 "PO-Revision-Date: 2019-01-18 19:16-0800\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
11 "PO-Revision-Date: 2019-02-04 19:16-0800\n"
1212 "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
1313 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
1414 "Language: hr\n"
3939
4040 #: tp/Texinfo/Common.pm:731
4141 msgid "User Option"
42 msgstr "Korisnik opcija"
42 msgstr "Korisnička opcija"
4343
4444 #: tp/Texinfo/Common.pm:734 tp/Texinfo/Common.pm:735
4545 msgid "Instance Variable"
46 msgstr "Instanca varijable"
46 msgstr "Primjer varijable"
4747
4848 #: tp/Texinfo/Common.pm:736 tp/Texinfo/Common.pm:737
4949 msgid "Method"
5252 #: tp/Texinfo/Common.pm:1245
5353 #, perl-brace-format
5454 msgid "{category} on {class}"
55 msgstr "{category} u {class}"
55 msgstr "{category} na {class}"
5656
5757 #: tp/Texinfo/Common.pm:1252
5858 #, perl-brace-format
6262 #: tp/Texinfo/Common.pm:1274
6363 #, perl-brace-format
6464 msgid "{month} {day}, {year}"
65 msgstr "{month} {day}, {year}"
65 msgstr "{day} {month} {year}"
6666
6767 #: tp/Texinfo/Common.pm:1305 tp/Texinfo/Convert/Plaintext.pm:1046
6868 #: tp/Texinfo/Convert/HTML.pm:523
106106 msgid "{float_number}\n"
107107 msgstr "{float_number}\n"
108108
109 #: tp/Texinfo/Common.pm:2577
109 #: tp/Texinfo/Common.pm:2578
110110 #, perl-brace-format
111111 msgid "{name} on {class}"
112 msgstr "{name} u {class}"
113
114 #: tp/Texinfo/Common.pm:2587
112 msgstr "{name} na {class}"
113
114 #: tp/Texinfo/Common.pm:2588
115115 #, perl-brace-format
116116 msgid "{name} of {class}"
117117 msgstr "{name} od {class}"
118118
119119 #: tp/Texinfo/Convert/Converter.pm:99
120120 msgid "error@arrow{}"
121 msgstr "error@arrow{}"
121 msgstr "greška@arrow{}"
122122
123123 #: tp/Texinfo/Convert/Converter.pm:934
124124 msgid "January"
213213 msgid "see section ``{section_name}'' in @cite{{book}}"
214214 msgstr "pogledajte odlomak „{section_name}“ u @cite{{book}}"
215215
216 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
216 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
217217 #, perl-brace-format
218218 msgid "@cite{{book}}"
219219 msgstr "@cite{{book}}"
220220
221 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
221 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
222222 #, perl-brace-format
223223 msgid "See @cite{{book}}"
224224 msgstr "Pogledajte @cite{{book}}"
225225
226 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
226 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
227227 #, perl-brace-format
228228 msgid "see @cite{{book}}"
229229 msgstr "pogledajte @cite{{book}}"
249249 msgstr "{abbr_or_acronym} ({explanation})"
250250
251251 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
252 #: tp/Texinfo/Convert/HTML.pm:3653
252 #: tp/Texinfo/Convert/HTML.pm:3637
253253 #, perl-brace-format
254254 msgid "@b{{quotation_arg}:} "
255255 msgstr "@b{{quotation_arg}:} "
278278 msgid "@t{<{url}>}"
279279 msgstr "@t{<{url}>}"
280280
281 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
281 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
282282 #, perl-brace-format
283283 msgid "@{No value for `{value}'@}"
284284 msgstr "@{nema vrijednosti za „{value}“@}"
326326 #: tp/Texinfo/Convert/Plaintext.pm:2839
327327 #, perl-brace-format
328328 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
329 msgstr "@tie{}-- {category} u {class}: {name} {arguments}"
329 msgstr "@tie{}-- {category} na {class}: {name} {arguments}"
330330
331331 #: tp/Texinfo/Convert/Plaintext.pm:2845
332332 #, perl-brace-format
333333 msgid "@tie{}-- {category} on {class}: {name}"
334 msgstr "@tie{}-- {category} u {class}: {name}"
334 msgstr "@tie{}-- {category} na {class}: {name}"
335335
336336 #: tp/Texinfo/Convert/Plaintext.pm:2860
337337 #, perl-brace-format
338338 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
339 msgstr "@tie{}-- {category} u {class}:@*{type}@*{name} {arguments}"
339 msgstr "@tie{}-- {category} na {class}:@*{type}@*{name} {arguments}"
340340
341341 #: tp/Texinfo/Convert/Plaintext.pm:2864
342342 #, perl-brace-format
343343 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
344 msgstr "@tie{}-- {category} u {class}: {type} {name} {arguments}"
344 msgstr "@tie{}-- {category} na {class}: {type} {name} {arguments}"
345345
346346 #: tp/Texinfo/Convert/Plaintext.pm:2875
347347 #, perl-brace-format
348348 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
349 msgstr "@tie{}-- {category} u {class}:@*{type}@*{name}"
349 msgstr "@tie{}-- {category} na {class}:@*{type}@*{name}"
350350
351351 #: tp/Texinfo/Convert/Plaintext.pm:2879
352352 #, perl-brace-format
353353 msgid "@tie{}-- {category} on {class}: {type} {name}"
354 msgstr "@tie{}-- {category} u {class}: {type} {name}"
354 msgstr "@tie{}-- {category} na {class}: {type} {name}"
355355
356356 #: tp/Texinfo/Convert/Plaintext.pm:2893
357357 #, perl-brace-format
373373 msgid "@tie{}-- {category} of {class}: {type} {name}"
374374 msgstr "@tie{}-- {category} od {class}: {type} {name}"
375375
376 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
376 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
377377 #, perl-brace-format
378378 msgid "@center --- @emph{{author}}\n"
379379 msgstr "@center --- @emph{{author}}\n"
388388
389389 #: tp/Texinfo/Convert/HTML.pm:742 tp/Texinfo/Convert/HTML.pm:798
390390 msgid "Overview"
391 msgstr "Osvrt"
391 msgstr "Pregled"
392392
393393 #: tp/Texinfo/Convert/HTML.pm:743 tp/Texinfo/Convert/HTML.pm:774
394394 #: tp/Texinfo/Convert/HTML.pm:799
397397
398398 #: tp/Texinfo/Convert/HTML.pm:745
399399 msgid "current"
400 msgstr "trenutačno"
400 msgstr "aktualno"
401401
402402 #: tp/Texinfo/Convert/HTML.pm:748 tp/Texinfo/Convert/HTML.pm:804
403403 msgid "Prev"
438438
439439 #: tp/Texinfo/Convert/HTML.pm:771
440440 msgid "Cover (top) of document"
441 msgstr "Naslovna stranica (vrh) dokumenta"
441 msgstr "Naslovna stranica (top) dokumenta"
442442
443443 #: tp/Texinfo/Convert/HTML.pm:772
444444 msgid "Table of contents"
450450
451451 #: tp/Texinfo/Convert/HTML.pm:775
452452 msgid "Current section"
453 msgstr "Trenutačni odlomak"
453 msgstr "Aktualni odlomak"
454454
455455 #: tp/Texinfo/Convert/HTML.pm:776
456456 msgid "Previous section in reading order"
466466
467467 #: tp/Texinfo/Convert/HTML.pm:779
468468 msgid "Up section"
469 msgstr "Odjeljak gore"
469 msgstr "Odjeljak iznad"
470470
471471 #: tp/Texinfo/Convert/HTML.pm:780
472472 msgid "Next section on same level"
474474
475475 #: tp/Texinfo/Convert/HTML.pm:781
476476 msgid "Up node"
477 msgstr "Čvor gore"
477 msgstr "Čvor iznad"
478478
479479 #: tp/Texinfo/Convert/HTML.pm:782
480480 msgid "Next node"
530530
531531 #: tp/Texinfo/Convert/HTML.pm:803
532532 msgid "FastBack"
533 msgstr "Brzo unatrag"
533 msgstr "BrzoUnatrag"
534534
535535 #: tp/Texinfo/Convert/HTML.pm:807
536536 msgid "NodeUp"
537 msgstr "Čvor gore"
537 msgstr "Čvor iznad"
538538
539539 #: tp/Texinfo/Convert/HTML.pm:808
540540 msgid "NodeNext"
541 msgstr "Sljedeći čvor"
541 msgstr "SljedećiČvor"
542542
543543 #: tp/Texinfo/Convert/HTML.pm:809
544544 msgid "NodePrev"
545 msgstr "Prethodni čvor"
545 msgstr "PrethodniČvor"
546546
547547 #: tp/Texinfo/Convert/HTML.pm:810
548548 msgid "NodeForward"
549 msgstr "Čvor naprijed"
549 msgstr "ČvorUnaprijed"
550550
551551 #: tp/Texinfo/Convert/HTML.pm:811
552552 msgid "NodeBack"
553 msgstr "Čvor unatrag"
553 msgstr "ČvorUnatrag"
554554
555555 #: tp/Texinfo/Convert/HTML.pm:812
556556 msgid "Forward"
558558
559559 #: tp/Texinfo/Convert/HTML.pm:813
560560 msgid "FastForward"
561 msgstr "Brzo naprijed"
561 msgstr "BrzoUnaprijed"
562562
563563 #: tp/Texinfo/Convert/HTML.pm:814
564564 msgid "About"
565 msgstr "Obavijest"
565 msgstr "O programu"
566566
567567 #: tp/Texinfo/Convert/HTML.pm:815
568568 msgid "First"
574574
575575 #: tp/Texinfo/Convert/HTML.pm:817
576576 msgid "NextFile"
577 msgstr "Sljedeća datoteka"
577 msgstr "SljedećaDatoteka"
578578
579579 #: tp/Texinfo/Convert/HTML.pm:818
580580 msgid "PrevFile"
581 msgstr "Prethodna datoteka"
581 msgstr "PrethodnaDatoteka"
582582
583583 #: tp/Texinfo/Convert/HTML.pm:822
584584 msgid "About This Document"
596596 msgid "Footnotes"
597597 msgstr "Fusnote"
598598
599 #: tp/Texinfo/Convert/HTML.pm:1541
599 #: tp/Texinfo/Convert/HTML.pm:1533
600600 #, perl-brace-format
601601 msgid "{explained_string} ({explanation})"
602602 msgstr "{explained_string} ({explanation})"
603603
604 #: tp/Texinfo/Convert/HTML.pm:3212
604 #: tp/Texinfo/Convert/HTML.pm:3196
605605 #, perl-brace-format
606606 msgid "see section {reference_name}"
607607 msgstr "pogledajte odlomak {reference_name}"
608608
609 #: tp/Texinfo/Convert/HTML.pm:3215
609 #: tp/Texinfo/Convert/HTML.pm:3199
610610 #, perl-brace-format
611611 msgid "see {reference_name}"
612612 msgstr "pogledajte {reference_name}"
613613
614 #: tp/Texinfo/Convert/HTML.pm:3220
614 #: tp/Texinfo/Convert/HTML.pm:3204
615615 #, perl-brace-format
616616 msgid "See section {reference_name}"
617617 msgstr "Pogledajte odlomak {reference_name}"
618618
619 #: tp/Texinfo/Convert/HTML.pm:3223
619 #: tp/Texinfo/Convert/HTML.pm:3207
620620 #, perl-brace-format
621621 msgid "See {reference_name}"
622622 msgstr "Pogledajte {reference_name}"
623623
624 #: tp/Texinfo/Convert/HTML.pm:3227
624 #: tp/Texinfo/Convert/HTML.pm:3211
625625 #, perl-brace-format
626626 msgid "{reference_name}"
627627 msgstr "{reference_name}"
628628
629 #: tp/Texinfo/Convert/HTML.pm:3289
629 #: tp/Texinfo/Convert/HTML.pm:3273
630630 #, perl-brace-format
631631 msgid "see {reference} in @cite{{book}}"
632632 msgstr "pogledajte {reference} u @cite{{book}}"
633633
634 #: tp/Texinfo/Convert/HTML.pm:3293
634 #: tp/Texinfo/Convert/HTML.pm:3277
635635 #, perl-brace-format
636636 msgid "see @cite{{book_reference}}"
637637 msgstr "pogledajte @cite{{book_reference}}"
638638
639 #: tp/Texinfo/Convert/HTML.pm:3297
639 #: tp/Texinfo/Convert/HTML.pm:3281
640640 #, perl-brace-format
641641 msgid "see `{section}' in @cite{{book}}"
642642 msgstr "pogledajte „{section}“ u @cite{{book}}"
643643
644 #: tp/Texinfo/Convert/HTML.pm:3304
644 #: tp/Texinfo/Convert/HTML.pm:3288
645645 #, perl-brace-format
646646 msgid "see {reference}"
647647 msgstr "pogledajte {reference}"
648648
649 #: tp/Texinfo/Convert/HTML.pm:3307
649 #: tp/Texinfo/Convert/HTML.pm:3291
650650 #, perl-brace-format
651651 msgid "see `{section}'"
652652 msgstr "pogledajte „{section}“"
653653
654 #: tp/Texinfo/Convert/HTML.pm:3312
654 #: tp/Texinfo/Convert/HTML.pm:3296
655655 #, perl-brace-format
656656 msgid "See {reference} in @cite{{book}}"
657657 msgstr "Pogledajte {reference} u @cite{{book}}"
658658
659 #: tp/Texinfo/Convert/HTML.pm:3316
659 #: tp/Texinfo/Convert/HTML.pm:3300
660660 #, perl-brace-format
661661 msgid "See @cite{{book_reference}}"
662662 msgstr "Pogledajte @cite{{book_reference}}"
663663
664 #: tp/Texinfo/Convert/HTML.pm:3320
664 #: tp/Texinfo/Convert/HTML.pm:3304
665665 #, perl-brace-format
666666 msgid "See `{section}' in @cite{{book}}"
667667 msgstr "Pogledajte „{section}“ u @cite{{book}}"
668668
669 #: tp/Texinfo/Convert/HTML.pm:3327
669 #: tp/Texinfo/Convert/HTML.pm:3311
670670 #, perl-brace-format
671671 msgid "See {reference}"
672672 msgstr "Pogledajte {reference}"
673673
674 #: tp/Texinfo/Convert/HTML.pm:3330
674 #: tp/Texinfo/Convert/HTML.pm:3314
675675 #, perl-brace-format
676676 msgid "See `{section}'"
677677 msgstr "Pogledajte „{section}“"
678678
679 #: tp/Texinfo/Convert/HTML.pm:3335
679 #: tp/Texinfo/Convert/HTML.pm:3319
680680 #, perl-brace-format
681681 msgid "{reference} in @cite{{book}}"
682682 msgstr "{reference} u @cite{{book}}"
683683
684 #: tp/Texinfo/Convert/HTML.pm:3339
684 #: tp/Texinfo/Convert/HTML.pm:3323
685685 #, perl-brace-format
686686 msgid "@cite{{book_reference}}"
687687 msgstr "@cite{{book_reference}}"
688688
689 #: tp/Texinfo/Convert/HTML.pm:3343
689 #: tp/Texinfo/Convert/HTML.pm:3327
690690 #, perl-brace-format
691691 msgid "`{section}' in @cite{{book}}"
692692 msgstr "„{section}“ u @cite{{book}}"
693693
694 #: tp/Texinfo/Convert/HTML.pm:3350
694 #: tp/Texinfo/Convert/HTML.pm:3334
695695 #, perl-brace-format
696696 msgid "{reference}"
697697 msgstr "{reference}"
698698
699 #: tp/Texinfo/Convert/HTML.pm:3353
699 #: tp/Texinfo/Convert/HTML.pm:3337
700700 #, perl-brace-format
701701 msgid "`{section}'"
702702 msgstr "„{section}“"
703703
704 #: tp/Texinfo/Convert/HTML.pm:3466
704 #: tp/Texinfo/Convert/HTML.pm:3450
705705 msgid "Jump to"
706 msgstr "Skoči na"
707
708 #: tp/Texinfo/Convert/HTML.pm:3474
706 msgstr "Preskoči na"
707
708 #: tp/Texinfo/Convert/HTML.pm:3458
709709 msgid "Index Entry"
710 msgstr "Indeks Stavka"
711
712 #: tp/Texinfo/Convert/HTML.pm:3476
710 msgstr "Stavka indeksa"
711
712 #: tp/Texinfo/Convert/HTML.pm:3460
713713 msgid "Section"
714714 msgstr "Odlomak"
715715
716 #: tp/Texinfo/Convert/HTML.pm:4096
716 #: tp/Texinfo/Convert/HTML.pm:4080
717717 #, perl-brace-format
718718 msgid "{category}: @strong{{name}} @emph{{arguments}}"
719719 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
720720
721 #: tp/Texinfo/Convert/HTML.pm:4101
721 #: tp/Texinfo/Convert/HTML.pm:4085
722722 #, perl-brace-format
723723 msgid "{category}: @strong{{name}}"
724724 msgstr "{category}: @strong{{name}}"
725725
726 #: tp/Texinfo/Convert/HTML.pm:4118
726 #: tp/Texinfo/Convert/HTML.pm:4102
727727 #, perl-brace-format
728728 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
729729 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
730730
731 #: tp/Texinfo/Convert/HTML.pm:4122
731 #: tp/Texinfo/Convert/HTML.pm:4106
732732 #, perl-brace-format
733733 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
734734 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
735735
736 #: tp/Texinfo/Convert/HTML.pm:4131
736 #: tp/Texinfo/Convert/HTML.pm:4115
737737 #, perl-brace-format
738738 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
739739 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
740740
741 #: tp/Texinfo/Convert/HTML.pm:4134
741 #: tp/Texinfo/Convert/HTML.pm:4118
742742 #, perl-brace-format
743743 msgid "{category}: @emph{{type}} @strong{{name}}"
744744 msgstr "{category}: @emph{{type}} @strong{{name}}"
745745
746 #: tp/Texinfo/Convert/HTML.pm:4142
746 #: tp/Texinfo/Convert/HTML.pm:4126
747747 #, perl-brace-format
748748 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
749749 msgstr "{category} od {class}: @strong{{name}} @emph{{arguments}}"
750750
751 #: tp/Texinfo/Convert/HTML.pm:4148
751 #: tp/Texinfo/Convert/HTML.pm:4132
752752 #, perl-brace-format
753753 msgid "{category} of {class}: @strong{{name}}"
754754 msgstr "{category} od {class}: @strong{{name}}"
755755
756 #: tp/Texinfo/Convert/HTML.pm:4157
756 #: tp/Texinfo/Convert/HTML.pm:4141
757757 #, perl-brace-format
758758 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
759 msgstr "{category} u {class}: @strong{{name}} @emph{{arguments}}"
760
761 #: tp/Texinfo/Convert/HTML.pm:4163
759 msgstr "{category} na {class}: @strong{{name}} @emph{{arguments}}"
760
761 #: tp/Texinfo/Convert/HTML.pm:4147
762762 #, perl-brace-format
763763 msgid "{category} on {class}: @strong{{name}}"
764 msgstr "{category} u {class}: @strong{{name}}"
765
766 #: tp/Texinfo/Convert/HTML.pm:4178
764 msgstr "{category} na {class}: @strong{{name}}"
765
766 #: tp/Texinfo/Convert/HTML.pm:4162
767767 #, perl-brace-format
768768 msgid ""
769769 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
770770 msgstr ""
771 "{category} u {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
772
773 #: tp/Texinfo/Convert/HTML.pm:4182
771 "{category} na {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
772
773 #: tp/Texinfo/Convert/HTML.pm:4166
774774 #, perl-brace-format
775775 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
776 msgstr "{category} u {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
777
778 #: tp/Texinfo/Convert/HTML.pm:4193
776 msgstr ""
777 "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
778
779 #: tp/Texinfo/Convert/HTML.pm:4177
779780 #, perl-brace-format
780781 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
781 msgstr "{category} u {class}:@* @emph{{type}}@* @strong{{name}}"
782
783 #: tp/Texinfo/Convert/HTML.pm:4197
782 msgstr "{category} na {class}:@* @emph{{type}}@* @strong{{name}}"
783
784 #: tp/Texinfo/Convert/HTML.pm:4181
784785 #, perl-brace-format
785786 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
786 msgstr "{category} u {class}: @emph{{type}} @strong{{name}}"
787
788 #: tp/Texinfo/Convert/HTML.pm:4211
787 msgstr "{category} na {class}: @emph{{type}} @strong{{name}}"
788
789 #: tp/Texinfo/Convert/HTML.pm:4195
789790 #, perl-brace-format
790791 msgid ""
791792 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
792793 msgstr ""
793794 "{category} od {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
794795
795 #: tp/Texinfo/Convert/HTML.pm:4215
796 #: tp/Texinfo/Convert/HTML.pm:4199
796797 #, perl-brace-format
797798 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
798799 msgstr ""
799800 "{category} od {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
800801
801 #: tp/Texinfo/Convert/HTML.pm:4226
802 #: tp/Texinfo/Convert/HTML.pm:4210
802803 #, perl-brace-format
803804 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
804805 msgstr "{category} od {class}:@* @emph{{type}}@* @strong{{name}}"
805806
806 #: tp/Texinfo/Convert/HTML.pm:4230
807 #: tp/Texinfo/Convert/HTML.pm:4214
807808 #, perl-brace-format
808809 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
809810 msgstr "{category} od {class}: @emph{{type}} @strong{{name}}"
810811
811 #: tp/Texinfo/Convert/HTML.pm:6197
812 #: tp/Texinfo/Convert/HTML.pm:6181
812813 #, perl-brace-format
813814 msgid ""
814815 "This document was generated on @emph{@today{}} using "
817818 "Ovaj dokument je generiran na @emph{@today{}} rabeći "
818819 "@uref{{program_homepage}, @emph{{program}}}."
819820
820 #: tp/Texinfo/Convert/HTML.pm:6202
821 #: tp/Texinfo/Convert/HTML.pm:6186
821822 msgid "This document was generated on @emph{@today{}}."
822823 msgstr "Ovaj dokument je generiran na @emph{@today{}}."
823824
824 #: tp/Texinfo/Convert/HTML.pm:6253
825 #: tp/Texinfo/Convert/HTML.pm:6237
825826 #, perl-brace-format
826827 msgid "{element_text} ({title})"
827828 msgstr "{element_text} ({title})"
828829
829 #: tp/Texinfo/Convert/HTML.pm:6397
830 #: tp/Texinfo/Convert/HTML.pm:6381
830831 #, perl-brace-format
831832 msgid "The node you are looking for is at {href}."
832833 msgstr "Čvor koji tražite nalazi se pri {href}."
833834
834 #: tp/Texinfo/Convert/HTML.pm:6466
835 #: tp/Texinfo/Convert/HTML.pm:6450
835836 msgid " The buttons in the navigation panels have the following meaning:"
836837 msgstr " Gumbi u navigacijskom panelu imaju sljedeća značenja:"
837838
838 #: tp/Texinfo/Convert/HTML.pm:6472
839 #: tp/Texinfo/Convert/HTML.pm:6456
839840 msgid "Button"
840841 msgstr "Gumb"
841842
842 #: tp/Texinfo/Convert/HTML.pm:6473
843 #: tp/Texinfo/Convert/HTML.pm:6457
843844 msgid "Name"
844845 msgstr "Ime"
845846
846 #: tp/Texinfo/Convert/HTML.pm:6474
847 #: tp/Texinfo/Convert/HTML.pm:6458
847848 msgid "Go to"
848849 msgstr "Idi na/u"
849850
850 #: tp/Texinfo/Convert/HTML.pm:6475
851 #: tp/Texinfo/Convert/HTML.pm:6459
851852 msgid "From 1.2.3 go to"
852853 msgstr "Od 1.2.3 idi na/u"
853854
854 #: tp/Texinfo/Convert/HTML.pm:6501
855 #: tp/Texinfo/Convert/HTML.pm:6485
855856 msgid ""
856857 " where the @strong{ Example } assumes that the current position is at "
857858 "@strong{ Subsubsection One-Two-Three } of a document of the following "
860861 " gdje @strong{ primjer } pretpostavlja da je trenutačna pozicija na/u "
861862 "@strong{ Pododlomak jedan-dva-tri } dokumenta sljedeće strukture:"
862863
863 #: tp/Texinfo/Convert/HTML.pm:6511
864 #: tp/Texinfo/Convert/HTML.pm:6495
864865 msgid "Section One"
865866 msgstr "Odlomak jedan"
866867
867 #: tp/Texinfo/Convert/HTML.pm:6513
868 #: tp/Texinfo/Convert/HTML.pm:6497
868869 msgid "Subsection One-One"
869870 msgstr "Pododlomak jedan-jedan"
870871
871 #: tp/Texinfo/Convert/HTML.pm:6520
872 #: tp/Texinfo/Convert/HTML.pm:6504
872873 msgid "Subsection One-Two"
873874 msgstr "Pododlomak jedan-dva"
874875
875 #: tp/Texinfo/Convert/HTML.pm:6522
876 #: tp/Texinfo/Convert/HTML.pm:6506
876877 msgid "Subsubsection One-Two-One"
877878 msgstr "Pododlomak jedan-dva-jedan"
878879
879 #: tp/Texinfo/Convert/HTML.pm:6523
880 #: tp/Texinfo/Convert/HTML.pm:6507
880881 msgid "Subsubsection One-Two-Two"
881882 msgstr "Pododlomak jedan-dva-dva"
882883
883 #: tp/Texinfo/Convert/HTML.pm:6524
884 #: tp/Texinfo/Convert/HTML.pm:6508
884885 msgid "Subsubsection One-Two-Three"
885886 msgstr "Pododlomak jedan-dva-tri"
886887
887 #: tp/Texinfo/Convert/HTML.pm:6526
888 #: tp/Texinfo/Convert/HTML.pm:6510
888889 msgid "Current Position"
889890 msgstr "Trenutačna pozicija"
890891
891 #: tp/Texinfo/Convert/HTML.pm:6527
892 #: tp/Texinfo/Convert/HTML.pm:6511
892893 msgid "Subsubsection One-Two-Four"
893894 msgstr "Pododlomak jedan-dva-četri"
894895
895 #: tp/Texinfo/Convert/HTML.pm:6530
896 #: tp/Texinfo/Convert/HTML.pm:6514
896897 msgid "Subsection One-Three"
897 msgstr "Pododlomak jedan-jedan"
898
899 #: tp/Texinfo/Convert/HTML.pm:6537
898 msgstr "Pododlomak jedan-tri"
899
900 #: tp/Texinfo/Convert/HTML.pm:6521
900901 msgid "Subsection One-Four"
901902 msgstr "Pododlomak jedan-četri"
902903
903 #: tp/Texinfo/Convert/HTML.pm:6945
904 #: tp/Texinfo/Convert/HTML.pm:6929
904905 msgid "Untitled Document"
905906 msgstr "Dokument bez naslova"
906907
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: texinfo_document 6.4.90\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1111 "PO-Revision-Date: 2018-01-20 14:27+0100\n"
1212 "Last-Translator: Balázs Úr <urbalazs@gmail.com>\n"
1313 "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
104104 msgid "{float_number}\n"
105105 msgstr "{float_number}\n"
106106
107 #: tp/Texinfo/Common.pm:2577
107 #: tp/Texinfo/Common.pm:2578
108108 #, perl-brace-format
109109 msgid "{name} on {class}"
110110 msgstr "{name} ezen: {class}"
111111
112 #: tp/Texinfo/Common.pm:2587
112 #: tp/Texinfo/Common.pm:2588
113113 #, perl-brace-format
114114 msgid "{name} of {class}"
115115 msgstr "{name} típusa: {class}"
211211 msgid "see section ``{section_name}'' in @cite{{book}}"
212212 msgstr "lásd a(z) „{section_name}” szakaszt ebben: @cite{{book}}"
213213
214 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
214 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
215215 #, perl-brace-format
216216 msgid "@cite{{book}}"
217217 msgstr "@cite{{book}}"
218218
219 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
219 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
220220 #, perl-brace-format
221221 msgid "See @cite{{book}}"
222222 msgstr "Lásd: @cite{{book}}"
223223
224 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
224 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
225225 #, perl-brace-format
226226 msgid "see @cite{{book}}"
227227 msgstr "lásd: @cite{{book}}"
247247 msgstr "{abbr_or_acronym} ({explanation})"
248248
249249 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
250 #: tp/Texinfo/Convert/HTML.pm:3653
250 #: tp/Texinfo/Convert/HTML.pm:3637
251251 #, perl-brace-format
252252 msgid "@b{{quotation_arg}:} "
253253 msgstr "@b{{quotation_arg}:} "
276276 msgid "@t{<{url}>}"
277277 msgstr "@t{<{url}>}"
278278
279 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
279 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
280280 #, perl-brace-format
281281 msgid "@{No value for `{value}'@}"
282282 msgstr "@{Nincs érték ehhez: „{value}”@}"
371371 msgid "@tie{}-- {category} of {class}: {type} {name}"
372372 msgstr "@tie{}-- {category} - {class}: {type} {name}"
373373
374 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
374 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
375375 #, perl-brace-format
376376 msgid "@center --- @emph{{author}}\n"
377377 msgstr "@center --- @emph{{author}}\n"
594594 msgid "Footnotes"
595595 msgstr "Lábjegyzet"
596596
597 #: tp/Texinfo/Convert/HTML.pm:1541
597 #: tp/Texinfo/Convert/HTML.pm:1533
598598 #, perl-brace-format
599599 msgid "{explained_string} ({explanation})"
600600 msgstr "{explained_string} ({explanation})"
601601
602 #: tp/Texinfo/Convert/HTML.pm:3212
602 #: tp/Texinfo/Convert/HTML.pm:3196
603603 #, perl-brace-format
604604 msgid "see section {reference_name}"
605605 msgstr "lásd ezt a szakaszt: {reference_name}"
606606
607 #: tp/Texinfo/Convert/HTML.pm:3215
607 #: tp/Texinfo/Convert/HTML.pm:3199
608608 #, perl-brace-format
609609 msgid "see {reference_name}"
610610 msgstr "lásd: {reference_name}"
611611
612 #: tp/Texinfo/Convert/HTML.pm:3220
612 #: tp/Texinfo/Convert/HTML.pm:3204
613613 #, perl-brace-format
614614 msgid "See section {reference_name}"
615615 msgstr "Lásd ezt a szakaszt: {reference_name}"
616616
617 #: tp/Texinfo/Convert/HTML.pm:3223
617 #: tp/Texinfo/Convert/HTML.pm:3207
618618 #, perl-brace-format
619619 msgid "See {reference_name}"
620620 msgstr "Lásd: {reference_name}"
621621
622 #: tp/Texinfo/Convert/HTML.pm:3227
622 #: tp/Texinfo/Convert/HTML.pm:3211
623623 #, perl-brace-format
624624 msgid "{reference_name}"
625625 msgstr "{reference_name}"
626626
627 #: tp/Texinfo/Convert/HTML.pm:3289
627 #: tp/Texinfo/Convert/HTML.pm:3273
628628 #, perl-brace-format
629629 msgid "see {reference} in @cite{{book}}"
630630 msgstr "lásd: {reference} ebben: @cite{{book}}"
631631
632 #: tp/Texinfo/Convert/HTML.pm:3293
632 #: tp/Texinfo/Convert/HTML.pm:3277
633633 #, perl-brace-format
634634 msgid "see @cite{{book_reference}}"
635635 msgstr "lásd: @cite{{book_reference}}"
636636
637 #: tp/Texinfo/Convert/HTML.pm:3297
637 #: tp/Texinfo/Convert/HTML.pm:3281
638638 #, perl-brace-format
639639 msgid "see `{section}' in @cite{{book}}"
640640 msgstr "lásd ezt a szakaszt: „{section}” ebben: @cite{{book}}"
641641
642 #: tp/Texinfo/Convert/HTML.pm:3304
642 #: tp/Texinfo/Convert/HTML.pm:3288
643643 #, perl-brace-format
644644 msgid "see {reference}"
645645 msgstr "lásd: {reference}"
646646
647 #: tp/Texinfo/Convert/HTML.pm:3307
647 #: tp/Texinfo/Convert/HTML.pm:3291
648648 #, perl-brace-format
649649 msgid "see `{section}'"
650650 msgstr "lásd: „{section}”"
651651
652 #: tp/Texinfo/Convert/HTML.pm:3312
652 #: tp/Texinfo/Convert/HTML.pm:3296
653653 #, perl-brace-format
654654 msgid "See {reference} in @cite{{book}}"
655655 msgstr "Lásd: {reference} ebben: @cite{{book}}"
656656
657 #: tp/Texinfo/Convert/HTML.pm:3316
657 #: tp/Texinfo/Convert/HTML.pm:3300
658658 #, perl-brace-format
659659 msgid "See @cite{{book_reference}}"
660660 msgstr "Lásd: @cite{{book_reference}}"
661661
662 #: tp/Texinfo/Convert/HTML.pm:3320
662 #: tp/Texinfo/Convert/HTML.pm:3304
663663 #, perl-brace-format
664664 msgid "See `{section}' in @cite{{book}}"
665665 msgstr "Lásd ezt a szakaszt: „{section}” ebben: @cite{{book}}"
666666
667 #: tp/Texinfo/Convert/HTML.pm:3327
667 #: tp/Texinfo/Convert/HTML.pm:3311
668668 #, perl-brace-format
669669 msgid "See {reference}"
670670 msgstr "Lásd: {reference}"
671671
672 #: tp/Texinfo/Convert/HTML.pm:3330
672 #: tp/Texinfo/Convert/HTML.pm:3314
673673 #, perl-brace-format
674674 msgid "See `{section}'"
675675 msgstr "Lásd: „{section}”"
676676
677 #: tp/Texinfo/Convert/HTML.pm:3335
677 #: tp/Texinfo/Convert/HTML.pm:3319
678678 #, perl-brace-format
679679 msgid "{reference} in @cite{{book}}"
680680 msgstr "{reference} ebben: @cite{{book}}"
681681
682 #: tp/Texinfo/Convert/HTML.pm:3339
682 #: tp/Texinfo/Convert/HTML.pm:3323
683683 #, perl-brace-format
684684 msgid "@cite{{book_reference}}"
685685 msgstr "@cite{{book_reference}}"
686686
687 #: tp/Texinfo/Convert/HTML.pm:3343
687 #: tp/Texinfo/Convert/HTML.pm:3327
688688 #, perl-brace-format
689689 msgid "`{section}' in @cite{{book}}"
690690 msgstr "„{section}” szakasz ebben: @cite{{book}}"
691691
692 #: tp/Texinfo/Convert/HTML.pm:3350
692 #: tp/Texinfo/Convert/HTML.pm:3334
693693 #, perl-brace-format
694694 msgid "{reference}"
695695 msgstr "{reference}"
696696
697 #: tp/Texinfo/Convert/HTML.pm:3353
697 #: tp/Texinfo/Convert/HTML.pm:3337
698698 #, perl-brace-format
699699 msgid "`{section}'"
700700 msgstr "„{section}”"
701701
702 #: tp/Texinfo/Convert/HTML.pm:3466
702 #: tp/Texinfo/Convert/HTML.pm:3450
703703 msgid "Jump to"
704704 msgstr "Ugrás ide"
705705
706 #: tp/Texinfo/Convert/HTML.pm:3474
706 #: tp/Texinfo/Convert/HTML.pm:3458
707707 msgid "Index Entry"
708708 msgstr "Tárgymutató-bejegyzés"
709709
710 #: tp/Texinfo/Convert/HTML.pm:3476
710 #: tp/Texinfo/Convert/HTML.pm:3460
711711 msgid "Section"
712712 msgstr "Szakasz"
713713
714 #: tp/Texinfo/Convert/HTML.pm:4096
714 #: tp/Texinfo/Convert/HTML.pm:4080
715715 #, perl-brace-format
716716 msgid "{category}: @strong{{name}} @emph{{arguments}}"
717717 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
718718
719 #: tp/Texinfo/Convert/HTML.pm:4101
719 #: tp/Texinfo/Convert/HTML.pm:4085
720720 #, perl-brace-format
721721 msgid "{category}: @strong{{name}}"
722722 msgstr "{category}: @strong{{name}}"
723723
724 #: tp/Texinfo/Convert/HTML.pm:4118
724 #: tp/Texinfo/Convert/HTML.pm:4102
725725 #, perl-brace-format
726726 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
727727 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
728728
729 #: tp/Texinfo/Convert/HTML.pm:4122
729 #: tp/Texinfo/Convert/HTML.pm:4106
730730 #, perl-brace-format
731731 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
732732 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
733733
734 #: tp/Texinfo/Convert/HTML.pm:4131
734 #: tp/Texinfo/Convert/HTML.pm:4115
735735 #, perl-brace-format
736736 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
737737 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
738738
739 #: tp/Texinfo/Convert/HTML.pm:4134
739 #: tp/Texinfo/Convert/HTML.pm:4118
740740 #, perl-brace-format
741741 msgid "{category}: @emph{{type}} @strong{{name}}"
742742 msgstr "{category}: @emph{{type}} @strong{{name}}"
743743
744 #: tp/Texinfo/Convert/HTML.pm:4142
744 #: tp/Texinfo/Convert/HTML.pm:4126
745745 #, perl-brace-format
746746 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
747747 msgstr "{category} - {class}: @strong{{name}} @emph{{arguments}}"
748748
749 #: tp/Texinfo/Convert/HTML.pm:4148
749 #: tp/Texinfo/Convert/HTML.pm:4132
750750 #, perl-brace-format
751751 msgid "{category} of {class}: @strong{{name}}"
752752 msgstr "{category} - {class}: @strong{{name}}"
753753
754 #: tp/Texinfo/Convert/HTML.pm:4157
754 #: tp/Texinfo/Convert/HTML.pm:4141
755755 #, perl-brace-format
756756 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
757757 msgstr "{category} ezen: {class}: @strong{{name}} @emph{{arguments}}"
758758
759 #: tp/Texinfo/Convert/HTML.pm:4163
759 #: tp/Texinfo/Convert/HTML.pm:4147
760760 #, perl-brace-format
761761 msgid "{category} on {class}: @strong{{name}}"
762762 msgstr "{category} ezen: {class}: @strong{{name}}"
763763
764 #: tp/Texinfo/Convert/HTML.pm:4178
764 #: tp/Texinfo/Convert/HTML.pm:4162
765765 #, perl-brace-format
766766 msgid ""
767767 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
769769 "{category} ezen: {class}:@* @emph{{type}}@* @strong{{name}} "
770770 "@emph{{arguments}}"
771771
772 #: tp/Texinfo/Convert/HTML.pm:4182
772 #: tp/Texinfo/Convert/HTML.pm:4166
773773 #, perl-brace-format
774774 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
775775 msgstr ""
776776 "{category} ezen: {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
777777
778 #: tp/Texinfo/Convert/HTML.pm:4193
778 #: tp/Texinfo/Convert/HTML.pm:4177
779779 #, perl-brace-format
780780 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
781781 msgstr "{category} ezen: {class}:@* @emph{{type}}@* @strong{{name}}"
782782
783 #: tp/Texinfo/Convert/HTML.pm:4197
783 #: tp/Texinfo/Convert/HTML.pm:4181
784784 #, perl-brace-format
785785 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
786786 msgstr "{category} ezen: {class}: @emph{{type}} @strong{{name}}"
787787
788 #: tp/Texinfo/Convert/HTML.pm:4211
788 #: tp/Texinfo/Convert/HTML.pm:4195
789789 #, perl-brace-format
790790 msgid ""
791791 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
792792 msgstr ""
793793 "{category} - {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
794794
795 #: tp/Texinfo/Convert/HTML.pm:4215
795 #: tp/Texinfo/Convert/HTML.pm:4199
796796 #, perl-brace-format
797797 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
798798 msgstr "{category} - {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
799799
800 #: tp/Texinfo/Convert/HTML.pm:4226
800 #: tp/Texinfo/Convert/HTML.pm:4210
801801 #, perl-brace-format
802802 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
803803 msgstr "{category} - {class}:@* @emph{{type}}@* @strong{{name}}"
804804
805 #: tp/Texinfo/Convert/HTML.pm:4230
805 #: tp/Texinfo/Convert/HTML.pm:4214
806806 #, perl-brace-format
807807 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
808808 msgstr "{category} - {class}: @emph{{type}} @strong{{name}}"
809809
810 #: tp/Texinfo/Convert/HTML.pm:6197
810 #: tp/Texinfo/Convert/HTML.pm:6181
811811 #, perl-brace-format
812812 msgid ""
813813 "This document was generated on @emph{@today{}} using "
816816 "Ezt a dokumentumot @emph{@today{}} napon állította elő a(z) "
817817 "@uref{{program_homepage}, @emph{{program}}}."
818818
819 #: tp/Texinfo/Convert/HTML.pm:6202
819 #: tp/Texinfo/Convert/HTML.pm:6186
820820 msgid "This document was generated on @emph{@today{}}."
821821 msgstr "Ezt a dokumentumot @emph{@today{}} napon állították elő."
822822
823 #: tp/Texinfo/Convert/HTML.pm:6253
823 #: tp/Texinfo/Convert/HTML.pm:6237
824824 #, perl-brace-format
825825 msgid "{element_text} ({title})"
826826 msgstr "{element_text} ({title})"
827827
828 #: tp/Texinfo/Convert/HTML.pm:6397
828 #: tp/Texinfo/Convert/HTML.pm:6381
829829 #, perl-brace-format
830830 msgid "The node you are looking for is at {href}."
831831 msgstr "A keresett csomópont itt található: {href}."
832832
833 #: tp/Texinfo/Convert/HTML.pm:6466
833 #: tp/Texinfo/Convert/HTML.pm:6450
834834 msgid " The buttons in the navigation panels have the following meaning:"
835835 msgstr " A navigációs panelen levő gombok jelentése a következő:"
836836
837 #: tp/Texinfo/Convert/HTML.pm:6472
837 #: tp/Texinfo/Convert/HTML.pm:6456
838838 msgid "Button"
839839 msgstr "Gomb"
840840
841 #: tp/Texinfo/Convert/HTML.pm:6473
841 #: tp/Texinfo/Convert/HTML.pm:6457
842842 msgid "Name"
843843 msgstr "Név"
844844
845 #: tp/Texinfo/Convert/HTML.pm:6474
845 #: tp/Texinfo/Convert/HTML.pm:6458
846846 msgid "Go to"
847847 msgstr "Cél"
848848
849 #: tp/Texinfo/Convert/HTML.pm:6475
849 #: tp/Texinfo/Convert/HTML.pm:6459
850850 msgid "From 1.2.3 go to"
851851 msgstr "1.2.3-ból ide jutunk"
852852
853 #: tp/Texinfo/Convert/HTML.pm:6501
853 #: tp/Texinfo/Convert/HTML.pm:6485
854854 msgid ""
855855 " where the @strong{ Example } assumes that the current position is at "
856856 "@strong{ Subsubsection One-Two-Three } of a document of the following "
859859 " ahol a @strong{ Példa } azt feltételezi, hogy a jelenlegi pozíció a "
860860 "következő szerkezetű dokumentum @strong{ 1.2.3. alalszakasza }:"
861861
862 #: tp/Texinfo/Convert/HTML.pm:6511
862 #: tp/Texinfo/Convert/HTML.pm:6495
863863 msgid "Section One"
864864 msgstr "1. szakasz"
865865
866 #: tp/Texinfo/Convert/HTML.pm:6513
866 #: tp/Texinfo/Convert/HTML.pm:6497
867867 msgid "Subsection One-One"
868868 msgstr "1.1 alszakasz"
869869
870 #: tp/Texinfo/Convert/HTML.pm:6520
870 #: tp/Texinfo/Convert/HTML.pm:6504
871871 msgid "Subsection One-Two"
872872 msgstr "1.2. alszakasz"
873873
874 #: tp/Texinfo/Convert/HTML.pm:6522
874 #: tp/Texinfo/Convert/HTML.pm:6506
875875 msgid "Subsubsection One-Two-One"
876876 msgstr "1.2.3. alalszakasz"
877877
878 #: tp/Texinfo/Convert/HTML.pm:6523
878 #: tp/Texinfo/Convert/HTML.pm:6507
879879 msgid "Subsubsection One-Two-Two"
880880 msgstr "1.2.2. alalszakasz"
881881
882 #: tp/Texinfo/Convert/HTML.pm:6524
882 #: tp/Texinfo/Convert/HTML.pm:6508
883883 msgid "Subsubsection One-Two-Three"
884884 msgstr "1.2.3. alalszakasz"
885885
886 #: tp/Texinfo/Convert/HTML.pm:6526
886 #: tp/Texinfo/Convert/HTML.pm:6510
887887 msgid "Current Position"
888888 msgstr "Jelenlegi pozíció"
889889
890 #: tp/Texinfo/Convert/HTML.pm:6527
890 #: tp/Texinfo/Convert/HTML.pm:6511
891891 msgid "Subsubsection One-Two-Four"
892892 msgstr "1.2.4. alalszakasz"
893893
894 #: tp/Texinfo/Convert/HTML.pm:6530
894 #: tp/Texinfo/Convert/HTML.pm:6514
895895 msgid "Subsection One-Three"
896896 msgstr "1.3. alszakasz"
897897
898 #: tp/Texinfo/Convert/HTML.pm:6537
898 #: tp/Texinfo/Convert/HTML.pm:6521
899899 msgid "Subsection One-Four"
900900 msgstr "1.4. alszakasz"
901901
902 #: tp/Texinfo/Convert/HTML.pm:6945
902 #: tp/Texinfo/Convert/HTML.pm:6929
903903 msgid "Untitled Document"
904904 msgstr "Névtelen dokumentum"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo_document 6.4.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1010 "PO-Revision-Date: 2017-07-11 10:52+0200\n"
1111 "Last-Translator: Federico Bruni <fede@inventati.org>\n"
1212 "Language-Team: Italian <tp@lists.linux.it>\n"
103103 msgid "{float_number}\n"
104104 msgstr "{float_number}\n"
105105
106 #: tp/Texinfo/Common.pm:2577
106 #: tp/Texinfo/Common.pm:2578
107107 #, perl-brace-format
108108 msgid "{name} on {class}"
109109 msgstr "{name} in {class}"
110110
111 #: tp/Texinfo/Common.pm:2587
111 #: tp/Texinfo/Common.pm:2588
112112 #, perl-brace-format
113113 msgid "{name} of {class}"
114114 msgstr "{name} di {class}"
210210 msgid "see section ``{section_name}'' in @cite{{book}}"
211211 msgstr "vedi la sezione «{section_name}» in @cite{{book}}"
212212
213 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
213 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
214214 #, perl-brace-format
215215 msgid "@cite{{book}}"
216216 msgstr "@cite{{book}}"
217217
218 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
218 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
219219 #, perl-brace-format
220220 msgid "See @cite{{book}}"
221221 msgstr "Vedi @cite{{book}}"
222222
223 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
223 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
224224 #, perl-brace-format
225225 msgid "see @cite{{book}}"
226226 msgstr "vedi @cite{{book}}"
246246 msgstr "{abbr_or_acronym} ({explanation})"
247247
248248 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
249 #: tp/Texinfo/Convert/HTML.pm:3653
249 #: tp/Texinfo/Convert/HTML.pm:3637
250250 #, perl-brace-format
251251 msgid "@b{{quotation_arg}:} "
252252 msgstr "@b{{quotation_arg}:} "
275275 msgid "@t{<{url}>}"
276276 msgstr "@t{<{url}>}"
277277
278 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
278 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
279279 #, perl-brace-format
280280 msgid "@{No value for `{value}'@}"
281281 msgstr "@{Nessun valore per \\\"{value}\\\"@}"
370370 msgid "@tie{}-- {category} of {class}: {type} {name}"
371371 msgstr "@tie{}-- {category} di {class}: {type} {name}"
372372
373 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
373 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
374374 #, perl-brace-format
375375 msgid "@center --- @emph{{author}}\n"
376376 msgstr "@center --- @emph{{author}}\n"
593593 msgid "Footnotes"
594594 msgstr "Note a piè di pagina"
595595
596 #: tp/Texinfo/Convert/HTML.pm:1541
596 #: tp/Texinfo/Convert/HTML.pm:1533
597597 #, perl-brace-format
598598 msgid "{explained_string} ({explanation})"
599599 msgstr "{explained_string} ({explanation})"
600600
601 #: tp/Texinfo/Convert/HTML.pm:3212
601 #: tp/Texinfo/Convert/HTML.pm:3196
602602 #, perl-brace-format
603603 msgid "see section {reference_name}"
604604 msgstr "vedi la sezione {reference_name}"
605605
606 #: tp/Texinfo/Convert/HTML.pm:3215
606 #: tp/Texinfo/Convert/HTML.pm:3199
607607 #, perl-brace-format
608608 msgid "see {reference_name}"
609609 msgstr "vedi {reference_name}"
610610
611 #: tp/Texinfo/Convert/HTML.pm:3220
611 #: tp/Texinfo/Convert/HTML.pm:3204
612612 #, perl-brace-format
613613 msgid "See section {reference_name}"
614614 msgstr "Vedi la sezione {reference_name}"
615615
616 #: tp/Texinfo/Convert/HTML.pm:3223
616 #: tp/Texinfo/Convert/HTML.pm:3207
617617 #, perl-brace-format
618618 msgid "See {reference_name}"
619619 msgstr "Vedi {reference_name}"
620620
621 #: tp/Texinfo/Convert/HTML.pm:3227
621 #: tp/Texinfo/Convert/HTML.pm:3211
622622 #, perl-brace-format
623623 msgid "{reference_name}"
624624 msgstr "{reference_name}"
625625
626 #: tp/Texinfo/Convert/HTML.pm:3289
626 #: tp/Texinfo/Convert/HTML.pm:3273
627627 #, perl-brace-format
628628 msgid "see {reference} in @cite{{book}}"
629629 msgstr "vedi {reference} in @cite{{book}}"
630630
631 #: tp/Texinfo/Convert/HTML.pm:3293
631 #: tp/Texinfo/Convert/HTML.pm:3277
632632 #, perl-brace-format
633633 msgid "see @cite{{book_reference}}"
634634 msgstr "vedi @cite{{book_reference}}"
635635
636 #: tp/Texinfo/Convert/HTML.pm:3297
636 #: tp/Texinfo/Convert/HTML.pm:3281
637637 #, perl-brace-format
638638 msgid "see `{section}' in @cite{{book}}"
639639 msgstr "vedi \\\"{section}\\\" in @cite{{book}}"
640640
641 #: tp/Texinfo/Convert/HTML.pm:3304
641 #: tp/Texinfo/Convert/HTML.pm:3288
642642 #, perl-brace-format
643643 msgid "see {reference}"
644644 msgstr "vedi {reference}"
645645
646 #: tp/Texinfo/Convert/HTML.pm:3307
646 #: tp/Texinfo/Convert/HTML.pm:3291
647647 #, perl-brace-format
648648 msgid "see `{section}'"
649649 msgstr "vedi \\\"{section}\\\""
650650
651 #: tp/Texinfo/Convert/HTML.pm:3312
651 #: tp/Texinfo/Convert/HTML.pm:3296
652652 #, perl-brace-format
653653 msgid "See {reference} in @cite{{book}}"
654654 msgstr "Vedi {reference} in @cite{{book}}"
655655
656 #: tp/Texinfo/Convert/HTML.pm:3316
656 #: tp/Texinfo/Convert/HTML.pm:3300
657657 #, perl-brace-format
658658 msgid "See @cite{{book_reference}}"
659659 msgstr "Vedi @cite{{book_reference}}"
660660
661 #: tp/Texinfo/Convert/HTML.pm:3320
661 #: tp/Texinfo/Convert/HTML.pm:3304
662662 #, perl-brace-format
663663 msgid "See `{section}' in @cite{{book}}"
664664 msgstr "Vedi \\\"{section}\\\" in @cite{{book}}"
665665
666 #: tp/Texinfo/Convert/HTML.pm:3327
666 #: tp/Texinfo/Convert/HTML.pm:3311
667667 #, perl-brace-format
668668 msgid "See {reference}"
669669 msgstr "Vedi {reference}"
670670
671 #: tp/Texinfo/Convert/HTML.pm:3330
671 #: tp/Texinfo/Convert/HTML.pm:3314
672672 #, perl-brace-format
673673 msgid "See `{section}'"
674674 msgstr "Vedi \\\"{section}\\\""
675675
676 #: tp/Texinfo/Convert/HTML.pm:3335
676 #: tp/Texinfo/Convert/HTML.pm:3319
677677 #, perl-brace-format
678678 msgid "{reference} in @cite{{book}}"
679679 msgstr "{reference} in @cite{{book}}"
680680
681 #: tp/Texinfo/Convert/HTML.pm:3339
681 #: tp/Texinfo/Convert/HTML.pm:3323
682682 #, perl-brace-format
683683 msgid "@cite{{book_reference}}"
684684 msgstr "@cite{{book_reference}}"
685685
686 #: tp/Texinfo/Convert/HTML.pm:3343
686 #: tp/Texinfo/Convert/HTML.pm:3327
687687 #, perl-brace-format
688688 msgid "`{section}' in @cite{{book}}"
689689 msgstr "\\\"{section}\\\" in @cite{{book}}"
690690
691 #: tp/Texinfo/Convert/HTML.pm:3350
691 #: tp/Texinfo/Convert/HTML.pm:3334
692692 #, perl-brace-format
693693 msgid "{reference}"
694694 msgstr "{reference}"
695695
696 #: tp/Texinfo/Convert/HTML.pm:3353
696 #: tp/Texinfo/Convert/HTML.pm:3337
697697 #, perl-brace-format
698698 msgid "`{section}'"
699699 msgstr "\\\"{section}\\\""
700700
701 #: tp/Texinfo/Convert/HTML.pm:3466
701 #: tp/Texinfo/Convert/HTML.pm:3450
702702 msgid "Jump to"
703703 msgstr "Salta a"
704704
705 #: tp/Texinfo/Convert/HTML.pm:3474
705 #: tp/Texinfo/Convert/HTML.pm:3458
706706 msgid "Index Entry"
707707 msgstr "Voce dell'indice"
708708
709 #: tp/Texinfo/Convert/HTML.pm:3476
709 #: tp/Texinfo/Convert/HTML.pm:3460
710710 msgid "Section"
711711 msgstr "Sezione"
712712
713 #: tp/Texinfo/Convert/HTML.pm:4096
713 #: tp/Texinfo/Convert/HTML.pm:4080
714714 #, perl-brace-format
715715 msgid "{category}: @strong{{name}} @emph{{arguments}}"
716716 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
717717
718 #: tp/Texinfo/Convert/HTML.pm:4101
718 #: tp/Texinfo/Convert/HTML.pm:4085
719719 #, perl-brace-format
720720 msgid "{category}: @strong{{name}}"
721721 msgstr "{category}: @strong{{name}}"
722722
723 #: tp/Texinfo/Convert/HTML.pm:4118
723 #: tp/Texinfo/Convert/HTML.pm:4102
724724 #, perl-brace-format
725725 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
726726 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
727727
728 #: tp/Texinfo/Convert/HTML.pm:4122
728 #: tp/Texinfo/Convert/HTML.pm:4106
729729 #, perl-brace-format
730730 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
731731 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
732732
733 #: tp/Texinfo/Convert/HTML.pm:4131
733 #: tp/Texinfo/Convert/HTML.pm:4115
734734 #, perl-brace-format
735735 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
736736 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
737737
738 #: tp/Texinfo/Convert/HTML.pm:4134
738 #: tp/Texinfo/Convert/HTML.pm:4118
739739 #, perl-brace-format
740740 msgid "{category}: @emph{{type}} @strong{{name}}"
741741 msgstr "{category}: @emph{{type}} @strong{{name}}"
742742
743 #: tp/Texinfo/Convert/HTML.pm:4142
743 #: tp/Texinfo/Convert/HTML.pm:4126
744744 #, perl-brace-format
745745 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
746746 msgstr "{category} di {class}: @strong{{name}} @emph{{arguments}}"
747747
748 #: tp/Texinfo/Convert/HTML.pm:4148
748 #: tp/Texinfo/Convert/HTML.pm:4132
749749 #, perl-brace-format
750750 msgid "{category} of {class}: @strong{{name}}"
751751 msgstr "{category} di {class}: @strong{{name}}"
752752
753 #: tp/Texinfo/Convert/HTML.pm:4157
753 #: tp/Texinfo/Convert/HTML.pm:4141
754754 #, perl-brace-format
755755 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
756756 msgstr "{category} su {class}: @strong{{name}} @emph{{arguments}}"
757757
758 #: tp/Texinfo/Convert/HTML.pm:4163
758 #: tp/Texinfo/Convert/HTML.pm:4147
759759 #, perl-brace-format
760760 msgid "{category} on {class}: @strong{{name}}"
761761 msgstr "{category} su {class}: @strong{{name}}"
762762
763 #: tp/Texinfo/Convert/HTML.pm:4178
763 #: tp/Texinfo/Convert/HTML.pm:4162
764764 #, perl-brace-format
765765 msgid ""
766766 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
767767 msgstr ""
768768 "{category} su {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
769769
770 #: tp/Texinfo/Convert/HTML.pm:4182
770 #: tp/Texinfo/Convert/HTML.pm:4166
771771 #, perl-brace-format
772772 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
773773 msgstr ""
774774 "{category} su {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
775775
776 #: tp/Texinfo/Convert/HTML.pm:4193
776 #: tp/Texinfo/Convert/HTML.pm:4177
777777 #, perl-brace-format
778778 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
779779 msgstr "{category} su {class}:@* @emph{{type}}@* @strong{{name}}"
780780
781 #: tp/Texinfo/Convert/HTML.pm:4197
781 #: tp/Texinfo/Convert/HTML.pm:4181
782782 #, perl-brace-format
783783 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
784784 msgstr "{category} su {class}: @emph{{type}} @strong{{name}}"
785785
786 #: tp/Texinfo/Convert/HTML.pm:4211
786 #: tp/Texinfo/Convert/HTML.pm:4195
787787 #, perl-brace-format
788788 msgid ""
789789 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
790790 msgstr ""
791791 "{category} di {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
792792
793 #: tp/Texinfo/Convert/HTML.pm:4215
793 #: tp/Texinfo/Convert/HTML.pm:4199
794794 #, perl-brace-format
795795 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
796796 msgstr ""
797797 "{category} di {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
798798
799 #: tp/Texinfo/Convert/HTML.pm:4226
799 #: tp/Texinfo/Convert/HTML.pm:4210
800800 #, perl-brace-format
801801 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
802802 msgstr "{category} di {class}:@* @emph{{type}}@* @strong{{name}}"
803803
804 #: tp/Texinfo/Convert/HTML.pm:4230
804 #: tp/Texinfo/Convert/HTML.pm:4214
805805 #, perl-brace-format
806806 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
807807 msgstr "{category} di {class}: @emph{{type}} @strong{{name}}"
808808
809 #: tp/Texinfo/Convert/HTML.pm:6197
809 #: tp/Texinfo/Convert/HTML.pm:6181
810810 #, perl-brace-format
811811 msgid ""
812812 "This document was generated on @emph{@today{}} using "
815815 "Questo documento è stato generato il @emph{@today{}} con "
816816 "@uref{{program_homepage}, @emph{{program}}}."
817817
818 #: tp/Texinfo/Convert/HTML.pm:6202
818 #: tp/Texinfo/Convert/HTML.pm:6186
819819 msgid "This document was generated on @emph{@today{}}."
820820 msgstr "Questo documento è stato generato il @emph{@today{}}."
821821
822 #: tp/Texinfo/Convert/HTML.pm:6253
822 #: tp/Texinfo/Convert/HTML.pm:6237
823823 #, perl-brace-format
824824 msgid "{element_text} ({title})"
825825 msgstr "{element_text} ({title})"
826826
827 #: tp/Texinfo/Convert/HTML.pm:6397
827 #: tp/Texinfo/Convert/HTML.pm:6381
828828 #, perl-brace-format
829829 msgid "The node you are looking for is at {href}."
830830 msgstr "Il nodo cercato è {href}."
831831
832 #: tp/Texinfo/Convert/HTML.pm:6466
832 #: tp/Texinfo/Convert/HTML.pm:6450
833833 msgid " The buttons in the navigation panels have the following meaning:"
834834 msgstr ""
835835 " I pulsanti nei pannelli di navigazione hanno il seguente significato:"
836836
837 #: tp/Texinfo/Convert/HTML.pm:6472
837 #: tp/Texinfo/Convert/HTML.pm:6456
838838 msgid "Button"
839839 msgstr "Pulsante"
840840
841 #: tp/Texinfo/Convert/HTML.pm:6473
841 #: tp/Texinfo/Convert/HTML.pm:6457
842842 msgid "Name"
843843 msgstr "Nome"
844844
845 #: tp/Texinfo/Convert/HTML.pm:6474
845 #: tp/Texinfo/Convert/HTML.pm:6458
846846 msgid "Go to"
847847 msgstr "Vai a"
848848
849 #: tp/Texinfo/Convert/HTML.pm:6475
849 #: tp/Texinfo/Convert/HTML.pm:6459
850850 msgid "From 1.2.3 go to"
851851 msgstr "Da 1.2.3 vai a"
852852
853 #: tp/Texinfo/Convert/HTML.pm:6501
853 #: tp/Texinfo/Convert/HTML.pm:6485
854854 msgid ""
855855 " where the @strong{ Example } assumes that the current position is at "
856856 "@strong{ Subsubsection One-Two-Three } of a document of the following "
860860 "@strong{ Sottosottosezione Uno-Due-Tre } di un documento che ha la seguente "
861861 "struttura:"
862862
863 #: tp/Texinfo/Convert/HTML.pm:6511
863 #: tp/Texinfo/Convert/HTML.pm:6495
864864 msgid "Section One"
865865 msgstr "Sezione uno"
866866
867 #: tp/Texinfo/Convert/HTML.pm:6513
867 #: tp/Texinfo/Convert/HTML.pm:6497
868868 msgid "Subsection One-One"
869869 msgstr "Sottosezione Uno-Uno"
870870
871 #: tp/Texinfo/Convert/HTML.pm:6520
871 #: tp/Texinfo/Convert/HTML.pm:6504
872872 msgid "Subsection One-Two"
873873 msgstr "Sottosezione Uno-Due"
874874
875 #: tp/Texinfo/Convert/HTML.pm:6522
875 #: tp/Texinfo/Convert/HTML.pm:6506
876876 msgid "Subsubsection One-Two-One"
877877 msgstr "Sottosottosezione Uno-Due-Uno"
878878
879 #: tp/Texinfo/Convert/HTML.pm:6523
879 #: tp/Texinfo/Convert/HTML.pm:6507
880880 msgid "Subsubsection One-Two-Two"
881881 msgstr "Sottosottosezione Uno-Due-Due"
882882
883 #: tp/Texinfo/Convert/HTML.pm:6524
883 #: tp/Texinfo/Convert/HTML.pm:6508
884884 msgid "Subsubsection One-Two-Three"
885885 msgstr "Sottosottosezione Uno-Due-Tre"
886886
887 #: tp/Texinfo/Convert/HTML.pm:6526
887 #: tp/Texinfo/Convert/HTML.pm:6510
888888 msgid "Current Position"
889889 msgstr "Posizione Attuale"
890890
891 #: tp/Texinfo/Convert/HTML.pm:6527
891 #: tp/Texinfo/Convert/HTML.pm:6511
892892 msgid "Subsubsection One-Two-Four"
893893 msgstr "Sottosottosezione Uno-Due-Quattro"
894894
895 #: tp/Texinfo/Convert/HTML.pm:6530
895 #: tp/Texinfo/Convert/HTML.pm:6514
896896 msgid "Subsection One-Three"
897897 msgstr "Sottosezione Uno-Tre"
898898
899 #: tp/Texinfo/Convert/HTML.pm:6537
899 #: tp/Texinfo/Convert/HTML.pm:6521
900900 msgid "Subsection One-Four"
901901 msgstr "Sottosezione Uno-Quattro"
902902
903 #: tp/Texinfo/Convert/HTML.pm:6945
903 #: tp/Texinfo/Convert/HTML.pm:6929
904904 msgid "Untitled Document"
905905 msgstr "Documento senza titolo"
906906
Binary diff not shown
99 msgstr ""
1010 "Project-Id-Version: texinfo_document-6.3.90\n"
1111 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
12 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
12 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1313 "PO-Revision-Date: 2017-04-26 21:52+0200\n"
1414 "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
1515 "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
106106 msgid "{float_number}\n"
107107 msgstr "{float_number}\n"
108108
109 #: tp/Texinfo/Common.pm:2577
109 #: tp/Texinfo/Common.pm:2578
110110 #, perl-brace-format
111111 msgid "{name} on {class}"
112112 msgstr "{name} over {class}"
113113
114 #: tp/Texinfo/Common.pm:2587
114 #: tp/Texinfo/Common.pm:2588
115115 #, perl-brace-format
116116 msgid "{name} of {class}"
117117 msgstr "{name} van {class}"
213213 msgid "see section ``{section_name}'' in @cite{{book}}"
214214 msgstr "zie sectie “{section_name}” in @cite{{book}}"
215215
216 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
216 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
217217 #, perl-brace-format
218218 msgid "@cite{{book}}"
219219 msgstr "@cite{{book}}"
220220
221 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
221 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
222222 #, perl-brace-format
223223 msgid "See @cite{{book}}"
224224 msgstr "Zie @cite{{book}}"
225225
226 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
226 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
227227 #, perl-brace-format
228228 msgid "see @cite{{book}}"
229229 msgstr "zie @cite{{book}}"
249249 msgstr "{abbr_or_acronym} ({explanation})"
250250
251251 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
252 #: tp/Texinfo/Convert/HTML.pm:3653
252 #: tp/Texinfo/Convert/HTML.pm:3637
253253 #, perl-brace-format
254254 msgid "@b{{quotation_arg}:} "
255255 msgstr "@b{{quotation_arg}:} "
278278 msgid "@t{<{url}>}"
279279 msgstr "@t{<{url}>}"
280280
281 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
281 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
282282 #, perl-brace-format
283283 msgid "@{No value for `{value}'@}"
284284 msgstr "@{Geen waarde voor '{value}'@}"
373373 msgid "@tie{}-- {category} of {class}: {type} {name}"
374374 msgstr "@tie{ }-- {category} van{class}: {type} {name}"
375375
376 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
376 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
377377 #, perl-brace-format
378378 msgid "@center --- @emph{{author}}\n"
379379 msgstr "@center --- @emph{{author}}\n"
597597 msgid "Footnotes"
598598 msgstr "Voetnoten"
599599
600 #: tp/Texinfo/Convert/HTML.pm:1541
600 #: tp/Texinfo/Convert/HTML.pm:1533
601601 #, perl-brace-format
602602 msgid "{explained_string} ({explanation})"
603603 msgstr "{explained_string} ({explanation})"
604604
605 #: tp/Texinfo/Convert/HTML.pm:3212
605 #: tp/Texinfo/Convert/HTML.pm:3196
606606 #, perl-brace-format
607607 msgid "see section {reference_name}"
608608 msgstr "zie sectie {reference_name}"
609609
610 #: tp/Texinfo/Convert/HTML.pm:3215
610 #: tp/Texinfo/Convert/HTML.pm:3199
611611 #, perl-brace-format
612612 msgid "see {reference_name}"
613613 msgstr "zie {reference_name}"
614614
615 #: tp/Texinfo/Convert/HTML.pm:3220
615 #: tp/Texinfo/Convert/HTML.pm:3204
616616 #, perl-brace-format
617617 msgid "See section {reference_name}"
618618 msgstr "Zie sectie {reference_name}"
619619
620 #: tp/Texinfo/Convert/HTML.pm:3223
620 #: tp/Texinfo/Convert/HTML.pm:3207
621621 #, perl-brace-format
622622 msgid "See {reference_name}"
623623 msgstr "Zie {reference_name}"
624624
625 #: tp/Texinfo/Convert/HTML.pm:3227
625 #: tp/Texinfo/Convert/HTML.pm:3211
626626 #, perl-brace-format
627627 msgid "{reference_name}"
628628 msgstr "{reference_name}"
629629
630 #: tp/Texinfo/Convert/HTML.pm:3289
630 #: tp/Texinfo/Convert/HTML.pm:3273
631631 #, perl-brace-format
632632 msgid "see {reference} in @cite{{book}}"
633633 msgstr "zie {reference} in @cite{{book}}"
634634
635 #: tp/Texinfo/Convert/HTML.pm:3293
635 #: tp/Texinfo/Convert/HTML.pm:3277
636636 #, perl-brace-format
637637 msgid "see @cite{{book_reference}}"
638638 msgstr "zie @cite{{book_reference}}"
639639
640 #: tp/Texinfo/Convert/HTML.pm:3297
640 #: tp/Texinfo/Convert/HTML.pm:3281
641641 #, perl-brace-format
642642 msgid "see `{section}' in @cite{{book}}"
643643 msgstr "zie ‘{section}’ in @cite{{book}}"
644644
645 #: tp/Texinfo/Convert/HTML.pm:3304
645 #: tp/Texinfo/Convert/HTML.pm:3288
646646 #, perl-brace-format
647647 msgid "see {reference}"
648648 msgstr "zie {reference}"
649649
650 #: tp/Texinfo/Convert/HTML.pm:3307
650 #: tp/Texinfo/Convert/HTML.pm:3291
651651 #, perl-brace-format
652652 msgid "see `{section}'"
653653 msgstr "zie ‘{section}’"
654654
655 #: tp/Texinfo/Convert/HTML.pm:3312
655 #: tp/Texinfo/Convert/HTML.pm:3296
656656 #, perl-brace-format
657657 msgid "See {reference} in @cite{{book}}"
658658 msgstr "Zie {reference} in @cite{{book}}"
659659
660 #: tp/Texinfo/Convert/HTML.pm:3316
660 #: tp/Texinfo/Convert/HTML.pm:3300
661661 #, perl-brace-format
662662 msgid "See @cite{{book_reference}}"
663663 msgstr "Zie @cite{{book_reference}}"
664664
665 #: tp/Texinfo/Convert/HTML.pm:3320
665 #: tp/Texinfo/Convert/HTML.pm:3304
666666 #, perl-brace-format
667667 msgid "See `{section}' in @cite{{book}}"
668668 msgstr "Zie ‘{section}’ in @cite{{book}}"
669669
670 #: tp/Texinfo/Convert/HTML.pm:3327
670 #: tp/Texinfo/Convert/HTML.pm:3311
671671 #, perl-brace-format
672672 msgid "See {reference}"
673673 msgstr "Zie {reference}"
674674
675 #: tp/Texinfo/Convert/HTML.pm:3330
675 #: tp/Texinfo/Convert/HTML.pm:3314
676676 #, perl-brace-format
677677 msgid "See `{section}'"
678678 msgstr "Zie ‘{section}’"
679679
680 #: tp/Texinfo/Convert/HTML.pm:3335
680 #: tp/Texinfo/Convert/HTML.pm:3319
681681 #, perl-brace-format
682682 msgid "{reference} in @cite{{book}}"
683683 msgstr "{reference} in @cite{{book}}"
684684
685 #: tp/Texinfo/Convert/HTML.pm:3339
685 #: tp/Texinfo/Convert/HTML.pm:3323
686686 #, perl-brace-format
687687 msgid "@cite{{book_reference}}"
688688 msgstr "@cite{{book_reference}}"
689689
690 #: tp/Texinfo/Convert/HTML.pm:3343
690 #: tp/Texinfo/Convert/HTML.pm:3327
691691 #, perl-brace-format
692692 msgid "`{section}' in @cite{{book}}"
693693 msgstr "‘{section}’ in @cite{{book}}"
694694
695 #: tp/Texinfo/Convert/HTML.pm:3350
695 #: tp/Texinfo/Convert/HTML.pm:3334
696696 #, perl-brace-format
697697 msgid "{reference}"
698698 msgstr "{reference}"
699699
700 #: tp/Texinfo/Convert/HTML.pm:3353
700 #: tp/Texinfo/Convert/HTML.pm:3337
701701 #, perl-brace-format
702702 msgid "`{section}'"
703703 msgstr "‘{section}’"
704704
705 #: tp/Texinfo/Convert/HTML.pm:3466
705 #: tp/Texinfo/Convert/HTML.pm:3450
706706 msgid "Jump to"
707707 msgstr "Spring naar"
708708
709 #: tp/Texinfo/Convert/HTML.pm:3474
709 #: tp/Texinfo/Convert/HTML.pm:3458
710710 msgid "Index Entry"
711711 msgstr "Index-item"
712712
713 #: tp/Texinfo/Convert/HTML.pm:3476
713 #: tp/Texinfo/Convert/HTML.pm:3460
714714 msgid "Section"
715715 msgstr "Sectie"
716716
717 #: tp/Texinfo/Convert/HTML.pm:4096
717 #: tp/Texinfo/Convert/HTML.pm:4080
718718 #, perl-brace-format
719719 msgid "{category}: @strong{{name}} @emph{{arguments}}"
720720 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
721721
722 #: tp/Texinfo/Convert/HTML.pm:4101
722 #: tp/Texinfo/Convert/HTML.pm:4085
723723 #, perl-brace-format
724724 msgid "{category}: @strong{{name}}"
725725 msgstr "{category}: @strong{{name}}"
726726
727 #: tp/Texinfo/Convert/HTML.pm:4118
727 #: tp/Texinfo/Convert/HTML.pm:4102
728728 #, perl-brace-format
729729 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
730730 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
731731
732 #: tp/Texinfo/Convert/HTML.pm:4122
732 #: tp/Texinfo/Convert/HTML.pm:4106
733733 #, perl-brace-format
734734 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
735735 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
736736
737 #: tp/Texinfo/Convert/HTML.pm:4131
737 #: tp/Texinfo/Convert/HTML.pm:4115
738738 #, perl-brace-format
739739 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
740740 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
741741
742 #: tp/Texinfo/Convert/HTML.pm:4134
742 #: tp/Texinfo/Convert/HTML.pm:4118
743743 #, perl-brace-format
744744 msgid "{category}: @emph{{type}} @strong{{name}}"
745745 msgstr "{category}: @emph{{type}} @strong{{name}}"
746746
747 #: tp/Texinfo/Convert/HTML.pm:4142
747 #: tp/Texinfo/Convert/HTML.pm:4126
748748 #, perl-brace-format
749749 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
750750 msgstr "{category} van {class}: @strong{{name}} @emph{{arguments}}"
751751
752 #: tp/Texinfo/Convert/HTML.pm:4148
752 #: tp/Texinfo/Convert/HTML.pm:4132
753753 #, perl-brace-format
754754 msgid "{category} of {class}: @strong{{name}}"
755755 msgstr "{category} van {class}: @strong{{name}}"
756756
757 #: tp/Texinfo/Convert/HTML.pm:4157
757 #: tp/Texinfo/Convert/HTML.pm:4141
758758 #, perl-brace-format
759759 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
760760 msgstr "{category} over {class}: @strong{{name}} @emph{{arguments}}"
761761
762 #: tp/Texinfo/Convert/HTML.pm:4163
762 #: tp/Texinfo/Convert/HTML.pm:4147
763763 #, perl-brace-format
764764 msgid "{category} on {class}: @strong{{name}}"
765765 msgstr "{category} over {class}: @strong{{name}}"
766766
767 #: tp/Texinfo/Convert/HTML.pm:4178
767 #: tp/Texinfo/Convert/HTML.pm:4162
768768 #, perl-brace-format
769769 msgid ""
770770 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
771771 msgstr ""
772772 "{category} over {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
773773
774 #: tp/Texinfo/Convert/HTML.pm:4182
774 #: tp/Texinfo/Convert/HTML.pm:4166
775775 #, perl-brace-format
776776 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
777777 msgstr ""
778778 "{category} over {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
779779
780 #: tp/Texinfo/Convert/HTML.pm:4193
780 #: tp/Texinfo/Convert/HTML.pm:4177
781781 #, perl-brace-format
782782 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
783783 msgstr "{category} over {class}:@* @emph{{type}}@* @strong{{name}}"
784784
785 #: tp/Texinfo/Convert/HTML.pm:4197
785 #: tp/Texinfo/Convert/HTML.pm:4181
786786 #, perl-brace-format
787787 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
788788 msgstr "{category} over {class}: @emph{{type}} @strong{{name}}"
789789
790 #: tp/Texinfo/Convert/HTML.pm:4211
790 #: tp/Texinfo/Convert/HTML.pm:4195
791791 #, perl-brace-format
792792 msgid ""
793793 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
794794 msgstr ""
795795 "{category} van {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
796796
797 #: tp/Texinfo/Convert/HTML.pm:4215
797 #: tp/Texinfo/Convert/HTML.pm:4199
798798 #, perl-brace-format
799799 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
800800 msgstr ""
801801 "{category} van {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
802802
803 #: tp/Texinfo/Convert/HTML.pm:4226
803 #: tp/Texinfo/Convert/HTML.pm:4210
804804 #, perl-brace-format
805805 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
806806 msgstr "{category} van {class}:@* @emph{{type}}@* @strong{{name}}"
807807
808 #: tp/Texinfo/Convert/HTML.pm:4230
808 #: tp/Texinfo/Convert/HTML.pm:4214
809809 #, perl-brace-format
810810 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
811811 msgstr "{category} van {class}: @emph{{type}} @strong{{name}}"
812812
813 #: tp/Texinfo/Convert/HTML.pm:6197
813 #: tp/Texinfo/Convert/HTML.pm:6181
814814 #, perl-brace-format
815815 msgid ""
816816 "This document was generated on @emph{@today{}} using "
819819 "Dit document werd gegenereerd op @emph{@today{}} met behulp van "
820820 "@uref{{program_homepage}, @emph{{program}}}."
821821
822 #: tp/Texinfo/Convert/HTML.pm:6202
822 #: tp/Texinfo/Convert/HTML.pm:6186
823823 msgid "This document was generated on @emph{@today{}}."
824824 msgstr "Dit document werd gegenereerd op @emph{@today{}}."
825825
826 #: tp/Texinfo/Convert/HTML.pm:6253
826 #: tp/Texinfo/Convert/HTML.pm:6237
827827 #, perl-brace-format
828828 msgid "{element_text} ({title})"
829829 msgstr "{element_text} ({title})"
830830
831 #: tp/Texinfo/Convert/HTML.pm:6397
831 #: tp/Texinfo/Convert/HTML.pm:6381
832832 #, perl-brace-format
833833 msgid "The node you are looking for is at {href}."
834834 msgstr "De pagina die u zoekt bevindt zich op {href}."
835835
836 #: tp/Texinfo/Convert/HTML.pm:6466
836 #: tp/Texinfo/Convert/HTML.pm:6450
837837 msgid " The buttons in the navigation panels have the following meaning:"
838838 msgstr " De knoppen in de navigatiepanelen hebben de volgende functies:"
839839
840 #: tp/Texinfo/Convert/HTML.pm:6472
840 #: tp/Texinfo/Convert/HTML.pm:6456
841841 msgid "Button"
842842 msgstr "Knop"
843843
844 #: tp/Texinfo/Convert/HTML.pm:6473
844 #: tp/Texinfo/Convert/HTML.pm:6457
845845 msgid "Name"
846846 msgstr "Naam"
847847
848 #: tp/Texinfo/Convert/HTML.pm:6474
848 #: tp/Texinfo/Convert/HTML.pm:6458
849849 msgid "Go to"
850850 msgstr "Gaat naar"
851851
852 #: tp/Texinfo/Convert/HTML.pm:6475
852 #: tp/Texinfo/Convert/HTML.pm:6459
853853 msgid "From 1.2.3 go to"
854854 msgstr "Gaat van 1.2.3 naar"
855855
856 #: tp/Texinfo/Convert/HTML.pm:6501
856 #: tp/Texinfo/Convert/HTML.pm:6485
857857 msgid ""
858858 " where the @strong{ Example } assumes that the current position is at "
859859 "@strong{ Subsubsection One-Two-Three } of a document of the following "
863863 "@strong{ subsubsectie één-twee-drie } is in een document met de volgende "
864864 "structuur:"
865865
866 #: tp/Texinfo/Convert/HTML.pm:6511
866 #: tp/Texinfo/Convert/HTML.pm:6495
867867 msgid "Section One"
868868 msgstr "Sectie één"
869869
870 #: tp/Texinfo/Convert/HTML.pm:6513
870 #: tp/Texinfo/Convert/HTML.pm:6497
871871 msgid "Subsection One-One"
872872 msgstr "Subsectie één-één"
873873
874 #: tp/Texinfo/Convert/HTML.pm:6520
874 #: tp/Texinfo/Convert/HTML.pm:6504
875875 msgid "Subsection One-Two"
876876 msgstr "Subsectie één-twee"
877877
878 #: tp/Texinfo/Convert/HTML.pm:6522
878 #: tp/Texinfo/Convert/HTML.pm:6506
879879 msgid "Subsubsection One-Two-One"
880880 msgstr "Subsectie één-twee-één"
881881
882 #: tp/Texinfo/Convert/HTML.pm:6523
882 #: tp/Texinfo/Convert/HTML.pm:6507
883883 msgid "Subsubsection One-Two-Two"
884884 msgstr "Subsectie één-twee-twee"
885885
886 #: tp/Texinfo/Convert/HTML.pm:6524
886 #: tp/Texinfo/Convert/HTML.pm:6508
887887 msgid "Subsubsection One-Two-Three"
888888 msgstr "Subsectie één-twee-drie"
889889
890 #: tp/Texinfo/Convert/HTML.pm:6526
890 #: tp/Texinfo/Convert/HTML.pm:6510
891891 msgid "Current Position"
892892 msgstr "Huidige positie"
893893
894 #: tp/Texinfo/Convert/HTML.pm:6527
894 #: tp/Texinfo/Convert/HTML.pm:6511
895895 msgid "Subsubsection One-Two-Four"
896896 msgstr "Subsectie één-twee-vier"
897897
898 #: tp/Texinfo/Convert/HTML.pm:6530
898 #: tp/Texinfo/Convert/HTML.pm:6514
899899 msgid "Subsection One-Three"
900900 msgstr "Subsectie één-drie"
901901
902 #: tp/Texinfo/Convert/HTML.pm:6537
902 #: tp/Texinfo/Convert/HTML.pm:6521
903903 msgid "Subsection One-Four"
904904 msgstr "Subsectie één-vier"
905905
906 #: tp/Texinfo/Convert/HTML.pm:6945
906 #: tp/Texinfo/Convert/HTML.pm:6929
907907 msgid "Untitled Document"
908908 msgstr "Naamloos document"
66 msgstr ""
77 "Project-Id-Version: texinfo 5.0\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1010 "PO-Revision-Date: 2001-01-01\n"
1111 "Last-Translator: Unknown\n"
1212 "Language-Team: Unknown\n"
100100 msgid "{float_number}\n"
101101 msgstr ""
102102
103 #: tp/Texinfo/Common.pm:2577
103 #: tp/Texinfo/Common.pm:2578
104104 #, perl-brace-format
105105 msgid "{name} on {class}"
106106 msgstr ""
107107
108 #: tp/Texinfo/Common.pm:2587
108 #: tp/Texinfo/Common.pm:2588
109109 #, perl-brace-format
110110 msgid "{name} of {class}"
111111 msgstr ""
207207 msgid "see section ``{section_name}'' in @cite{{book}}"
208208 msgstr ""
209209
210 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
210 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
211211 #, perl-brace-format
212212 msgid "@cite{{book}}"
213213 msgstr ""
214214
215 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
215 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
216216 #, perl-brace-format
217217 msgid "See @cite{{book}}"
218218 msgstr ""
219219
220 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
220 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
221221 #, perl-brace-format
222222 msgid "see @cite{{book}}"
223223 msgstr ""
243243 msgstr ""
244244
245245 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
246 #: tp/Texinfo/Convert/HTML.pm:3653
246 #: tp/Texinfo/Convert/HTML.pm:3637
247247 #, perl-brace-format
248248 msgid "@b{{quotation_arg}:} "
249249 msgstr ""
272272 msgid "@t{<{url}>}"
273273 msgstr ""
274274
275 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
275 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
276276 #, perl-brace-format
277277 msgid "@{No value for `{value}'@}"
278278 msgstr ""
367367 msgid "@tie{}-- {category} of {class}: {type} {name}"
368368 msgstr ""
369369
370 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
370 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
371371 #, perl-brace-format
372372 msgid "@center --- @emph{{author}}\n"
373373 msgstr ""
590590 msgid "Footnotes"
591591 msgstr "No translation available!"
592592
593 #: tp/Texinfo/Convert/HTML.pm:1541
593 #: tp/Texinfo/Convert/HTML.pm:1533
594594 #, perl-brace-format
595595 msgid "{explained_string} ({explanation})"
596596 msgstr ""
597597
598 #: tp/Texinfo/Convert/HTML.pm:3212
598 #: tp/Texinfo/Convert/HTML.pm:3196
599599 #, perl-brace-format
600600 msgid "see section {reference_name}"
601601 msgstr ""
602602
603 #: tp/Texinfo/Convert/HTML.pm:3215
603 #: tp/Texinfo/Convert/HTML.pm:3199
604604 #, perl-brace-format
605605 msgid "see {reference_name}"
606606 msgstr ""
607607
608 #: tp/Texinfo/Convert/HTML.pm:3220
608 #: tp/Texinfo/Convert/HTML.pm:3204
609609 #, perl-brace-format
610610 msgid "See section {reference_name}"
611611 msgstr ""
612612
613 #: tp/Texinfo/Convert/HTML.pm:3223
613 #: tp/Texinfo/Convert/HTML.pm:3207
614614 #, perl-brace-format
615615 msgid "See {reference_name}"
616616 msgstr ""
617617
618 #: tp/Texinfo/Convert/HTML.pm:3227
618 #: tp/Texinfo/Convert/HTML.pm:3211
619619 #, perl-brace-format
620620 msgid "{reference_name}"
621621 msgstr ""
622622
623 #: tp/Texinfo/Convert/HTML.pm:3289
623 #: tp/Texinfo/Convert/HTML.pm:3273
624624 #, perl-brace-format
625625 msgid "see {reference} in @cite{{book}}"
626626 msgstr ""
627627
628 #: tp/Texinfo/Convert/HTML.pm:3293
628 #: tp/Texinfo/Convert/HTML.pm:3277
629629 #, perl-brace-format
630630 msgid "see @cite{{book_reference}}"
631631 msgstr ""
632632
633 #: tp/Texinfo/Convert/HTML.pm:3297
633 #: tp/Texinfo/Convert/HTML.pm:3281
634634 #, perl-brace-format
635635 msgid "see `{section}' in @cite{{book}}"
636636 msgstr ""
637637
638 #: tp/Texinfo/Convert/HTML.pm:3288
639 #, perl-brace-format
640 msgid "see {reference}"
641 msgstr ""
642
643 #: tp/Texinfo/Convert/HTML.pm:3291
644 #, perl-brace-format
645 msgid "see `{section}'"
646 msgstr ""
647
648 #: tp/Texinfo/Convert/HTML.pm:3296
649 #, perl-brace-format
650 msgid "See {reference} in @cite{{book}}"
651 msgstr ""
652
653 #: tp/Texinfo/Convert/HTML.pm:3300
654 #, perl-brace-format
655 msgid "See @cite{{book_reference}}"
656 msgstr ""
657
638658 #: tp/Texinfo/Convert/HTML.pm:3304
639659 #, perl-brace-format
640 msgid "see {reference}"
641 msgstr ""
642
643 #: tp/Texinfo/Convert/HTML.pm:3307
644 #, perl-brace-format
645 msgid "see `{section}'"
646 msgstr ""
647
648 #: tp/Texinfo/Convert/HTML.pm:3312
649 #, perl-brace-format
650 msgid "See {reference} in @cite{{book}}"
651 msgstr ""
652
653 #: tp/Texinfo/Convert/HTML.pm:3316
654 #, perl-brace-format
655 msgid "See @cite{{book_reference}}"
656 msgstr ""
657
658 #: tp/Texinfo/Convert/HTML.pm:3320
659 #, perl-brace-format
660660 msgid "See `{section}' in @cite{{book}}"
661661 msgstr ""
662662
663 #: tp/Texinfo/Convert/HTML.pm:3311
664 #, perl-brace-format
665 msgid "See {reference}"
666 msgstr ""
667
668 #: tp/Texinfo/Convert/HTML.pm:3314
669 #, perl-brace-format
670 msgid "See `{section}'"
671 msgstr ""
672
673 #: tp/Texinfo/Convert/HTML.pm:3319
674 #, perl-brace-format
675 msgid "{reference} in @cite{{book}}"
676 msgstr ""
677
678 #: tp/Texinfo/Convert/HTML.pm:3323
679 #, perl-brace-format
680 msgid "@cite{{book_reference}}"
681 msgstr ""
682
663683 #: tp/Texinfo/Convert/HTML.pm:3327
664684 #, perl-brace-format
665 msgid "See {reference}"
666 msgstr ""
667
668 #: tp/Texinfo/Convert/HTML.pm:3330
669 #, perl-brace-format
670 msgid "See `{section}'"
671 msgstr ""
672
673 #: tp/Texinfo/Convert/HTML.pm:3335
674 #, perl-brace-format
675 msgid "{reference} in @cite{{book}}"
676 msgstr ""
677
678 #: tp/Texinfo/Convert/HTML.pm:3339
679 #, perl-brace-format
680 msgid "@cite{{book_reference}}"
681 msgstr ""
682
683 #: tp/Texinfo/Convert/HTML.pm:3343
684 #, perl-brace-format
685685 msgid "`{section}' in @cite{{book}}"
686686 msgstr ""
687687
688 #: tp/Texinfo/Convert/HTML.pm:3350
688 #: tp/Texinfo/Convert/HTML.pm:3334
689689 #, perl-brace-format
690690 msgid "{reference}"
691691 msgstr ""
692692
693 #: tp/Texinfo/Convert/HTML.pm:3353
693 #: tp/Texinfo/Convert/HTML.pm:3337
694694 #, perl-brace-format
695695 msgid "`{section}'"
696696 msgstr ""
697697
698 #: tp/Texinfo/Convert/HTML.pm:3466
698 #: tp/Texinfo/Convert/HTML.pm:3450
699699 msgid "Jump to"
700700 msgstr ""
701701
702 #: tp/Texinfo/Convert/HTML.pm:3474
702 #: tp/Texinfo/Convert/HTML.pm:3458
703703 msgid "Index Entry"
704704 msgstr ""
705705
706 #: tp/Texinfo/Convert/HTML.pm:3476
706 #: tp/Texinfo/Convert/HTML.pm:3460
707707 msgid "Section"
708708 msgstr ""
709709
710 #: tp/Texinfo/Convert/HTML.pm:4096
710 #: tp/Texinfo/Convert/HTML.pm:4080
711711 #, perl-brace-format
712712 msgid "{category}: @strong{{name}} @emph{{arguments}}"
713713 msgstr ""
714714
715 #: tp/Texinfo/Convert/HTML.pm:4101
715 #: tp/Texinfo/Convert/HTML.pm:4085
716716 #, perl-brace-format
717717 msgid "{category}: @strong{{name}}"
718718 msgstr ""
719719
720 #: tp/Texinfo/Convert/HTML.pm:4102
721 #, perl-brace-format
722 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
723 msgstr ""
724
725 #: tp/Texinfo/Convert/HTML.pm:4106
726 #, perl-brace-format
727 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
728 msgstr ""
729
730 #: tp/Texinfo/Convert/HTML.pm:4115
731 #, perl-brace-format
732 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
733 msgstr ""
734
720735 #: tp/Texinfo/Convert/HTML.pm:4118
721736 #, perl-brace-format
722 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
723 msgstr ""
724
725 #: tp/Texinfo/Convert/HTML.pm:4122
726 #, perl-brace-format
727 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
728 msgstr ""
729
730 #: tp/Texinfo/Convert/HTML.pm:4131
731 #, perl-brace-format
732 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
733 msgstr ""
734
735 #: tp/Texinfo/Convert/HTML.pm:4134
736 #, perl-brace-format
737737 msgid "{category}: @emph{{type}} @strong{{name}}"
738738 msgstr ""
739739
740 #: tp/Texinfo/Convert/HTML.pm:4142
740 #: tp/Texinfo/Convert/HTML.pm:4126
741741 #, perl-brace-format
742742 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
743743 msgstr ""
744744
745 #: tp/Texinfo/Convert/HTML.pm:4148
745 #: tp/Texinfo/Convert/HTML.pm:4132
746746 #, perl-brace-format
747747 msgid "{category} of {class}: @strong{{name}}"
748748 msgstr ""
749749
750 #: tp/Texinfo/Convert/HTML.pm:4157
750 #: tp/Texinfo/Convert/HTML.pm:4141
751751 #, perl-brace-format
752752 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
753753 msgstr ""
754754
755 #: tp/Texinfo/Convert/HTML.pm:4163
755 #: tp/Texinfo/Convert/HTML.pm:4147
756756 #, perl-brace-format
757757 msgid "{category} on {class}: @strong{{name}}"
758758 msgstr ""
759759
760 #: tp/Texinfo/Convert/HTML.pm:4178
760 #: tp/Texinfo/Convert/HTML.pm:4162
761761 #, perl-brace-format
762762 msgid ""
763763 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
764764 msgstr ""
765765
766 #: tp/Texinfo/Convert/HTML.pm:4182
766 #: tp/Texinfo/Convert/HTML.pm:4166
767767 #, perl-brace-format
768768 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
769769 msgstr ""
770770
771 #: tp/Texinfo/Convert/HTML.pm:4193
771 #: tp/Texinfo/Convert/HTML.pm:4177
772772 #, perl-brace-format
773773 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
774774 msgstr ""
775775
776 #: tp/Texinfo/Convert/HTML.pm:4197
776 #: tp/Texinfo/Convert/HTML.pm:4181
777777 #, perl-brace-format
778778 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
779779 msgstr ""
780780
781 #: tp/Texinfo/Convert/HTML.pm:4211
781 #: tp/Texinfo/Convert/HTML.pm:4195
782782 #, perl-brace-format
783783 msgid ""
784784 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
785785 msgstr ""
786786
787 #: tp/Texinfo/Convert/HTML.pm:4215
787 #: tp/Texinfo/Convert/HTML.pm:4199
788788 #, perl-brace-format
789789 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
790790 msgstr ""
791791
792 #: tp/Texinfo/Convert/HTML.pm:4226
792 #: tp/Texinfo/Convert/HTML.pm:4210
793793 #, perl-brace-format
794794 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
795795 msgstr ""
796796
797 #: tp/Texinfo/Convert/HTML.pm:4230
797 #: tp/Texinfo/Convert/HTML.pm:4214
798798 #, perl-brace-format
799799 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
800800 msgstr ""
801801
802 #: tp/Texinfo/Convert/HTML.pm:6197
802 #: tp/Texinfo/Convert/HTML.pm:6181
803803 #, perl-brace-format
804804 msgid ""
805805 "This document was generated on @emph{@today{}} using "
806806 "@uref{{program_homepage}, @emph{{program}}}."
807807 msgstr ""
808808
809 #: tp/Texinfo/Convert/HTML.pm:6202
809 #: tp/Texinfo/Convert/HTML.pm:6186
810810 msgid "This document was generated on @emph{@today{}}."
811811 msgstr ""
812812
813 #: tp/Texinfo/Convert/HTML.pm:6253
813 #: tp/Texinfo/Convert/HTML.pm:6237
814814 #, perl-brace-format
815815 msgid "{element_text} ({title})"
816816 msgstr ""
817817
818 #: tp/Texinfo/Convert/HTML.pm:6397
818 #: tp/Texinfo/Convert/HTML.pm:6381
819819 #, perl-brace-format
820820 msgid "The node you are looking for is at {href}."
821821 msgstr ""
822822
823 #: tp/Texinfo/Convert/HTML.pm:6466
823 #: tp/Texinfo/Convert/HTML.pm:6450
824824 msgid " The buttons in the navigation panels have the following meaning:"
825825 msgstr ""
826826
827 #: tp/Texinfo/Convert/HTML.pm:6472
827 #: tp/Texinfo/Convert/HTML.pm:6456
828828 msgid "Button"
829829 msgstr ""
830830
831 #: tp/Texinfo/Convert/HTML.pm:6473
831 #: tp/Texinfo/Convert/HTML.pm:6457
832832 msgid "Name"
833833 msgstr ""
834834
835 #: tp/Texinfo/Convert/HTML.pm:6474
835 #: tp/Texinfo/Convert/HTML.pm:6458
836836 msgid "Go to"
837837 msgstr ""
838838
839 #: tp/Texinfo/Convert/HTML.pm:6475
839 #: tp/Texinfo/Convert/HTML.pm:6459
840840 msgid "From 1.2.3 go to"
841841 msgstr ""
842842
843 #: tp/Texinfo/Convert/HTML.pm:6501
843 #: tp/Texinfo/Convert/HTML.pm:6485
844844 msgid ""
845845 " where the @strong{ Example } assumes that the current position is at "
846846 "@strong{ Subsubsection One-Two-Three } of a document of the following "
847847 "structure:"
848848 msgstr ""
849849
850 #: tp/Texinfo/Convert/HTML.pm:6495
851 msgid "Section One"
852 msgstr ""
853
854 #: tp/Texinfo/Convert/HTML.pm:6497
855 msgid "Subsection One-One"
856 msgstr ""
857
858 #: tp/Texinfo/Convert/HTML.pm:6504
859 msgid "Subsection One-Two"
860 msgstr ""
861
862 #: tp/Texinfo/Convert/HTML.pm:6506
863 msgid "Subsubsection One-Two-One"
864 msgstr ""
865
866 #: tp/Texinfo/Convert/HTML.pm:6507
867 msgid "Subsubsection One-Two-Two"
868 msgstr ""
869
870 #: tp/Texinfo/Convert/HTML.pm:6508
871 msgid "Subsubsection One-Two-Three"
872 msgstr ""
873
874 #: tp/Texinfo/Convert/HTML.pm:6510
875 msgid "Current Position"
876 msgstr ""
877
850878 #: tp/Texinfo/Convert/HTML.pm:6511
851 msgid "Section One"
852 msgstr ""
853
854 #: tp/Texinfo/Convert/HTML.pm:6513
855 msgid "Subsection One-One"
856 msgstr ""
857
858 #: tp/Texinfo/Convert/HTML.pm:6520
859 msgid "Subsection One-Two"
860 msgstr ""
861
862 #: tp/Texinfo/Convert/HTML.pm:6522
863 msgid "Subsubsection One-Two-One"
864 msgstr ""
865
866 #: tp/Texinfo/Convert/HTML.pm:6523
867 msgid "Subsubsection One-Two-Two"
868 msgstr ""
869
870 #: tp/Texinfo/Convert/HTML.pm:6524
871 msgid "Subsubsection One-Two-Three"
872 msgstr ""
873
874 #: tp/Texinfo/Convert/HTML.pm:6526
875 msgid "Current Position"
876 msgstr ""
877
878 #: tp/Texinfo/Convert/HTML.pm:6527
879879 msgid "Subsubsection One-Two-Four"
880880 msgstr ""
881881
882 #: tp/Texinfo/Convert/HTML.pm:6530
882 #: tp/Texinfo/Convert/HTML.pm:6514
883883 msgid "Subsection One-Three"
884884 msgstr ""
885885
886 #: tp/Texinfo/Convert/HTML.pm:6537
886 #: tp/Texinfo/Convert/HTML.pm:6521
887887 msgid "Subsection One-Four"
888888 msgstr ""
889889
890 #: tp/Texinfo/Convert/HTML.pm:6945
890 #: tp/Texinfo/Convert/HTML.pm:6929
891891 msgid "Untitled Document"
892892 msgstr ""
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo_document 6.4.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1010 "PO-Revision-Date: 2017-07-11 22:19+0200\n"
1111 "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
1212 "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
101101 msgid "{float_number}\n"
102102 msgstr "{float_number}\n"
103103
104 #: tp/Texinfo/Common.pm:2577
104 #: tp/Texinfo/Common.pm:2578
105105 #, perl-brace-format
106106 msgid "{name} on {class}"
107107 msgstr "{name} dla klasy {class}"
108108
109 #: tp/Texinfo/Common.pm:2587
109 #: tp/Texinfo/Common.pm:2588
110110 #, perl-brace-format
111111 msgid "{name} of {class}"
112112 msgstr "{name} klasy {class}"
208208 msgid "see section ``{section_name}'' in @cite{{book}}"
209209 msgstr "p. sekcja ``{section_name}'' w @cite{{book}}"
210210
211 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
211 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
212212 #, perl-brace-format
213213 msgid "@cite{{book}}"
214214 msgstr "@cite{{book}}"
215215
216 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
216 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
217217 #, perl-brace-format
218218 msgid "See @cite{{book}}"
219219 msgstr "P. @cite{{book}}"
220220
221 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
221 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
222222 #, perl-brace-format
223223 msgid "see @cite{{book}}"
224224 msgstr "p. @cite{{book}}"
244244 msgstr "{abbr_or_acronym} ({explanation})"
245245
246246 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
247 #: tp/Texinfo/Convert/HTML.pm:3653
247 #: tp/Texinfo/Convert/HTML.pm:3637
248248 #, perl-brace-format
249249 msgid "@b{{quotation_arg}:} "
250250 msgstr "@b{{quotation_arg}:} "
273273 msgid "@t{<{url}>}"
274274 msgstr "@t{<{url}>}"
275275
276 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
276 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
277277 #, perl-brace-format
278278 msgid "@{No value for `{value}'@}"
279279 msgstr "@{Brak wartości dla `{value}'@}"
368368 msgid "@tie{}-- {category} of {class}: {type} {name}"
369369 msgstr "@tie{}- {category} klasy {class}: {type} {name}"
370370
371 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
371 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
372372 #, perl-brace-format
373373 msgid "@center --- @emph{{author}}\n"
374374 msgstr "@center - @emph{{author}}\n"
591591 msgid "Footnotes"
592592 msgstr "Przypisy"
593593
594 #: tp/Texinfo/Convert/HTML.pm:1541
594 #: tp/Texinfo/Convert/HTML.pm:1533
595595 #, perl-brace-format
596596 msgid "{explained_string} ({explanation})"
597597 msgstr "{explained_string} ({explanation})"
598598
599 #: tp/Texinfo/Convert/HTML.pm:3212
599 #: tp/Texinfo/Convert/HTML.pm:3196
600600 #, perl-brace-format
601601 msgid "see section {reference_name}"
602602 msgstr "p. sekcja {reference_name}"
603603
604 #: tp/Texinfo/Convert/HTML.pm:3215
604 #: tp/Texinfo/Convert/HTML.pm:3199
605605 #, perl-brace-format
606606 msgid "see {reference_name}"
607607 msgstr "p. {reference_name}"
608608
609 #: tp/Texinfo/Convert/HTML.pm:3220
609 #: tp/Texinfo/Convert/HTML.pm:3204
610610 #, perl-brace-format
611611 msgid "See section {reference_name}"
612612 msgstr "P. sekcja {reference_name}"
613613
614 #: tp/Texinfo/Convert/HTML.pm:3223
614 #: tp/Texinfo/Convert/HTML.pm:3207
615615 #, perl-brace-format
616616 msgid "See {reference_name}"
617617 msgstr "P. {reference_name}"
618618
619 #: tp/Texinfo/Convert/HTML.pm:3227
619 #: tp/Texinfo/Convert/HTML.pm:3211
620620 #, perl-brace-format
621621 msgid "{reference_name}"
622622 msgstr "{reference_name}"
623623
624 #: tp/Texinfo/Convert/HTML.pm:3289
624 #: tp/Texinfo/Convert/HTML.pm:3273
625625 #, perl-brace-format
626626 msgid "see {reference} in @cite{{book}}"
627627 msgstr "p. {reference} w @cite{{book}}"
628628
629 #: tp/Texinfo/Convert/HTML.pm:3293
629 #: tp/Texinfo/Convert/HTML.pm:3277
630630 #, perl-brace-format
631631 msgid "see @cite{{book_reference}}"
632632 msgstr "p. @cite{{book_reference}}"
633633
634 #: tp/Texinfo/Convert/HTML.pm:3297
634 #: tp/Texinfo/Convert/HTML.pm:3281
635635 #, perl-brace-format
636636 msgid "see `{section}' in @cite{{book}}"
637637 msgstr "p. `{section}' w @cite{{book}}"
638638
639 #: tp/Texinfo/Convert/HTML.pm:3304
639 #: tp/Texinfo/Convert/HTML.pm:3288
640640 #, perl-brace-format
641641 msgid "see {reference}"
642642 msgstr "p. {reference}"
643643
644 #: tp/Texinfo/Convert/HTML.pm:3307
644 #: tp/Texinfo/Convert/HTML.pm:3291
645645 #, perl-brace-format
646646 msgid "see `{section}'"
647647 msgstr "p. `{section}'"
648648
649 #: tp/Texinfo/Convert/HTML.pm:3312
649 #: tp/Texinfo/Convert/HTML.pm:3296
650650 #, perl-brace-format
651651 msgid "See {reference} in @cite{{book}}"
652652 msgstr "P. {reference} w @cite{{book}}"
653653
654 #: tp/Texinfo/Convert/HTML.pm:3316
654 #: tp/Texinfo/Convert/HTML.pm:3300
655655 #, perl-brace-format
656656 msgid "See @cite{{book_reference}}"
657657 msgstr "P. @cite{{book_reference}}"
658658
659 #: tp/Texinfo/Convert/HTML.pm:3320
659 #: tp/Texinfo/Convert/HTML.pm:3304
660660 #, perl-brace-format
661661 msgid "See `{section}' in @cite{{book}}"
662662 msgstr "P. `{section}' w @cite{{book}}"
663663
664 #: tp/Texinfo/Convert/HTML.pm:3327
664 #: tp/Texinfo/Convert/HTML.pm:3311
665665 #, perl-brace-format
666666 msgid "See {reference}"
667667 msgstr "P. {reference}"
668668
669 #: tp/Texinfo/Convert/HTML.pm:3330
669 #: tp/Texinfo/Convert/HTML.pm:3314
670670 #, perl-brace-format
671671 msgid "See `{section}'"
672672 msgstr "P. `{section}'"
673673
674 #: tp/Texinfo/Convert/HTML.pm:3335
674 #: tp/Texinfo/Convert/HTML.pm:3319
675675 #, perl-brace-format
676676 msgid "{reference} in @cite{{book}}"
677677 msgstr "{reference} w @cite{{book}}"
678678
679 #: tp/Texinfo/Convert/HTML.pm:3339
679 #: tp/Texinfo/Convert/HTML.pm:3323
680680 #, perl-brace-format
681681 msgid "@cite{{book_reference}}"
682682 msgstr "@cite{{book_reference}}"
683683
684 #: tp/Texinfo/Convert/HTML.pm:3343
684 #: tp/Texinfo/Convert/HTML.pm:3327
685685 #, perl-brace-format
686686 msgid "`{section}' in @cite{{book}}"
687687 msgstr "`{section}' w @cite{{book}}"
688688
689 #: tp/Texinfo/Convert/HTML.pm:3350
689 #: tp/Texinfo/Convert/HTML.pm:3334
690690 #, perl-brace-format
691691 msgid "{reference}"
692692 msgstr "{reference}"
693693
694 #: tp/Texinfo/Convert/HTML.pm:3353
694 #: tp/Texinfo/Convert/HTML.pm:3337
695695 #, perl-brace-format
696696 msgid "`{section}'"
697697 msgstr "`{section}'"
698698
699 #: tp/Texinfo/Convert/HTML.pm:3466
699 #: tp/Texinfo/Convert/HTML.pm:3450
700700 msgid "Jump to"
701701 msgstr "Skok do"
702702
703 #: tp/Texinfo/Convert/HTML.pm:3474
703 #: tp/Texinfo/Convert/HTML.pm:3458
704704 msgid "Index Entry"
705705 msgstr "Wpis indeksu"
706706
707 #: tp/Texinfo/Convert/HTML.pm:3476
707 #: tp/Texinfo/Convert/HTML.pm:3460
708708 msgid "Section"
709709 msgstr "Sekcja"
710710
711 #: tp/Texinfo/Convert/HTML.pm:4096
711 #: tp/Texinfo/Convert/HTML.pm:4080
712712 #, perl-brace-format
713713 msgid "{category}: @strong{{name}} @emph{{arguments}}"
714714 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
715715
716 #: tp/Texinfo/Convert/HTML.pm:4101
716 #: tp/Texinfo/Convert/HTML.pm:4085
717717 #, perl-brace-format
718718 msgid "{category}: @strong{{name}}"
719719 msgstr "{category}: @strong{{name}}"
720720
721 #: tp/Texinfo/Convert/HTML.pm:4118
721 #: tp/Texinfo/Convert/HTML.pm:4102
722722 #, perl-brace-format
723723 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
724724 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
725725
726 #: tp/Texinfo/Convert/HTML.pm:4122
726 #: tp/Texinfo/Convert/HTML.pm:4106
727727 #, perl-brace-format
728728 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
729729 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
730730
731 #: tp/Texinfo/Convert/HTML.pm:4131
731 #: tp/Texinfo/Convert/HTML.pm:4115
732732 #, perl-brace-format
733733 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
734734 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
735735
736 #: tp/Texinfo/Convert/HTML.pm:4134
736 #: tp/Texinfo/Convert/HTML.pm:4118
737737 #, perl-brace-format
738738 msgid "{category}: @emph{{type}} @strong{{name}}"
739739 msgstr "{category}: @emph{{type}} @strong{{name}}"
740740
741 #: tp/Texinfo/Convert/HTML.pm:4142
741 #: tp/Texinfo/Convert/HTML.pm:4126
742742 #, perl-brace-format
743743 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
744744 msgstr "{category} klasy {class}: @strong{{name}} @emph{{arguments}}"
745745
746 #: tp/Texinfo/Convert/HTML.pm:4148
746 #: tp/Texinfo/Convert/HTML.pm:4132
747747 #, perl-brace-format
748748 msgid "{category} of {class}: @strong{{name}}"
749749 msgstr "{category} klasy {class}: @strong{{name}}"
750750
751 #: tp/Texinfo/Convert/HTML.pm:4157
751 #: tp/Texinfo/Convert/HTML.pm:4141
752752 #, perl-brace-format
753753 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
754754 msgstr "{category} dla klasy {class}: @strong{{name}} @emph{{arguments}}"
755755
756 #: tp/Texinfo/Convert/HTML.pm:4163
756 #: tp/Texinfo/Convert/HTML.pm:4147
757757 #, perl-brace-format
758758 msgid "{category} on {class}: @strong{{name}}"
759759 msgstr "{category} dla klasy {class}: @strong{{name}}"
760760
761 #: tp/Texinfo/Convert/HTML.pm:4178
761 #: tp/Texinfo/Convert/HTML.pm:4162
762762 #, perl-brace-format
763763 msgid ""
764764 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
766766 "{category} dla klasy {class}:@* @emph{{type}}@* @strong{{name}} "
767767 "@emph{{arguments}}"
768768
769 #: tp/Texinfo/Convert/HTML.pm:4182
769 #: tp/Texinfo/Convert/HTML.pm:4166
770770 #, perl-brace-format
771771 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
772772 msgstr ""
773773 "{category} dla klasy {class}: @emph{{type}} @strong{{name}} "
774774 "@emph{{arguments}}"
775775
776 #: tp/Texinfo/Convert/HTML.pm:4193
776 #: tp/Texinfo/Convert/HTML.pm:4177
777777 #, perl-brace-format
778778 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
779779 msgstr "{category} dla klasy {class}:@* @emph{{type}}@* @strong{{name}}"
780780
781 #: tp/Texinfo/Convert/HTML.pm:4197
781 #: tp/Texinfo/Convert/HTML.pm:4181
782782 #, perl-brace-format
783783 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
784784 msgstr "{category} dla klasy {class}: @emph{{type}} @strong{{name}}"
785785
786 #: tp/Texinfo/Convert/HTML.pm:4211
786 #: tp/Texinfo/Convert/HTML.pm:4195
787787 #, perl-brace-format
788788 msgid ""
789789 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
791791 "{category} klasy {class}:@* @emph{{type}}@* @strong{{name}} "
792792 "@emph{{arguments}}"
793793
794 #: tp/Texinfo/Convert/HTML.pm:4215
794 #: tp/Texinfo/Convert/HTML.pm:4199
795795 #, perl-brace-format
796796 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
797797 msgstr ""
798798 "{category} klasy {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
799799
800 #: tp/Texinfo/Convert/HTML.pm:4226
800 #: tp/Texinfo/Convert/HTML.pm:4210
801801 #, perl-brace-format
802802 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
803803 msgstr "{category} klasy {class}:@* @emph{{type}}@* @strong{{name}}"
804804
805 #: tp/Texinfo/Convert/HTML.pm:4230
805 #: tp/Texinfo/Convert/HTML.pm:4214
806806 #, perl-brace-format
807807 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
808808 msgstr "{category} klasy {class}: @emph{{type}} @strong{{name}}"
809809
810 #: tp/Texinfo/Convert/HTML.pm:6197
810 #: tp/Texinfo/Convert/HTML.pm:6181
811811 #, perl-brace-format
812812 msgid ""
813813 "This document was generated on @emph{@today{}} using "
816816 "Ten dokument został wygenerowany @emph{@today{}} przy użyciu programu "
817817 "@uref{{program_homepage}, @emph{{program}}}."
818818
819 #: tp/Texinfo/Convert/HTML.pm:6202
819 #: tp/Texinfo/Convert/HTML.pm:6186
820820 msgid "This document was generated on @emph{@today{}}."
821821 msgstr "Ten dokument został wygenerowany @emph{@today{}}."
822822
823 #: tp/Texinfo/Convert/HTML.pm:6253
823 #: tp/Texinfo/Convert/HTML.pm:6237
824824 #, perl-brace-format
825825 msgid "{element_text} ({title})"
826826 msgstr "{element_text} ({title})"
827827
828 #: tp/Texinfo/Convert/HTML.pm:6397
828 #: tp/Texinfo/Convert/HTML.pm:6381
829829 #, perl-brace-format
830830 msgid "The node you are looking for is at {href}."
831831 msgstr "Poszukiwany węzeł jest pod {href}."
832832
833 #: tp/Texinfo/Convert/HTML.pm:6466
833 #: tp/Texinfo/Convert/HTML.pm:6450
834834 msgid " The buttons in the navigation panels have the following meaning:"
835835 msgstr " Przyciski w panelach nawigacyjnych mają następujące znaczenie:"
836836
837 #: tp/Texinfo/Convert/HTML.pm:6472
837 #: tp/Texinfo/Convert/HTML.pm:6456
838838 msgid "Button"
839839 msgstr "Przycisk"
840840
841 #: tp/Texinfo/Convert/HTML.pm:6473
841 #: tp/Texinfo/Convert/HTML.pm:6457
842842 msgid "Name"
843843 msgstr "Nazwa"
844844
845 #: tp/Texinfo/Convert/HTML.pm:6474
845 #: tp/Texinfo/Convert/HTML.pm:6458
846846 msgid "Go to"
847847 msgstr "Przechodzi do"
848848
849 #: tp/Texinfo/Convert/HTML.pm:6475
849 #: tp/Texinfo/Convert/HTML.pm:6459
850850 msgid "From 1.2.3 go to"
851851 msgstr "Z 1.2.3 przechodzi do"
852852
853 #: tp/Texinfo/Convert/HTML.pm:6501
853 #: tp/Texinfo/Convert/HTML.pm:6485
854854 msgid ""
855855 " where the @strong{ Example } assumes that the current position is at "
856856 "@strong{ Subsubsection One-Two-Three } of a document of the following "
860860 "@strong{ Podpodsekcja Jeden-Dwa-Trzy } w dokumencie o następującej "
861861 "strukturze:"
862862
863 #: tp/Texinfo/Convert/HTML.pm:6511
863 #: tp/Texinfo/Convert/HTML.pm:6495
864864 msgid "Section One"
865865 msgstr "Sekcja Jeden"
866866
867 #: tp/Texinfo/Convert/HTML.pm:6513
867 #: tp/Texinfo/Convert/HTML.pm:6497
868868 msgid "Subsection One-One"
869869 msgstr "Podsekcja Jeden-Jeden"
870870
871 #: tp/Texinfo/Convert/HTML.pm:6520
871 #: tp/Texinfo/Convert/HTML.pm:6504
872872 msgid "Subsection One-Two"
873873 msgstr "Podsekcja Jeden-Dwa"
874874
875 #: tp/Texinfo/Convert/HTML.pm:6522
875 #: tp/Texinfo/Convert/HTML.pm:6506
876876 msgid "Subsubsection One-Two-One"
877877 msgstr "Podpodsekcja Jeden-Dwa-Jeden"
878878
879 #: tp/Texinfo/Convert/HTML.pm:6523
879 #: tp/Texinfo/Convert/HTML.pm:6507
880880 msgid "Subsubsection One-Two-Two"
881881 msgstr "Podpodsekcja Jeden-Dwa-Dwa"
882882
883 #: tp/Texinfo/Convert/HTML.pm:6524
883 #: tp/Texinfo/Convert/HTML.pm:6508
884884 msgid "Subsubsection One-Two-Three"
885885 msgstr "Podpodsekcja Jeden-Dwa-Trzy"
886886
887 #: tp/Texinfo/Convert/HTML.pm:6526
887 #: tp/Texinfo/Convert/HTML.pm:6510
888888 msgid "Current Position"
889889 msgstr "Bieżąca pozycja"
890890
891 #: tp/Texinfo/Convert/HTML.pm:6527
891 #: tp/Texinfo/Convert/HTML.pm:6511
892892 msgid "Subsubsection One-Two-Four"
893893 msgstr "Podpodsekcja Jeden-Dwa-Cztery"
894894
895 #: tp/Texinfo/Convert/HTML.pm:6530
895 #: tp/Texinfo/Convert/HTML.pm:6514
896896 msgid "Subsection One-Three"
897897 msgstr "Podsekcja Jeden-Trzy"
898898
899 #: tp/Texinfo/Convert/HTML.pm:6537
899 #: tp/Texinfo/Convert/HTML.pm:6521
900900 msgid "Subsection One-Four"
901901 msgstr "Podsekcja Jeden-Cztery"
902902
903 #: tp/Texinfo/Convert/HTML.pm:6945
903 #: tp/Texinfo/Convert/HTML.pm:6929
904904 msgid "Untitled Document"
905905 msgstr "Dokument bez tytułu"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo_document 6.4.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1010 "PO-Revision-Date: 2018-10-24 09:03+0100\n"
1111 "Last-Translator: Pedro Albuquerque <palbuquerque73@gmail.com>\n"
1212 "Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
103103 msgid "{float_number}\n"
104104 msgstr "{float_number}\n"
105105
106 #: tp/Texinfo/Common.pm:2577
106 #: tp/Texinfo/Common.pm:2578
107107 #, perl-brace-format
108108 msgid "{name} on {class}"
109109 msgstr "{name} na {class}"
110110
111 #: tp/Texinfo/Common.pm:2587
111 #: tp/Texinfo/Common.pm:2588
112112 #, perl-brace-format
113113 msgid "{name} of {class}"
114114 msgstr "{name} da {class}"
210210 msgid "see section ``{section_name}'' in @cite{{book}}"
211211 msgstr "veja a secção ``{section_name}'' em @cite{{book}}"
212212
213 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
213 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
214214 #, perl-brace-format
215215 msgid "@cite{{book}}"
216216 msgstr "@cite{{book}}"
217217
218 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
218 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
219219 #, perl-brace-format
220220 msgid "See @cite{{book}}"
221221 msgstr "Veja @cite{{book}}"
222222
223 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
223 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
224224 #, perl-brace-format
225225 msgid "see @cite{{book}}"
226226 msgstr "veja @cite{{book}}"
246246 msgstr "{abbr_or_acronym} ({explanation})"
247247
248248 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
249 #: tp/Texinfo/Convert/HTML.pm:3653
249 #: tp/Texinfo/Convert/HTML.pm:3637
250250 #, perl-brace-format
251251 msgid "@b{{quotation_arg}:} "
252252 msgstr "@b{{quotation_arg}:} "
275275 msgid "@t{<{url}>}"
276276 msgstr "@t{<{url}>}"
277277
278 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
278 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
279279 #, perl-brace-format
280280 msgid "@{No value for `{value}'@}"
281281 msgstr "@{Sem valor para `{value}'@}"
370370 msgid "@tie{}-- {category} of {class}: {type} {name}"
371371 msgstr "@tie{}-- {category} da {class}: {type} {name}"
372372
373 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
373 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
374374 #, perl-brace-format
375375 msgid "@center --- @emph{{author}}\n"
376376 msgstr "@center --- @emph{{author}}\n"
593593 msgid "Footnotes"
594594 msgstr "Notas de rodapé"
595595
596 #: tp/Texinfo/Convert/HTML.pm:1541
596 #: tp/Texinfo/Convert/HTML.pm:1533
597597 #, perl-brace-format
598598 msgid "{explained_string} ({explanation})"
599599 msgstr "{explained_string} ({explanation})"
600600
601 #: tp/Texinfo/Convert/HTML.pm:3212
601 #: tp/Texinfo/Convert/HTML.pm:3196
602602 #, perl-brace-format
603603 msgid "see section {reference_name}"
604604 msgstr "veja a secção {reference_name}"
605605
606 #: tp/Texinfo/Convert/HTML.pm:3215
606 #: tp/Texinfo/Convert/HTML.pm:3199
607607 #, perl-brace-format
608608 msgid "see {reference_name}"
609609 msgstr "veja {reference_name}"
610610
611 #: tp/Texinfo/Convert/HTML.pm:3220
611 #: tp/Texinfo/Convert/HTML.pm:3204
612612 #, perl-brace-format
613613 msgid "See section {reference_name}"
614614 msgstr "Veja a secção {reference_name}"
615615
616 #: tp/Texinfo/Convert/HTML.pm:3223
616 #: tp/Texinfo/Convert/HTML.pm:3207
617617 #, perl-brace-format
618618 msgid "See {reference_name}"
619619 msgstr "Veja {reference_name}"
620620
621 #: tp/Texinfo/Convert/HTML.pm:3227
621 #: tp/Texinfo/Convert/HTML.pm:3211
622622 #, perl-brace-format
623623 msgid "{reference_name}"
624624 msgstr "{reference_name}"
625625
626 #: tp/Texinfo/Convert/HTML.pm:3289
626 #: tp/Texinfo/Convert/HTML.pm:3273
627627 #, perl-brace-format
628628 msgid "see {reference} in @cite{{book}}"
629629 msgstr "veja {reference} em @cite{{book}}"
630630
631 #: tp/Texinfo/Convert/HTML.pm:3293
631 #: tp/Texinfo/Convert/HTML.pm:3277
632632 #, perl-brace-format
633633 msgid "see @cite{{book_reference}}"
634634 msgstr "veja @cite{{book_reference}}"
635635
636 #: tp/Texinfo/Convert/HTML.pm:3297
636 #: tp/Texinfo/Convert/HTML.pm:3281
637637 #, perl-brace-format
638638 msgid "see `{section}' in @cite{{book}}"
639639 msgstr "veja `{section}' em @cite{{book}}"
640640
641 #: tp/Texinfo/Convert/HTML.pm:3304
641 #: tp/Texinfo/Convert/HTML.pm:3288
642642 #, perl-brace-format
643643 msgid "see {reference}"
644644 msgstr "veja {reference}"
645645
646 #: tp/Texinfo/Convert/HTML.pm:3307
646 #: tp/Texinfo/Convert/HTML.pm:3291
647647 #, perl-brace-format
648648 msgid "see `{section}'"
649649 msgstr "veja `{section}'"
650650
651 #: tp/Texinfo/Convert/HTML.pm:3312
651 #: tp/Texinfo/Convert/HTML.pm:3296
652652 #, perl-brace-format
653653 msgid "See {reference} in @cite{{book}}"
654654 msgstr "Veja {reference} em @cite{{book}}"
655655
656 #: tp/Texinfo/Convert/HTML.pm:3316
656 #: tp/Texinfo/Convert/HTML.pm:3300
657657 #, perl-brace-format
658658 msgid "See @cite{{book_reference}}"
659659 msgstr "Veja @cite{{book_reference}}"
660660
661 #: tp/Texinfo/Convert/HTML.pm:3320
661 #: tp/Texinfo/Convert/HTML.pm:3304
662662 #, perl-brace-format
663663 msgid "See `{section}' in @cite{{book}}"
664664 msgstr "Veja `{section}' em @cite{{book}}"
665665
666 #: tp/Texinfo/Convert/HTML.pm:3327
666 #: tp/Texinfo/Convert/HTML.pm:3311
667667 #, perl-brace-format
668668 msgid "See {reference}"
669669 msgstr "Veja {reference}"
670670
671 #: tp/Texinfo/Convert/HTML.pm:3330
671 #: tp/Texinfo/Convert/HTML.pm:3314
672672 #, perl-brace-format
673673 msgid "See `{section}'"
674674 msgstr "Veja `{section}'"
675675
676 #: tp/Texinfo/Convert/HTML.pm:3335
676 #: tp/Texinfo/Convert/HTML.pm:3319
677677 #, perl-brace-format
678678 msgid "{reference} in @cite{{book}}"
679679 msgstr "{reference} em @cite{{book}}"
680680
681 #: tp/Texinfo/Convert/HTML.pm:3339
681 #: tp/Texinfo/Convert/HTML.pm:3323
682682 #, perl-brace-format
683683 msgid "@cite{{book_reference}}"
684684 msgstr "@cite{{book_reference}}"
685685
686 #: tp/Texinfo/Convert/HTML.pm:3343
686 #: tp/Texinfo/Convert/HTML.pm:3327
687687 #, perl-brace-format
688688 msgid "`{section}' in @cite{{book}}"
689689 msgstr "`{section}' em @cite{{book}}"
690690
691 #: tp/Texinfo/Convert/HTML.pm:3350
691 #: tp/Texinfo/Convert/HTML.pm:3334
692692 #, perl-brace-format
693693 msgid "{reference}"
694694 msgstr "{reference}"
695695
696 #: tp/Texinfo/Convert/HTML.pm:3353
696 #: tp/Texinfo/Convert/HTML.pm:3337
697697 #, perl-brace-format
698698 msgid "`{section}'"
699699 msgstr "`{section}'"
700700
701 #: tp/Texinfo/Convert/HTML.pm:3466
701 #: tp/Texinfo/Convert/HTML.pm:3450
702702 msgid "Jump to"
703703 msgstr "Ir para"
704704
705 #: tp/Texinfo/Convert/HTML.pm:3474
705 #: tp/Texinfo/Convert/HTML.pm:3458
706706 msgid "Index Entry"
707707 msgstr "Entrada de índice"
708708
709 #: tp/Texinfo/Convert/HTML.pm:3476
709 #: tp/Texinfo/Convert/HTML.pm:3460
710710 msgid "Section"
711711 msgstr "Secção"
712712
713 #: tp/Texinfo/Convert/HTML.pm:4096
713 #: tp/Texinfo/Convert/HTML.pm:4080
714714 #, perl-brace-format
715715 msgid "{category}: @strong{{name}} @emph{{arguments}}"
716716 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
717717
718 #: tp/Texinfo/Convert/HTML.pm:4101
718 #: tp/Texinfo/Convert/HTML.pm:4085
719719 #, perl-brace-format
720720 msgid "{category}: @strong{{name}}"
721721 msgstr "{category}: @strong{{name}}"
722722
723 #: tp/Texinfo/Convert/HTML.pm:4118
723 #: tp/Texinfo/Convert/HTML.pm:4102
724724 #, perl-brace-format
725725 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
726726 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
727727
728 #: tp/Texinfo/Convert/HTML.pm:4122
728 #: tp/Texinfo/Convert/HTML.pm:4106
729729 #, perl-brace-format
730730 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
731731 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
732732
733 #: tp/Texinfo/Convert/HTML.pm:4131
733 #: tp/Texinfo/Convert/HTML.pm:4115
734734 #, perl-brace-format
735735 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
736736 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
737737
738 #: tp/Texinfo/Convert/HTML.pm:4134
738 #: tp/Texinfo/Convert/HTML.pm:4118
739739 #, perl-brace-format
740740 msgid "{category}: @emph{{type}} @strong{{name}}"
741741 msgstr "{category}: @emph{{type}} @strong{{name}}"
742742
743 #: tp/Texinfo/Convert/HTML.pm:4142
743 #: tp/Texinfo/Convert/HTML.pm:4126
744744 #, perl-brace-format
745745 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
746746 msgstr "{category} da {class}: @strong{{name}} @emph{{arguments}}"
747747
748 #: tp/Texinfo/Convert/HTML.pm:4148
748 #: tp/Texinfo/Convert/HTML.pm:4132
749749 #, perl-brace-format
750750 msgid "{category} of {class}: @strong{{name}}"
751751 msgstr "{category} da {class}: @strong{{name}}"
752752
753 #: tp/Texinfo/Convert/HTML.pm:4157
753 #: tp/Texinfo/Convert/HTML.pm:4141
754754 #, perl-brace-format
755755 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
756756 msgstr "{category} na {class}: @strong{{name}} @emph{{arguments}}"
757757
758 #: tp/Texinfo/Convert/HTML.pm:4163
758 #: tp/Texinfo/Convert/HTML.pm:4147
759759 #, perl-brace-format
760760 msgid "{category} on {class}: @strong{{name}}"
761761 msgstr "{category} na {class}: @strong{{name}}"
762762
763 #: tp/Texinfo/Convert/HTML.pm:4178
763 #: tp/Texinfo/Convert/HTML.pm:4162
764764 #, perl-brace-format
765765 msgid ""
766766 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
767767 msgstr ""
768768 "{category} na {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
769769
770 #: tp/Texinfo/Convert/HTML.pm:4182
770 #: tp/Texinfo/Convert/HTML.pm:4166
771771 #, perl-brace-format
772772 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
773773 msgstr ""
774774 "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
775775
776 #: tp/Texinfo/Convert/HTML.pm:4193
776 #: tp/Texinfo/Convert/HTML.pm:4177
777777 #, perl-brace-format
778778 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
779779 msgstr "{category} na {class}:@* @emph{{type}}@* @strong{{name}}"
780780
781 #: tp/Texinfo/Convert/HTML.pm:4197
781 #: tp/Texinfo/Convert/HTML.pm:4181
782782 #, perl-brace-format
783783 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
784784 msgstr "{category} na {class}: @emph{{type}} @strong{{name}}"
785785
786 #: tp/Texinfo/Convert/HTML.pm:4211
786 #: tp/Texinfo/Convert/HTML.pm:4195
787787 #, perl-brace-format
788788 msgid ""
789789 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
790790 msgstr ""
791791 "{category} da {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
792792
793 #: tp/Texinfo/Convert/HTML.pm:4215
793 #: tp/Texinfo/Convert/HTML.pm:4199
794794 #, perl-brace-format
795795 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
796796 msgstr ""
797797 "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
798798
799 #: tp/Texinfo/Convert/HTML.pm:4226
799 #: tp/Texinfo/Convert/HTML.pm:4210
800800 #, perl-brace-format
801801 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
802802 msgstr "{category} da {class}:@* @emph{{type}}@* @strong{{name}}"
803803
804 #: tp/Texinfo/Convert/HTML.pm:4230
804 #: tp/Texinfo/Convert/HTML.pm:4214
805805 #, perl-brace-format
806806 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
807807 msgstr "{category} da {class}: @emph{{type}} @strong{{name}}"
808808
809 #: tp/Texinfo/Convert/HTML.pm:6197
809 #: tp/Texinfo/Convert/HTML.pm:6181
810810 #, perl-brace-format
811811 msgid ""
812812 "This document was generated on @emph{@today{}} using "
815815 "Este documento foi gerado em @emph{@today{}}, usando o "
816816 "@uref{{program_homepage}, @emph{{program}}}."
817817
818 #: tp/Texinfo/Convert/HTML.pm:6202
818 #: tp/Texinfo/Convert/HTML.pm:6186
819819 msgid "This document was generated on @emph{@today{}}."
820820 msgstr "Este documento foi gerado em @emph{@today{}}."
821821
822 #: tp/Texinfo/Convert/HTML.pm:6253
822 #: tp/Texinfo/Convert/HTML.pm:6237
823823 #, perl-brace-format
824824 msgid "{element_text} ({title})"
825825 msgstr "{element_text} ({title})"
826826
827 #: tp/Texinfo/Convert/HTML.pm:6397
827 #: tp/Texinfo/Convert/HTML.pm:6381
828828 #, perl-brace-format
829829 msgid "The node you are looking for is at {href}."
830830 msgstr "O nó que procura está em {href}."
831831
832 #: tp/Texinfo/Convert/HTML.pm:6466
832 #: tp/Texinfo/Convert/HTML.pm:6450
833833 msgid " The buttons in the navigation panels have the following meaning:"
834834 msgstr " Os botões nos painéis de navegação têm o seguinte significado:"
835835
836 #: tp/Texinfo/Convert/HTML.pm:6472
836 #: tp/Texinfo/Convert/HTML.pm:6456
837837 msgid "Button"
838838 msgstr "Botão"
839839
840 #: tp/Texinfo/Convert/HTML.pm:6473
840 #: tp/Texinfo/Convert/HTML.pm:6457
841841 msgid "Name"
842842 msgstr "Nome"
843843
844 #: tp/Texinfo/Convert/HTML.pm:6474
844 #: tp/Texinfo/Convert/HTML.pm:6458
845845 msgid "Go to"
846846 msgstr "Ir para"
847847
848 #: tp/Texinfo/Convert/HTML.pm:6475
848 #: tp/Texinfo/Convert/HTML.pm:6459
849849 msgid "From 1.2.3 go to"
850850 msgstr "De 1.2.3 ir para"
851851
852 #: tp/Texinfo/Convert/HTML.pm:6501
852 #: tp/Texinfo/Convert/HTML.pm:6485
853853 msgid ""
854854 " where the @strong{ Example } assumes that the current position is at "
855855 "@strong{ Subsubsection One-Two-Three } of a document of the following "
858858 " onde o @strong{ Exemplo } assume que a posição actual é a @strong{ Sub-sub-"
859859 "secção Um-Dois-TrÊs } de um documento com a seguinte estrutura:"
860860
861 #: tp/Texinfo/Convert/HTML.pm:6511
861 #: tp/Texinfo/Convert/HTML.pm:6495
862862 msgid "Section One"
863863 msgstr "Secção um"
864864
865 #: tp/Texinfo/Convert/HTML.pm:6513
865 #: tp/Texinfo/Convert/HTML.pm:6497
866866 msgid "Subsection One-One"
867867 msgstr "Sub-secção um-um"
868868
869 #: tp/Texinfo/Convert/HTML.pm:6520
869 #: tp/Texinfo/Convert/HTML.pm:6504
870870 msgid "Subsection One-Two"
871871 msgstr "Sub-secção um-dois"
872872
873 #: tp/Texinfo/Convert/HTML.pm:6522
873 #: tp/Texinfo/Convert/HTML.pm:6506
874874 msgid "Subsubsection One-Two-One"
875875 msgstr "Sub-sub-secção um-dois-um"
876876
877 #: tp/Texinfo/Convert/HTML.pm:6523
877 #: tp/Texinfo/Convert/HTML.pm:6507
878878 msgid "Subsubsection One-Two-Two"
879879 msgstr "Sub-sub-secção um-dois-dois"
880880
881 #: tp/Texinfo/Convert/HTML.pm:6524
881 #: tp/Texinfo/Convert/HTML.pm:6508
882882 msgid "Subsubsection One-Two-Three"
883883 msgstr "Sub-sub-secção um-dois-três"
884884
885 #: tp/Texinfo/Convert/HTML.pm:6526
885 #: tp/Texinfo/Convert/HTML.pm:6510
886886 msgid "Current Position"
887887 msgstr "Posição actual"
888888
889 #: tp/Texinfo/Convert/HTML.pm:6527
889 #: tp/Texinfo/Convert/HTML.pm:6511
890890 msgid "Subsubsection One-Two-Four"
891891 msgstr "Sub-sub-secção um-dois-quatro"
892892
893 #: tp/Texinfo/Convert/HTML.pm:6530
893 #: tp/Texinfo/Convert/HTML.pm:6514
894894 msgid "Subsection One-Three"
895895 msgstr "Sub-secção um-três"
896896
897 #: tp/Texinfo/Convert/HTML.pm:6537
897 #: tp/Texinfo/Convert/HTML.pm:6521
898898 msgid "Subsection One-Four"
899899 msgstr "Sub-secção um-quatro"
900900
901 #: tp/Texinfo/Convert/HTML.pm:6945
901 #: tp/Texinfo/Convert/HTML.pm:6929
902902 msgid "Untitled Document"
903903 msgstr "Documento sem nome"
904904
66 msgstr ""
77 "Project-Id-Version: texinfo 5.0\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1010 "PO-Revision-Date: 2006-01-09\n"
1111 "Last-Translator: Jorge Barros de Abreu <ficmatin01@solar.com.br>\n"
1212 "Language-Team: Unknown\n"
102102 msgid "{float_number}\n"
103103 msgstr ""
104104
105 #: tp/Texinfo/Common.pm:2577
105 #: tp/Texinfo/Common.pm:2578
106106 #, perl-brace-format
107107 msgid "{name} on {class}"
108108 msgstr "{name} na {class}"
109109
110 #: tp/Texinfo/Common.pm:2587
110 #: tp/Texinfo/Common.pm:2588
111111 #, perl-brace-format
112112 msgid "{name} of {class}"
113113 msgstr "{name} da {class}"
209209 msgid "see section ``{section_name}'' in @cite{{book}}"
210210 msgstr "veja se@,{c}@~ao `{section}' em @cite{{book}}"
211211
212 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
212 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
213213 #, perl-brace-format
214214 msgid "@cite{{book}}"
215215 msgstr ""
216216
217 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
217 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
218218 #, perl-brace-format
219219 msgid "See @cite{{book}}"
220220 msgstr "Veja @cite{{book}}"
221221
222 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
222 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
223223 #, perl-brace-format
224224 msgid "see @cite{{book}}"
225225 msgstr "veja @cite{{book}}"
245245 msgstr ""
246246
247247 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
248 #: tp/Texinfo/Convert/HTML.pm:3653
248 #: tp/Texinfo/Convert/HTML.pm:3637
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
251251 msgstr ""
274274 msgid "@t{<{url}>}"
275275 msgstr ""
276276
277 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
277 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
278278 #, perl-brace-format
279279 msgid "@{No value for `{value}'@}"
280280 msgstr ""
369369 msgid "@tie{}-- {category} of {class}: {type} {name}"
370370 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
372 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
373373 #, perl-brace-format
374374 msgid "@center --- @emph{{author}}\n"
375375 msgstr ""
598598 msgid "Footnotes"
599599 msgstr "Notas de Rodap@'e"
600600
601 #: tp/Texinfo/Convert/HTML.pm:1541
601 #: tp/Texinfo/Convert/HTML.pm:1533
602602 #, perl-brace-format
603603 msgid "{explained_string} ({explanation})"
604604 msgstr ""
605605
606 #: tp/Texinfo/Convert/HTML.pm:3212
606 #: tp/Texinfo/Convert/HTML.pm:3196
607607 #, perl-brace-format
608608 msgid "see section {reference_name}"
609609 msgstr "veja se@,{c}@~ao {reference_name}"
610610
611 #: tp/Texinfo/Convert/HTML.pm:3215
611 #: tp/Texinfo/Convert/HTML.pm:3199
612612 #, perl-brace-format
613613 msgid "see {reference_name}"
614614 msgstr "veja {reference_name}"
615615
616 #: tp/Texinfo/Convert/HTML.pm:3220
616 #: tp/Texinfo/Convert/HTML.pm:3204
617617 #, perl-brace-format
618618 msgid "See section {reference_name}"
619619 msgstr "Veja se@,{c}@~ao {reference_name}"
620620
621 #: tp/Texinfo/Convert/HTML.pm:3223
621 #: tp/Texinfo/Convert/HTML.pm:3207
622622 #, perl-brace-format
623623 msgid "See {reference_name}"
624624 msgstr "Veja {reference_name}"
625625
626 #: tp/Texinfo/Convert/HTML.pm:3227
626 #: tp/Texinfo/Convert/HTML.pm:3211
627627 #, perl-brace-format
628628 msgid "{reference_name}"
629629 msgstr ""
630630
631 #: tp/Texinfo/Convert/HTML.pm:3289
631 #: tp/Texinfo/Convert/HTML.pm:3273
632632 #, fuzzy, perl-brace-format
633633 msgid "see {reference} in @cite{{book}}"
634634 msgstr "veja {node_file_href} @cite{{book}}"
635635
636 #: tp/Texinfo/Convert/HTML.pm:3293
636 #: tp/Texinfo/Convert/HTML.pm:3277
637637 #, fuzzy, perl-brace-format
638638 msgid "see @cite{{book_reference}}"
639639 msgstr "veja @cite{{book}}"
640640
641 #: tp/Texinfo/Convert/HTML.pm:3297
641 #: tp/Texinfo/Convert/HTML.pm:3281
642642 #, fuzzy, perl-brace-format
643643 msgid "see `{section}' in @cite{{book}}"
644644 msgstr "se@,{c}@~ao `{section}' em @cite{{book}}"
645645
646 #: tp/Texinfo/Convert/HTML.pm:3304
646 #: tp/Texinfo/Convert/HTML.pm:3288
647647 #, fuzzy, perl-brace-format
648648 msgid "see {reference}"
649649 msgstr "veja {reference_name}"
650650
651 #: tp/Texinfo/Convert/HTML.pm:3307
651 #: tp/Texinfo/Convert/HTML.pm:3291
652652 #, fuzzy, perl-brace-format
653653 msgid "see `{section}'"
654654 msgstr "Se@,{c}@~ao acima"
655655
656 #: tp/Texinfo/Convert/HTML.pm:3312
656 #: tp/Texinfo/Convert/HTML.pm:3296
657657 #, fuzzy, perl-brace-format
658658 msgid "See {reference} in @cite{{book}}"
659659 msgstr "Veja {node_file_href} @cite{{book}}"
660660
661 #: tp/Texinfo/Convert/HTML.pm:3316
661 #: tp/Texinfo/Convert/HTML.pm:3300
662662 #, fuzzy, perl-brace-format
663663 msgid "See @cite{{book_reference}}"
664664 msgstr "Veja @cite{{book}}"
665665
666 #: tp/Texinfo/Convert/HTML.pm:3320
666 #: tp/Texinfo/Convert/HTML.pm:3304
667667 #, fuzzy, perl-brace-format
668668 msgid "See `{section}' in @cite{{book}}"
669669 msgstr "Veja se@,{c}@~ao `{section}' em @cite{{book}}"
670670
671 #: tp/Texinfo/Convert/HTML.pm:3327
671 #: tp/Texinfo/Convert/HTML.pm:3311
672672 #, fuzzy, perl-brace-format
673673 msgid "See {reference}"
674674 msgstr "Veja {reference_name}"
675675
676 #: tp/Texinfo/Convert/HTML.pm:3330
676 #: tp/Texinfo/Convert/HTML.pm:3314
677677 #, fuzzy, perl-brace-format
678678 msgid "See `{section}'"
679679 msgstr "Se@,{c}@~ao acima"
680680
681 #: tp/Texinfo/Convert/HTML.pm:3335
681 #: tp/Texinfo/Convert/HTML.pm:3319
682682 #, fuzzy, perl-brace-format
683683 msgid "{reference} in @cite{{book}}"
684684 msgstr "veja @cite{{book}}"
685685
686 #: tp/Texinfo/Convert/HTML.pm:3339
686 #: tp/Texinfo/Convert/HTML.pm:3323
687687 #, fuzzy, perl-brace-format
688688 msgid "@cite{{book_reference}}"
689689 msgstr "veja @cite{{book}}"
690690
691 #: tp/Texinfo/Convert/HTML.pm:3343
691 #: tp/Texinfo/Convert/HTML.pm:3327
692692 #, fuzzy, perl-brace-format
693693 msgid "`{section}' in @cite{{book}}"
694694 msgstr "se@,{c}@~ao `{section}' em @cite{{book}}"
695695
696 #: tp/Texinfo/Convert/HTML.pm:3350
696 #: tp/Texinfo/Convert/HTML.pm:3334
697697 #, fuzzy, perl-brace-format
698698 msgid "{reference}"
699699 msgstr "veja {reference_name}"
700700
701 #: tp/Texinfo/Convert/HTML.pm:3353
701 #: tp/Texinfo/Convert/HTML.pm:3337
702702 #, fuzzy, perl-brace-format
703703 msgid "`{section}'"
704704 msgstr "Se@,{c}@~ao acima"
705705
706 #: tp/Texinfo/Convert/HTML.pm:3466
706 #: tp/Texinfo/Convert/HTML.pm:3450
707707 msgid "Jump to"
708708 msgstr "Pular para"
709709
710 #: tp/Texinfo/Convert/HTML.pm:3474
710 #: tp/Texinfo/Convert/HTML.pm:3458
711711 msgid "Index Entry"
712712 msgstr "Entrada de @'Indice"
713713
714 #: tp/Texinfo/Convert/HTML.pm:3476
714 #: tp/Texinfo/Convert/HTML.pm:3460
715715 msgid "Section"
716716 msgstr "Se@,{c}@~ao"
717717
718 #: tp/Texinfo/Convert/HTML.pm:4096
718 #: tp/Texinfo/Convert/HTML.pm:4080
719719 #, perl-brace-format
720720 msgid "{category}: @strong{{name}} @emph{{arguments}}"
721721 msgstr ""
722722
723 #: tp/Texinfo/Convert/HTML.pm:4101
723 #: tp/Texinfo/Convert/HTML.pm:4085
724724 #, perl-brace-format
725725 msgid "{category}: @strong{{name}}"
726726 msgstr ""
727727
728 #: tp/Texinfo/Convert/HTML.pm:4118
728 #: tp/Texinfo/Convert/HTML.pm:4102
729729 #, fuzzy, perl-brace-format
730730 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
731731 msgstr ""
732732 "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
733733
734 #: tp/Texinfo/Convert/HTML.pm:4122
734 #: tp/Texinfo/Convert/HTML.pm:4106
735735 #, perl-brace-format
736736 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
737737 msgstr ""
738738
739 #: tp/Texinfo/Convert/HTML.pm:4131
739 #: tp/Texinfo/Convert/HTML.pm:4115
740740 #, fuzzy, perl-brace-format
741741 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
742742 msgstr "{category} na {class}: @emph{{type}} @strong{{name}}"
743743
744 #: tp/Texinfo/Convert/HTML.pm:4134
744 #: tp/Texinfo/Convert/HTML.pm:4118
745745 #, perl-brace-format
746746 msgid "{category}: @emph{{type}} @strong{{name}}"
747747 msgstr ""
748748
749 #: tp/Texinfo/Convert/HTML.pm:4142
749 #: tp/Texinfo/Convert/HTML.pm:4126
750750 #, perl-brace-format
751751 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
752752 msgstr "{category} da {class}: @strong{{name}} @emph{{arguments}}"
753753
754 #: tp/Texinfo/Convert/HTML.pm:4148
754 #: tp/Texinfo/Convert/HTML.pm:4132
755755 #, perl-brace-format
756756 msgid "{category} of {class}: @strong{{name}}"
757757 msgstr "{category} da {class}: @strong{{name}}"
758758
759 #: tp/Texinfo/Convert/HTML.pm:4157
759 #: tp/Texinfo/Convert/HTML.pm:4141
760760 #, perl-brace-format
761761 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
762762 msgstr "{category} na {class}: @strong{{name}} @emph{{arguments}}"
763763
764 #: tp/Texinfo/Convert/HTML.pm:4163
764 #: tp/Texinfo/Convert/HTML.pm:4147
765765 #, perl-brace-format
766766 msgid "{category} on {class}: @strong{{name}}"
767767 msgstr "{category} na {class}: @strong{{name}}"
768768
769 #: tp/Texinfo/Convert/HTML.pm:4178
769 #: tp/Texinfo/Convert/HTML.pm:4162
770770 #, fuzzy, perl-brace-format
771771 msgid ""
772772 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
773773 msgstr ""
774774 "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
775775
776 #: tp/Texinfo/Convert/HTML.pm:4182
776 #: tp/Texinfo/Convert/HTML.pm:4166
777777 #, perl-brace-format
778778 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
779779 msgstr ""
780780 "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
781781
782 #: tp/Texinfo/Convert/HTML.pm:4193
782 #: tp/Texinfo/Convert/HTML.pm:4177
783783 #, fuzzy, perl-brace-format
784784 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
785785 msgstr "{category} na {class}: @emph{{type}} @strong{{name}}"
786786
787 #: tp/Texinfo/Convert/HTML.pm:4197
787 #: tp/Texinfo/Convert/HTML.pm:4181
788788 #, perl-brace-format
789789 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
790790 msgstr "{category} na {class}: @emph{{type}} @strong{{name}}"
791791
792 #: tp/Texinfo/Convert/HTML.pm:4211
792 #: tp/Texinfo/Convert/HTML.pm:4195
793793 #, fuzzy, perl-brace-format
794794 msgid ""
795795 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
796796 msgstr ""
797797 "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
798798
799 #: tp/Texinfo/Convert/HTML.pm:4215
799 #: tp/Texinfo/Convert/HTML.pm:4199
800800 #, perl-brace-format
801801 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
802802 msgstr ""
803803 "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
804804
805 #: tp/Texinfo/Convert/HTML.pm:4226
805 #: tp/Texinfo/Convert/HTML.pm:4210
806806 #, fuzzy, perl-brace-format
807807 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
808808 msgstr "{category} da {class}: @emph{{type}} @strong{{name}}"
809809
810 #: tp/Texinfo/Convert/HTML.pm:4230
810 #: tp/Texinfo/Convert/HTML.pm:4214
811811 #, perl-brace-format
812812 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
813813 msgstr "{category} da {class}: @emph{{type}} @strong{{name}}"
814814
815 #: tp/Texinfo/Convert/HTML.pm:6197
815 #: tp/Texinfo/Convert/HTML.pm:6181
816816 #, fuzzy, perl-brace-format
817817 msgid ""
818818 "This document was generated on @emph{@today{}} using "
821821 "Esse documento foi gerado em @i{{date}} usando @uref{{program_homepage}, "
822822 "@i{{program}}}."
823823
824 #: tp/Texinfo/Convert/HTML.pm:6202
824 #: tp/Texinfo/Convert/HTML.pm:6186
825825 #, fuzzy
826826 msgid "This document was generated on @emph{@today{}}."
827827 msgstr ""
828828 "Esse documento foi gerado usando @uref{{program_homepage}, @emph{{program}}}."
829829
830 #: tp/Texinfo/Convert/HTML.pm:6253
830 #: tp/Texinfo/Convert/HTML.pm:6237
831831 #, perl-brace-format
832832 msgid "{element_text} ({title})"
833833 msgstr ""
834834
835 #: tp/Texinfo/Convert/HTML.pm:6397
835 #: tp/Texinfo/Convert/HTML.pm:6381
836836 #, perl-brace-format
837837 msgid "The node you are looking for is at {href}."
838838 msgstr "O nodo que vo@^e est@'a olhando est@'a em {href}."
839839
840 #: tp/Texinfo/Convert/HTML.pm:6466
840 #: tp/Texinfo/Convert/HTML.pm:6450
841841 msgid " The buttons in the navigation panels have the following meaning:"
842842 msgstr ""
843843 " Os bot@~oes nos pain@'eis de navega@,{c}@~ao possuem os seguintes "
844844 "significados:"
845845
846 #: tp/Texinfo/Convert/HTML.pm:6472
846 #: tp/Texinfo/Convert/HTML.pm:6456
847847 msgid "Button"
848848 msgstr "Bot@~ao"
849849
850 #: tp/Texinfo/Convert/HTML.pm:6473
850 #: tp/Texinfo/Convert/HTML.pm:6457
851851 msgid "Name"
852852 msgstr "Nome"
853853
854 #: tp/Texinfo/Convert/HTML.pm:6474
854 #: tp/Texinfo/Convert/HTML.pm:6458
855855 msgid "Go to"
856856 msgstr "V@'a para"
857857
858 #: tp/Texinfo/Convert/HTML.pm:6475
858 #: tp/Texinfo/Convert/HTML.pm:6459
859859 msgid "From 1.2.3 go to"
860860 msgstr "De 1.2.3 v@'a para"
861861
862 #: tp/Texinfo/Convert/HTML.pm:6501
862 #: tp/Texinfo/Convert/HTML.pm:6485
863863 msgid ""
864864 " where the @strong{ Example } assumes that the current position is at "
865865 "@strong{ Subsubsection One-Two-Three } of a document of the following "
869869 "@strong{ Subsub@,{c}@~ao Um-Dois-Tr@^es } de um documento com a seguinte "
870870 "estrutura:"
871871
872 #: tp/Texinfo/Convert/HTML.pm:6511
872 #: tp/Texinfo/Convert/HTML.pm:6495
873873 msgid "Section One"
874874 msgstr "Se@,{c}@~ao Um"
875875
876 #: tp/Texinfo/Convert/HTML.pm:6513
876 #: tp/Texinfo/Convert/HTML.pm:6497
877877 msgid "Subsection One-One"
878878 msgstr "Subse@,{c}@~ao Um-Um"
879879
880 #: tp/Texinfo/Convert/HTML.pm:6520
880 #: tp/Texinfo/Convert/HTML.pm:6504
881881 msgid "Subsection One-Two"
882882 msgstr "Subse@,{c}@~ao Um-Dois"
883883
884 #: tp/Texinfo/Convert/HTML.pm:6522
884 #: tp/Texinfo/Convert/HTML.pm:6506
885885 msgid "Subsubsection One-Two-One"
886886 msgstr "Subse@,{c}@~ao Um-Dois-Um"
887887
888 #: tp/Texinfo/Convert/HTML.pm:6523
888 #: tp/Texinfo/Convert/HTML.pm:6507
889889 msgid "Subsubsection One-Two-Two"
890890 msgstr "Subse@,{c}@~ao Um-Dois-Dois"
891891
892 #: tp/Texinfo/Convert/HTML.pm:6524
892 #: tp/Texinfo/Convert/HTML.pm:6508
893893 msgid "Subsubsection One-Two-Three"
894894 msgstr "Subse@,{c}@~ao Um-Dois-Tr@^es"
895895
896 #: tp/Texinfo/Convert/HTML.pm:6526
896 #: tp/Texinfo/Convert/HTML.pm:6510
897897 msgid "Current Position"
898898 msgstr "Posi@,{c}@~ao Atual"
899899
900 #: tp/Texinfo/Convert/HTML.pm:6527
900 #: tp/Texinfo/Convert/HTML.pm:6511
901901 msgid "Subsubsection One-Two-Four"
902902 msgstr "Subse@,{c}@~ao Um-Dois-Quatro"
903903
904 #: tp/Texinfo/Convert/HTML.pm:6530
904 #: tp/Texinfo/Convert/HTML.pm:6514
905905 msgid "Subsection One-Three"
906906 msgstr "Subse@,{c}@~ao Um-Tr@^es"
907907
908 #: tp/Texinfo/Convert/HTML.pm:6537
908 #: tp/Texinfo/Convert/HTML.pm:6521
909909 msgid "Subsection One-Four"
910910 msgstr "Subse@,{c}@~ao Um-Quatro"
911911
912 #: tp/Texinfo/Convert/HTML.pm:6945
912 #: tp/Texinfo/Convert/HTML.pm:6929
913913 msgid "Untitled Document"
914914 msgstr "Documento Sem Nome"
915915
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: texinfo_document 6.5.90\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1111 "PO-Revision-Date: 2019-01-05 07:11-0300\n"
1212 "Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n"
1313 "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
104104 msgid "{float_number}\n"
105105 msgstr "{float_number}\n"
106106
107 #: tp/Texinfo/Common.pm:2577
107 #: tp/Texinfo/Common.pm:2578
108108 #, perl-brace-format
109109 msgid "{name} on {class}"
110110 msgstr "{name} na {class}"
111111
112 #: tp/Texinfo/Common.pm:2587
112 #: tp/Texinfo/Common.pm:2588
113113 #, perl-brace-format
114114 msgid "{name} of {class}"
115115 msgstr "{name} da {class}"
211211 msgid "see section ``{section_name}'' in @cite{{book}}"
212212 msgstr "veja se@,{c}@~{a}o ``{section_name}'' em @cite{{book}}"
213213
214 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
214 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
215215 #, perl-brace-format
216216 msgid "@cite{{book}}"
217217 msgstr "@cite{{book}}"
218218
219 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
219 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
220220 #, perl-brace-format
221221 msgid "See @cite{{book}}"
222222 msgstr "Veja @cite{{book}}"
223223
224 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
224 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
225225 #, perl-brace-format
226226 msgid "see @cite{{book}}"
227227 msgstr "veja @cite{{book}}"
247247 msgstr "{abbr_or_acronym} ({explanation})"
248248
249249 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
250 #: tp/Texinfo/Convert/HTML.pm:3653
250 #: tp/Texinfo/Convert/HTML.pm:3637
251251 #, perl-brace-format
252252 msgid "@b{{quotation_arg}:} "
253253 msgstr "@b{{quotation_arg}:} "
276276 msgid "@t{<{url}>}"
277277 msgstr "@t{<{url}>}"
278278
279 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
279 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
280280 #, perl-brace-format
281281 msgid "@{No value for `{value}'@}"
282282 msgstr "@{Nenhum valor para `{value}'@}"
375375 msgid "@tie{}-- {category} of {class}: {type} {name}"
376376 msgstr "{category} da {class}: @emph{{type}} @strong{{name}}"
377377
378 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
378 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
379379 #, perl-brace-format
380380 msgid "@center --- @emph{{author}}\n"
381381 msgstr "@center --- @emph{{author}}\n"
598598 msgid "Footnotes"
599599 msgstr "Notas de Rodap@'{e}"
600600
601 #: tp/Texinfo/Convert/HTML.pm:1541
601 #: tp/Texinfo/Convert/HTML.pm:1533
602602 #, perl-brace-format
603603 msgid "{explained_string} ({explanation})"
604604 msgstr "{explained_string} ({explanation})"
605605
606 #: tp/Texinfo/Convert/HTML.pm:3212
606 #: tp/Texinfo/Convert/HTML.pm:3196
607607 #, perl-brace-format
608608 msgid "see section {reference_name}"
609609 msgstr "veja se@,{c}@~{a}o {reference_name}"
610610
611 #: tp/Texinfo/Convert/HTML.pm:3215
611 #: tp/Texinfo/Convert/HTML.pm:3199
612612 #, perl-brace-format
613613 msgid "see {reference_name}"
614614 msgstr "veja {reference_name}"
615615
616 #: tp/Texinfo/Convert/HTML.pm:3220
616 #: tp/Texinfo/Convert/HTML.pm:3204
617617 #, perl-brace-format
618618 msgid "See section {reference_name}"
619619 msgstr "Veja se@,{c}@~{a}o {reference_name}"
620620
621 #: tp/Texinfo/Convert/HTML.pm:3223
621 #: tp/Texinfo/Convert/HTML.pm:3207
622622 #, perl-brace-format
623623 msgid "See {reference_name}"
624624 msgstr "Veja {reference_name}"
625625
626 #: tp/Texinfo/Convert/HTML.pm:3227
626 #: tp/Texinfo/Convert/HTML.pm:3211
627627 #, perl-brace-format
628628 msgid "{reference_name}"
629629 msgstr "{reference_name}"
630630
631 #: tp/Texinfo/Convert/HTML.pm:3289
631 #: tp/Texinfo/Convert/HTML.pm:3273
632632 #, perl-brace-format
633633 msgid "see {reference} in @cite{{book}}"
634634 msgstr "veja {reference} em @cite{{book}}"
635635
636 #: tp/Texinfo/Convert/HTML.pm:3293
636 #: tp/Texinfo/Convert/HTML.pm:3277
637637 #, perl-brace-format
638638 msgid "see @cite{{book_reference}}"
639639 msgstr "veja @cite{{book_reference}}"
640640
641 #: tp/Texinfo/Convert/HTML.pm:3297
641 #: tp/Texinfo/Convert/HTML.pm:3281
642642 #, perl-brace-format
643643 msgid "see `{section}' in @cite{{book}}"
644644 msgstr "veja `{section}' em @cite{{book}}"
645645
646 #: tp/Texinfo/Convert/HTML.pm:3304
646 #: tp/Texinfo/Convert/HTML.pm:3288
647647 #, perl-brace-format
648648 msgid "see {reference}"
649649 msgstr "veja {reference}"
650650
651 #: tp/Texinfo/Convert/HTML.pm:3307
651 #: tp/Texinfo/Convert/HTML.pm:3291
652652 #, perl-brace-format
653653 msgid "see `{section}'"
654654 msgstr "veja `{section}'"
655655
656 #: tp/Texinfo/Convert/HTML.pm:3312
656 #: tp/Texinfo/Convert/HTML.pm:3296
657657 #, perl-brace-format
658658 msgid "See {reference} in @cite{{book}}"
659659 msgstr "Veja {reference} em @cite{{book}}"
660660
661 #: tp/Texinfo/Convert/HTML.pm:3316
661 #: tp/Texinfo/Convert/HTML.pm:3300
662662 #, perl-brace-format
663663 msgid "See @cite{{book_reference}}"
664664 msgstr "Veja @cite{{book_reference}}"
665665
666 #: tp/Texinfo/Convert/HTML.pm:3320
666 #: tp/Texinfo/Convert/HTML.pm:3304
667667 #, perl-brace-format
668668 msgid "See `{section}' in @cite{{book}}"
669669 msgstr "Veja `{section}' em @cite{{book}}"
670670
671 #: tp/Texinfo/Convert/HTML.pm:3327
671 #: tp/Texinfo/Convert/HTML.pm:3311
672672 #, perl-brace-format
673673 msgid "See {reference}"
674674 msgstr "Veja {reference}"
675675
676 #: tp/Texinfo/Convert/HTML.pm:3330
676 #: tp/Texinfo/Convert/HTML.pm:3314
677677 #, perl-brace-format
678678 msgid "See `{section}'"
679679 msgstr "Veja `{section}'"
680680
681 #: tp/Texinfo/Convert/HTML.pm:3335
681 #: tp/Texinfo/Convert/HTML.pm:3319
682682 #, perl-brace-format
683683 msgid "{reference} in @cite{{book}}"
684684 msgstr "{reference} em @cite{{book}}"
685685
686 #: tp/Texinfo/Convert/HTML.pm:3339
686 #: tp/Texinfo/Convert/HTML.pm:3323
687687 #, perl-brace-format
688688 msgid "@cite{{book_reference}}"
689689 msgstr "@cite{{book_reference}}"
690690
691 #: tp/Texinfo/Convert/HTML.pm:3343
691 #: tp/Texinfo/Convert/HTML.pm:3327
692692 #, perl-brace-format
693693 msgid "`{section}' in @cite{{book}}"
694694 msgstr "`{section}' em @cite{{book}}"
695695
696 #: tp/Texinfo/Convert/HTML.pm:3350
696 #: tp/Texinfo/Convert/HTML.pm:3334
697697 #, perl-brace-format
698698 msgid "{reference}"
699699 msgstr "{reference}"
700700
701 #: tp/Texinfo/Convert/HTML.pm:3353
701 #: tp/Texinfo/Convert/HTML.pm:3337
702702 #, perl-brace-format
703703 msgid "`{section}'"
704704 msgstr "`{section}'"
705705
706 #: tp/Texinfo/Convert/HTML.pm:3466
706 #: tp/Texinfo/Convert/HTML.pm:3450
707707 msgid "Jump to"
708708 msgstr "Pular para"
709709
710 #: tp/Texinfo/Convert/HTML.pm:3474
710 #: tp/Texinfo/Convert/HTML.pm:3458
711711 msgid "Index Entry"
712712 msgstr "Entrada de @'{i}ndice"
713713
714 #: tp/Texinfo/Convert/HTML.pm:3476
714 #: tp/Texinfo/Convert/HTML.pm:3460
715715 msgid "Section"
716716 msgstr "Se@,{c}@~{a}o"
717717
718 #: tp/Texinfo/Convert/HTML.pm:4096
718 #: tp/Texinfo/Convert/HTML.pm:4080
719719 #, perl-brace-format
720720 msgid "{category}: @strong{{name}} @emph{{arguments}}"
721721 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
722722
723 #: tp/Texinfo/Convert/HTML.pm:4101
723 #: tp/Texinfo/Convert/HTML.pm:4085
724724 #, perl-brace-format
725725 msgid "{category}: @strong{{name}}"
726726 msgstr "{category}: @strong{{name}}"
727727
728 #: tp/Texinfo/Convert/HTML.pm:4118
728 #: tp/Texinfo/Convert/HTML.pm:4102
729729 #, perl-brace-format
730730 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
731731 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
732732
733 #: tp/Texinfo/Convert/HTML.pm:4122
733 #: tp/Texinfo/Convert/HTML.pm:4106
734734 #, perl-brace-format
735735 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
736736 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
737737
738 #: tp/Texinfo/Convert/HTML.pm:4131
738 #: tp/Texinfo/Convert/HTML.pm:4115
739739 #, perl-brace-format
740740 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
741741 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
742742
743 #: tp/Texinfo/Convert/HTML.pm:4134
743 #: tp/Texinfo/Convert/HTML.pm:4118
744744 #, perl-brace-format
745745 msgid "{category}: @emph{{type}} @strong{{name}}"
746746 msgstr "{category}: @emph{{type}} @strong{{name}}"
747747
748 #: tp/Texinfo/Convert/HTML.pm:4142
748 #: tp/Texinfo/Convert/HTML.pm:4126
749749 #, perl-brace-format
750750 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
751751 msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}"
752752
753 #: tp/Texinfo/Convert/HTML.pm:4148
753 #: tp/Texinfo/Convert/HTML.pm:4132
754754 #, perl-brace-format
755755 msgid "{category} of {class}: @strong{{name}}"
756756 msgstr "{category} de {class}: @strong{{name}}"
757757
758 #: tp/Texinfo/Convert/HTML.pm:4157
758 #: tp/Texinfo/Convert/HTML.pm:4141
759759 #, perl-brace-format
760760 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
761761 msgstr "{category} em {class}: @strong{{name}} @emph{{arguments}}"
762762
763 #: tp/Texinfo/Convert/HTML.pm:4163
763 #: tp/Texinfo/Convert/HTML.pm:4147
764764 #, perl-brace-format
765765 msgid "{category} on {class}: @strong{{name}}"
766766 msgstr "{category} em {class}: @strong{{name}}"
767767
768 #: tp/Texinfo/Convert/HTML.pm:4178
768 #: tp/Texinfo/Convert/HTML.pm:4162
769769 #, perl-brace-format
770770 msgid ""
771771 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
772772 msgstr ""
773773 "{category} em {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
774774
775 #: tp/Texinfo/Convert/HTML.pm:4182
775 #: tp/Texinfo/Convert/HTML.pm:4166
776776 #, perl-brace-format
777777 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
778778 msgstr ""
779779 "{category} em {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
780780
781 #: tp/Texinfo/Convert/HTML.pm:4193
781 #: tp/Texinfo/Convert/HTML.pm:4177
782782 #, perl-brace-format
783783 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
784784 msgstr "{category} em {class}:@* @emph{{type}}@* @strong{{name}}"
785785
786 #: tp/Texinfo/Convert/HTML.pm:4197
786 #: tp/Texinfo/Convert/HTML.pm:4181
787787 #, perl-brace-format
788788 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
789789 msgstr "{category} em {class}: @emph{{type}} @strong{{name}}"
790790
791 #: tp/Texinfo/Convert/HTML.pm:4211
791 #: tp/Texinfo/Convert/HTML.pm:4195
792792 #, perl-brace-format
793793 msgid ""
794794 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
795795 msgstr ""
796796 "{category} de {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
797797
798 #: tp/Texinfo/Convert/HTML.pm:4215
798 #: tp/Texinfo/Convert/HTML.pm:4199
799799 #, perl-brace-format
800800 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
801801 msgstr ""
802802 "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
803803
804 #: tp/Texinfo/Convert/HTML.pm:4226
804 #: tp/Texinfo/Convert/HTML.pm:4210
805805 #, perl-brace-format
806806 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
807807 msgstr "{category} da {class}:@* @emph{{type}}@* @strong{{name}}"
808808
809 #: tp/Texinfo/Convert/HTML.pm:4230
809 #: tp/Texinfo/Convert/HTML.pm:4214
810810 #, perl-brace-format
811811 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
812812 msgstr "{category} da {class}: @emph{{type}} @strong{{name}}"
813813
814 #: tp/Texinfo/Convert/HTML.pm:6197
814 #: tp/Texinfo/Convert/HTML.pm:6181
815815 #, perl-brace-format
816816 msgid ""
817817 "This document was generated on @emph{@today{}} using "
820820 "Esse documento foi gerado em @emph{@today{}} usando "
821821 "@uref{{program_homepage}, @emph{{program}}}."
822822
823 #: tp/Texinfo/Convert/HTML.pm:6202
823 #: tp/Texinfo/Convert/HTML.pm:6186
824824 msgid "This document was generated on @emph{@today{}}."
825825 msgstr "Esse documento foi gerado em @emph{@today{}}."
826826
827 #: tp/Texinfo/Convert/HTML.pm:6253
827 #: tp/Texinfo/Convert/HTML.pm:6237
828828 #, perl-brace-format
829829 msgid "{element_text} ({title})"
830830 msgstr "{element_text} ({title})"
831831
832 #: tp/Texinfo/Convert/HTML.pm:6397
832 #: tp/Texinfo/Convert/HTML.pm:6381
833833 #, perl-brace-format
834834 msgid "The node you are looking for is at {href}."
835835 msgstr "O nodo atualmente visto encontra-se em {href}."
836836
837 #: tp/Texinfo/Convert/HTML.pm:6466
837 #: tp/Texinfo/Convert/HTML.pm:6450
838838 msgid " The buttons in the navigation panels have the following meaning:"
839839 msgstr ""
840840 " Os bot@~{o}es nos pain@'{e}is de navega@,{c}@~{a}o possuem os seguintes "
841841 "significados:"
842842
843 #: tp/Texinfo/Convert/HTML.pm:6472
843 #: tp/Texinfo/Convert/HTML.pm:6456
844844 msgid "Button"
845845 msgstr "Bot@~{a}o"
846846
847 #: tp/Texinfo/Convert/HTML.pm:6473
847 #: tp/Texinfo/Convert/HTML.pm:6457
848848 msgid "Name"
849849 msgstr "Nome"
850850
851 #: tp/Texinfo/Convert/HTML.pm:6474
851 #: tp/Texinfo/Convert/HTML.pm:6458
852852 msgid "Go to"
853853 msgstr "V@'{a} para"
854854
855 #: tp/Texinfo/Convert/HTML.pm:6475
855 #: tp/Texinfo/Convert/HTML.pm:6459
856856 msgid "From 1.2.3 go to"
857857 msgstr "De 1.2.3 v@'{a} para"
858858
859 #: tp/Texinfo/Convert/HTML.pm:6501
859 #: tp/Texinfo/Convert/HTML.pm:6485
860860 msgid ""
861861 " where the @strong{ Example } assumes that the current position is at "
862862 "@strong{ Subsubsection One-Two-Three } of a document of the following "
866866 "em @strong{ Subsub@,{c}@~{a}o Um-Dois-Tr@^es } de um documento com a "
867867 "seguinte estrutura:"
868868
869 #: tp/Texinfo/Convert/HTML.pm:6511
869 #: tp/Texinfo/Convert/HTML.pm:6495
870870 msgid "Section One"
871871 msgstr "Se@,{c}@~{a}o Um"
872872
873 #: tp/Texinfo/Convert/HTML.pm:6513
873 #: tp/Texinfo/Convert/HTML.pm:6497
874874 msgid "Subsection One-One"
875875 msgstr "Subse@,{c}@~{a}o Um-Um"
876876
877 #: tp/Texinfo/Convert/HTML.pm:6520
877 #: tp/Texinfo/Convert/HTML.pm:6504
878878 msgid "Subsection One-Two"
879879 msgstr "Subse@,{c}@~{a}o Um-Dois"
880880
881 #: tp/Texinfo/Convert/HTML.pm:6522
881 #: tp/Texinfo/Convert/HTML.pm:6506
882882 msgid "Subsubsection One-Two-One"
883883 msgstr "Subse@,{c}@~{a}o Um-Dois-Um"
884884
885 #: tp/Texinfo/Convert/HTML.pm:6523
885 #: tp/Texinfo/Convert/HTML.pm:6507
886886 msgid "Subsubsection One-Two-Two"
887887 msgstr "Subse@,{c}@~{a}o Um-Dois-Dois"
888888
889 #: tp/Texinfo/Convert/HTML.pm:6524
889 #: tp/Texinfo/Convert/HTML.pm:6508
890890 msgid "Subsubsection One-Two-Three"
891891 msgstr "Subse@,{c}@~{a}o Um-Dois-Tr@^es"
892892
893 #: tp/Texinfo/Convert/HTML.pm:6526
893 #: tp/Texinfo/Convert/HTML.pm:6510
894894 msgid "Current Position"
895895 msgstr "Posi@,{c}@~{a}o Atual"
896896
897 #: tp/Texinfo/Convert/HTML.pm:6527
897 #: tp/Texinfo/Convert/HTML.pm:6511
898898 msgid "Subsubsection One-Two-Four"
899899 msgstr "Subse@,{c}@~{a}o Um-Dois-Quatro"
900900
901 #: tp/Texinfo/Convert/HTML.pm:6530
901 #: tp/Texinfo/Convert/HTML.pm:6514
902902 msgid "Subsection One-Three"
903903 msgstr "Subse@,{c}@~{a}o Um-Tr@^es"
904904
905 #: tp/Texinfo/Convert/HTML.pm:6537
905 #: tp/Texinfo/Convert/HTML.pm:6521
906906 msgid "Subsection One-Four"
907907 msgstr "Subse@,{c}@~{a}o Um-Quatro"
908908
909 #: tp/Texinfo/Convert/HTML.pm:6945
909 #: tp/Texinfo/Convert/HTML.pm:6929
910910 msgid "Untitled Document"
911911 msgstr "Documento Sem Nome"
77 msgstr ""
88 "Project-Id-Version: texinfo_document 5.9.93\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1111 "PO-Revision-Date: 2015-06-07 06:25-0300\n"
1212 "Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n"
1313 "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
104104 msgid "{float_number}\n"
105105 msgstr "{float_number}\n"
106106
107 #: tp/Texinfo/Common.pm:2577
107 #: tp/Texinfo/Common.pm:2578
108108 #, perl-brace-format
109109 msgid "{name} on {class}"
110110 msgstr "{name} na {class}"
111111
112 #: tp/Texinfo/Common.pm:2587
112 #: tp/Texinfo/Common.pm:2588
113113 #, perl-brace-format
114114 msgid "{name} of {class}"
115115 msgstr "{name} da {class}"
211211 msgid "see section ``{section_name}'' in @cite{{book}}"
212212 msgstr ""
213213
214 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
214 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
215215 #, perl-brace-format
216216 msgid "@cite{{book}}"
217217 msgstr "@cite{{book}}"
218218
219 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
219 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
220220 #, perl-brace-format
221221 msgid "See @cite{{book}}"
222222 msgstr "Veja @cite{{book}}"
223223
224 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
224 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
225225 #, perl-brace-format
226226 msgid "see @cite{{book}}"
227227 msgstr "veja @cite{{book}}"
247247 msgstr ""
248248
249249 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
250 #: tp/Texinfo/Convert/HTML.pm:3653
250 #: tp/Texinfo/Convert/HTML.pm:3637
251251 #, perl-brace-format
252252 msgid "@b{{quotation_arg}:} "
253253 msgstr "@b{{quotation_arg}:} "
276276 msgid "@t{<{url}>}"
277277 msgstr "@t{<{url}>}"
278278
279 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
279 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
280280 #, perl-brace-format
281281 msgid "@{No value for `{value}'@}"
282282 msgstr "@{Nenhum valor para `{value}'@}"
371371 msgid "@tie{}-- {category} of {class}: {type} {name}"
372372 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
373373
374 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
374 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
375375 #, perl-brace-format
376376 msgid "@center --- @emph{{author}}\n"
377377 msgstr "@center --- @emph{{author}}\n"
600600 msgid "Footnotes"
601601 msgstr "Notas de Rodap@'e"
602602
603 #: tp/Texinfo/Convert/HTML.pm:1541
603 #: tp/Texinfo/Convert/HTML.pm:1533
604604 #, perl-brace-format
605605 msgid "{explained_string} ({explanation})"
606606 msgstr ""
607607
608 #: tp/Texinfo/Convert/HTML.pm:3212
608 #: tp/Texinfo/Convert/HTML.pm:3196
609609 #, perl-brace-format
610610 msgid "see section {reference_name}"
611611 msgstr "veja se@,{c}@~ao {reference_name}"
612612
613 #: tp/Texinfo/Convert/HTML.pm:3215
613 #: tp/Texinfo/Convert/HTML.pm:3199
614614 #, perl-brace-format
615615 msgid "see {reference_name}"
616616 msgstr "veja {reference_name}"
617617
618 #: tp/Texinfo/Convert/HTML.pm:3220
618 #: tp/Texinfo/Convert/HTML.pm:3204
619619 #, perl-brace-format
620620 msgid "See section {reference_name}"
621621 msgstr "Veja se@,{c}@~ao {reference_name}"
622622
623 #: tp/Texinfo/Convert/HTML.pm:3223
623 #: tp/Texinfo/Convert/HTML.pm:3207
624624 #, perl-brace-format
625625 msgid "See {reference_name}"
626626 msgstr "Veja {reference_name}"
627627
628 #: tp/Texinfo/Convert/HTML.pm:3227
628 #: tp/Texinfo/Convert/HTML.pm:3211
629629 #, perl-brace-format
630630 msgid "{reference_name}"
631631 msgstr "{reference_name}"
632632
633 #: tp/Texinfo/Convert/HTML.pm:3289
633 #: tp/Texinfo/Convert/HTML.pm:3273
634634 #, fuzzy, perl-brace-format
635635 msgid "see {reference} in @cite{{book}}"
636636 msgstr "veja @cite{{book}}"
637637
638 #: tp/Texinfo/Convert/HTML.pm:3293
638 #: tp/Texinfo/Convert/HTML.pm:3277
639639 #, fuzzy, perl-brace-format
640640 msgid "see @cite{{book_reference}}"
641641 msgstr "veja @cite{{book}}"
642642
643 #: tp/Texinfo/Convert/HTML.pm:3297
643 #: tp/Texinfo/Convert/HTML.pm:3281
644644 #, fuzzy, perl-brace-format
645645 msgid "see `{section}' in @cite{{book}}"
646646 msgstr "veja @cite{{book}}"
647647
648 #: tp/Texinfo/Convert/HTML.pm:3304
648 #: tp/Texinfo/Convert/HTML.pm:3288
649649 #, fuzzy, perl-brace-format
650650 msgid "see {reference}"
651651 msgstr "veja {reference_name}"
652652
653 #: tp/Texinfo/Convert/HTML.pm:3307
653 #: tp/Texinfo/Convert/HTML.pm:3291
654654 #, fuzzy, perl-brace-format
655655 msgid "see `{section}'"
656656 msgstr "Se@,{c}@~ao acima"
657657
658 #: tp/Texinfo/Convert/HTML.pm:3312
658 #: tp/Texinfo/Convert/HTML.pm:3296
659659 #, fuzzy, perl-brace-format
660660 msgid "See {reference} in @cite{{book}}"
661661 msgstr "Veja @cite{{book}}"
662662
663 #: tp/Texinfo/Convert/HTML.pm:3316
663 #: tp/Texinfo/Convert/HTML.pm:3300
664664 #, fuzzy, perl-brace-format
665665 msgid "See @cite{{book_reference}}"
666666 msgstr "Veja @cite{{book}}"
667667
668 #: tp/Texinfo/Convert/HTML.pm:3320
668 #: tp/Texinfo/Convert/HTML.pm:3304
669669 #, fuzzy, perl-brace-format
670670 msgid "See `{section}' in @cite{{book}}"
671671 msgstr "Veja @cite{{book}}"
672672
673 #: tp/Texinfo/Convert/HTML.pm:3327
673 #: tp/Texinfo/Convert/HTML.pm:3311
674674 #, fuzzy, perl-brace-format
675675 msgid "See {reference}"
676676 msgstr "Veja {reference_name}"
677677
678 #: tp/Texinfo/Convert/HTML.pm:3330
678 #: tp/Texinfo/Convert/HTML.pm:3314
679679 #, fuzzy, perl-brace-format
680680 msgid "See `{section}'"
681681 msgstr "Se@,{c}@~ao acima"
682682
683 #: tp/Texinfo/Convert/HTML.pm:3335
683 #: tp/Texinfo/Convert/HTML.pm:3319
684684 #, fuzzy, perl-brace-format
685685 msgid "{reference} in @cite{{book}}"
686686 msgstr "Veja @cite{{book}}"
687687
688 #: tp/Texinfo/Convert/HTML.pm:3339
688 #: tp/Texinfo/Convert/HTML.pm:3323
689689 #, fuzzy, perl-brace-format
690690 msgid "@cite{{book_reference}}"
691691 msgstr "@cite{{book}}"
692692
693 #: tp/Texinfo/Convert/HTML.pm:3343
693 #: tp/Texinfo/Convert/HTML.pm:3327
694694 #, fuzzy, perl-brace-format
695695 msgid "`{section}' in @cite{{book}}"
696696 msgstr "veja @cite{{book}}"
697697
698 #: tp/Texinfo/Convert/HTML.pm:3350
698 #: tp/Texinfo/Convert/HTML.pm:3334
699699 #, fuzzy, perl-brace-format
700700 msgid "{reference}"
701701 msgstr "{reference_name}"
702702
703 #: tp/Texinfo/Convert/HTML.pm:3353
703 #: tp/Texinfo/Convert/HTML.pm:3337
704704 #, fuzzy, perl-brace-format
705705 msgid "`{section}'"
706706 msgstr "Se@,{c}@~ao acima"
707707
708 #: tp/Texinfo/Convert/HTML.pm:3466
708 #: tp/Texinfo/Convert/HTML.pm:3450
709709 msgid "Jump to"
710710 msgstr "Pular para"
711711
712 #: tp/Texinfo/Convert/HTML.pm:3474
712 #: tp/Texinfo/Convert/HTML.pm:3458
713713 msgid "Index Entry"
714714 msgstr "Entrada de @'Indice"
715715
716 #: tp/Texinfo/Convert/HTML.pm:3476
716 #: tp/Texinfo/Convert/HTML.pm:3460
717717 msgid "Section"
718718 msgstr "Se@,{c}@~ao"
719719
720 #: tp/Texinfo/Convert/HTML.pm:4096
720 #: tp/Texinfo/Convert/HTML.pm:4080
721721 #, fuzzy, perl-brace-format
722722 msgid "{category}: @strong{{name}} @emph{{arguments}}"
723723 msgstr "@tie{ }-- {category}: {name} {arguments}"
724724
725 #: tp/Texinfo/Convert/HTML.pm:4101
725 #: tp/Texinfo/Convert/HTML.pm:4085
726726 #, fuzzy, perl-brace-format
727727 msgid "{category}: @strong{{name}}"
728728 msgstr "{category}: @emph{{type}} @strong{{name}}"
729729
730 #: tp/Texinfo/Convert/HTML.pm:4118
730 #: tp/Texinfo/Convert/HTML.pm:4102
731731 #, fuzzy, perl-brace-format
732732 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
733733 msgstr "{category}: @emph{{type}} @strong{{name}}"
734734
735 #: tp/Texinfo/Convert/HTML.pm:4122
735 #: tp/Texinfo/Convert/HTML.pm:4106
736736 #, fuzzy, perl-brace-format
737737 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
738738 msgstr "{category}: @emph{{type}} @strong{{name}}"
739739
740 #: tp/Texinfo/Convert/HTML.pm:4131
740 #: tp/Texinfo/Convert/HTML.pm:4115
741741 #, fuzzy, perl-brace-format
742742 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
743743 msgstr "{category}: @emph{{type}} @strong{{name}}"
744744
745 #: tp/Texinfo/Convert/HTML.pm:4134
745 #: tp/Texinfo/Convert/HTML.pm:4118
746746 #, perl-brace-format
747747 msgid "{category}: @emph{{type}} @strong{{name}}"
748748 msgstr "{category}: @emph{{type}} @strong{{name}}"
749749
750 #: tp/Texinfo/Convert/HTML.pm:4142
750 #: tp/Texinfo/Convert/HTML.pm:4126
751751 #, fuzzy, perl-brace-format
752752 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
753753 msgstr "@tie{ }-- {category} da {class}: {name} {arguments}"
754754
755 #: tp/Texinfo/Convert/HTML.pm:4148
755 #: tp/Texinfo/Convert/HTML.pm:4132
756756 #, fuzzy, perl-brace-format
757757 msgid "{category} of {class}: @strong{{name}}"
758758 msgstr "@tie{ }-- {category} da {class}: {name}"
759759
760 #: tp/Texinfo/Convert/HTML.pm:4157
760 #: tp/Texinfo/Convert/HTML.pm:4141
761761 #, fuzzy, perl-brace-format
762762 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
763763 msgstr "@tie{ }-- {category} na {class}: {name} {arguments}"
764764
765 #: tp/Texinfo/Convert/HTML.pm:4163
765 #: tp/Texinfo/Convert/HTML.pm:4147
766766 #, fuzzy, perl-brace-format
767767 msgid "{category} on {class}: @strong{{name}}"
768768 msgstr "@tie{ }-- {category} na {class}: {name}"
769769
770 #: tp/Texinfo/Convert/HTML.pm:4178
770 #: tp/Texinfo/Convert/HTML.pm:4162
771771 #, fuzzy, perl-brace-format
772772 msgid ""
773773 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
774774 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
775775
776 #: tp/Texinfo/Convert/HTML.pm:4182
776 #: tp/Texinfo/Convert/HTML.pm:4166
777777 #, fuzzy, perl-brace-format
778778 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
779779 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
780780
781 #: tp/Texinfo/Convert/HTML.pm:4193
781 #: tp/Texinfo/Convert/HTML.pm:4177
782782 #, fuzzy, perl-brace-format
783783 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
784784 msgstr "{category}: @emph{{type}} @strong{{name}}"
785785
786 #: tp/Texinfo/Convert/HTML.pm:4197
786 #: tp/Texinfo/Convert/HTML.pm:4181
787787 #, fuzzy, perl-brace-format
788788 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
789789 msgstr "{category}: @emph{{type}} @strong{{name}}"
790790
791 #: tp/Texinfo/Convert/HTML.pm:4211
791 #: tp/Texinfo/Convert/HTML.pm:4195
792792 #, fuzzy, perl-brace-format
793793 msgid ""
794794 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
795795 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
796796
797 #: tp/Texinfo/Convert/HTML.pm:4215
797 #: tp/Texinfo/Convert/HTML.pm:4199
798798 #, fuzzy, perl-brace-format
799799 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
800800 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
801801
802 #: tp/Texinfo/Convert/HTML.pm:4226
802 #: tp/Texinfo/Convert/HTML.pm:4210
803803 #, fuzzy, perl-brace-format
804804 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
805805 msgstr "{category}: @emph{{type}} @strong{{name}}"
806806
807 #: tp/Texinfo/Convert/HTML.pm:4230
807 #: tp/Texinfo/Convert/HTML.pm:4214
808808 #, fuzzy, perl-brace-format
809809 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
810810 msgstr "{category}: @emph{{type}} @strong{{name}}"
811811
812 #: tp/Texinfo/Convert/HTML.pm:6197
812 #: tp/Texinfo/Convert/HTML.pm:6181
813813 #, perl-brace-format
814814 msgid ""
815815 "This document was generated on @emph{@today{}} using "
816816 "@uref{{program_homepage}, @emph{{program}}}."
817817 msgstr ""
818818
819 #: tp/Texinfo/Convert/HTML.pm:6202
819 #: tp/Texinfo/Convert/HTML.pm:6186
820820 msgid "This document was generated on @emph{@today{}}."
821821 msgstr ""
822822
823 #: tp/Texinfo/Convert/HTML.pm:6253
823 #: tp/Texinfo/Convert/HTML.pm:6237
824824 #, fuzzy, perl-brace-format
825825 msgid "{element_text} ({title})"
826826 msgstr "{text} ({url})"
827827
828 #: tp/Texinfo/Convert/HTML.pm:6397
828 #: tp/Texinfo/Convert/HTML.pm:6381
829829 #, perl-brace-format
830830 msgid "The node you are looking for is at {href}."
831831 msgstr "O nodo que vo@^e est@'a olhando est@'a em {href}."
832832
833 #: tp/Texinfo/Convert/HTML.pm:6466
833 #: tp/Texinfo/Convert/HTML.pm:6450
834834 msgid " The buttons in the navigation panels have the following meaning:"
835835 msgstr ""
836836 " Os bot@~oes nos pain@'eis de navega@,{c}@~ao possuem os seguintes "
837837 "significados:"
838838
839 #: tp/Texinfo/Convert/HTML.pm:6472
839 #: tp/Texinfo/Convert/HTML.pm:6456
840840 msgid "Button"
841841 msgstr "Bot@~ao"
842842
843 #: tp/Texinfo/Convert/HTML.pm:6473
843 #: tp/Texinfo/Convert/HTML.pm:6457
844844 msgid "Name"
845845 msgstr "Nome"
846846
847 #: tp/Texinfo/Convert/HTML.pm:6474
847 #: tp/Texinfo/Convert/HTML.pm:6458
848848 msgid "Go to"
849849 msgstr "V@'a para"
850850
851 #: tp/Texinfo/Convert/HTML.pm:6475
851 #: tp/Texinfo/Convert/HTML.pm:6459
852852 msgid "From 1.2.3 go to"
853853 msgstr "De 1.2.3 v@'a para"
854854
855 #: tp/Texinfo/Convert/HTML.pm:6501
855 #: tp/Texinfo/Convert/HTML.pm:6485
856856 msgid ""
857857 " where the @strong{ Example } assumes that the current position is at "
858858 "@strong{ Subsubsection One-Two-Three } of a document of the following "
862862 "@strong{ Subsub@,{c}@~ao Um-Dois-Tr@^es } de um documento com a seguinte "
863863 "estrutura:"
864864
865 #: tp/Texinfo/Convert/HTML.pm:6511
865 #: tp/Texinfo/Convert/HTML.pm:6495
866866 msgid "Section One"
867867 msgstr "Se@,{c}@~ao Um"
868868
869 #: tp/Texinfo/Convert/HTML.pm:6513
869 #: tp/Texinfo/Convert/HTML.pm:6497
870870 msgid "Subsection One-One"
871871 msgstr "Subse@,{c}@~ao Um-Um"
872872
873 #: tp/Texinfo/Convert/HTML.pm:6520
873 #: tp/Texinfo/Convert/HTML.pm:6504
874874 msgid "Subsection One-Two"
875875 msgstr "Subse@,{c}@~ao Um-Dois"
876876
877 #: tp/Texinfo/Convert/HTML.pm:6522
877 #: tp/Texinfo/Convert/HTML.pm:6506
878878 msgid "Subsubsection One-Two-One"
879879 msgstr "Subse@,{c}@~ao Um-Dois-Um"
880880
881 #: tp/Texinfo/Convert/HTML.pm:6523
881 #: tp/Texinfo/Convert/HTML.pm:6507
882882 msgid "Subsubsection One-Two-Two"
883883 msgstr "Subse@,{c}@~ao Um-Dois-Dois"
884884
885 #: tp/Texinfo/Convert/HTML.pm:6524
885 #: tp/Texinfo/Convert/HTML.pm:6508
886886 msgid "Subsubsection One-Two-Three"
887887 msgstr "Subse@,{c}@~ao Um-Dois-Tr@^es"
888888
889 #: tp/Texinfo/Convert/HTML.pm:6526
889 #: tp/Texinfo/Convert/HTML.pm:6510
890890 msgid "Current Position"
891891 msgstr "Posi@,{c}@~ao Atual"
892892
893 #: tp/Texinfo/Convert/HTML.pm:6527
893 #: tp/Texinfo/Convert/HTML.pm:6511
894894 msgid "Subsubsection One-Two-Four"
895895 msgstr "Subse@,{c}@~ao Um-Dois-Quatro"
896896
897 #: tp/Texinfo/Convert/HTML.pm:6530
897 #: tp/Texinfo/Convert/HTML.pm:6514
898898 msgid "Subsection One-Three"
899899 msgstr "Subse@,{c}@~ao Um-Tr@^es"
900900
901 #: tp/Texinfo/Convert/HTML.pm:6537
901 #: tp/Texinfo/Convert/HTML.pm:6521
902902 msgid "Subsection One-Four"
903903 msgstr "Subse@,{c}@~ao Um-Quatro"
904904
905 #: tp/Texinfo/Convert/HTML.pm:6945
905 #: tp/Texinfo/Convert/HTML.pm:6929
906906 msgid "Untitled Document"
907907 msgstr "Documento Sem Nome"
908908
77 msgstr ""
88 "Project-Id-Version: GNU texinfo 6.5.92\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1111 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313 "Language-Team: LANGUAGE <LL@li.org>\n"
101101 msgid "{float_number}\n"
102102 msgstr ""
103103
104 #: tp/Texinfo/Common.pm:2577
104 #: tp/Texinfo/Common.pm:2578
105105 #, perl-brace-format
106106 msgid "{name} on {class}"
107107 msgstr ""
108108
109 #: tp/Texinfo/Common.pm:2587
109 #: tp/Texinfo/Common.pm:2588
110110 #, perl-brace-format
111111 msgid "{name} of {class}"
112112 msgstr ""
208208 msgid "see section ``{section_name}'' in @cite{{book}}"
209209 msgstr ""
210210
211 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
211 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
212212 #, perl-brace-format
213213 msgid "@cite{{book}}"
214214 msgstr ""
215215
216 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
216 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
217217 #, perl-brace-format
218218 msgid "See @cite{{book}}"
219219 msgstr ""
220220
221 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
221 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
222222 #, perl-brace-format
223223 msgid "see @cite{{book}}"
224224 msgstr ""
244244 msgstr ""
245245
246246 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
247 #: tp/Texinfo/Convert/HTML.pm:3653
247 #: tp/Texinfo/Convert/HTML.pm:3637
248248 #, perl-brace-format
249249 msgid "@b{{quotation_arg}:} "
250250 msgstr ""
273273 msgid "@t{<{url}>}"
274274 msgstr ""
275275
276 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
276 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
277277 #, perl-brace-format
278278 msgid "@{No value for `{value}'@}"
279279 msgstr ""
368368 msgid "@tie{}-- {category} of {class}: {type} {name}"
369369 msgstr ""
370370
371 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
371 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
372372 #, perl-brace-format
373373 msgid "@center --- @emph{{author}}\n"
374374 msgstr ""
591591 msgid "Footnotes"
592592 msgstr ""
593593
594 #: tp/Texinfo/Convert/HTML.pm:1541
594 #: tp/Texinfo/Convert/HTML.pm:1533
595595 #, perl-brace-format
596596 msgid "{explained_string} ({explanation})"
597597 msgstr ""
598598
599 #: tp/Texinfo/Convert/HTML.pm:3212
599 #: tp/Texinfo/Convert/HTML.pm:3196
600600 #, perl-brace-format
601601 msgid "see section {reference_name}"
602602 msgstr ""
603603
604 #: tp/Texinfo/Convert/HTML.pm:3215
604 #: tp/Texinfo/Convert/HTML.pm:3199
605605 #, perl-brace-format
606606 msgid "see {reference_name}"
607607 msgstr ""
608608
609 #: tp/Texinfo/Convert/HTML.pm:3220
609 #: tp/Texinfo/Convert/HTML.pm:3204
610610 #, perl-brace-format
611611 msgid "See section {reference_name}"
612612 msgstr ""
613613
614 #: tp/Texinfo/Convert/HTML.pm:3223
614 #: tp/Texinfo/Convert/HTML.pm:3207
615615 #, perl-brace-format
616616 msgid "See {reference_name}"
617617 msgstr ""
618618
619 #: tp/Texinfo/Convert/HTML.pm:3227
619 #: tp/Texinfo/Convert/HTML.pm:3211
620620 #, perl-brace-format
621621 msgid "{reference_name}"
622622 msgstr ""
623623
624 #: tp/Texinfo/Convert/HTML.pm:3289
624 #: tp/Texinfo/Convert/HTML.pm:3273
625625 #, perl-brace-format
626626 msgid "see {reference} in @cite{{book}}"
627627 msgstr ""
628628
629 #: tp/Texinfo/Convert/HTML.pm:3293
629 #: tp/Texinfo/Convert/HTML.pm:3277
630630 #, perl-brace-format
631631 msgid "see @cite{{book_reference}}"
632632 msgstr ""
633633
634 #: tp/Texinfo/Convert/HTML.pm:3297
634 #: tp/Texinfo/Convert/HTML.pm:3281
635635 #, perl-brace-format
636636 msgid "see `{section}' in @cite{{book}}"
637637 msgstr ""
638638
639 #: tp/Texinfo/Convert/HTML.pm:3288
640 #, perl-brace-format
641 msgid "see {reference}"
642 msgstr ""
643
644 #: tp/Texinfo/Convert/HTML.pm:3291
645 #, perl-brace-format
646 msgid "see `{section}'"
647 msgstr ""
648
649 #: tp/Texinfo/Convert/HTML.pm:3296
650 #, perl-brace-format
651 msgid "See {reference} in @cite{{book}}"
652 msgstr ""
653
654 #: tp/Texinfo/Convert/HTML.pm:3300
655 #, perl-brace-format
656 msgid "See @cite{{book_reference}}"
657 msgstr ""
658
639659 #: tp/Texinfo/Convert/HTML.pm:3304
640660 #, perl-brace-format
641 msgid "see {reference}"
642 msgstr ""
643
644 #: tp/Texinfo/Convert/HTML.pm:3307
645 #, perl-brace-format
646 msgid "see `{section}'"
647 msgstr ""
648
649 #: tp/Texinfo/Convert/HTML.pm:3312
650 #, perl-brace-format
651 msgid "See {reference} in @cite{{book}}"
652 msgstr ""
653
654 #: tp/Texinfo/Convert/HTML.pm:3316
655 #, perl-brace-format
656 msgid "See @cite{{book_reference}}"
657 msgstr ""
658
659 #: tp/Texinfo/Convert/HTML.pm:3320
660 #, perl-brace-format
661661 msgid "See `{section}' in @cite{{book}}"
662662 msgstr ""
663663
664 #: tp/Texinfo/Convert/HTML.pm:3311
665 #, perl-brace-format
666 msgid "See {reference}"
667 msgstr ""
668
669 #: tp/Texinfo/Convert/HTML.pm:3314
670 #, perl-brace-format
671 msgid "See `{section}'"
672 msgstr ""
673
674 #: tp/Texinfo/Convert/HTML.pm:3319
675 #, perl-brace-format
676 msgid "{reference} in @cite{{book}}"
677 msgstr ""
678
679 #: tp/Texinfo/Convert/HTML.pm:3323
680 #, perl-brace-format
681 msgid "@cite{{book_reference}}"
682 msgstr ""
683
664684 #: tp/Texinfo/Convert/HTML.pm:3327
665685 #, perl-brace-format
666 msgid "See {reference}"
667 msgstr ""
668
669 #: tp/Texinfo/Convert/HTML.pm:3330
670 #, perl-brace-format
671 msgid "See `{section}'"
672 msgstr ""
673
674 #: tp/Texinfo/Convert/HTML.pm:3335
675 #, perl-brace-format
676 msgid "{reference} in @cite{{book}}"
677 msgstr ""
678
679 #: tp/Texinfo/Convert/HTML.pm:3339
680 #, perl-brace-format
681 msgid "@cite{{book_reference}}"
682 msgstr ""
683
684 #: tp/Texinfo/Convert/HTML.pm:3343
685 #, perl-brace-format
686686 msgid "`{section}' in @cite{{book}}"
687687 msgstr ""
688688
689 #: tp/Texinfo/Convert/HTML.pm:3350
689 #: tp/Texinfo/Convert/HTML.pm:3334
690690 #, perl-brace-format
691691 msgid "{reference}"
692692 msgstr ""
693693
694 #: tp/Texinfo/Convert/HTML.pm:3353
694 #: tp/Texinfo/Convert/HTML.pm:3337
695695 #, perl-brace-format
696696 msgid "`{section}'"
697697 msgstr ""
698698
699 #: tp/Texinfo/Convert/HTML.pm:3466
699 #: tp/Texinfo/Convert/HTML.pm:3450
700700 msgid "Jump to"
701701 msgstr ""
702702
703 #: tp/Texinfo/Convert/HTML.pm:3474
703 #: tp/Texinfo/Convert/HTML.pm:3458
704704 msgid "Index Entry"
705705 msgstr ""
706706
707 #: tp/Texinfo/Convert/HTML.pm:3476
707 #: tp/Texinfo/Convert/HTML.pm:3460
708708 msgid "Section"
709709 msgstr ""
710710
711 #: tp/Texinfo/Convert/HTML.pm:4096
711 #: tp/Texinfo/Convert/HTML.pm:4080
712712 #, perl-brace-format
713713 msgid "{category}: @strong{{name}} @emph{{arguments}}"
714714 msgstr ""
715715
716 #: tp/Texinfo/Convert/HTML.pm:4101
716 #: tp/Texinfo/Convert/HTML.pm:4085
717717 #, perl-brace-format
718718 msgid "{category}: @strong{{name}}"
719719 msgstr ""
720720
721 #: tp/Texinfo/Convert/HTML.pm:4102
722 #, perl-brace-format
723 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
724 msgstr ""
725
726 #: tp/Texinfo/Convert/HTML.pm:4106
727 #, perl-brace-format
728 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
729 msgstr ""
730
731 #: tp/Texinfo/Convert/HTML.pm:4115
732 #, perl-brace-format
733 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
734 msgstr ""
735
721736 #: tp/Texinfo/Convert/HTML.pm:4118
722737 #, perl-brace-format
723 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
724 msgstr ""
725
726 #: tp/Texinfo/Convert/HTML.pm:4122
727 #, perl-brace-format
728 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
729 msgstr ""
730
731 #: tp/Texinfo/Convert/HTML.pm:4131
732 #, perl-brace-format
733 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
734 msgstr ""
735
736 #: tp/Texinfo/Convert/HTML.pm:4134
737 #, perl-brace-format
738738 msgid "{category}: @emph{{type}} @strong{{name}}"
739739 msgstr ""
740740
741 #: tp/Texinfo/Convert/HTML.pm:4142
741 #: tp/Texinfo/Convert/HTML.pm:4126
742742 #, perl-brace-format
743743 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
744744 msgstr ""
745745
746 #: tp/Texinfo/Convert/HTML.pm:4148
746 #: tp/Texinfo/Convert/HTML.pm:4132
747747 #, perl-brace-format
748748 msgid "{category} of {class}: @strong{{name}}"
749749 msgstr ""
750750
751 #: tp/Texinfo/Convert/HTML.pm:4157
751 #: tp/Texinfo/Convert/HTML.pm:4141
752752 #, perl-brace-format
753753 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
754754 msgstr ""
755755
756 #: tp/Texinfo/Convert/HTML.pm:4163
756 #: tp/Texinfo/Convert/HTML.pm:4147
757757 #, perl-brace-format
758758 msgid "{category} on {class}: @strong{{name}}"
759759 msgstr ""
760760
761 #: tp/Texinfo/Convert/HTML.pm:4178
761 #: tp/Texinfo/Convert/HTML.pm:4162
762762 #, perl-brace-format
763763 msgid ""
764764 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
765765 msgstr ""
766766
767 #: tp/Texinfo/Convert/HTML.pm:4182
767 #: tp/Texinfo/Convert/HTML.pm:4166
768768 #, perl-brace-format
769769 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
770770 msgstr ""
771771
772 #: tp/Texinfo/Convert/HTML.pm:4193
772 #: tp/Texinfo/Convert/HTML.pm:4177
773773 #, perl-brace-format
774774 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
775775 msgstr ""
776776
777 #: tp/Texinfo/Convert/HTML.pm:4197
777 #: tp/Texinfo/Convert/HTML.pm:4181
778778 #, perl-brace-format
779779 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
780780 msgstr ""
781781
782 #: tp/Texinfo/Convert/HTML.pm:4211
782 #: tp/Texinfo/Convert/HTML.pm:4195
783783 #, perl-brace-format
784784 msgid ""
785785 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
786786 msgstr ""
787787
788 #: tp/Texinfo/Convert/HTML.pm:4215
788 #: tp/Texinfo/Convert/HTML.pm:4199
789789 #, perl-brace-format
790790 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
791791 msgstr ""
792792
793 #: tp/Texinfo/Convert/HTML.pm:4226
793 #: tp/Texinfo/Convert/HTML.pm:4210
794794 #, perl-brace-format
795795 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
796796 msgstr ""
797797
798 #: tp/Texinfo/Convert/HTML.pm:4230
798 #: tp/Texinfo/Convert/HTML.pm:4214
799799 #, perl-brace-format
800800 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
801801 msgstr ""
802802
803 #: tp/Texinfo/Convert/HTML.pm:6197
803 #: tp/Texinfo/Convert/HTML.pm:6181
804804 #, perl-brace-format
805805 msgid ""
806806 "This document was generated on @emph{@today{}} using "
807807 "@uref{{program_homepage}, @emph{{program}}}."
808808 msgstr ""
809809
810 #: tp/Texinfo/Convert/HTML.pm:6202
810 #: tp/Texinfo/Convert/HTML.pm:6186
811811 msgid "This document was generated on @emph{@today{}}."
812812 msgstr ""
813813
814 #: tp/Texinfo/Convert/HTML.pm:6253
814 #: tp/Texinfo/Convert/HTML.pm:6237
815815 #, perl-brace-format
816816 msgid "{element_text} ({title})"
817817 msgstr ""
818818
819 #: tp/Texinfo/Convert/HTML.pm:6397
819 #: tp/Texinfo/Convert/HTML.pm:6381
820820 #, perl-brace-format
821821 msgid "The node you are looking for is at {href}."
822822 msgstr ""
823823
824 #: tp/Texinfo/Convert/HTML.pm:6466
824 #: tp/Texinfo/Convert/HTML.pm:6450
825825 msgid " The buttons in the navigation panels have the following meaning:"
826826 msgstr ""
827827
828 #: tp/Texinfo/Convert/HTML.pm:6472
828 #: tp/Texinfo/Convert/HTML.pm:6456
829829 msgid "Button"
830830 msgstr ""
831831
832 #: tp/Texinfo/Convert/HTML.pm:6473
832 #: tp/Texinfo/Convert/HTML.pm:6457
833833 msgid "Name"
834834 msgstr ""
835835
836 #: tp/Texinfo/Convert/HTML.pm:6474
836 #: tp/Texinfo/Convert/HTML.pm:6458
837837 msgid "Go to"
838838 msgstr ""
839839
840 #: tp/Texinfo/Convert/HTML.pm:6475
840 #: tp/Texinfo/Convert/HTML.pm:6459
841841 msgid "From 1.2.3 go to"
842842 msgstr ""
843843
844 #: tp/Texinfo/Convert/HTML.pm:6501
844 #: tp/Texinfo/Convert/HTML.pm:6485
845845 msgid ""
846846 " where the @strong{ Example } assumes that the current position is at "
847847 "@strong{ Subsubsection One-Two-Three } of a document of the following "
848848 "structure:"
849849 msgstr ""
850850
851 #: tp/Texinfo/Convert/HTML.pm:6495
852 msgid "Section One"
853 msgstr ""
854
855 #: tp/Texinfo/Convert/HTML.pm:6497
856 msgid "Subsection One-One"
857 msgstr ""
858
859 #: tp/Texinfo/Convert/HTML.pm:6504
860 msgid "Subsection One-Two"
861 msgstr ""
862
863 #: tp/Texinfo/Convert/HTML.pm:6506
864 msgid "Subsubsection One-Two-One"
865 msgstr ""
866
867 #: tp/Texinfo/Convert/HTML.pm:6507
868 msgid "Subsubsection One-Two-Two"
869 msgstr ""
870
871 #: tp/Texinfo/Convert/HTML.pm:6508
872 msgid "Subsubsection One-Two-Three"
873 msgstr ""
874
875 #: tp/Texinfo/Convert/HTML.pm:6510
876 msgid "Current Position"
877 msgstr ""
878
851879 #: tp/Texinfo/Convert/HTML.pm:6511
852 msgid "Section One"
853 msgstr ""
854
855 #: tp/Texinfo/Convert/HTML.pm:6513
856 msgid "Subsection One-One"
857 msgstr ""
858
859 #: tp/Texinfo/Convert/HTML.pm:6520
860 msgid "Subsection One-Two"
861 msgstr ""
862
863 #: tp/Texinfo/Convert/HTML.pm:6522
864 msgid "Subsubsection One-Two-One"
865 msgstr ""
866
867 #: tp/Texinfo/Convert/HTML.pm:6523
868 msgid "Subsubsection One-Two-Two"
869 msgstr ""
870
871 #: tp/Texinfo/Convert/HTML.pm:6524
872 msgid "Subsubsection One-Two-Three"
873 msgstr ""
874
875 #: tp/Texinfo/Convert/HTML.pm:6526
876 msgid "Current Position"
877 msgstr ""
878
879 #: tp/Texinfo/Convert/HTML.pm:6527
880880 msgid "Subsubsection One-Two-Four"
881881 msgstr ""
882882
883 #: tp/Texinfo/Convert/HTML.pm:6530
883 #: tp/Texinfo/Convert/HTML.pm:6514
884884 msgid "Subsection One-Three"
885885 msgstr ""
886886
887 #: tp/Texinfo/Convert/HTML.pm:6537
887 #: tp/Texinfo/Convert/HTML.pm:6521
888888 msgid "Subsection One-Four"
889889 msgstr ""
890890
891 #: tp/Texinfo/Convert/HTML.pm:6945
891 #: tp/Texinfo/Convert/HTML.pm:6929
892892 msgid "Untitled Document"
893893 msgstr ""
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo_document 6.4.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-01 15:24+0000\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
1010 "PO-Revision-Date: 2017-07-11 11:09+0200\n"
1111 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
1212 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
104104 msgid "{float_number}\n"
105105 msgstr "{float_number}\n"
106106
107 #: tp/Texinfo/Common.pm:2577
107 #: tp/Texinfo/Common.pm:2578
108108 #, perl-brace-format
109109 msgid "{name} on {class}"
110110 msgstr "{name} щодо {class}"
111111
112 #: tp/Texinfo/Common.pm:2587
112 #: tp/Texinfo/Common.pm:2588
113113 #, perl-brace-format
114114 msgid "{name} of {class}"
115115 msgstr "{name} {class}"
211211 msgid "see section ``{section_name}'' in @cite{{book}}"
212212 msgstr "див. розділ «{section_name}» у @cite{{book}}"
213213
214 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3347
214 #: tp/Texinfo/Convert/DocBook.pm:916 tp/Texinfo/Convert/HTML.pm:3331
215215 #, perl-brace-format
216216 msgid "@cite{{book}}"
217217 msgstr "@cite{{book}}"
218218
219 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3324
219 #: tp/Texinfo/Convert/DocBook.pm:920 tp/Texinfo/Convert/HTML.pm:3308
220220 #, perl-brace-format
221221 msgid "See @cite{{book}}"
222222 msgstr "Див. @cite{{book}}"
223223
224 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3301
224 #: tp/Texinfo/Convert/DocBook.pm:924 tp/Texinfo/Convert/HTML.pm:3285
225225 #, perl-brace-format
226226 msgid "see @cite{{book}}"
227227 msgstr "див. @cite{{book}}"
247247 msgstr "{abbr_or_acronym} ({explanation})"
248248
249249 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
250 #: tp/Texinfo/Convert/HTML.pm:3653
250 #: tp/Texinfo/Convert/HTML.pm:3637
251251 #, perl-brace-format
252252 msgid "@b{{quotation_arg}:} "
253253 msgstr "@b{{quotation_arg}:} "
276276 msgid "@t{<{url}>}"
277277 msgstr "@t{<{url}>}"
278278
279 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1445
279 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
280280 #, perl-brace-format
281281 msgid "@{No value for `{value}'@}"
282282 msgstr "@{Немає значення для `{value}'@}"
371371 msgid "@tie{}-- {category} of {class}: {type} {name}"
372372 msgstr "@tie{}-- {category} {class}: {type} {name}"
373373
374 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2893
374 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
375375 #, perl-brace-format
376376 msgid "@center --- @emph{{author}}\n"
377377 msgstr "@center --- @emph{{author}}\n"
594594 msgid "Footnotes"
595595 msgstr "Виноски"
596596
597 #: tp/Texinfo/Convert/HTML.pm:1541
597 #: tp/Texinfo/Convert/HTML.pm:1533
598598 #, perl-brace-format
599599 msgid "{explained_string} ({explanation})"
600600 msgstr "{explained_string} ({explanation})"
601601
602 #: tp/Texinfo/Convert/HTML.pm:3212
602 #: tp/Texinfo/Convert/HTML.pm:3196
603603 #, perl-brace-format
604604 msgid "see section {reference_name}"
605605 msgstr "див. розділ {reference_name}"
606606
607 #: tp/Texinfo/Convert/HTML.pm:3215
607 #: tp/Texinfo/Convert/HTML.pm:3199
608608 #, perl-brace-format
609609 msgid "see {reference_name}"
610610 msgstr "див. {reference_name}"
611611
612 #: tp/Texinfo/Convert/HTML.pm:3220
612 #: tp/Texinfo/Convert/HTML.pm:3204
613613 #, perl-brace-format
614614 msgid "See section {reference_name}"
615615 msgstr "Див. розділ {reference_name}"
616616
617 #: tp/Texinfo/Convert/HTML.pm:3223
617 #: tp/Texinfo/Convert/HTML.pm:3207
618618 #, perl-brace-format
619619 msgid "See {reference_name}"
620620 msgstr "Див. {reference_name}"
621621
622 #: tp/Texinfo/Convert/HTML.pm:3227
622 #: tp/Texinfo/Convert/HTML.pm:3211
623623 #, perl-brace-format
624624 msgid "{reference_name}"
625625 msgstr "{reference_name}"
626626
627 #: tp/Texinfo/Convert/HTML.pm:3289
627 #: tp/Texinfo/Convert/HTML.pm:3273
628628 #, perl-brace-format
629629 msgid "see {reference} in @cite{{book}}"
630630 msgstr "див. {reference} у @cite{{book}}"
631631
632 #: tp/Texinfo/Convert/HTML.pm:3293
632 #: tp/Texinfo/Convert/HTML.pm:3277
633633 #, perl-brace-format
634634 msgid "see @cite{{book_reference}}"
635635 msgstr "див. @cite{{book_reference}}"
636636
637 #: tp/Texinfo/Convert/HTML.pm:3297
637 #: tp/Texinfo/Convert/HTML.pm:3281
638638 #, perl-brace-format
639639 msgid "see `{section}' in @cite{{book}}"
640640 msgstr "див. «{section}» у @cite{{book}}"
641641
642 #: tp/Texinfo/Convert/HTML.pm:3304
642 #: tp/Texinfo/Convert/HTML.pm:3288
643643 #, perl-brace-format
644644 msgid "see {reference}"
645645 msgstr "див. {reference}"
646646
647 #: tp/Texinfo/Convert/HTML.pm:3307
647 #: tp/Texinfo/Convert/HTML.pm:3291
648648 #, perl-brace-format
649649 msgid "see `{section}'"
650650 msgstr "див. «{section}»"
651651
652 #: tp/Texinfo/Convert/HTML.pm:3312
652 #: tp/Texinfo/Convert/HTML.pm:3296
653653 #, perl-brace-format
654654 msgid "See {reference} in @cite{{book}}"
655655 msgstr "Див. {reference} у @cite{{book}}"
656656
657 #: tp/Texinfo/Convert/HTML.pm:3316
657 #: tp/Texinfo/Convert/HTML.pm:3300
658658 #, perl-brace-format
659659 msgid "See @cite{{book_reference}}"
660660 msgstr "Див. @cite{{book_reference}}"
661661
662 #: tp/Texinfo/Convert/HTML.pm:3320
662 #: tp/Texinfo/Convert/HTML.pm:3304
663663 #, perl-brace-format
664664 msgid "See `{section}' in @cite{{book}}"
665665 msgstr "Див. «{section}» у @cite{{book}}"
666666
667 #: tp/Texinfo/Convert/HTML.pm:3327
667 #: tp/Texinfo/Convert/HTML.pm:3311
668668 #, perl-brace-format
669669 msgid "See {reference}"
670670 msgstr "Див. {reference}"
671671
672 #: tp/Texinfo/Convert/HTML.pm:3330
672 #: tp/Texinfo/Convert/HTML.pm:3314
673673 #, perl-brace-format
674674 msgid "See `{section}'"
675675 msgstr "Див. «{section}»"
676676
677 #: tp/Texinfo/Convert/HTML.pm:3335
677 #: tp/Texinfo/Convert/HTML.pm:3319
678678 #, perl-brace-format
679679 msgid "{reference} in @cite{{book}}"
680680 msgstr "{reference} у @cite{{book}}"
681681
682 #: tp/Texinfo/Convert/HTML.pm:3339
682 #: tp/Texinfo/Convert/HTML.pm:3323
683683 #, perl-brace-format
684684 msgid "@cite{{book_reference}}"
685685 msgstr "@cite{{book_reference}}"
686686
687 #: tp/Texinfo/Convert/HTML.pm:3343
687 #: tp/Texinfo/Convert/HTML.pm:3327
688688 #, perl-brace-format
689689 msgid "`{section}' in @cite{{book}}"
690690 msgstr "«{section}» у @cite{{book}}"
691691
692 #: tp/Texinfo/Convert/HTML.pm:3350
692 #: tp/Texinfo/Convert/HTML.pm:3334
693693 #, perl-brace-format
694694 msgid "{reference}"
695695 msgstr "{reference}"
696696
697 #: tp/Texinfo/Convert/HTML.pm:3353
697 #: tp/Texinfo/Convert/HTML.pm:3337
698698 #, perl-brace-format
699699 msgid "`{section}'"
700700 msgstr "«{section}»"
701701
702 #: tp/Texinfo/Convert/HTML.pm:3466
702 #: tp/Texinfo/Convert/HTML.pm:3450
703703 msgid "Jump to"
704704 msgstr "Перейти до"
705705
706 #: tp/Texinfo/Convert/HTML.pm:3474
706 #: tp/Texinfo/Convert/HTML.pm:3458
707707 msgid "Index Entry"
708708 msgstr "Запис покажчика"
709709
710 #: tp/Texinfo/Convert/HTML.pm:3476
710 #: tp/Texinfo/Convert/HTML.pm:3460
711711 msgid "Section"
712712 msgstr "Розділ"
713713
714 #: tp/Texinfo/Convert/HTML.pm:4096
714 #: tp/Texinfo/Convert/HTML.pm:4080
715715 #, perl-brace-format
716716 msgid "{category}: @strong{{name}} @emph{{arguments}}"
717717 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
718718
719 #: tp/Texinfo/Convert/HTML.pm:4101
719 #: tp/Texinfo/Convert/HTML.pm:4085
720720 #, perl-brace-format
721721 msgid "{category}: @strong{{name}}"
722722 msgstr "{category}: @strong{{name}}"
723723
724 #: tp/Texinfo/Convert/HTML.pm:4118
724 #: tp/Texinfo/Convert/HTML.pm:4102
725725 #, perl-brace-format
726726 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
727727 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
728728
729 #: tp/Texinfo/Convert/HTML.pm:4122
729 #: tp/Texinfo/Convert/HTML.pm:4106
730730 #, perl-brace-format
731731 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
732732 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
733733
734 #: tp/Texinfo/Convert/HTML.pm:4131
734 #: tp/Texinfo/Convert/HTML.pm:4115
735735 #, perl-brace-format
736736 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
737737 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
738738
739 #: tp/Texinfo/Convert/HTML.pm:4134
739 #: tp/Texinfo/Convert/HTML.pm:4118
740740 #, perl-brace-format
741741 msgid "{category}: @emph{{type}} @strong{{name}}"
742742 msgstr "{category}: @emph{{type}} @strong{{name}}"
743743
744 #: tp/Texinfo/Convert/HTML.pm:4142
744 #: tp/Texinfo/Convert/HTML.pm:4126
745745 #, perl-brace-format
746746 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
747747 msgstr "{category} {class}: @strong{{name}} @emph{{arguments}}"
748748
749 #: tp/Texinfo/Convert/HTML.pm:4148
749 #: tp/Texinfo/Convert/HTML.pm:4132
750750 #, perl-brace-format
751751 msgid "{category} of {class}: @strong{{name}}"
752752 msgstr "{category} {class}: @strong{{name}}"
753753
754 #: tp/Texinfo/Convert/HTML.pm:4157
754 #: tp/Texinfo/Convert/HTML.pm:4141
755755 #, perl-brace-format
756756 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
757757 msgstr "{category} щодо {class}: @strong{{name}} @emph{{arguments}}"
758758
759 #: tp/Texinfo/Convert/HTML.pm:4163
759 #: tp/Texinfo/Convert/HTML.pm:4147
760760 #, perl-brace-format
761761 msgid "{category} on {class}: @strong{{name}}"
762762 msgstr "{category} щодо {class}: @strong{{name}}"
763763
764 #: tp/Texinfo/Convert/HTML.pm:4178
764 #: tp/Texinfo/Convert/HTML.pm:4162
765765 #, perl-brace-format
766766 msgid ""
767767 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
768768 msgstr ""
769769 "{category} щодо {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
770770
771 #: tp/Texinfo/Convert/HTML.pm:4182
771 #: tp/Texinfo/Convert/HTML.pm:4166
772772 #, perl-brace-format
773773 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
774774 msgstr ""
775775 "{category} щодо {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
776776
777 #: tp/Texinfo/Convert/HTML.pm:4193
777 #: tp/Texinfo/Convert/HTML.pm:4177
778778 #, perl-brace-format
779779 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
780780 msgstr "{category} щодо {class}:@* @emph{{type}}@* @strong{{name}}"
781781
782 #: tp/Texinfo/Convert/HTML.pm:4197
782 #: tp/Texinfo/Convert/HTML.pm:4181
783783 #, perl-brace-format
784784 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
785785 msgstr "{category} щодо {class}: @emph{{type}} @strong{{name}}"
786786
787 #: tp/Texinfo/Convert/HTML.pm:4211
787 #: tp/Texinfo/Convert/HTML.pm:4195
788788 #, perl-brace-format
789789 msgid ""
790790 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
791791 msgstr ""
792792 "{category} {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
793793
794 #: tp/Texinfo/Convert/HTML.pm:4215
794 #: tp/Texinfo/Convert/HTML.pm:4199
795795 #, perl-brace-format
796796 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
797797 msgstr "{category} {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
798798
799 #: tp/Texinfo/Convert/HTML.pm:4226
799 #: tp/Texinfo/Convert/HTML.pm:4210
800800 #, perl-brace-format
801801 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
802802 msgstr "{category} {class}:@* @emph{{type}}@* @strong{{name}}"
803803
804 #: tp/Texinfo/Convert/HTML.pm:4230
804 #: tp/Texinfo/Convert/HTML.pm:4214
805805 #, perl-brace-format
806806 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
807807 msgstr "{category} {class}: @emph{{type}} @strong{{name}}"
808808
809 #: tp/Texinfo/Convert/HTML.pm:6197
809 #: tp/Texinfo/Convert/HTML.pm:6181
810810 #, perl-brace-format
811811 msgid ""
812812 "This document was generated on @emph{@today{}} using "
815815 "Цей документ створено @emph{@today{}} за допомогою @uref{{program_homepage}, "
816816 "@emph{{program}}}."
817817
818 #: tp/Texinfo/Convert/HTML.pm:6202
818 #: tp/Texinfo/Convert/HTML.pm:6186
819819 msgid "This document was generated on @emph{@today{}}."
820820 msgstr "Цей документ створено @emph{@today{}}."
821821
822 #: tp/Texinfo/Convert/HTML.pm:6253
822 #: tp/Texinfo/Convert/HTML.pm:6237
823823 #, perl-brace-format
824824 msgid "{element_text} ({title})"
825825 msgstr "{element_text} ({title})"
826826
827 #: tp/Texinfo/Convert/HTML.pm:6397
827 #: tp/Texinfo/Convert/HTML.pm:6381
828828 #, perl-brace-format
829829 msgid "The node you are looking for is at {href}."
830830 msgstr "Потрібний вам вузол тут: {href}."
831831
832 #: tp/Texinfo/Convert/HTML.pm:6466
832 #: tp/Texinfo/Convert/HTML.pm:6450
833833 msgid " The buttons in the navigation panels have the following meaning:"
834834 msgstr " Кнопки на панелях навігації мають таке призначення:"
835835
836 #: tp/Texinfo/Convert/HTML.pm:6472
836 #: tp/Texinfo/Convert/HTML.pm:6456
837837 msgid "Button"
838838 msgstr "Кнопка"
839839
840 #: tp/Texinfo/Convert/HTML.pm:6473
840 #: tp/Texinfo/Convert/HTML.pm:6457
841841 msgid "Name"
842842 msgstr "Назва"
843843
844 #: tp/Texinfo/Convert/HTML.pm:6474
844 #: tp/Texinfo/Convert/HTML.pm:6458
845845 msgid "Go to"
846846 msgstr "Перейти до"
847847
848 #: tp/Texinfo/Convert/HTML.pm:6475
848 #: tp/Texinfo/Convert/HTML.pm:6459
849849 msgid "From 1.2.3 go to"
850850 msgstr "З 1.2.3 перейти до"
851851
852 #: tp/Texinfo/Convert/HTML.pm:6501
852 #: tp/Texinfo/Convert/HTML.pm:6485
853853 msgid ""
854854 " where the @strong{ Example } assumes that the current position is at "
855855 "@strong{ Subsubsection One-Two-Three } of a document of the following "
858858 " де у @strong{ прикладі } припускається, що поточну позицію розташовано у "
859859 "@strong{ підрозділі один-два-три } документа із такою структурою:"
860860
861 #: tp/Texinfo/Convert/HTML.pm:6511
861 #: tp/Texinfo/Convert/HTML.pm:6495
862862 msgid "Section One"
863863 msgstr "Перший розділ"
864864
865 #: tp/Texinfo/Convert/HTML.pm:6513
865 #: tp/Texinfo/Convert/HTML.pm:6497
866866 msgid "Subsection One-One"
867867 msgstr "Підрозділ один-один"
868868
869 #: tp/Texinfo/Convert/HTML.pm:6520
869 #: tp/Texinfo/Convert/HTML.pm:6504
870870 msgid "Subsection One-Two"
871871 msgstr "Підрозділ один-два"
872872
873 #: tp/Texinfo/Convert/HTML.pm:6522
873 #: tp/Texinfo/Convert/HTML.pm:6506
874874 msgid "Subsubsection One-Two-One"
875875 msgstr "Підпідрозділ один-два-один"
876876
877 #: tp/Texinfo/Convert/HTML.pm:6523
877 #: tp/Texinfo/Convert/HTML.pm:6507
878878 msgid "Subsubsection One-Two-Two"
879879 msgstr "Підпідрозділ один-два-два"
880880
881 #: tp/Texinfo/Convert/HTML.pm:6524
881 #: tp/Texinfo/Convert/HTML.pm:6508
882882 msgid "Subsubsection One-Two-Three"
883883 msgstr "Підпідрозділ один-два-три"
884884
885 #: tp/Texinfo/Convert/HTML.pm:6526
885 #: tp/Texinfo/Convert/HTML.pm:6510
886886 msgid "Current Position"
887887 msgstr "Поточна позиція"
888888
889 #: tp/Texinfo/Convert/HTML.pm:6527
889 #: tp/Texinfo/Convert/HTML.pm:6511
890890 msgid "Subsubsection One-Two-Four"
891891 msgstr "Підпідрозділ один-два-чотири"
892892
893 #: tp/Texinfo/Convert/HTML.pm:6530
893 #: tp/Texinfo/Convert/HTML.pm:6514
894894 msgid "Subsection One-Three"
895895 msgstr "Підрозділ один-три"
896896
897 #: tp/Texinfo/Convert/HTML.pm:6537
897 #: tp/Texinfo/Convert/HTML.pm:6521
898898 msgid "Subsection One-Four"
899899 msgstr "Підрозділ один-чотири"
900900
901 #: tp/Texinfo/Convert/HTML.pm:6945
901 #: tp/Texinfo/Convert/HTML.pm:6929
902902 msgid "Untitled Document"
903903 msgstr "Документ без назви"
904904
161161 EXIT_SUCCESS = 0
162162 EXIT_FAILURE = 1
163163
164 Texindex_version = "6.5.92"
164 Texindex_version = "6.5.93"
165165 if (! Invocation_name) {
166166 # provide fallback in case it's not passed in.
167167 Invocation_name = "texindex"
141141 t/include/verbatim_encoded.texi \
142142 t/include/verbatim_encoded_latin1.texi \
143143 t/include/words.txt \
144 t/include_reference/f--ile.png \
145 t/include_reference/f--ile.txt \
146 t/include_reference/figure.txt \
147 t/include_reference/inc_file.texi \
148 t/include_reference/incl-incl.txi \
149 t/include_reference/macro_included.texi \
150 t/include_reference/section_file.texi \
144 t/include/f--ile.png \
145 t/include/f--ile.txt \
146 t/include/figure.txt \
147 t/include/inc_file.texi \
148 t/include/incl-incl.txi \
149 t/include/macro_included.texi \
150 t/include/section_file.texi \
151151 t/init/only_toc_out.init \
152152 t/init/cvs.init \
153153 t/init/redefine_need.init \
29252925 t/include/verbatim_encoded.texi \
29262926 t/include/verbatim_encoded_latin1.texi \
29272927 t/include/words.txt \
2928 t/include_reference/f--ile.png \
2929 t/include_reference/f--ile.txt \
2930 t/include_reference/figure.txt \
2931 t/include_reference/inc_file.texi \
2932 t/include_reference/incl-incl.txi \
2933 t/include_reference/macro_included.texi \
2934 t/include_reference/section_file.texi \
2928 t/include/f--ile.png \
2929 t/include/f--ile.txt \
2930 t/include/figure.txt \
2931 t/include/inc_file.texi \
2932 t/include/incl-incl.txi \
2933 t/include/macro_included.texi \
2934 t/include/section_file.texi \
29352935 t/init/only_toc_out.init \
29362936 t/init/cvs.init \
29372937 t/init/redefine_need.init \
6363 __ __p print_tree
6464 );
6565
66 $VERSION = '6.5.92';
66 $VERSION = '6.5.93';
6767
6868 # i18n
6969 sub N__($)
17511751 $renamed_nodes_file = $basename . '-noderename.cnf';
17521752 }
17531753 if (defined($renamed_nodes_file)) {
1754 $self->document_warn(sprintf(__("using a renamed nodes file (`%s') is deprecated"), $renamed_nodes_file));
17541755 my ($renamed_nodes, $renamed_nodes_lines)
17551756 = parse_renamed_nodes_file($self, $renamed_nodes_file, $renamed_nodes,
17561757 $renamed_nodes_lines);
5151 @EXPORT = qw(
5252 );
5353
54 $VERSION = '6.5.92';
54 $VERSION = '6.5.93';
5555
5656 my %defaults = (
5757 'ENABLE_ENCODING' => 1,
4646 @EXPORT = qw(
4747 );
4848
49 $VERSION = '6.5.92';
49 $VERSION = '6.5.93';
5050
5151 my $nbsp = '&#'.hex('00A0').';';
5252 my $mdash = '&#'.hex('2014').';';
5454 @EXPORT = qw(
5555 );
5656
57 $VERSION = '6.5.92';
57 $VERSION = '6.5.93';
5858
5959 # misc commands that are of use for formatting.
6060 my %formatting_misc_commands = %Texinfo::Convert::Text::formatting_misc_commands;
999999 'DEFAULT_RULE' => '<hr>',
10001000 'BIG_RULE' => '<hr>',
10011001 'MENU_SYMBOL' => '&bull;',
1002 'MENU_ENTRY_COLON' => ':',
1002 'MENU_ENTRY_COLON' => '',
10031003 'INDEX_ENTRY_COLON' => ':',
10041004 'BODYTEXT' => undef,
10051005 'documentlanguage' => 'en',
10581058 'pre.menu-comment' => "$MENU_PRE_STYLE",
10591059 'pre.menu-preformatted' => "$MENU_PRE_STYLE",
10601060 'a.summary-letter' => 'text-decoration: none',
1061 'blockquote.smallquotation' => 'font-size: smaller',
10621061 'pre.display' => 'font-family: inherit',
1063 'pre.smalldisplay' => 'font-family: inherit; font-size: smaller',
1064 'pre.smallexample' => 'font-size: smaller',
10651062 'span.sansserif' => 'font-family: sans-serif; font-weight: normal',
10661063 'span.roman' => 'font-family: initial; font-weight: normal',
10671064 'span.nolinebreak' => 'white-space: nowrap',
10691066 );
10701067
10711068 $css_map{'pre.format'} = $css_map{'pre.display'};
1072 $css_map{'pre.smallformat'} = $css_map{'pre.smalldisplay'};
1073 $css_map{'pre.smalllisp'} = $css_map{'pre.smallexample'};
10741069
10751070 my %preformatted_commands_context = %preformatted_commands;
10761071 $preformatted_commands_context{'verbatim'} = 1;
10881083 $indented_preformatted_commands{"small$indented_format"} = 1;
10891084
10901085 $css_map{"div.$indented_format"} = 'margin-left: 3.2em';
1091 $css_map{"div.small$indented_format"} = 'margin-left: 3.2em';
10921086 }
10931087
10941088 $css_map{"blockquote.indentedblock"} = 'margin-right: 0em';
1095 $css_map{"blockquote.smallindentedblock"}
1096 = 'margin-right: 0em; font-size: smaller';
10971089
10981090 # types that are in code style in the default case
10991091 my %default_code_types = (
23812373 $self->{'seenmenus'}->{$self->{'current_node'}} = 1;
23822374 # Generate a menu for this node.
23832375 my $menu_text;
2384 my $menu_node = Texinfo::Structuring::menu_of_node (undef,
2376 my $menu_node = Texinfo::Structuring::section_menu_of_node (undef,
23852377 $command->{'extra'}{'associated_node'});
23862378 if ($menu_node) {
23872379 $menu_text = _convert ($self, $menu_node);
25192511 }
25202512
25212513 $default_commands_conversion{'indentedblock'} = \&_convert_indented_command;
2522 $default_commands_conversion{'smallindentedblock'}
2523 = \&_convert_indented_command;
2524
25252514
25262515 sub _convert_verbatim_command($$$$)
25272516 {
28832872 my $args = shift;
28842873 my $content = shift;
28852874
2886 my $class = '';
2887 $class = $cmdname if ($cmdname ne 'quotation');
2888
28892875 my $attribution = '';
28902876 if ($command->{'extra'} and $command->{'extra'}->{'authors'}) {
28912877 foreach my $author (@{$command->{'extra'}->{'authors'}}) {
28962882 }
28972883 }
28982884 if (!$self->in_string()) {
2899 return $self->_attribute_class('blockquote', $class).">\n" .$content
2900 ."</blockquote>\n" . $attribution;
2885 return "<blockquote>\n" . $content . "</blockquote>\n" . $attribution;
29012886 } else {
29022887 return $content.$attribution;
29032888 }
29042889 }
29052890 $default_commands_conversion{'quotation'} = \&_convert_quotation_command;
2906 $default_commands_conversion{'smallquotation'} = \&_convert_quotation_command;
29072891
29082892 sub _convert_cartouche_command($$$$)
29092893 {
73697353 # Convert tree element $ROOT, and return HTML text for the output files.
73707354 sub _convert($$;$);
73717355
7356 my %small_alias;
7357 for my $cmd ('example', 'display', 'format', 'lisp', 'quotation',
7358 'indentedblock') {
7359 $small_alias{'small'.$cmd} = $cmd;
7360 };
7361
73727362 sub _convert($$;$)
73737363 {
73747364 my $self = shift;
74557445 and $root->{'cmdname'} and $root->{'cmdname'} =~ /index$/) {
74567446 $command_name = 'cindex';
74577447 }
7448 $command_name = $small_alias{$command_name}
7449 if $small_alias{$command_name};
74587450 if ($root_commands{$command_name}) {
74597451 $self->{'current_root_command'} = $root;
74607452 }
4646 @EXPORT = qw(
4747 );
4848
49 $VERSION = '6.5.92';
49 $VERSION = '6.5.93';
5050
5151 my $ixin_version = 1;
5252
4545 @EXPORT = qw(
4646 );
4747
48 $VERSION = '6.5.92';
48 $VERSION = '6.5.93';
4949
5050 my %defaults = (
5151 'ENABLE_ENCODING' => 0,
4242 @EXPORT = qw(
4343 );
4444
45 $VERSION = '6.5.92';
45 $VERSION = '6.5.93';
4646
4747 my $STDIN_DOCU_NAME = 'stdin';
4848
1919 use strict;
2020 use warnings;
2121
22 our $VERSION = '6.5.92';
22 our $VERSION = '6.5.93';
2323
2424 use Texinfo::XSLoader;
2525
6060 @EXPORT = qw(
6161 );
6262
63 $VERSION = '6.5.92';
63 $VERSION = '6.5.93';
6464
6565 # misc commands that are of use for formatting.
6666 my %formatting_misc_commands = %Texinfo::Convert::Text::formatting_misc_commands;
32393239 if ($node) {
32403240 if (!$self->{'seenmenus'}->{$node}) {
32413241 $self->{'seenmenus'}->{$node} = 1;
3242 my $menu_node = Texinfo::Structuring::menu_of_node (undef, $node);
3242 my $menu_node
3243 = Texinfo::Structuring::node_menu_of_node (undef, $node);
32433244 if ($menu_node) {
32443245 my $menu_text = $self->_convert ($menu_node);
32453246 if ($menu_text) {
3939 @EXPORT = qw(
4040 );
4141
42 $VERSION = '6.5.92';
42 $VERSION = '6.5.93';
4343
4444 my %misc_commands = %Texinfo::Common::misc_commands;
4545 my %brace_commands = %Texinfo::Common::brace_commands;
4242 @EXPORT = qw(
4343 );
4444
45 $VERSION = '6.5.92';
45 $VERSION = '6.5.93';
4646
4747 # SXML specific
4848 my %defaults = (
4444 @EXPORT = qw(
4545 );
4646
47 $VERSION = '6.5.92';
47 $VERSION = '6.5.93';
4848
4949 # XML specific
5050 my %defaults = (
4646 @EXPORT = qw(
4747 );
4848
49 $VERSION = '6.5.92';
49 $VERSION = '6.5.93';
5050
5151 # this is in fact not needed for 'footnote', 'shortcaption', 'caption'
5252 # when they have no brace_command_arg, see below.
15901590 'cuv' => 1,
15911591 'cuw' => 1,
15921592 'cux' => 1,
1593 'cuy' => 1,
15931594 'cvg' => 1,
15941595 'cvn' => 1,
15951596 'cwa' => 1,
17771778 'dnj' => 1,
17781779 'dnk' => 1,
17791780 'dnn' => 1,
1781 'dno' => 1,
17801782 'dnr' => 1,
17811783 'dnt' => 1,
17821784 'dnu' => 1,
18771879 'dwu' => 1,
18781880 'dww' => 1,
18791881 'dwy' => 1,
1882 'dwz' => 1,
18801883 'dya' => 1,
18811884 'dyb' => 1,
18821885 'dyd' => 1,
22282231 'gjn' => 1,
22292232 'gjr' => 1,
22302233 'gka' => 1,
2234 'gkd' => 1,
22312235 'gke' => 1,
22322236 'gkn' => 1,
22332237 'gko' => 1,
22672271 'gng' => 1,
22682272 'gnh' => 1,
22692273 'gni' => 1,
2274 'gnj' => 1,
22702275 'gnk' => 1,
22712276 'gnl' => 1,
22722277 'gnm' => 1,
23972402 'gyl' => 1,
23982403 'gym' => 1,
23992404 'gyn' => 1,
2405 'gyo' => 1,
24002406 'gyr' => 1,
24012407 'gyy' => 1,
24022408 'gza' => 1,
24612467 'hka' => 1,
24622468 'hke' => 1,
24632469 'hkk' => 1,
2470 'hkn' => 1,
24642471 'hks' => 1,
24652472 'hla' => 1,
24662473 'hlb' => 1,
25582565 'hwc' => 1,
25592566 'hwo' => 1,
25602567 'hya' => 1,
2568 'hyw' => 1,
25612569 'hyx' => 1,
25622570 'iai' => 1,
25632571 'ian' => 1,
38113819 'lwl' => 1,
38123820 'lwm' => 1,
38133821 'lwo' => 1,
3822 'lws' => 1,
38143823 'lwt' => 1,
38153824 'lwu' => 1,
38163825 'lww' => 1,
46814690 'nlj' => 1,
46824691 'nlk' => 1,
46834692 'nll' => 1,
4693 'nlm' => 1,
46844694 'nln' => 1,
46854695 'nlo' => 1,
46864696 'nlq' => 1,
49204930 'nyy' => 1,
49214931 'nza' => 1,
49224932 'nzb' => 1,
4933 'nzd' => 1,
49234934 'nzi' => 1,
49244935 'nzk' => 1,
49254936 'nzm' => 1,
51165127 'pbh' => 1,
51175128 'pbi' => 1,
51185129 'pbl' => 1,
5130 'pbm' => 1,
51195131 'pbn' => 1,
51205132 'pbo' => 1,
51215133 'pbp' => 1,
62066218 'tew' => 1,
62076219 'tex' => 1,
62086220 'tey' => 1,
6221 'tez' => 1,
62096222 'tfi' => 1,
62106223 'tfn' => 1,
62116224 'tfo' => 1,
2121 use strict;
2222 use warnings;
2323
24 our $VERSION = '6.5.92';
24 our $VERSION = '6.5.93';
2525
2626 use Texinfo::XSLoader;
2727
102102 @EXPORT = qw(
103103 );
104104
105 $VERSION = '6.5.92';
105 $VERSION = '6.5.93';
106106
107107 sub N__($)
108108 {
00 # Structuring.pm: extract informations about a document structure based on the
11 # document tree.
22 #
3 # Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Free Software
4 # Foundation, Inc.
3 # Copyright 2010-2019 Free Software Foundation, Inc.
54 #
65 # This program is free software; you can redistribute it and/or modify
76 # it under the terms of the GNU General Public License as published by
6463 @EXPORT = qw(
6564 );
6665
67 $VERSION = '6.5.92';
66 $VERSION = '6.5.93';
6867
6968
7069 my %types_to_enter;
12661265 return $copy->{'contents'};
12671266 }
12681267
1269 sub new_node_menu_entry($$)
1270 {
1271 my $self = shift;
1272 my $node_contents = shift;
1268 sub new_node_menu_entry
1269 {
1270 my ($self, $node, $use_sections) = @_;
1271
1272 my $node_contents = $node->{'extra'}->{'node_content'};
1273
1274 my ($name_contents, $menu_entry_name);
1275 if ($use_sections) {
1276 if (defined $node->{'extra'}->{'associated_section'}) {
1277 $name_contents = $node->{'extra'}->{'associated_section'}->{'args'}->[0]->{'contents'};
1278 } else {
1279 $name_contents = $node_contents; # shouldn't happen
1280 }
1281 }
12731282
12741283 my $entry = {'type' => 'menu_entry'};
1284
1285 if ($use_sections) {
1286 $menu_entry_name = {'type' => 'menu_entry_name'};
1287 $menu_entry_name->{'contents'} = _copy_contents ($name_contents);
1288 foreach my $content (@{$menu_entry_name->{'contents'}}) {
1289 $content->{'parent'} = $menu_entry_name;
1290 }
1291 }
12751292
12761293 my $menu_entry_node = {'type' => 'menu_entry_node'};
12771294 $menu_entry_node->{'contents'}
12871304 'parent' => $description};
12881305 $description->{'contents'}->[0]->{'contents'}->[0] = {'text' =>"\n",
12891306 'parent' => $description->{'contents'}->[0]};
1290 $entry->{'args'}
1291 = [{'text' => '* ', 'type' => 'menu_entry_leading_text'},
1292 $menu_entry_node,
1293 {'text' => '::', 'type' => 'menu_entry_separator'},
1294 $description];
1307
1308 if ($use_sections) {
1309 $entry->{'args'}
1310 = [{'text' => '* ', 'type' => 'menu_entry_leading_text'},
1311 $menu_entry_name,
1312 {'text' => ': ', 'type' => 'menu_entry_separator'},
1313 $menu_entry_node,
1314 {'text' => '.', 'type' => 'menu_entry_separator'},
1315 $description];
1316 } else {
1317 $entry->{'args'}
1318 = [{'text' => '* ', 'type' => 'menu_entry_leading_text'},
1319 $menu_entry_node,
1320 {'text' => '::', 'type' => 'menu_entry_separator'},
1321 $description];
1322 }
1323
12951324 foreach my $arg(@{$entry->{'args'}}) {
12961325 $arg->{'parent'} = $entry;
12971326 }
1327 $entry->{'extra'}->{'menu_entry_name'} = $menu_entry_name;
1328
12981329 $entry->{'extra'}->{'menu_entry_node'} =
12991330 Texinfo::Common::parse_node_manual($menu_entry_node);
13001331 my $content = $entry->{'extra'}->{'menu_entry_node'}->{'node_content'};
13361367 return $new_block;
13371368 }
13381369
1339 sub menu_of_node
1340 {
1341 my $self = shift;
1342 my $node = shift;
1370 sub _menu_of_node
1371 {
1372 my ($self, $node, $use_sections) = @_;
13431373
13441374 if (!$node->{'extra'}->{'associated_section'}->{'section_childs'}) {
13451375 return;
13581388
13591389 my @pending;
13601390 for my $child (@node_childs) {
1361 my $entry = new_node_menu_entry($self,
1362 $child->{'extra'}->{'node_content'});
1391 my $entry = new_node_menu_entry($self, $child, $use_sections);
13631392 push @pending, $entry;
13641393 }
13651394
13671396 my $current_menu = new_block_command (\@pending, $section, 'menu');
13681397
13691398 return $current_menu;
1399 }
1400
1401 sub node_menu_of_node
1402 {
1403 return _menu_of_node (@_, 0);
1404 }
1405
1406 sub section_menu_of_node
1407 {
1408 return _menu_of_node (@_, 1);
13701409 }
13711410
13721411
00 # Transformations.pm: some transformations of the document tree
11 #
2 # Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
3 # Free Software Foundation, Inc.
2 # Copyright 2010-2019 Free Software Foundation, Inc.
43 #
54 # This program is free software; you can redistribute it and/or modify
65 # it under the terms of the GNU General Public License as published by
414413 }
415414 } else {
416415 my $entry = Texinfo::Structuring::new_node_menu_entry($self,
417 $node_entry->{'extra'}->{'node_content'});
416 $node_entry, 0);
418417 push @pending, $entry;
419418 }
420419 }
3535
3636 PERL_INC = $(PERL_CONF_archlibexp)/CORE
3737
38 # note that passing `-typemap parsetexi/typemap' doesn't work as xsubpp
39 # seems to work relative to the subdirectory
40 XSUBPPARGS = -typemap $(PERL_CONF_privlibexp)/ExtUtils/typemap -typemap typemap
38 XSUBPPARGS = -typemap $(PERL_CONF_privlibexp)/ExtUtils/typemap
4139
4240 .xs.c:
4341 $(XSUBPP) $(XSUBPPARGS) $< > $*.xsc && mv $*.xsc $*.c
4442
45 EXTRA_DIST += TestXS.pm typemap
43 EXTRA_DIST += TestXS.pm
4644
4745 # -------------------------------------------------------
4846
146144 parsetexi/counter.h
147145 EXTRA_DIST += $p/command_data.c
148146
147 EXTRA_DIST += $p/Parsetexi.xs
148
149149 Parsetexi_la_LIBADD = $(top_builddir)/gnulib/lib/libgnu.la
150150 Parsetexi_la_LDFLAGS = $(AM_LDFLAGS) $(LTLIBICONV)
151151
855855 # Need to be distributed
856856
857857 # For reference
858 EXTRA_DIST = gnulib/m4/gnulib-cache.m4 TestXS.pm typemap TestXS.xs \
859 XSParagraph.xs MiscXS.xs $p/command_data.c \
858 EXTRA_DIST = gnulib/m4/gnulib-cache.m4 TestXS.pm TestXS.xs \
859 XSParagraph.xs MiscXS.xs $p/command_data.c $p/Parsetexi.xs \
860860 $p/element_types.txt $p/element_types.awk $p/command_data.txt \
861861 $p/command_data.awk $p/Parser-5556.pm
862862
875875 ################### End Gnulib section #########################
876876 xsdir = $(pkglibdir)
877877 PERL_INC = $(PERL_CONF_archlibexp)/CORE
878
879 # note that passing `-typemap parsetexi/typemap' doesn't work as xsubpp
880 # seems to work relative to the subdirectory
881 XSUBPPARGS = -typemap $(PERL_CONF_privlibexp)/ExtUtils/typemap -typemap typemap
878 XSUBPPARGS = -typemap $(PERL_CONF_privlibexp)/ExtUtils/typemap
882879
883880 # -------------------------------------------------------
884881 CLEANFILES = TestXS.c XSParagraph.c MiscXS.c
11331133 with_gnu_ld
11341134 enable_rpath
11351135 with_libiconv_prefix
1136 enable_static
11361137 enable_shared
1137 enable_static
11381138 with_pic
11391139 enable_fast_install
11401140 with_aix_soname
17811781 --disable-dependency-tracking
17821782 speeds up one-time build
17831783 --disable-rpath do not hardcode runtime library paths
1784 --enable-static[=PKGS] build static libraries [default=no]
17841785 --enable-shared[=PKGS] build shared libraries [default=yes]
1785 --enable-static[=PKGS] build static libraries [default=yes]
17861786 --enable-fast-install[=PKGS]
17871787 optimize for fast installation [default=yes]
17881788 --disable-libtool-lock avoid locking (might break parallel builds)
1541815418
1541915419
1542015420 # Set options
15421 # Check whether --enable-static was given.
15422 if test "${enable_static+set}" = set; then :
15423 enableval=$enable_static; p=${PACKAGE-default}
15424 case $enableval in
15425 yes) enable_static=yes ;;
15426 no) enable_static=no ;;
15427 *)
15428 enable_static=no
15429 # Look at the argument we got. We use all the common list separators.
15430 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
15431 for pkg in $enableval; do
15432 IFS=$lt_save_ifs
15433 if test "X$pkg" = "X$p"; then
15434 enable_static=yes
15435 fi
15436 done
15437 IFS=$lt_save_ifs
15438 ;;
15439 esac
15440 else
15441 enable_static=no
15442 fi
15443
15444
15445
15446
15447
15448
15449
1542115450
1542215451
1542315452
1545015479 enable_shared=yes
1545115480 fi
1545215481
15453
15454
15455
15456
15457
15458
15459
15460
15461 # Check whether --enable-static was given.
15462 if test "${enable_static+set}" = set; then :
15463 enableval=$enable_static; p=${PACKAGE-default}
15464 case $enableval in
15465 yes) enable_static=yes ;;
15466 no) enable_static=no ;;
15467 *)
15468 enable_static=no
15469 # Look at the argument we got. We use all the common list separators.
15470 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
15471 for pkg in $enableval; do
15472 IFS=$lt_save_ifs
15473 if test "X$pkg" = "X$p"; then
15474 enable_static=yes
15475 fi
15476 done
15477 IFS=$lt_save_ifs
15478 ;;
15479 esac
15480 else
15481 enable_static=yes
15482 fi
1548315482
1548415483
1548515484
2062220621 delay_variable_subst='$delay_variable_subst'
2062320622 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
2062420623 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
20624 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
2062520625 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
20626 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
2062720626 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
2062820627 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
2062920628 shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
2165321652 macro_version=$macro_version
2165421653 macro_revision=$macro_revision
2165521654
21655 # Whether or not to build static libraries.
21656 build_old_libs=$enable_static
21657
2165621658 # Whether or not to build shared libraries.
2165721659 build_libtool_libs=$enable_shared
21658
21659 # Whether or not to build static libraries.
21660 build_old_libs=$enable_static
2166121660
2166221661 # What type of objects to build.
2166321662 pic_mode=$pic_mode
9696
9797 gl_INIT
9898
99 LT_INIT
99 LT_INIT([disable-static])
100100
101101 # The above are still necessary for --disable-perl-xs even though they
102102 # aren't really used: otherwise, configure complains about undefined
0 /* Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Free Software
1 Foundation, Inc.
0 /* Copyright 2010-2019 Free Software Foundation, Inc.
21
32 This program is free software: you can redistribute it and/or modify
43 it under the terms of the GNU General Public License as published by
394393 static char *new;
395394 char *p, *q;
396395
396 dTHX;
397
397398 new = realloc (new, strlen (text) + 1);
398399 strcpy (new, text);
399400
8686 @EXPORT = qw(
8787 );
8888
89 $VERSION = '6.5.92';
89 $VERSION = '6.5.93';
9090
9191 sub N__($)
9292 {
311311 }
312312
313313
314 XS_EUPXS(XS_Parsetexi_get_root); /* prototype to pass -Wmissing-prototypes */
315 XS_EUPXS(XS_Parsetexi_get_root)
316 {
317 dVAR; dXSARGS;
318 if (items != 0)
319 croak_xs_usage(cv, "");
320 {
321 ELEMENT * RETVAL;
322 dXSTARG;
323
324 RETVAL = get_root();
325 XSprePUSH; PUSHu((UV)RETVAL);
326 }
327 XSRETURN(1);
328 }
329
330
331314 XS_EUPXS(XS_Parsetexi_add_include_directory); /* prototype to pass -Wmissing-prototypes */
332315 XS_EUPXS(XS_Parsetexi_add_include_directory)
333316 {
651634 (void)newXSproto_portable("Parsetexi::wipe_values", XS_Parsetexi_wipe_values, file, "");
652635 (void)newXSproto_portable("Parsetexi::reset_context_stack", XS_Parsetexi_reset_context_stack, file, "");
653636 (void)newXSproto_portable("Parsetexi::init_index_commands", XS_Parsetexi_init_index_commands, file, "");
654 (void)newXSproto_portable("Parsetexi::get_root", XS_Parsetexi_get_root, file, "");
655637 (void)newXSproto_portable("Parsetexi::add_include_directory", XS_Parsetexi_add_include_directory, file, "$");
656638 (void)newXSproto_portable("Parsetexi::build_texinfo_tree", XS_Parsetexi_build_texinfo_tree, file, "");
657639 (void)newXSproto_portable("Parsetexi::build_label_list", XS_Parsetexi_build_label_list, file, "");
0 /* Avoid namespace conflicts. */
1 #define context perl_context
2
3 #define PERL_NO_GET_CONTEXT
4 #include "EXTERN.h"
5 #include "perl.h"
6 #include "XSUB.h"
7
8 #undef context
9
10 #include "ppport.h"
11
12 #include "parser.h"
13 #include "api.h"
14 #include "indices.h"
15 #include "input.h"
16
17 MODULE = Parsetexi PACKAGE = Parsetexi
18
19 PROTOTYPES: ENABLE
20
21 char *
22 dump_errors ()
23
24 void
25 wipe_errors ()
26
27 int
28 parse_file(filename)
29 char * filename
30
31 void
32 parse_string(string)
33 char * string
34
35 void
36 parse_text(string)
37 char * string
38
39 void
40 store_value (name, value)
41 char *name
42 char *value
43
44 void
45 wipe_values ()
46
47 void
48 reset_context_stack ()
49
50 void
51 init_index_commands ()
52
53 void
54 add_include_directory (filename)
55 char *filename
56
57 HV *
58 build_texinfo_tree ()
59
60 AV *
61 build_label_list ()
62
63 AV *
64 build_internal_xref_list ()
65
66 HV *
67 build_float_list ()
68
69 HV *
70 build_index_data ()
71
72 HV *
73 build_global_info ()
74
75 HV *
76 build_global_info2 ()
77
78 void
79 reset_parser ()
80
81 void
82 clear_expanded_formats ()
83
84 void
85 add_expanded_format (format)
86 char *format
87
88 void
89 conf_set_show_menu (int i)
90
91 void
92 conf_set_CPP_LINE_DIRECTIVES (int i)
93
94 void
95 conf_set_IGNORE_SPACE_AFTER_BRACED_COMMAND_NAME (int i)
96
97 void
98 set_documentlanguage (value)
99 char *value
100
101 void
102 set_debug (int i)
8888 if (Root)
8989 return 0;
9090 return 1;
91 }
92
93 ELEMENT *
94 get_root (void)
95 {
96 return Root;
9791 }
9892
9993 /* Set ROOT to root of tree obtained by parsing the Texinfo code in STRING.
33 void parse_text (char *);
44 void parse_string(char *);
55 int parse_file (char *filename);
6 ELEMENT *get_root (void);
76 void reset_parser (void);
87 void reset_parser_except_conf (void);
98 void set_debug (int);
0 # Copyright 2010-2018 Free Software Foundation, Inc.
0 # Copyright 2010-2019 Free Software Foundation, Inc.
11 #
22 # This program is free software; you can redistribute it and/or modify
33 # it under the terms of the GNU General Public License as published by
7373 CI = srcdir "/command_ids.h"
7474
7575 print "/* This file automatically generated by command_data.awk */" > CI
76 print > CI
77 print "/* Useful aliases */" > CI
78 print "#define CM_hex_09 CM_TAB" > CI
79 print "#define CM_hex_0a CM_NEWLINE" > CI
80 print "#define CM_hex_20 CM_SPACE" > CI
81 print "#define CM_hex_21 CM_EXCLAMATION_MARK" > CI
82 print "#define CM_hex_22 CM_POUND_SIGN" > CI
83 print "#define CM_hex_27 CM_APOSTROPHE" > CI
84 print "#define CM_hex_2a CM_ASTERISK" > CI
85 print "#define CM_hex_2c CM_COMMA" > CI
86 print "#define CM_hex_2d CM_HYPHEN" > CI
87 print "#define CM_hex_2e CM_FULL_STOP" > CI
88 print "#define CM_hex_2f CM_SLASH" > CI
89 print "#define CM_hex_3a CM_COLON" > CI
90 print "#define CM_hex_3d CM_EQUALS" > CI
91 print "#define CM_hex_3f CM_QUESTION_MARK" > CI
92 print "#define CM_hex_40 CM_AT_SIGN" > CI
93 print "#define CM_hex_5c CM_BACKSLASH" > CI
94 print "#define CM_hex_5e CM_CIRCUMFLEX" > CI
95 print "#define CM_hex_60 CM_BACKQUOTE" > CI
96 print "#define CM_hex_7b CM_OPEN_BRACE" > CI
97 print "#define CM_hex_7c CM_VERTICAL_BAR" > CI
98 print "#define CM_hex_7d CM_CLOSE_BRACE" > CI
99 print "#define CM_hex_7e CM_TILDE" > CI
100 print > CI
101 print "enum command_id {" > CI
102 print "CM_NONE," > CI
103 print > CI
76 print > CI
77 print "/* Useful aliases */" > CI
78 print "#define CM_hex_09 CM_TAB" > CI
79 print "#define CM_hex_0a CM_NEWLINE" > CI
80 print "#define CM_hex_20 CM_SPACE" > CI
81 print "#define CM_hex_21 CM_EXCLAMATION_MARK" > CI
82 print "#define CM_hex_22 CM_POUND_SIGN" > CI
83 print "#define CM_hex_27 CM_APOSTROPHE" > CI
84 print "#define CM_hex_2a CM_ASTERISK" > CI
85 print "#define CM_hex_2c CM_COMMA" > CI
86 print "#define CM_hex_2d CM_HYPHEN" > CI
87 print "#define CM_hex_2e CM_FULL_STOP" > CI
88 print "#define CM_hex_2f CM_SLASH" > CI
89 print "#define CM_hex_3a CM_COLON" > CI
90 print "#define CM_hex_3d CM_EQUALS" > CI
91 print "#define CM_hex_3f CM_QUESTION_MARK" > CI
92 print "#define CM_hex_40 CM_AT_SIGN" > CI
93 print "#define CM_hex_5c CM_BACKSLASH" > CI
94 print "#define CM_hex_5e CM_CIRCUMFLEX" > CI
95 print "#define CM_hex_60 CM_BACKQUOTE" > CI
96 print "#define CM_hex_7b CM_OPEN_BRACE" > CI
97 print "#define CM_hex_7c CM_VERTICAL_BAR" > CI
98 print "#define CM_hex_7d CM_CLOSE_BRACE" > CI
99 print "#define CM_hex_7e CM_TILDE" > CI
100 print > CI
101 print "/* Defined on MS-Windows */" > CI
102 print "#undef CM_NONE" > CI
103 print > CI
104 print "enum command_id {" > CI
105 print "CM_NONE," > CI
106 print > CI
104107
105108 }
106109
2222 #define CM_hex_7c CM_VERTICAL_BAR
2323 #define CM_hex_7d CM_CLOSE_BRACE
2424 #define CM_hex_7e CM_TILDE
25
26 /* Defined on MS-Windows */
27 #undef CM_NONE
2528
2629 enum command_id {
2730 CM_NONE,
139139 {
140140 iconv_t our_iconv;
141141 static TEXT t;
142 char *inptr; size_t bytes_left;
142 ICONV_CONST char *inptr; size_t bytes_left;
143143 size_t iconv_ret;
144144 enum character_encoding enc;
145145
+0
-0
tp/Texinfo/XS/typemap less more
(Empty file)
2222
2323 our $TEXINFO_XS;
2424
25 our $VERSION = '6.5.92';
25 our $VERSION = '6.5.93';
2626
2727 our $disable_XS;
2828
0 File-Date: 2017-04-19
0 File-Date: 2018-11-30
11 %%
22 Type: language
33 Subtag: aa
377377 Description: Armenian
378378 Added: 2005-10-16
379379 Suppress-Script: Armn
380 Comments: see also hyw
380381 %%
381382 Type: language
382383 Subtag: hz
524525 %%
525526 Type: language
526527 Subtag: km
528 Description: Khmer
527529 Description: Central Khmer
528530 Added: 2005-10-16
529531 Suppress-Script: Khmr
590592 Type: language
591593 Subtag: lg
592594 Description: Ganda
595 Description: Luganda
593596 Added: 2005-10-16
594597 %%
595598 Type: language
956959 Description: Serbian
957960 Added: 2005-10-16
958961 Macrolanguage: sh
962 Comments: see cnr for Montenegrin
959963 %%
960964 Type: language
961965 Subtag: ss
15301534 %%
15311535 Type: language
15321536 Subtag: add
1537 Description: Lidzonka
15331538 Description: Dzodinka
15341539 Added: 2009-07-29
15351540 %%
21132118 %%
21142119 Type: language
21152120 Subtag: aja
2116 Description: Aja (Sudan)
2121 Description: Aja (South Sudan)
21172122 Added: 2009-07-29
21182123 %%
21192124 Type: language
30963101 %%
30973102 Type: language
30983103 Subtag: asf
3104 Description: Auslan
30993105 Description: Australian Sign Language
31003106 Added: 2009-07-29
31013107 %%
33453351 %%
33463352 Type: language
33473353 Subtag: aue
3348 Description: =/Kx'au//'ein
3354 Description: ǂKxʼauǁʼein
33493355 Added: 2009-07-29
33503356 Deprecated: 2015-02-12
33513357 Preferred-Value: ktz
42394245 %%
42404246 Type: language
42414247 Subtag: bdh
4242 Description: Baka (Sudan)
4248 Description: Baka (South Sudan)
42434249 Added: 2009-07-29
42444250 %%
42454251 Type: language
42494255 %%
42504256 Type: language
42514257 Subtag: bdj
4258 Description: Bai (South Sudan)
42524259 Description: Bai
42534260 Added: 2009-07-29
42544261 %%
52925299 %%
52935300 Type: language
52945301 Subtag: blm
5295 Description: Beli (Sudan)
5302 Description: Beli (South Sudan)
52965303 Added: 2009-07-29
52975304 %%
52985305 Type: language
81038110 Added: 2009-07-29
81048111 %%
81058112 Type: language
8113 Subtag: cnr
8114 Description: Montenegrin
8115 Added: 2018-01-23
8116 Macrolanguage: sh
8117 Comments: see sr for Serbian
8118 %%
8119 Type: language
81068120 Subtag: cns
81078121 Description: Central Asmat
81088122 Added: 2009-07-29
87678781 Added: 2009-07-29
87688782 %%
87698783 Type: language
8784 Subtag: cuy
8785 Description: Cuitlatec
8786 Added: 2018-03-08
8787 %%
8788 Type: language
87708789 Subtag: cvg
87718790 Description: Chug
87728791 Added: 2009-07-29
97939812 Added: 2009-07-29
97949813 %%
97959814 Type: language
9815 Subtag: dno
9816 Description: Ndrulo
9817 Description: Northern Lendu
9818 Added: 2018-10-28
9819 %%
9820 Type: language
97969821 Subtag: dnr
97979822 Description: Danaru
97989823 Added: 2009-07-29
1031910344 Added: 2016-05-30
1032010345 %%
1032110346 Type: language
10347 Subtag: dwz
10348 Description: Dewas Rai
10349 Added: 2018-10-28
10350 %%
10351 Type: language
1032210352 Subtag: dya
1032310353 Description: Dyan
1032410354 Added: 2009-07-29
1108811118 %%
1108911119 Type: language
1109011120 Subtag: fap
11091 Description: Palor
11121 Description: Paloor
1109211122 Added: 2009-07-29
1109311123 %%
1109411124 Type: language
1200312033 %%
1200412034 Type: language
1200512035 Subtag: gfx
12006 Description: Mangetti Dune !Xung
12036 Description: Mangetti Dune ǃXung
1200712037 Added: 2012-08-12
1200812038 Deprecated: 2015-02-12
1200912039 Preferred-Value: vaj
1228112311 Added: 2009-07-29
1228212312 %%
1228312313 Type: language
12314 Subtag: gkd
12315 Description: Magɨ (Madang Province)
12316 Added: 2018-03-08
12317 %%
12318 Type: language
1228412319 Subtag: gke
1228512320 Description: Ndai
1228612321 Added: 2009-07-29
1230412339 Type: language
1230512340 Subtag: gku
1230612341 Description: ǂUngkue
12307 Description: =/Ungkue
1230812342 Added: 2015-02-12
1230912343 %%
1231012344 Type: language
1249312527 Added: 2009-07-29
1249412528 %%
1249512529 Type: language
12530 Subtag: gnj
12531 Description: Ngen
12532 Added: 2018-03-08
12533 %%
12534 Type: language
1249612535 Subtag: gnk
12497 Description: //Gana
1249812536 Description: ǁGana
1249912537 Added: 2009-07-29
1250012538 %%
1312713165 %%
1312813166 Type: language
1312913167 Subtag: gwj
13130 Description: /Gwi
1313113168 Description: ǀGwi
1313213169 Added: 2009-07-29
1313313170 %%
1322313260 Added: 2009-07-29
1322413261 %%
1322513262 Type: language
13263 Subtag: gyo
13264 Description: Gyalsumdo
13265 Added: 2018-03-08
13266 %%
13267 Type: language
1322613268 Subtag: gyr
1322713269 Description: Guarayu
1322813270 Added: 2009-07-29
1345513497 %%
1345613498 Type: language
1345713499 Subtag: hgm
13458 Description: Hai//om
1345913500 Description: Haiǁom
1346013501 Added: 2009-07-29
1346113502 %%
1358113622 Subtag: hkk
1358213623 Description: Hunjara-Kaina Ke
1358313624 Added: 2009-07-29
13625 %%
13626 Type: language
13627 Subtag: hkn
13628 Description: Mel-Khaonh
13629 Added: 2018-03-08
1358413630 %%
1358513631 Type: language
1358613632 Subtag: hks
1379413840 %%
1379513841 Type: language
1379613842 Subtag: hnh
13797 Description: //Ani
1379813843 Description: ǁAni
1379913844 Added: 2009-07-29
1380013845 %%
1407414119 %%
1407514120 Type: language
1407614121 Subtag: huc
14077 Description: =/Hua
1407814122 Description: ǂHua
1407914123 Added: 2009-07-29
1408014124 %%
1423714281 Added: 2009-07-29
1423814282 %%
1423914283 Type: language
14284 Subtag: hyw
14285 Description: Western Armenian
14286 Added: 2018-03-08
14287 Comments: see also hy
14288 %%
14289 Type: language
1424014290 Subtag: hyx
1424114291 Description: Armenian (family)
1424214292 Added: 2009-07-29
1485914909 %%
1486014910 Type: language
1486114911 Subtag: iri
14912 Description: Rigwe
1486214913 Description: Irigwe
1486314914 Added: 2009-07-29
1486414915 %%
1837918430 %%
1838018431 Type: language
1838118432 Subtag: ktz
18382 Description: Ju/'hoan
1838318433 Description: Juǀʼhoan
1838418434 Description: Juǀʼhoansi
1838518435 Added: 2009-07-29
2031220362 %%
2031320363 Type: language
2031420364 Subtag: lno
20315 Description: Lango (Sudan)
20365 Description: Lango (South Sudan)
2031620366 Added: 2009-07-29
2031720367 %%
2031820368 Type: language
2057820628 Subtag: lsg
2057920629 Description: Lyons Sign Language
2058020630 Added: 2009-07-29
20631 Deprecated: 2018-03-08
2058120632 %%
2058220633 Type: language
2058320634 Subtag: lsh
2084920900 Added: 2009-07-29
2085020901 %%
2085120902 Type: language
20903 Subtag: lws
20904 Description: Malawian Sign Language
20905 Added: 2018-03-08
20906 %%
20907 Type: language
2085220908 Subtag: lwt
2085320909 Description: Lewotobi
2085420910 Added: 2009-07-29
2090320959 Subtag: maa
2090420960 Description: San Jerónimo Tecóatl Mazatec
2090520961 Added: 2009-07-29
20962 Comments: see also pbm
2090620963 %%
2090720964 Type: language
2090820965 Subtag: mab
2379823855 Subtag: mwx
2379923856 Description: Mediak
2380023857 Added: 2009-07-29
23858 Deprecated: 2018-03-08
2380123859 %%
2380223860 Type: language
2380323861 Subtag: mwy
2380423862 Description: Mosiro
2380523863 Added: 2009-07-29
23864 Deprecated: 2018-03-08
2380623865 %%
2380723866 Type: language
2380823867 Subtag: mwz
2452624585 Subtag: ncp
2452724586 Description: Ndaktup
2452824587 Added: 2009-07-29
24588 Deprecated: 2018-03-08
24589 Preferred-Value: kdz
2452924590 %%
2453024591 Type: language
2453124592 Subtag: ncq
2486924930 %%
2487024931 Type: language
2487124932 Subtag: ngh
24872 Description: N/u
2487324933 Description: Nǀu
2487424934 Added: 2009-07-29
2487524935 %%
2545725517 Added: 2009-07-29
2545825518 %%
2545925519 Type: language
25520 Subtag: nlm
25521 Description: Mankiyali
25522 Added: 2018-03-08
25523 %%
25524 Type: language
2546025525 Subtag: nln
2546125526 Description: Durango Nahuatl
2546225527 Added: 2009-07-29
2557925644 %%
2558025645 Type: language
2558125646 Subtag: nmn
25582 Description: !Xóõ
2558325647 Description: ǃXóõ
2558425648 Added: 2009-07-29
2558525649 %%
2669226756 Added: 2009-07-29
2669326757 %%
2669426758 Type: language
26759 Subtag: nzd
26760 Description: Nzadi
26761 Added: 2018-03-08
26762 %%
26763 Type: language
2669526764 Subtag: nzi
2669626765 Description: Nzima
2669726766 Added: 2005-10-16
2754627615 %%
2754727616 Type: language
2754827617 Subtag: oun
27549 Description: !O!ung
27618 Description: ǃOǃung
2755027619 Added: 2009-07-29
2755127620 Deprecated: 2015-02-12
2755227621 Preferred-Value: vaj
2775627825 Added: 2009-07-29
2775727826 %%
2775827827 Type: language
27828 Subtag: pbm
27829 Description: Puebla Mazatec
27830 Added: 2018-03-08
27831 Comments: see also maa
27832 %%
27833 Type: language
2775927834 Subtag: pbn
2776027835 Description: Kpasam
2776127836 Added: 2009-07-29
3090130976 %%
3090230977 Type: language
3090330978 Subtag: scp
30979 Description: Hyolmo
3090430980 Description: Helambu Sherpa
3090530981 Added: 2009-07-29
3090630982 %%
3304833124 %%
3304933125 Type: language
3305033126 Subtag: sxg
33127 Description: Shuhi
3305133128 Description: Shixing
3305233129 Added: 2009-07-29
3305333130 %%
3383233909 Subtag: tey
3383333910 Description: Tulishi
3383433911 Added: 2009-07-29
33912 %%
33913 Type: language
33914 Subtag: tez
33915 Description: Tetserret
33916 Added: 2018-03-08
3383533917 %%
3383633918 Type: language
3383733919 Subtag: tfi
3439834480 Type: language
3439934481 Subtag: tlh
3440034482 Description: Klingon
34401 Description: tlhIngan-Hol
34483 Description: tlhIngan Hol
3440234484 Added: 2005-10-16
3440334485 %%
3440434486 Type: language
3658736669 Type: language
3658836670 Subtag: vaj
3658936671 Description: Sekele
36590 Description: Northwestern !Kung
3659136672 Description: Northwestern ǃKung
3659236673 Description: Vasekele
3659336674 Added: 2009-07-29
3821938300 %%
3822038301 Type: language
3822138302 Subtag: xam
38222 Description: /Xam
3822338303 Description: ǀXam
3822438304 Added: 2009-07-29
3822538305 %%
3847938559 %%
3848038560 Type: language
3848138561 Subtag: xeg
38482 Description: //Xegwi
3848338562 Description: ǁXegwi
3848438563 Added: 2009-07-29
3848538564 %%
4219842277 %%
4219942278 Type: extlang
4220042279 Subtag: asf
42280 Description: Auslan
4220142281 Description: Australian Sign Language
4220242282 Added: 2009-07-29
4220342283 Preferred-Value: asf
4292643006 Subtag: lsg
4292743007 Description: Lyons Sign Language
4292843008 Added: 2009-07-29
42929 Preferred-Value: lsg
43009 Deprecated: 2018-03-08
4293043010 Prefix: sgn
4293143011 %%
4293243012 Type: extlang
4298243062 Macrolanguage: lv
4298343063 %%
4298443064 Type: extlang
43065 Subtag: lws
43066 Description: Malawian Sign Language
43067 Added: 2018-03-08
43068 Preferred-Value: lws
43069 Prefix: sgn
43070 %%
43071 Type: extlang
4298543072 Subtag: lzh
4298643073 Description: Literary Chinese
4298743074 Added: 2009-07-29
4388543972 Added: 2005-10-16
4388643973 %%
4388743974 Type: script
43975 Subtag: Cpmn
43976 Description: Cypro-Minoan
43977 Added: 2017-08-13
43978 %%
43979 Type: script
4388843980 Subtag: Cprt
43889 Description: Cypriot
43981 Description: Cypriot syllabary
4389043982 Added: 2005-10-16
4389143983 %%
4389243984 Type: script
4394144033 Subtag: Elba
4394244034 Description: Elbasan
4394344035 Added: 2010-08-16
44036 %%
44037 Type: script
44038 Subtag: Elym
44039 Description: Elymaic
44040 Added: 2018-10-28
4394444041 %%
4394544042 Type: script
4394644043 Subtag: Ethi
4406144158 Subtag: Hmng
4406244159 Description: Pahawh Hmong
4406344160 Added: 2005-10-16
44161 %%
44162 Type: script
44163 Subtag: Hmnp
44164 Description: Nyiakeng Puachue Hmong
44165 Added: 2017-08-13
4406444166 %%
4406544167 Type: script
4406644168 Subtag: Hrkt
4433444436 Added: 2005-10-16
4433544437 %%
4433644438 Type: script
44439 Subtag: Nand
44440 Description: Nandinagari
44441 Added: 2018-10-28
44442 %%
44443 Type: script
4433744444 Subtag: Narb
4433844445 Description: Old North Arabian
4433944446 Description: Ancient North Arabian
4435344460 Added: 2016-01-04
4435444461 %%
4435544462 Type: script
44463 Subtag: Nkdb
44464 Description: Naxi Dongba
44465 Description: na²¹ɕi³³ to³³ba²¹
44466 Description: Nakhi Tomba
44467 Added: 2017-08-13
44468 %%
44469 Type: script
4435644470 Subtag: Nkgb
44471 Description: Naxi Geba
44472 Description: na²¹ɕi³³ gʌ²¹ba²¹
44473 Description: 'Na-'Khi ²Ggŏ-¹baw
4435744474 Description: Nakhi Geba
44358 Description: 'Na-'Khi ²Ggŏ-¹baw
44359 Description: Naxi Geba
4436044475 Added: 2009-03-13
4436144476 %%
4436244477 Type: script
4447444589 Added: 2006-10-17
4447544590 %%
4447644591 Type: script
44592 Subtag: Rohg
44593 Description: Hanifi Rohingya
44594 Added: 2017-12-13
44595 %%
44596 Type: script
4447744597 Subtag: Roro
4447844598 Description: Rongorongo
4447944599 Added: 2005-10-16
4451944639 Description: Sharada
4452044640 Description: Śāradā
4452144641 Added: 2011-01-07
44642 %%
44643 Type: script
44644 Subtag: Shui
44645 Description: Shuishu
44646 Added: 2017-08-13
4452244647 %%
4452344648 Type: script
4452444649 Subtag: Sidd
4453944664 Added: 2005-10-16
4454044665 %%
4454144666 Type: script
44667 Subtag: Sogd
44668 Description: Sogdian
44669 Added: 2017-12-13
44670 %%
44671 Type: script
44672 Subtag: Sogo
44673 Description: Old Sogdian
44674 Added: 2017-12-13
44675 %%
44676 Type: script
4454244677 Subtag: Sora
4454344678 Description: Sora Sompeng
4454444679 Added: 2011-01-07
4467844813 Description: Warang Citi
4467944814 Description: Varang Kshiti
4468044815 Added: 2009-12-09
44816 %%
44817 Type: script
44818 Subtag: Wcho
44819 Description: Wancho
44820 Added: 2017-08-13
4468144821 %%
4468244822 Type: script
4468344823 Subtag: Wole
4590146041 %%
4590246042 Type: region
4590346043 Subtag: SZ
46044 Description: Eswatini
46045 Description: eSwatini
4590446046 Description: Swaziland
4590546047 Added: 2005-10-16
4590646048 %%
4636746509 continuum in Eastern Suriname and Western French Guiana
4636846510 %%
4636946511 Type: variant
46512 Subtag: akuapem
46513 Description: Akuapem Twi
46514 Added: 2017-06-05
46515 Prefix: tw
46516 %%
46517 Type: variant
4637046518 Subtag: ao1990
4637146519 Description: Portuguese Language Orthographic Agreement of 1990 (Acordo
4637246520 Ortográfico da Língua Portuguesa de 1990)
4637746525 not brought into effect until 2009
4637846526 %%
4637946527 Type: variant
46528 Subtag: aranes
46529 Description: Aranese
46530 Added: 2018-04-22
46531 Prefix: oc
46532 Comments: Occitan variant spoken in the Val d'Aran
46533 %%
46534 Type: variant
4638046535 Subtag: arevela
4638146536 Description: Eastern Armenian
4638246537 Added: 2006-09-18
46538 Deprecated: 2018-03-24
46539 Preferred-Value: hy
4638346540 Prefix: hy
4638446541 %%
4638546542 Type: variant
4638646543 Subtag: arevmda
4638746544 Description: Western Armenian
4638846545 Added: 2006-09-18
46546 Deprecated: 2018-03-24
46547 Preferred-Value: hyw
4638946548 Prefix: hy
46549 %%
46550 Type: variant
46551 Subtag: asante
46552 Description: Asante Twi
46553 Description: Ashanti Twi
46554 Added: 2017-06-05
46555 Prefix: tw
46556 %%
46557 Type: variant
46558 Subtag: auvern
46559 Description: Auvergnat
46560 Added: 2018-04-22
46561 Prefix: oc
46562 Comments: Occitan variant spoken in Auvergne
4639046563 %%
4639146564 Type: variant
4639246565 Subtag: baku1926
4646846641 Comments: Jargon embedded in American English
4646946642 %%
4647046643 Type: variant
46644 Subtag: cisaup
46645 Description: Cisalpine
46646 Added: 2018-04-22
46647 Prefix: oc
46648 Comments: Occitan variant spoken in northwestern Italy
46649 %%
46650 Type: variant
4647146651 Subtag: colb1945
4647246652 Description: Portuguese-Brazilian Orthographic Convention of 1945
4647346653 (Convenção Ortográfica Luso-Brasileira de 1945)
4648646666 Prefix: en
4648746667 %%
4648846668 Type: variant
46669 Subtag: creiss
46670 Description: Occitan variants of the Croissant area
46671 Added: 2018-04-22
46672 Prefix: oc
46673 %%
46674 Type: variant
4648946675 Subtag: dajnko
4649046676 Description: Slovene in Dajnko alphabet
4649146677 Added: 2012-06-27
4651446700 Added: 2006-12-11
4651546701 %%
4651646702 Type: variant
46703 Subtag: fonkirsh
46704 Description: Kirshenbaum Phonetic Alphabet
46705 Added: 2018-04-22
46706 %%
46707 Type: variant
4651746708 Subtag: fonnapa
4651846709 Description: North American Phonetic Alphabet
4651946710 Description: Americanist Phonetic Notation
4652946720 Description: X-SAMPA transcription
4653046721 Added: 2010-10-23
4653146722 Comments: Indicates that the content is transcribed according to X-SAMPA
46723 %%
46724 Type: variant
46725 Subtag: gascon
46726 Description: Gascon
46727 Added: 2018-04-22
46728 Prefix: oc
46729 Comments: Occitan variant spoken in Gascony
46730 %%
46731 Type: variant
46732 Subtag: grclass
46733 Description: Classical Occitan orthography
46734 Added: 2018-04-22
46735 Prefix: oc
46736 Comments: Classical written standard for Occitan developed in 1935 by
46737 Alibèrt
46738 %%
46739 Type: variant
46740 Subtag: grital
46741 Description: Italian-inspired Occitan orthography
46742 Added: 2018-04-22
46743 Prefix: oc
46744 %%
46745 Type: variant
46746 Subtag: grmistr
46747 Description: Mistralian or Mistralian-inspired Occitan orthography
46748 Added: 2018-04-22
46749 Prefix: oc
46750 Comments: Written standard developed by Romanilha in 1853 and used by
46751 Mistral and the Félibres, including derived standards such as Escolo
46752 dóu Po, Escolo Gaston Febus, and others
4653246753 %%
4653346754 Type: variant
4653446755 Subtag: hepburn
4657546796 Prefix: sa
4657646797 %%
4657746798 Type: variant
46799 Subtag: ivanchov
46800 Description: Bulgarian in 1899 orthography
46801 Added: 2017-12-13
46802 Prefix: bg
46803 Comments: Bulgarian orthography introduced by Todor Ivanchov in 1899
46804 %%
46805 Type: variant
4657846806 Subtag: jauer
4657946807 Description: Jauer dialect of Romansh
4658046808 Added: 2010-06-29
4661546843 Description: Classical Sanskrit
4661646844 Added: 2010-07-28
4661746845 Prefix: sa
46846 %%
46847 Type: variant
46848 Subtag: lemosin
46849 Description: Limousin
46850 Added: 2018-04-22
46851 Prefix: oc
46852 Comments: Occitan variant spoken in Limousin
46853 %%
46854 Type: variant
46855 Subtag: lengadoc
46856 Description: Languedocien
46857 Added: 2018-04-22
46858 Prefix: oc
46859 Comments: Occitan variant spoken in Languedoc
4661846860 %%
4661946861 Type: variant
4662046862 Subtag: lipaw
4666846910 Description: Newfoundland English
4666946911 Added: 2015-11-25
4667046912 Prefix: en-CA
46913 %%
46914 Type: variant
46915 Subtag: nicard
46916 Description: Niçard
46917 Added: 2018-04-22
46918 Prefix: oc
46919 Comments: Occitan variant spoken in Nice
4667146920 %%
4667246921 Type: variant
4667346922 Subtag: njiva
4675647005 Prefix: el
4675747006 %%
4675847007 Type: variant
47008 Subtag: provenc
47009 Description: Provençal
47010 Added: 2018-04-22
47011 Prefix: oc
47012 Comments: Occitan variant spoken in Provence
47013 %%
47014 Type: variant
4675947015 Subtag: puter
4676047016 Description: Puter idiom of Romansh
4676147017 Added: 2010-06-29
4691747173 "idioms" of the Romansh language.
4691847174 %%
4691947175 Type: variant
47176 Subtag: vivaraup
47177 Description: Vivaro-Alpine
47178 Added: 2018-04-22
47179 Prefix: oc
47180 Comments: Occitan variant spoken in northeastern Occitania
47181 %%
47182 Type: variant
4692047183 Subtag: wadegile
4692147184 Description: Wade-Giles romanization
4692247185 Added: 2008-10-03
(New empty file)
0 Image description""\.
0 1 A B
1 2 C D
2 3 E F
0 In included file.
0 This is the @emph{included} file (include-value2.txi) <> ---.
0 @macro themacro
1 in themacro
2 @end macro
0 \input texinfo @c -*-texinfo-*-
1
2 @ifclear do-top
3 @node Top
4 @top
5
6 @menu
7 * Chapter in included file::
8 @end menu
9 @end ifclear
10
11 @node Chapter in included file
12 @chapter Chapter in included file
13
14 @menu
15 * Section::
16 @end menu
17
18 @node Section
19 @section Section
20
21 @menu
22 * Subsection::
23 @end menu
24
25 @node Subsection
26 @subsection Subsection
27
28 @ifset subsub
29 @menu
30 * Subsubsection::
31 @end menu
32
33 @node Subsubsection
34 @subsubsection Subsubsection
35 @end ifset
36
37 @ifclear do-top
38 @contents
39 @bye
40 @end ifclear
+0
-0
tp/t/include_reference/f--ile.png less more
(Empty file)
+0
-1
tp/t/include_reference/f--ile.txt less more
0 Image description""\.
+0
-3
tp/t/include_reference/figure.txt less more
0 1 A B
1 2 C D
2 3 E F
+0
-1
tp/t/include_reference/inc_file.texi less more
0 In included file.
+0
-1
tp/t/include_reference/incl-incl.txi less more
0 This is the @emph{included} file (include-value2.txi) <> ---.
+0
-3
tp/t/include_reference/macro_included.texi less more
0 @macro themacro
1 in themacro
2 @end macro
+0
-41
tp/t/include_reference/section_file.texi less more
0 \input texinfo @c -*-texinfo-*-
1
2 @ifclear do-top
3 @node Top
4 @top
5
6 @menu
7 * Chapter in included file::
8 @end menu
9 @end ifclear
10
11 @node Chapter in included file
12 @chapter Chapter in included file
13
14 @menu
15 * Section::
16 @end menu
17
18 @node Section
19 @section Section
20
21 @menu
22 * Subsection::
23 @end menu
24
25 @node Subsection
26 @subsection Subsection
27
28 @ifset subsub
29 @menu
30 * Subsubsection::
31 @end menu
32
33 @node Subsubsection
34 @subsubsection Subsubsection
35 @end ifset
36
37 @ifclear do-top
38 @contents
39 @bye
40 @end ifclear
2626
2727 my $parser = Texinfo::Parser::parser({'TEST' => 1,
2828 'include_directories' => [
29 $srcdir.'t/include_reference/',
3029 $srcdir.'t/include/'],
3130 'expanded_formats' => ['html', 'tex']});
3231
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1515 <!--
1616 a.summary-letter {text-decoration: none}
1717 blockquote.indentedblock {margin-right: 0em}
18 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
19 blockquote.smallquotation {font-size: smaller}
2018 div.display {margin-left: 3.2em}
2119 div.example {margin-left: 3.2em}
2220 div.lisp {margin-left: 3.2em}
23 div.smalldisplay {margin-left: 3.2em}
24 div.smallexample {margin-left: 3.2em}
25 div.smalllisp {margin-left: 3.2em}
2621 kbd {font-style: oblique}
2722 pre.display {font-family: inherit}
2823 pre.format {font-family: inherit}
2924 pre.menu-comment {font-family: serif}
3025 pre.menu-preformatted {font-family: serif}
31 pre.smalldisplay {font-family: inherit; font-size: smaller}
32 pre.smallexample {font-size: smaller}
33 pre.smallformat {font-family: inherit; font-size: smaller}
34 pre.smalllisp {font-size: smaller}
3526 span.nolinebreak {white-space: nowrap}
3627 span.roman {font-family: initial; font-weight: normal}
3728 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1515 <!--
1616 a.summary-letter {text-decoration: none}
1717 blockquote.indentedblock {margin-right: 0em}
18 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
19 blockquote.smallquotation {font-size: smaller}
2018 div.display {margin-left: 3.2em}
2119 div.example {margin-left: 3.2em}
2220 div.lisp {margin-left: 3.2em}
23 div.smalldisplay {margin-left: 3.2em}
24 div.smallexample {margin-left: 3.2em}
25 div.smalllisp {margin-left: 3.2em}
2621 kbd {font-style: oblique}
2722 pre.display {font-family: inherit}
2823 pre.format {font-family: inherit}
2924 pre.menu-comment {font-family: serif}
3025 pre.menu-preformatted {font-family: serif}
31 pre.smalldisplay {font-family: inherit; font-size: smaller}
32 pre.smallexample {font-size: smaller}
33 pre.smallformat {font-family: inherit; font-size: smaller}
34 pre.smalllisp {font-size: smaller}
3526 span.nolinebreak {white-space: nowrap}
3627 span.roman {font-family: initial; font-weight: normal}
3728 span.sansserif {font-family: sans-serif; font-weight: normal}
5243 <span id="Top-1"></span><h1 class="top">Top</h1>
5344
5445 <table class="menu" border="0" cellspacing="0">
55 <tr><td align="left" valign="top">&bull; <a href="-_007b-_007d.html#-_007b-_007d" accesskey="1">{ }</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
46 <tr><td align="left" valign="top">&bull; <a href="-_007b-_007d.html#-_007b-_007d" accesskey="1">{ }</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5647 </td></tr>
57 <tr><td align="left" valign="top">&bull; <a href="----_0021---_002e--_002e-_003f-_0040.html#----_0021---_002e--_002e-_003f-_0040" accesskey="2">&nbsp; &nbsp; ! <br> . . ? @</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
48 <tr><td align="left" valign="top">&bull; <a href="----_0021---_002e--_002e-_003f-_0040.html#----_0021---_002e--_002e-_003f-_0040" accesskey="2">&nbsp; &nbsp; ! <br> . . ? @</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5849 </td></tr>
59 <tr><td align="left" valign="top">&bull; <a href="_0040-_007b-_007d-_005c-_0023.html#g_t_0040-_007b-_007d-_005c-_0023" accesskey="3">@ { } \ #</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
50 <tr><td align="left" valign="top">&bull; <a href="_0040-_007b-_007d-_005c-_0023.html#g_t_0040-_007b-_007d-_005c-_0023" accesskey="3">@ { } \ #</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
6051 </td></tr>
61 <tr><td align="left" valign="top">&bull; <a href="LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html#LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e" accesskey="4">LaTeX TeX &bull; , &copy; &hellip; <small class="enddots">...</small></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
52 <tr><td align="left" valign="top">&bull; <a href="LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html#LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e" accesskey="4">LaTeX TeX &bull; , &copy; &hellip; <small class="enddots">...</small></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
6253 </td></tr>
63 <tr><td align="left" valign="top">&bull; <a href="_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html#g_t_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212" accesskey="5">&equiv; error&rarr; &euro; &iexcl; &rarr; -</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
54 <tr><td align="left" valign="top">&bull; <a href="_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html#g_t_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212" accesskey="5">&equiv; error&rarr; &euro; &iexcl; &rarr; -</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
6455 </td></tr>
65 <tr><td align="left" valign="top">&bull; <a href="_2265-_2264-_2192.html#g_t_2265-_2264-_2192" accesskey="6">&ge; &le; &rarr;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
56 <tr><td align="left" valign="top">&bull; <a href="_2265-_2264-_2192.html#g_t_2265-_2264-_2192" accesskey="6">&ge; &le; &rarr;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
6657 </td></tr>
67 <tr><td align="left" valign="top">&bull; <a href="_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae.html#g_t_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae" accesskey="7">&ordf; &ordm; &lowast; &pound; -| &iquest; &reg;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
58 <tr><td align="left" valign="top">&bull; <a href="_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae.html#g_t_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae" accesskey="7">&ordf; &ordm; &lowast; &pound; -| &iquest; &reg;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
6859 </td></tr>
69 <tr><td align="left" valign="top">&bull; <a href="_21d2-_00b0-a-b--aa.html#g_t_21d2-_00b0-a-b--_00e5" accesskey="8">&rArr; &deg; a&nbsp;b a sunny day &aring;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
60 <tr><td align="left" valign="top">&bull; <a href="_21d2-_00b0-a-b--aa.html#g_t_21d2-_00b0-a-b--_00e5" accesskey="8">&rArr; &deg; a&nbsp;b a sunny day &aring;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
7061 </td></tr>
71 <tr><td align="left" valign="top">&bull; <a href="AA-ae-oe-AE-OE-o-O-ss-l-L-D-d-TH-th.html#g_t_00c5-_00e6-_0153-_00c6-_0152-_00f8-_00d8-_00df-_0142-_0141-_00d0-_00f0-_00de-_00fe" accesskey="9">&Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; &#321; &ETH; &eth; &THORN; &thorn;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
62 <tr><td align="left" valign="top">&bull; <a href="AA-ae-oe-AE-OE-o-O-ss-l-L-D-d-TH-th.html#g_t_00c5-_00e6-_0153-_00c6-_0152-_00f8-_00d8-_00df-_0142-_0141-_00d0-_00f0-_00de-_00fe" accesskey="9">&Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; &#321; &ETH; &eth; &THORN; &thorn;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
7263 </td></tr>
73 <tr><td align="left" valign="top">&bull; <a href="a-e-i-a-a-e-c-e-e-e-e.html#g_t_00e4-_1ebd-_00ee-_00e2-_00e0-_00e9-_00e7-_0113-e_030a-e_030b-_0119">&auml; &#7869; &icirc; &acirc; &agrave; &eacute; &ccedil; &#275; e* e'' &#281;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
64 <tr><td align="left" valign="top">&bull; <a href="a-e-i-a-a-e-c-e-e-e-e.html#g_t_00e4-_1ebd-_00ee-_00e2-_00e0-_00e9-_00e7-_0113-e_030a-e_030b-_0119">&auml; &#7869; &icirc; &acirc; &agrave; &eacute; &ccedil; &#275; e* e'' &#281;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
7465 </td></tr>
75 <tr><td align="left" valign="top">&bull; <a href="e-e-e-e-e-j-ee.html#g_t_0117-_0115-e_0332-_1eb9-_011b-j-ee_0361">&#279; &#277; e_ &#7865; &#283; j ee[</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
66 <tr><td align="left" valign="top">&bull; <a href="e-e-e-e-e-j-ee.html#g_t_0117-_0115-e_0332-_1eb9-_011b-j-ee_0361">&#279; &#277; e_ &#7865; &#283; j ee[</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
7667 </td></tr>
77 <tr><td align="left" valign="top">&bull; <a href="i-E-C.html#g_t_0131-_1e14-_1e08">i &#274;` &#262;,</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
68 <tr><td align="left" valign="top">&bull; <a href="i-E-C.html#g_t_0131-_1e14-_1e08">i &#274;` &#262;,</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
7869 </td></tr>
79 <tr><td align="left" valign="top">&bull; <a href="_201c-_201d-_2018-_2019-_201e-_201a.html#g_t_201c-_201d-_2018-_2019-_201e-_201a">&ldquo; &rdquo; &lsquo; &rsquo; &bdquo; &sbquo;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
70 <tr><td align="left" valign="top">&bull; <a href="_201c-_201d-_2018-_2019-_201e-_201a.html#g_t_201c-_201d-_2018-_2019-_201e-_201a">&ldquo; &rdquo; &lsquo; &rsquo; &bdquo; &sbquo;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8071 </td></tr>
81 <tr><td align="left" valign="top">&bull; <a href="_00ab-_00bb-_00ab-_00bb-_2039-_203a.html#g_t_00ab-_00bb-_00ab-_00bb-_2039-_203a">&laquo; &raquo; &laquo; &raquo; &lsaquo; &rsaquo;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
72 <tr><td align="left" valign="top">&bull; <a href="_00ab-_00bb-_00ab-_00bb-_2039-_203a.html#g_t_00ab-_00bb-_00ab-_00bb-_2039-_203a">&laquo; &raquo; &laquo; &raquo; &lsaquo; &rsaquo;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8273 </td></tr>
83 <tr><td align="left" valign="top">&bull; <a href="_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027.html#g_t_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027">`` '' --- -- ` '</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
74 <tr><td align="left" valign="top">&bull; <a href="_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027.html#g_t_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027">`` '' --- -- ` '</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8475 </td></tr>
85 <tr><td align="left" valign="top">&bull; <a href="AAA-AAA-BBB.html#AAA-AAA-BBB"><acronym title="fff">AAA</acronym> (fff) <acronym title="fff">AAA</acronym> <acronym>BBB</acronym></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
76 <tr><td align="left" valign="top">&bull; <a href="AAA-AAA-BBB.html#AAA-AAA-BBB"><acronym title="fff">AAA</acronym> (fff) <acronym title="fff">AAA</acronym> <acronym>BBB</acronym></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8677 </td></tr>
87 <tr><td align="left" valign="top">&bull; <a href="CCC-CCC-DDD.html#CCC-CCC-DDD"><abbr title="rrr">CCC</abbr> (rrr) <abbr title="rrr">CCC</abbr> <abbr>DDD</abbr></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
78 <tr><td align="left" valign="top">&bull; <a href="CCC-CCC-DDD.html#CCC-CCC-DDD"><abbr title="rrr">CCC</abbr> (rrr) <abbr title="rrr">CCC</abbr> <abbr>DDD</abbr></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8879 </td></tr>
89 <tr><td align="left" valign="top">&bull; <a href="someone_0040somewher-no_005fexplain_0040there.html#someone_0040somewher-no_005fexplain_0040there"><a href="mailto:someone@somewher">the someone</a> <a href="mailto:no_explain@there">no_explain@there</a></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
80 <tr><td align="left" valign="top">&bull; <a href="someone_0040somewher-no_005fexplain_0040there.html#someone_0040somewher-no_005fexplain_0040there"><a href="mailto:someone@somewher">the someone</a> <a href="mailto:no_explain@there">no_explain@there</a></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
9081 </td></tr>
91 <tr><td align="left" valign="top">&bull; <a href="f_002d_002dile1-f_002d_002dile.html#f_002d_002dile1-f_002d_002dile"><img src="f--ile1.jpg" alt="f--ile1"> <img src="f--ile.png" alt="alt"></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82 <tr><td align="left" valign="top">&bull; <a href="f_002d_002dile1-f_002d_002dile.html#f_002d_002dile1-f_002d_002dile"><img src="f--ile1.jpg" alt="f--ile1"> <img src="f--ile.png" alt="alt"></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
9283 </td></tr>
93 <tr><td align="left" valign="top">&bull; <a href="-_0040-_007b_007d-_002e-.html#-_0040-_007b_007d-_002e-"><tt> @ {} . </tt></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
84 <tr><td align="left" valign="top">&bull; <a href="-_0040-_007b_007d-_002e-.html#-_0040-_007b_007d-_002e-"><tt> @ {} . </tt></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
9485 </td></tr>
95 <tr><td align="left" valign="top">&bull; <a href="cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i.html#cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i"><cite>cite asis</cite> in&nbsp;@w&nbsp;<b>b</b><!-- /@w --> <span class="roman">in r</span> <small>SC</small> <strong>str</strong> <tt>t</tt> <var>var</var> <em>dfn</em> <i>i</i></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
86 <tr><td align="left" valign="top">&bull; <a href="cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i.html#cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i"><cite>cite asis</cite> in&nbsp;@w&nbsp;<b>b</b><!-- /@w --> <span class="roman">in r</span> <small>SC</small> <strong>str</strong> <tt>t</tt> <var>var</var> <em>dfn</em> <i>i</i></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
9687 </td></tr>
97 <tr><td align="left" valign="top">&bull; <a href="env-code-option-samp-command-file-C_002dx-ESC.html#env-code-option-samp-command-file-C_002dx-ESC"><code>env</code> <code>code</code> <samp>option</samp> &lsquo;<samp>samp</samp>&rsquo; <code>command</code> <samp>file</samp> <kbd>C-x <span class="key">ESC</span></kbd></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
88 <tr><td align="left" valign="top">&bull; <a href="env-code-option-samp-command-file-C_002dx-ESC.html#env-code-option-samp-command-file-C_002dx-ESC"><code>env</code> <code>code</code> <samp>option</samp> &lsquo;<samp>samp</samp>&rsquo; <code>command</code> <samp>file</samp> <kbd>C-x <span class="key">ESC</span></kbd></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
9889 </td></tr>
99 <tr><td align="left" valign="top">&bull; <a href="8_002e27in.html#g_t8_002e27in">8.27in</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
90 <tr><td align="left" valign="top">&bull; <a href="8_002e27in.html#g_t8_002e27in">8.27in</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10091 </td></tr>
101 <tr><td align="left" valign="top">&bull; <a href="sansserif-slanted.html#sansserif-slanted"><span class="sansserif">sansserif</span> <i>slanted</i></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
92 <tr><td align="left" valign="top">&bull; <a href="sansserif-slanted.html#sansserif-slanted"><span class="sansserif">sansserif</span> <i>slanted</i></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10293 </td></tr>
103 <tr><td align="left" valign="top">&bull; <a href="indicateurl.html#indicateurl">&lsquo;<code>indicateurl</code>&rsquo;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
94 <tr><td align="left" valign="top">&bull; <a href="indicateurl.html#indicateurl">&lsquo;<code>indicateurl</code>&rsquo;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10495 </td></tr>
105 <tr><td align="left" valign="top">&bull; <a href="gH-3rd.html#gH-3rd"><sub>g</sub>H 3<sup>rd</sup></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
96 <tr><td align="left" valign="top">&bull; <a href="gH-3rd.html#gH-3rd"><sub>g</sub>H 3<sup>rd</sup></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10697 </td></tr>
107 <tr><td align="left" valign="top">&bull; <a href="http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html#http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls"><a href="http://somewhere_aaa">http://somewhere_aaa</a> <a href="url">text</a> <a href="/man.cgi/1/ls">ls</a></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
98 <tr><td align="left" valign="top">&bull; <a href="http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html#http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls"><a href="http://somewhere_aaa">http://somewhere_aaa</a> <a href="url">text</a> <a href="/man.cgi/1/ls">ls</a></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10899 </td></tr>
109100 </table>
110101
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1515 <!--
1616 a.summary-letter {text-decoration: none}
1717 blockquote.indentedblock {margin-right: 0em}
18 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
19 blockquote.smallquotation {font-size: smaller}
2018 div.display {margin-left: 3.2em}
2119 div.example {margin-left: 3.2em}
2220 div.lisp {margin-left: 3.2em}
23 div.smalldisplay {margin-left: 3.2em}
24 div.smallexample {margin-left: 3.2em}
25 div.smalllisp {margin-left: 3.2em}
2621 kbd {font-style: oblique}
2722 pre.display {font-family: inherit}
2823 pre.format {font-family: inherit}
2924 pre.menu-comment {font-family: serif}
3025 pre.menu-preformatted {font-family: serif}
31 pre.smalldisplay {font-family: inherit; font-size: smaller}
32 pre.smallexample {font-size: smaller}
33 pre.smallformat {font-family: inherit; font-size: smaller}
34 pre.smalllisp {font-size: smaller}
3526 span.nolinebreak {white-space: nowrap}
3627 span.roman {font-family: initial; font-weight: normal}
3728 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1515 <!--
1616 a.summary-letter {text-decoration: none}
1717 blockquote.indentedblock {margin-right: 0em}
18 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
19 blockquote.smallquotation {font-size: smaller}
2018 div.display {margin-left: 3.2em}
2119 div.example {margin-left: 3.2em}
2220 div.lisp {margin-left: 3.2em}
23 div.smalldisplay {margin-left: 3.2em}
24 div.smallexample {margin-left: 3.2em}
25 div.smalllisp {margin-left: 3.2em}
2621 kbd {font-style: oblique}
2722 pre.display {font-family: inherit}
2823 pre.format {font-family: inherit}
2924 pre.menu-comment {font-family: serif}
3025 pre.menu-preformatted {font-family: serif}
31 pre.smalldisplay {font-family: inherit; font-size: smaller}
32 pre.smallexample {font-size: smaller}
33 pre.smallformat {font-family: inherit; font-size: smaller}
34 pre.smalllisp {font-size: smaller}
3526 span.nolinebreak {white-space: nowrap}
3627 span.roman {font-family: initial; font-weight: normal}
3728 span.sansserif {font-family: sans-serif; font-weight: normal}
5243 <span id="Top-1"></span><h1 class="top">Top</h1>
5344
5445 <table class="menu" border="0" cellspacing="0">
55 <tr><td align="left" valign="top">&bull; <a href="-_007b-_007d.html#-_007b-_007d" accesskey="1">{ }</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
46 <tr><td align="left" valign="top">&bull; <a href="-_007b-_007d.html#-_007b-_007d" accesskey="1">{ }</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5647 </td></tr>
57 <tr><td align="left" valign="top">&bull; <a href="----_0021---_002e--_002e-_003f-_0040.html#----_0021---_002e--_002e-_003f-_0040" accesskey="2">&nbsp; &nbsp; ! <br> . . ? @</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
48 <tr><td align="left" valign="top">&bull; <a href="----_0021---_002e--_002e-_003f-_0040.html#----_0021---_002e--_002e-_003f-_0040" accesskey="2">&nbsp; &nbsp; ! <br> . . ? @</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5849 </td></tr>
59 <tr><td align="left" valign="top">&bull; <a href="_0040-_007b-_007d-_005c-_0023.html#g_t_0040-_007b-_007d-_005c-_0023" accesskey="3">@ { } \ #</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
50 <tr><td align="left" valign="top">&bull; <a href="_0040-_007b-_007d-_005c-_0023.html#g_t_0040-_007b-_007d-_005c-_0023" accesskey="3">@ { } \ #</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
6051 </td></tr>
61 <tr><td align="left" valign="top">&bull; <a href="LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html#LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e" accesskey="4">LaTeX TeX &bull; , &copy; &hellip; <small class="enddots">...</small></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
52 <tr><td align="left" valign="top">&bull; <a href="LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html#LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e" accesskey="4">LaTeX TeX &bull; , &copy; &hellip; <small class="enddots">...</small></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
6253 </td></tr>
63 <tr><td align="left" valign="top">&bull; <a href="_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html#g_t_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212" accesskey="5">&equiv; error&rarr; &euro; &iexcl; &rarr; -</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
54 <tr><td align="left" valign="top">&bull; <a href="_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html#g_t_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212" accesskey="5">&equiv; error&rarr; &euro; &iexcl; &rarr; -</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
6455 </td></tr>
65 <tr><td align="left" valign="top">&bull; <a href="_2265-_2264-_2192.html#g_t_2265-_2264-_2192" accesskey="6">&ge; &le; &rarr;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
56 <tr><td align="left" valign="top">&bull; <a href="_2265-_2264-_2192.html#g_t_2265-_2264-_2192" accesskey="6">&ge; &le; &rarr;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
6657 </td></tr>
67 <tr><td align="left" valign="top">&bull; <a href="_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae.html#g_t_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae" accesskey="7">&ordf; &ordm; &lowast; &pound; -| &iquest; &reg;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
58 <tr><td align="left" valign="top">&bull; <a href="_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae.html#g_t_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae" accesskey="7">&ordf; &ordm; &lowast; &pound; -| &iquest; &reg;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
6859 </td></tr>
69 <tr><td align="left" valign="top">&bull; <a href="_21d2-_00b0-a-b--aa.html#g_t_21d2-_00b0-a-b--_00e5" accesskey="8">&rArr; &deg; a&nbsp;b a sunny day &aring;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
60 <tr><td align="left" valign="top">&bull; <a href="_21d2-_00b0-a-b--aa.html#g_t_21d2-_00b0-a-b--_00e5" accesskey="8">&rArr; &deg; a&nbsp;b a sunny day &aring;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
7061 </td></tr>
71 <tr><td align="left" valign="top">&bull; <a href="AA-ae-oe-AE-OE-o-O-ss-l-L-D-d-TH-th.html#g_t_00c5-_00e6-_0153-_00c6-_0152-_00f8-_00d8-_00df-_0142-_0141-_00d0-_00f0-_00de-_00fe" accesskey="9">&Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; &#321; &ETH; &eth; &THORN; &thorn;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
62 <tr><td align="left" valign="top">&bull; <a href="AA-ae-oe-AE-OE-o-O-ss-l-L-D-d-TH-th.html#g_t_00c5-_00e6-_0153-_00c6-_0152-_00f8-_00d8-_00df-_0142-_0141-_00d0-_00f0-_00de-_00fe" accesskey="9">&Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; &#321; &ETH; &eth; &THORN; &thorn;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
7263 </td></tr>
73 <tr><td align="left" valign="top">&bull; <a href="a-e-i-a-a-e-c-e-e-e-e.html#g_t_00e4-_1ebd-_00ee-_00e2-_00e0-_00e9-_00e7-_0113-e_030a-e_030b-_0119">&auml; &#7869; &icirc; &acirc; &agrave; &eacute; &ccedil; &#275; e* e'' &#281;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
64 <tr><td align="left" valign="top">&bull; <a href="a-e-i-a-a-e-c-e-e-e-e.html#g_t_00e4-_1ebd-_00ee-_00e2-_00e0-_00e9-_00e7-_0113-e_030a-e_030b-_0119">&auml; &#7869; &icirc; &acirc; &agrave; &eacute; &ccedil; &#275; e* e'' &#281;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
7465 </td></tr>
75 <tr><td align="left" valign="top">&bull; <a href="e-e-e-e-e-j-ee.html#g_t_0117-_0115-e_0332-_1eb9-_011b-j-ee_0361">&#279; &#277; e_ &#7865; &#283; j ee[</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
66 <tr><td align="left" valign="top">&bull; <a href="e-e-e-e-e-j-ee.html#g_t_0117-_0115-e_0332-_1eb9-_011b-j-ee_0361">&#279; &#277; e_ &#7865; &#283; j ee[</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
7667 </td></tr>
77 <tr><td align="left" valign="top">&bull; <a href="i-E-C.html#g_t_0131-_1e14-_1e08">i &#274;` &#262;,</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
68 <tr><td align="left" valign="top">&bull; <a href="i-E-C.html#g_t_0131-_1e14-_1e08">i &#274;` &#262;,</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
7869 </td></tr>
79 <tr><td align="left" valign="top">&bull; <a href="_201c-_201d-_2018-_2019-_201e-_201a.html#g_t_201c-_201d-_2018-_2019-_201e-_201a">&ldquo; &rdquo; &lsquo; &rsquo; &bdquo; &sbquo;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
70 <tr><td align="left" valign="top">&bull; <a href="_201c-_201d-_2018-_2019-_201e-_201a.html#g_t_201c-_201d-_2018-_2019-_201e-_201a">&ldquo; &rdquo; &lsquo; &rsquo; &bdquo; &sbquo;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8071 </td></tr>
81 <tr><td align="left" valign="top">&bull; <a href="_00ab-_00bb-_00ab-_00bb-_2039-_203a.html#g_t_00ab-_00bb-_00ab-_00bb-_2039-_203a">&laquo; &raquo; &laquo; &raquo; &lsaquo; &rsaquo;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
72 <tr><td align="left" valign="top">&bull; <a href="_00ab-_00bb-_00ab-_00bb-_2039-_203a.html#g_t_00ab-_00bb-_00ab-_00bb-_2039-_203a">&laquo; &raquo; &laquo; &raquo; &lsaquo; &rsaquo;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8273 </td></tr>
83 <tr><td align="left" valign="top">&bull; <a href="_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027.html#g_t_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027">`` '' --- -- ` '</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
74 <tr><td align="left" valign="top">&bull; <a href="_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027.html#g_t_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027">`` '' --- -- ` '</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8475 </td></tr>
85 <tr><td align="left" valign="top">&bull; <a href="AAA-AAA-BBB.html#AAA-AAA-BBB"><acronym title="fff">AAA</acronym> (fff) <acronym title="fff">AAA</acronym> <acronym>BBB</acronym></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
76 <tr><td align="left" valign="top">&bull; <a href="AAA-AAA-BBB.html#AAA-AAA-BBB"><acronym title="fff">AAA</acronym> (fff) <acronym title="fff">AAA</acronym> <acronym>BBB</acronym></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8677 </td></tr>
87 <tr><td align="left" valign="top">&bull; <a href="CCC-CCC-DDD.html#CCC-CCC-DDD"><abbr title="rrr">CCC</abbr> (rrr) <abbr title="rrr">CCC</abbr> <abbr>DDD</abbr></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
78 <tr><td align="left" valign="top">&bull; <a href="CCC-CCC-DDD.html#CCC-CCC-DDD"><abbr title="rrr">CCC</abbr> (rrr) <abbr title="rrr">CCC</abbr> <abbr>DDD</abbr></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8879 </td></tr>
89 <tr><td align="left" valign="top">&bull; <a href="someone_0040somewher-no_005fexplain_0040there.html#someone_0040somewher-no_005fexplain_0040there"><a href="mailto:someone@somewher">the someone</a> <a href="mailto:no_explain@there">no_explain@there</a></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
80 <tr><td align="left" valign="top">&bull; <a href="someone_0040somewher-no_005fexplain_0040there.html#someone_0040somewher-no_005fexplain_0040there"><a href="mailto:someone@somewher">the someone</a> <a href="mailto:no_explain@there">no_explain@there</a></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
9081 </td></tr>
91 <tr><td align="left" valign="top">&bull; <a href="f_002d_002dile1-f_002d_002dile.html#f_002d_002dile1-f_002d_002dile"><img src="f--ile1.jpg" alt="f--ile1"> <img src="f--ile.png" alt="alt"></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82 <tr><td align="left" valign="top">&bull; <a href="f_002d_002dile1-f_002d_002dile.html#f_002d_002dile1-f_002d_002dile"><img src="f--ile1.jpg" alt="f--ile1"> <img src="f--ile.png" alt="alt"></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
9283 </td></tr>
93 <tr><td align="left" valign="top">&bull; <a href="-_0040-_007b_007d-_002e-.html#-_0040-_007b_007d-_002e-"><tt> @ {} . </tt></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
84 <tr><td align="left" valign="top">&bull; <a href="-_0040-_007b_007d-_002e-.html#-_0040-_007b_007d-_002e-"><tt> @ {} . </tt></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
9485 </td></tr>
95 <tr><td align="left" valign="top">&bull; <a href="cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i.html#cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i"><cite>cite asis</cite> in&nbsp;@w&nbsp;<b>b</b><!-- /@w --> <span class="roman">in r</span> <small>SC</small> <strong>str</strong> <tt>t</tt> <var>var</var> <em>dfn</em> <i>i</i></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
86 <tr><td align="left" valign="top">&bull; <a href="cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i.html#cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i"><cite>cite asis</cite> in&nbsp;@w&nbsp;<b>b</b><!-- /@w --> <span class="roman">in r</span> <small>SC</small> <strong>str</strong> <tt>t</tt> <var>var</var> <em>dfn</em> <i>i</i></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
9687 </td></tr>
97 <tr><td align="left" valign="top">&bull; <a href="env-code-option-samp-command-file-C_002dx-ESC.html#env-code-option-samp-command-file-C_002dx-ESC"><code>env</code> <code>code</code> <samp>option</samp> &lsquo;<samp>samp</samp>&rsquo; <code>command</code> <samp>file</samp> <kbd>C-x <span class="key">ESC</span></kbd></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
88 <tr><td align="left" valign="top">&bull; <a href="env-code-option-samp-command-file-C_002dx-ESC.html#env-code-option-samp-command-file-C_002dx-ESC"><code>env</code> <code>code</code> <samp>option</samp> &lsquo;<samp>samp</samp>&rsquo; <code>command</code> <samp>file</samp> <kbd>C-x <span class="key">ESC</span></kbd></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
9889 </td></tr>
99 <tr><td align="left" valign="top">&bull; <a href="8_002e27in.html#g_t8_002e27in">8.27in</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
90 <tr><td align="left" valign="top">&bull; <a href="8_002e27in.html#g_t8_002e27in">8.27in</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10091 </td></tr>
101 <tr><td align="left" valign="top">&bull; <a href="sansserif-slanted.html#sansserif-slanted"><span class="sansserif">sansserif</span> <i>slanted</i></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
92 <tr><td align="left" valign="top">&bull; <a href="sansserif-slanted.html#sansserif-slanted"><span class="sansserif">sansserif</span> <i>slanted</i></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10293 </td></tr>
103 <tr><td align="left" valign="top">&bull; <a href="indicateurl.html#indicateurl">&lsquo;<code>indicateurl</code>&rsquo;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
94 <tr><td align="left" valign="top">&bull; <a href="indicateurl.html#indicateurl">&lsquo;<code>indicateurl</code>&rsquo;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10495 </td></tr>
105 <tr><td align="left" valign="top">&bull; <a href="gH-3rd.html#gH-3rd"><sub>g</sub>H 3<sup>rd</sup></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
96 <tr><td align="left" valign="top">&bull; <a href="gH-3rd.html#gH-3rd"><sub>g</sub>H 3<sup>rd</sup></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10697 </td></tr>
107 <tr><td align="left" valign="top">&bull; <a href="http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html#http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls"><a href="http://somewhere_aaa">http://somewhere_aaa</a> <a href="url">text</a> <a href="/man.cgi/1/ls">ls</a></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
98 <tr><td align="left" valign="top">&bull; <a href="http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html#http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls"><a href="http://somewhere_aaa">http://somewhere_aaa</a> <a href="url">text</a> <a href="/man.cgi/1/ls">ls</a></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10899 </td></tr>
109100 </table>
110101
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
9788 </td></tr></table>
9889
9990 <table class="menu" border="0" cellspacing="0">
100 <tr><td align="left" valign="top">&bull; <a href="a-e-i-o-u-y-A-E-I-O-U.html#g_t_00e4-_00eb-_00ef-_00f6-_00fc-_00ff-_00c4-_00cb-_00cf-_00d6-_00dc" accesskey="1">ä ë ï ö ü ÿ Ä Ë Ï Ö Ü</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
91 <tr><td align="left" valign="top">&bull; <a href="a-e-i-o-u-y-A-E-I-O-U.html#g_t_00e4-_00eb-_00ef-_00f6-_00fc-_00ff-_00c4-_00cb-_00cf-_00d6-_00dc" accesskey="1">ä ë ï ö ü ÿ Ä Ë Ï Ö Ü</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10192 </td></tr>
102 <tr><td align="left" valign="top">&bull; <a href="e.html#g_t_00e9" accesskey="2">é</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
93 <tr><td align="left" valign="top">&bull; <a href="e.html#g_t_00e9" accesskey="2">é</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10394 </td></tr>
104 <tr><td align="left" valign="top">&bull; <a href="a-e-u.html#g_t_00e0-_00e8-_00f9" accesskey="3">à è ù</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
95 <tr><td align="left" valign="top">&bull; <a href="a-e-u.html#g_t_00e0-_00e8-_00f9" accesskey="3">à è ù</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10596 </td></tr>
106 <tr><td align="left" valign="top">&bull; <a href="a-e-i-o-u-A-E-I-O-U.html#g_t_00e2-_00ea-_00ee-_00f4-_00fb-_00c2-_00ca-_00ce-_00d4-_00db" accesskey="4">â ê î ô û Â Ê Î Ô Û</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
97 <tr><td align="left" valign="top">&bull; <a href="a-e-i-o-u-A-E-I-O-U.html#g_t_00e2-_00ea-_00ee-_00f4-_00fb-_00c2-_00ca-_00ce-_00d4-_00db" accesskey="4">â ê î ô û Â Ê Î Ô Û</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10798 </td></tr>
108 <tr><td align="left" valign="top">&bull; <a href="c.html#g_t_00e7" accesskey="5">ç</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
99 <tr><td align="left" valign="top">&bull; <a href="c.html#g_t_00e7" accesskey="5">ç</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
109100 </td></tr>
110101 </table>
111102
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
9788 </td></tr></table>
9889
9990 <table class="menu" border="0" cellspacing="0">
100 <tr><td align="left" valign="top">&bull; <a href="a-e-i-o-u-y-A-E-I-O-U.html#g_t_00e4-_00eb-_00ef-_00f6-_00fc-_00ff-_00c4-_00cb-_00cf-_00d6-_00dc" accesskey="1">ä ë ï ö ü ÿ Ä Ë Ï Ö Ü</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
91 <tr><td align="left" valign="top">&bull; <a href="a-e-i-o-u-y-A-E-I-O-U.html#g_t_00e4-_00eb-_00ef-_00f6-_00fc-_00ff-_00c4-_00cb-_00cf-_00d6-_00dc" accesskey="1">ä ë ï ö ü ÿ Ä Ë Ï Ö Ü</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10192 </td></tr>
102 <tr><td align="left" valign="top">&bull; <a href="e.html#g_t_00e9" accesskey="2">é</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
93 <tr><td align="left" valign="top">&bull; <a href="e.html#g_t_00e9" accesskey="2">é</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10394 </td></tr>
104 <tr><td align="left" valign="top">&bull; <a href="a-e-u.html#g_t_00e0-_00e8-_00f9" accesskey="3">à è ù</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
95 <tr><td align="left" valign="top">&bull; <a href="a-e-u.html#g_t_00e0-_00e8-_00f9" accesskey="3">à è ù</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10596 </td></tr>
106 <tr><td align="left" valign="top">&bull; <a href="a-e-i-o-u-A-E-I-O-U.html#g_t_00e2-_00ea-_00ee-_00f4-_00fb-_00c2-_00ca-_00ce-_00d4-_00db" accesskey="4">â ê î ô û Â Ê Î Ô Û</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
97 <tr><td align="left" valign="top">&bull; <a href="a-e-i-o-u-A-E-I-O-U.html#g_t_00e2-_00ea-_00ee-_00f4-_00fb-_00c2-_00ca-_00ce-_00d4-_00db" accesskey="4">â ê î ô û Â Ê Î Ô Û</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10798 </td></tr>
108 <tr><td align="left" valign="top">&bull; <a href="c.html#g_t_00e7" accesskey="5">ç</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
99 <tr><td align="left" valign="top">&bull; <a href="c.html#g_t_00e7" accesskey="5">ç</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
109100 </td></tr>
110101 </table>
111102
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
7061 </td></tr></table>
7162
7263 <table class="menu" border="0" cellspacing="0">
73 <tr><td align="left" valign="top">&bull; <a href="A-a-_002c-E-e.html#g_t_0104-_0105-_02db-_0118-_0119" accesskey="1">¡ ± ² Ê ê</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
64 <tr><td align="left" valign="top">&bull; <a href="A-a-_002c-E-e.html#g_t_0104-_0105-_02db-_0118-_0119" accesskey="1">¡ ± ² Ê ê</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
7465 </td></tr>
7566 </table>
7667
2323 <!--
2424 a.summary-letter {text-decoration: none}
2525 blockquote.indentedblock {margin-right: 0em}
26 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
27 blockquote.smallquotation {font-size: smaller}
2826 div.display {margin-left: 3.2em}
2927 div.example {margin-left: 3.2em}
3028 div.lisp {margin-left: 3.2em}
31 div.smalldisplay {margin-left: 3.2em}
32 div.smallexample {margin-left: 3.2em}
33 div.smalllisp {margin-left: 3.2em}
3429 kbd {font-style: oblique}
3530 pre.display {font-family: inherit}
3631 pre.format {font-family: inherit}
3732 pre.menu-comment {font-family: serif}
3833 pre.menu-preformatted {font-family: serif}
39 pre.smalldisplay {font-family: inherit; font-size: smaller}
40 pre.smallexample {font-size: smaller}
41 pre.smallformat {font-family: inherit; font-size: smaller}
42 pre.smalllisp {font-size: smaller}
4334 span.nolinebreak {white-space: nowrap}
4435 span.roman {font-family: initial; font-weight: normal}
4536 span.sansserif {font-family: sans-serif; font-weight: normal}
2424 <!--
2525 a.summary-letter {text-decoration: none}
2626 blockquote.indentedblock {margin-right: 0em}
27 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
28 blockquote.smallquotation {font-size: smaller}
2927 div.display {margin-left: 3.2em}
3028 div.example {margin-left: 3.2em}
3129 div.lisp {margin-left: 3.2em}
32 div.smalldisplay {margin-left: 3.2em}
33 div.smallexample {margin-left: 3.2em}
34 div.smalllisp {margin-left: 3.2em}
3530 kbd {font-style: oblique}
3631 pre.display {font-family: inherit}
3732 pre.format {font-family: inherit}
3833 pre.menu-comment {font-family: serif}
3934 pre.menu-preformatted {font-family: serif}
40 pre.smalldisplay {font-family: inherit; font-size: smaller}
41 pre.smallexample {font-size: smaller}
42 pre.smallformat {font-family: inherit; font-size: smaller}
43 pre.smalllisp {font-size: smaller}
4435 span.nolinebreak {white-space: nowrap}
4536 span.roman {font-family: initial; font-weight: normal}
4637 span.sansserif {font-family: sans-serif; font-weight: normal}
2323 <!--
2424 a.summary-letter {text-decoration: none}
2525 blockquote.indentedblock {margin-right: 0em}
26 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
27 blockquote.smallquotation {font-size: smaller}
2826 div.display {margin-left: 3.2em}
2927 div.example {margin-left: 3.2em}
3028 div.lisp {margin-left: 3.2em}
31 div.smalldisplay {margin-left: 3.2em}
32 div.smallexample {margin-left: 3.2em}
33 div.smalllisp {margin-left: 3.2em}
3429 kbd {font-style: oblique}
3530 pre.display {font-family: inherit}
3631 pre.format {font-family: inherit}
3732 pre.menu-comment {font-family: serif}
3833 pre.menu-preformatted {font-family: serif}
39 pre.smalldisplay {font-family: inherit; font-size: smaller}
40 pre.smallexample {font-size: smaller}
41 pre.smallformat {font-family: inherit; font-size: smaller}
42 pre.smalllisp {font-size: smaller}
4334 span.nolinebreak {white-space: nowrap}
4435 span.roman {font-family: initial; font-weight: normal}
4536 span.sansserif {font-family: sans-serif; font-weight: normal}
6657 <p>‚±‚ê‚Í GNU LilyPond ƒo�[ƒWƒ‡ƒ“
6758 </p>
6859 <table class="menu" border="0" cellspacing="0">
69 <tr><td align="left" valign="top">&bull; <a href="Preface.html#Preface" accesskey="1">Preface</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
60 <tr><td align="left" valign="top">&bull; <a href="Preface.html#Preface" accesskey="1">Preface</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
7061 </td></tr>
71 <tr><td align="left" valign="top">&bull; <a href="Introduction.html#Introduction" accesskey="2">Introduction</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">LilyPond とは何なのか、なぜ LilyPond を使うのか、どうやって LilyPond を使うのか
62 <tr><td align="left" valign="top">&bull; <a href="Introduction.html#Introduction" accesskey="2">Introduction</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">LilyPond とは何なのか、なぜ LilyPond を使うのか、どうやって LilyPond を使うのか
7263 </td></tr>
7364 </table>
7465
598598 <!--
599599 a.summary-letter {text-decoration: none}
600600 blockquote.indentedblock {margin-right: 0em}
601 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
602 blockquote.smallquotation {font-size: smaller}
603601 div.display {margin-left: 3.2em}
604602 div.example {margin-left: 3.2em}
605603 div.lisp {margin-left: 3.2em}
606 div.smalldisplay {margin-left: 3.2em}
607 div.smallexample {margin-left: 3.2em}
608 div.smalllisp {margin-left: 3.2em}
609604 kbd {font-style: oblique}
610605 pre.display {font-family: inherit}
611606 pre.format {font-family: inherit}
612607 pre.menu-comment {font-family: serif}
613608 pre.menu-preformatted {font-family: serif}
614 pre.smalldisplay {font-family: inherit; font-size: smaller}
615 pre.smallexample {font-size: smaller}
616 pre.smallformat {font-family: inherit; font-size: smaller}
617 pre.smalllisp {font-size: smaller}
618609 span.nolinebreak {white-space: nowrap}
619610 span.roman {font-family: initial; font-weight: normal}
620611 span.sansserif {font-family: sans-serif; font-weight: normal}
25052505 <span id="for-example-node-_0028node_0029-_0028Top_0029"></span><h1 class="top">for example <a href="#node">node</a> (see <a href="#node">node</a>) (see <cite><a href="file.html#Top">Manual</a></cite>)</h1>
25062506
25072507 <table class="menu" border="0" cellspacing="0">
2508 <tr><td align="left" valign="top">&bull; <a href="#node" accesskey="1">node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
2508 <tr><td align="left" valign="top">&bull; <a href="#node" accesskey="1">node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
25092509 </td></tr>
2510 <tr><td align="left" valign="top">&bull; <a href="#chap" accesskey="2">chap</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
2510 <tr><td align="left" valign="top">&bull; <a href="#chap" accesskey="2">chap</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
25112511 </td></tr>
25122512 </table>
25132513
2222 <!--
2323 a.summary-letter {text-decoration: none}
2424 blockquote.indentedblock {margin-right: 0em}
25 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
26 blockquote.smallquotation {font-size: smaller}
2725 div.display {margin-left: 3.2em}
2826 div.example {margin-left: 3.2em}
2927 div.lisp {margin-left: 3.2em}
30 div.smalldisplay {margin-left: 3.2em}
31 div.smallexample {margin-left: 3.2em}
32 div.smalllisp {margin-left: 3.2em}
3328 kbd {font-style: oblique}
3429 pre.display {font-family: inherit}
3530 pre.format {font-family: inherit}
3631 pre.menu-comment {font-family: serif}
3732 pre.menu-preformatted {font-family: serif}
38 pre.smalldisplay {font-family: inherit; font-size: smaller}
39 pre.smallexample {font-size: smaller}
40 pre.smallformat {font-family: inherit; font-size: smaller}
41 pre.smalllisp {font-size: smaller}
4233 span.nolinebreak {white-space: nowrap}
4334 span.roman {font-family: initial; font-weight: normal}
4435 span.sansserif {font-family: sans-serif; font-weight: normal}
2121 <!--
2222 a.summary-letter {text-decoration: none}
2323 blockquote.indentedblock {margin-right: 0em}
24 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
25 blockquote.smallquotation {font-size: smaller}
2624 div.display {margin-left: 3.2em}
2725 div.example {margin-left: 3.2em}
2826 div.lisp {margin-left: 3.2em}
29 div.smalldisplay {margin-left: 3.2em}
30 div.smallexample {margin-left: 3.2em}
31 div.smalllisp {margin-left: 3.2em}
3227 kbd {font-style: oblique}
3328 pre.display {font-family: inherit}
3429 pre.format {font-family: inherit}
3530 pre.menu-comment {font-family: serif}
3631 pre.menu-preformatted {font-family: serif}
37 pre.smalldisplay {font-family: inherit; font-size: smaller}
38 pre.smallexample {font-size: smaller}
39 pre.smallformat {font-family: inherit; font-size: smaller}
40 pre.smalllisp {font-size: smaller}
4132 span.nolinebreak {white-space: nowrap}
4233 span.roman {font-family: initial; font-weight: normal}
4334 span.sansserif {font-family: sans-serif; font-weight: normal}
2222 <!--
2323 a.summary-letter {text-decoration: none}
2424 blockquote.indentedblock {margin-right: 0em}
25 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
26 blockquote.smallquotation {font-size: smaller}
2725 div.display {margin-left: 3.2em}
2826 div.example {margin-left: 3.2em}
2927 div.lisp {margin-left: 3.2em}
30 div.smalldisplay {margin-left: 3.2em}
31 div.smallexample {margin-left: 3.2em}
32 div.smalllisp {margin-left: 3.2em}
3328 kbd {font-style: oblique}
3429 pre.display {font-family: inherit}
3530 pre.format {font-family: inherit}
3631 pre.menu-comment {font-family: serif}
3732 pre.menu-preformatted {font-family: serif}
38 pre.smalldisplay {font-family: inherit; font-size: smaller}
39 pre.smallexample {font-size: smaller}
40 pre.smallformat {font-family: inherit; font-size: smaller}
41 pre.smalllisp {font-size: smaller}
4233 span.nolinebreak {white-space: nowrap}
4334 span.roman {font-family: initial; font-weight: normal}
4435 span.sansserif {font-family: sans-serif; font-weight: normal}
2121 <!--
2222 a.summary-letter {text-decoration: none}
2323 blockquote.indentedblock {margin-right: 0em}
24 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
25 blockquote.smallquotation {font-size: smaller}
2624 div.display {margin-left: 3.2em}
2725 div.example {margin-left: 3.2em}
2826 div.lisp {margin-left: 3.2em}
29 div.smalldisplay {margin-left: 3.2em}
30 div.smallexample {margin-left: 3.2em}
31 div.smalllisp {margin-left: 3.2em}
3227 kbd {font-style: oblique}
3328 pre.display {font-family: inherit}
3429 pre.format {font-family: inherit}
3530 pre.menu-comment {font-family: serif}
3631 pre.menu-preformatted {font-family: serif}
37 pre.smalldisplay {font-family: inherit; font-size: smaller}
38 pre.smallexample {font-size: smaller}
39 pre.smallformat {font-family: inherit; font-size: smaller}
40 pre.smalllisp {font-size: smaller}
4132 span.nolinebreak {white-space: nowrap}
4233 span.roman {font-family: initial; font-weight: normal}
4334 span.sansserif {font-family: sans-serif; font-weight: normal}
7970 Texinfo中文示例
8071 </p>
8172 <table class="menu" border="0" cellspacing="0">
82 <tr><td align="left" valign="top">&bull; <a href="DiYiZhang_0028First-Chapter_0029.html#g_t_7b2c_4e00_7ae0_ff08First-Chapter_ff09" accesskey="1">第一章(First Chapter)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">这是此示例文档的第一章
73 <tr><td align="left" valign="top">&bull; <a href="DiYiZhang_0028First-Chapter_0029.html#g_t_7b2c_4e00_7ae0_ff08First-Chapter_ff09" accesskey="1">第一章(First Chapter)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">这是此示例文档的第一章
8374 (with mixed cjk &amp; latin char title)
8475 </td></tr>
85 <tr><td align="left" valign="top">&bull; <a href="Second-Chapter-AE-AE-ae-ae.html#Second-Chapter-AE-_0104_0118-ae-_0105_0119" accesskey="2">Second Chapter AE ĄĘ ae ąę</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">this is chapter 2. AE ĄĘ ae ąę
76 <tr><td align="left" valign="top">&bull; <a href="Second-Chapter-AE-AE-ae-ae.html#Second-Chapter-AE-_0104_0118-ae-_0105_0119" accesskey="2">Second Chapter AE ĄĘ ae ąę</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">this is chapter 2. AE ĄĘ ae ąę
8677 </td></tr>
87 <tr><td align="left" valign="top">&bull; <a href="Index-node.html#Index-node" accesskey="3">Index node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Complete index.
78 <tr><td align="left" valign="top">&bull; <a href="Index-node.html#Index-node" accesskey="3">Index node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Complete index.
8879 </td></tr>
8980 </table>
9081
16741674 <span id="Top-1"></span><h1 class="top">Top</h1>
16751675
16761676 <table class="menu" border="0" cellspacing="0">
1677 <tr><td align="left" valign="top">&bull; <a href="#A-SC-_00d1-_00c5-TeX-node-_00ef-_00ef-_1e14-_0142-_1e08-_00a1" accesskey="1">A <small>SC &Ntilde; &Aring; TeX</small> node &iuml; &iuml; &#274;` &#322; &#262;, &iexcl;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1677 <tr><td align="left" valign="top">&bull; <a href="#A-SC-_00d1-_00c5-TeX-node-_00ef-_00ef-_1e14-_0142-_1e08-_00a1" accesskey="1">A <small>SC &Ntilde; &Aring; TeX</small> node &iuml; &iuml; &#274;` &#322; &#262;, &iexcl;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
16781678 </td></tr>
16791679 </table>
16801680
957957 <h1 class="node-heading">Top</h1>
958958
959959 <table class="menu" border="0" cellspacing="0">
960 <tr><td align="left" valign="top">&bull; &nbsp;&nbsp;:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
960 <tr><td align="left" valign="top">&bull; &nbsp;&nbsp;</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
961961 </td></tr>
962 <tr><td align="left" valign="top">&bull; <tt> </tt>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
962 <tr><td align="left" valign="top">&bull; <tt> </tt></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
963963 </td></tr>
964 <tr><td align="left" valign="top">&bull; &nbsp;:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
964 <tr><td align="left" valign="top">&bull; &nbsp;</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
965965 </td></tr>
966966 </table>
967967
10381038 <h1 class="node-heading">Top</h1>
10391039
10401040 <table class="menu" border="0" cellspacing="0">
1041 <tr><td align="left" valign="top">&bull; <a href="#a--" accesskey="1">a&nbsp;&nbsp;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1041 <tr><td align="left" valign="top">&bull; <a href="#a--" accesskey="1">a&nbsp;&nbsp;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10421042 </td></tr>
1043 <tr><td align="left" valign="top">&bull; <a href="#b-" accesskey="2">b<tt> </tt></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1043 <tr><td align="left" valign="top">&bull; <a href="#b-" accesskey="2">b<tt> </tt></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10441044 </td></tr>
1045 <tr><td align="left" valign="top">&bull; <a href="#c-" accesskey="3">c&nbsp;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1045 <tr><td align="left" valign="top">&bull; <a href="#c-" accesskey="3">c&nbsp;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10461046 </td></tr>
10471047 </table>
10481048
15281528 <!--
15291529 a.summary-letter {text-decoration: none}
15301530 blockquote.indentedblock {margin-right: 0em}
1531 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1532 blockquote.smallquotation {font-size: smaller}
15331531 div.display {margin-left: 3.2em}
15341532 div.example {margin-left: 3.2em}
15351533 div.lisp {margin-left: 3.2em}
1536 div.smalldisplay {margin-left: 3.2em}
1537 div.smallexample {margin-left: 3.2em}
1538 div.smalllisp {margin-left: 3.2em}
15391534 kbd {font-style: oblique}
15401535 pre.display {font-family: inherit}
15411536 pre.format {font-family: inherit}
15421537 pre.menu-comment {font-family: serif}
15431538 pre.menu-preformatted {font-family: serif}
1544 pre.smalldisplay {font-family: inherit; font-size: smaller}
1545 pre.smallexample {font-size: smaller}
1546 pre.smallformat {font-family: inherit; font-size: smaller}
1547 pre.smalllisp {font-size: smaller}
15481539 span.nolinebreak {white-space: nowrap}
15491540 span.roman {font-family: initial; font-weight: normal}
15501541 span.sansserif {font-family: sans-serif; font-weight: normal}
13681368 <!--
13691369 a.summary-letter {text-decoration: none}
13701370 blockquote.indentedblock {margin-right: 0em}
1371 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1372 blockquote.smallquotation {font-size: smaller}
13731371 div.display {margin-left: 3.2em}
13741372 div.example {margin-left: 3.2em}
13751373 div.lisp {margin-left: 3.2em}
1376 div.smalldisplay {margin-left: 3.2em}
1377 div.smallexample {margin-left: 3.2em}
1378 div.smalllisp {margin-left: 3.2em}
13791374 kbd {font-style: oblique}
13801375 pre.display {font-family: inherit}
13811376 pre.format {font-family: inherit}
13821377 pre.menu-comment {font-family: serif}
13831378 pre.menu-preformatted {font-family: serif}
1384 pre.smalldisplay {font-family: inherit; font-size: smaller}
1385 pre.smallexample {font-size: smaller}
1386 pre.smallformat {font-family: inherit; font-size: smaller}
1387 pre.smalllisp {font-size: smaller}
13881379 span.nolinebreak {white-space: nowrap}
13891380 span.roman {font-family: initial; font-weight: normal}
13901381 span.sansserif {font-family: sans-serif; font-weight: normal}
37803780 <!--
37813781 a.summary-letter {text-decoration: none}
37823782 blockquote.indentedblock {margin-right: 0em}
3783 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
3784 blockquote.smallquotation {font-size: smaller}
37853783 div.display {margin-left: 3.2em}
37863784 div.example {margin-left: 3.2em}
37873785 div.lisp {margin-left: 3.2em}
3788 div.smalldisplay {margin-left: 3.2em}
3789 div.smallexample {margin-left: 3.2em}
3790 div.smalllisp {margin-left: 3.2em}
37913786 kbd {font-style: oblique}
37923787 pre.display {font-family: inherit}
37933788 pre.format {font-family: inherit}
37943789 pre.menu-comment {font-family: serif}
37953790 pre.menu-preformatted {font-family: serif}
3796 pre.smalldisplay {font-family: inherit; font-size: smaller}
3797 pre.smallexample {font-size: smaller}
3798 pre.smallformat {font-family: inherit; font-size: smaller}
3799 pre.smalllisp {font-size: smaller}
38003791 span.nolinebreak {white-space: nowrap}
38013792 span.roman {font-family: initial; font-weight: normal}
38023793 span.sansserif {font-family: sans-serif; font-weight: normal}
824824 <!--
825825 a.summary-letter {text-decoration: none}
826826 blockquote.indentedblock {margin-right: 0em}
827 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
828 blockquote.smallquotation {font-size: smaller}
829827 div.display {margin-left: 3.2em}
830828 div.example {margin-left: 3.2em}
831829 div.lisp {margin-left: 3.2em}
832 div.smalldisplay {margin-left: 3.2em}
833 div.smallexample {margin-left: 3.2em}
834 div.smalllisp {margin-left: 3.2em}
835830 kbd {font-style: oblique}
836831 pre.display {font-family: inherit}
837832 pre.format {font-family: inherit}
838833 pre.menu-comment {font-family: serif}
839834 pre.menu-preformatted {font-family: serif}
840 pre.smalldisplay {font-family: inherit; font-size: smaller}
841 pre.smallexample {font-size: smaller}
842 pre.smallformat {font-family: inherit; font-size: smaller}
843 pre.smalllisp {font-size: smaller}
844835 span.nolinebreak {white-space: nowrap}
845836 span.roman {font-family: initial; font-weight: normal}
846837 span.sansserif {font-family: sans-serif; font-weight: normal}
863854 <p>B<a id="DOCF2" href="#FOOT2"><sup>2</sup></a>
864855 </p>
865856 <table class="menu" border="0" cellspacing="0">
866 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
857 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
867858 </td></tr>
868859 </table>
869860
10161007 <p>B<a id="DOCF2" href="#FOOT2"><sup>2</sup></a>
10171008 </p>
10181009 <table class="menu" border="0" cellspacing="0">
1019 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1010 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10201011 </td></tr>
10211012 </table>
10221013
860860 <!--
861861 a.summary-letter {text-decoration: none}
862862 blockquote.indentedblock {margin-right: 0em}
863 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
864 blockquote.smallquotation {font-size: smaller}
865863 div.display {margin-left: 3.2em}
866864 div.example {margin-left: 3.2em}
867865 div.lisp {margin-left: 3.2em}
868 div.smalldisplay {margin-left: 3.2em}
869 div.smallexample {margin-left: 3.2em}
870 div.smalllisp {margin-left: 3.2em}
871866 kbd {font-style: oblique}
872867 pre.display {font-family: inherit}
873868 pre.format {font-family: inherit}
874869 pre.menu-comment {font-family: serif}
875870 pre.menu-preformatted {font-family: serif}
876 pre.smalldisplay {font-family: inherit; font-size: smaller}
877 pre.smallexample {font-size: smaller}
878 pre.smallformat {font-family: inherit; font-size: smaller}
879 pre.smalllisp {font-size: smaller}
880871 span.nolinebreak {white-space: nowrap}
881872 span.roman {font-family: initial; font-weight: normal}
882873 span.sansserif {font-family: sans-serif; font-weight: normal}
899890 <p>B<a id="DOCF2" href="#FOOT2"><sup>2</sup></a>
900891 </p>
901892 <table class="menu" border="0" cellspacing="0">
902 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
893 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
903894 </td></tr>
904895 </table>
905896
10311022 <p>B<a id="DOCF2" href="#FOOT2"><sup>2</sup></a>
10321023 </p>
10331024 <table class="menu" border="0" cellspacing="0">
1034 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1025 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10351026 </td></tr>
10361027 </table>
10371028
351351 <!--
352352 a.summary-letter {text-decoration: none}
353353 blockquote.indentedblock {margin-right: 0em}
354 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
355 blockquote.smallquotation {font-size: smaller}
356354 div.display {margin-left: 3.2em}
357355 div.example {margin-left: 3.2em}
358356 div.lisp {margin-left: 3.2em}
359 div.smalldisplay {margin-left: 3.2em}
360 div.smallexample {margin-left: 3.2em}
361 div.smalllisp {margin-left: 3.2em}
362357 kbd {font-style: oblique}
363358 pre.display {font-family: inherit}
364359 pre.format {font-family: inherit}
365360 pre.menu-comment {font-family: serif}
366361 pre.menu-preformatted {font-family: serif}
367 pre.smalldisplay {font-family: inherit; font-size: smaller}
368 pre.smallexample {font-size: smaller}
369 pre.smallformat {font-family: inherit; font-size: smaller}
370 pre.smalllisp {font-size: smaller}
371362 span.nolinebreak {white-space: nowrap}
372363 span.roman {font-family: initial; font-weight: normal}
373364 span.sansserif {font-family: sans-serif; font-weight: normal}
427427 <!--
428428 a.summary-letter {text-decoration: none}
429429 blockquote.indentedblock {margin-right: 0em}
430 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
431 blockquote.smallquotation {font-size: smaller}
432430 div.display {margin-left: 3.2em}
433431 div.example {margin-left: 3.2em}
434432 div.lisp {margin-left: 3.2em}
435 div.smalldisplay {margin-left: 3.2em}
436 div.smallexample {margin-left: 3.2em}
437 div.smalllisp {margin-left: 3.2em}
438433 kbd {font-style: oblique}
439434 pre.display {font-family: inherit}
440435 pre.format {font-family: inherit}
441436 pre.menu-comment {font-family: serif}
442437 pre.menu-preformatted {font-family: serif}
443 pre.smalldisplay {font-family: inherit; font-size: smaller}
444 pre.smallexample {font-size: smaller}
445 pre.smallformat {font-family: inherit; font-size: smaller}
446 pre.smalllisp {font-size: smaller}
447438 span.nolinebreak {white-space: nowrap}
448439 span.roman {font-family: initial; font-weight: normal}
449440 span.sansserif {font-family: sans-serif; font-weight: normal}
402402 <!--
403403 a.summary-letter {text-decoration: none}
404404 blockquote.indentedblock {margin-right: 0em}
405 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
406 blockquote.smallquotation {font-size: smaller}
407405 div.display {margin-left: 3.2em}
408406 div.example {margin-left: 3.2em}
409407 div.lisp {margin-left: 3.2em}
410 div.smalldisplay {margin-left: 3.2em}
411 div.smallexample {margin-left: 3.2em}
412 div.smalllisp {margin-left: 3.2em}
413408 kbd {font-style: oblique}
414409 pre.display {font-family: inherit}
415410 pre.format {font-family: inherit}
416411 pre.menu-comment {font-family: serif}
417412 pre.menu-preformatted {font-family: serif}
418 pre.smalldisplay {font-family: inherit; font-size: smaller}
419 pre.smallexample {font-size: smaller}
420 pre.smallformat {font-family: inherit; font-size: smaller}
421 pre.smalllisp {font-size: smaller}
422413 span.nolinebreak {white-space: nowrap}
423414 span.roman {font-family: initial; font-weight: normal}
424415 span.sansserif {font-family: sans-serif; font-weight: normal}
47254725 <!--
47264726 a.summary-letter {text-decoration: none}
47274727 blockquote.indentedblock {margin-right: 0em}
4728 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
4729 blockquote.smallquotation {font-size: smaller}
47304728 div.display {margin-left: 3.2em}
47314729 div.example {margin-left: 3.2em}
47324730 div.lisp {margin-left: 3.2em}
4733 div.smalldisplay {margin-left: 3.2em}
4734 div.smallexample {margin-left: 3.2em}
4735 div.smalllisp {margin-left: 3.2em}
47364731 kbd {font-style: oblique}
47374732 pre.display {font-family: inherit}
47384733 pre.format {font-family: inherit}
47394734 pre.menu-comment {font-family: serif}
47404735 pre.menu-preformatted {font-family: serif}
4741 pre.smalldisplay {font-family: inherit; font-size: smaller}
4742 pre.smallexample {font-size: smaller}
4743 pre.smallformat {font-family: inherit; font-size: smaller}
4744 pre.smalllisp {font-size: smaller}
47454736 span.nolinebreak {white-space: nowrap}
47464737 span.roman {font-family: initial; font-weight: normal}
47474738 span.sansserif {font-family: sans-serif; font-weight: normal}
48004791
48014792 <p>After the listoffloats.
48024793 </p><table class="menu" border="0" cellspacing="0">
4803 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
4794 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
48044795 </td></tr>
48054796 </table>
48064797
6565 <!--
6666 a.summary-letter {text-decoration: none}
6767 blockquote.indentedblock {margin-right: 0em}
68 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
69 blockquote.smallquotation {font-size: smaller}
7068 div.display {margin-left: 3.2em}
7169 div.example {margin-left: 3.2em}
7270 div.lisp {margin-left: 3.2em}
73 div.smalldisplay {margin-left: 3.2em}
74 div.smallexample {margin-left: 3.2em}
75 div.smalllisp {margin-left: 3.2em}
7671 kbd {font-style: oblique}
7772 pre.display {font-family: inherit}
7873 pre.format {font-family: inherit}
7974 pre.menu-comment {font-family: serif}
8075 pre.menu-preformatted {font-family: serif}
81 pre.smalldisplay {font-family: inherit; font-size: smaller}
82 pre.smallexample {font-size: smaller}
83 pre.smallformat {font-family: inherit; font-size: smaller}
84 pre.smalllisp {font-size: smaller}
8576 span.nolinebreak {white-space: nowrap}
8677 span.roman {font-family: initial; font-weight: normal}
8778 span.sansserif {font-family: sans-serif; font-weight: normal}
675675 <!--
676676 a.summary-letter {text-decoration: none}
677677 blockquote.indentedblock {margin-right: 0em}
678 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
679 blockquote.smallquotation {font-size: smaller}
680678 div.display {margin-left: 3.2em}
681679 div.example {margin-left: 3.2em}
682680 div.lisp {margin-left: 3.2em}
683 div.smalldisplay {margin-left: 3.2em}
684 div.smallexample {margin-left: 3.2em}
685 div.smalllisp {margin-left: 3.2em}
686681 kbd {font-style: oblique}
687682 pre.display {font-family: inherit}
688683 pre.format {font-family: inherit}
689684 pre.menu-comment {font-family: serif}
690685 pre.menu-preformatted {font-family: serif}
691 pre.smalldisplay {font-family: inherit; font-size: smaller}
692 pre.smallexample {font-size: smaller}
693 pre.smallformat {font-family: inherit; font-size: smaller}
694 pre.smalllisp {font-size: smaller}
695686 span.nolinebreak {white-space: nowrap}
696687 span.roman {font-family: initial; font-weight: normal}
697688 span.sansserif {font-family: sans-serif; font-weight: normal}
544544 <!--
545545 a.summary-letter {text-decoration: none}
546546 blockquote.indentedblock {margin-right: 0em}
547 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
548 blockquote.smallquotation {font-size: smaller}
549547 div.display {margin-left: 3.2em}
550548 div.example {margin-left: 3.2em}
551549 div.lisp {margin-left: 3.2em}
552 div.smalldisplay {margin-left: 3.2em}
553 div.smallexample {margin-left: 3.2em}
554 div.smalllisp {margin-left: 3.2em}
555550 kbd {font-style: oblique}
556551 pre.display {font-family: inherit}
557552 pre.format {font-family: inherit}
558553 pre.menu-comment {font-family: serif}
559554 pre.menu-preformatted {font-family: serif}
560 pre.smalldisplay {font-family: inherit; font-size: smaller}
561 pre.smallexample {font-size: smaller}
562 pre.smallformat {font-family: inherit; font-size: smaller}
563 pre.smalllisp {font-size: smaller}
564555 span.nolinebreak {white-space: nowrap}
565556 span.roman {font-family: initial; font-weight: normal}
566557 span.sansserif {font-family: sans-serif; font-weight: normal}
437437 <!--
438438 a.summary-letter {text-decoration: none}
439439 blockquote.indentedblock {margin-right: 0em}
440 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
441 blockquote.smallquotation {font-size: smaller}
442440 div.display {margin-left: 3.2em}
443441 div.example {margin-left: 3.2em}
444442 div.lisp {margin-left: 3.2em}
445 div.smalldisplay {margin-left: 3.2em}
446 div.smallexample {margin-left: 3.2em}
447 div.smalllisp {margin-left: 3.2em}
448443 kbd {font-style: oblique}
449444 pre.display {font-family: inherit}
450445 pre.format {font-family: inherit}
451446 pre.menu-comment {font-family: serif}
452447 pre.menu-preformatted {font-family: serif}
453 pre.smalldisplay {font-family: inherit; font-size: smaller}
454 pre.smallexample {font-size: smaller}
455 pre.smallformat {font-family: inherit; font-size: smaller}
456 pre.smalllisp {font-size: smaller}
457448 span.nolinebreak {white-space: nowrap}
458449 span.roman {font-family: initial; font-weight: normal}
459450 span.sansserif {font-family: sans-serif; font-weight: normal}
427427 <!--
428428 a.summary-letter {text-decoration: none}
429429 blockquote.indentedblock {margin-right: 0em}
430 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
431 blockquote.smallquotation {font-size: smaller}
432430 div.display {margin-left: 3.2em}
433431 div.example {margin-left: 3.2em}
434432 div.lisp {margin-left: 3.2em}
435 div.smalldisplay {margin-left: 3.2em}
436 div.smallexample {margin-left: 3.2em}
437 div.smalllisp {margin-left: 3.2em}
438433 kbd {font-style: oblique}
439434 pre.display {font-family: inherit}
440435 pre.format {font-family: inherit}
441436 pre.menu-comment {font-family: serif}
442437 pre.menu-preformatted {font-family: serif}
443 pre.smalldisplay {font-family: inherit; font-size: smaller}
444 pre.smallexample {font-size: smaller}
445 pre.smallformat {font-family: inherit; font-size: smaller}
446 pre.smalllisp {font-size: smaller}
447438 span.nolinebreak {white-space: nowrap}
448439 span.roman {font-family: initial; font-weight: normal}
449440 span.sansserif {font-family: sans-serif; font-weight: normal}
128128 <!--
129129 a.summary-letter {text-decoration: none}
130130 blockquote.indentedblock {margin-right: 0em}
131 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
132 blockquote.smallquotation {font-size: smaller}
133131 div.display {margin-left: 3.2em}
134132 div.example {margin-left: 3.2em}
135133 div.lisp {margin-left: 3.2em}
136 div.smalldisplay {margin-left: 3.2em}
137 div.smallexample {margin-left: 3.2em}
138 div.smalllisp {margin-left: 3.2em}
139134 kbd {font-style: oblique}
140135 pre.display {font-family: inherit}
141136 pre.format {font-family: inherit}
142137 pre.menu-comment {font-family: serif}
143138 pre.menu-preformatted {font-family: serif}
144 pre.smalldisplay {font-family: inherit; font-size: smaller}
145 pre.smallexample {font-size: smaller}
146 pre.smallformat {font-family: inherit; font-size: smaller}
147 pre.smalllisp {font-size: smaller}
148139 span.nolinebreak {white-space: nowrap}
149140 span.roman {font-family: initial; font-weight: normal}
150141 span.sansserif {font-family: sans-serif; font-weight: normal}
81358135 <!--
81368136 a.summary-letter {text-decoration: none}
81378137 blockquote.indentedblock {margin-right: 0em}
8138 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
8139 blockquote.smallquotation {font-size: smaller}
81408138 div.display {margin-left: 3.2em}
81418139 div.example {margin-left: 3.2em}
81428140 div.lisp {margin-left: 3.2em}
8143 div.smalldisplay {margin-left: 3.2em}
8144 div.smallexample {margin-left: 3.2em}
8145 div.smalllisp {margin-left: 3.2em}
81468141 kbd {font-style: oblique}
81478142 pre.display {font-family: inherit}
81488143 pre.format {font-family: inherit}
81498144 pre.menu-comment {font-family: serif}
81508145 pre.menu-preformatted {font-family: serif}
8151 pre.smalldisplay {font-family: inherit; font-size: smaller}
8152 pre.smallexample {font-size: smaller}
8153 pre.smallformat {font-family: inherit; font-size: smaller}
8154 pre.smalllisp {font-size: smaller}
81558146 span.nolinebreak {white-space: nowrap}
81568147 span.roman {font-family: initial; font-weight: normal}
81578148 span.sansserif {font-family: sans-serif; font-weight: normal}
82158206
82168207 <div class="float-caption"><p><strong>Warning 1: </strong>C A warning</p></div></div>
82178208 <table class="menu" border="0" cellspacing="0">
8218 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8209 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82198210 </td></tr>
8220 <tr><td align="left" valign="top">&bull; <a href="#Unnumbered" accesskey="2">Unnumbered</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8211 <tr><td align="left" valign="top">&bull; <a href="#Unnumbered" accesskey="2">Unnumbered</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82218212 </td></tr>
8222 <tr><td align="left" valign="top">&bull; <a href="#Chapter-with-unnumbsubsec" accesskey="3">Chapter with unnumbsubsec</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8213 <tr><td align="left" valign="top">&bull; <a href="#Chapter-with-unnumbsubsec" accesskey="3">Chapter with unnumbsubsec</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82238214 </td></tr>
8224 <tr><td align="left" valign="top">&bull; <a href="#Appendix-for-float" accesskey="4">Appendix for float</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8215 <tr><td align="left" valign="top">&bull; <a href="#Appendix-for-float" accesskey="4">Appendix for float</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82258216 </td></tr>
8226 <tr><td align="left" valign="top">&bull; <a href="#list-of-floats" accesskey="5">list of floats</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8217 <tr><td align="left" valign="top">&bull; <a href="#list-of-floats" accesskey="5">list of floats</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82278218 </td></tr>
82288219 </table>
82298220
82608251
82618252 <div class="float-caption"><p><strong>Warning 1.1: </strong>C A warning in chapter</p></div></div>
82628253 <table class="menu" border="0" cellspacing="0">
8263 <tr><td align="left" valign="top">&bull; <a href="#section" accesskey="1">section</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8254 <tr><td align="left" valign="top">&bull; <a href="#section" accesskey="1">section</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82648255 </td></tr>
82658256 </table>
82668257
82858276 <span id="Unnumbered-1"></span><h2 class="unnumbered">Unnumbered</h2>
82868277
82878278 <table class="menu" border="0" cellspacing="0">
8288 <tr><td align="left" valign="top">&bull; <a href="#Section-within-unnumbered" accesskey="1">Section within unnumbered</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8279 <tr><td align="left" valign="top">&bull; <a href="#Section-within-unnumbered" accesskey="1">Section within unnumbered</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82898280 </td></tr>
82908281 </table>
82918282 <div class="float"><span id="unnumbered-float"></span>
83208311 <span id="Chapter-with-unnumbsubsec-1"></span><h2 class="chapter">2 Chapter with unnumbsubsec</h2>
83218312
83228313 <table class="menu" border="0" cellspacing="0">
8323 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sec" accesskey="1">unnumbered sec</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8314 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sec" accesskey="1">unnumbered sec</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
83248315 </td></tr>
83258316 </table>
83268317 <div class="float"><span id="Chapter-with-subsec-float"></span>
440440 <!--
441441 a.summary-letter {text-decoration: none}
442442 blockquote.indentedblock {margin-right: 0em}
443 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
444 blockquote.smallquotation {font-size: smaller}
445443 div.display {margin-left: 3.2em}
446444 div.example {margin-left: 3.2em}
447445 div.lisp {margin-left: 3.2em}
448 div.smalldisplay {margin-left: 3.2em}
449 div.smallexample {margin-left: 3.2em}
450 div.smalllisp {margin-left: 3.2em}
451446 kbd {font-style: oblique}
452447 pre.display {font-family: inherit}
453448 pre.format {font-family: inherit}
454449 pre.menu-comment {font-family: serif}
455450 pre.menu-preformatted {font-family: serif}
456 pre.smalldisplay {font-family: inherit; font-size: smaller}
457 pre.smallexample {font-size: smaller}
458 pre.smallformat {font-family: inherit; font-size: smaller}
459 pre.smalllisp {font-size: smaller}
460451 span.nolinebreak {white-space: nowrap}
461452 span.roman {font-family: initial; font-weight: normal}
462453 span.sansserif {font-family: sans-serif; font-weight: normal}
237237 <!--
238238 a.summary-letter {text-decoration: none}
239239 blockquote.indentedblock {margin-right: 0em}
240 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
241 blockquote.smallquotation {font-size: smaller}
242240 div.display {margin-left: 3.2em}
243241 div.example {margin-left: 3.2em}
244242 div.lisp {margin-left: 3.2em}
245 div.smalldisplay {margin-left: 3.2em}
246 div.smallexample {margin-left: 3.2em}
247 div.smalllisp {margin-left: 3.2em}
248243 kbd {font-style: oblique}
249244 pre.display {font-family: inherit}
250245 pre.format {font-family: inherit}
251246 pre.menu-comment {font-family: serif}
252247 pre.menu-preformatted {font-family: serif}
253 pre.smalldisplay {font-family: inherit; font-size: smaller}
254 pre.smallexample {font-size: smaller}
255 pre.smallformat {font-family: inherit; font-size: smaller}
256 pre.smalllisp {font-size: smaller}
257248 span.nolinebreak {white-space: nowrap}
258249 span.roman {font-family: initial; font-weight: normal}
259250 span.sansserif {font-family: sans-serif; font-weight: normal}
476476 <!--
477477 a.summary-letter {text-decoration: none}
478478 blockquote.indentedblock {margin-right: 0em}
479 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
480 blockquote.smallquotation {font-size: smaller}
481479 div.display {margin-left: 3.2em}
482480 div.example {margin-left: 3.2em}
483481 div.lisp {margin-left: 3.2em}
484 div.smalldisplay {margin-left: 3.2em}
485 div.smallexample {margin-left: 3.2em}
486 div.smalllisp {margin-left: 3.2em}
487482 kbd {font-style: oblique}
488483 pre.display {font-family: inherit}
489484 pre.format {font-family: inherit}
490485 pre.menu-comment {font-family: serif}
491486 pre.menu-preformatted {font-family: serif}
492 pre.smalldisplay {font-family: inherit; font-size: smaller}
493 pre.smallexample {font-size: smaller}
494 pre.smallformat {font-family: inherit; font-size: smaller}
495 pre.smalllisp {font-size: smaller}
496487 span.nolinebreak {white-space: nowrap}
497488 span.roman {font-family: initial; font-weight: normal}
498489 span.sansserif {font-family: sans-serif; font-weight: normal}
493493 <!--
494494 a.summary-letter {text-decoration: none}
495495 blockquote.indentedblock {margin-right: 0em}
496 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
497 blockquote.smallquotation {font-size: smaller}
498496 div.display {margin-left: 3.2em}
499497 div.example {margin-left: 3.2em}
500498 div.lisp {margin-left: 3.2em}
501 div.smalldisplay {margin-left: 3.2em}
502 div.smallexample {margin-left: 3.2em}
503 div.smalllisp {margin-left: 3.2em}
504499 kbd {font-style: oblique}
505500 pre.display {font-family: inherit}
506501 pre.format {font-family: inherit}
507502 pre.menu-comment {font-family: serif}
508503 pre.menu-preformatted {font-family: serif}
509 pre.smalldisplay {font-family: inherit; font-size: smaller}
510 pre.smallexample {font-size: smaller}
511 pre.smallformat {font-family: inherit; font-size: smaller}
512 pre.smalllisp {font-size: smaller}
513504 span.nolinebreak {white-space: nowrap}
514505 span.roman {font-family: initial; font-weight: normal}
515506 span.sansserif {font-family: sans-serif; font-weight: normal}
459459 <!--
460460 a.summary-letter {text-decoration: none}
461461 blockquote.indentedblock {margin-right: 0em}
462 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
463 blockquote.smallquotation {font-size: smaller}
464462 div.display {margin-left: 3.2em}
465463 div.example {margin-left: 3.2em}
466464 div.lisp {margin-left: 3.2em}
467 div.smalldisplay {margin-left: 3.2em}
468 div.smallexample {margin-left: 3.2em}
469 div.smalllisp {margin-left: 3.2em}
470465 kbd {font-style: oblique}
471466 pre.display {font-family: inherit}
472467 pre.format {font-family: inherit}
473468 pre.menu-comment {font-family: serif}
474469 pre.menu-preformatted {font-family: serif}
475 pre.smalldisplay {font-family: inherit; font-size: smaller}
476 pre.smallexample {font-size: smaller}
477 pre.smallformat {font-family: inherit; font-size: smaller}
478 pre.smalllisp {font-size: smaller}
479470 span.nolinebreak {white-space: nowrap}
480471 span.roman {font-family: initial; font-weight: normal}
481472 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
3434 <!--
3535 a.summary-letter {text-decoration: none}
3636 blockquote.indentedblock {margin-right: 0em}
37 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
38 blockquote.smallquotation {font-size: smaller}
3937 div.display {margin-left: 3.2em}
4038 div.example {margin-left: 3.2em}
4139 div.lisp {margin-left: 3.2em}
42 div.smalldisplay {margin-left: 3.2em}
43 div.smallexample {margin-left: 3.2em}
44 div.smalllisp {margin-left: 3.2em}
4540 kbd {font-style: oblique}
4641 pre.display {font-family: inherit}
4742 pre.format {font-family: inherit}
4843 pre.menu-comment {font-family: serif}
4944 pre.menu-preformatted {font-family: serif}
50 pre.smalldisplay {font-family: inherit; font-size: smaller}
51 pre.smallexample {font-size: smaller}
52 pre.smallformat {font-family: inherit; font-size: smaller}
53 pre.smalllisp {font-size: smaller}
5445 span.nolinebreak {white-space: nowrap}
5546 span.roman {font-family: initial; font-weight: normal}
5647 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
5050 <!--
5151 a.summary-letter {text-decoration: none}
5252 blockquote.indentedblock {margin-right: 0em}
53 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
54 blockquote.smallquotation {font-size: smaller}
5553 div.display {margin-left: 3.2em}
5654 div.example {margin-left: 3.2em}
5755 div.lisp {margin-left: 3.2em}
58 div.smalldisplay {margin-left: 3.2em}
59 div.smallexample {margin-left: 3.2em}
60 div.smalllisp {margin-left: 3.2em}
6156 kbd {font-style: oblique}
6257 pre.display {font-family: inherit}
6358 pre.format {font-family: inherit}
6459 pre.menu-comment {font-family: serif}
6560 pre.menu-preformatted {font-family: serif}
66 pre.smalldisplay {font-family: inherit; font-size: smaller}
67 pre.smallexample {font-size: smaller}
68 pre.smallformat {font-family: inherit; font-size: smaller}
69 pre.smalllisp {font-size: smaller}
7061 span.nolinebreak {white-space: nowrap}
7162 span.roman {font-family: initial; font-weight: normal}
7263 span.sansserif {font-family: sans-serif; font-weight: normal}
5050 <!--
5151 a.summary-letter {text-decoration: none}
5252 blockquote.indentedblock {margin-right: 0em}
53 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
54 blockquote.smallquotation {font-size: smaller}
5553 div.display {margin-left: 3.2em}
5654 div.example {margin-left: 3.2em}
5755 div.lisp {margin-left: 3.2em}
58 div.smalldisplay {margin-left: 3.2em}
59 div.smallexample {margin-left: 3.2em}
60 div.smalllisp {margin-left: 3.2em}
6156 kbd {font-style: oblique}
6257 pre.display {font-family: inherit}
6358 pre.format {font-family: inherit}
6459 pre.menu-comment {font-family: serif}
6560 pre.menu-preformatted {font-family: serif}
66 pre.smalldisplay {font-family: inherit; font-size: smaller}
67 pre.smallexample {font-size: smaller}
68 pre.smallformat {font-family: inherit; font-size: smaller}
69 pre.smalllisp {font-size: smaller}
7061 span.nolinebreak {white-space: nowrap}
7162 span.roman {font-family: initial; font-weight: normal}
7263 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
56115611 <!--
56125612 a.summary-letter {text-decoration: none}
56135613 blockquote.indentedblock {margin-right: 0em}
5614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
5615 blockquote.smallquotation {font-size: smaller}
56165614 div.display {margin-left: 3.2em}
56175615 div.example {margin-left: 3.2em}
56185616 div.lisp {margin-left: 3.2em}
5619 div.smalldisplay {margin-left: 3.2em}
5620 div.smallexample {margin-left: 3.2em}
5621 div.smalllisp {margin-left: 3.2em}
56225617 kbd {font-style: oblique}
56235618 pre.display {font-family: inherit}
56245619 pre.format {font-family: inherit}
56255620 pre.menu-comment {font-family: serif}
56265621 pre.menu-preformatted {font-family: serif}
5627 pre.smalldisplay {font-family: inherit; font-size: smaller}
5628 pre.smallexample {font-size: smaller}
5629 pre.smallformat {font-family: inherit; font-size: smaller}
5630 pre.smalllisp {font-size: smaller}
56315622 span.nolinebreak {white-space: nowrap}
56325623 span.roman {font-family: initial; font-weight: normal}
56335624 span.sansserif {font-family: sans-serif; font-weight: normal}
476476 <!--
477477 a.summary-letter {text-decoration: none}
478478 blockquote.indentedblock {margin-right: 0em}
479 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
480 blockquote.smallquotation {font-size: smaller}
481479 div.display {margin-left: 3.2em}
482480 div.example {margin-left: 3.2em}
483481 div.lisp {margin-left: 3.2em}
484 div.smalldisplay {margin-left: 3.2em}
485 div.smallexample {margin-left: 3.2em}
486 div.smalllisp {margin-left: 3.2em}
487482 kbd {font-style: oblique}
488483 pre.display {font-family: inherit}
489484 pre.format {font-family: inherit}
490485 pre.menu-comment {font-family: serif}
491486 pre.menu-preformatted {font-family: serif}
492 pre.smalldisplay {font-family: inherit; font-size: smaller}
493 pre.smallexample {font-size: smaller}
494 pre.smallformat {font-family: inherit; font-size: smaller}
495 pre.smalllisp {font-size: smaller}
496487 span.nolinebreak {white-space: nowrap}
497488 span.roman {font-family: initial; font-weight: normal}
498489 span.sansserif {font-family: sans-serif; font-weight: normal}
15901590 <!--
15911591 a.summary-letter {text-decoration: none}
15921592 blockquote.indentedblock {margin-right: 0em}
1593 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1594 blockquote.smallquotation {font-size: smaller}
15951593 div.display {margin-left: 3.2em}
15961594 div.example {margin-left: 3.2em}
15971595 div.lisp {margin-left: 3.2em}
1598 div.smalldisplay {margin-left: 3.2em}
1599 div.smallexample {margin-left: 3.2em}
1600 div.smalllisp {margin-left: 3.2em}
16011596 kbd {font-style: oblique}
16021597 pre.display {font-family: inherit}
16031598 pre.format {font-family: inherit}
16041599 pre.menu-comment {font-family: serif}
16051600 pre.menu-preformatted {font-family: serif}
1606 pre.smalldisplay {font-family: inherit; font-size: smaller}
1607 pre.smallexample {font-size: smaller}
1608 pre.smallformat {font-family: inherit; font-size: smaller}
1609 pre.smalllisp {font-size: smaller}
16101601 span.nolinebreak {white-space: nowrap}
16111602 span.roman {font-family: initial; font-weight: normal}
16121603 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
104104
105105 $result_converted_errors{'file_html'}->{'unknown_nodes_renamed'} = [
106106 {
107 'error_line' => 'texi2any: warning: using a renamed nodes file (`unknown_nodes_renamed-noderename.cnf\') is deprecated
108 ',
109 'text' => 'using a renamed nodes file (`unknown_nodes_renamed-noderename.cnf\') is deprecated',
110 'type' => 'warning'
111 },
112 {
107113 'error_line' => 'unknown_nodes_renamed.texi: warning: must specify a title with a title command or @top
108114 ',
109115 'text' => 'must specify a title with a title command or @top',
428428 <!--
429429 a.summary-letter {text-decoration: none}
430430 blockquote.indentedblock {margin-right: 0em}
431 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
432 blockquote.smallquotation {font-size: smaller}
433431 div.display {margin-left: 3.2em}
434432 div.example {margin-left: 3.2em}
435433 div.lisp {margin-left: 3.2em}
436 div.smalldisplay {margin-left: 3.2em}
437 div.smallexample {margin-left: 3.2em}
438 div.smalllisp {margin-left: 3.2em}
439434 kbd {font-style: oblique}
440435 pre.display {font-family: inherit}
441436 pre.format {font-family: inherit}
442437 pre.menu-comment {font-family: serif}
443438 pre.menu-preformatted {font-family: serif}
444 pre.smalldisplay {font-family: inherit; font-size: smaller}
445 pre.smallexample {font-size: smaller}
446 pre.smallformat {font-family: inherit; font-size: smaller}
447 pre.smalllisp {font-size: smaller}
448439 span.nolinebreak {white-space: nowrap}
449440 span.roman {font-family: initial; font-weight: normal}
450441 span.sansserif {font-family: sans-serif; font-weight: normal}
169169 <!--
170170 a.summary-letter {text-decoration: none}
171171 blockquote.indentedblock {margin-right: 0em}
172 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
173 blockquote.smallquotation {font-size: smaller}
174172 div.display {margin-left: 3.2em}
175173 div.example {margin-left: 3.2em}
176174 div.lisp {margin-left: 3.2em}
177 div.smalldisplay {margin-left: 3.2em}
178 div.smallexample {margin-left: 3.2em}
179 div.smalllisp {margin-left: 3.2em}
180175 kbd {font-style: oblique}
181176 pre.display {font-family: inherit}
182177 pre.format {font-family: inherit}
183178 pre.menu-comment {font-family: serif}
184179 pre.menu-preformatted {font-family: serif}
185 pre.smalldisplay {font-family: inherit; font-size: smaller}
186 pre.smallexample {font-size: smaller}
187 pre.smallformat {font-family: inherit; font-size: smaller}
188 pre.smalllisp {font-size: smaller}
189180 span.nolinebreak {white-space: nowrap}
190181 span.roman {font-family: initial; font-weight: normal}
191182 span.sansserif {font-family: sans-serif; font-weight: normal}
187187 <!--
188188 a.summary-letter {text-decoration: none}
189189 blockquote.indentedblock {margin-right: 0em}
190 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
191 blockquote.smallquotation {font-size: smaller}
192190 div.display {margin-left: 3.2em}
193191 div.example {margin-left: 3.2em}
194192 div.lisp {margin-left: 3.2em}
195 div.smalldisplay {margin-left: 3.2em}
196 div.smallexample {margin-left: 3.2em}
197 div.smalllisp {margin-left: 3.2em}
198193 kbd {font-style: oblique}
199194 pre.display {font-family: inherit}
200195 pre.format {font-family: inherit}
201196 pre.menu-comment {font-family: serif}
202197 pre.menu-preformatted {font-family: serif}
203 pre.smalldisplay {font-family: inherit; font-size: smaller}
204 pre.smallexample {font-size: smaller}
205 pre.smallformat {font-family: inherit; font-size: smaller}
206 pre.smalllisp {font-size: smaller}
207198 span.nolinebreak {white-space: nowrap}
208199 span.roman {font-family: initial; font-weight: normal}
209200 span.sansserif {font-family: sans-serif; font-weight: normal}
311311 <!--
312312 a.summary-letter {text-decoration: none}
313313 blockquote.indentedblock {margin-right: 0em}
314 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
315 blockquote.smallquotation {font-size: smaller}
316314 div.display {margin-left: 3.2em}
317315 div.example {margin-left: 3.2em}
318316 div.lisp {margin-left: 3.2em}
319 div.smalldisplay {margin-left: 3.2em}
320 div.smallexample {margin-left: 3.2em}
321 div.smalllisp {margin-left: 3.2em}
322317 kbd {font-style: oblique}
323318 pre.display {font-family: inherit}
324319 pre.format {font-family: inherit}
325320 pre.menu-comment {font-family: serif}
326321 pre.menu-preformatted {font-family: serif}
327 pre.smalldisplay {font-family: inherit; font-size: smaller}
328 pre.smallexample {font-size: smaller}
329 pre.smallformat {font-family: inherit; font-size: smaller}
330 pre.smalllisp {font-size: smaller}
331322 span.nolinebreak {white-space: nowrap}
332323 span.roman {font-family: initial; font-weight: normal}
333324 span.sansserif {font-family: sans-serif; font-weight: normal}
825825 <!--
826826 a.summary-letter {text-decoration: none}
827827 blockquote.indentedblock {margin-right: 0em}
828 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
829 blockquote.smallquotation {font-size: smaller}
830828 div.display {margin-left: 3.2em}
831829 div.example {margin-left: 3.2em}
832830 div.lisp {margin-left: 3.2em}
833 div.smalldisplay {margin-left: 3.2em}
834 div.smallexample {margin-left: 3.2em}
835 div.smalllisp {margin-left: 3.2em}
836831 kbd {font-style: oblique}
837832 pre.display {font-family: inherit}
838833 pre.format {font-family: inherit}
839834 pre.menu-comment {font-family: serif}
840835 pre.menu-preformatted {font-family: serif}
841 pre.smalldisplay {font-family: inherit; font-size: smaller}
842 pre.smallexample {font-size: smaller}
843 pre.smallformat {font-family: inherit; font-size: smaller}
844 pre.smalllisp {font-size: smaller}
845836 span.nolinebreak {white-space: nowrap}
846837 span.roman {font-family: initial; font-weight: normal}
847838 span.sansserif {font-family: sans-serif; font-weight: normal}
864855 <a href="no_existing_no_manual.html#a">(no_existing_no_manual.info)c</a>
865856 </p>
866857 <table class="menu" border="0" cellspacing="0">
867 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
858 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
868859 </td></tr>
869 <tr><td align="left" valign="top">&bull; <a href="other_no_existing_no_manual.html#Top" accesskey="2">(other_no_existing_no_manual)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
860 <tr><td align="left" valign="top">&bull; <a href="other_no_existing_no_manual.html#Top" accesskey="2">(other_no_existing_no_manual)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
870861 </td></tr>
871862 </table>
872863
259259 <!--
260260 a.summary-letter {text-decoration: none}
261261 blockquote.indentedblock {margin-right: 0em}
262 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
263 blockquote.smallquotation {font-size: smaller}
264262 div.display {margin-left: 3.2em}
265263 div.example {margin-left: 3.2em}
266264 div.lisp {margin-left: 3.2em}
267 div.smalldisplay {margin-left: 3.2em}
268 div.smallexample {margin-left: 3.2em}
269 div.smalllisp {margin-left: 3.2em}
270265 kbd {font-style: oblique}
271266 pre.display {font-family: inherit}
272267 pre.format {font-family: inherit}
273268 pre.menu-comment {font-family: serif}
274269 pre.menu-preformatted {font-family: serif}
275 pre.smalldisplay {font-family: inherit; font-size: smaller}
276 pre.smallexample {font-size: smaller}
277 pre.smallformat {font-family: inherit; font-size: smaller}
278 pre.smalllisp {font-size: smaller}
279270 span.nolinebreak {white-space: nowrap}
280271 span.roman {font-family: initial; font-weight: normal}
281272 span.sansserif {font-family: sans-serif; font-weight: normal}
270270 <!--
271271 a.summary-letter {text-decoration: none}
272272 blockquote.indentedblock {margin-right: 0em}
273 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
274 blockquote.smallquotation {font-size: smaller}
275273 div.display {margin-left: 3.2em}
276274 div.example {margin-left: 3.2em}
277275 div.lisp {margin-left: 3.2em}
278 div.smalldisplay {margin-left: 3.2em}
279 div.smallexample {margin-left: 3.2em}
280 div.smalllisp {margin-left: 3.2em}
281276 kbd {font-style: oblique}
282277 pre.display {font-family: inherit}
283278 pre.format {font-family: inherit}
284279 pre.menu-comment {font-family: serif}
285280 pre.menu-preformatted {font-family: serif}
286 pre.smalldisplay {font-family: inherit; font-size: smaller}
287 pre.smallexample {font-size: smaller}
288 pre.smallformat {font-family: inherit; font-size: smaller}
289 pre.smalllisp {font-size: smaller}
290281 span.nolinebreak {white-space: nowrap}
291282 span.roman {font-family: initial; font-weight: normal}
292283 span.sansserif {font-family: sans-serif; font-weight: normal}
394394 <!--
395395 a.summary-letter {text-decoration: none}
396396 blockquote.indentedblock {margin-right: 0em}
397 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
398 blockquote.smallquotation {font-size: smaller}
399397 div.display {margin-left: 3.2em}
400398 div.example {margin-left: 3.2em}
401399 div.lisp {margin-left: 3.2em}
402 div.smalldisplay {margin-left: 3.2em}
403 div.smallexample {margin-left: 3.2em}
404 div.smalllisp {margin-left: 3.2em}
405400 kbd {font-style: oblique}
406401 pre.display {font-family: inherit}
407402 pre.format {font-family: inherit}
408403 pre.menu-comment {font-family: serif}
409404 pre.menu-preformatted {font-family: serif}
410 pre.smalldisplay {font-family: inherit; font-size: smaller}
411 pre.smallexample {font-size: smaller}
412 pre.smallformat {font-family: inherit; font-size: smaller}
413 pre.smalllisp {font-size: smaller}
414405 span.nolinebreak {white-space: nowrap}
415406 span.roman {font-family: initial; font-weight: normal}
416407 span.sansserif {font-family: sans-serif; font-weight: normal}
266266 <!--
267267 a.summary-letter {text-decoration: none}
268268 blockquote.indentedblock {margin-right: 0em}
269 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
270 blockquote.smallquotation {font-size: smaller}
271269 div.display {margin-left: 3.2em}
272270 div.example {margin-left: 3.2em}
273271 div.lisp {margin-left: 3.2em}
274 div.smalldisplay {margin-left: 3.2em}
275 div.smallexample {margin-left: 3.2em}
276 div.smalllisp {margin-left: 3.2em}
277272 kbd {font-style: oblique}
278273 pre.display {font-family: inherit}
279274 pre.format {font-family: inherit}
280275 pre.menu-comment {font-family: serif}
281276 pre.menu-preformatted {font-family: serif}
282 pre.smalldisplay {font-family: inherit; font-size: smaller}
283 pre.smallexample {font-size: smaller}
284 pre.smallformat {font-family: inherit; font-size: smaller}
285 pre.smalllisp {font-size: smaller}
286277 span.nolinebreak {white-space: nowrap}
287278 span.roman {font-family: initial; font-weight: normal}
288279 span.sansserif {font-family: sans-serif; font-weight: normal}
146146 <!--
147147 a.summary-letter {text-decoration: none}
148148 blockquote.indentedblock {margin-right: 0em}
149 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
150 blockquote.smallquotation {font-size: smaller}
151149 div.display {margin-left: 3.2em}
152150 div.example {margin-left: 3.2em}
153151 div.lisp {margin-left: 3.2em}
154 div.smalldisplay {margin-left: 3.2em}
155 div.smallexample {margin-left: 3.2em}
156 div.smalllisp {margin-left: 3.2em}
157152 kbd {font-style: oblique}
158153 pre.display {font-family: inherit}
159154 pre.format {font-family: inherit}
160155 pre.menu-comment {font-family: serif}
161156 pre.menu-preformatted {font-family: serif}
162 pre.smalldisplay {font-family: inherit; font-size: smaller}
163 pre.smallexample {font-size: smaller}
164 pre.smallformat {font-family: inherit; font-size: smaller}
165 pre.smalllisp {font-size: smaller}
166157 span.nolinebreak {white-space: nowrap}
167158 span.roman {font-family: initial; font-weight: normal}
168159 span.sansserif {font-family: sans-serif; font-weight: normal}
371371 <!--
372372 a.summary-letter {text-decoration: none}
373373 blockquote.indentedblock {margin-right: 0em}
374 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
375 blockquote.smallquotation {font-size: smaller}
376374 div.display {margin-left: 3.2em}
377375 div.example {margin-left: 3.2em}
378376 div.lisp {margin-left: 3.2em}
379 div.smalldisplay {margin-left: 3.2em}
380 div.smallexample {margin-left: 3.2em}
381 div.smalllisp {margin-left: 3.2em}
382377 kbd {font-style: oblique}
383378 pre.display {font-family: inherit}
384379 pre.format {font-family: inherit}
385380 pre.menu-comment {font-family: serif}
386381 pre.menu-preformatted {font-family: serif}
387 pre.smalldisplay {font-family: inherit; font-size: smaller}
388 pre.smallexample {font-size: smaller}
389 pre.smallformat {font-family: inherit; font-size: smaller}
390 pre.smalllisp {font-size: smaller}
391382 span.nolinebreak {white-space: nowrap}
392383 span.roman {font-family: initial; font-weight: normal}
393384 span.sansserif {font-family: sans-serif; font-weight: normal}
5959 <!--
6060 a.summary-letter {text-decoration: none}
6161 blockquote.indentedblock {margin-right: 0em}
62 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
63 blockquote.smallquotation {font-size: smaller}
6462 div.display {margin-left: 3.2em}
6563 div.example {margin-left: 3.2em}
6664 div.lisp {margin-left: 3.2em}
67 div.smalldisplay {margin-left: 3.2em}
68 div.smallexample {margin-left: 3.2em}
69 div.smalllisp {margin-left: 3.2em}
7065 kbd {font-style: oblique}
7166 pre.display {font-family: inherit}
7267 pre.format {font-family: inherit}
7368 pre.menu-comment {font-family: serif}
7469 pre.menu-preformatted {font-family: serif}
75 pre.smalldisplay {font-family: inherit; font-size: smaller}
76 pre.smallexample {font-size: smaller}
77 pre.smallformat {font-family: inherit; font-size: smaller}
78 pre.smalllisp {font-size: smaller}
7970 span.nolinebreak {white-space: nowrap}
8071 span.roman {font-family: initial; font-weight: normal}
8172 span.sansserif {font-family: sans-serif; font-weight: normal}
257257 <!--
258258 a.summary-letter {text-decoration: none}
259259 blockquote.indentedblock {margin-right: 0em}
260 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
261 blockquote.smallquotation {font-size: smaller}
262260 div.display {margin-left: 3.2em}
263261 div.example {margin-left: 3.2em}
264262 div.lisp {margin-left: 3.2em}
265 div.smalldisplay {margin-left: 3.2em}
266 div.smallexample {margin-left: 3.2em}
267 div.smalllisp {margin-left: 3.2em}
268263 kbd {font-style: oblique}
269264 pre.display {font-family: inherit}
270265 pre.format {font-family: inherit}
271266 pre.menu-comment {font-family: serif}
272267 pre.menu-preformatted {font-family: serif}
273 pre.smalldisplay {font-family: inherit; font-size: smaller}
274 pre.smallexample {font-size: smaller}
275 pre.smallformat {font-family: inherit; font-size: smaller}
276 pre.smalllisp {font-size: smaller}
277268 span.nolinebreak {white-space: nowrap}
278269 span.roman {font-family: initial; font-weight: normal}
279270 span.sansserif {font-family: sans-serif; font-weight: normal}
437437 <!--
438438 a.summary-letter {text-decoration: none}
439439 blockquote.indentedblock {margin-right: 0em}
440 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
441 blockquote.smallquotation {font-size: smaller}
442440 div.display {margin-left: 3.2em}
443441 div.example {margin-left: 3.2em}
444442 div.lisp {margin-left: 3.2em}
445 div.smalldisplay {margin-left: 3.2em}
446 div.smallexample {margin-left: 3.2em}
447 div.smalllisp {margin-left: 3.2em}
448443 kbd {font-style: oblique}
449444 pre.display {font-family: inherit}
450445 pre.format {font-family: inherit}
451446 pre.menu-comment {font-family: serif}
452447 pre.menu-preformatted {font-family: serif}
453 pre.smalldisplay {font-family: inherit; font-size: smaller}
454 pre.smallexample {font-size: smaller}
455 pre.smallformat {font-family: inherit; font-size: smaller}
456 pre.smalllisp {font-size: smaller}
457448 span.nolinebreak {white-space: nowrap}
458449 span.roman {font-family: initial; font-weight: normal}
459450 span.sansserif {font-family: sans-serif; font-weight: normal}
110110 <!--
111111 a.summary-letter {text-decoration: none}
112112 blockquote.indentedblock {margin-right: 0em}
113 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
114 blockquote.smallquotation {font-size: smaller}
115113 div.display {margin-left: 3.2em}
116114 div.example {margin-left: 3.2em}
117115 div.lisp {margin-left: 3.2em}
118 div.smalldisplay {margin-left: 3.2em}
119 div.smallexample {margin-left: 3.2em}
120 div.smalllisp {margin-left: 3.2em}
121116 kbd {font-style: oblique}
122117 pre.display {font-family: inherit}
123118 pre.format {font-family: inherit}
124119 pre.menu-comment {font-family: serif}
125120 pre.menu-preformatted {font-family: serif}
126 pre.smalldisplay {font-family: inherit; font-size: smaller}
127 pre.smallexample {font-size: smaller}
128 pre.smallformat {font-family: inherit; font-size: smaller}
129 pre.smalllisp {font-size: smaller}
130121 span.nolinebreak {white-space: nowrap}
131122 span.roman {font-family: initial; font-weight: normal}
132123 span.sansserif {font-family: sans-serif; font-weight: normal}
1515 <!--
1616 a.summary-letter {text-decoration: none}
1717 blockquote.indentedblock {margin-right: 0em}
18 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
19 blockquote.smallquotation {font-size: smaller}
2018 div.display {margin-left: 3.2em}
2119 div.example {margin-left: 3.2em}
2220 div.lisp {margin-left: 3.2em}
23 div.smalldisplay {margin-left: 3.2em}
24 div.smallexample {margin-left: 3.2em}
25 div.smalllisp {margin-left: 3.2em}
2621 kbd {font-style: oblique}
2722 pre.display {font-family: inherit}
2823 pre.format {font-family: inherit}
2924 pre.menu-comment {font-family: serif}
3025 pre.menu-preformatted {font-family: serif}
31 pre.smalldisplay {font-family: inherit; font-size: smaller}
32 pre.smallexample {font-size: smaller}
33 pre.smallformat {font-family: inherit; font-size: smaller}
34 pre.smalllisp {font-size: smaller}
3526 span.nolinebreak {white-space: nowrap}
3627 span.roman {font-family: initial; font-weight: normal}
3728 span.sansserif {font-family: sans-serif; font-weight: normal}
5041 <span id="circumflex-1"></span><h2 class="chapter">2 circumflex</h2>
5142
5243 <table class="menu" border="0" cellspacing="0">
53 <tr><td align="left" valign="top">&bull; <a href="#g_t_00ee" accesskey="1">&icirc;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
44 <tr><td align="left" valign="top">&bull; <a href="#g_t_00ee" accesskey="1">&icirc;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5445 </td></tr>
5546 </table>
5647
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1515 <!--
1616 a.summary-letter {text-decoration: none}
1717 blockquote.indentedblock {margin-right: 0em}
18 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
19 blockquote.smallquotation {font-size: smaller}
2018 div.display {margin-left: 3.2em}
2119 div.example {margin-left: 3.2em}
2220 div.lisp {margin-left: 3.2em}
23 div.smalldisplay {margin-left: 3.2em}
24 div.smallexample {margin-left: 3.2em}
25 div.smalllisp {margin-left: 3.2em}
2621 kbd {font-style: oblique}
2722 pre.display {font-family: inherit}
2823 pre.format {font-family: inherit}
2924 pre.menu-comment {font-family: serif}
3025 pre.menu-preformatted {font-family: serif}
31 pre.smalldisplay {font-family: inherit; font-size: smaller}
32 pre.smallexample {font-size: smaller}
33 pre.smallformat {font-family: inherit; font-size: smaller}
34 pre.smalllisp {font-size: smaller}
3526 span.nolinebreak {white-space: nowrap}
3627 span.roman {font-family: initial; font-weight: normal}
3728 span.sansserif {font-family: sans-serif; font-weight: normal}
5142 <span id="the-top"></span><h1 class="top">the top</h1>
5243
5344 <table class="menu" border="0" cellspacing="0">
54 <tr><th colspan="3" align="left" valign="top"></th></tr><tr><td align="left" valign="top">&bull; <a href="umlaut.html#umlaut" accesskey="1">umlaut</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
45 <tr><th colspan="3" align="left" valign="top"></th></tr><tr><td align="left" valign="top">&bull; <a href="umlaut.html#umlaut" accesskey="1">umlaut</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5546 </td></tr>
56 <tr><td align="left" valign="top">&bull; <a href="circumflex.html#circumflex" accesskey="2">circumflex</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
47 <tr><td align="left" valign="top">&bull; <a href="circumflex.html#circumflex" accesskey="2">circumflex</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5748 </td></tr>
5849 </table>
5950
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
5142 <span id="umlaut-1"></span><h2 class="chapter">1 umlaut</h2>
5243
5344 <table class="menu" border="0" cellspacing="0">
54 <tr><td align="left" valign="top">&bull; <a href="#g_t_00ef" accesskey="1">&iuml;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
45 <tr><td align="left" valign="top">&bull; <a href="#g_t_00ef" accesskey="1">&iuml;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5546 </td></tr>
56 <tr><td align="left" valign="top">&bull; <a href="#g_t_0129" accesskey="2">&#297;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
47 <tr><td align="left" valign="top">&bull; <a href="#g_t_0129" accesskey="2">&#297;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5748 </td></tr>
5849 </table>
5950
479479 <h1 class="node-heading">Top</h1>
480480
481481 <table class="menu" border="0" cellspacing="0">
482 <tr><td align="left" valign="top">&bull; <a href="#nnn-the-node-name" accesskey="1">nnn the node name</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
482 <tr><td align="left" valign="top">&bull; <a href="#nnn-the-node-name" accesskey="1">nnn the node name</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
483483 </td></tr>
484484 </table>
485485
243243 <!--
244244 a.summary-letter {text-decoration: none}
245245 blockquote.indentedblock {margin-right: 0em}
246 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
247 blockquote.smallquotation {font-size: smaller}
248246 div.display {margin-left: 3.2em}
249247 div.example {margin-left: 3.2em}
250248 div.lisp {margin-left: 3.2em}
251 div.smalldisplay {margin-left: 3.2em}
252 div.smallexample {margin-left: 3.2em}
253 div.smalllisp {margin-left: 3.2em}
254249 kbd {font-style: oblique}
255250 pre.display {font-family: inherit}
256251 pre.format {font-family: inherit}
257252 pre.menu-comment {font-family: serif}
258253 pre.menu-preformatted {font-family: serif}
259 pre.smalldisplay {font-family: inherit; font-size: smaller}
260 pre.smallexample {font-size: smaller}
261 pre.smallformat {font-family: inherit; font-size: smaller}
262 pre.smalllisp {font-size: smaller}
263254 span.nolinebreak {white-space: nowrap}
264255 span.roman {font-family: initial; font-weight: normal}
265256 span.sansserif {font-family: sans-serif; font-weight: normal}
22452245 <!--
22462246 a.summary-letter {text-decoration: none}
22472247 blockquote.indentedblock {margin-right: 0em}
2248 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
2249 blockquote.smallquotation {font-size: smaller}
22502248 div.display {margin-left: 3.2em}
22512249 div.example {margin-left: 3.2em}
22522250 div.lisp {margin-left: 3.2em}
2253 div.smalldisplay {margin-left: 3.2em}
2254 div.smallexample {margin-left: 3.2em}
2255 div.smalllisp {margin-left: 3.2em}
22562251 kbd {font-style: oblique}
22572252 pre.display {font-family: inherit}
22582253 pre.format {font-family: inherit}
22592254 pre.menu-comment {font-family: serif}
22602255 pre.menu-preformatted {font-family: serif}
2261 pre.smalldisplay {font-family: inherit; font-size: smaller}
2262 pre.smallexample {font-size: smaller}
2263 pre.smallformat {font-family: inherit; font-size: smaller}
2264 pre.smalllisp {font-size: smaller}
22652256 span.nolinebreak {white-space: nowrap}
22662257 span.roman {font-family: initial; font-weight: normal}
22672258 span.sansserif {font-family: sans-serif; font-weight: normal}
691691 <!--
692692 a.summary-letter {text-decoration: none}
693693 blockquote.indentedblock {margin-right: 0em}
694 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
695 blockquote.smallquotation {font-size: smaller}
696694 div.display {margin-left: 3.2em}
697695 div.example {margin-left: 3.2em}
698696 div.lisp {margin-left: 3.2em}
699 div.smalldisplay {margin-left: 3.2em}
700 div.smallexample {margin-left: 3.2em}
701 div.smalllisp {margin-left: 3.2em}
702697 kbd {font-style: oblique}
703698 pre.display {font-family: inherit}
704699 pre.format {font-family: inherit}
705700 pre.menu-comment {font-family: serif}
706701 pre.menu-preformatted {font-family: serif}
707 pre.smalldisplay {font-family: inherit; font-size: smaller}
708 pre.smallexample {font-size: smaller}
709 pre.smallformat {font-family: inherit; font-size: smaller}
710 pre.smalllisp {font-size: smaller}
711702 span.nolinebreak {white-space: nowrap}
712703 span.roman {font-family: initial; font-weight: normal}
713704 span.sansserif {font-family: sans-serif; font-weight: normal}
726717 <span id="top"></span><h1 class="top">top</h1>
727718
728719 <table class="menu" border="0" cellspacing="0">
729 <tr><td align="left" valign="top">&bull; <a href="#chap" accesskey="1">chap</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
720 <tr><td align="left" valign="top">&bull; <a href="#chap" accesskey="1">chap</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
730721 </td></tr>
731722 </table>
732723
173173 <!--
174174 a.summary-letter {text-decoration: none}
175175 blockquote.indentedblock {margin-right: 0em}
176 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
177 blockquote.smallquotation {font-size: smaller}
178176 div.display {margin-left: 3.2em}
179177 div.example {margin-left: 3.2em}
180178 div.lisp {margin-left: 3.2em}
181 div.smalldisplay {margin-left: 3.2em}
182 div.smallexample {margin-left: 3.2em}
183 div.smalllisp {margin-left: 3.2em}
184179 kbd {font-style: oblique}
185180 pre.display {font-family: inherit}
186181 pre.format {font-family: inherit}
187182 pre.menu-comment {font-family: serif}
188183 pre.menu-preformatted {font-family: serif}
189 pre.smalldisplay {font-family: inherit; font-size: smaller}
190 pre.smallexample {font-size: smaller}
191 pre.smallformat {font-family: inherit; font-size: smaller}
192 pre.smalllisp {font-size: smaller}
193184 span.nolinebreak {white-space: nowrap}
194185 span.roman {font-family: initial; font-weight: normal}
195186 span.sansserif {font-family: sans-serif; font-weight: normal}
416416 <!--
417417 a.summary-letter {text-decoration: none}
418418 blockquote.indentedblock {margin-right: 0em}
419 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
420 blockquote.smallquotation {font-size: smaller}
421419 div.display {margin-left: 3.2em}
422420 div.example {margin-left: 3.2em}
423421 div.lisp {margin-left: 3.2em}
424 div.smalldisplay {margin-left: 3.2em}
425 div.smallexample {margin-left: 3.2em}
426 div.smalllisp {margin-left: 3.2em}
427422 kbd {font-style: oblique}
428423 pre.display {font-family: inherit}
429424 pre.format {font-family: inherit}
430425 pre.menu-comment {font-family: serif}
431426 pre.menu-preformatted {font-family: serif}
432 pre.smalldisplay {font-family: inherit; font-size: smaller}
433 pre.smallexample {font-size: smaller}
434 pre.smallformat {font-family: inherit; font-size: smaller}
435 pre.smalllisp {font-size: smaller}
436427 span.nolinebreak {white-space: nowrap}
437428 span.roman {font-family: initial; font-weight: normal}
438429 span.sansserif {font-family: sans-serif; font-weight: normal}
409409 <!--
410410 a.summary-letter {text-decoration: none}
411411 blockquote.indentedblock {margin-right: 0em}
412 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
413 blockquote.smallquotation {font-size: smaller}
414412 div.display {margin-left: 3.2em}
415413 div.example {margin-left: 3.2em}
416414 div.lisp {margin-left: 3.2em}
417 div.smalldisplay {margin-left: 3.2em}
418 div.smallexample {margin-left: 3.2em}
419 div.smalllisp {margin-left: 3.2em}
420415 kbd {font-style: oblique}
421416 pre.display {font-family: inherit}
422417 pre.format {font-family: inherit}
423418 pre.menu-comment {font-family: serif}
424419 pre.menu-preformatted {font-family: serif}
425 pre.smalldisplay {font-family: inherit; font-size: smaller}
426 pre.smallexample {font-size: smaller}
427 pre.smallformat {font-family: inherit; font-size: smaller}
428 pre.smalllisp {font-size: smaller}
429420 span.nolinebreak {white-space: nowrap}
430421 span.roman {font-family: initial; font-weight: normal}
431422 span.sansserif {font-family: sans-serif; font-weight: normal}
170170 <!--
171171 a.summary-letter {text-decoration: none}
172172 blockquote.indentedblock {margin-right: 0em}
173 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
174 blockquote.smallquotation {font-size: smaller}
175173 div.display {margin-left: 3.2em}
176174 div.example {margin-left: 3.2em}
177175 div.lisp {margin-left: 3.2em}
178 div.smalldisplay {margin-left: 3.2em}
179 div.smallexample {margin-left: 3.2em}
180 div.smalllisp {margin-left: 3.2em}
181176 kbd {font-style: oblique}
182177 pre.display {font-family: inherit}
183178 pre.format {font-family: inherit}
184179 pre.menu-comment {font-family: serif}
185180 pre.menu-preformatted {font-family: serif}
186 pre.smalldisplay {font-family: inherit; font-size: smaller}
187 pre.smallexample {font-size: smaller}
188 pre.smallformat {font-family: inherit; font-size: smaller}
189 pre.smalllisp {font-size: smaller}
190181 span.nolinebreak {white-space: nowrap}
191182 span.roman {font-family: initial; font-weight: normal}
192183 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1515 <!--
1616 a.summary-letter {text-decoration: none}
1717 blockquote.indentedblock {margin-right: 0em}
18 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
19 blockquote.smallquotation {font-size: smaller}
2018 div.display {margin-left: 3.2em}
2119 div.example {margin-left: 3.2em}
2220 div.lisp {margin-left: 3.2em}
23 div.smalldisplay {margin-left: 3.2em}
24 div.smallexample {margin-left: 3.2em}
25 div.smalllisp {margin-left: 3.2em}
2621 kbd {font-style: oblique}
2722 pre.display {font-family: inherit}
2823 pre.format {font-family: inherit}
2924 pre.menu-comment {font-family: serif}
3025 pre.menu-preformatted {font-family: serif}
31 pre.smalldisplay {font-family: inherit; font-size: smaller}
32 pre.smallexample {font-size: smaller}
33 pre.smallformat {font-family: inherit; font-size: smaller}
34 pre.smalllisp {font-size: smaller}
3526 span.nolinebreak {white-space: nowrap}
3627 span.roman {font-family: initial; font-weight: normal}
3728 span.sansserif {font-family: sans-serif; font-weight: normal}
1515 <!--
1616 a.summary-letter {text-decoration: none}
1717 blockquote.indentedblock {margin-right: 0em}
18 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
19 blockquote.smallquotation {font-size: smaller}
2018 div.display {margin-left: 3.2em}
2119 div.example {margin-left: 3.2em}
2220 div.lisp {margin-left: 3.2em}
23 div.smalldisplay {margin-left: 3.2em}
24 div.smallexample {margin-left: 3.2em}
25 div.smalllisp {margin-left: 3.2em}
2621 kbd {font-style: oblique}
2722 pre.display {font-family: inherit}
2823 pre.format {font-family: inherit}
2924 pre.menu-comment {font-family: serif}
3025 pre.menu-preformatted {font-family: serif}
31 pre.smalldisplay {font-family: inherit; font-size: smaller}
32 pre.smallexample {font-size: smaller}
33 pre.smallformat {font-family: inherit; font-size: smaller}
34 pre.smalllisp {font-size: smaller}
3526 span.nolinebreak {white-space: nowrap}
3627 span.roman {font-family: initial; font-weight: normal}
3728 span.sansserif {font-family: sans-serif; font-weight: normal}
1515 <!--
1616 a.summary-letter {text-decoration: none}
1717 blockquote.indentedblock {margin-right: 0em}
18 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
19 blockquote.smallquotation {font-size: smaller}
2018 div.display {margin-left: 3.2em}
2119 div.example {margin-left: 3.2em}
2220 div.lisp {margin-left: 3.2em}
23 div.smalldisplay {margin-left: 3.2em}
24 div.smallexample {margin-left: 3.2em}
25 div.smalllisp {margin-left: 3.2em}
2621 kbd {font-style: oblique}
2722 pre.display {font-family: inherit}
2823 pre.format {font-family: inherit}
2924 pre.menu-comment {font-family: serif}
3025 pre.menu-preformatted {font-family: serif}
31 pre.smalldisplay {font-family: inherit; font-size: smaller}
32 pre.smallexample {font-size: smaller}
33 pre.smallformat {font-family: inherit; font-size: smaller}
34 pre.smalllisp {font-size: smaller}
3526 span.nolinebreak {white-space: nowrap}
3627 span.roman {font-family: initial; font-weight: normal}
3728 span.sansserif {font-family: sans-serif; font-weight: normal}
1515 <!--
1616 a.summary-letter {text-decoration: none}
1717 blockquote.indentedblock {margin-right: 0em}
18 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
19 blockquote.smallquotation {font-size: smaller}
2018 div.display {margin-left: 3.2em}
2119 div.example {margin-left: 3.2em}
2220 div.lisp {margin-left: 3.2em}
23 div.smalldisplay {margin-left: 3.2em}
24 div.smallexample {margin-left: 3.2em}
25 div.smalllisp {margin-left: 3.2em}
2621 kbd {font-style: oblique}
2722 pre.display {font-family: inherit}
2823 pre.format {font-family: inherit}
2924 pre.menu-comment {font-family: serif}
3025 pre.menu-preformatted {font-family: serif}
31 pre.smalldisplay {font-family: inherit; font-size: smaller}
32 pre.smallexample {font-size: smaller}
33 pre.smallformat {font-family: inherit; font-size: smaller}
34 pre.smalllisp {font-size: smaller}
3526 span.nolinebreak {white-space: nowrap}
3627 span.roman {font-family: initial; font-weight: normal}
3728 span.sansserif {font-family: sans-serif; font-weight: normal}
1515 <!--
1616 a.summary-letter {text-decoration: none}
1717 blockquote.indentedblock {margin-right: 0em}
18 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
19 blockquote.smallquotation {font-size: smaller}
2018 div.display {margin-left: 3.2em}
2119 div.example {margin-left: 3.2em}
2220 div.lisp {margin-left: 3.2em}
23 div.smalldisplay {margin-left: 3.2em}
24 div.smallexample {margin-left: 3.2em}
25 div.smalllisp {margin-left: 3.2em}
2621 kbd {font-style: oblique}
2722 pre.display {font-family: inherit}
2823 pre.format {font-family: inherit}
2924 pre.menu-comment {font-family: serif}
3025 pre.menu-preformatted {font-family: serif}
31 pre.smalldisplay {font-family: inherit; font-size: smaller}
32 pre.smallexample {font-size: smaller}
33 pre.smallformat {font-family: inherit; font-size: smaller}
34 pre.smalllisp {font-size: smaller}
3526 span.nolinebreak {white-space: nowrap}
3627 span.roman {font-family: initial; font-weight: normal}
3728 span.sansserif {font-family: sans-serif; font-weight: normal}
1515 <!--
1616 a.summary-letter {text-decoration: none}
1717 blockquote.indentedblock {margin-right: 0em}
18 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
19 blockquote.smallquotation {font-size: smaller}
2018 div.display {margin-left: 3.2em}
2119 div.example {margin-left: 3.2em}
2220 div.lisp {margin-left: 3.2em}
23 div.smalldisplay {margin-left: 3.2em}
24 div.smallexample {margin-left: 3.2em}
25 div.smalllisp {margin-left: 3.2em}
2621 kbd {font-style: oblique}
2722 pre.display {font-family: inherit}
2823 pre.format {font-family: inherit}
2924 pre.menu-comment {font-family: serif}
3025 pre.menu-preformatted {font-family: serif}
31 pre.smalldisplay {font-family: inherit; font-size: smaller}
32 pre.smallexample {font-size: smaller}
33 pre.smallformat {font-family: inherit; font-size: smaller}
34 pre.smalllisp {font-size: smaller}
3526 span.nolinebreak {white-space: nowrap}
3627 span.roman {font-family: initial; font-weight: normal}
3728 span.sansserif {font-family: sans-serif; font-weight: normal}
347347 <!--
348348 a.summary-letter {text-decoration: none}
349349 blockquote.indentedblock {margin-right: 0em}
350 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
351 blockquote.smallquotation {font-size: smaller}
352350 div.display {margin-left: 3.2em}
353351 div.example {margin-left: 3.2em}
354352 div.lisp {margin-left: 3.2em}
355 div.smalldisplay {margin-left: 3.2em}
356 div.smallexample {margin-left: 3.2em}
357 div.smalllisp {margin-left: 3.2em}
358353 kbd {font-style: oblique}
359354 pre.display {font-family: inherit}
360355 pre.format {font-family: inherit}
361356 pre.menu-comment {font-family: serif}
362357 pre.menu-preformatted {font-family: serif}
363 pre.smalldisplay {font-family: inherit; font-size: smaller}
364 pre.smallexample {font-size: smaller}
365 pre.smallformat {font-family: inherit; font-size: smaller}
366 pre.smalllisp {font-size: smaller}
367358 span.nolinebreak {white-space: nowrap}
368359 span.roman {font-family: initial; font-weight: normal}
369360 span.sansserif {font-family: sans-serif; font-weight: normal}
307307 <!--
308308 a.summary-letter {text-decoration: none}
309309 blockquote.indentedblock {margin-right: 0em}
310 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
311 blockquote.smallquotation {font-size: smaller}
312310 div.display {margin-left: 3.2em}
313311 div.example {margin-left: 3.2em}
314312 div.lisp {margin-left: 3.2em}
315 div.smalldisplay {margin-left: 3.2em}
316 div.smallexample {margin-left: 3.2em}
317 div.smalllisp {margin-left: 3.2em}
318313 kbd {font-style: oblique}
319314 pre.display {font-family: inherit}
320315 pre.format {font-family: inherit}
321316 pre.menu-comment {font-family: serif}
322317 pre.menu-preformatted {font-family: serif}
323 pre.smalldisplay {font-family: inherit; font-size: smaller}
324 pre.smallexample {font-size: smaller}
325 pre.smallformat {font-family: inherit; font-size: smaller}
326 pre.smalllisp {font-size: smaller}
327318 span.nolinebreak {white-space: nowrap}
328319 span.roman {font-family: initial; font-weight: normal}
329320 span.sansserif {font-family: sans-serif; font-weight: normal}
943943 <!--
944944 a.summary-letter {text-decoration: none}
945945 blockquote.indentedblock {margin-right: 0em}
946 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
947 blockquote.smallquotation {font-size: smaller}
948946 div.display {margin-left: 3.2em}
949947 div.example {margin-left: 3.2em}
950948 div.lisp {margin-left: 3.2em}
951 div.smalldisplay {margin-left: 3.2em}
952 div.smallexample {margin-left: 3.2em}
953 div.smalllisp {margin-left: 3.2em}
954949 kbd {font-style: oblique}
955950 pre.display {font-family: inherit}
956951 pre.format {font-family: inherit}
957952 pre.menu-comment {font-family: serif}
958953 pre.menu-preformatted {font-family: serif}
959 pre.smalldisplay {font-family: inherit; font-size: smaller}
960 pre.smallexample {font-size: smaller}
961 pre.smallformat {font-family: inherit; font-size: smaller}
962 pre.smalllisp {font-size: smaller}
963954 span.nolinebreak {white-space: nowrap}
964955 span.roman {font-family: initial; font-weight: normal}
965956 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
5041 <span id="Multi-language-file"></span><h1 class="top">Multi language file</h1>
5142
5243 <table class="menu" border="0" cellspacing="0">
53 <tr><td align="left" valign="top">&bull; <a href="#chapter-ja" accesskey="1">chapter ja</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
44 <tr><td align="left" valign="top">&bull; <a href="#chapter-ja" accesskey="1">chapter ja</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5445 </td></tr>
55 <tr><td align="left" valign="top">&bull; <a href="#chapter-en" accesskey="2">chapter en</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
46 <tr><td align="left" valign="top">&bull; <a href="#chapter-en" accesskey="2">chapter en</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5647 </td></tr>
57 <tr><td align="left" valign="top">&bull; <a href="#chapter-fr_005fFR" accesskey="3">chapter fr_FR</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
48 <tr><td align="left" valign="top">&bull; <a href="#chapter-fr_005fFR" accesskey="3">chapter fr_FR</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5849 </td></tr>
59 <tr><td align="left" valign="top">&bull; <a href="#chapter-de" accesskey="4">chapter de</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
50 <tr><td align="left" valign="top">&bull; <a href="#chapter-de" accesskey="4">chapter de</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
6051 </td></tr>
61 <tr><td align="left" valign="top">&bull; <a href="#chapter-pt_005fBR" accesskey="5">chapter pt_BR</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
52 <tr><td align="left" valign="top">&bull; <a href="#chapter-pt_005fBR" accesskey="5">chapter pt_BR</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
6253 </td></tr>
6354 </table>
6455
1212 <!--
1313 a.summary-letter {text-decoration: none}
1414 blockquote.indentedblock {margin-right: 0em}
15 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
16 blockquote.smallquotation {font-size: smaller}
1715 div.display {margin-left: 3.2em}
1816 div.example {margin-left: 3.2em}
1917 div.lisp {margin-left: 3.2em}
20 div.smalldisplay {margin-left: 3.2em}
21 div.smallexample {margin-left: 3.2em}
22 div.smalllisp {margin-left: 3.2em}
2318 kbd {font-style: oblique}
2419 pre.display {font-family: inherit}
2520 pre.format {font-family: inherit}
2621 pre.menu-comment {font-family: serif}
2722 pre.menu-preformatted {font-family: serif}
28 pre.smalldisplay {font-family: inherit; font-size: smaller}
29 pre.smallexample {font-size: smaller}
30 pre.smallformat {font-family: inherit; font-size: smaller}
31 pre.smalllisp {font-size: smaller}
3223 span.nolinebreak {white-space: nowrap}
3324 span.roman {font-family: initial; font-weight: normal}
3425 span.sansserif {font-family: sans-serif; font-weight: normal}
452452 <!--
453453 a.summary-letter {text-decoration: none}
454454 blockquote.indentedblock {margin-right: 0em}
455 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
456 blockquote.smallquotation {font-size: smaller}
457455 div.display {margin-left: 3.2em}
458456 div.example {margin-left: 3.2em}
459457 div.lisp {margin-left: 3.2em}
460 div.smalldisplay {margin-left: 3.2em}
461 div.smallexample {margin-left: 3.2em}
462 div.smalllisp {margin-left: 3.2em}
463458 kbd {font-style: oblique}
464459 pre.display {font-family: inherit}
465460 pre.format {font-family: inherit}
466461 pre.menu-comment {font-family: serif}
467462 pre.menu-preformatted {font-family: serif}
468 pre.smalldisplay {font-family: inherit; font-size: smaller}
469 pre.smallexample {font-size: smaller}
470 pre.smallformat {font-family: inherit; font-size: smaller}
471 pre.smalllisp {font-size: smaller}
472463 span.nolinebreak {white-space: nowrap}
473464 span.roman {font-family: initial; font-weight: normal}
474465 span.sansserif {font-family: sans-serif; font-weight: normal}
385385 <!--
386386 a.summary-letter {text-decoration: none}
387387 blockquote.indentedblock {margin-right: 0em}
388 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
389 blockquote.smallquotation {font-size: smaller}
390388 div.display {margin-left: 3.2em}
391389 div.example {margin-left: 3.2em}
392390 div.lisp {margin-left: 3.2em}
393 div.smalldisplay {margin-left: 3.2em}
394 div.smallexample {margin-left: 3.2em}
395 div.smalllisp {margin-left: 3.2em}
396391 kbd {font-style: oblique}
397392 pre.display {font-family: inherit}
398393 pre.format {font-family: inherit}
399394 pre.menu-comment {font-family: serif}
400395 pre.menu-preformatted {font-family: serif}
401 pre.smalldisplay {font-family: inherit; font-size: smaller}
402 pre.smallexample {font-size: smaller}
403 pre.smallformat {font-family: inherit; font-size: smaller}
404 pre.smalllisp {font-size: smaller}
405396 span.nolinebreak {white-space: nowrap}
406397 span.roman {font-family: initial; font-weight: normal}
407398 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
845845 <!--
846846 a.summary-letter {text-decoration: none}
847847 blockquote.indentedblock {margin-right: 0em}
848 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
849 blockquote.smallquotation {font-size: smaller}
850848 div.display {margin-left: 3.2em}
851849 div.example {margin-left: 3.2em}
852850 div.lisp {margin-left: 3.2em}
853 div.smalldisplay {margin-left: 3.2em}
854 div.smallexample {margin-left: 3.2em}
855 div.smalllisp {margin-left: 3.2em}
856851 kbd {font-style: oblique}
857852 pre.display {font-family: inherit}
858853 pre.format {font-family: inherit}
859854 pre.menu-comment {font-family: serif}
860855 pre.menu-preformatted {font-family: serif}
861 pre.smalldisplay {font-family: inherit; font-size: smaller}
862 pre.smallexample {font-size: smaller}
863 pre.smallformat {font-family: inherit; font-size: smaller}
864 pre.smalllisp {font-size: smaller}
865856 span.nolinebreak {white-space: nowrap}
866857 span.roman {font-family: initial; font-weight: normal}
867858 span.sansserif {font-family: sans-serif; font-weight: normal}
876867 <span id="Top"></span><span id="top"></span><h1 class="top">top</h1>
877868
878869 <table class="menu" border="0" cellspacing="0">
879 <tr><td align="left" valign="top">&bull; <a href="manual.html#Top" accesskey="1">(manual)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
870 <tr><td align="left" valign="top">&bull; <a href="manual.html#Top" accesskey="1">(manual)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
880871 <ul>
881872 <li><pre class="menu-preformatted">
882873
448448 <!--
449449 a.summary-letter {text-decoration: none}
450450 blockquote.indentedblock {margin-right: 0em}
451 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
452 blockquote.smallquotation {font-size: smaller}
453451 div.display {margin-left: 3.2em}
454452 div.example {margin-left: 3.2em}
455453 div.lisp {margin-left: 3.2em}
456 div.smalldisplay {margin-left: 3.2em}
457 div.smallexample {margin-left: 3.2em}
458 div.smalllisp {margin-left: 3.2em}
459454 kbd {font-style: oblique}
460455 pre.display {font-family: inherit}
461456 pre.format {font-family: inherit}
462457 pre.menu-comment {font-family: serif}
463458 pre.menu-preformatted {font-family: serif}
464 pre.smalldisplay {font-family: inherit; font-size: smaller}
465 pre.smallexample {font-size: smaller}
466 pre.smallformat {font-family: inherit; font-size: smaller}
467 pre.smalllisp {font-size: smaller}
468459 span.nolinebreak {white-space: nowrap}
469460 span.roman {font-family: initial; font-weight: normal}
470461 span.sansserif {font-family: sans-serif; font-weight: normal}
482473 </div>
483474
484475 <table class="menu" border="0" cellspacing="0">
485 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
476 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
486477 </td></tr>
487478 </table>
488479
271271 <!--
272272 a.summary-letter {text-decoration: none}
273273 blockquote.indentedblock {margin-right: 0em}
274 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
275 blockquote.smallquotation {font-size: smaller}
276274 div.display {margin-left: 3.2em}
277275 div.example {margin-left: 3.2em}
278276 div.lisp {margin-left: 3.2em}
279 div.smalldisplay {margin-left: 3.2em}
280 div.smallexample {margin-left: 3.2em}
281 div.smalllisp {margin-left: 3.2em}
282277 kbd {font-style: oblique}
283278 pre.display {font-family: inherit}
284279 pre.format {font-family: inherit}
285280 pre.menu-comment {font-family: serif}
286281 pre.menu-preformatted {font-family: serif}
287 pre.smalldisplay {font-family: inherit; font-size: smaller}
288 pre.smallexample {font-size: smaller}
289 pre.smallformat {font-family: inherit; font-size: smaller}
290 pre.smalllisp {font-size: smaller}
291282 span.nolinebreak {white-space: nowrap}
292283 span.roman {font-family: initial; font-weight: normal}
293284 span.sansserif {font-family: sans-serif; font-weight: normal}
301292 <body lang="en">
302293
303294 <table class="menu" border="0" cellspacing="0">
304 <tr><td align="left" valign="top">&bull; <a href="manual.html#n_002d_002d_002dode" accesskey="1">entry&mdash;in</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">description &mdash; in.
295 <tr><td align="left" valign="top">&bull; <a href="manual.html#n_002d_002d_002dode" accesskey="1">entry&mdash;in</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">description &mdash; in.
305296 </td></tr>
306297 <tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
307298
373373 <!--
374374 a.summary-letter {text-decoration: none}
375375 blockquote.indentedblock {margin-right: 0em}
376 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
377 blockquote.smallquotation {font-size: smaller}
378376 div.display {margin-left: 3.2em}
379377 div.example {margin-left: 3.2em}
380378 div.lisp {margin-left: 3.2em}
381 div.smalldisplay {margin-left: 3.2em}
382 div.smallexample {margin-left: 3.2em}
383 div.smalllisp {margin-left: 3.2em}
384379 kbd {font-style: oblique}
385380 pre.display {font-family: inherit}
386381 pre.format {font-family: inherit}
387382 pre.menu-comment {font-family: serif}
388383 pre.menu-preformatted {font-family: serif}
389 pre.smalldisplay {font-family: inherit; font-size: smaller}
390 pre.smallexample {font-size: smaller}
391 pre.smallformat {font-family: inherit; font-size: smaller}
392 pre.smalllisp {font-size: smaller}
393384 span.nolinebreak {white-space: nowrap}
394385 span.roman {font-family: initial; font-weight: normal}
395386 span.sansserif {font-family: sans-serif; font-weight: normal}
403394 <body lang="en">
404395
405396 <table class="menu" border="0" cellspacing="0">
406 <tr><td align="left" valign="top">&bull; Copying Conditions:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Your rights.
397 <tr><td align="left" valign="top">&bull; Copying Conditions</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Your rights.
407398 </td></tr>
408399 <tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
409400
410 </pre></th></tr><tr><td align="left" valign="top">&bull; detailmenu:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
401 </pre></th></tr><tr><td align="left" valign="top">&bull; detailmenu</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
411402 </td></tr>
412403 </table>
413404
349349 <!--
350350 a.summary-letter {text-decoration: none}
351351 blockquote.indentedblock {margin-right: 0em}
352 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
353 blockquote.smallquotation {font-size: smaller}
354352 div.display {margin-left: 3.2em}
355353 div.example {margin-left: 3.2em}
356354 div.lisp {margin-left: 3.2em}
357 div.smalldisplay {margin-left: 3.2em}
358 div.smallexample {margin-left: 3.2em}
359 div.smalllisp {margin-left: 3.2em}
360355 kbd {font-style: oblique}
361356 pre.display {font-family: inherit}
362357 pre.format {font-family: inherit}
363358 pre.menu-comment {font-family: serif}
364359 pre.menu-preformatted {font-family: serif}
365 pre.smalldisplay {font-family: inherit; font-size: smaller}
366 pre.smallexample {font-size: smaller}
367 pre.smallformat {font-family: inherit; font-size: smaller}
368 pre.smalllisp {font-size: smaller}
369360 span.nolinebreak {white-space: nowrap}
370361 span.roman {font-family: initial; font-weight: normal}
371362 span.sansserif {font-family: sans-serif; font-weight: normal}
379370 <body lang="en">
380371
381372 <table class="menu" border="0" cellspacing="0">
382 <tr><td align="left" valign="top">&bull; Copying Conditions:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Your rights.
373 <tr><td align="left" valign="top">&bull; Copying Conditions</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Your rights.
383374 </td></tr>
384 <tr><td align="left" valign="top">&bull; detailmenu:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
375 <tr><td align="left" valign="top">&bull; detailmenu</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
385376 </td></tr>
386377 </table>
387378
19491949 <!--
19501950 a.summary-letter {text-decoration: none}
19511951 blockquote.indentedblock {margin-right: 0em}
1952 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1953 blockquote.smallquotation {font-size: smaller}
19541952 div.display {margin-left: 3.2em}
19551953 div.example {margin-left: 3.2em}
19561954 div.lisp {margin-left: 3.2em}
1957 div.smalldisplay {margin-left: 3.2em}
1958 div.smallexample {margin-left: 3.2em}
1959 div.smalllisp {margin-left: 3.2em}
19601955 kbd {font-style: oblique}
19611956 pre.display {font-family: inherit}
19621957 pre.format {font-family: inherit}
19631958 pre.menu-comment {font-family: serif}
19641959 pre.menu-preformatted {font-family: serif}
1965 pre.smalldisplay {font-family: inherit; font-size: smaller}
1966 pre.smallexample {font-size: smaller}
1967 pre.smallformat {font-family: inherit; font-size: smaller}
1968 pre.smalllisp {font-size: smaller}
19691960 span.nolinebreak {white-space: nowrap}
19701961 span.roman {font-family: initial; font-weight: normal}
19711962 span.sansserif {font-family: sans-serif; font-weight: normal}
19841975 <span id="top"></span><h1 class="top">top</h1>
19851976
19861977 <table class="menu" border="0" cellspacing="0">
1987 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1978 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
19881979 </td></tr>
1989 <tr><td align="left" valign="top">&bull; <a href="#chapter-2" accesskey="2">chapter 2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1980 <tr><td align="left" valign="top">&bull; <a href="#chapter-2" accesskey="2">chapter 2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
19901981 </td></tr>
19911982 <tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
19921983
1993 </pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#section" accesskey="3">section</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1984 </pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#section" accesskey="3">section</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
19941985 </td></tr>
19951986 <tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
19961987
19971988 </pre></th></tr><tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">Chap 2
19981989
1999 </pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#section-chap-2" accesskey="4">section chap 2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1990 </pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#section-chap-2" accesskey="4">section chap 2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
20001991 </td></tr>
2001 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec" accesskey="5">unnumberedsec</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1992 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec" accesskey="5">unnumberedsec</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
20021993 </td></tr>
20031994 </table>
20041995
20102001 <span id="chapter-1"></span><h2 class="chapter">1 chapter</h2>
20112002
20122003 <table class="menu" border="0" cellspacing="0">
2013 <tr><td align="left" valign="top">&bull; <a href="#section" accesskey="1">section</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
2004 <tr><td align="left" valign="top">&bull; <a href="#section" accesskey="1">section</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
20142005 </td></tr>
20152006 </table>
20162007
20292020 <span id="chapter-2-1"></span><h2 class="chapter">2 chapter 2</h2>
20302021
20312022 <table class="menu" border="0" cellspacing="0">
2032 <tr><td align="left" valign="top">&bull; <a href="#section-chap-2" accesskey="1">section chap 2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
2023 <tr><td align="left" valign="top">&bull; <a href="#section-chap-2" accesskey="1">section chap 2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
20332024 </td></tr>
2034 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec" accesskey="2">unnumberedsec</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
2025 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec" accesskey="2">unnumberedsec</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
20352026 </td></tr>
20362027 </table>
20372028
350350 <!--
351351 a.summary-letter {text-decoration: none}
352352 blockquote.indentedblock {margin-right: 0em}
353 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
354 blockquote.smallquotation {font-size: smaller}
355353 div.display {margin-left: 3.2em}
356354 div.example {margin-left: 3.2em}
357355 div.lisp {margin-left: 3.2em}
358 div.smalldisplay {margin-left: 3.2em}
359 div.smallexample {margin-left: 3.2em}
360 div.smalllisp {margin-left: 3.2em}
361356 kbd {font-style: oblique}
362357 pre.display {font-family: inherit}
363358 pre.format {font-family: inherit}
364359 pre.menu-comment {font-family: serif}
365360 pre.menu-preformatted {font-family: serif}
366 pre.smalldisplay {font-family: inherit; font-size: smaller}
367 pre.smallexample {font-size: smaller}
368 pre.smallformat {font-family: inherit; font-size: smaller}
369 pre.smalllisp {font-size: smaller}
370361 span.nolinebreak {white-space: nowrap}
371362 span.roman {font-family: initial; font-weight: normal}
372363 span.sansserif {font-family: sans-serif; font-weight: normal}
381372 <span id="Top"></span><h1 class="node-heading">Top</h1>
382373
383374 <table class="menu" border="0" cellspacing="0">
384 <tr><td align="left" valign="top">&bull; unknown:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
375 <tr><td align="left" valign="top">&bull; unknown</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
385376 </td></tr>
386377 </table>
387378 <hr>
829829 <!--
830830 a.summary-letter {text-decoration: none}
831831 blockquote.indentedblock {margin-right: 0em}
832 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
833 blockquote.smallquotation {font-size: smaller}
834832 div.display {margin-left: 3.2em}
835833 div.example {margin-left: 3.2em}
836834 div.lisp {margin-left: 3.2em}
837 div.smalldisplay {margin-left: 3.2em}
838 div.smallexample {margin-left: 3.2em}
839 div.smalllisp {margin-left: 3.2em}
840835 kbd {font-style: oblique}
841836 pre.display {font-family: inherit}
842837 pre.format {font-family: inherit}
843838 pre.menu-comment {font-family: serif}
844839 pre.menu-preformatted {font-family: serif}
845 pre.smalldisplay {font-family: inherit; font-size: smaller}
846 pre.smallexample {font-size: smaller}
847 pre.smallformat {font-family: inherit; font-size: smaller}
848 pre.smalllisp {font-size: smaller}
849840 span.nolinebreak {white-space: nowrap}
850841 span.roman {font-family: initial; font-weight: normal}
851842 span.sansserif {font-family: sans-serif; font-weight: normal}
864855 <h1 class="node-heading">Top</h1>
865856
866857 <table class="menu" border="0" cellspacing="0">
867 <tr><td align="left" valign="top">&bull; <a href="#second" accesskey="1">second</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
858 <tr><td align="left" valign="top">&bull; <a href="#second" accesskey="1">second</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
868859 </td></tr>
869860 <tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
870861
871862 Menu comment
872863
873 </pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#first" accesskey="2">first</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
864 </pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#first" accesskey="2">first</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
874865 </td></tr>
875866 <tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
876867
877 </pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#second" accesskey="3">second</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
868 </pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#second" accesskey="3">second</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
878869 </td></tr>
879 <tr><td align="left" valign="top">&bull; <a href="#second" accesskey="4">second</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
870 <tr><td align="left" valign="top">&bull; <a href="#second" accesskey="4">second</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
880871 </td></tr>
881872 </table>
882873
347347 <!--
348348 a.summary-letter {text-decoration: none}
349349 blockquote.indentedblock {margin-right: 0em}
350 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
351 blockquote.smallquotation {font-size: smaller}
352350 div.display {margin-left: 3.2em}
353351 div.example {margin-left: 3.2em}
354352 div.lisp {margin-left: 3.2em}
355 div.smalldisplay {margin-left: 3.2em}
356 div.smallexample {margin-left: 3.2em}
357 div.smalllisp {margin-left: 3.2em}
358353 kbd {font-style: oblique}
359354 pre.display {font-family: inherit}
360355 pre.format {font-family: inherit}
361356 pre.menu-comment {font-family: serif}
362357 pre.menu-preformatted {font-family: serif}
363 pre.smalldisplay {font-family: inherit; font-size: smaller}
364 pre.smallexample {font-size: smaller}
365 pre.smallformat {font-family: inherit; font-size: smaller}
366 pre.smalllisp {font-size: smaller}
367358 span.nolinebreak {white-space: nowrap}
368359 span.roman {font-family: initial; font-weight: normal}
369360 span.sansserif {font-family: sans-serif; font-weight: normal}
376367
377368 <body lang="en">
378369 <table class="menu" border="0" cellspacing="0">
379 <tr><td align="left" valign="top">&bull; entry:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
370 <tr><td align="left" valign="top">&bull; entry</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
380371 </td></tr>
381372 <tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
382373
494494 <!--
495495 a.summary-letter {text-decoration: none}
496496 blockquote.indentedblock {margin-right: 0em}
497 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
498 blockquote.smallquotation {font-size: smaller}
499497 div.display {margin-left: 3.2em}
500498 div.example {margin-left: 3.2em}
501499 div.lisp {margin-left: 3.2em}
502 div.smalldisplay {margin-left: 3.2em}
503 div.smallexample {margin-left: 3.2em}
504 div.smalllisp {margin-left: 3.2em}
505500 kbd {font-style: oblique}
506501 pre.display {font-family: inherit}
507502 pre.format {font-family: inherit}
508503 pre.menu-comment {font-family: serif}
509504 pre.menu-preformatted {font-family: serif}
510 pre.smalldisplay {font-family: inherit; font-size: smaller}
511 pre.smallexample {font-size: smaller}
512 pre.smallformat {font-family: inherit; font-size: smaller}
513 pre.smalllisp {font-size: smaller}
514505 span.nolinebreak {white-space: nowrap}
515506 span.roman {font-family: initial; font-weight: normal}
516507 span.sansserif {font-family: sans-serif; font-weight: normal}
525516 <span id="Top"></span><span id="top"></span><h1 class="top">top</h1>
526517
527518 <table class="menu" border="0" cellspacing="0">
528 <tr><td align="left" valign="top">&bull; <a href="manual.html#Top" accesskey="1">(manual)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
519 <tr><td align="left" valign="top">&bull; <a href="manual.html#Top" accesskey="1">(manual)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
529520 <div class="example">
530521 <pre class="example">in
531522
10291029 <!--
10301030 a.summary-letter {text-decoration: none}
10311031 blockquote.indentedblock {margin-right: 0em}
1032 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1033 blockquote.smallquotation {font-size: smaller}
10341032 div.display {margin-left: 3.2em}
10351033 div.example {margin-left: 3.2em}
10361034 div.lisp {margin-left: 3.2em}
1037 div.smalldisplay {margin-left: 3.2em}
1038 div.smallexample {margin-left: 3.2em}
1039 div.smalllisp {margin-left: 3.2em}
10401035 kbd {font-style: oblique}
10411036 pre.display {font-family: inherit}
10421037 pre.format {font-family: inherit}
10431038 pre.menu-comment {font-family: serif}
10441039 pre.menu-preformatted {font-family: serif}
1045 pre.smalldisplay {font-family: inherit; font-size: smaller}
1046 pre.smallexample {font-size: smaller}
1047 pre.smallformat {font-family: inherit; font-size: smaller}
1048 pre.smalllisp {font-size: smaller}
10491040 span.nolinebreak {white-space: nowrap}
10501041 span.roman {font-family: initial; font-weight: normal}
10511042 span.sansserif {font-family: sans-serif; font-weight: normal}
10601051 <span id="Top"></span><h1 class="node-heading">Top</h1>
10611052
10621053 <table class="menu" border="0" cellspacing="0">
1063 <tr><td align="left" valign="top">&bull; <a href="gcc.html#Top" accesskey="1">(gcc)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">text
1054 <tr><td align="left" valign="top">&bull; <a href="gcc.html#Top" accesskey="1">(gcc)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">text
10641055 <dl compact="compact">
10651056 <dt>item</dt>
10661057 <dd><pre class="menu-preformatted">* table line::
10691060 </td></tr>
10701061 <tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
10711062
1072 </pre></th></tr><tr><td align="left" valign="top">&bull; <a href="info.html#Top" accesskey="2">(info)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1063 </pre></th></tr><tr><td align="left" valign="top">&bull; <a href="info.html#Top" accesskey="2">(info)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10731064 <pre class="verbatim">some @ verb{x atim
10741065 * texinfo:: in @ verbatim
10751066 </pre></td></tr>
1076 <tr><td align="left" valign="top">&bull; <a href="manual2.html#Top" accesskey="3">(manual2)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">%
1067 <tr><td align="left" valign="top">&bull; <a href="manual2.html#Top" accesskey="3">(manual2)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">%
10771068
10781069 <i></i>
10791070 Log$
10801071 </td></tr>
1081 <tr><td align="left" valign="top">&bull; <a href="truc.html#Top" accesskey="4">(truc)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><acronym>description
1072 <tr><td align="left" valign="top">&bull; <a href="truc.html#Top" accesskey="4">(truc)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><acronym>description
10821073 * acronym::</acronym>
10831074 </td></tr>
10841075 <tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
465465 <!--
466466 a.summary-letter {text-decoration: none}
467467 blockquote.indentedblock {margin-right: 0em}
468 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
469 blockquote.smallquotation {font-size: smaller}
470468 div.display {margin-left: 3.2em}
471469 div.example {margin-left: 3.2em}
472470 div.lisp {margin-left: 3.2em}
473 div.smalldisplay {margin-left: 3.2em}
474 div.smallexample {margin-left: 3.2em}
475 div.smalllisp {margin-left: 3.2em}
476471 kbd {font-style: oblique}
477472 pre.display {font-family: inherit}
478473 pre.format {font-family: inherit}
479474 pre.menu-comment {font-family: serif}
480475 pre.menu-preformatted {font-family: serif}
481 pre.smalldisplay {font-family: inherit; font-size: smaller}
482 pre.smallexample {font-size: smaller}
483 pre.smallformat {font-family: inherit; font-size: smaller}
484 pre.smalllisp {font-size: smaller}
485476 span.nolinebreak {white-space: nowrap}
486477 span.roman {font-family: initial; font-weight: normal}
487478 span.sansserif {font-family: sans-serif; font-weight: normal}
496487 <span id="Top"></span><span id="top"></span><h1 class="top">top</h1>
497488
498489 <table class="menu" border="0" cellspacing="0">
499 <tr><td align="left" valign="top">&bull; <a href="manual.html#Top" accesskey="1">(manual)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
490 <tr><td align="left" valign="top">&bull; <a href="manual.html#Top" accesskey="1">(manual)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
500491 in inline raw
501492
502493 end inlineraw
889889 <!--
890890 a.summary-letter {text-decoration: none}
891891 blockquote.indentedblock {margin-right: 0em}
892 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
893 blockquote.smallquotation {font-size: smaller}
894892 div.display {margin-left: 3.2em}
895893 div.example {margin-left: 3.2em}
896894 div.lisp {margin-left: 3.2em}
897 div.smalldisplay {margin-left: 3.2em}
898 div.smallexample {margin-left: 3.2em}
899 div.smalllisp {margin-left: 3.2em}
900895 kbd {font-style: oblique}
901896 pre.display {font-family: inherit}
902897 pre.format {font-family: inherit}
903898 pre.menu-comment {font-family: serif}
904899 pre.menu-preformatted {font-family: serif}
905 pre.smalldisplay {font-family: inherit; font-size: smaller}
906 pre.smallexample {font-size: smaller}
907 pre.smallformat {font-family: inherit; font-size: smaller}
908 pre.smalllisp {font-size: smaller}
909900 span.nolinebreak {white-space: nowrap}
910901 span.roman {font-family: initial; font-weight: normal}
911902 span.sansserif {font-family: sans-serif; font-weight: normal}
920911 <span id="Top"></span><h1 class="node-heading">Top</h1>
921912
922913 <table class="menu" border="0" cellspacing="0">
923 <tr><td align="left" valign="top">&bull; <a href="f.html#a_003a" accesskey="1">(f)a:</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
914 <tr><td align="left" valign="top">&bull; <a href="f.html#a_003a" accesskey="1">(f)a:</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
924915 </td></tr>
925 <tr><td align="left" valign="top">&bull; <a href="f.html#node" accesskey="2">name:</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
916 <tr><td align="left" valign="top">&bull; <a href="f.html#node" accesskey="2">name:</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
926917 </td></tr>
927 <tr><td align="left" valign="top">&bull; <a href="f.html#node_002e-" accesskey="3">name</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d
918 <tr><td align="left" valign="top">&bull; <a href="f.html#node_002e-" accesskey="3">name</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d
928919 </td></tr>
929 <tr><td align="left" valign="top">&bull; <a href="f.html#node_002cn" accesskey="4">name</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d2
920 <tr><td align="left" valign="top">&bull; <a href="f.html#node_002cn" accesskey="4">name</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d2
930921 </td></tr>
931 <tr><td align="left" valign="top">&bull; <a href="f.html#node-n" accesskey="5">name</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d3
922 <tr><td align="left" valign="top">&bull; <a href="f.html#node-n" accesskey="5">name</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d3
932923 </td></tr>
933924 </table>
934925 <hr>
12111211 <!--
12121212 a.summary-letter {text-decoration: none}
12131213 blockquote.indentedblock {margin-right: 0em}
1214 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1215 blockquote.smallquotation {font-size: smaller}
12161214 div.display {margin-left: 3.2em}
12171215 div.example {margin-left: 3.2em}
12181216 div.lisp {margin-left: 3.2em}
1219 div.smalldisplay {margin-left: 3.2em}
1220 div.smallexample {margin-left: 3.2em}
1221 div.smalllisp {margin-left: 3.2em}
12221217 kbd {font-style: oblique}
12231218 pre.display {font-family: inherit}
12241219 pre.format {font-family: inherit}
12251220 pre.menu-comment {font-family: serif}
12261221 pre.menu-preformatted {font-family: serif}
1227 pre.smalldisplay {font-family: inherit; font-size: smaller}
1228 pre.smallexample {font-size: smaller}
1229 pre.smallformat {font-family: inherit; font-size: smaller}
1230 pre.smalllisp {font-size: smaller}
12311222 span.nolinebreak {white-space: nowrap}
12321223 span.roman {font-family: initial; font-weight: normal}
12331224 span.sansserif {font-family: sans-serif; font-weight: normal}
12401231
12411232 <body lang="en">
12421233 <table class="menu" border="0" cellspacing="0">
1243 <tr><td align="left" valign="top">&bull; <a href="f.html#b" accesskey="1">a</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"></td></tr>
1244 <tr><td align="left" valign="top">&bull; <a href="f.html#b1_002ec" accesskey="2">a</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1234 <tr><td align="left" valign="top">&bull; <a href="f.html#b" accesskey="1">a</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"></td></tr>
1235 <tr><td align="left" valign="top">&bull; <a href="f.html#b1_002ec" accesskey="2">a</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
12451236 </td></tr>
1246 <tr><td align="left" valign="top">&bull; <a href="f.html#b2_002ec" accesskey="3">a</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1237 <tr><td align="left" valign="top">&bull; <a href="f.html#b2_002ec" accesskey="3">a</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
12471238 </td></tr>
1248 <tr><td align="left" valign="top">&bull; <a href="f.html#b3_002ec" accesskey="4">a</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d
1239 <tr><td align="left" valign="top">&bull; <a href="f.html#b3_002ec" accesskey="4">a</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d
12491240 </td></tr>
1250 <tr><td align="left" valign="top">&bull; <a href="f.html#b1_002e" accesskey="5">a</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1241 <tr><td align="left" valign="top">&bull; <a href="f.html#b1_002e" accesskey="5">a</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
12511242 </td></tr>
1252 <tr><td align="left" valign="top">&bull; <a href="f.html#b2-_002e" accesskey="6">a </a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1243 <tr><td align="left" valign="top">&bull; <a href="f.html#b2-_002e" accesskey="6">a </a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
12531244 </td></tr>
1254 <tr><td align="left" valign="top">&bull; <a href="f.html#b3_002e" accesskey="7">a.n</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d
1245 <tr><td align="left" valign="top">&bull; <a href="f.html#b3_002e" accesskey="7">a.n</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d
12551246 </td></tr>
1256 <tr><td align="left" valign="top">&bull; <a href="f.html#b1_002ec" accesskey="8">a</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1247 <tr><td align="left" valign="top">&bull; <a href="f.html#b1_002ec" accesskey="8">a</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
12571248 </td></tr>
1258 <tr><td align="left" valign="top">&bull; <a href="f.html#b2_002ec" accesskey="9">a</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1249 <tr><td align="left" valign="top">&bull; <a href="f.html#b2_002ec" accesskey="9">a</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
12591250 </td></tr>
1260 <tr><td align="left" valign="top">&bull; <a href="f.html#b3_002ec">a</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d
1251 <tr><td align="left" valign="top">&bull; <a href="f.html#b3_002ec">a</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d
12611252 </td></tr>
12621253 </table>
12631254
736736 <!--
737737 a.summary-letter {text-decoration: none}
738738 blockquote.indentedblock {margin-right: 0em}
739 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
740 blockquote.smallquotation {font-size: smaller}
741739 div.display {margin-left: 3.2em}
742740 div.example {margin-left: 3.2em}
743741 div.lisp {margin-left: 3.2em}
744 div.smalldisplay {margin-left: 3.2em}
745 div.smallexample {margin-left: 3.2em}
746 div.smalllisp {margin-left: 3.2em}
747742 kbd {font-style: oblique}
748743 pre.display {font-family: inherit}
749744 pre.format {font-family: inherit}
750745 pre.menu-comment {font-family: serif}
751746 pre.menu-preformatted {font-family: serif}
752 pre.smalldisplay {font-family: inherit; font-size: smaller}
753 pre.smallexample {font-size: smaller}
754 pre.smallformat {font-family: inherit; font-size: smaller}
755 pre.smalllisp {font-size: smaller}
756747 span.nolinebreak {white-space: nowrap}
757748 span.roman {font-family: initial; font-weight: normal}
758749 span.sansserif {font-family: sans-serif; font-weight: normal}
765756
766757 <body lang="en">
767758 <table class="menu" border="0" cellspacing="0">
768 <tr><td align="left" valign="top">&bull; <a href="f.html#b" accesskey="1">a</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"></td></tr>
769 <tr><td align="left" valign="top">&bull; <a href="f.html#b" accesskey="2">a</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"></td></tr>
770 <tr><td align="left" valign="top">&bull; <a href="f.html#b1c_002ec" accesskey="3">a</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"></td></tr>
771 <tr><td align="left" valign="top">&bull; <a href="f.html#b2c_002ec" accesskey="4">a</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"></td></tr>
772 <tr><td align="left" valign="top">&bull; <a href="f.html#b3c_002ec" accesskey="5">a</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d</td></tr>
759 <tr><td align="left" valign="top">&bull; <a href="f.html#b" accesskey="1">a</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"></td></tr>
760 <tr><td align="left" valign="top">&bull; <a href="f.html#b" accesskey="2">a</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"></td></tr>
761 <tr><td align="left" valign="top">&bull; <a href="f.html#b1c_002ec" accesskey="3">a</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"></td></tr>
762 <tr><td align="left" valign="top">&bull; <a href="f.html#b2c_002ec" accesskey="4">a</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"></td></tr>
763 <tr><td align="left" valign="top">&bull; <a href="f.html#b3c_002ec" accesskey="5">a</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d</td></tr>
773764 </table>
774765
775766
300300 <!--
301301 a.summary-letter {text-decoration: none}
302302 blockquote.indentedblock {margin-right: 0em}
303 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
304 blockquote.smallquotation {font-size: smaller}
305303 div.display {margin-left: 3.2em}
306304 div.example {margin-left: 3.2em}
307305 div.lisp {margin-left: 3.2em}
308 div.smalldisplay {margin-left: 3.2em}
309 div.smallexample {margin-left: 3.2em}
310 div.smalllisp {margin-left: 3.2em}
311306 kbd {font-style: oblique}
312307 pre.display {font-family: inherit}
313308 pre.format {font-family: inherit}
314309 pre.menu-comment {font-family: serif}
315310 pre.menu-preformatted {font-family: serif}
316 pre.smalldisplay {font-family: inherit; font-size: smaller}
317 pre.smallexample {font-size: smaller}
318 pre.smallformat {font-family: inherit; font-size: smaller}
319 pre.smalllisp {font-size: smaller}
320311 span.nolinebreak {white-space: nowrap}
321312 span.roman {font-family: initial; font-weight: normal}
322313 span.sansserif {font-family: sans-serif; font-weight: normal}
393393 <!--
394394 a.summary-letter {text-decoration: none}
395395 blockquote.indentedblock {margin-right: 0em}
396 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
397 blockquote.smallquotation {font-size: smaller}
398396 div.display {margin-left: 3.2em}
399397 div.example {margin-left: 3.2em}
400398 div.lisp {margin-left: 3.2em}
401 div.smalldisplay {margin-left: 3.2em}
402 div.smallexample {margin-left: 3.2em}
403 div.smalllisp {margin-left: 3.2em}
404399 kbd {font-style: oblique}
405400 pre.display {font-family: inherit}
406401 pre.format {font-family: inherit}
407402 pre.menu-comment {font-family: serif}
408403 pre.menu-preformatted {font-family: serif}
409 pre.smalldisplay {font-family: inherit; font-size: smaller}
410 pre.smallexample {font-size: smaller}
411 pre.smallformat {font-family: inherit; font-size: smaller}
412 pre.smalllisp {font-size: smaller}
413404 span.nolinebreak {white-space: nowrap}
414405 span.roman {font-family: initial; font-weight: normal}
415406 span.sansserif {font-family: sans-serif; font-weight: normal}
422413
423414 <body lang="en">
424415 <table class="menu" border="0" cellspacing="0">
425 <tr><td align="left" valign="top">&bull; <a href="manual.html#Top" accesskey="1">(manual)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">begin description
416 <tr><td align="left" valign="top">&bull; <a href="manual.html#Top" accesskey="1">(manual)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">begin description
426417 * not an entry ?
427418 </td></tr>
428 <tr><td align="left" valign="top">&bull; <a href="manual.html#Top" accesskey="2">(manual)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">an entry
419 <tr><td align="left" valign="top">&bull; <a href="manual.html#Top" accesskey="2">(manual)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">an entry
429420 in description
430421 * and here ?
431422 with text.
432423 </td></tr>
433 <tr><td align="left" valign="top">&bull; <a href="last manual.html#Top" accesskey="3">(last manual)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
424 <tr><td align="left" valign="top">&bull; <a href="last manual.html#Top" accesskey="3">(last manual)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
434425 </td></tr>
435426 </table>
436427
490490 <!--
491491 a.summary-letter {text-decoration: none}
492492 blockquote.indentedblock {margin-right: 0em}
493 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
494 blockquote.smallquotation {font-size: smaller}
495493 div.display {margin-left: 3.2em}
496494 div.example {margin-left: 3.2em}
497495 div.lisp {margin-left: 3.2em}
498 div.smalldisplay {margin-left: 3.2em}
499 div.smallexample {margin-left: 3.2em}
500 div.smalllisp {margin-left: 3.2em}
501496 kbd {font-style: oblique}
502497 pre.display {font-family: inherit}
503498 pre.format {font-family: inherit}
504499 pre.menu-comment {font-family: serif}
505500 pre.menu-preformatted {font-family: serif}
506 pre.smalldisplay {font-family: inherit; font-size: smaller}
507 pre.smallexample {font-size: smaller}
508 pre.smallformat {font-family: inherit; font-size: smaller}
509 pre.smalllisp {font-size: smaller}
510501 span.nolinebreak {white-space: nowrap}
511502 span.roman {font-family: initial; font-weight: normal}
512503 span.sansserif {font-family: sans-serif; font-weight: normal}
519510
520511 <body lang="en">
521512 <table class="menu" border="0" cellspacing="0">
522 <tr><td align="left" valign="top">&bull; <a href="f.html#a1" accesskey="1">(f)a1</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
513 <tr><td align="left" valign="top">&bull; <a href="f.html#a1" accesskey="1">(f)a1</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
523514 </td></tr>
524 <tr><td align="left" valign="top">&bull; <a href="f.html#a2" accesskey="2">(f)a2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
515 <tr><td align="left" valign="top">&bull; <a href="f.html#a2" accesskey="2">(f)a2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
525516 </td></tr>
526 <tr><td align="left" valign="top">&bull; <a href="f.html#a3" accesskey="3">(f)a3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d
517 <tr><td align="left" valign="top">&bull; <a href="f.html#a3" accesskey="3">(f)a3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d
527518 </td></tr>
528 <tr><td align="left" valign="top">&bull; <a href="f.html#g_t_0040a" accesskey="4">(f)@a</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
519 <tr><td align="left" valign="top">&bull; <a href="f.html#g_t_0040a" accesskey="4">(f)@a</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
529520 </td></tr>
530521 </table>
531522
550550 <!--
551551 a.summary-letter {text-decoration: none}
552552 blockquote.indentedblock {margin-right: 0em}
553 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
554 blockquote.smallquotation {font-size: smaller}
555553 div.display {margin-left: 3.2em}
556554 div.example {margin-left: 3.2em}
557555 div.lisp {margin-left: 3.2em}
558 div.smalldisplay {margin-left: 3.2em}
559 div.smallexample {margin-left: 3.2em}
560 div.smalllisp {margin-left: 3.2em}
561556 kbd {font-style: oblique}
562557 pre.display {font-family: inherit}
563558 pre.format {font-family: inherit}
564559 pre.menu-comment {font-family: serif}
565560 pre.menu-preformatted {font-family: serif}
566 pre.smalldisplay {font-family: inherit; font-size: smaller}
567 pre.smallexample {font-size: smaller}
568 pre.smallformat {font-family: inherit; font-size: smaller}
569 pre.smalllisp {font-size: smaller}
570561 span.nolinebreak {white-space: nowrap}
571562 span.roman {font-family: initial; font-weight: normal}
572563 span.sansserif {font-family: sans-serif; font-weight: normal}
579570
580571 <body lang="en">
581572 <table class="menu" border="0" cellspacing="0">
582 <tr><td align="left" valign="top">&bull; <a href="f.html#a1c" accesskey="1">(f)a1c</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"></td></tr>
583 <tr><td align="left" valign="top">&bull; <a href="f.html#a2c" accesskey="2">(f)a2c</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"></td></tr>
584 <tr><td align="left" valign="top">&bull; <a href="f.html#a3c" accesskey="3">(f)a3c</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d</td></tr>
585 <tr><td align="left" valign="top">&bull; <a href="f.html#a4" accesskey="4">(f)a4 </a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"></td></tr>
573 <tr><td align="left" valign="top">&bull; <a href="f.html#a1c" accesskey="1">(f)a1c</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"></td></tr>
574 <tr><td align="left" valign="top">&bull; <a href="f.html#a2c" accesskey="2">(f)a2c</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"></td></tr>
575 <tr><td align="left" valign="top">&bull; <a href="f.html#a3c" accesskey="3">(f)a3c</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">d</td></tr>
576 <tr><td align="left" valign="top">&bull; <a href="f.html#a4" accesskey="4">(f)a4 </a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"></td></tr>
586577 </table>
587578
588579
749749 <!--
750750 a.summary-letter {text-decoration: none}
751751 blockquote.indentedblock {margin-right: 0em}
752 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
753 blockquote.smallquotation {font-size: smaller}
754752 div.display {margin-left: 3.2em}
755753 div.example {margin-left: 3.2em}
756754 div.lisp {margin-left: 3.2em}
757 div.smalldisplay {margin-left: 3.2em}
758 div.smallexample {margin-left: 3.2em}
759 div.smalllisp {margin-left: 3.2em}
760755 kbd {font-style: oblique}
761756 pre.display {font-family: inherit}
762757 pre.format {font-family: inherit}
763758 pre.menu-comment {font-family: serif}
764759 pre.menu-preformatted {font-family: serif}
765 pre.smalldisplay {font-family: inherit; font-size: smaller}
766 pre.smallexample {font-size: smaller}
767 pre.smallformat {font-family: inherit; font-size: smaller}
768 pre.smalllisp {font-size: smaller}
769760 span.nolinebreak {white-space: nowrap}
770761 span.roman {font-family: initial; font-weight: normal}
771762 span.sansserif {font-family: sans-serif; font-weight: normal}
440440 <!--
441441 a.summary-letter {text-decoration: none}
442442 blockquote.indentedblock {margin-right: 0em}
443 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
444 blockquote.smallquotation {font-size: smaller}
445443 div.display {margin-left: 3.2em}
446444 div.example {margin-left: 3.2em}
447445 div.lisp {margin-left: 3.2em}
448 div.smalldisplay {margin-left: 3.2em}
449 div.smallexample {margin-left: 3.2em}
450 div.smalllisp {margin-left: 3.2em}
451446 kbd {font-style: oblique}
452447 pre.display {font-family: inherit}
453448 pre.format {font-family: inherit}
454449 pre.menu-comment {font-family: serif}
455450 pre.menu-preformatted {font-family: serif}
456 pre.smalldisplay {font-family: inherit; font-size: smaller}
457 pre.smallexample {font-size: smaller}
458 pre.smallformat {font-family: inherit; font-size: smaller}
459 pre.smalllisp {font-size: smaller}
460451 span.nolinebreak {white-space: nowrap}
461452 span.roman {font-family: initial; font-weight: normal}
462453 span.sansserif {font-family: sans-serif; font-weight: normal}
474465 </p>
475466 <span id="An-anchor"></span>
476467 <table class="menu" border="0" cellspacing="0">
477 <tr><td align="left" valign="top">&bull; <a href="#An-anchor" accesskey="1">An anchor</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">menu entry pointing to the anchor.
468 <tr><td align="left" valign="top">&bull; <a href="#An-anchor" accesskey="1">An anchor</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">menu entry pointing to the anchor.
478469 </td></tr>
479470 </table>
480471 <hr>
381381 <!--
382382 a.summary-letter {text-decoration: none}
383383 blockquote.indentedblock {margin-right: 0em}
384 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
385 blockquote.smallquotation {font-size: smaller}
386384 div.display {margin-left: 3.2em}
387385 div.example {margin-left: 3.2em}
388386 div.lisp {margin-left: 3.2em}
389 div.smalldisplay {margin-left: 3.2em}
390 div.smallexample {margin-left: 3.2em}
391 div.smalllisp {margin-left: 3.2em}
392387 kbd {font-style: oblique}
393388 pre.display {font-family: inherit}
394389 pre.format {font-family: inherit}
395390 pre.menu-comment {font-family: serif}
396391 pre.menu-preformatted {font-family: serif}
397 pre.smalldisplay {font-family: inherit; font-size: smaller}
398 pre.smallexample {font-size: smaller}
399 pre.smallformat {font-family: inherit; font-size: smaller}
400 pre.smalllisp {font-size: smaller}
401392 span.nolinebreak {white-space: nowrap}
402393 span.roman {font-family: initial; font-weight: normal}
403394 span.sansserif {font-family: sans-serif; font-weight: normal}
417408
418409 <table class="menu" border="0" cellspacing="0">
419410 <tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">Horizontal space
420 </pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#subnode" accesskey="1">subnode</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
411 </pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#subnode" accesskey="1">subnode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
421412 </td></tr>
422413 </table>
423414
231231 <!--
232232 a.summary-letter {text-decoration: none}
233233 blockquote.indentedblock {margin-right: 0em}
234 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
235 blockquote.smallquotation {font-size: smaller}
236234 div.display {margin-left: 3.2em}
237235 div.example {margin-left: 3.2em}
238236 div.lisp {margin-left: 3.2em}
239 div.smalldisplay {margin-left: 3.2em}
240 div.smallexample {margin-left: 3.2em}
241 div.smalllisp {margin-left: 3.2em}
242237 kbd {font-style: oblique}
243238 pre.display {font-family: inherit}
244239 pre.format {font-family: inherit}
245240 pre.menu-comment {font-family: serif}
246241 pre.menu-preformatted {font-family: serif}
247 pre.smalldisplay {font-family: inherit; font-size: smaller}
248 pre.smallexample {font-size: smaller}
249 pre.smallformat {font-family: inherit; font-size: smaller}
250 pre.smalllisp {font-size: smaller}
251242 span.nolinebreak {white-space: nowrap}
252243 span.roman {font-family: initial; font-weight: normal}
253244 span.sansserif {font-family: sans-serif; font-weight: normal}
317317 <!--
318318 a.summary-letter {text-decoration: none}
319319 blockquote.indentedblock {margin-right: 0em}
320 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
321 blockquote.smallquotation {font-size: smaller}
322320 div.display {margin-left: 3.2em}
323321 div.example {margin-left: 3.2em}
324322 div.lisp {margin-left: 3.2em}
325 div.smalldisplay {margin-left: 3.2em}
326 div.smallexample {margin-left: 3.2em}
327 div.smalllisp {margin-left: 3.2em}
328323 kbd {font-style: oblique}
329324 pre.display {font-family: inherit}
330325 pre.format {font-family: inherit}
331326 pre.menu-comment {font-family: serif}
332327 pre.menu-preformatted {font-family: serif}
333 pre.smalldisplay {font-family: inherit; font-size: smaller}
334 pre.smallexample {font-size: smaller}
335 pre.smallformat {font-family: inherit; font-size: smaller}
336 pre.smalllisp {font-size: smaller}
337328 span.nolinebreak {white-space: nowrap}
338329 span.roman {font-family: initial; font-weight: normal}
339330 span.sansserif {font-family: sans-serif; font-weight: normal}
349340 <span id="Top"></span><h1 class="node-heading">Top</h1>
350341
351342 <table class="menu" border="0" cellspacing="0">
352 <tr><td align="left" valign="top">&bull; <a href="info.html#Top" accesskey="1">(info)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
343 <tr><td align="left" valign="top">&bull; <a href="info.html#Top" accesskey="1">(info)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
353344 </td></tr>
354345 </table>
355346 <hr>
11141114 <!--
11151115 a.summary-letter {text-decoration: none}
11161116 blockquote.indentedblock {margin-right: 0em}
1117 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1118 blockquote.smallquotation {font-size: smaller}
11191117 div.display {margin-left: 3.2em}
11201118 div.example {margin-left: 3.2em}
11211119 div.lisp {margin-left: 3.2em}
1122 div.smalldisplay {margin-left: 3.2em}
1123 div.smallexample {margin-left: 3.2em}
1124 div.smalllisp {margin-left: 3.2em}
11251120 kbd {font-style: oblique}
11261121 pre.display {font-family: inherit}
11271122 pre.format {font-family: inherit}
11281123 pre.menu-comment {font-family: serif}
11291124 pre.menu-preformatted {font-family: serif}
1130 pre.smalldisplay {font-family: inherit; font-size: smaller}
1131 pre.smallexample {font-size: smaller}
1132 pre.smallformat {font-family: inherit; font-size: smaller}
1133 pre.smalllisp {font-size: smaller}
11341125 span.nolinebreak {white-space: nowrap}
11351126 span.roman {font-family: initial; font-weight: normal}
11361127 span.sansserif {font-family: sans-serif; font-weight: normal}
11501141 <h1 class="node-heading">Top</h1>
11511142
11521143 <table class="menu" border="0" cellspacing="0">
1153 <tr><td align="left" valign="top">&bull; <a href="#NODE" accesskey="1"><small>VALUE</small></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><small>DESCRIP TION</small>
1144 <tr><td align="left" valign="top">&bull; <a href="#NODE" accesskey="1"><small>VALUE</small></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><small>DESCRIP TION</small>
11541145 </td></tr>
11551146 <tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
11561147
653653 <!--
654654 a.summary-letter {text-decoration: none}
655655 blockquote.indentedblock {margin-right: 0em}
656 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
657 blockquote.smallquotation {font-size: smaller}
658656 div.display {margin-left: 3.2em}
659657 div.example {margin-left: 3.2em}
660658 div.lisp {margin-left: 3.2em}
661 div.smalldisplay {margin-left: 3.2em}
662 div.smallexample {margin-left: 3.2em}
663 div.smalllisp {margin-left: 3.2em}
664659 kbd {font-style: oblique}
665660 pre.display {font-family: inherit}
666661 pre.format {font-family: inherit}
667662 pre.menu-comment {font-family: serif}
668663 pre.menu-preformatted {font-family: serif}
669 pre.smalldisplay {font-family: inherit; font-size: smaller}
670 pre.smallexample {font-size: smaller}
671 pre.smallformat {font-family: inherit; font-size: smaller}
672 pre.smalllisp {font-size: smaller}
673664 span.nolinebreak {white-space: nowrap}
674665 span.roman {font-family: initial; font-weight: normal}
675666 span.sansserif {font-family: sans-serif; font-weight: normal}
686677 </p>
687678 <table class="menu" border="0" cellspacing="0">
688679 <tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">comment
689 </pre></th></tr><tr><td align="left" valign="top">&bull; menu entry name :</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">description
680 </pre></th></tr><tr><td align="left" valign="top">&bull; menu entry name </td><td>&nbsp;&nbsp;</td><td align="left" valign="top">description
690681 </td></tr>
691 <tr><td align="left" valign="top">&bull; node name:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">description new
682 <tr><td align="left" valign="top">&bull; node name</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">description new
692683 </td></tr>
693 <tr><td align="left" valign="top">&bull; other entry:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
684 <tr><td align="left" valign="top">&bull; other entry</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
694685 </td></tr>
695 <tr><td align="left" valign="top">&bull; last:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
686 <tr><td align="left" valign="top">&bull; last</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
696687 description next line
697688 still description
698689 </td></tr>
699690 <tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
700691
701692 new comment
702 </pre></th></tr><tr><td align="left" valign="top">&bull; last node entry :</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
693 </pre></th></tr><tr><td align="left" valign="top">&bull; last node entry </td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
703694 </td></tr>
704695 </table>
705696
621621 <!--
622622 a.summary-letter {text-decoration: none}
623623 blockquote.indentedblock {margin-right: 0em}
624 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
625 blockquote.smallquotation {font-size: smaller}
626624 div.display {margin-left: 3.2em}
627625 div.example {margin-left: 3.2em}
628626 div.lisp {margin-left: 3.2em}
629 div.smalldisplay {margin-left: 3.2em}
630 div.smallexample {margin-left: 3.2em}
631 div.smalllisp {margin-left: 3.2em}
632627 kbd {font-style: oblique}
633628 pre.display {font-family: inherit}
634629 pre.format {font-family: inherit}
635630 pre.menu-comment {font-family: serif}
636631 pre.menu-preformatted {font-family: serif}
637 pre.smalldisplay {font-family: inherit; font-size: smaller}
638 pre.smallexample {font-size: smaller}
639 pre.smallformat {font-family: inherit; font-size: smaller}
640 pre.smalllisp {font-size: smaller}
641632 span.nolinebreak {white-space: nowrap}
642633 span.roman {font-family: initial; font-weight: normal}
643634 span.sansserif {font-family: sans-serif; font-weight: normal}
449449 <!--
450450 a.summary-letter {text-decoration: none}
451451 blockquote.indentedblock {margin-right: 0em}
452 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
453 blockquote.smallquotation {font-size: smaller}
454452 div.display {margin-left: 3.2em}
455453 div.example {margin-left: 3.2em}
456454 div.lisp {margin-left: 3.2em}
457 div.smalldisplay {margin-left: 3.2em}
458 div.smallexample {margin-left: 3.2em}
459 div.smalllisp {margin-left: 3.2em}
460455 kbd {font-style: oblique}
461456 pre.display {font-family: inherit}
462457 pre.format {font-family: inherit}
463458 pre.menu-comment {font-family: serif}
464459 pre.menu-preformatted {font-family: serif}
465 pre.smalldisplay {font-family: inherit; font-size: smaller}
466 pre.smallexample {font-size: smaller}
467 pre.smallformat {font-family: inherit; font-size: smaller}
468 pre.smalllisp {font-size: smaller}
469460 span.nolinebreak {white-space: nowrap}
470461 span.roman {font-family: initial; font-weight: normal}
471462 span.sansserif {font-family: sans-serif; font-weight: normal}
480471 <span id="Top"></span><span id="top"></span><h1 class="top">top</h1>
481472
482473 <table class="menu" border="0" cellspacing="0">
483 <tr><td align="left" valign="top">&bull; <a href="manual.html#Top" accesskey="1">(manual)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
474 <tr><td align="left" valign="top">&bull; <a href="manual.html#Top" accesskey="1">(manual)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
484475 <tt> in verb
485476
486477 </tt>
167167
168168
169169 $result_converted{'html_text'}->{'noindent_after_smallexample'} = '<p>To obtain.
170 </p><div class="smallexample">
171 <pre class="smallexample">$ wget \'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&amp;content-type=text/plain\'
170 </p><div class="example">
171 <pre class="example">$ wget \'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&amp;content-type=text/plain\'
172172 $ wget \'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&amp;content-type=text/plain\'
173173 </pre></div>
174174 <p>Less recent versions are also present.
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
15771577 </p><br>
15781578 <br>
15791579
1580 <div class="smallexample">
1581 <pre class="smallexample">in example
1580 <div class="example">
1581 <pre class="example">in example
15821582 </pre></div>
15831583
15841584 <div class="format">
407407 </p></blockquote>
408408 <div align="center">&mdash; <em>Some One</em>
409409 </div>
410 <blockquote class="smallquotation">
410 <blockquote>
411411 <p>in small&mdash;quotation.
412412 </p></blockquote>
413413 <div align="center">&mdash; <em>An Author Name</em>
438438 <!--
439439 a.summary-letter {text-decoration: none}
440440 blockquote.indentedblock {margin-right: 0em}
441 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
442 blockquote.smallquotation {font-size: smaller}
443441 div.display {margin-left: 3.2em}
444442 div.example {margin-left: 3.2em}
445443 div.lisp {margin-left: 3.2em}
446 div.smalldisplay {margin-left: 3.2em}
447 div.smallexample {margin-left: 3.2em}
448 div.smalllisp {margin-left: 3.2em}
449444 kbd {font-style: oblique}
450445 pre.display {font-family: inherit}
451446 pre.format {font-family: inherit}
452447 pre.menu-comment {font-family: serif}
453448 pre.menu-preformatted {font-family: serif}
454 pre.smalldisplay {font-family: inherit; font-size: smaller}
455 pre.smallexample {font-size: smaller}
456 pre.smallformat {font-family: inherit; font-size: smaller}
457 pre.smalllisp {font-size: smaller}
458449 span.nolinebreak {white-space: nowrap}
459450 span.roman {font-family: initial; font-weight: normal}
460451 span.sansserif {font-family: sans-serif; font-weight: normal}
485485 <!--
486486 a.summary-letter {text-decoration: none}
487487 blockquote.indentedblock {margin-right: 0em}
488 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
489 blockquote.smallquotation {font-size: smaller}
490488 div.display {margin-left: 3.2em}
491489 div.example {margin-left: 3.2em}
492490 div.lisp {margin-left: 3.2em}
493 div.smalldisplay {margin-left: 3.2em}
494 div.smallexample {margin-left: 3.2em}
495 div.smalllisp {margin-left: 3.2em}
496491 kbd {font-style: oblique}
497492 pre.display {font-family: inherit}
498493 pre.format {font-family: inherit}
499494 pre.menu-comment {font-family: serif}
500495 pre.menu-preformatted {font-family: serif}
501 pre.smalldisplay {font-family: inherit; font-size: smaller}
502 pre.smallexample {font-size: smaller}
503 pre.smallformat {font-family: inherit; font-size: smaller}
504 pre.smalllisp {font-size: smaller}
505496 span.nolinebreak {white-space: nowrap}
506497 span.roman {font-family: initial; font-weight: normal}
507498 span.sansserif {font-family: sans-serif; font-weight: normal}
368368 <!--
369369 a.summary-letter {text-decoration: none}
370370 blockquote.indentedblock {margin-right: 0em}
371 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
372 blockquote.smallquotation {font-size: smaller}
373371 div.display {margin-left: 3.2em}
374372 div.example {margin-left: 3.2em}
375373 div.lisp {margin-left: 3.2em}
376 div.smalldisplay {margin-left: 3.2em}
377 div.smallexample {margin-left: 3.2em}
378 div.smalllisp {margin-left: 3.2em}
379374 kbd {font-style: oblique}
380375 pre.display {font-family: inherit}
381376 pre.format {font-family: inherit}
382377 pre.menu-comment {font-family: serif}
383378 pre.menu-preformatted {font-family: serif}
384 pre.smalldisplay {font-family: inherit; font-size: smaller}
385 pre.smallexample {font-size: smaller}
386 pre.smallformat {font-family: inherit; font-size: smaller}
387 pre.smalllisp {font-size: smaller}
388379 span.nolinebreak {white-space: nowrap}
389380 span.roman {font-family: initial; font-weight: normal}
390381 span.sansserif {font-family: sans-serif; font-weight: normal}
368368 <!--
369369 a.summary-letter {text-decoration: none}
370370 blockquote.indentedblock {margin-right: 0em}
371 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
372 blockquote.smallquotation {font-size: smaller}
373371 div.display {margin-left: 3.2em}
374372 div.example {margin-left: 3.2em}
375373 div.lisp {margin-left: 3.2em}
376 div.smalldisplay {margin-left: 3.2em}
377 div.smallexample {margin-left: 3.2em}
378 div.smalllisp {margin-left: 3.2em}
379374 kbd {font-style: oblique}
380375 pre.display {font-family: inherit}
381376 pre.format {font-family: inherit}
382377 pre.menu-comment {font-family: serif}
383378 pre.menu-preformatted {font-family: serif}
384 pre.smalldisplay {font-family: inherit; font-size: smaller}
385 pre.smallexample {font-size: smaller}
386 pre.smallformat {font-family: inherit; font-size: smaller}
387 pre.smalllisp {font-size: smaller}
388379 span.nolinebreak {white-space: nowrap}
389380 span.roman {font-family: initial; font-weight: normal}
390381 span.sansserif {font-family: sans-serif; font-weight: normal}
304304 <!--
305305 a.summary-letter {text-decoration: none}
306306 blockquote.indentedblock {margin-right: 0em}
307 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
308 blockquote.smallquotation {font-size: smaller}
309307 div.display {margin-left: 3.2em}
310308 div.example {margin-left: 3.2em}
311309 div.lisp {margin-left: 3.2em}
312 div.smalldisplay {margin-left: 3.2em}
313 div.smallexample {margin-left: 3.2em}
314 div.smalllisp {margin-left: 3.2em}
315310 kbd {font-style: oblique}
316311 pre.display {font-family: inherit}
317312 pre.format {font-family: inherit}
318313 pre.menu-comment {font-family: serif}
319314 pre.menu-preformatted {font-family: serif}
320 pre.smalldisplay {font-family: inherit; font-size: smaller}
321 pre.smallexample {font-size: smaller}
322 pre.smallformat {font-family: inherit; font-size: smaller}
323 pre.smalllisp {font-size: smaller}
324315 span.nolinebreak {white-space: nowrap}
325316 span.roman {font-family: initial; font-weight: normal}
326317 span.sansserif {font-family: sans-serif; font-weight: normal}
304304 <!--
305305 a.summary-letter {text-decoration: none}
306306 blockquote.indentedblock {margin-right: 0em}
307 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
308 blockquote.smallquotation {font-size: smaller}
309307 div.display {margin-left: 3.2em}
310308 div.example {margin-left: 3.2em}
311309 div.lisp {margin-left: 3.2em}
312 div.smalldisplay {margin-left: 3.2em}
313 div.smallexample {margin-left: 3.2em}
314 div.smalllisp {margin-left: 3.2em}
315310 kbd {font-style: oblique}
316311 pre.display {font-family: inherit}
317312 pre.format {font-family: inherit}
318313 pre.menu-comment {font-family: serif}
319314 pre.menu-preformatted {font-family: serif}
320 pre.smalldisplay {font-family: inherit; font-size: smaller}
321 pre.smallexample {font-size: smaller}
322 pre.smallformat {font-family: inherit; font-size: smaller}
323 pre.smalllisp {font-size: smaller}
324315 span.nolinebreak {white-space: nowrap}
325316 span.roman {font-family: initial; font-weight: normal}
326317 span.sansserif {font-family: sans-serif; font-weight: normal}
676676 <!--
677677 a.summary-letter {text-decoration: none}
678678 blockquote.indentedblock {margin-right: 0em}
679 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
680 blockquote.smallquotation {font-size: smaller}
681679 div.display {margin-left: 3.2em}
682680 div.example {margin-left: 3.2em}
683681 div.lisp {margin-left: 3.2em}
684 div.smalldisplay {margin-left: 3.2em}
685 div.smallexample {margin-left: 3.2em}
686 div.smalllisp {margin-left: 3.2em}
687682 kbd {font-style: oblique}
688683 pre.display {font-family: inherit}
689684 pre.format {font-family: inherit}
690685 pre.menu-comment {font-family: serif}
691686 pre.menu-preformatted {font-family: serif}
692 pre.smalldisplay {font-family: inherit; font-size: smaller}
693 pre.smallexample {font-size: smaller}
694 pre.smallformat {font-family: inherit; font-size: smaller}
695 pre.smalllisp {font-size: smaller}
696687 span.nolinebreak {white-space: nowrap}
697688 span.roman {font-family: initial; font-weight: normal}
698689 span.sansserif {font-family: sans-serif; font-weight: normal}
714705 <p><a href="#GFDL">GFDL</a>
715706 </p>
716707 <table class="menu" border="0" cellspacing="0">
717 <tr><td align="left" valign="top">&bull; <a href="#GFDL" accesskey="1">GFDL</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
708 <tr><td align="left" valign="top">&bull; <a href="#GFDL" accesskey="1">GFDL</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
718709 </td></tr>
719710 </table>
720711
335335 <!--
336336 a.summary-letter {text-decoration: none}
337337 blockquote.indentedblock {margin-right: 0em}
338 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
339 blockquote.smallquotation {font-size: smaller}
340338 div.display {margin-left: 3.2em}
341339 div.example {margin-left: 3.2em}
342340 div.lisp {margin-left: 3.2em}
343 div.smalldisplay {margin-left: 3.2em}
344 div.smallexample {margin-left: 3.2em}
345 div.smalllisp {margin-left: 3.2em}
346341 kbd {font-style: oblique}
347342 pre.display {font-family: inherit}
348343 pre.format {font-family: inherit}
349344 pre.menu-comment {font-family: serif}
350345 pre.menu-preformatted {font-family: serif}
351 pre.smalldisplay {font-family: inherit; font-size: smaller}
352 pre.smallexample {font-size: smaller}
353 pre.smallformat {font-family: inherit; font-size: smaller}
354 pre.smalllisp {font-size: smaller}
355346 span.nolinebreak {white-space: nowrap}
356347 span.roman {font-family: initial; font-weight: normal}
357348 span.sansserif {font-family: sans-serif; font-weight: normal}
682682 <!--
683683 a.summary-letter {text-decoration: none}
684684 blockquote.indentedblock {margin-right: 0em}
685 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
686 blockquote.smallquotation {font-size: smaller}
687685 div.display {margin-left: 3.2em}
688686 div.example {margin-left: 3.2em}
689687 div.lisp {margin-left: 3.2em}
690 div.smalldisplay {margin-left: 3.2em}
691 div.smallexample {margin-left: 3.2em}
692 div.smalllisp {margin-left: 3.2em}
693688 kbd {font-style: oblique}
694689 pre.display {font-family: inherit}
695690 pre.format {font-family: inherit}
696691 pre.menu-comment {font-family: serif}
697692 pre.menu-preformatted {font-family: serif}
698 pre.smalldisplay {font-family: inherit; font-size: smaller}
699 pre.smallexample {font-size: smaller}
700 pre.smallformat {font-family: inherit; font-size: smaller}
701 pre.smalllisp {font-size: smaller}
702693 span.nolinebreak {white-space: nowrap}
703694 span.roman {font-family: initial; font-weight: normal}
704695 span.sansserif {font-family: sans-serif; font-weight: normal}
719710 <p>In top node<a id="DOCF1" href="#FOOT1"><sup>1</sup></a>
720711 </p>
721712 <table class="menu" border="0" cellspacing="0">
722 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
713 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
723714 </td></tr>
724715 </table>
725716
720720 <!--
721721 a.summary-letter {text-decoration: none}
722722 blockquote.indentedblock {margin-right: 0em}
723 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
724 blockquote.smallquotation {font-size: smaller}
725723 div.display {margin-left: 3.2em}
726724 div.example {margin-left: 3.2em}
727725 div.lisp {margin-left: 3.2em}
728 div.smalldisplay {margin-left: 3.2em}
729 div.smallexample {margin-left: 3.2em}
730 div.smalllisp {margin-left: 3.2em}
731726 kbd {font-style: oblique}
732727 pre.display {font-family: inherit}
733728 pre.format {font-family: inherit}
734729 pre.menu-comment {font-family: serif}
735730 pre.menu-preformatted {font-family: serif}
736 pre.smalldisplay {font-family: inherit; font-size: smaller}
737 pre.smallexample {font-size: smaller}
738 pre.smallformat {font-family: inherit; font-size: smaller}
739 pre.smalllisp {font-size: smaller}
740731 span.nolinebreak {white-space: nowrap}
741732 span.roman {font-family: initial; font-weight: normal}
742733 span.sansserif {font-family: sans-serif; font-weight: normal}
757748 <p>In top node<a id="DOCF1" href="#FOOT1"><sup>1</sup></a>
758749 </p>
759750 <table class="menu" border="0" cellspacing="0">
760 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
751 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
761752 </td></tr>
762753 </table>
763754
251251 <!--
252252 a.summary-letter {text-decoration: none}
253253 blockquote.indentedblock {margin-right: 0em}
254 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
255 blockquote.smallquotation {font-size: smaller}
256254 div.display {margin-left: 3.2em}
257255 div.example {margin-left: 3.2em}
258256 div.lisp {margin-left: 3.2em}
259 div.smalldisplay {margin-left: 3.2em}
260 div.smallexample {margin-left: 3.2em}
261 div.smalllisp {margin-left: 3.2em}
262257 kbd {font-style: oblique}
263258 pre.display {font-family: inherit}
264259 pre.format {font-family: inherit}
265260 pre.menu-comment {font-family: serif}
266261 pre.menu-preformatted {font-family: serif}
267 pre.smalldisplay {font-family: inherit; font-size: smaller}
268 pre.smallexample {font-size: smaller}
269 pre.smallformat {font-family: inherit; font-size: smaller}
270 pre.smalllisp {font-size: smaller}
271262 span.nolinebreak {white-space: nowrap}
272263 span.roman {font-family: initial; font-weight: normal}
273264 span.sansserif {font-family: sans-serif; font-weight: normal}
347347 <!--
348348 a.summary-letter {text-decoration: none}
349349 blockquote.indentedblock {margin-right: 0em}
350 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
351 blockquote.smallquotation {font-size: smaller}
352350 div.display {margin-left: 3.2em}
353351 div.example {margin-left: 3.2em}
354352 div.lisp {margin-left: 3.2em}
355 div.smalldisplay {margin-left: 3.2em}
356 div.smallexample {margin-left: 3.2em}
357 div.smalllisp {margin-left: 3.2em}
358353 kbd {font-style: oblique}
359354 pre.display {font-family: inherit}
360355 pre.format {font-family: inherit}
361356 pre.menu-comment {font-family: serif}
362357 pre.menu-preformatted {font-family: serif}
363 pre.smalldisplay {font-family: inherit; font-size: smaller}
364 pre.smallexample {font-size: smaller}
365 pre.smallformat {font-family: inherit; font-size: smaller}
366 pre.smalllisp {font-size: smaller}
367358 span.nolinebreak {white-space: nowrap}
368359 span.roman {font-family: initial; font-weight: normal}
369360 span.sansserif {font-family: sans-serif; font-weight: normal}
239239 <!--
240240 a.summary-letter {text-decoration: none}
241241 blockquote.indentedblock {margin-right: 0em}
242 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
243 blockquote.smallquotation {font-size: smaller}
244242 div.display {margin-left: 3.2em}
245243 div.example {margin-left: 3.2em}
246244 div.lisp {margin-left: 3.2em}
247 div.smalldisplay {margin-left: 3.2em}
248 div.smallexample {margin-left: 3.2em}
249 div.smalllisp {margin-left: 3.2em}
250245 kbd {font-style: oblique}
251246 pre.display {font-family: inherit}
252247 pre.format {font-family: inherit}
253248 pre.menu-comment {font-family: serif}
254249 pre.menu-preformatted {font-family: serif}
255 pre.smalldisplay {font-family: inherit; font-size: smaller}
256 pre.smallexample {font-size: smaller}
257 pre.smallformat {font-family: inherit; font-size: smaller}
258 pre.smalllisp {font-size: smaller}
259250 span.nolinebreak {white-space: nowrap}
260251 span.roman {font-family: initial; font-weight: normal}
261252 span.sansserif {font-family: sans-serif; font-weight: normal}
715715 <!--
716716 a.summary-letter {text-decoration: none}
717717 blockquote.indentedblock {margin-right: 0em}
718 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
719 blockquote.smallquotation {font-size: smaller}
720718 div.display {margin-left: 3.2em}
721719 div.example {margin-left: 3.2em}
722720 div.lisp {margin-left: 3.2em}
723 div.smalldisplay {margin-left: 3.2em}
724 div.smallexample {margin-left: 3.2em}
725 div.smalllisp {margin-left: 3.2em}
726721 kbd {font-style: oblique}
727722 pre.display {font-family: inherit}
728723 pre.format {font-family: inherit}
729724 pre.menu-comment {font-family: serif}
730725 pre.menu-preformatted {font-family: serif}
731 pre.smalldisplay {font-family: inherit; font-size: smaller}
732 pre.smallexample {font-size: smaller}
733 pre.smallformat {font-family: inherit; font-size: smaller}
734 pre.smalllisp {font-size: smaller}
735726 span.nolinebreak {white-space: nowrap}
736727 span.roman {font-family: initial; font-weight: normal}
737728 span.sansserif {font-family: sans-serif; font-weight: normal}
752743 <p>Top node
753744 </p>
754745 <table class="menu" border="0" cellspacing="0">
755 <tr><td align="left" valign="top">&bull; <a href="#section-node" accesskey="1">section node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
746 <tr><td align="left" valign="top">&bull; <a href="#section-node" accesskey="1">section node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
756747 </td></tr>
757748 </table>
758749
642642 <!--
643643 a.summary-letter {text-decoration: none}
644644 blockquote.indentedblock {margin-right: 0em}
645 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
646 blockquote.smallquotation {font-size: smaller}
647645 div.display {margin-left: 3.2em}
648646 div.example {margin-left: 3.2em}
649647 div.lisp {margin-left: 3.2em}
650 div.smalldisplay {margin-left: 3.2em}
651 div.smallexample {margin-left: 3.2em}
652 div.smalllisp {margin-left: 3.2em}
653648 kbd {font-style: oblique}
654649 pre.display {font-family: inherit}
655650 pre.format {font-family: inherit}
656651 pre.menu-comment {font-family: serif}
657652 pre.menu-preformatted {font-family: serif}
658 pre.smalldisplay {font-family: inherit; font-size: smaller}
659 pre.smallexample {font-size: smaller}
660 pre.smallformat {font-family: inherit; font-size: smaller}
661 pre.smalllisp {font-size: smaller}
662653 span.nolinebreak {white-space: nowrap}
663654 span.roman {font-family: initial; font-weight: normal}
664655 span.sansserif {font-family: sans-serif; font-weight: normal}
678669 <span id="chapter"></span><h2 class="chapter">1 chapter</h2>
679670
680671 <table class="menu" border="0" cellspacing="0">
681 <tr><td align="left" valign="top">&bull; <a href="#after" accesskey="1">after</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
672 <tr><td align="left" valign="top">&bull; <a href="#after" accesskey="1">after</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
682673 </td></tr>
683674 </table>
684675
567567 <!--
568568 a.summary-letter {text-decoration: none}
569569 blockquote.indentedblock {margin-right: 0em}
570 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
571 blockquote.smallquotation {font-size: smaller}
572570 div.display {margin-left: 3.2em}
573571 div.example {margin-left: 3.2em}
574572 div.lisp {margin-left: 3.2em}
575 div.smalldisplay {margin-left: 3.2em}
576 div.smallexample {margin-left: 3.2em}
577 div.smalllisp {margin-left: 3.2em}
578573 kbd {font-style: oblique}
579574 pre.display {font-family: inherit}
580575 pre.format {font-family: inherit}
581576 pre.menu-comment {font-family: serif}
582577 pre.menu-preformatted {font-family: serif}
583 pre.smalldisplay {font-family: inherit; font-size: smaller}
584 pre.smallexample {font-size: smaller}
585 pre.smallformat {font-family: inherit; font-size: smaller}
586 pre.smalllisp {font-size: smaller}
587578 span.nolinebreak {white-space: nowrap}
588579 span.roman {font-family: initial; font-weight: normal}
589580 span.sansserif {font-family: sans-serif; font-weight: normal}
19811981 <!--
19821982 a.summary-letter {text-decoration: none}
19831983 blockquote.indentedblock {margin-right: 0em}
1984 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1985 blockquote.smallquotation {font-size: smaller}
19861984 div.display {margin-left: 3.2em}
19871985 div.example {margin-left: 3.2em}
19881986 div.lisp {margin-left: 3.2em}
1989 div.smalldisplay {margin-left: 3.2em}
1990 div.smallexample {margin-left: 3.2em}
1991 div.smalllisp {margin-left: 3.2em}
19921987 kbd {font-style: oblique}
19931988 pre.display {font-family: inherit}
19941989 pre.format {font-family: inherit}
19951990 pre.menu-comment {font-family: serif}
19961991 pre.menu-preformatted {font-family: serif}
1997 pre.smalldisplay {font-family: inherit; font-size: smaller}
1998 pre.smallexample {font-size: smaller}
1999 pre.smallformat {font-family: inherit; font-size: smaller}
2000 pre.smalllisp {font-size: smaller}
20011992 span.nolinebreak {white-space: nowrap}
20021993 span.roman {font-family: initial; font-weight: normal}
20031994 span.sansserif {font-family: sans-serif; font-weight: normal}
20162007 <span id="Test-refs"></span><h1 class="top">Test refs</h1>
20172008
20182009 <table class="menu" border="0" cellspacing="0">
2019 <tr><td align="left" valign="top">&bull; <a href="#other-nodes" accesskey="1">other nodes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
2010 <tr><td align="left" valign="top">&bull; <a href="#other-nodes" accesskey="1">other nodes</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
20202011 </td></tr>
20212012 </table>
20222013
20432034 <span id="Chapter-with-nodes"></span><h2 class="chapter">1 Chapter with nodes</h2>
20442035
20452036 <table class="menu" border="0" cellspacing="0">
2046 <tr><td align="left" valign="top">&bull; <a href="#g_t_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e" accesskey="1">!_&quot;#$%&amp;\'()*+-.</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
2037 <tr><td align="left" valign="top">&bull; <a href="#g_t_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e" accesskey="1">!_&quot;#$%&amp;\'()*+-.</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
20472038 </td></tr>
2048 <tr><td align="left" valign="top">&bull; <a href="#g_t_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e" accesskey="2">/;&lt;=&gt;?[\\]^_`|~</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
2039 <tr><td align="left" valign="top">&bull; <a href="#g_t_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e" accesskey="2">/;&lt;=&gt;?[\\]^_`|~</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
20492040 </td></tr>
2050 <tr><td align="left" valign="top">&bull; <a href="#local-node" accesskey="3">local node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
2041 <tr><td align="left" valign="top">&bull; <a href="#local-node" accesskey="3">local node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
20512042 </td></tr>
20522043 </table>
20532044
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1515 <!--
1616 a.summary-letter {text-decoration: none}
1717 blockquote.indentedblock {margin-right: 0em}
18 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
19 blockquote.smallquotation {font-size: smaller}
2018 div.display {margin-left: 3.2em}
2119 div.example {margin-left: 3.2em}
2220 div.lisp {margin-left: 3.2em}
23 div.smalldisplay {margin-left: 3.2em}
24 div.smallexample {margin-left: 3.2em}
25 div.smalllisp {margin-left: 3.2em}
2621 kbd {font-style: oblique}
2722 pre.display {font-family: inherit}
2823 pre.format {font-family: inherit}
2924 pre.menu-comment {font-family: serif}
3025 pre.menu-preformatted {font-family: serif}
31 pre.smalldisplay {font-family: inherit; font-size: smaller}
32 pre.smallexample {font-size: smaller}
33 pre.smallformat {font-family: inherit; font-size: smaller}
34 pre.smalllisp {font-size: smaller}
3526 span.nolinebreak {white-space: nowrap}
3627 span.roman {font-family: initial; font-weight: normal}
3728 span.sansserif {font-family: sans-serif; font-weight: normal}
5142 <span id="Test-refs"></span><h1 class="top">Test refs</h1>
5243
5344 <table class="menu" border="0" cellspacing="0">
54 <tr><td align="left" valign="top">&bull; <a href="other-nodes.html#other-nodes" accesskey="1">other nodes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
45 <tr><td align="left" valign="top">&bull; <a href="other-nodes.html#other-nodes" accesskey="1">other nodes</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5546 </td></tr>
5647 </table>
5748
1515 <!--
1616 a.summary-letter {text-decoration: none}
1717 blockquote.indentedblock {margin-right: 0em}
18 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
19 blockquote.smallquotation {font-size: smaller}
2018 div.display {margin-left: 3.2em}
2119 div.example {margin-left: 3.2em}
2220 div.lisp {margin-left: 3.2em}
23 div.smalldisplay {margin-left: 3.2em}
24 div.smallexample {margin-left: 3.2em}
25 div.smalllisp {margin-left: 3.2em}
2621 kbd {font-style: oblique}
2722 pre.display {font-family: inherit}
2823 pre.format {font-family: inherit}
2924 pre.menu-comment {font-family: serif}
3025 pre.menu-preformatted {font-family: serif}
31 pre.smalldisplay {font-family: inherit; font-size: smaller}
32 pre.smallexample {font-size: smaller}
33 pre.smallformat {font-family: inherit; font-size: smaller}
34 pre.smalllisp {font-size: smaller}
3526 span.nolinebreak {white-space: nowrap}
3627 span.roman {font-family: initial; font-weight: normal}
3728 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
5243 <span id="Chapter-with-nodes"></span><h2 class="chapter">1 Chapter with nodes</h2>
5344
5445 <table class="menu" border="0" cellspacing="0">
55 <tr><td align="left" valign="top">&bull; <a href="_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html#g_t_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e" accesskey="1">!_&quot;#$%&amp;'()*+-.</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
46 <tr><td align="left" valign="top">&bull; <a href="_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html#g_t_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e" accesskey="1">!_&quot;#$%&amp;'()*+-.</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5647 </td></tr>
57 <tr><td align="left" valign="top">&bull; <a href="_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html#g_t_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e" accesskey="2">/;&lt;=&gt;?[\]^_`|~</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
48 <tr><td align="left" valign="top">&bull; <a href="_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html#g_t_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e" accesskey="2">/;&lt;=&gt;?[\]^_`|~</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5849 </td></tr>
59 <tr><td align="left" valign="top">&bull; <a href="local-node.html#local-node" accesskey="3">local node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
50 <tr><td align="left" valign="top">&bull; <a href="local-node.html#local-node" accesskey="3">local node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
6051 </td></tr>
6152 </table>
6253
778778 <!--
779779 a.summary-letter {text-decoration: none}
780780 blockquote.indentedblock {margin-right: 0em}
781 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
782 blockquote.smallquotation {font-size: smaller}
783781 div.display {margin-left: 3.2em}
784782 div.example {margin-left: 3.2em}
785783 div.lisp {margin-left: 3.2em}
786 div.smalldisplay {margin-left: 3.2em}
787 div.smallexample {margin-left: 3.2em}
788 div.smalllisp {margin-left: 3.2em}
789784 kbd {font-style: oblique}
790785 pre.display {font-family: inherit}
791786 pre.format {font-family: inherit}
792787 pre.menu-comment {font-family: serif}
793788 pre.menu-preformatted {font-family: serif}
794 pre.smalldisplay {font-family: inherit; font-size: smaller}
795 pre.smallexample {font-size: smaller}
796 pre.smallformat {font-family: inherit; font-size: smaller}
797 pre.smalllisp {font-size: smaller}
798789 span.nolinebreak {white-space: nowrap}
799790 span.roman {font-family: initial; font-weight: normal}
800791 span.sansserif {font-family: sans-serif; font-weight: normal}
814814 <!--
815815 a.summary-letter {text-decoration: none}
816816 blockquote.indentedblock {margin-right: 0em}
817 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
818 blockquote.smallquotation {font-size: smaller}
819817 div.display {margin-left: 3.2em}
820818 div.example {margin-left: 3.2em}
821819 div.lisp {margin-left: 3.2em}
822 div.smalldisplay {margin-left: 3.2em}
823 div.smallexample {margin-left: 3.2em}
824 div.smalllisp {margin-left: 3.2em}
825820 kbd {font-style: oblique}
826821 pre.display {font-family: inherit}
827822 pre.format {font-family: inherit}
828823 pre.menu-comment {font-family: serif}
829824 pre.menu-preformatted {font-family: serif}
830 pre.smalldisplay {font-family: inherit; font-size: smaller}
831 pre.smallexample {font-size: smaller}
832 pre.smallformat {font-family: inherit; font-size: smaller}
833 pre.smalllisp {font-size: smaller}
834825 span.nolinebreak {white-space: nowrap}
835826 span.roman {font-family: initial; font-weight: normal}
836827 span.sansserif {font-family: sans-serif; font-weight: normal}
159159 <!--
160160 a.summary-letter {text-decoration: none}
161161 blockquote.indentedblock {margin-right: 0em}
162 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
163 blockquote.smallquotation {font-size: smaller}
164162 div.display {margin-left: 3.2em}
165163 div.example {margin-left: 3.2em}
166164 div.lisp {margin-left: 3.2em}
167 div.smalldisplay {margin-left: 3.2em}
168 div.smallexample {margin-left: 3.2em}
169 div.smalllisp {margin-left: 3.2em}
170165 kbd {font-style: oblique}
171166 pre.display {font-family: inherit}
172167 pre.format {font-family: inherit}
173168 pre.menu-comment {font-family: serif}
174169 pre.menu-preformatted {font-family: serif}
175 pre.smalldisplay {font-family: inherit; font-size: smaller}
176 pre.smallexample {font-size: smaller}
177 pre.smallformat {font-family: inherit; font-size: smaller}
178 pre.smalllisp {font-size: smaller}
179170 span.nolinebreak {white-space: nowrap}
180171 span.roman {font-family: initial; font-weight: normal}
181172 span.sansserif {font-family: sans-serif; font-weight: normal}
867867 <!--
868868 a.summary-letter {text-decoration: none}
869869 blockquote.indentedblock {margin-right: 0em}
870 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
871 blockquote.smallquotation {font-size: smaller}
872870 div.display {margin-left: 3.2em}
873871 div.example {margin-left: 3.2em}
874872 div.lisp {margin-left: 3.2em}
875 div.smalldisplay {margin-left: 3.2em}
876 div.smallexample {margin-left: 3.2em}
877 div.smalllisp {margin-left: 3.2em}
878873 kbd {font-style: oblique}
879874 pre.display {font-family: inherit}
880875 pre.format {font-family: inherit}
881876 pre.menu-comment {font-family: serif}
882877 pre.menu-preformatted {font-family: serif}
883 pre.smalldisplay {font-family: inherit; font-size: smaller}
884 pre.smallexample {font-size: smaller}
885 pre.smallformat {font-family: inherit; font-size: smaller}
886 pre.smalllisp {font-size: smaller}
887878 span.nolinebreak {white-space: nowrap}
888879 span.roman {font-family: initial; font-weight: normal}
889880 span.sansserif {font-family: sans-serif; font-weight: normal}
893893 <!--
894894 a.summary-letter {text-decoration: none}
895895 blockquote.indentedblock {margin-right: 0em}
896 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
897 blockquote.smallquotation {font-size: smaller}
898896 div.display {margin-left: 3.2em}
899897 div.example {margin-left: 3.2em}
900898 div.lisp {margin-left: 3.2em}
901 div.smalldisplay {margin-left: 3.2em}
902 div.smallexample {margin-left: 3.2em}
903 div.smalllisp {margin-left: 3.2em}
904899 kbd {font-style: oblique}
905900 pre.display {font-family: inherit}
906901 pre.format {font-family: inherit}
907902 pre.menu-comment {font-family: serif}
908903 pre.menu-preformatted {font-family: serif}
909 pre.smalldisplay {font-family: inherit; font-size: smaller}
910 pre.smallexample {font-size: smaller}
911 pre.smallformat {font-family: inherit; font-size: smaller}
912 pre.smalllisp {font-size: smaller}
913904 span.nolinebreak {white-space: nowrap}
914905 span.roman {font-family: initial; font-weight: normal}
915906 span.sansserif {font-family: sans-serif; font-weight: normal}
928919 <span id="top"></span><h1 class="top">top</h1>
929920
930921 <table class="menu" border="0" cellspacing="0">
931 <tr><td align="left" valign="top">&bull; <a href="#node-chapter" accesskey="1">node chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
922 <tr><td align="left" valign="top">&bull; <a href="#node-chapter" accesskey="1">node chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
932923 </td></tr>
933924 </table>
934925
335335 <!--
336336 a.summary-letter {text-decoration: none}
337337 blockquote.indentedblock {margin-right: 0em}
338 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
339 blockquote.smallquotation {font-size: smaller}
340338 div.display {margin-left: 3.2em}
341339 div.example {margin-left: 3.2em}
342340 div.lisp {margin-left: 3.2em}
343 div.smalldisplay {margin-left: 3.2em}
344 div.smallexample {margin-left: 3.2em}
345 div.smalllisp {margin-left: 3.2em}
346341 kbd {font-style: oblique}
347342 pre.display {font-family: inherit}
348343 pre.format {font-family: inherit}
349344 pre.menu-comment {font-family: serif}
350345 pre.menu-preformatted {font-family: serif}
351 pre.smalldisplay {font-family: inherit; font-size: smaller}
352 pre.smallexample {font-size: smaller}
353 pre.smallformat {font-family: inherit; font-size: smaller}
354 pre.smalllisp {font-size: smaller}
355346 span.nolinebreak {white-space: nowrap}
356347 span.roman {font-family: initial; font-weight: normal}
357348 span.sansserif {font-family: sans-serif; font-weight: normal}
434434 <!--
435435 a.summary-letter {text-decoration: none}
436436 blockquote.indentedblock {margin-right: 0em}
437 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
438 blockquote.smallquotation {font-size: smaller}
439437 div.display {margin-left: 3.2em}
440438 div.example {margin-left: 3.2em}
441439 div.lisp {margin-left: 3.2em}
442 div.smalldisplay {margin-left: 3.2em}
443 div.smallexample {margin-left: 3.2em}
444 div.smalllisp {margin-left: 3.2em}
445440 kbd {font-style: oblique}
446441 pre.display {font-family: inherit}
447442 pre.format {font-family: inherit}
448443 pre.menu-comment {font-family: serif}
449444 pre.menu-preformatted {font-family: serif}
450 pre.smalldisplay {font-family: inherit; font-size: smaller}
451 pre.smallexample {font-size: smaller}
452 pre.smallformat {font-family: inherit; font-size: smaller}
453 pre.smalllisp {font-size: smaller}
454445 span.nolinebreak {white-space: nowrap}
455446 span.roman {font-family: initial; font-weight: normal}
456447 span.sansserif {font-family: sans-serif; font-weight: normal}
469460 <span id="empty-top-node-up"></span><h1 class="top">empty top node up</h1>
470461
471462 <table class="menu" border="0" cellspacing="0">
472 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
463 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
473464 </td></tr>
474465 </table>
475466
677677 <!--
678678 a.summary-letter {text-decoration: none}
679679 blockquote.indentedblock {margin-right: 0em}
680 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
681 blockquote.smallquotation {font-size: smaller}
682680 div.display {margin-left: 3.2em}
683681 div.example {margin-left: 3.2em}
684682 div.lisp {margin-left: 3.2em}
685 div.smalldisplay {margin-left: 3.2em}
686 div.smallexample {margin-left: 3.2em}
687 div.smalllisp {margin-left: 3.2em}
688683 kbd {font-style: oblique}
689684 pre.display {font-family: inherit}
690685 pre.format {font-family: inherit}
691686 pre.menu-comment {font-family: serif}
692687 pre.menu-preformatted {font-family: serif}
693 pre.smalldisplay {font-family: inherit; font-size: smaller}
694 pre.smallexample {font-size: smaller}
695 pre.smallformat {font-family: inherit; font-size: smaller}
696 pre.smalllisp {font-size: smaller}
697688 span.nolinebreak {white-space: nowrap}
698689 span.roman {font-family: initial; font-weight: normal}
699690 span.sansserif {font-family: sans-serif; font-weight: normal}
714705 </p><div class="float-caption"><p><strong>truc 1
715706 </strong></p></div></div>
716707 <table class="menu" border="0" cellspacing="0">
717 <tr><td align="left" valign="top">&bull; <a href="#anch" accesskey="1">anch</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
708 <tr><td align="left" valign="top">&bull; <a href="#anch" accesskey="1">anch</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
718709 </td></tr>
719 <tr><td align="left" valign="top">&bull; <a href="#floa" accesskey="2"><code>floa</code></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
710 <tr><td align="left" valign="top">&bull; <a href="#floa" accesskey="2"><code>floa</code></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
720711 </td></tr>
721712 </table>
722713 <hr>
520520 <!--
521521 a.summary-letter {text-decoration: none}
522522 blockquote.indentedblock {margin-right: 0em}
523 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
524 blockquote.smallquotation {font-size: smaller}
525523 div.display {margin-left: 3.2em}
526524 div.example {margin-left: 3.2em}
527525 div.lisp {margin-left: 3.2em}
528 div.smalldisplay {margin-left: 3.2em}
529 div.smallexample {margin-left: 3.2em}
530 div.smalllisp {margin-left: 3.2em}
531526 kbd {font-style: oblique}
532527 pre.display {font-family: inherit}
533528 pre.format {font-family: inherit}
534529 pre.menu-comment {font-family: serif}
535530 pre.menu-preformatted {font-family: serif}
536 pre.smalldisplay {font-family: inherit; font-size: smaller}
537 pre.smallexample {font-size: smaller}
538 pre.smallformat {font-family: inherit; font-size: smaller}
539 pre.smalllisp {font-size: smaller}
540531 span.nolinebreak {white-space: nowrap}
541532 span.roman {font-family: initial; font-weight: normal}
542533 span.sansserif {font-family: sans-serif; font-weight: normal}
555546 <h1 class="node-heading">Top</h1>
556547
557548 <table class="menu" border="0" cellspacing="0">
558 <tr><td align="left" valign="top">&bull; <a href="#node" accesskey="1"><strong>node</strong></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
549 <tr><td align="left" valign="top">&bull; <a href="#node" accesskey="1"><strong>node</strong></a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
559550 </td></tr>
560551 </table>
561552
837837 <!--
838838 a.summary-letter {text-decoration: none}
839839 blockquote.indentedblock {margin-right: 0em}
840 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
841 blockquote.smallquotation {font-size: smaller}
842840 div.display {margin-left: 3.2em}
843841 div.example {margin-left: 3.2em}
844842 div.lisp {margin-left: 3.2em}
845 div.smalldisplay {margin-left: 3.2em}
846 div.smallexample {margin-left: 3.2em}
847 div.smalllisp {margin-left: 3.2em}
848843 kbd {font-style: oblique}
849844 pre.display {font-family: inherit}
850845 pre.format {font-family: inherit}
851846 pre.menu-comment {font-family: serif}
852847 pre.menu-preformatted {font-family: serif}
853 pre.smalldisplay {font-family: inherit; font-size: smaller}
854 pre.smallexample {font-size: smaller}
855 pre.smallformat {font-family: inherit; font-size: smaller}
856 pre.smalllisp {font-size: smaller}
857848 span.nolinebreak {white-space: nowrap}
858849 span.roman {font-family: initial; font-weight: normal}
859850 span.sansserif {font-family: sans-serif; font-weight: normal}
872863 <h1 class="node-heading">Top</h1>
873864 <p>Top node
874865 </p><table class="menu" border="0" cellspacing="0">
875 <tr><td align="left" valign="top">&bull; <a href="#second-node" accesskey="1">second node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
866 <tr><td align="left" valign="top">&bull; <a href="#second-node" accesskey="1">second node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
876867 </td></tr>
877 <tr><td align="left" valign="top">&bull; <a href="#third-node" accesskey="2">third node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
868 <tr><td align="left" valign="top">&bull; <a href="#third-node" accesskey="2">third node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
878869 </td></tr>
879870 </table>
880871
552552 <!--
553553 a.summary-letter {text-decoration: none}
554554 blockquote.indentedblock {margin-right: 0em}
555 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
556 blockquote.smallquotation {font-size: smaller}
557555 div.display {margin-left: 3.2em}
558556 div.example {margin-left: 3.2em}
559557 div.lisp {margin-left: 3.2em}
560 div.smalldisplay {margin-left: 3.2em}
561 div.smallexample {margin-left: 3.2em}
562 div.smalllisp {margin-left: 3.2em}
563558 kbd {font-style: oblique}
564559 pre.display {font-family: inherit}
565560 pre.format {font-family: inherit}
566561 pre.menu-comment {font-family: serif}
567562 pre.menu-preformatted {font-family: serif}
568 pre.smalldisplay {font-family: inherit; font-size: smaller}
569 pre.smallexample {font-size: smaller}
570 pre.smallformat {font-family: inherit; font-size: smaller}
571 pre.smalllisp {font-size: smaller}
572563 span.nolinebreak {white-space: nowrap}
573564 span.roman {font-family: initial; font-weight: normal}
574565 span.sansserif {font-family: sans-serif; font-weight: normal}
587578 <span id="internal-top-node-up"></span><h1 class="top">internal top node up</h1>
588579
589580 <table class="menu" border="0" cellspacing="0">
590 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
581 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
591582 </td></tr>
592583 </table>
593584
5757 <!--
5858 a.summary-letter {text-decoration: none}
5959 blockquote.indentedblock {margin-right: 0em}
60 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
61 blockquote.smallquotation {font-size: smaller}
6260 div.display {margin-left: 3.2em}
6361 div.example {margin-left: 3.2em}
6462 div.lisp {margin-left: 3.2em}
65 div.smalldisplay {margin-left: 3.2em}
66 div.smallexample {margin-left: 3.2em}
67 div.smalllisp {margin-left: 3.2em}
6863 kbd {font-style: oblique}
6964 pre.display {font-family: inherit}
7065 pre.format {font-family: inherit}
7166 pre.menu-comment {font-family: serif}
7267 pre.menu-preformatted {font-family: serif}
73 pre.smalldisplay {font-family: inherit; font-size: smaller}
74 pre.smallexample {font-size: smaller}
75 pre.smallformat {font-family: inherit; font-size: smaller}
76 pre.smalllisp {font-size: smaller}
7768 span.nolinebreak {white-space: nowrap}
7869 span.roman {font-family: initial; font-weight: normal}
7970 span.sansserif {font-family: sans-serif; font-weight: normal}
12201220 <!--
12211221 a.summary-letter {text-decoration: none}
12221222 blockquote.indentedblock {margin-right: 0em}
1223 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1224 blockquote.smallquotation {font-size: smaller}
12251223 div.display {margin-left: 3.2em}
12261224 div.example {margin-left: 3.2em}
12271225 div.lisp {margin-left: 3.2em}
1228 div.smalldisplay {margin-left: 3.2em}
1229 div.smallexample {margin-left: 3.2em}
1230 div.smalllisp {margin-left: 3.2em}
12311226 kbd {font-style: oblique}
12321227 pre.display {font-family: inherit}
12331228 pre.format {font-family: inherit}
12341229 pre.menu-comment {font-family: serif}
12351230 pre.menu-preformatted {font-family: serif}
1236 pre.smalldisplay {font-family: inherit; font-size: smaller}
1237 pre.smallexample {font-size: smaller}
1238 pre.smallformat {font-family: inherit; font-size: smaller}
1239 pre.smalllisp {font-size: smaller}
12401231 span.nolinebreak {white-space: nowrap}
12411232 span.roman {font-family: initial; font-weight: normal}
12421233 span.sansserif {font-family: sans-serif; font-weight: normal}
12551246 <span id="top"></span><h1 class="top">top</h1>
12561247
12571248 <table class="menu" border="0" cellspacing="0">
1258 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1249 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
12591250 </td></tr>
12601251 </table>
12611252
12671258 <span id="chapter-1"></span><h2 class="chapter">1 chapter</h2>
12681259
12691260 <table class="menu" border="0" cellspacing="0">
1270 <tr><td align="left" valign="top">&bull; <a href="#section" accesskey="1">section</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1261 <tr><td align="left" valign="top">&bull; <a href="#section" accesskey="1">section</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
12711262 </td></tr>
1272 <tr><td align="left" valign="top">&bull; <a href="#subsection" accesskey="2">subsection</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1263 <tr><td align="left" valign="top">&bull; <a href="#subsection" accesskey="2">subsection</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
12731264 </td></tr>
12741265 </table>
12751266
12811272 <span id="section-1"></span><h3 class="section">1.1 section</h3>
12821273
12831274 <table class="menu" border="0" cellspacing="0">
1284 <tr><td align="left" valign="top">&bull; <a href="#subsection" accesskey="1">subsection</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1275 <tr><td align="left" valign="top">&bull; <a href="#subsection" accesskey="1">subsection</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
12851276 </td></tr>
12861277 </table>
12871278
217217 <!--
218218 a.summary-letter {text-decoration: none}
219219 blockquote.indentedblock {margin-right: 0em}
220 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
221 blockquote.smallquotation {font-size: smaller}
222220 div.display {margin-left: 3.2em}
223221 div.example {margin-left: 3.2em}
224222 div.lisp {margin-left: 3.2em}
225 div.smalldisplay {margin-left: 3.2em}
226 div.smallexample {margin-left: 3.2em}
227 div.smalllisp {margin-left: 3.2em}
228223 kbd {font-style: oblique}
229224 pre.display {font-family: inherit}
230225 pre.format {font-family: inherit}
231226 pre.menu-comment {font-family: serif}
232227 pre.menu-preformatted {font-family: serif}
233 pre.smalldisplay {font-family: inherit; font-size: smaller}
234 pre.smallexample {font-size: smaller}
235 pre.smallformat {font-family: inherit; font-size: smaller}
236 pre.smalllisp {font-size: smaller}
237228 span.nolinebreak {white-space: nowrap}
238229 span.roman {font-family: initial; font-weight: normal}
239230 span.sansserif {font-family: sans-serif; font-weight: normal}
980980 <!--
981981 a.summary-letter {text-decoration: none}
982982 blockquote.indentedblock {margin-right: 0em}
983 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
984 blockquote.smallquotation {font-size: smaller}
985983 div.display {margin-left: 3.2em}
986984 div.example {margin-left: 3.2em}
987985 div.lisp {margin-left: 3.2em}
988 div.smalldisplay {margin-left: 3.2em}
989 div.smallexample {margin-left: 3.2em}
990 div.smalllisp {margin-left: 3.2em}
991986 kbd {font-style: oblique}
992987 pre.display {font-family: inherit}
993988 pre.format {font-family: inherit}
994989 pre.menu-comment {font-family: serif}
995990 pre.menu-preformatted {font-family: serif}
996 pre.smalldisplay {font-family: inherit; font-size: smaller}
997 pre.smallexample {font-size: smaller}
998 pre.smallformat {font-family: inherit; font-size: smaller}
999 pre.smalllisp {font-size: smaller}
1000991 span.nolinebreak {white-space: nowrap}
1001992 span.roman {font-family: initial; font-weight: normal}
1002993 span.sansserif {font-family: sans-serif; font-weight: normal}
10281019 <a href="#float-anchor">1</a>.
10291020 </p>
10301021 <table class="menu" border="0" cellspacing="0">
1031 <tr><td align="left" valign="top">&bull; <a href="#An-anchor" accesskey="1">An anchor</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">menu entry pointing to the anchor.
1022 <tr><td align="left" valign="top">&bull; <a href="#An-anchor" accesskey="1">An anchor</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">menu entry pointing to the anchor.
10321023 </td></tr>
10331024 </table>
10341025
552552 <!--
553553 a.summary-letter {text-decoration: none}
554554 blockquote.indentedblock {margin-right: 0em}
555 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
556 blockquote.smallquotation {font-size: smaller}
557555 div.display {margin-left: 3.2em}
558556 div.example {margin-left: 3.2em}
559557 div.lisp {margin-left: 3.2em}
560 div.smalldisplay {margin-left: 3.2em}
561 div.smallexample {margin-left: 3.2em}
562 div.smalllisp {margin-left: 3.2em}
563558 kbd {font-style: oblique}
564559 pre.display {font-family: inherit}
565560 pre.format {font-family: inherit}
566561 pre.menu-comment {font-family: serif}
567562 pre.menu-preformatted {font-family: serif}
568 pre.smalldisplay {font-family: inherit; font-size: smaller}
569 pre.smallexample {font-size: smaller}
570 pre.smallformat {font-family: inherit; font-size: smaller}
571 pre.smalllisp {font-size: smaller}
572563 span.nolinebreak {white-space: nowrap}
573564 span.roman {font-family: initial; font-weight: normal}
574565 span.sansserif {font-family: sans-serif; font-weight: normal}
586577 </div>
587578 <span id="SEC_Top"></span>
588579 <table class="menu" border="0" cellspacing="0">
589 <tr><td align="left" valign="top">&bull; <a href="#c1" accesskey="1">c1</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
580 <tr><td align="left" valign="top">&bull; <a href="#c1" accesskey="1">c1</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
590581 </td></tr>
591 <tr><td align="left" valign="top">&bull; <a href="#c2" accesskey="2">c2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
582 <tr><td align="left" valign="top">&bull; <a href="#c2" accesskey="2">c2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
592583 </td></tr>
593 <tr><td align="left" valign="top">&bull; <a href="#c3" accesskey="3">c3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
584 <tr><td align="left" valign="top">&bull; <a href="#c3" accesskey="3">c3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
594585 </td></tr>
595586 </table>
596587
10981098 <!--
10991099 a.summary-letter {text-decoration: none}
11001100 blockquote.indentedblock {margin-right: 0em}
1101 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1102 blockquote.smallquotation {font-size: smaller}
11031101 div.display {margin-left: 3.2em}
11041102 div.example {margin-left: 3.2em}
11051103 div.lisp {margin-left: 3.2em}
1106 div.smalldisplay {margin-left: 3.2em}
1107 div.smallexample {margin-left: 3.2em}
1108 div.smalllisp {margin-left: 3.2em}
11091104 kbd {font-style: oblique}
11101105 pre.display {font-family: inherit}
11111106 pre.format {font-family: inherit}
11121107 pre.menu-comment {font-family: serif}
11131108 pre.menu-preformatted {font-family: serif}
1114 pre.smalldisplay {font-family: inherit; font-size: smaller}
1115 pre.smallexample {font-size: smaller}
1116 pre.smallformat {font-family: inherit; font-size: smaller}
1117 pre.smalllisp {font-size: smaller}
11181109 span.nolinebreak {white-space: nowrap}
11191110 span.roman {font-family: initial; font-weight: normal}
11201111 span.sansserif {font-family: sans-serif; font-weight: normal}
11331124 <span id="top"></span><h1 class="top">top</h1>
11341125
11351126 <table class="menu" border="0" cellspacing="0">
1136 <tr><td align="left" valign="top">&bull; <a href="#chapter-node" accesskey="1">chapter node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1127 <tr><td align="left" valign="top">&bull; <a href="#chapter-node" accesskey="1">chapter node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
11371128 </td></tr>
1138 <tr><td align="left" valign="top">&bull; <a href="#part-chapter-node" accesskey="2">part chapter node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1129 <tr><td align="left" valign="top">&bull; <a href="#part-chapter-node" accesskey="2">part chapter node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
11391130 </td></tr>
11401131 </table>
11411132
734734 <!--
735735 a.summary-letter {text-decoration: none}
736736 blockquote.indentedblock {margin-right: 0em}
737 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
738 blockquote.smallquotation {font-size: smaller}
739737 div.display {margin-left: 3.2em}
740738 div.example {margin-left: 3.2em}
741739 div.lisp {margin-left: 3.2em}
742 div.smalldisplay {margin-left: 3.2em}
743 div.smallexample {margin-left: 3.2em}
744 div.smalllisp {margin-left: 3.2em}
745740 kbd {font-style: oblique}
746741 pre.display {font-family: inherit}
747742 pre.format {font-family: inherit}
748743 pre.menu-comment {font-family: serif}
749744 pre.menu-preformatted {font-family: serif}
750 pre.smalldisplay {font-family: inherit; font-size: smaller}
751 pre.smallexample {font-size: smaller}
752 pre.smallformat {font-family: inherit; font-size: smaller}
753 pre.smalllisp {font-size: smaller}
754745 span.nolinebreak {white-space: nowrap}
755746 span.roman {font-family: initial; font-weight: normal}
756747 span.sansserif {font-family: sans-serif; font-weight: normal}
769760 <span id="top"></span><h1 class="top">top</h1>
770761
771762 <table class="menu" border="0" cellspacing="0">
772 <tr><td align="left" valign="top">&bull; <a href="#chapter-node" accesskey="1">chapter node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
763 <tr><td align="left" valign="top">&bull; <a href="#chapter-node" accesskey="1">chapter node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
773764 </td></tr>
774765 </table>
775766
180180 <!--
181181 a.summary-letter {text-decoration: none}
182182 blockquote.indentedblock {margin-right: 0em}
183 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
184 blockquote.smallquotation {font-size: smaller}
185183 div.display {margin-left: 3.2em}
186184 div.example {margin-left: 3.2em}
187185 div.lisp {margin-left: 3.2em}
188 div.smalldisplay {margin-left: 3.2em}
189 div.smallexample {margin-left: 3.2em}
190 div.smalllisp {margin-left: 3.2em}
191186 kbd {font-style: oblique}
192187 pre.display {font-family: inherit}
193188 pre.format {font-family: inherit}
194189 pre.menu-comment {font-family: serif}
195190 pre.menu-preformatted {font-family: serif}
196 pre.smalldisplay {font-family: inherit; font-size: smaller}
197 pre.smallexample {font-size: smaller}
198 pre.smallformat {font-family: inherit; font-size: smaller}
199 pre.smalllisp {font-size: smaller}
200191 span.nolinebreak {white-space: nowrap}
201192 span.roman {font-family: initial; font-weight: normal}
202193 span.sansserif {font-family: sans-serif; font-weight: normal}
623623 <!--
624624 a.summary-letter {text-decoration: none}
625625 blockquote.indentedblock {margin-right: 0em}
626 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
627 blockquote.smallquotation {font-size: smaller}
628626 div.display {margin-left: 3.2em}
629627 div.example {margin-left: 3.2em}
630628 div.lisp {margin-left: 3.2em}
631 div.smalldisplay {margin-left: 3.2em}
632 div.smallexample {margin-left: 3.2em}
633 div.smalllisp {margin-left: 3.2em}
634629 kbd {font-style: oblique}
635630 pre.display {font-family: inherit}
636631 pre.format {font-family: inherit}
637632 pre.menu-comment {font-family: serif}
638633 pre.menu-preformatted {font-family: serif}
639 pre.smalldisplay {font-family: inherit; font-size: smaller}
640 pre.smallexample {font-size: smaller}
641 pre.smallformat {font-family: inherit; font-size: smaller}
642 pre.smalllisp {font-size: smaller}
643634 span.nolinebreak {white-space: nowrap}
644635 span.roman {font-family: initial; font-weight: normal}
645636 span.sansserif {font-family: sans-serif; font-weight: normal}
658649 <h1 class="node-heading">Top</h1>
659650
660651 <table class="menu" border="0" cellspacing="0">
661 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
652 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
662653 </td></tr>
663654 </table>
664655
916916 <!--
917917 a.summary-letter {text-decoration: none}
918918 blockquote.indentedblock {margin-right: 0em}
919 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
920 blockquote.smallquotation {font-size: smaller}
921919 div.display {margin-left: 3.2em}
922920 div.example {margin-left: 3.2em}
923921 div.lisp {margin-left: 3.2em}
924 div.smalldisplay {margin-left: 3.2em}
925 div.smallexample {margin-left: 3.2em}
926 div.smalllisp {margin-left: 3.2em}
927922 kbd {font-style: oblique}
928923 pre.display {font-family: inherit}
929924 pre.format {font-family: inherit}
930925 pre.menu-comment {font-family: serif}
931926 pre.menu-preformatted {font-family: serif}
932 pre.smalldisplay {font-family: inherit; font-size: smaller}
933 pre.smallexample {font-size: smaller}
934 pre.smallformat {font-family: inherit; font-size: smaller}
935 pre.smalllisp {font-size: smaller}
936927 span.nolinebreak {white-space: nowrap}
937928 span.roman {font-family: initial; font-weight: normal}
938929 span.sansserif {font-family: sans-serif; font-weight: normal}
951942 <h1 class="node-heading">Top</h1>
952943 <p>Top node
953944 </p><table class="menu" border="0" cellspacing="0">
954 <tr><td align="left" valign="top">&bull; <a href="#second-node" accesskey="1">second node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
945 <tr><td align="left" valign="top">&bull; <a href="#second-node" accesskey="1">second node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
955946 </td></tr>
956 <tr><td align="left" valign="top">&bull; <a href="#third-node" accesskey="2">third node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
947 <tr><td align="left" valign="top">&bull; <a href="#third-node" accesskey="2">third node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
957948 </td></tr>
958949 </table>
959950
811811 <!--
812812 a.summary-letter {text-decoration: none}
813813 blockquote.indentedblock {margin-right: 0em}
814 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
815 blockquote.smallquotation {font-size: smaller}
816814 div.display {margin-left: 3.2em}
817815 div.example {margin-left: 3.2em}
818816 div.lisp {margin-left: 3.2em}
819 div.smalldisplay {margin-left: 3.2em}
820 div.smallexample {margin-left: 3.2em}
821 div.smalllisp {margin-left: 3.2em}
822817 kbd {font-style: oblique}
823818 pre.display {font-family: inherit}
824819 pre.format {font-family: inherit}
825820 pre.menu-comment {font-family: serif}
826821 pre.menu-preformatted {font-family: serif}
827 pre.smalldisplay {font-family: inherit; font-size: smaller}
828 pre.smallexample {font-size: smaller}
829 pre.smallformat {font-family: inherit; font-size: smaller}
830 pre.smalllisp {font-size: smaller}
831822 span.nolinebreak {white-space: nowrap}
832823 span.roman {font-family: initial; font-weight: normal}
833824 span.sansserif {font-family: sans-serif; font-weight: normal}
846837 <h1 class="node-heading">Top</h1>
847838 <p>Top node
848839 </p><table class="menu" border="0" cellspacing="0">
849 <tr><td align="left" valign="top">&bull; <a href="#second-node" accesskey="1">second node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
840 <tr><td align="left" valign="top">&bull; <a href="#second-node" accesskey="1">second node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
850841 </td></tr>
851 <tr><td align="left" valign="top">&bull; <a href="#third-node" accesskey="2">third node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
842 <tr><td align="left" valign="top">&bull; <a href="#third-node" accesskey="2">third node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
852843 </td></tr>
853844 </table>
854845
918918 <!--
919919 a.summary-letter {text-decoration: none}
920920 blockquote.indentedblock {margin-right: 0em}
921 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
922 blockquote.smallquotation {font-size: smaller}
923921 div.display {margin-left: 3.2em}
924922 div.example {margin-left: 3.2em}
925923 div.lisp {margin-left: 3.2em}
926 div.smalldisplay {margin-left: 3.2em}
927 div.smallexample {margin-left: 3.2em}
928 div.smalllisp {margin-left: 3.2em}
929924 kbd {font-style: oblique}
930925 pre.display {font-family: inherit}
931926 pre.format {font-family: inherit}
932927 pre.menu-comment {font-family: serif}
933928 pre.menu-preformatted {font-family: serif}
934 pre.smalldisplay {font-family: inherit; font-size: smaller}
935 pre.smallexample {font-size: smaller}
936 pre.smallformat {font-family: inherit; font-size: smaller}
937 pre.smalllisp {font-size: smaller}
938929 span.nolinebreak {white-space: nowrap}
939930 span.roman {font-family: initial; font-weight: normal}
940931 span.sansserif {font-family: sans-serif; font-weight: normal}
953944 <h1 class="node-heading">Top</h1>
954945 <p>Top node
955946 </p><table class="menu" border="0" cellspacing="0">
956 <tr><td align="left" valign="top">&bull; <a href="#second-node" accesskey="1">second node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
947 <tr><td align="left" valign="top">&bull; <a href="#second-node" accesskey="1">second node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
957948 </td></tr>
958 <tr><td align="left" valign="top">&bull; <a href="#third-node" accesskey="2">third node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
949 <tr><td align="left" valign="top">&bull; <a href="#third-node" accesskey="2">third node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
959950 </td></tr>
960951 </table>
961952
813813 <!--
814814 a.summary-letter {text-decoration: none}
815815 blockquote.indentedblock {margin-right: 0em}
816 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
817 blockquote.smallquotation {font-size: smaller}
818816 div.display {margin-left: 3.2em}
819817 div.example {margin-left: 3.2em}
820818 div.lisp {margin-left: 3.2em}
821 div.smalldisplay {margin-left: 3.2em}
822 div.smallexample {margin-left: 3.2em}
823 div.smalllisp {margin-left: 3.2em}
824819 kbd {font-style: oblique}
825820 pre.display {font-family: inherit}
826821 pre.format {font-family: inherit}
827822 pre.menu-comment {font-family: serif}
828823 pre.menu-preformatted {font-family: serif}
829 pre.smalldisplay {font-family: inherit; font-size: smaller}
830 pre.smallexample {font-size: smaller}
831 pre.smallformat {font-family: inherit; font-size: smaller}
832 pre.smalllisp {font-size: smaller}
833824 span.nolinebreak {white-space: nowrap}
834825 span.roman {font-family: initial; font-weight: normal}
835826 span.sansserif {font-family: sans-serif; font-weight: normal}
848839 <h1 class="node-heading">Top</h1>
849840 <p>Top node
850841 </p><table class="menu" border="0" cellspacing="0">
851 <tr><td align="left" valign="top">&bull; <a href="#second-node" accesskey="1">second node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
842 <tr><td align="left" valign="top">&bull; <a href="#second-node" accesskey="1">second node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
852843 </td></tr>
853 <tr><td align="left" valign="top">&bull; <a href="#third-node" accesskey="2">third node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
844 <tr><td align="left" valign="top">&bull; <a href="#third-node" accesskey="2">third node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
854845 </td></tr>
855846 </table>
856847
603603 <!--
604604 a.summary-letter {text-decoration: none}
605605 blockquote.indentedblock {margin-right: 0em}
606 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
607 blockquote.smallquotation {font-size: smaller}
608606 div.display {margin-left: 3.2em}
609607 div.example {margin-left: 3.2em}
610608 div.lisp {margin-left: 3.2em}
611 div.smalldisplay {margin-left: 3.2em}
612 div.smallexample {margin-left: 3.2em}
613 div.smalllisp {margin-left: 3.2em}
614609 kbd {font-style: oblique}
615610 pre.display {font-family: inherit}
616611 pre.format {font-family: inherit}
617612 pre.menu-comment {font-family: serif}
618613 pre.menu-preformatted {font-family: serif}
619 pre.smalldisplay {font-family: inherit; font-size: smaller}
620 pre.smallexample {font-size: smaller}
621 pre.smallformat {font-family: inherit; font-size: smaller}
622 pre.smalllisp {font-size: smaller}
623614 span.nolinebreak {white-space: nowrap}
624615 span.roman {font-family: initial; font-weight: normal}
625616 span.sansserif {font-family: sans-serif; font-weight: normal}
639630 <p>first node
640631 </p>
641632 <table class="menu" border="0" cellspacing="0">
642 <tr><td align="left" valign="top">&bull; <a href="#second-node" accesskey="1">second node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
633 <tr><td align="left" valign="top">&bull; <a href="#second-node" accesskey="1">second node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
643634 </td></tr>
644635 </table>
645636
878878 <!--
879879 a.summary-letter {text-decoration: none}
880880 blockquote.indentedblock {margin-right: 0em}
881 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
882 blockquote.smallquotation {font-size: smaller}
883881 div.display {margin-left: 3.2em}
884882 div.example {margin-left: 3.2em}
885883 div.lisp {margin-left: 3.2em}
886 div.smalldisplay {margin-left: 3.2em}
887 div.smallexample {margin-left: 3.2em}
888 div.smalllisp {margin-left: 3.2em}
889884 kbd {font-style: oblique}
890885 pre.display {font-family: inherit}
891886 pre.format {font-family: inherit}
892887 pre.menu-comment {font-family: serif}
893888 pre.menu-preformatted {font-family: serif}
894 pre.smalldisplay {font-family: inherit; font-size: smaller}
895 pre.smallexample {font-size: smaller}
896 pre.smallformat {font-family: inherit; font-size: smaller}
897 pre.smalllisp {font-size: smaller}
898889 span.nolinebreak {white-space: nowrap}
899890 span.roman {font-family: initial; font-weight: normal}
900891 span.sansserif {font-family: sans-serif; font-weight: normal}
913904 <span id="internal-top-node-up"></span><h1 class="top">internal top node up</h1>
914905
915906 <table class="menu" border="0" cellspacing="0">
916 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
907 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
917908 </td></tr>
918909 </table>
919910
878878 <!--
879879 a.summary-letter {text-decoration: none}
880880 blockquote.indentedblock {margin-right: 0em}
881 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
882 blockquote.smallquotation {font-size: smaller}
883881 div.display {margin-left: 3.2em}
884882 div.example {margin-left: 3.2em}
885883 div.lisp {margin-left: 3.2em}
886 div.smalldisplay {margin-left: 3.2em}
887 div.smallexample {margin-left: 3.2em}
888 div.smalllisp {margin-left: 3.2em}
889884 kbd {font-style: oblique}
890885 pre.display {font-family: inherit}
891886 pre.format {font-family: inherit}
892887 pre.menu-comment {font-family: serif}
893888 pre.menu-preformatted {font-family: serif}
894 pre.smalldisplay {font-family: inherit; font-size: smaller}
895 pre.smallexample {font-size: smaller}
896 pre.smallformat {font-family: inherit; font-size: smaller}
897 pre.smalllisp {font-size: smaller}
898889 span.nolinebreak {white-space: nowrap}
899890 span.roman {font-family: initial; font-weight: normal}
900891 span.sansserif {font-family: sans-serif; font-weight: normal}
913904 <span id="internal-top-node-up"></span><h1 class="top">internal top node up</h1>
914905
915906 <table class="menu" border="0" cellspacing="0">
916 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
907 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
917908 </td></tr>
918909 </table>
919910
749749 <!--
750750 a.summary-letter {text-decoration: none}
751751 blockquote.indentedblock {margin-right: 0em}
752 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
753 blockquote.smallquotation {font-size: smaller}
754752 div.display {margin-left: 3.2em}
755753 div.example {margin-left: 3.2em}
756754 div.lisp {margin-left: 3.2em}
757 div.smalldisplay {margin-left: 3.2em}
758 div.smallexample {margin-left: 3.2em}
759 div.smalllisp {margin-left: 3.2em}
760755 kbd {font-style: oblique}
761756 pre.display {font-family: inherit}
762757 pre.format {font-family: inherit}
763758 pre.menu-comment {font-family: serif}
764759 pre.menu-preformatted {font-family: serif}
765 pre.smalldisplay {font-family: inherit; font-size: smaller}
766 pre.smallexample {font-size: smaller}
767 pre.smallformat {font-family: inherit; font-size: smaller}
768 pre.smalllisp {font-size: smaller}
769760 span.nolinebreak {white-space: nowrap}
770761 span.roman {font-family: initial; font-weight: normal}
771762 span.sansserif {font-family: sans-serif; font-weight: normal}
784775 <span id="internal-top-node-up"></span><h1 class="top">internal top node up</h1>
785776
786777 <table class="menu" border="0" cellspacing="0">
787 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
778 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
788779 </td></tr>
789780 </table>
790781
327327 <!--
328328 a.summary-letter {text-decoration: none}
329329 blockquote.indentedblock {margin-right: 0em}
330 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
331 blockquote.smallquotation {font-size: smaller}
332330 div.display {margin-left: 3.2em}
333331 div.example {margin-left: 3.2em}
334332 div.lisp {margin-left: 3.2em}
335 div.smalldisplay {margin-left: 3.2em}
336 div.smallexample {margin-left: 3.2em}
337 div.smalllisp {margin-left: 3.2em}
338333 kbd {font-style: oblique}
339334 pre.display {font-family: inherit}
340335 pre.format {font-family: inherit}
341336 pre.menu-comment {font-family: serif}
342337 pre.menu-preformatted {font-family: serif}
343 pre.smalldisplay {font-family: inherit; font-size: smaller}
344 pre.smallexample {font-size: smaller}
345 pre.smallformat {font-family: inherit; font-size: smaller}
346 pre.smalllisp {font-size: smaller}
347338 span.nolinebreak {white-space: nowrap}
348339 span.roman {font-family: initial; font-weight: normal}
349340 span.sansserif {font-family: sans-serif; font-weight: normal}
9999 <!--
100100 a.summary-letter {text-decoration: none}
101101 blockquote.indentedblock {margin-right: 0em}
102 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
103 blockquote.smallquotation {font-size: smaller}
104102 div.display {margin-left: 3.2em}
105103 div.example {margin-left: 3.2em}
106104 div.lisp {margin-left: 3.2em}
107 div.smalldisplay {margin-left: 3.2em}
108 div.smallexample {margin-left: 3.2em}
109 div.smalllisp {margin-left: 3.2em}
110105 kbd {font-style: oblique}
111106 pre.display {font-family: inherit}
112107 pre.format {font-family: inherit}
113108 pre.menu-comment {font-family: serif}
114109 pre.menu-preformatted {font-family: serif}
115 pre.smalldisplay {font-family: inherit; font-size: smaller}
116 pre.smallexample {font-size: smaller}
117 pre.smallformat {font-family: inherit; font-size: smaller}
118 pre.smalllisp {font-size: smaller}
119110 span.nolinebreak {white-space: nowrap}
120111 span.roman {font-family: initial; font-weight: normal}
121112 span.sansserif {font-family: sans-serif; font-weight: normal}
197197 <!--
198198 a.summary-letter {text-decoration: none}
199199 blockquote.indentedblock {margin-right: 0em}
200 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
201 blockquote.smallquotation {font-size: smaller}
202200 div.display {margin-left: 3.2em}
203201 div.example {margin-left: 3.2em}
204202 div.lisp {margin-left: 3.2em}
205 div.smalldisplay {margin-left: 3.2em}
206 div.smallexample {margin-left: 3.2em}
207 div.smalllisp {margin-left: 3.2em}
208203 kbd {font-style: oblique}
209204 pre.display {font-family: inherit}
210205 pre.format {font-family: inherit}
211206 pre.menu-comment {font-family: serif}
212207 pre.menu-preformatted {font-family: serif}
213 pre.smalldisplay {font-family: inherit; font-size: smaller}
214 pre.smallexample {font-size: smaller}
215 pre.smallformat {font-family: inherit; font-size: smaller}
216 pre.smalllisp {font-size: smaller}
217208 span.nolinebreak {white-space: nowrap}
218209 span.roman {font-family: initial; font-weight: normal}
219210 span.sansserif {font-family: sans-serif; font-weight: normal}
205205 <!--
206206 a.summary-letter {text-decoration: none}
207207 blockquote.indentedblock {margin-right: 0em}
208 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
209 blockquote.smallquotation {font-size: smaller}
210208 div.display {margin-left: 3.2em}
211209 div.example {margin-left: 3.2em}
212210 div.lisp {margin-left: 3.2em}
213 div.smalldisplay {margin-left: 3.2em}
214 div.smallexample {margin-left: 3.2em}
215 div.smalllisp {margin-left: 3.2em}
216211 kbd {font-style: oblique}
217212 pre.display {font-family: inherit}
218213 pre.format {font-family: inherit}
219214 pre.menu-comment {font-family: serif}
220215 pre.menu-preformatted {font-family: serif}
221 pre.smalldisplay {font-family: inherit; font-size: smaller}
222 pre.smallexample {font-size: smaller}
223 pre.smallformat {font-family: inherit; font-size: smaller}
224 pre.smalllisp {font-size: smaller}
225216 span.nolinebreak {white-space: nowrap}
226217 span.roman {font-family: initial; font-weight: normal}
227218 span.sansserif {font-family: sans-serif; font-weight: normal}
212212 <!--
213213 a.summary-letter {text-decoration: none}
214214 blockquote.indentedblock {margin-right: 0em}
215 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
216 blockquote.smallquotation {font-size: smaller}
217215 div.display {margin-left: 3.2em}
218216 div.example {margin-left: 3.2em}
219217 div.lisp {margin-left: 3.2em}
220 div.smalldisplay {margin-left: 3.2em}
221 div.smallexample {margin-left: 3.2em}
222 div.smalllisp {margin-left: 3.2em}
223218 kbd {font-style: oblique}
224219 pre.display {font-family: inherit}
225220 pre.format {font-family: inherit}
226221 pre.menu-comment {font-family: serif}
227222 pre.menu-preformatted {font-family: serif}
228 pre.smalldisplay {font-family: inherit; font-size: smaller}
229 pre.smallexample {font-size: smaller}
230 pre.smallformat {font-family: inherit; font-size: smaller}
231 pre.smalllisp {font-size: smaller}
232223 span.nolinebreak {white-space: nowrap}
233224 span.roman {font-family: initial; font-weight: normal}
234225 span.sansserif {font-family: sans-serif; font-weight: normal}
724724 <!--
725725 a.summary-letter {text-decoration: none}
726726 blockquote.indentedblock {margin-right: 0em}
727 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
728 blockquote.smallquotation {font-size: smaller}
729727 div.display {margin-left: 3.2em}
730728 div.example {margin-left: 3.2em}
731729 div.lisp {margin-left: 3.2em}
732 div.smalldisplay {margin-left: 3.2em}
733 div.smallexample {margin-left: 3.2em}
734 div.smalllisp {margin-left: 3.2em}
735730 kbd {font-style: oblique}
736731 pre.display {font-family: inherit}
737732 pre.format {font-family: inherit}
738733 pre.menu-comment {font-family: serif}
739734 pre.menu-preformatted {font-family: serif}
740 pre.smalldisplay {font-family: inherit; font-size: smaller}
741 pre.smallexample {font-size: smaller}
742 pre.smallformat {font-family: inherit; font-size: smaller}
743 pre.smalllisp {font-size: smaller}
744735 span.nolinebreak {white-space: nowrap}
745736 span.roman {font-family: initial; font-weight: normal}
746737 span.sansserif {font-family: sans-serif; font-weight: normal}
759750 <span id="top"></span><h1 class="top">top</h1>
760751
761752 <table class="menu" border="0" cellspacing="0">
762 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
753 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
763754 </td></tr>
764755 </table>
765756
634634 <!--
635635 a.summary-letter {text-decoration: none}
636636 blockquote.indentedblock {margin-right: 0em}
637 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
638 blockquote.smallquotation {font-size: smaller}
639637 div.display {margin-left: 3.2em}
640638 div.example {margin-left: 3.2em}
641639 div.lisp {margin-left: 3.2em}
642 div.smalldisplay {margin-left: 3.2em}
643 div.smallexample {margin-left: 3.2em}
644 div.smalllisp {margin-left: 3.2em}
645640 kbd {font-style: oblique}
646641 pre.display {font-family: inherit}
647642 pre.format {font-family: inherit}
648643 pre.menu-comment {font-family: serif}
649644 pre.menu-preformatted {font-family: serif}
650 pre.smalldisplay {font-family: inherit; font-size: smaller}
651 pre.smallexample {font-size: smaller}
652 pre.smallformat {font-family: inherit; font-size: smaller}
653 pre.smalllisp {font-size: smaller}
654645 span.nolinebreak {white-space: nowrap}
655646 span.roman {font-family: initial; font-weight: normal}
656647 span.sansserif {font-family: sans-serif; font-weight: normal}
669660 <span id="top"></span><h1 class="top">top</h1>
670661
671662 <table class="menu" border="0" cellspacing="0">
672 <tr><td align="left" valign="top">&bull; <a href="#part-node-after-top" accesskey="1">part node after top</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
663 <tr><td align="left" valign="top">&bull; <a href="#part-node-after-top" accesskey="1">part node after top</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
673664 </td></tr>
674665 </table>
675666
653653 <!--
654654 a.summary-letter {text-decoration: none}
655655 blockquote.indentedblock {margin-right: 0em}
656 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
657 blockquote.smallquotation {font-size: smaller}
658656 div.display {margin-left: 3.2em}
659657 div.example {margin-left: 3.2em}
660658 div.lisp {margin-left: 3.2em}
661 div.smalldisplay {margin-left: 3.2em}
662 div.smallexample {margin-left: 3.2em}
663 div.smalllisp {margin-left: 3.2em}
664659 kbd {font-style: oblique}
665660 pre.display {font-family: inherit}
666661 pre.format {font-family: inherit}
667662 pre.menu-comment {font-family: serif}
668663 pre.menu-preformatted {font-family: serif}
669 pre.smalldisplay {font-family: inherit; font-size: smaller}
670 pre.smallexample {font-size: smaller}
671 pre.smallformat {font-family: inherit; font-size: smaller}
672 pre.smalllisp {font-size: smaller}
673664 span.nolinebreak {white-space: nowrap}
674665 span.roman {font-family: initial; font-weight: normal}
675666 span.sansserif {font-family: sans-serif; font-weight: normal}
697688 <span id="Top"></span><span id="top"></span><h1 class="top">top</h1>
698689
699690 <table class="menu" border="0" cellspacing="0">
700 <tr><td align="left" valign="top">&bull; <a href="#part-node-before-top" accesskey="1">part node before top</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
691 <tr><td align="left" valign="top">&bull; <a href="#part-node-before-top" accesskey="1">part node before top</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
701692 </td></tr>
702693 </table>
703694 <hr>
10251025 <!--
10261026 a.summary-letter {text-decoration: none}
10271027 blockquote.indentedblock {margin-right: 0em}
1028 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1029 blockquote.smallquotation {font-size: smaller}
10301028 div.display {margin-left: 3.2em}
10311029 div.example {margin-left: 3.2em}
10321030 div.lisp {margin-left: 3.2em}
1033 div.smalldisplay {margin-left: 3.2em}
1034 div.smallexample {margin-left: 3.2em}
1035 div.smalllisp {margin-left: 3.2em}
10361031 kbd {font-style: oblique}
10371032 pre.display {font-family: inherit}
10381033 pre.format {font-family: inherit}
10391034 pre.menu-comment {font-family: serif}
10401035 pre.menu-preformatted {font-family: serif}
1041 pre.smalldisplay {font-family: inherit; font-size: smaller}
1042 pre.smallexample {font-size: smaller}
1043 pre.smallformat {font-family: inherit; font-size: smaller}
1044 pre.smalllisp {font-size: smaller}
10451036 span.nolinebreak {white-space: nowrap}
10461037 span.roman {font-family: initial; font-weight: normal}
10471038 span.sansserif {font-family: sans-serif; font-weight: normal}
10601051 <span id="top"></span><h1 class="top">top</h1>
10611052
10621053 <table class="menu" border="0" cellspacing="0">
1063 <tr><td align="left" valign="top">&bull; <a href="#a-node-after-part" accesskey="1">a node after part</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1054 <tr><td align="left" valign="top">&bull; <a href="#a-node-after-part" accesskey="1">a node after part</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10641055 </td></tr>
1065 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="2">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1056 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="2">chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10661057 </td></tr>
10671058 </table>
10681059
839839 <!--
840840 a.summary-letter {text-decoration: none}
841841 blockquote.indentedblock {margin-right: 0em}
842 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
843 blockquote.smallquotation {font-size: smaller}
844842 div.display {margin-left: 3.2em}
845843 div.example {margin-left: 3.2em}
846844 div.lisp {margin-left: 3.2em}
847 div.smalldisplay {margin-left: 3.2em}
848 div.smallexample {margin-left: 3.2em}
849 div.smalllisp {margin-left: 3.2em}
850845 kbd {font-style: oblique}
851846 pre.display {font-family: inherit}
852847 pre.format {font-family: inherit}
853848 pre.menu-comment {font-family: serif}
854849 pre.menu-preformatted {font-family: serif}
855 pre.smalldisplay {font-family: inherit; font-size: smaller}
856 pre.smallexample {font-size: smaller}
857 pre.smallformat {font-family: inherit; font-size: smaller}
858 pre.smalllisp {font-size: smaller}
859850 span.nolinebreak {white-space: nowrap}
860851 span.roman {font-family: initial; font-weight: normal}
861852 span.sansserif {font-family: sans-serif; font-weight: normal}
874865 <span id="top"></span><h1 class="top">top</h1>
875866
876867 <table class="menu" border="0" cellspacing="0">
877 <tr><td align="left" valign="top">&bull; <a href="#chapter-node" accesskey="1">chapter node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
868 <tr><td align="left" valign="top">&bull; <a href="#chapter-node" accesskey="1">chapter node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
878869 </td></tr>
879870 </table>
880871
10311031 <!--
10321032 a.summary-letter {text-decoration: none}
10331033 blockquote.indentedblock {margin-right: 0em}
1034 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1035 blockquote.smallquotation {font-size: smaller}
10361034 div.display {margin-left: 3.2em}
10371035 div.example {margin-left: 3.2em}
10381036 div.lisp {margin-left: 3.2em}
1039 div.smalldisplay {margin-left: 3.2em}
1040 div.smallexample {margin-left: 3.2em}
1041 div.smalllisp {margin-left: 3.2em}
10421037 kbd {font-style: oblique}
10431038 pre.display {font-family: inherit}
10441039 pre.format {font-family: inherit}
10451040 pre.menu-comment {font-family: serif}
10461041 pre.menu-preformatted {font-family: serif}
1047 pre.smalldisplay {font-family: inherit; font-size: smaller}
1048 pre.smallexample {font-size: smaller}
1049 pre.smallformat {font-family: inherit; font-size: smaller}
1050 pre.smalllisp {font-size: smaller}
10511042 span.nolinebreak {white-space: nowrap}
10521043 span.roman {font-family: initial; font-weight: normal}
10531044 span.sansserif {font-family: sans-serif; font-weight: normal}
10661057 <span id="top"></span><h1 class="top">top</h1>
10671058
10681059 <table class="menu" border="0" cellspacing="0">
1069 <tr><td align="left" valign="top">&bull; <a href="#chapter-node" accesskey="1">chapter node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1060 <tr><td align="left" valign="top">&bull; <a href="#chapter-node" accesskey="1">chapter node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10701061 </td></tr>
1071 <tr><td align="left" valign="top">&bull; <a href="#appendix-node" accesskey="2">appendix node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1062 <tr><td align="left" valign="top">&bull; <a href="#appendix-node" accesskey="2">appendix node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10721063 </td></tr>
10731064 </table>
10741065
11151115 <!--
11161116 a.summary-letter {text-decoration: none}
11171117 blockquote.indentedblock {margin-right: 0em}
1118 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1119 blockquote.smallquotation {font-size: smaller}
11201118 div.display {margin-left: 3.2em}
11211119 div.example {margin-left: 3.2em}
11221120 div.lisp {margin-left: 3.2em}
1123 div.smalldisplay {margin-left: 3.2em}
1124 div.smallexample {margin-left: 3.2em}
1125 div.smalllisp {margin-left: 3.2em}
11261121 kbd {font-style: oblique}
11271122 pre.display {font-family: inherit}
11281123 pre.format {font-family: inherit}
11291124 pre.menu-comment {font-family: serif}
11301125 pre.menu-preformatted {font-family: serif}
1131 pre.smalldisplay {font-family: inherit; font-size: smaller}
1132 pre.smallexample {font-size: smaller}
1133 pre.smallformat {font-family: inherit; font-size: smaller}
1134 pre.smalllisp {font-size: smaller}
11351126 span.nolinebreak {white-space: nowrap}
11361127 span.roman {font-family: initial; font-weight: normal}
11371128 span.sansserif {font-family: sans-serif; font-weight: normal}
11501141 <span id="top"></span><h1 class="top">top</h1>
11511142
11521143 <table class="menu" border="0" cellspacing="0">
1153 <tr><td align="left" valign="top">&bull; <a href="#chapter-node" accesskey="1">chapter node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1144 <tr><td align="left" valign="top">&bull; <a href="#chapter-node" accesskey="1">chapter node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
11541145 </td></tr>
1155 <tr><td align="left" valign="top">&bull; <a href="#appendix-part" accesskey="2">appendix part</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1146 <tr><td align="left" valign="top">&bull; <a href="#appendix-part" accesskey="2">appendix part</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
11561147 </td></tr>
11571148 </table>
11581149
906906 <!--
907907 a.summary-letter {text-decoration: none}
908908 blockquote.indentedblock {margin-right: 0em}
909 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
910 blockquote.smallquotation {font-size: smaller}
911909 div.display {margin-left: 3.2em}
912910 div.example {margin-left: 3.2em}
913911 div.lisp {margin-left: 3.2em}
914 div.smalldisplay {margin-left: 3.2em}
915 div.smallexample {margin-left: 3.2em}
916 div.smalllisp {margin-left: 3.2em}
917912 kbd {font-style: oblique}
918913 pre.display {font-family: inherit}
919914 pre.format {font-family: inherit}
920915 pre.menu-comment {font-family: serif}
921916 pre.menu-preformatted {font-family: serif}
922 pre.smalldisplay {font-family: inherit; font-size: smaller}
923 pre.smallexample {font-size: smaller}
924 pre.smallformat {font-family: inherit; font-size: smaller}
925 pre.smalllisp {font-size: smaller}
926917 span.nolinebreak {white-space: nowrap}
927918 span.roman {font-family: initial; font-weight: normal}
928919 span.sansserif {font-family: sans-serif; font-weight: normal}
941932 <span id="top"></span><h1 class="top">top</h1>
942933
943934 <table class="menu" border="0" cellspacing="0">
944 <tr><td align="left" valign="top">&bull; <a href="#chapter-node" accesskey="1">chapter node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
935 <tr><td align="left" valign="top">&bull; <a href="#chapter-node" accesskey="1">chapter node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
945936 </td></tr>
946937 </table>
947938
11051105 <!--
11061106 a.summary-letter {text-decoration: none}
11071107 blockquote.indentedblock {margin-right: 0em}
1108 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1109 blockquote.smallquotation {font-size: smaller}
11101108 div.display {margin-left: 3.2em}
11111109 div.example {margin-left: 3.2em}
11121110 div.lisp {margin-left: 3.2em}
1113 div.smalldisplay {margin-left: 3.2em}
1114 div.smallexample {margin-left: 3.2em}
1115 div.smalllisp {margin-left: 3.2em}
11161111 kbd {font-style: oblique}
11171112 pre.display {font-family: inherit}
11181113 pre.format {font-family: inherit}
11191114 pre.menu-comment {font-family: serif}
11201115 pre.menu-preformatted {font-family: serif}
1121 pre.smalldisplay {font-family: inherit; font-size: smaller}
1122 pre.smallexample {font-size: smaller}
1123 pre.smallformat {font-family: inherit; font-size: smaller}
1124 pre.smalllisp {font-size: smaller}
11251116 span.nolinebreak {white-space: nowrap}
11261117 span.roman {font-family: initial; font-weight: normal}
11271118 span.sansserif {font-family: sans-serif; font-weight: normal}
11401131 <span id="top"></span><h1 class="top">top</h1>
11411132
11421133 <table class="menu" border="0" cellspacing="0">
1143 <tr><td align="left" valign="top">&bull; <a href="#chapter-node" accesskey="1">chapter node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1134 <tr><td align="left" valign="top">&bull; <a href="#chapter-node" accesskey="1">chapter node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
11441135 </td></tr>
1145 <tr><td align="left" valign="top">&bull; <a href="#appendix-node" accesskey="2">appendix node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1136 <tr><td align="left" valign="top">&bull; <a href="#appendix-node" accesskey="2">appendix node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
11461137 </td></tr>
11471138 </table>
11481139
11031103 <!--
11041104 a.summary-letter {text-decoration: none}
11051105 blockquote.indentedblock {margin-right: 0em}
1106 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1107 blockquote.smallquotation {font-size: smaller}
11081106 div.display {margin-left: 3.2em}
11091107 div.example {margin-left: 3.2em}
11101108 div.lisp {margin-left: 3.2em}
1111 div.smalldisplay {margin-left: 3.2em}
1112 div.smallexample {margin-left: 3.2em}
1113 div.smalllisp {margin-left: 3.2em}
11141109 kbd {font-style: oblique}
11151110 pre.display {font-family: inherit}
11161111 pre.format {font-family: inherit}
11171112 pre.menu-comment {font-family: serif}
11181113 pre.menu-preformatted {font-family: serif}
1119 pre.smalldisplay {font-family: inherit; font-size: smaller}
1120 pre.smallexample {font-size: smaller}
1121 pre.smallformat {font-family: inherit; font-size: smaller}
1122 pre.smalllisp {font-size: smaller}
11231114 span.nolinebreak {white-space: nowrap}
11241115 span.roman {font-family: initial; font-weight: normal}
11251116 span.sansserif {font-family: sans-serif; font-weight: normal}
11481139 <a href="#float-anchor">1</a>.
11491140 </p>
11501141 <table class="menu" border="0" cellspacing="0">
1151 <tr><td align="left" valign="top">&bull; <a href="#An-anchor" accesskey="1">An anchor</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">menu entry pointing to the anchor.
1142 <tr><td align="left" valign="top">&bull; <a href="#An-anchor" accesskey="1">An anchor</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">menu entry pointing to the anchor.
11521143 </td></tr>
11531144 </table>
11541145
11791179 <!--
11801180 a.summary-letter {text-decoration: none}
11811181 blockquote.indentedblock {margin-right: 0em}
1182 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1183 blockquote.smallquotation {font-size: smaller}
11841182 div.display {margin-left: 3.2em}
11851183 div.example {margin-left: 3.2em}
11861184 div.lisp {margin-left: 3.2em}
1187 div.smalldisplay {margin-left: 3.2em}
1188 div.smallexample {margin-left: 3.2em}
1189 div.smalllisp {margin-left: 3.2em}
11901185 kbd {font-style: oblique}
11911186 pre.display {font-family: inherit}
11921187 pre.format {font-family: inherit}
11931188 pre.menu-comment {font-family: serif}
11941189 pre.menu-preformatted {font-family: serif}
1195 pre.smalldisplay {font-family: inherit; font-size: smaller}
1196 pre.smallexample {font-size: smaller}
1197 pre.smallformat {font-family: inherit; font-size: smaller}
1198 pre.smalllisp {font-size: smaller}
11991190 span.nolinebreak {white-space: nowrap}
12001191 span.roman {font-family: initial; font-weight: normal}
12011192 span.sansserif {font-family: sans-serif; font-weight: normal}
12241215 <a href="#float-anchor">1</a>.
12251216 </p>
12261217 <table class="menu" border="0" cellspacing="0">
1227 <tr><td align="left" valign="top">&bull; <a href="#An-anchor" accesskey="1">An anchor</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">menu entry pointing to the anchor.
1218 <tr><td align="left" valign="top">&bull; <a href="#An-anchor" accesskey="1">An anchor</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">menu entry pointing to the anchor.
12281219 </td></tr>
12291220 </table>
12301221
657657 <!--
658658 a.summary-letter {text-decoration: none}
659659 blockquote.indentedblock {margin-right: 0em}
660 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
661 blockquote.smallquotation {font-size: smaller}
662660 div.display {margin-left: 3.2em}
663661 div.example {margin-left: 3.2em}
664662 div.lisp {margin-left: 3.2em}
665 div.smalldisplay {margin-left: 3.2em}
666 div.smallexample {margin-left: 3.2em}
667 div.smalllisp {margin-left: 3.2em}
668663 kbd {font-style: oblique}
669664 pre.display {font-family: inherit}
670665 pre.format {font-family: inherit}
671666 pre.menu-comment {font-family: serif}
672667 pre.menu-preformatted {font-family: serif}
673 pre.smalldisplay {font-family: inherit; font-size: smaller}
674 pre.smallexample {font-size: smaller}
675 pre.smallformat {font-family: inherit; font-size: smaller}
676 pre.smalllisp {font-size: smaller}
677668 span.nolinebreak {white-space: nowrap}
678669 span.roman {font-family: initial; font-weight: normal}
679670 span.sansserif {font-family: sans-serif; font-weight: normal}
693684 <span id="top"></span><h1 class="top">top</h1>
694685
695686 <table class="menu" border="0" cellspacing="0">
696 <tr><td align="left" valign="top">&bull; <a href="#g_t_0028manual_0029-name" accesskey="1">(manual) name</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
687 <tr><td align="left" valign="top">&bull; <a href="#g_t_0028manual_0029-name" accesskey="1">(manual) name</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
697688 </td></tr>
698689 </table>
699690
278278 <!--
279279 a.summary-letter {text-decoration: none}
280280 blockquote.indentedblock {margin-right: 0em}
281 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
282 blockquote.smallquotation {font-size: smaller}
283281 div.display {margin-left: 3.2em}
284282 div.example {margin-left: 3.2em}
285283 div.lisp {margin-left: 3.2em}
286 div.smalldisplay {margin-left: 3.2em}
287 div.smallexample {margin-left: 3.2em}
288 div.smalllisp {margin-left: 3.2em}
289284 kbd {font-style: oblique}
290285 pre.display {font-family: inherit}
291286 pre.format {font-family: inherit}
292287 pre.menu-comment {font-family: serif}
293288 pre.menu-preformatted {font-family: serif}
294 pre.smalldisplay {font-family: inherit; font-size: smaller}
295 pre.smallexample {font-size: smaller}
296 pre.smallformat {font-family: inherit; font-size: smaller}
297 pre.smalllisp {font-size: smaller}
298289 span.nolinebreak {white-space: nowrap}
299290 span.roman {font-family: initial; font-weight: normal}
300291 span.sansserif {font-family: sans-serif; font-weight: normal}
215215 <!--
216216 a.summary-letter {text-decoration: none}
217217 blockquote.indentedblock {margin-right: 0em}
218 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
219 blockquote.smallquotation {font-size: smaller}
220218 div.display {margin-left: 3.2em}
221219 div.example {margin-left: 3.2em}
222220 div.lisp {margin-left: 3.2em}
223 div.smalldisplay {margin-left: 3.2em}
224 div.smallexample {margin-left: 3.2em}
225 div.smalllisp {margin-left: 3.2em}
226221 kbd {font-style: oblique}
227222 pre.display {font-family: inherit}
228223 pre.format {font-family: inherit}
229224 pre.menu-comment {font-family: serif}
230225 pre.menu-preformatted {font-family: serif}
231 pre.smalldisplay {font-family: inherit; font-size: smaller}
232 pre.smallexample {font-size: smaller}
233 pre.smallformat {font-family: inherit; font-size: smaller}
234 pre.smalllisp {font-size: smaller}
235226 span.nolinebreak {white-space: nowrap}
236227 span.roman {font-family: initial; font-weight: normal}
237228 span.sansserif {font-family: sans-serif; font-weight: normal}
551551 <!--
552552 a.summary-letter {text-decoration: none}
553553 blockquote.indentedblock {margin-right: 0em}
554 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
555 blockquote.smallquotation {font-size: smaller}
556554 div.display {margin-left: 3.2em}
557555 div.example {margin-left: 3.2em}
558556 div.lisp {margin-left: 3.2em}
559 div.smalldisplay {margin-left: 3.2em}
560 div.smallexample {margin-left: 3.2em}
561 div.smalllisp {margin-left: 3.2em}
562557 kbd {font-style: oblique}
563558 pre.display {font-family: inherit}
564559 pre.format {font-family: inherit}
565560 pre.menu-comment {font-family: serif}
566561 pre.menu-preformatted {font-family: serif}
567 pre.smalldisplay {font-family: inherit; font-size: smaller}
568 pre.smallexample {font-size: smaller}
569 pre.smallformat {font-family: inherit; font-size: smaller}
570 pre.smalllisp {font-size: smaller}
571562 span.nolinebreak {white-space: nowrap}
572563 span.roman {font-family: initial; font-weight: normal}
573564 span.sansserif {font-family: sans-serif; font-weight: normal}
593584 <span id="top"></span><h3 class="unnumberedsec">top</h3>
594585
595586 <table class="menu" border="0" cellspacing="0">
596 <tr><td align="left" valign="top">&bull; <a href="#section-node" accesskey="1">section node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
587 <tr><td align="left" valign="top">&bull; <a href="#section-node" accesskey="1">section node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
597588 </td></tr>
598589 </table>
599590 <hr>
912912 <!--
913913 a.summary-letter {text-decoration: none}
914914 blockquote.indentedblock {margin-right: 0em}
915 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
916 blockquote.smallquotation {font-size: smaller}
917915 div.display {margin-left: 3.2em}
918916 div.example {margin-left: 3.2em}
919917 div.lisp {margin-left: 3.2em}
920 div.smalldisplay {margin-left: 3.2em}
921 div.smallexample {margin-left: 3.2em}
922 div.smalllisp {margin-left: 3.2em}
923918 kbd {font-style: oblique}
924919 pre.display {font-family: inherit}
925920 pre.format {font-family: inherit}
926921 pre.menu-comment {font-family: serif}
927922 pre.menu-preformatted {font-family: serif}
928 pre.smalldisplay {font-family: inherit; font-size: smaller}
929 pre.smallexample {font-size: smaller}
930 pre.smallformat {font-family: inherit; font-size: smaller}
931 pre.smalllisp {font-size: smaller}
932923 span.nolinebreak {white-space: nowrap}
933924 span.roman {font-family: initial; font-weight: normal}
934925 span.sansserif {font-family: sans-serif; font-weight: normal}
964955 <p>Top node.
965956 </p>
966957 <table class="menu" border="0" cellspacing="0">
967 <tr><td align="left" valign="top">&bull; <a href="#Unn" accesskey="1">Unn</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
958 <tr><td align="left" valign="top">&bull; <a href="#Unn" accesskey="1">Unn</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
968959 </td></tr>
969960 </table>
970961
977968 <span id="Unn-1"></span><h2 class="unnumbered">Unn</h2>
978969
979970 <table class="menu" border="0" cellspacing="0">
980 <tr><td align="left" valign="top">&bull; <a href="#Sec" accesskey="1">Sec</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
971 <tr><td align="left" valign="top">&bull; <a href="#Sec" accesskey="1">Sec</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
981972 </td></tr>
982973 </table>
983974
147147 <!--
148148 a.summary-letter {text-decoration: none}
149149 blockquote.indentedblock {margin-right: 0em}
150 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
151 blockquote.smallquotation {font-size: smaller}
152150 div.display {margin-left: 3.2em}
153151 div.example {margin-left: 3.2em}
154152 div.lisp {margin-left: 3.2em}
155 div.smalldisplay {margin-left: 3.2em}
156 div.smallexample {margin-left: 3.2em}
157 div.smalllisp {margin-left: 3.2em}
158153 kbd {font-style: oblique}
159154 pre.display {font-family: inherit}
160155 pre.format {font-family: inherit}
161156 pre.menu-comment {font-family: serif}
162157 pre.menu-preformatted {font-family: serif}
163 pre.smalldisplay {font-family: inherit; font-size: smaller}
164 pre.smallexample {font-size: smaller}
165 pre.smallformat {font-family: inherit; font-size: smaller}
166 pre.smalllisp {font-size: smaller}
167158 span.nolinebreak {white-space: nowrap}
168159 span.roman {font-family: initial; font-weight: normal}
169160 span.sansserif {font-family: sans-serif; font-weight: normal}
867867 <!--
868868 a.summary-letter {text-decoration: none}
869869 blockquote.indentedblock {margin-right: 0em}
870 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
871 blockquote.smallquotation {font-size: smaller}
872870 div.display {margin-left: 3.2em}
873871 div.example {margin-left: 3.2em}
874872 div.lisp {margin-left: 3.2em}
875 div.smalldisplay {margin-left: 3.2em}
876 div.smallexample {margin-left: 3.2em}
877 div.smalllisp {margin-left: 3.2em}
878873 kbd {font-style: oblique}
879874 pre.display {font-family: inherit}
880875 pre.format {font-family: inherit}
881876 pre.menu-comment {font-family: serif}
882877 pre.menu-preformatted {font-family: serif}
883 pre.smalldisplay {font-family: inherit; font-size: smaller}
884 pre.smallexample {font-size: smaller}
885 pre.smallformat {font-family: inherit; font-size: smaller}
886 pre.smalllisp {font-size: smaller}
887878 span.nolinebreak {white-space: nowrap}
888879 span.roman {font-family: initial; font-weight: normal}
889880 span.sansserif {font-family: sans-serif; font-weight: normal}
909900 <span id="chapter"></span><h3 class="section">2 chapter</h3>
910901
911902 <table class="menu" border="0" cellspacing="0">
912 <tr><td align="left" valign="top">&bull; <a href="#section-node" accesskey="1">section node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
903 <tr><td align="left" valign="top">&bull; <a href="#section-node" accesskey="1">section node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
913904 </td></tr>
914905 </table>
915906
921912 <span id="top"></span><h3 class="unnumberedsec">top</h3>
922913
923914 <table class="menu" border="0" cellspacing="0">
924 <tr><td align="left" valign="top">&bull; <a href="#chapter-node" accesskey="1">chapter node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
915 <tr><td align="left" valign="top">&bull; <a href="#chapter-node" accesskey="1">chapter node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
925916 </td></tr>
926917 </table>
927918
81798179 <!--
81808180 a.summary-letter {text-decoration: none}
81818181 blockquote.indentedblock {margin-right: 0em}
8182 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
8183 blockquote.smallquotation {font-size: smaller}
81848182 div.display {margin-left: 3.2em}
81858183 div.example {margin-left: 3.2em}
81868184 div.lisp {margin-left: 3.2em}
8187 div.smalldisplay {margin-left: 3.2em}
8188 div.smallexample {margin-left: 3.2em}
8189 div.smalllisp {margin-left: 3.2em}
81908185 kbd {font-style: oblique}
81918186 pre.display {font-family: inherit}
81928187 pre.format {font-family: inherit}
81938188 pre.menu-comment {font-family: serif}
81948189 pre.menu-preformatted {font-family: serif}
8195 pre.smalldisplay {font-family: inherit; font-size: smaller}
8196 pre.smallexample {font-size: smaller}
8197 pre.smallformat {font-family: inherit; font-size: smaller}
8198 pre.smalllisp {font-size: smaller}
81998190 span.nolinebreak {white-space: nowrap}
82008191 span.roman {font-family: initial; font-weight: normal}
82018192 span.sansserif {font-family: sans-serif; font-weight: normal}
82828273 <p>Menu:
82838274 </p>
82848275 <table class="menu" border="0" cellspacing="0">
8285 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8276 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82868277 </td></tr>
8287 <tr><td align="left" valign="top">&bull; <a href="#unnumbered" accesskey="2">unnumbered</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8278 <tr><td align="left" valign="top">&bull; <a href="#unnumbered" accesskey="2">unnumbered</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82888279 </td></tr>
8289 <tr><td align="left" valign="top">&bull; <a href="#chapter-2" accesskey="3">chapter 2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8280 <tr><td align="left" valign="top">&bull; <a href="#chapter-2" accesskey="3">chapter 2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82908281 </td></tr>
8291 <tr><td align="left" valign="top">&bull; <a href="#chapter-3" accesskey="4">chapter 3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8282 <tr><td align="left" valign="top">&bull; <a href="#chapter-3" accesskey="4">chapter 3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82928283 </td></tr>
8293 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-4" accesskey="5">unnumbered 4</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8284 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-4" accesskey="5">unnumbered 4</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82948285 </td></tr>
82958286 </table>
82968287
83028293 <span id="chapter-1"></span><h2 class="chapter">1 chapter</h2>
83038294
83048295 <table class="menu" border="0" cellspacing="0">
8305 <tr><td align="left" valign="top">&bull; <a href="#section-in-chapter" accesskey="1">section in chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8296 <tr><td align="left" valign="top">&bull; <a href="#section-in-chapter" accesskey="1">section in chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
83068297 </td></tr>
83078298 </table>
83088299
83218312 <span id="unnumbered-1"></span><h2 class="unnumbered">unnumbered</h2>
83228313
83238314 <table class="menu" border="0" cellspacing="0">
8324 <tr><td align="left" valign="top">&bull; <a href="#section-in-unnumbered" accesskey="1">section in unnumbered</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8315 <tr><td align="left" valign="top">&bull; <a href="#section-in-unnumbered" accesskey="1">section in unnumbered</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
83258316 </td></tr>
83268317 </table>
83278318
83408331 <span id="chapter-2-1"></span><h2 class="chapter">2 chapter 2</h2>
83418332
83428333 <table class="menu" border="0" cellspacing="0">
8343 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-2" accesskey="1">unnumberedsec 2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8334 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-2" accesskey="1">unnumberedsec 2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
83448335 </td></tr>
8345 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-2_002d1" accesskey="2">unnumberedsec 2-1</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8336 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-2_002d1" accesskey="2">unnumberedsec 2-1</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
83468337 </td></tr>
83478338 </table>
83488339
83548345 <span id="unnumbered-section-2"></span><h3 class="unnumberedsec">unnumbered section 2</h3>
83558346
83568347 <table class="menu" border="0" cellspacing="0">
8357 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub-2" accesskey="1">unnumbered sub 2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8348 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub-2" accesskey="1">unnumbered sub 2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
83588349 </td></tr>
8359 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-2" accesskey="2">numbered sub 2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8350 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-2" accesskey="2">numbered sub 2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
83608351 </td></tr>
8361 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub2-2" accesskey="3">unnumbered sub2 2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8352 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub2-2" accesskey="3">unnumbered sub2 2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
83628353 </td></tr>
8363 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub2-2" accesskey="4">numbered sub2 2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8354 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub2-2" accesskey="4">numbered sub2 2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
83648355 </td></tr>
83658356 </table>
83668357
84008391 <span id="unnumberedsec-2_002d1-1"></span><h3 class="unnumberedsec">unnumberedsec 2-1</h3>
84018392
84028393 <table class="menu" border="0" cellspacing="0">
8403 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-2_002d1" accesskey="1">numbered sub 2-1</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8394 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-2_002d1" accesskey="1">numbered sub 2-1</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
84048395 </td></tr>
84058396 </table>
84068397
84208411 <span id="chapter-3-1"></span><h2 class="chapter">3 chapter 3</h2>
84218412
84228413 <table class="menu" border="0" cellspacing="0">
8423 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-3" accesskey="1">unnumberedsec 3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8414 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-3" accesskey="1">unnumberedsec 3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
84248415 </td></tr>
8425 <tr><td align="left" valign="top">&bull; <a href="#section-3_002d1" accesskey="2">section 3-1</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8416 <tr><td align="left" valign="top">&bull; <a href="#section-3_002d1" accesskey="2">section 3-1</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
84268417 </td></tr>
8427 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-3_002d2" accesskey="3">unnumberedsec 3-2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8418 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-3_002d2" accesskey="3">unnumberedsec 3-2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
84288419 </td></tr>
8429 <tr><td align="left" valign="top">&bull; <a href="#section-3_002d3" accesskey="4">section 3-3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8420 <tr><td align="left" valign="top">&bull; <a href="#section-3_002d3" accesskey="4">section 3-3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
84308421 </td></tr>
8431 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-3_002d4" accesskey="5">unnumberedsec 3-4</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8422 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-3_002d4" accesskey="5">unnumberedsec 3-4</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
84328423 </td></tr>
84338424 </table>
84348425
84408431 <span id="unnumbered-section-3"></span><h3 class="unnumberedsec">unnumbered section 3</h3>
84418432
84428433 <table class="menu" border="0" cellspacing="0">
8443 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub-3" accesskey="1">unnumbered sub 3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8434 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub-3" accesskey="1">unnumbered sub 3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
84448435 </td></tr>
8445 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-3" accesskey="2">numbered sub 3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8436 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-3" accesskey="2">numbered sub 3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
84468437 </td></tr>
8447 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub2-3" accesskey="3">unnumbered sub2 3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8438 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub2-3" accesskey="3">unnumbered sub2 3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
84488439 </td></tr>
8449 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub2-3" accesskey="4">numbered sub2 3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8440 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub2-3" accesskey="4">numbered sub2 3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
84508441 </td></tr>
84518442 </table>
84528443
84938484 <span id="unnumberedsec-3_002d2-1"></span><h3 class="unnumberedsec">unnumberedsec 3-2</h3>
84948485
84958486 <table class="menu" border="0" cellspacing="0">
8496 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-3_002d2" accesskey="1">numbered sub 3-2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8487 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-3_002d2" accesskey="1">numbered sub 3-2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
84978488 </td></tr>
84988489 </table>
84998490
85128503 <span id="section-3_002d3-1"></span><h3 class="section">3.2 section 3-3</h3>
85138504
85148505 <table class="menu" border="0" cellspacing="0">
8515 <tr><td align="left" valign="top">&bull; <a href="#subsection-3_002d3" accesskey="1">subsection 3-3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8506 <tr><td align="left" valign="top">&bull; <a href="#subsection-3_002d3" accesskey="1">subsection 3-3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
85168507 </td></tr>
85178508 </table>
85188509
85318522 <span id="unnumberedsec-3_002d4-1"></span><h3 class="unnumberedsec">unnumberedsec 3-4</h3>
85328523
85338524 <table class="menu" border="0" cellspacing="0">
8534 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-3_002d4" accesskey="1">numbered sub 3-4</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8525 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-3_002d4" accesskey="1">numbered sub 3-4</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
85358526 </td></tr>
85368527 </table>
85378528
85508541 <span id="unnumbered-4-1"></span><h2 class="unnumbered">unnumbered 4</h2>
85518542
85528543 <table class="menu" border="0" cellspacing="0">
8553 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-4" accesskey="1">unnumberedsec 4</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8544 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-4" accesskey="1">unnumberedsec 4</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
85548545 </td></tr>
85558546 </table>
85568547
85628553 <span id="unnumbered-section-4"></span><h3 class="unnumberedsec">unnumbered section 4</h3>
85638554
85648555 <table class="menu" border="0" cellspacing="0">
8565 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub-4" accesskey="1">unnumbered sub 4</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8556 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub-4" accesskey="1">unnumbered sub 4</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
85668557 </td></tr>
8567 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-4" accesskey="2">numbered sub 4</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8558 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-4" accesskey="2">numbered sub 4</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
85688559 </td></tr>
8569 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub2-4" accesskey="3">unnumbered sub2 4</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8560 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub2-4" accesskey="3">unnumbered sub2 4</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
85708561 </td></tr>
8571 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub2-4" accesskey="4">numbered sub2 4</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8562 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub2-4" accesskey="4">numbered sub2 4</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
85728563 </td></tr>
85738564 </table>
85748565
80068006 <!--
80078007 a.summary-letter {text-decoration: none}
80088008 blockquote.indentedblock {margin-right: 0em}
8009 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
8010 blockquote.smallquotation {font-size: smaller}
80118009 div.display {margin-left: 3.2em}
80128010 div.example {margin-left: 3.2em}
80138011 div.lisp {margin-left: 3.2em}
8014 div.smalldisplay {margin-left: 3.2em}
8015 div.smallexample {margin-left: 3.2em}
8016 div.smalllisp {margin-left: 3.2em}
80178012 kbd {font-style: oblique}
80188013 pre.display {font-family: inherit}
80198014 pre.format {font-family: inherit}
80208015 pre.menu-comment {font-family: serif}
80218016 pre.menu-preformatted {font-family: serif}
8022 pre.smalldisplay {font-family: inherit; font-size: smaller}
8023 pre.smallexample {font-size: smaller}
8024 pre.smallformat {font-family: inherit; font-size: smaller}
8025 pre.smalllisp {font-size: smaller}
80268017 span.nolinebreak {white-space: nowrap}
80278018 span.roman {font-family: initial; font-weight: normal}
80288019 span.sansserif {font-family: sans-serif; font-weight: normal}
81098100 <p>Menu:
81108101 </p>
81118102 <table class="menu" border="0" cellspacing="0">
8112 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8103 <tr><td align="left" valign="top">&bull; <a href="#chapter" accesskey="1">chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
81138104 </td></tr>
8114 <tr><td align="left" valign="top">&bull; <a href="#unnumbered" accesskey="2">unnumbered</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8105 <tr><td align="left" valign="top">&bull; <a href="#unnumbered" accesskey="2">unnumbered</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
81158106 </td></tr>
8116 <tr><td align="left" valign="top">&bull; <a href="#chapter-2" accesskey="3">chapter 2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8107 <tr><td align="left" valign="top">&bull; <a href="#chapter-2" accesskey="3">chapter 2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
81178108 </td></tr>
8118 <tr><td align="left" valign="top">&bull; <a href="#chapter-3" accesskey="4">chapter 3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8109 <tr><td align="left" valign="top">&bull; <a href="#chapter-3" accesskey="4">chapter 3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
81198110 </td></tr>
8120 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-4" accesskey="5">unnumbered 4</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8111 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-4" accesskey="5">unnumbered 4</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
81218112 </td></tr>
81228113 </table>
81238114
81298120 <span id="chapter-1"></span><h2 class="chapter">1 chapter</h2>
81308121
81318122 <table class="menu" border="0" cellspacing="0">
8132 <tr><td align="left" valign="top">&bull; <a href="#section-in-chapter" accesskey="1">section in chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8123 <tr><td align="left" valign="top">&bull; <a href="#section-in-chapter" accesskey="1">section in chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
81338124 </td></tr>
81348125 </table>
81358126
81488139 <span id="unnumbered-1"></span><h2 class="unnumbered">unnumbered</h2>
81498140
81508141 <table class="menu" border="0" cellspacing="0">
8151 <tr><td align="left" valign="top">&bull; <a href="#section-in-unnumbered" accesskey="1">section in unnumbered</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8142 <tr><td align="left" valign="top">&bull; <a href="#section-in-unnumbered" accesskey="1">section in unnumbered</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
81528143 </td></tr>
81538144 </table>
81548145
81678158 <span id="chapter-2-1"></span><h2 class="chapter">2 chapter 2</h2>
81688159
81698160 <table class="menu" border="0" cellspacing="0">
8170 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-2" accesskey="1">unnumberedsec 2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8161 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-2" accesskey="1">unnumberedsec 2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
81718162 </td></tr>
8172 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-2_002d1" accesskey="2">unnumberedsec 2-1</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8163 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-2_002d1" accesskey="2">unnumberedsec 2-1</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
81738164 </td></tr>
81748165 </table>
81758166
81818172 <span id="unnumbered-section-2"></span><h3 class="unnumberedsec">unnumbered section 2</h3>
81828173
81838174 <table class="menu" border="0" cellspacing="0">
8184 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub-2" accesskey="1">unnumbered sub 2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8175 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub-2" accesskey="1">unnumbered sub 2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
81858176 </td></tr>
8186 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-2" accesskey="2">numbered sub 2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8177 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-2" accesskey="2">numbered sub 2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
81878178 </td></tr>
8188 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub2-2" accesskey="3">unnumbered sub2 2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8179 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub2-2" accesskey="3">unnumbered sub2 2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
81898180 </td></tr>
8190 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub2-2" accesskey="4">numbered sub2 2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8181 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub2-2" accesskey="4">numbered sub2 2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
81918182 </td></tr>
81928183 </table>
81938184
82278218 <span id="unnumberedsec-2_002d1-1"></span><h3 class="unnumberedsec">unnumberedsec 2-1</h3>
82288219
82298220 <table class="menu" border="0" cellspacing="0">
8230 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-2_002d1" accesskey="1">numbered sub 2-1</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8221 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-2_002d1" accesskey="1">numbered sub 2-1</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82318222 </td></tr>
82328223 </table>
82338224
82478238 <span id="chapter-3-1"></span><h2 class="chapter">3 chapter 3</h2>
82488239
82498240 <table class="menu" border="0" cellspacing="0">
8250 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-3" accesskey="1">unnumberedsec 3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8241 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-3" accesskey="1">unnumberedsec 3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82518242 </td></tr>
8252 <tr><td align="left" valign="top">&bull; <a href="#section-3_002d1" accesskey="2">section 3-1</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8243 <tr><td align="left" valign="top">&bull; <a href="#section-3_002d1" accesskey="2">section 3-1</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82538244 </td></tr>
8254 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-3_002d2" accesskey="3">unnumberedsec 3-2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8245 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-3_002d2" accesskey="3">unnumberedsec 3-2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82558246 </td></tr>
8256 <tr><td align="left" valign="top">&bull; <a href="#section-3_002d3" accesskey="4">section 3-3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8247 <tr><td align="left" valign="top">&bull; <a href="#section-3_002d3" accesskey="4">section 3-3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82578248 </td></tr>
8258 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-3_002d4" accesskey="5">unnumberedsec 3-4</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8249 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-3_002d4" accesskey="5">unnumberedsec 3-4</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82598250 </td></tr>
82608251 </table>
82618252
82678258 <span id="unnumbered-section-3"></span><h3 class="unnumberedsec">unnumbered section 3</h3>
82688259
82698260 <table class="menu" border="0" cellspacing="0">
8270 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub-3" accesskey="1">unnumbered sub 3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8261 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub-3" accesskey="1">unnumbered sub 3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82718262 </td></tr>
8272 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-3" accesskey="2">numbered sub 3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8263 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-3" accesskey="2">numbered sub 3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82738264 </td></tr>
8274 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub2-3" accesskey="3">unnumbered sub2 3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8265 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub2-3" accesskey="3">unnumbered sub2 3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82758266 </td></tr>
8276 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub2-3" accesskey="4">numbered sub2 3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8267 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub2-3" accesskey="4">numbered sub2 3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
82778268 </td></tr>
82788269 </table>
82798270
83208311 <span id="unnumberedsec-3_002d2-1"></span><h3 class="unnumberedsec">unnumberedsec 3-2</h3>
83218312
83228313 <table class="menu" border="0" cellspacing="0">
8323 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-3_002d2" accesskey="1">numbered sub 3-2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8314 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-3_002d2" accesskey="1">numbered sub 3-2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
83248315 </td></tr>
83258316 </table>
83268317
83398330 <span id="section-3_002d3-1"></span><h3 class="section">3.2 section 3-3</h3>
83408331
83418332 <table class="menu" border="0" cellspacing="0">
8342 <tr><td align="left" valign="top">&bull; <a href="#subsection-3_002d3" accesskey="1">subsection 3-3</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8333 <tr><td align="left" valign="top">&bull; <a href="#subsection-3_002d3" accesskey="1">subsection 3-3</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
83438334 </td></tr>
83448335 </table>
83458336
83588349 <span id="unnumberedsec-3_002d4-1"></span><h3 class="unnumberedsec">unnumberedsec 3-4</h3>
83598350
83608351 <table class="menu" border="0" cellspacing="0">
8361 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-3_002d4" accesskey="1">numbered sub 3-4</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8352 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-3_002d4" accesskey="1">numbered sub 3-4</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
83628353 </td></tr>
83638354 </table>
83648355
83778368 <span id="unnumbered-4-1"></span><h2 class="unnumbered">unnumbered 4</h2>
83788369
83798370 <table class="menu" border="0" cellspacing="0">
8380 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-4" accesskey="1">unnumberedsec 4</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8371 <tr><td align="left" valign="top">&bull; <a href="#unnumberedsec-4" accesskey="1">unnumberedsec 4</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
83818372 </td></tr>
83828373 </table>
83838374
83898380 <span id="unnumbered-section-4"></span><h3 class="unnumberedsec">unnumbered section 4</h3>
83908381
83918382 <table class="menu" border="0" cellspacing="0">
8392 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub-4" accesskey="1">unnumbered sub 4</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8383 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub-4" accesskey="1">unnumbered sub 4</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
83938384 </td></tr>
8394 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-4" accesskey="2">numbered sub 4</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8385 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub-4" accesskey="2">numbered sub 4</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
83958386 </td></tr>
8396 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub2-4" accesskey="3">unnumbered sub2 4</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8387 <tr><td align="left" valign="top">&bull; <a href="#unnumbered-sub2-4" accesskey="3">unnumbered sub2 4</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
83978388 </td></tr>
8398 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub2-4" accesskey="4">numbered sub2 4</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8389 <tr><td align="left" valign="top">&bull; <a href="#numbered-sub2-4" accesskey="4">numbered sub2 4</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
83998390 </td></tr>
84008391 </table>
84018392
283283 <!--
284284 a.summary-letter {text-decoration: none}
285285 blockquote.indentedblock {margin-right: 0em}
286 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
287 blockquote.smallquotation {font-size: smaller}
288286 div.display {margin-left: 3.2em}
289287 div.example {margin-left: 3.2em}
290288 div.lisp {margin-left: 3.2em}
291 div.smalldisplay {margin-left: 3.2em}
292 div.smallexample {margin-left: 3.2em}
293 div.smalllisp {margin-left: 3.2em}
294289 kbd {font-style: oblique}
295290 pre.display {font-family: inherit}
296291 pre.format {font-family: inherit}
297292 pre.menu-comment {font-family: serif}
298293 pre.menu-preformatted {font-family: serif}
299 pre.smalldisplay {font-family: inherit; font-size: smaller}
300 pre.smallexample {font-size: smaller}
301 pre.smallformat {font-family: inherit; font-size: smaller}
302 pre.smalllisp {font-size: smaller}
303294 span.nolinebreak {white-space: nowrap}
304295 span.roman {font-family: initial; font-weight: normal}
305296 span.sansserif {font-family: sans-serif; font-weight: normal}
299299 <!--
300300 a.summary-letter {text-decoration: none}
301301 blockquote.indentedblock {margin-right: 0em}
302 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
303 blockquote.smallquotation {font-size: smaller}
304302 div.display {margin-left: 3.2em}
305303 div.example {margin-left: 3.2em}
306304 div.lisp {margin-left: 3.2em}
307 div.smalldisplay {margin-left: 3.2em}
308 div.smallexample {margin-left: 3.2em}
309 div.smalllisp {margin-left: 3.2em}
310305 kbd {font-style: oblique}
311306 pre.display {font-family: inherit}
312307 pre.format {font-family: inherit}
313308 pre.menu-comment {font-family: serif}
314309 pre.menu-preformatted {font-family: serif}
315 pre.smalldisplay {font-family: inherit; font-size: smaller}
316 pre.smallexample {font-size: smaller}
317 pre.smallformat {font-family: inherit; font-size: smaller}
318 pre.smalllisp {font-size: smaller}
319310 span.nolinebreak {white-space: nowrap}
320311 span.roman {font-family: initial; font-weight: normal}
321312 span.sansserif {font-family: sans-serif; font-weight: normal}
773773 <!--
774774 a.summary-letter {text-decoration: none}
775775 blockquote.indentedblock {margin-right: 0em}
776 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
777 blockquote.smallquotation {font-size: smaller}
778776 div.display {margin-left: 3.2em}
779777 div.example {margin-left: 3.2em}
780778 div.lisp {margin-left: 3.2em}
781 div.smalldisplay {margin-left: 3.2em}
782 div.smallexample {margin-left: 3.2em}
783 div.smalllisp {margin-left: 3.2em}
784779 kbd {font-style: oblique}
785780 pre.display {font-family: inherit}
786781 pre.format {font-family: inherit}
787782 pre.menu-comment {font-family: serif}
788783 pre.menu-preformatted {font-family: serif}
789 pre.smalldisplay {font-family: inherit; font-size: smaller}
790 pre.smallexample {font-size: smaller}
791 pre.smallformat {font-family: inherit; font-size: smaller}
792 pre.smalllisp {font-size: smaller}
793784 span.nolinebreak {white-space: nowrap}
794785 span.roman {font-family: initial; font-weight: normal}
795786 span.sansserif {font-family: sans-serif; font-weight: normal}
719719 <!--
720720 a.summary-letter {text-decoration: none}
721721 blockquote.indentedblock {margin-right: 0em}
722 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
723 blockquote.smallquotation {font-size: smaller}
724722 div.display {margin-left: 3.2em}
725723 div.example {margin-left: 3.2em}
726724 div.lisp {margin-left: 3.2em}
727 div.smalldisplay {margin-left: 3.2em}
728 div.smallexample {margin-left: 3.2em}
729 div.smalllisp {margin-left: 3.2em}
730725 kbd {font-style: oblique}
731726 pre.display {font-family: inherit}
732727 pre.format {font-family: inherit}
733728 pre.menu-comment {font-family: serif}
734729 pre.menu-preformatted {font-family: serif}
735 pre.smalldisplay {font-family: inherit; font-size: smaller}
736 pre.smallexample {font-size: smaller}
737 pre.smallformat {font-family: inherit; font-size: smaller}
738 pre.smalllisp {font-size: smaller}
739730 span.nolinebreak {white-space: nowrap}
740731 span.roman {font-family: initial; font-weight: normal}
741732 span.sansserif {font-family: sans-serif; font-weight: normal}
755746 <h1 class="node-heading">Top</h1>
756747
757748 <table class="menu" border="0" cellspacing="0">
758 <tr><td align="left" valign="top">&bull; <a href="#Chap-first-here" accesskey="1">Chap first here</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
749 <tr><td align="left" valign="top">&bull; <a href="#Chap-first-here" accesskey="1">Chap first here</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
759750 </td></tr>
760 <tr><td align="left" valign="top">&bull; <a href="#Test-title" accesskey="2">Test title </a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
751 <tr><td align="left" valign="top">&bull; <a href="#Test-title" accesskey="2">Test title </a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
761752 </td></tr>
762 <tr><td align="left" valign="top">&bull; <a href="#Last-with-spaces" accesskey="3">Last with spaces </a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
753 <tr><td align="left" valign="top">&bull; <a href="#Last-with-spaces" accesskey="3">Last with spaces </a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
763754 </td></tr>
764755 </table>
765756
108108 <!--
109109 a.summary-letter {text-decoration: none}
110110 blockquote.indentedblock {margin-right: 0em}
111 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
112 blockquote.smallquotation {font-size: smaller}
113111 div.display {margin-left: 3.2em}
114112 div.example {margin-left: 3.2em}
115113 div.lisp {margin-left: 3.2em}
116 div.smalldisplay {margin-left: 3.2em}
117 div.smallexample {margin-left: 3.2em}
118 div.smalllisp {margin-left: 3.2em}
119114 kbd {font-style: oblique}
120115 pre.display {font-family: inherit}
121116 pre.format {font-family: inherit}
122117 pre.menu-comment {font-family: serif}
123118 pre.menu-preformatted {font-family: serif}
124 pre.smalldisplay {font-family: inherit; font-size: smaller}
125 pre.smallexample {font-size: smaller}
126 pre.smallformat {font-family: inherit; font-size: smaller}
127 pre.smalllisp {font-size: smaller}
128119 span.nolinebreak {white-space: nowrap}
129120 span.roman {font-family: initial; font-weight: normal}
130121 span.sansserif {font-family: sans-serif; font-weight: normal}
178178 <!--
179179 a.summary-letter {text-decoration: none}
180180 blockquote.indentedblock {margin-right: 0em}
181 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
182 blockquote.smallquotation {font-size: smaller}
183181 div.display {margin-left: 3.2em}
184182 div.example {margin-left: 3.2em}
185183 div.lisp {margin-left: 3.2em}
186 div.smalldisplay {margin-left: 3.2em}
187 div.smallexample {margin-left: 3.2em}
188 div.smalllisp {margin-left: 3.2em}
189184 kbd {font-style: oblique}
190185 pre.display {font-family: inherit}
191186 pre.format {font-family: inherit}
192187 pre.menu-comment {font-family: serif}
193188 pre.menu-preformatted {font-family: serif}
194 pre.smalldisplay {font-family: inherit; font-size: smaller}
195 pre.smallexample {font-size: smaller}
196 pre.smallformat {font-family: inherit; font-size: smaller}
197 pre.smalllisp {font-size: smaller}
198189 span.nolinebreak {white-space: nowrap}
199190 span.roman {font-family: initial; font-weight: normal}
200191 span.sansserif {font-family: sans-serif; font-weight: normal}
180180 <!--
181181 a.summary-letter {text-decoration: none}
182182 blockquote.indentedblock {margin-right: 0em}
183 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
184 blockquote.smallquotation {font-size: smaller}
185183 div.display {margin-left: 3.2em}
186184 div.example {margin-left: 3.2em}
187185 div.lisp {margin-left: 3.2em}
188 div.smalldisplay {margin-left: 3.2em}
189 div.smallexample {margin-left: 3.2em}
190 div.smalllisp {margin-left: 3.2em}
191186 kbd {font-style: oblique}
192187 pre.display {font-family: inherit}
193188 pre.format {font-family: inherit}
194189 pre.menu-comment {font-family: serif}
195190 pre.menu-preformatted {font-family: serif}
196 pre.smalldisplay {font-family: inherit; font-size: smaller}
197 pre.smallexample {font-size: smaller}
198 pre.smallformat {font-family: inherit; font-size: smaller}
199 pre.smalllisp {font-size: smaller}
200191 span.nolinebreak {white-space: nowrap}
201192 span.roman {font-family: initial; font-weight: normal}
202193 span.sansserif {font-family: sans-serif; font-weight: normal}
534534 <!--
535535 a.summary-letter {text-decoration: none}
536536 blockquote.indentedblock {margin-right: 0em}
537 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
538 blockquote.smallquotation {font-size: smaller}
539537 div.display {margin-left: 3.2em}
540538 div.example {margin-left: 3.2em}
541539 div.lisp {margin-left: 3.2em}
542 div.smalldisplay {margin-left: 3.2em}
543 div.smallexample {margin-left: 3.2em}
544 div.smalllisp {margin-left: 3.2em}
545540 kbd {font-style: oblique}
546541 pre.display {font-family: inherit}
547542 pre.format {font-family: inherit}
548543 pre.menu-comment {font-family: serif}
549544 pre.menu-preformatted {font-family: serif}
550 pre.smalldisplay {font-family: inherit; font-size: smaller}
551 pre.smallexample {font-size: smaller}
552 pre.smallformat {font-family: inherit; font-size: smaller}
553 pre.smalllisp {font-size: smaller}
554545 span.nolinebreak {white-space: nowrap}
555546 span.roman {font-family: initial; font-weight: normal}
556547 span.sansserif {font-family: sans-serif; font-weight: normal}
569560 <h1 class="node-heading">Top</h1>
570561
571562 <table class="menu" border="0" cellspacing="0">
572 <tr><td align="left" valign="top">&bull; <a href="#second-node" accesskey="1">second node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
563 <tr><td align="left" valign="top">&bull; <a href="#second-node" accesskey="1">second node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
573564 </td></tr>
574 <tr><td align="left" valign="top">&bull; <a href="#Top" accesskey="2">TOP</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">myself
565 <tr><td align="left" valign="top">&bull; <a href="#Top" accesskey="2">TOP</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">myself
575566 </td></tr>
576567 </table>
577568
359359 <!--
360360 a.summary-letter {text-decoration: none}
361361 blockquote.indentedblock {margin-right: 0em}
362 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
363 blockquote.smallquotation {font-size: smaller}
364362 div.display {margin-left: 3.2em}
365363 div.example {margin-left: 3.2em}
366364 div.lisp {margin-left: 3.2em}
367 div.smalldisplay {margin-left: 3.2em}
368 div.smallexample {margin-left: 3.2em}
369 div.smalllisp {margin-left: 3.2em}
370365 kbd {font-style: oblique}
371366 pre.display {font-family: inherit}
372367 pre.format {font-family: inherit}
373368 pre.menu-comment {font-family: serif}
374369 pre.menu-preformatted {font-family: serif}
375 pre.smalldisplay {font-family: inherit; font-size: smaller}
376 pre.smallexample {font-size: smaller}
377 pre.smallformat {font-family: inherit; font-size: smaller}
378 pre.smalllisp {font-size: smaller}
379370 span.nolinebreak {white-space: nowrap}
380371 span.roman {font-family: initial; font-weight: normal}
381372 span.sansserif {font-family: sans-serif; font-weight: normal}
552552 <!--
553553 a.summary-letter {text-decoration: none}
554554 blockquote.indentedblock {margin-right: 0em}
555 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
556 blockquote.smallquotation {font-size: smaller}
557555 div.display {margin-left: 3.2em}
558556 div.example {margin-left: 3.2em}
559557 div.lisp {margin-left: 3.2em}
560 div.smalldisplay {margin-left: 3.2em}
561 div.smallexample {margin-left: 3.2em}
562 div.smalllisp {margin-left: 3.2em}
563558 kbd {font-style: oblique}
564559 pre.display {font-family: inherit}
565560 pre.format {font-family: inherit}
566561 pre.menu-comment {font-family: serif}
567562 pre.menu-preformatted {font-family: serif}
568 pre.smalldisplay {font-family: inherit; font-size: smaller}
569 pre.smallexample {font-size: smaller}
570 pre.smallformat {font-family: inherit; font-size: smaller}
571 pre.smalllisp {font-size: smaller}
572563 span.nolinebreak {white-space: nowrap}
573564 span.roman {font-family: initial; font-weight: normal}
574565 span.sansserif {font-family: sans-serif; font-weight: normal}
587578 <span id="internal-top-node-up"></span><h1 class="top">internal top node up</h1>
588579
589580 <table class="menu" border="0" cellspacing="0">
590 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
581 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
591582 </td></tr>
592583 </table>
593584
411411 <!--
412412 a.summary-letter {text-decoration: none}
413413 blockquote.indentedblock {margin-right: 0em}
414 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
415 blockquote.smallquotation {font-size: smaller}
416414 div.display {margin-left: 3.2em}
417415 div.example {margin-left: 3.2em}
418416 div.lisp {margin-left: 3.2em}
419 div.smalldisplay {margin-left: 3.2em}
420 div.smallexample {margin-left: 3.2em}
421 div.smalllisp {margin-left: 3.2em}
422417 kbd {font-style: oblique}
423418 pre.display {font-family: inherit}
424419 pre.format {font-family: inherit}
425420 pre.menu-comment {font-family: serif}
426421 pre.menu-preformatted {font-family: serif}
427 pre.smalldisplay {font-family: inherit; font-size: smaller}
428 pre.smallexample {font-size: smaller}
429 pre.smallformat {font-family: inherit; font-size: smaller}
430 pre.smalllisp {font-size: smaller}
431422 span.nolinebreak {white-space: nowrap}
432423 span.roman {font-family: initial; font-weight: normal}
433424 span.sansserif {font-family: sans-serif; font-weight: normal}
459459 <!--
460460 a.summary-letter {text-decoration: none}
461461 blockquote.indentedblock {margin-right: 0em}
462 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
463 blockquote.smallquotation {font-size: smaller}
464462 div.display {margin-left: 3.2em}
465463 div.example {margin-left: 3.2em}
466464 div.lisp {margin-left: 3.2em}
467 div.smalldisplay {margin-left: 3.2em}
468 div.smallexample {margin-left: 3.2em}
469 div.smalllisp {margin-left: 3.2em}
470465 kbd {font-style: oblique}
471466 pre.display {font-family: inherit}
472467 pre.format {font-family: inherit}
473468 pre.menu-comment {font-family: serif}
474469 pre.menu-preformatted {font-family: serif}
475 pre.smalldisplay {font-family: inherit; font-size: smaller}
476 pre.smallexample {font-size: smaller}
477 pre.smallformat {font-family: inherit; font-size: smaller}
478 pre.smalllisp {font-size: smaller}
479470 span.nolinebreak {white-space: nowrap}
480471 span.roman {font-family: initial; font-weight: normal}
481472 span.sansserif {font-family: sans-serif; font-weight: normal}
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
1515 <!--
1616 a.summary-letter {text-decoration: none}
1717 blockquote.indentedblock {margin-right: 0em}
18 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
19 blockquote.smallquotation {font-size: smaller}
2018 div.display {margin-left: 3.2em}
2119 div.example {margin-left: 3.2em}
2220 div.lisp {margin-left: 3.2em}
23 div.smalldisplay {margin-left: 3.2em}
24 div.smallexample {margin-left: 3.2em}
25 div.smalllisp {margin-left: 3.2em}
2621 kbd {font-style: oblique}
2722 pre.display {font-family: inherit}
2823 pre.format {font-family: inherit}
2924 pre.menu-comment {font-family: serif}
3025 pre.menu-preformatted {font-family: serif}
31 pre.smalldisplay {font-family: inherit; font-size: smaller}
32 pre.smallexample {font-size: smaller}
33 pre.smallformat {font-family: inherit; font-size: smaller}
34 pre.smalllisp {font-size: smaller}
3526 span.nolinebreak {white-space: nowrap}
3627 span.roman {font-family: initial; font-weight: normal}
3728 span.sansserif {font-family: sans-serif; font-weight: normal}
5142 <h1 class="node-heading">Top</h1>
5243
5344 <table class="menu" border="0" cellspacing="0">
54 <tr><td align="left" valign="top">&bull; <a href="a.html#g_t_00e3" accesskey="1">&atilde;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
45 <tr><td align="left" valign="top">&bull; <a href="a.html#g_t_00e3" accesskey="1">&atilde;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5546 </td></tr>
56 <tr><td align="left" valign="top">&bull; <a href="n.html#n" accesskey="2">n</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
47 <tr><td align="left" valign="top">&bull; <a href="n.html#n" accesskey="2">n</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5748 </td></tr>
58 <tr><td align="left" valign="top">&bull; <a href="a.html#g_t_00e2" accesskey="3">&acirc;</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
49 <tr><td align="left" valign="top">&bull; <a href="a.html#g_t_00e2" accesskey="3">&acirc;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
5950 </td></tr>
6051 </table>
6152
1616 <!--
1717 a.summary-letter {text-decoration: none}
1818 blockquote.indentedblock {margin-right: 0em}
19 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
20 blockquote.smallquotation {font-size: smaller}
2119 div.display {margin-left: 3.2em}
2220 div.example {margin-left: 3.2em}
2321 div.lisp {margin-left: 3.2em}
24 div.smalldisplay {margin-left: 3.2em}
25 div.smallexample {margin-left: 3.2em}
26 div.smalllisp {margin-left: 3.2em}
2722 kbd {font-style: oblique}
2823 pre.display {font-family: inherit}
2924 pre.format {font-family: inherit}
3025 pre.menu-comment {font-family: serif}
3126 pre.menu-preformatted {font-family: serif}
32 pre.smalldisplay {font-family: inherit; font-size: smaller}
33 pre.smallexample {font-size: smaller}
34 pre.smallformat {font-family: inherit; font-size: smaller}
35 pre.smalllisp {font-size: smaller}
3627 span.nolinebreak {white-space: nowrap}
3728 span.roman {font-family: initial; font-weight: normal}
3829 span.sansserif {font-family: sans-serif; font-weight: normal}
10241024 <!--
10251025 a.summary-letter {text-decoration: none}
10261026 blockquote.indentedblock {margin-right: 0em}
1027 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1028 blockquote.smallquotation {font-size: smaller}
10291027 div.display {margin-left: 3.2em}
10301028 div.example {margin-left: 3.2em}
10311029 div.lisp {margin-left: 3.2em}
1032 div.smalldisplay {margin-left: 3.2em}
1033 div.smallexample {margin-left: 3.2em}
1034 div.smalllisp {margin-left: 3.2em}
10351030 kbd {font-style: oblique}
10361031 pre.display {font-family: inherit}
10371032 pre.format {font-family: inherit}
10381033 pre.menu-comment {font-family: serif}
10391034 pre.menu-preformatted {font-family: serif}
1040 pre.smalldisplay {font-family: inherit; font-size: smaller}
1041 pre.smallexample {font-size: smaller}
1042 pre.smallformat {font-family: inherit; font-size: smaller}
1043 pre.smalllisp {font-size: smaller}
10441035 span.nolinebreak {white-space: nowrap}
10451036 span.roman {font-family: initial; font-weight: normal}
10461037 span.sansserif {font-family: sans-serif; font-weight: normal}
10591050 <span id="top"></span><h1 class="top">top</h1>
10601051
10611052 <table class="menu" border="0" cellspacing="0">
1062 <tr><td align="left" valign="top">&bull; <a href="#chapter-1" accesskey="1">chapter 1</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1053 <tr><td align="left" valign="top">&bull; <a href="#chapter-1" accesskey="1">chapter 1</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10631054 </td></tr>
1064 <tr><td align="left" valign="top">&bull; <a href="#node-after-chapter-1" accesskey="2">node after chapter 1</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1055 <tr><td align="left" valign="top">&bull; <a href="#node-after-chapter-1" accesskey="2">node after chapter 1</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10651056 </td></tr>
1066 <tr><td align="left" valign="top">&bull; <a href="#node-after-chapter-2" accesskey="3">node after chapter 2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1057 <tr><td align="left" valign="top">&bull; <a href="#node-after-chapter-2" accesskey="3">node after chapter 2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
10671058 </td></tr>
10681059 </table>
10691060
11731173 <!--
11741174 a.summary-letter {text-decoration: none}
11751175 blockquote.indentedblock {margin-right: 0em}
1176 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
1177 blockquote.smallquotation {font-size: smaller}
11781176 div.display {margin-left: 3.2em}
11791177 div.example {margin-left: 3.2em}
11801178 div.lisp {margin-left: 3.2em}
1181 div.smalldisplay {margin-left: 3.2em}
1182 div.smallexample {margin-left: 3.2em}
1183 div.smalllisp {margin-left: 3.2em}
11841179 kbd {font-style: oblique}
11851180 pre.display {font-family: inherit}
11861181 pre.format {font-family: inherit}
11871182 pre.menu-comment {font-family: serif}
11881183 pre.menu-preformatted {font-family: serif}
1189 pre.smalldisplay {font-family: inherit; font-size: smaller}
1190 pre.smallexample {font-size: smaller}
1191 pre.smallformat {font-family: inherit; font-size: smaller}
1192 pre.smalllisp {font-size: smaller}
11931184 span.nolinebreak {white-space: nowrap}
11941185 span.roman {font-family: initial; font-weight: normal}
11951186 span.sansserif {font-family: sans-serif; font-weight: normal}
12081199 <span id="top"></span><h1 class="top">top</h1>
12091200
12101201 <table class="menu" border="0" cellspacing="0">
1211 <tr><td align="left" valign="top">&bull; <a href="#chapter-1" accesskey="1">chapter 1</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1202 <tr><td align="left" valign="top">&bull; <a href="#chapter-1" accesskey="1">chapter 1</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
12121203 </td></tr>
1213 <tr><td align="left" valign="top">&bull; <a href="#node-between-chapters" accesskey="2">node between chapters</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1204 <tr><td align="left" valign="top">&bull; <a href="#node-between-chapters" accesskey="2">node between chapters</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
12141205 </td></tr>
1215 <tr><td align="left" valign="top">&bull; <a href="#chapter-2" accesskey="3">chapter 2</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1206 <tr><td align="left" valign="top">&bull; <a href="#chapter-2" accesskey="3">chapter 2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
12161207 </td></tr>
12171208 </table>
12181209
146146 <!--
147147 a.summary-letter {text-decoration: none}
148148 blockquote.indentedblock {margin-right: 0em}
149 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
150 blockquote.smallquotation {font-size: smaller}
151149 div.display {margin-left: 3.2em}
152150 div.example {margin-left: 3.2em}
153151 div.lisp {margin-left: 3.2em}
154 div.smalldisplay {margin-left: 3.2em}
155 div.smallexample {margin-left: 3.2em}
156 div.smalllisp {margin-left: 3.2em}
157152 kbd {font-style: oblique}
158153 pre.display {font-family: inherit}
159154 pre.format {font-family: inherit}
160155 pre.menu-comment {font-family: serif}
161156 pre.menu-preformatted {font-family: serif}
162 pre.smalldisplay {font-family: inherit; font-size: smaller}
163 pre.smallexample {font-size: smaller}
164 pre.smallformat {font-family: inherit; font-size: smaller}
165 pre.smalllisp {font-size: smaller}
166157 span.nolinebreak {white-space: nowrap}
167158 span.roman {font-family: initial; font-weight: normal}
168159 span.sansserif {font-family: sans-serif; font-weight: normal}
419419 <!--
420420 a.summary-letter {text-decoration: none}
421421 blockquote.indentedblock {margin-right: 0em}
422 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
423 blockquote.smallquotation {font-size: smaller}
424422 div.display {margin-left: 3.2em}
425423 div.example {margin-left: 3.2em}
426424 div.lisp {margin-left: 3.2em}
427 div.smalldisplay {margin-left: 3.2em}
428 div.smallexample {margin-left: 3.2em}
429 div.smalllisp {margin-left: 3.2em}
430425 kbd {font-style: oblique}
431426 pre.display {font-family: inherit}
432427 pre.format {font-family: inherit}
433428 pre.menu-comment {font-family: serif}
434429 pre.menu-preformatted {font-family: serif}
435 pre.smalldisplay {font-family: inherit; font-size: smaller}
436 pre.smallexample {font-size: smaller}
437 pre.smallformat {font-family: inherit; font-size: smaller}
438 pre.smalllisp {font-size: smaller}
439430 span.nolinebreak {white-space: nowrap}
440431 span.roman {font-family: initial; font-weight: normal}
441432 span.sansserif {font-family: sans-serif; font-weight: normal}
289289 <!--
290290 a.summary-letter {text-decoration: none}
291291 blockquote.indentedblock {margin-right: 0em}
292 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
293 blockquote.smallquotation {font-size: smaller}
294292 div.display {margin-left: 3.2em}
295293 div.example {margin-left: 3.2em}
296294 div.lisp {margin-left: 3.2em}
297 div.smalldisplay {margin-left: 3.2em}
298 div.smallexample {margin-left: 3.2em}
299 div.smalllisp {margin-left: 3.2em}
300295 kbd {font-style: oblique}
301296 pre.display {font-family: inherit}
302297 pre.format {font-family: inherit}
303298 pre.menu-comment {font-family: serif}
304299 pre.menu-preformatted {font-family: serif}
305 pre.smalldisplay {font-family: inherit; font-size: smaller}
306 pre.smallexample {font-size: smaller}
307 pre.smallformat {font-family: inherit; font-size: smaller}
308 pre.smalllisp {font-size: smaller}
309300 span.nolinebreak {white-space: nowrap}
310301 span.roman {font-family: initial; font-weight: normal}
311302 span.sansserif {font-family: sans-serif; font-weight: normal}
674674 <!--
675675 a.summary-letter {text-decoration: none}
676676 blockquote.indentedblock {margin-right: 0em}
677 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
678 blockquote.smallquotation {font-size: smaller}
679677 div.display {margin-left: 3.2em}
680678 div.example {margin-left: 3.2em}
681679 div.lisp {margin-left: 3.2em}
682 div.smalldisplay {margin-left: 3.2em}
683 div.smallexample {margin-left: 3.2em}
684 div.smalllisp {margin-left: 3.2em}
685680 kbd {font-style: oblique}
686681 pre.display {font-family: inherit}
687682 pre.format {font-family: inherit}
688683 pre.menu-comment {font-family: serif}
689684 pre.menu-preformatted {font-family: serif}
690 pre.smalldisplay {font-family: inherit; font-size: smaller}
691 pre.smallexample {font-size: smaller}
692 pre.smallformat {font-family: inherit; font-size: smaller}
693 pre.smalllisp {font-size: smaller}
694685 span.nolinebreak {white-space: nowrap}
695686 span.roman {font-family: initial; font-weight: normal}
696687 span.sansserif {font-family: sans-serif; font-weight: normal}
728728 <!--
729729 a.summary-letter {text-decoration: none}
730730 blockquote.indentedblock {margin-right: 0em}
731 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
732 blockquote.smallquotation {font-size: smaller}
733731 div.display {margin-left: 3.2em}
734732 div.example {margin-left: 3.2em}
735733 div.lisp {margin-left: 3.2em}
736 div.smalldisplay {margin-left: 3.2em}
737 div.smallexample {margin-left: 3.2em}
738 div.smalllisp {margin-left: 3.2em}
739734 kbd {font-style: oblique}
740735 pre.display {font-family: inherit}
741736 pre.format {font-family: inherit}
742737 pre.menu-comment {font-family: serif}
743738 pre.menu-preformatted {font-family: serif}
744 pre.smalldisplay {font-family: inherit; font-size: smaller}
745 pre.smallexample {font-size: smaller}
746 pre.smallformat {font-family: inherit; font-size: smaller}
747 pre.smalllisp {font-size: smaller}
748739 span.nolinebreak {white-space: nowrap}
749740 span.roman {font-family: initial; font-weight: normal}
750741 span.sansserif {font-family: sans-serif; font-weight: normal}
689689
690690 my $parser = Texinfo::Parser::parser({'TEST' => 1,
691691 'include_directories' => [
692 $srcdir.'t/include_reference',
693692 $srcdir.'t/include/'],
694693 'DEBUG' => $self->{'DEBUG'},
695694 %$parser_options});
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
2323
2424 a.summary-letter {text-decoration: none}
2525 blockquote.indentedblock {margin-right: 0em}
26 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
27 blockquote.smallquotation {font-size: smaller}
2826 div.display {margin-left: 3.2em}
2927 div.example {margin-left: 3.2em}
3028 div.lisp {margin-left: 3.2em}
31 div.smalldisplay {margin-left: 3.2em}
32 div.smallexample {margin-left: 3.2em}
33 div.smalllisp {margin-left: 3.2em}
3429 kbd {font-style: oblique}
3530 pre.display {font-family: inherit}
3631 pre.format {font-family: inherit}
3732 pre.menu-comment {font-family: serif}
3833 pre.menu-preformatted {font-family: serif}
39 pre.smalldisplay {font-family: inherit; font-size: smaller}
40 pre.smallexample {font-size: smaller}
41 pre.smallformat {font-family: inherit; font-size: smaller}
42 pre.smalllisp {font-size: smaller}
4334 span.nolinebreak {white-space: nowrap}
4435 span.roman {font-family: initial; font-weight: normal}
4536 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1919 <!--
2020 a.summary-letter {text-decoration: none}
2121 blockquote.indentedblock {margin-right: 0em}
22 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
23 blockquote.smallquotation {font-size: smaller}
2422 div.display {margin-left: 3.2em}
2523 div.example {margin-left: 3.2em}
2624 div.lisp {margin-left: 3.2em}
27 div.smalldisplay {margin-left: 3.2em}
28 div.smallexample {margin-left: 3.2em}
29 div.smalllisp {margin-left: 3.2em}
3025 kbd {font-style: oblique}
3126 pre.display {font-family: inherit}
3227 pre.format {font-family: inherit}
3328 pre.menu-comment {font-family: serif}
3429 pre.menu-preformatted {font-family: serif}
35 pre.smalldisplay {font-family: inherit; font-size: smaller}
36 pre.smallexample {font-size: smaller}
37 pre.smallformat {font-family: inherit; font-size: smaller}
38 pre.smalllisp {font-size: smaller}
3930 span.nolinebreak {white-space: nowrap}
4031 span.roman {font-family: initial; font-weight: normal}
4132 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
2424 <!--
2525 a.summary-letter {text-decoration: none}
2626 blockquote.indentedblock {margin-right: 0em}
27 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
28 blockquote.smallquotation {font-size: smaller}
2927 div.display {margin-left: 3.2em}
3028 div.example {margin-left: 3.2em}
3129 div.lisp {margin-left: 3.2em}
32 div.smalldisplay {margin-left: 3.2em}
33 div.smallexample {margin-left: 3.2em}
34 div.smalllisp {margin-left: 3.2em}
3530 kbd {font-style: oblique}
3631 pre.display {font-family: inherit}
3732 pre.format {font-family: inherit}
3833 pre.menu-comment {font-family: serif}
3934 pre.menu-preformatted {font-family: serif}
40 pre.smalldisplay {font-family: inherit; font-size: smaller}
41 pre.smallexample {font-size: smaller}
42 pre.smallformat {font-family: inherit; font-size: smaller}
43 pre.smalllisp {font-size: smaller}
4435 span.nolinebreak {white-space: nowrap}
4536 span.roman {font-family: initial; font-weight: normal}
4637 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
2020 <!--
2121 a.summary-letter {text-decoration: none}
2222 blockquote.indentedblock {margin-right: 0em}
23 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
24 blockquote.smallquotation {font-size: smaller}
2523 div.display {margin-left: 3.2em}
2624 div.example {margin-left: 3.2em}
2725 div.lisp {margin-left: 3.2em}
28 div.smalldisplay {margin-left: 3.2em}
29 div.smallexample {margin-left: 3.2em}
30 div.smalllisp {margin-left: 3.2em}
3126 kbd {font-style: oblique}
3227 pre.display {font-family: inherit}
3328 pre.format {font-family: inherit}
3429 pre.menu-comment {font-family: serif}
3530 pre.menu-preformatted {font-family: serif}
36 pre.smalldisplay {font-family: inherit; font-size: smaller}
37 pre.smallexample {font-size: smaller}
38 pre.smallformat {font-family: inherit; font-size: smaller}
39 pre.smalllisp {font-size: smaller}
4031 span.nolinebreak {white-space: nowrap}
4132 span.roman {font-family: initial; font-weight: normal}
4233 span.sansserif {font-family: sans-serif; font-weight: normal}
2424 <!--
2525 a.summary-letter {text-decoration: none}
2626 blockquote.indentedblock {margin-right: 0em}
27 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
28 blockquote.smallquotation {font-size: smaller}
2927 div.display {margin-left: 3.2em}
3028 div.example {margin-left: 3.2em}
3129 div.lisp {margin-left: 3.2em}
32 div.smalldisplay {margin-left: 3.2em}
33 div.smallexample {margin-left: 3.2em}
34 div.smalllisp {margin-left: 3.2em}
3530 kbd {font-style: oblique}
3631 pre.display {font-family: inherit}
3732 pre.format {font-family: inherit}
3833 pre.menu-comment {font-family: serif}
3934 pre.menu-preformatted {font-family: serif}
40 pre.smalldisplay {font-family: inherit; font-size: smaller}
41 pre.smallexample {font-size: smaller}
42 pre.smallformat {font-family: inherit; font-size: smaller}
43 pre.smalllisp {font-size: smaller}
4435 span.nolinebreak {white-space: nowrap}
4536 span.roman {font-family: initial; font-weight: normal}
4637 span.sansserif {font-family: sans-serif; font-weight: normal}
6152 </div>
6253 <span id="Top-1"></span><h1 class="top">Top</h1>
6354 <table class="menu" border="0" cellspacing="0">
64 <tr><td align="left" valign="top">&bull; <a href="Copying-and-indices.html#Copying-and-indices" accesskey="1">Copying and indices</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
55 <tr><td align="left" valign="top">&bull; <a href="Copying-and-indices.html#Copying-and-indices" accesskey="1">Copying and indices</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
6556 </td></tr>
6657 </table>
6758
122113 </dl>
123114
124115 <table class="menu" border="0" cellspacing="0">
125 <tr><td align="left" valign="top">&bull; <a href="Copying-and-indices.html#Copying-and-indices" accesskey="1">Copying and indices</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
116 <tr><td align="left" valign="top">&bull; <a href="Copying-and-indices.html#Copying-and-indices" accesskey="1">Copying and indices</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
126117 </td></tr>
127118 </table>
128119
2323 <!--
2424 a.summary-letter {text-decoration: none}
2525 blockquote.indentedblock {margin-right: 0em}
26 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
27 blockquote.smallquotation {font-size: smaller}
2826 div.display {margin-left: 3.2em}
2927 div.example {margin-left: 3.2em}
3028 div.lisp {margin-left: 3.2em}
31 div.smalldisplay {margin-left: 3.2em}
32 div.smallexample {margin-left: 3.2em}
33 div.smalllisp {margin-left: 3.2em}
3429 kbd {font-style: oblique}
3530 pre.display {font-family: inherit}
3631 pre.format {font-family: inherit}
3732 pre.menu-comment {font-family: serif}
3833 pre.menu-preformatted {font-family: serif}
39 pre.smalldisplay {font-family: inherit; font-size: smaller}
40 pre.smallexample {font-size: smaller}
41 pre.smallformat {font-family: inherit; font-size: smaller}
42 pre.smalllisp {font-size: smaller}
4334 span.nolinebreak {white-space: nowrap}
4435 span.roman {font-family: initial; font-weight: normal}
4536 span.sansserif {font-family: sans-serif; font-weight: normal}
2323 <!--
2424 a.summary-letter {text-decoration: none}
2525 blockquote.indentedblock {margin-right: 0em}
26 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
27 blockquote.smallquotation {font-size: smaller}
2826 div.display {margin-left: 3.2em}
2927 div.example {margin-left: 3.2em}
3028 div.lisp {margin-left: 3.2em}
31 div.smalldisplay {margin-left: 3.2em}
32 div.smallexample {margin-left: 3.2em}
33 div.smalllisp {margin-left: 3.2em}
3429 kbd {font-style: oblique}
3530 pre.display {font-family: inherit}
3631 pre.format {font-family: inherit}
3732 pre.menu-comment {font-family: serif}
3833 pre.menu-preformatted {font-family: serif}
39 pre.smalldisplay {font-family: inherit; font-size: smaller}
40 pre.smallexample {font-size: smaller}
41 pre.smallformat {font-family: inherit; font-size: smaller}
42 pre.smalllisp {font-size: smaller}
4334 span.nolinebreak {white-space: nowrap}
4435 span.roman {font-family: initial; font-weight: normal}
4536 span.sansserif {font-family: sans-serif; font-weight: normal}
6051 </div>
6152 <span id="Top-1"></span><h1 class="top">Top</h1>
6253 <table class="menu" border="0" cellspacing="0">
63 <tr><td align="left" valign="top">&bull; <a href="Copying-and-indices.html#Copying-and-indices" accesskey="1">Copying and indices</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
54 <tr><td align="left" valign="top">&bull; <a href="Copying-and-indices.html#Copying-and-indices" accesskey="1">Copying and indices</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
6455 </td></tr>
6556 </table>
6657
8576 </dl>
8677
8778 <table class="menu" border="0" cellspacing="0">
88 <tr><td align="left" valign="top">&bull; <a href="Copying-and-indices.html#Copying-and-indices" accesskey="1">Copying and indices</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
79 <tr><td align="left" valign="top">&bull; <a href="Copying-and-indices.html#Copying-and-indices" accesskey="1">Copying and indices</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
8980 </td></tr>
9081 </table>
9182
2323 <!--
2424 a.summary-letter {text-decoration: none}
2525 blockquote.indentedblock {margin-right: 0em}
26 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
27 blockquote.smallquotation {font-size: smaller}
2826 div.display {margin-left: 3.2em}
2927 div.example {margin-left: 3.2em}
3028 div.lisp {margin-left: 3.2em}
31 div.smalldisplay {margin-left: 3.2em}
32 div.smallexample {margin-left: 3.2em}
33 div.smalllisp {margin-left: 3.2em}
3429 kbd {font-style: oblique}
3530 pre.display {font-family: inherit}
3631 pre.format {font-family: inherit}
3732 pre.menu-comment {font-family: serif}
3833 pre.menu-preformatted {font-family: serif}
39 pre.smalldisplay {font-family: inherit; font-size: smaller}
40 pre.smallexample {font-size: smaller}
41 pre.smallformat {font-family: inherit; font-size: smaller}
42 pre.smalllisp {font-size: smaller}
4334 span.nolinebreak {white-space: nowrap}
4435 span.roman {font-family: initial; font-weight: normal}
4536 span.sansserif {font-family: sans-serif; font-weight: normal}
2323 <!--
2424 a.summary-letter {text-decoration: none}
2525 blockquote.indentedblock {margin-right: 0em}
26 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
27 blockquote.smallquotation {font-size: smaller}
2826 div.display {margin-left: 3.2em}
2927 div.example {margin-left: 3.2em}
3028 div.lisp {margin-left: 3.2em}
31 div.smalldisplay {margin-left: 3.2em}
32 div.smallexample {margin-left: 3.2em}
33 div.smalllisp {margin-left: 3.2em}
3429 kbd {font-style: oblique}
3530 pre.display {font-family: inherit}
3631 pre.format {font-family: inherit}
3732 pre.menu-comment {font-family: serif}
3833 pre.menu-preformatted {font-family: serif}
39 pre.smalldisplay {font-family: inherit; font-size: smaller}
40 pre.smallexample {font-size: smaller}
41 pre.smallformat {font-family: inherit; font-size: smaller}
42 pre.smalllisp {font-size: smaller}
4334 span.nolinebreak {white-space: nowrap}
4435 span.roman {font-family: initial; font-weight: normal}
4536 span.sansserif {font-family: sans-serif; font-weight: normal}
6152 <span id="Top-1"></span><h1 class="top">Top</h1>
6253
6354 <table class="menu" border="0" cellspacing="0">
64 <tr><td align="left" valign="top">&bull; <a href="Copying-and-indices.html#Copying-and-indices" accesskey="1">Copying and indices</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
55 <tr><td align="left" valign="top">&bull; <a href="Copying-and-indices.html#Copying-and-indices" accesskey="1">Copying and indices</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
6556 </td></tr>
6657 </table>
6758
8677 </dl>
8778
8879 <table class="menu" border="0" cellspacing="0">
89 <tr><td align="left" valign="top">&bull; <a href="Copying-and-indices.html#Copying-and-indices" accesskey="1">Copying and indices</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
80 <tr><td align="left" valign="top">&bull; <a href="Copying-and-indices.html#Copying-and-indices" accesskey="1">Copying and indices</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
9081 </td></tr>
9182 </table>
9283
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
194185 </td></tr></table>
195186 <p>after second printindex in first node
196187 </p><table class="menu" border="0" cellspacing="0">
197 <tr><td align="left" valign="top">&bull; <a href="#node-in-menu-before-top" accesskey="1">node in menu before top</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
188 <tr><td align="left" valign="top">&bull; <a href="#node-in-menu-before-top" accesskey="1">node in menu before top</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
198189 </td></tr>
199190 </table>
200191
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
225216 <p>in top section
226217 </p>
227218 <table class="menu" border="0" cellspacing="0">
228 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
219 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
229220 </td></tr>
230 <tr><td align="left" valign="top">&bull; <a href="chapter.html#chapter" accesskey="2">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
221 <tr><td align="left" valign="top">&bull; <a href="chapter.html#chapter" accesskey="2">chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
231222 </td></tr>
232 <tr><td align="left" valign="top">&bull; <a href="chapter.html#node-in-chapter" accesskey="3">node in chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
223 <tr><td align="left" valign="top">&bull; <a href="chapter.html#node-in-chapter" accesskey="3">node in chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
233224 </td></tr>
234225 </table>
235226
314305 </td></tr></table>
315306
316307 <table class="menu" border="0" cellspacing="0">
317 <tr><td align="left" valign="top">&bull; <a href="#second" accesskey="1">second</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
308 <tr><td align="left" valign="top">&bull; <a href="#second" accesskey="1">second</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
318309 </td></tr>
319310 </table>
320311
325316 </div>
326317 <h4 class="node-heading">second</h4>
327318 <table class="menu" border="0" cellspacing="0">
328 <tr><td align="left" valign="top">&bull; <a href="#a-node" accesskey="1">a node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
319 <tr><td align="left" valign="top">&bull; <a href="#a-node" accesskey="1">a node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
329320 </td></tr>
330 <tr><td align="left" valign="top">&bull; <a href="#another" accesskey="2">another</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
321 <tr><td align="left" valign="top">&bull; <a href="#another" accesskey="2">another</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
331322 </td></tr>
332323 </table>
333324
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
194185 </td></tr></table>
195186 <p>after second printindex in first node
196187 </p><table class="menu" border="0" cellspacing="0">
197 <tr><td align="left" valign="top">&bull; <a href="#node-in-menu-before-top" accesskey="1">node in menu before top</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
188 <tr><td align="left" valign="top">&bull; <a href="#node-in-menu-before-top" accesskey="1">node in menu before top</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
198189 </td></tr>
199190 </table>
200191
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1717 <!--
1818 a.summary-letter {text-decoration: none}
1919 blockquote.indentedblock {margin-right: 0em}
20 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
21 blockquote.smallquotation {font-size: smaller}
2220 div.display {margin-left: 3.2em}
2321 div.example {margin-left: 3.2em}
2422 div.lisp {margin-left: 3.2em}
25 div.smalldisplay {margin-left: 3.2em}
26 div.smallexample {margin-left: 3.2em}
27 div.smalllisp {margin-left: 3.2em}
2823 kbd {font-style: oblique}
2924 pre.display {font-family: inherit}
3025 pre.format {font-family: inherit}
3126 pre.menu-comment {font-family: serif}
3227 pre.menu-preformatted {font-family: serif}
33 pre.smalldisplay {font-family: inherit; font-size: smaller}
34 pre.smallexample {font-size: smaller}
35 pre.smallformat {font-family: inherit; font-size: smaller}
36 pre.smalllisp {font-size: smaller}
3728 span.nolinebreak {white-space: nowrap}
3829 span.roman {font-family: initial; font-weight: normal}
3930 span.sansserif {font-family: sans-serif; font-weight: normal}
225216 <p>in top section
226217 </p>
227218 <table class="menu" border="0" cellspacing="0">
228 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
219 <tr><td align="left" valign="top">&bull; <a href="#first" accesskey="1">first</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
229220 </td></tr>
230 <tr><td align="left" valign="top">&bull; <a href="chapter.html#chapter" accesskey="2">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
221 <tr><td align="left" valign="top">&bull; <a href="chapter.html#chapter" accesskey="2">chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
231222 </td></tr>
232 <tr><td align="left" valign="top">&bull; <a href="chapter.html#node-in-chapter" accesskey="3">node in chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
223 <tr><td align="left" valign="top">&bull; <a href="chapter.html#node-in-chapter" accesskey="3">node in chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
233224 </td></tr>
234225 </table>
235226
314305 </td></tr></table>
315306
316307 <table class="menu" border="0" cellspacing="0">
317 <tr><td align="left" valign="top">&bull; <a href="#second" accesskey="1">second</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
308 <tr><td align="left" valign="top">&bull; <a href="#second" accesskey="1">second</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
318309 </td></tr>
319310 </table>
320311
325316 </div>
326317 <h4 class="node-heading">second</h4>
327318 <table class="menu" border="0" cellspacing="0">
328 <tr><td align="left" valign="top">&bull; <a href="#a-node" accesskey="1">a node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
319 <tr><td align="left" valign="top">&bull; <a href="#a-node" accesskey="1">a node</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
329320 </td></tr>
330 <tr><td align="left" valign="top">&bull; <a href="#another" accesskey="2">another</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
321 <tr><td align="left" valign="top">&bull; <a href="#another" accesskey="2">another</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
331322 </td></tr>
332323 </table>
333324
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
903894 <blockquote>
904895 </blockquote>
905896
906 <blockquote class="smallquotation">
897 <blockquote>
907898 <p>A small quot&mdash;ation
908899 </p></blockquote>
909900
910 <blockquote class="smallquotation">
901 <blockquote>
911902 <p><b>Note:</b> A small Note
912903 </p></blockquote>
913904
914 <blockquote class="smallquotation">
905 <blockquote>
915906 <p><b>something, other thing:</b> something, other thing
916907 </p></blockquote>
917908
966957 text
967958 </pre></div>
968959
969 <div class="smallexample">
970 <pre class="smallexample">s--mallexample
960 <div class="example">
961 <pre class="example">s--mallexample
971962 </pre></div>
972963
973964 <div class="display">
974965 <pre class="display">d&ndash;isplay
975966 </pre></div>
976967
977 <div class="smalldisplay">
978 <pre class="smalldisplay">s&ndash;malldisplay
968 <div class="display">
969 <pre class="display">s&ndash;malldisplay
979970 </pre></div>
980971
981972 <div class="lisp">
982973 <pre class="lisp">l--isp
983974 </pre></div>
984975
985 <div class="smalllisp">
986 <pre class="smalllisp">s--malllisp
976 <div class="lisp">
977 <pre class="lisp">s--malllisp
987978 </pre></div>
988979
989980 <div class="format">
990981 <pre class="format">f&ndash;ormat
991982 </pre></div>
992983
993 <div class="smallformat">
994 <pre class="smallformat">s&ndash;mallformat
984 <div class="format">
985 <pre class="format">s&ndash;mallformat
995986 </pre></div>
996987
997988 <dl>
16281619 <blockquote>
16291620 </blockquote>
16301621
1631 <blockquote class="smallquotation">
1622 <blockquote>
16321623 <p>A small quot&mdash;ation
16331624 </p></blockquote>
16341625
1635 <blockquote class="smallquotation">
1626 <blockquote>
16361627 <p><b>Note:</b> A small Note
16371628 </p></blockquote>
16381629
1639 <blockquote class="smallquotation">
1630 <blockquote>
16401631 <p><b>something, other thing:</b> something, other thing
16411632 </p></blockquote>
16421633
16911682 text
16921683 </pre></div>
16931684
1694 <div class="smallexample">
1695 <pre class="smallexample">s--mallexample
1685 <div class="example">
1686 <pre class="example">s--mallexample
16961687 </pre></div>
16971688
16981689 <div class="display">
16991690 <pre class="display">d&ndash;isplay
17001691 </pre></div>
17011692
1702 <div class="smalldisplay">
1703 <pre class="smalldisplay">s&ndash;malldisplay
1693 <div class="display">
1694 <pre class="display">s&ndash;malldisplay
17041695 </pre></div>
17051696
17061697 <div class="lisp">
17071698 <pre class="lisp">l--isp
17081699 </pre></div>
17091700
1710 <div class="smalllisp">
1711 <pre class="smalllisp">s--malllisp
1701 <div class="lisp">
1702 <pre class="lisp">s--malllisp
17121703 </pre></div>
17131704
17141705 <div class="format">
17151706 <pre class="format">f&ndash;ormat
17161707 </pre></div>
17171708
1718 <div class="smallformat">
1719 <pre class="smallformat">s&ndash;mallformat
1709 <div class="format">
1710 <pre class="format">s&ndash;mallformat
17201711 </pre></div>
17211712
17221713 <dl>
23772368 <blockquote>
23782369 </blockquote>
23792370
2380 <blockquote class="smallquotation">
2371 <blockquote>
23812372 <p>A small quot&mdash;ation
23822373 </p></blockquote>
23832374
2384 <blockquote class="smallquotation">
2375 <blockquote>
23852376 <p><b>Note:</b> A small Note
23862377 </p></blockquote>
23872378
2388 <blockquote class="smallquotation">
2379 <blockquote>
23892380 <p><b>something, other thing:</b> something, other thing
23902381 </p></blockquote>
23912382
24402431 text
24412432 </pre></div>
24422433
2443 <div class="smallexample">
2444 <pre class="smallexample">s--mallexample
2434 <div class="example">
2435 <pre class="example">s--mallexample
24452436 </pre></div>
24462437
24472438 <div class="display">
24482439 <pre class="display">d&ndash;isplay
24492440 </pre></div>
24502441
2451 <div class="smalldisplay">
2452 <pre class="smalldisplay">s&ndash;malldisplay
2442 <div class="display">
2443 <pre class="display">s&ndash;malldisplay
24532444 </pre></div>
24542445
24552446 <div class="lisp">
24562447 <pre class="lisp">l--isp
24572448 </pre></div>
24582449
2459 <div class="smalllisp">
2460 <pre class="smalllisp">s--malllisp
2450 <div class="lisp">
2451 <pre class="lisp">s--malllisp
24612452 </pre></div>
24622453
24632454 <div class="format">
24642455 <pre class="format">f&ndash;ormat
24652456 </pre></div>
24662457
2467 <div class="smallformat">
2468 <pre class="smallformat">s&ndash;mallformat
2458 <div class="format">
2459 <pre class="format">s&ndash;mallformat
24692460 </pre></div>
24702461
24712462 <dl>
31013092 <blockquote>
31023093 </blockquote>
31033094
3104 <blockquote class="smallquotation">
3095 <blockquote>
31053096 <p>A small quot&mdash;ation
31063097 </p></blockquote>
31073098
3108 <blockquote class="smallquotation">
3099 <blockquote>
31093100 <p><b>Note:</b> A small Note
31103101 </p></blockquote>
31113102
3112 <blockquote class="smallquotation">
3103 <blockquote>
31133104 <p><b>something, other thing:</b> something, other thing
31143105 </p></blockquote>
31153106
31643155 text
31653156 </pre></div>
31663157
3167 <div class="smallexample">
3168 <pre class="smallexample">s--mallexample
3158 <div class="example">
3159 <pre class="example">s--mallexample
31693160 </pre></div>
31703161
31713162 <div class="display">
31723163 <pre class="display">d&ndash;isplay
31733164 </pre></div>
31743165
3175 <div class="smalldisplay">
3176 <pre class="smalldisplay">s&ndash;malldisplay
3166 <div class="display">
3167 <pre class="display">s&ndash;malldisplay
31773168 </pre></div>
31783169
31793170 <div class="lisp">
31803171 <pre class="lisp">l--isp
31813172 </pre></div>
31823173
3183 <div class="smalllisp">
3184 <pre class="smalllisp">s--malllisp
3174 <div class="lisp">
3175 <pre class="lisp">s--malllisp
31853176 </pre></div>
31863177
31873178 <div class="format">
31883179 <pre class="format">f&ndash;ormat
31893180 </pre></div>
31903181
3191 <div class="smallformat">
3192 <pre class="smallformat">s&ndash;mallformat
3182 <div class="format">
3183 <pre class="format">s&ndash;mallformat
31933184 </pre></div>
31943185
31953186 <dl>
38473838 </blockquote>
38483839 <pre class="example">
38493840
3850 </pre><blockquote class="smallquotation">
3841 </pre><blockquote>
38513842 <pre class="example">A small quot---ation
38523843 </pre></blockquote>
38533844 <pre class="example">
38543845
3855 </pre><blockquote class="smallquotation">
3846 </pre><blockquote>
38563847 <pre class="example"><b>Note:</b> A small Note
38573848 </pre></blockquote>
38583849 <pre class="example">
38593850
3860 </pre><blockquote class="smallquotation">
3851 </pre><blockquote>
38613852 <pre class="example"><b>something, other thing:</b> something, other thing
38623853 </pre></blockquote>
38633854 <pre class="example">
39233914 </pre></div>
39243915 <pre class="example">
39253916
3926 </pre><div class="smallexample">
3927 <pre class="smallexample">s--mallexample
3917 </pre><div class="example">
3918 <pre class="example">s--mallexample
39283919 </pre></div>
39293920 <pre class="example">
39303921
39333924 </pre></div>
39343925 <pre class="example">
39353926
3936 </pre><div class="smalldisplay">
3927 </pre><div class="display">
39373928 <pre class="example">s--malldisplay
39383929 </pre></div>
39393930 <pre class="example">
39433934 </pre></div>
39443935 <pre class="example">
39453936
3946 </pre><div class="smalllisp">
3947 <pre class="smalllisp">s--malllisp
3937 </pre><div class="lisp">
3938 <pre class="lisp">s--malllisp
39483939 </pre></div>
39493940 <pre class="example">
39503941
39533944 </pre></div>
39543945 <pre class="example">
39553946
3956 </pre><div class="smallformat">
3947 </pre><div class="format">
39573948 <pre class="example">s--mallformat
39583949 </pre></div>
39593950 <pre class="example">
612612 <!--
613613 a.summary-letter {text-decoration: none}
614614 blockquote.indentedblock {margin-right: 0em}
615 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
616 blockquote.smallquotation {font-size: smaller}
617615 div.display {margin-left: 3.2em}
618616 div.example {margin-left: 3.2em}
619617 div.lisp {margin-left: 3.2em}
620 div.smalldisplay {margin-left: 3.2em}
621 div.smallexample {margin-left: 3.2em}
622 div.smalllisp {margin-left: 3.2em}
623618 kbd {font-style: oblique}
624619 pre.display {font-family: inherit}
625620 pre.format {font-family: inherit}
626621 pre.menu-comment {font-family: serif}
627622 pre.menu-preformatted {font-family: serif}
628 pre.smalldisplay {font-family: inherit; font-size: smaller}
629 pre.smallexample {font-size: smaller}
630 pre.smallformat {font-family: inherit; font-size: smaller}
631 pre.smalllisp {font-size: smaller}
632623 span.nolinebreak {white-space: nowrap}
633624 span.roman {font-family: initial; font-weight: normal}
634625 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
903894 <blockquote>
904895 </blockquote>
905896
906 <blockquote class="smallquotation">
897 <blockquote>
907898 <p>A small quot&mdash;ation
908899 </p></blockquote>
909900
910 <blockquote class="smallquotation">
901 <blockquote>
911902 <p><b>Note:</b> A small Note
912903 </p></blockquote>
913904
914 <blockquote class="smallquotation">
905 <blockquote>
915906 <p><b>something, other thing:</b> something, other thing
916907 </p></blockquote>
917908
966957 text
967958 </pre></div>
968959
969 <div class="smallexample">
970 <pre class="smallexample">s--mallexample
960 <div class="example">
961 <pre class="example">s--mallexample
971962 </pre></div>
972963
973964 <div class="display">
974965 <pre class="display">d&ndash;isplay
975966 </pre></div>
976967
977 <div class="smalldisplay">
978 <pre class="smalldisplay">s&ndash;malldisplay
968 <div class="display">
969 <pre class="display">s&ndash;malldisplay
979970 </pre></div>
980971
981972 <div class="lisp">
982973 <pre class="lisp">l--isp
983974 </pre></div>
984975
985 <div class="smalllisp">
986 <pre class="smalllisp">s--malllisp
976 <div class="lisp">
977 <pre class="lisp">s--malllisp
987978 </pre></div>
988979
989980 <div class="format">
990981 <pre class="format">f&ndash;ormat
991982 </pre></div>
992983
993 <div class="smallformat">
994 <pre class="smallformat">s&ndash;mallformat
984 <div class="format">
985 <pre class="format">s&ndash;mallformat
995986 </pre></div>
996987
997988 <dl>
16281619 <blockquote>
16291620 </blockquote>
16301621
1631 <blockquote class="smallquotation">
1622 <blockquote>
16321623 <p>A small quot&mdash;ation
16331624 </p></blockquote>
16341625
1635 <blockquote class="smallquotation">
1626 <blockquote>
16361627 <p><b>Note:</b> A small Note
16371628 </p></blockquote>
16381629
1639 <blockquote class="smallquotation">
1630 <blockquote>
16401631 <p><b>something, other thing:</b> something, other thing
16411632 </p></blockquote>
16421633
16911682 text
16921683 </pre></div>
16931684
1694 <div class="smallexample">
1695 <pre class="smallexample">s--mallexample
1685 <div class="example">
1686 <pre class="example">s--mallexample
16961687 </pre></div>
16971688
16981689 <div class="display">
16991690 <pre class="display">d&ndash;isplay
17001691 </pre></div>
17011692
1702 <div class="smalldisplay">
1703 <pre class="smalldisplay">s&ndash;malldisplay
1693 <div class="display">
1694 <pre class="display">s&ndash;malldisplay
17041695 </pre></div>
17051696
17061697 <div class="lisp">
17071698 <pre class="lisp">l--isp
17081699 </pre></div>
17091700
1710 <div class="smalllisp">
1711 <pre class="smalllisp">s--malllisp
1701 <div class="lisp">
1702 <pre class="lisp">s--malllisp
17121703 </pre></div>
17131704
17141705 <div class="format">
17151706 <pre class="format">f&ndash;ormat
17161707 </pre></div>
17171708
1718 <div class="smallformat">
1719 <pre class="smallformat">s&ndash;mallformat
1709 <div class="format">
1710 <pre class="format">s&ndash;mallformat
17201711 </pre></div>
17211712
17221713 <dl>
23602351 <blockquote>
23612352 </blockquote>
23622353
2363 <blockquote class="smallquotation">
2354 <blockquote>
23642355 <p>A small quot&mdash;ation
23652356 </p></blockquote>
23662357
2367 <blockquote class="smallquotation">
2358 <blockquote>
23682359 <p><b>Note:</b> A small Note
23692360 </p></blockquote>
23702361
2371 <blockquote class="smallquotation">
2362 <blockquote>
23722363 <p><b>something, other thing:</b> something, other thing
23732364 </p></blockquote>
23742365
24232414 text
24242415 </pre></div>
24252416
2426 <div class="smallexample">
2427 <pre class="smallexample">s--mallexample
2417 <div class="example">
2418 <pre class="example">s--mallexample
24282419 </pre></div>
24292420
24302421 <div class="display">
24312422 <pre class="display">d&ndash;isplay
24322423 </pre></div>
24332424
2434 <div class="smalldisplay">
2435 <pre class="smalldisplay">s&ndash;malldisplay
2425 <div class="display">
2426 <pre class="display">s&ndash;malldisplay
24362427 </pre></div>
24372428
24382429 <div class="lisp">
24392430 <pre class="lisp">l--isp
24402431 </pre></div>
24412432
2442 <div class="smalllisp">
2443 <pre class="smalllisp">s--malllisp
2433 <div class="lisp">
2434 <pre class="lisp">s--malllisp
24442435 </pre></div>
24452436
24462437 <div class="format">
24472438 <pre class="format">f&ndash;ormat
24482439 </pre></div>
24492440
2450 <div class="smallformat">
2451 <pre class="smallformat">s&ndash;mallformat
2441 <div class="format">
2442 <pre class="format">s&ndash;mallformat
24522443 </pre></div>
24532444
24542445 <dl>
30843075 <blockquote>
30853076 </blockquote>
30863077
3087 <blockquote class="smallquotation">
3078 <blockquote>
30883079 <p>A small quot&mdash;ation
30893080 </p></blockquote>
30903081
3091 <blockquote class="smallquotation">
3082 <blockquote>
30923083 <p><b>Note:</b> A small Note
30933084 </p></blockquote>
30943085
3095 <blockquote class="smallquotation">
3086 <blockquote>
30963087 <p><b>something, other thing:</b> something, other thing
30973088 </p></blockquote>
30983089
31473138 text
31483139 </pre></div>
31493140
3150 <div class="smallexample">
3151 <pre class="smallexample">s--mallexample
3141 <div class="example">
3142 <pre class="example">s--mallexample
31523143 </pre></div>
31533144
31543145 <div class="display">
31553146 <pre class="display">d&ndash;isplay
31563147 </pre></div>
31573148
3158 <div class="smalldisplay">
3159 <pre class="smalldisplay">s&ndash;malldisplay
3149 <div class="display">
3150 <pre class="display">s&ndash;malldisplay
31603151 </pre></div>
31613152
31623153 <div class="lisp">
31633154 <pre class="lisp">l--isp
31643155 </pre></div>
31653156
3166 <div class="smalllisp">
3167 <pre class="smalllisp">s--malllisp
3157 <div class="lisp">
3158 <pre class="lisp">s--malllisp
31683159 </pre></div>
31693160
31703161 <div class="format">
31713162 <pre class="format">f&ndash;ormat
31723163 </pre></div>
31733164
3174 <div class="smallformat">
3175 <pre class="smallformat">s&ndash;mallformat
3165 <div class="format">
3166 <pre class="format">s&ndash;mallformat
31763167 </pre></div>
31773168
31783169 <dl>
38303821 </blockquote>
38313822 <pre class="example">
38323823
3833 </pre><blockquote class="smallquotation">
3824 </pre><blockquote>
38343825 <pre class="example">A small quot---ation
38353826 </pre></blockquote>
38363827 <pre class="example">
38373828
3838 </pre><blockquote class="smallquotation">
3829 </pre><blockquote>
38393830 <pre class="example"><b>Note:</b> A small Note
38403831 </pre></blockquote>
38413832 <pre class="example">
38423833
3843 </pre><blockquote class="smallquotation">
3834 </pre><blockquote>
38443835 <pre class="example"><b>something, other thing:</b> something, other thing
38453836 </pre></blockquote>
38463837 <pre class="example">
39063897 </pre></div>
39073898 <pre class="example">
39083899
3909 </pre><div class="smallexample">
3910 <pre class="smallexample">s--mallexample
3900 </pre><div class="example">
3901 <pre class="example">s--mallexample
39113902 </pre></div>
39123903 <pre class="example">
39133904
39163907 </pre></div>
39173908 <pre class="example">
39183909
3919 </pre><div class="smalldisplay">
3910 </pre><div class="display">
39203911 <pre class="example">s--malldisplay
39213912 </pre></div>
39223913 <pre class="example">
39263917 </pre></div>
39273918 <pre class="example">
39283919
3929 </pre><div class="smalllisp">
3930 <pre class="smalllisp">s--malllisp
3920 </pre><div class="lisp">
3921 <pre class="lisp">s--malllisp
39313922 </pre></div>
39323923 <pre class="example">
39333924
39363927 </pre></div>
39373928 <pre class="example">
39383929
3939 </pre><div class="smallformat">
3930 </pre><div class="format">
39403931 <pre class="example">s--mallformat
39413932 </pre></div>
39423933 <pre class="example">
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
612612 <!--
613613 a.summary-letter {text-decoration: none}
614614 blockquote.indentedblock {margin-right: 0em}
615 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
616 blockquote.smallquotation {font-size: smaller}
617615 div.display {margin-left: 3.2em}
618616 div.example {margin-left: 3.2em}
619617 div.lisp {margin-left: 3.2em}
620 div.smalldisplay {margin-left: 3.2em}
621 div.smallexample {margin-left: 3.2em}
622 div.smalllisp {margin-left: 3.2em}
623618 kbd {font-style: oblique}
624619 pre.display {font-family: inherit}
625620 pre.format {font-family: inherit}
626621 pre.menu-comment {font-family: serif}
627622 pre.menu-preformatted {font-family: serif}
628 pre.smalldisplay {font-family: inherit; font-size: smaller}
629 pre.smallexample {font-size: smaller}
630 pre.smallformat {font-family: inherit; font-size: smaller}
631 pre.smalllisp {font-size: smaller}
632623 span.nolinebreak {white-space: nowrap}
633624 span.roman {font-family: initial; font-weight: normal}
634625 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
612612 <!--
613613 a.summary-letter {text-decoration: none}
614614 blockquote.indentedblock {margin-right: 0em}
615 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
616 blockquote.smallquotation {font-size: smaller}
617615 div.display {margin-left: 3.2em}
618616 div.example {margin-left: 3.2em}
619617 div.lisp {margin-left: 3.2em}
620 div.smalldisplay {margin-left: 3.2em}
621 div.smallexample {margin-left: 3.2em}
622 div.smalllisp {margin-left: 3.2em}
623618 kbd {font-style: oblique}
624619 pre.display {font-family: inherit}
625620 pre.format {font-family: inherit}
626621 pre.menu-comment {font-family: serif}
627622 pre.menu-preformatted {font-family: serif}
628 pre.smalldisplay {font-family: inherit; font-size: smaller}
629 pre.smallexample {font-size: smaller}
630 pre.smallformat {font-family: inherit; font-size: smaller}
631 pre.smalllisp {font-size: smaller}
632623 span.nolinebreak {white-space: nowrap}
633624 span.roman {font-family: initial; font-weight: normal}
634625 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
915906 <blockquote>
916907 </blockquote>
917908
918 <blockquote class="smallquotation">
909 <blockquote>
919910 <p>A small quot&mdash;ation
920911 </p></blockquote>
921912
922 <blockquote class="smallquotation">
913 <blockquote>
923914 <p><b>Note:</b> A small Note
924915 </p></blockquote>
925916
926 <blockquote class="smallquotation">
917 <blockquote>
927918 <p><b>something, other thing:</b> something, other thing
928919 </p></blockquote>
929920
978969 text
979970 </pre></div>
980971
981 <div class="smallexample">
982 <pre class="smallexample">s--mallexample
972 <div class="example">
973 <pre class="example">s--mallexample
983974 </pre></div>
984975
985976 <div class="display">
986977 <pre class="display">d&ndash;isplay
987978 </pre></div>
988979
989 <div class="smalldisplay">
990 <pre class="smalldisplay">s&ndash;malldisplay
980 <div class="display">
981 <pre class="display">s&ndash;malldisplay
991982 </pre></div>
992983
993984 <div class="lisp">
994985 <pre class="lisp">l--isp
995986 </pre></div>
996987
997 <div class="smalllisp">
998 <pre class="smalllisp">s--malllisp
988 <div class="lisp">
989 <pre class="lisp">s--malllisp
999990 </pre></div>
1000991
1001992 <div class="format">
1002993 <pre class="format">f&ndash;ormat
1003994 </pre></div>
1004995
1005 <div class="smallformat">
1006 <pre class="smallformat">s&ndash;mallformat
996 <div class="format">
997 <pre class="format">s&ndash;mallformat
1007998 </pre></div>
1008999
10091000 <table width="100%">
16391630 <blockquote>
16401631 </blockquote>
16411632
1642 <blockquote class="smallquotation">
1633 <blockquote>
16431634 <p>A small quot&mdash;ation
16441635 </p></blockquote>
16451636
1646 <blockquote class="smallquotation">
1637 <blockquote>
16471638 <p><b>Note:</b> A small Note
16481639 </p></blockquote>
16491640
1650 <blockquote class="smallquotation">
1641 <blockquote>
16511642 <p><b>something, other thing:</b> something, other thing
16521643 </p></blockquote>
16531644
17021693 text
17031694 </pre></div>
17041695
1705 <div class="smallexample">
1706 <pre class="smallexample">s--mallexample
1696 <div class="example">
1697 <pre class="example">s--mallexample
17071698 </pre></div>
17081699
17091700 <div class="display">
17101701 <pre class="display">d&ndash;isplay
17111702 </pre></div>
17121703
1713 <div class="smalldisplay">
1714 <pre class="smalldisplay">s&ndash;malldisplay
1704 <div class="display">
1705 <pre class="display">s&ndash;malldisplay
17151706 </pre></div>
17161707
17171708 <div class="lisp">
17181709 <pre class="lisp">l--isp
17191710 </pre></div>
17201711
1721 <div class="smalllisp">
1722 <pre class="smalllisp">s--malllisp
1712 <div class="lisp">
1713 <pre class="lisp">s--malllisp
17231714 </pre></div>
17241715
17251716 <div class="format">
17261717 <pre class="format">f&ndash;ormat
17271718 </pre></div>
17281719
1729 <div class="smallformat">
1730 <pre class="smallformat">s&ndash;mallformat
1720 <div class="format">
1721 <pre class="format">s&ndash;mallformat
17311722 </pre></div>
17321723
17331724 <table width="100%">
23852376 </blockquote>
23862377 <pre class="example">
23872378
2388 </pre><blockquote class="smallquotation">
2379 </pre><blockquote>
23892380 <pre class="example">A small quot---ation
23902381 </pre></blockquote>
23912382 <pre class="example">
23922383
2393 </pre><blockquote class="smallquotation">
2384 </pre><blockquote>
23942385 <pre class="example"><b>Note:</b> A small Note
23952386 </pre></blockquote>
23962387 <pre class="example">
23972388
2398 </pre><blockquote class="smallquotation">
2389 </pre><blockquote>
23992390 <pre class="example"><b>something, other thing:</b> something, other thing
24002391 </pre></blockquote>
24012392 <pre class="example">
24612452 </pre></div>
24622453 <pre class="example">
24632454
2464 </pre><div class="smallexample">
2465 <pre class="smallexample">s--mallexample
2455 </pre><div class="example">
2456 <pre class="example">s--mallexample
24662457 </pre></div>
24672458 <pre class="example">
24682459
24712462 </pre></div>
24722463 <pre class="example">
24732464
2474 </pre><div class="smalldisplay">
2465 </pre><div class="display">
24752466 <pre class="example">s--malldisplay
24762467 </pre></div>
24772468 <pre class="example">
24812472 </pre></div>
24822473 <pre class="example">
24832474
2484 </pre><div class="smalllisp">
2485 <pre class="smalllisp">s--malllisp
2475 </pre><div class="lisp">
2476 <pre class="lisp">s--malllisp
24862477 </pre></div>
24872478 <pre class="example">
24882479
24912482 </pre></div>
24922483 <pre class="example">
24932484
2494 </pre><div class="smallformat">
2485 </pre><div class="format">
24952486 <pre class="example">s--mallformat
24962487 </pre></div>
24972488 <pre class="example">
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
612612 <!--
613613 a.summary-letter {text-decoration: none}
614614 blockquote.indentedblock {margin-right: 0em}
615 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
616 blockquote.smallquotation {font-size: smaller}
617615 div.display {margin-left: 3.2em}
618616 div.example {margin-left: 3.2em}
619617 div.lisp {margin-left: 3.2em}
620 div.smalldisplay {margin-left: 3.2em}
621 div.smallexample {margin-left: 3.2em}
622 div.smalllisp {margin-left: 3.2em}
623618 kbd {font-style: oblique}
624619 pre.display {font-family: inherit}
625620 pre.format {font-family: inherit}
626621 pre.menu-comment {font-family: serif}
627622 pre.menu-preformatted {font-family: serif}
628 pre.smalldisplay {font-family: inherit; font-size: smaller}
629 pre.smallexample {font-size: smaller}
630 pre.smallformat {font-family: inherit; font-size: smaller}
631 pre.smalllisp {font-size: smaller}
632623 span.nolinebreak {white-space: nowrap}
633624 span.roman {font-family: initial; font-weight: normal}
634625 span.sansserif {font-family: sans-serif; font-weight: normal}
612612 <!--
613613 a.summary-letter {text-decoration: none}
614614 blockquote.indentedblock {margin-right: 0em}
615 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
616 blockquote.smallquotation {font-size: smaller}
617615 div.display {margin-left: 3.2em}
618616 div.example {margin-left: 3.2em}
619617 div.lisp {margin-left: 3.2em}
620 div.smalldisplay {margin-left: 3.2em}
621 div.smallexample {margin-left: 3.2em}
622 div.smalllisp {margin-left: 3.2em}
623618 kbd {font-style: oblique}
624619 pre.display {font-family: inherit}
625620 pre.format {font-family: inherit}
626621 pre.menu-comment {font-family: serif}
627622 pre.menu-preformatted {font-family: serif}
628 pre.smalldisplay {font-family: inherit; font-size: smaller}
629 pre.smallexample {font-size: smaller}
630 pre.smallformat {font-family: inherit; font-size: smaller}
631 pre.smalllisp {font-size: smaller}
632623 span.nolinebreak {white-space: nowrap}
633624 span.roman {font-family: initial; font-weight: normal}
634625 span.sansserif {font-family: sans-serif; font-weight: normal}
612612 <!--
613613 a.summary-letter {text-decoration: none}
614614 blockquote.indentedblock {margin-right: 0em}
615 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
616 blockquote.smallquotation {font-size: smaller}
617615 div.display {margin-left: 3.2em}
618616 div.example {margin-left: 3.2em}
619617 div.lisp {margin-left: 3.2em}
620 div.smalldisplay {margin-left: 3.2em}
621 div.smallexample {margin-left: 3.2em}
622 div.smalllisp {margin-left: 3.2em}
623618 kbd {font-style: oblique}
624619 pre.display {font-family: inherit}
625620 pre.format {font-family: inherit}
626621 pre.menu-comment {font-family: serif}
627622 pre.menu-preformatted {font-family: serif}
628 pre.smalldisplay {font-family: inherit; font-size: smaller}
629 pre.smallexample {font-size: smaller}
630 pre.smallformat {font-family: inherit; font-size: smaller}
631 pre.smalllisp {font-size: smaller}
632623 span.nolinebreak {white-space: nowrap}
633624 span.roman {font-family: initial; font-weight: normal}
634625 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
903894 <blockquote>
904895 </blockquote>
905896
906 <blockquote class="smallquotation">
897 <blockquote>
907898 <p>A small quot&mdash;ation
908899 </p></blockquote>
909900
910 <blockquote class="smallquotation">
901 <blockquote>
911902 <p><b>Note&nbsp;:</b> A small Note
912903 </p></blockquote>
913904
914 <blockquote class="smallquotation">
905 <blockquote>
915906 <p><b>something, other thing&nbsp;:</b> something, other thing
916907 </p></blockquote>
917908
966957 text
967958 </pre></div>
968959
969 <div class="smallexample">
970 <pre class="smallexample">s--mallexample
960 <div class="example">
961 <pre class="example">s--mallexample
971962 </pre></div>
972963
973964 <div class="display">
974965 <pre class="display">d&ndash;isplay
975966 </pre></div>
976967
977 <div class="smalldisplay">
978 <pre class="smalldisplay">s&ndash;malldisplay
968 <div class="display">
969 <pre class="display">s&ndash;malldisplay
979970 </pre></div>
980971
981972 <div class="lisp">
982973 <pre class="lisp">l--isp
983974 </pre></div>
984975
985 <div class="smalllisp">
986 <pre class="smalllisp">s--malllisp
976 <div class="lisp">
977 <pre class="lisp">s--malllisp
987978 </pre></div>
988979
989980 <div class="format">
990981 <pre class="format">f&ndash;ormat
991982 </pre></div>
992983
993 <div class="smallformat">
994 <pre class="smallformat">s&ndash;mallformat
984 <div class="format">
985 <pre class="format">s&ndash;mallformat
995986 </pre></div>
996987
997988 <dl>
16281619 <blockquote>
16291620 </blockquote>
16301621
1631 <blockquote class="smallquotation">
1622 <blockquote>
16321623 <p>A small quot&mdash;ation
16331624 </p></blockquote>
16341625
1635 <blockquote class="smallquotation">
1626 <blockquote>
16361627 <p><b>Note&nbsp;:</b> A small Note
16371628 </p></blockquote>
16381629
1639 <blockquote class="smallquotation">
1630 <blockquote>
16401631 <p><b>something, other thing&nbsp;:</b> something, other thing
16411632 </p></blockquote>
16421633
16911682 text
16921683 </pre></div>
16931684
1694 <div class="smallexample">
1695 <pre class="smallexample">s--mallexample
1685 <div class="example">
1686 <pre class="example">s--mallexample
16961687 </pre></div>
16971688
16981689 <div class="display">
16991690 <pre class="display">d&ndash;isplay
17001691 </pre></div>
17011692
1702 <div class="smalldisplay">
1703 <pre class="smalldisplay">s&ndash;malldisplay
1693 <div class="display">
1694 <pre class="display">s&ndash;malldisplay
17041695 </pre></div>
17051696
17061697 <div class="lisp">
17071698 <pre class="lisp">l--isp
17081699 </pre></div>
17091700
1710 <div class="smalllisp">
1711 <pre class="smalllisp">s--malllisp
1701 <div class="lisp">
1702 <pre class="lisp">s--malllisp
17121703 </pre></div>
17131704
17141705 <div class="format">
17151706 <pre class="format">f&ndash;ormat
17161707 </pre></div>
17171708
1718 <div class="smallformat">
1719 <pre class="smallformat">s&ndash;mallformat
1709 <div class="format">
1710 <pre class="format">s&ndash;mallformat
17201711 </pre></div>
17211712
17221713 <dl>
23772368 <blockquote>
23782369 </blockquote>
23792370
2380 <blockquote class="smallquotation">
2371 <blockquote>
23812372 <p>A small quot&mdash;ation
23822373 </p></blockquote>
23832374
2384 <blockquote class="smallquotation">
2375 <blockquote>
23852376 <p><b>Note&nbsp;:</b> A small Note
23862377 </p></blockquote>
23872378
2388 <blockquote class="smallquotation">
2379 <blockquote>
23892380 <p><b>something, other thing&nbsp;:</b> something, other thing
23902381 </p></blockquote>
23912382
24402431 text
24412432 </pre></div>
24422433
2443 <div class="smallexample">
2444 <pre class="smallexample">s--mallexample
2434 <div class="example">
2435 <pre class="example">s--mallexample
24452436 </pre></div>
24462437
24472438 <div class="display">
24482439 <pre class="display">d&ndash;isplay
24492440 </pre></div>
24502441
2451 <div class="smalldisplay">
2452 <pre class="smalldisplay">s&ndash;malldisplay
2442 <div class="display">
2443 <pre class="display">s&ndash;malldisplay
24532444 </pre></div>
24542445
24552446 <div class="lisp">
24562447 <pre class="lisp">l--isp
24572448 </pre></div>
24582449
2459 <div class="smalllisp">
2460 <pre class="smalllisp">s--malllisp
2450 <div class="lisp">
2451 <pre class="lisp">s--malllisp
24612452 </pre></div>
24622453
24632454 <div class="format">
24642455 <pre class="format">f&ndash;ormat
24652456 </pre></div>
24662457
2467 <div class="smallformat">
2468 <pre class="smallformat">s&ndash;mallformat
2458 <div class="format">
2459 <pre class="format">s&ndash;mallformat
24692460 </pre></div>
24702461
24712462 <dl>
31013092 <blockquote>
31023093 </blockquote>
31033094
3104 <blockquote class="smallquotation">
3095 <blockquote>
31053096 <p>A small quot&mdash;ation
31063097 </p></blockquote>
31073098
3108 <blockquote class="smallquotation">
3099 <blockquote>
31093100 <p><b>Note&nbsp;:</b> A small Note
31103101 </p></blockquote>
31113102
3112 <blockquote class="smallquotation">
3103 <blockquote>
31133104 <p><b>something, other thing&nbsp;:</b> something, other thing
31143105 </p></blockquote>
31153106
31643155 text
31653156 </pre></div>
31663157
3167 <div class="smallexample">
3168 <pre class="smallexample">s--mallexample
3158 <div class="example">
3159 <pre class="example">s--mallexample
31693160 </pre></div>
31703161
31713162 <div class="display">
31723163 <pre class="display">d&ndash;isplay
31733164 </pre></div>
31743165
3175 <div class="smalldisplay">
3176 <pre class="smalldisplay">s&ndash;malldisplay
3166 <div class="display">
3167 <pre class="display">s&ndash;malldisplay
31773168 </pre></div>
31783169
31793170 <div class="lisp">
31803171 <pre class="lisp">l--isp
31813172 </pre></div>
31823173
3183 <div class="smalllisp">
3184 <pre class="smalllisp">s--malllisp
3174 <div class="lisp">
3175 <pre class="lisp">s--malllisp
31853176 </pre></div>
31863177
31873178 <div class="format">
31883179 <pre class="format">f&ndash;ormat
31893180 </pre></div>
31903181
3191 <div class="smallformat">
3192 <pre class="smallformat">s&ndash;mallformat
3182 <div class="format">
3183 <pre class="format">s&ndash;mallformat
31933184 </pre></div>
31943185
31953186 <dl>
38473838 </blockquote>
38483839 <pre class="example">
38493840
3850 </pre><blockquote class="smallquotation">
3841 </pre><blockquote>
38513842 <pre class="example">A small quot---ation
38523843 </pre></blockquote>
38533844 <pre class="example">
38543845
3855 </pre><blockquote class="smallquotation">
3846 </pre><blockquote>
38563847 <pre class="example"><b>Note&nbsp;:</b> A small Note
38573848 </pre></blockquote>
38583849 <pre class="example">
38593850
3860 </pre><blockquote class="smallquotation">
3851 </pre><blockquote>
38613852 <pre class="example"><b>something, other thing&nbsp;:</b> something, other thing
38623853 </pre></blockquote>
38633854 <pre class="example">
39233914 </pre></div>
39243915 <pre class="example">
39253916
3926 </pre><div class="smallexample">
3927 <pre class="smallexample">s--mallexample
3917 </pre><div class="example">
3918 <pre class="example">s--mallexample
39283919 </pre></div>
39293920 <pre class="example">
39303921
39333924 </pre></div>
39343925 <pre class="example">
39353926
3936 </pre><div class="smalldisplay">
3927 </pre><div class="display">
39373928 <pre class="example">s--malldisplay
39383929 </pre></div>
39393930 <pre class="example">
39433934 </pre></div>
39443935 <pre class="example">
39453936
3946 </pre><div class="smalllisp">
3947 <pre class="smalllisp">s--malllisp
3937 </pre><div class="lisp">
3938 <pre class="lisp">s--malllisp
39483939 </pre></div>
39493940 <pre class="example">
39503941
39533944 </pre></div>
39543945 <pre class="example">
39553946
3956 </pre><div class="smallformat">
3947 </pre><div class="format">
39573948 <pre class="example">s--mallformat
39583949 </pre></div>
39593950 <pre class="example">
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
903894 <blockquote>
904895 </blockquote>
905896
906 <blockquote class="smallquotation">
897 <blockquote>
907898 <p>A small quot&mdash;ation
908899 </p></blockquote>
909900
910 <blockquote class="smallquotation">
901 <blockquote>
911902 <p><b>Note:</b> A small Note
912903 </p></blockquote>
913904
914 <blockquote class="smallquotation">
905 <blockquote>
915906 <p><b>something, other thing:</b> something, other thing
916907 </p></blockquote>
917908
966957 text
967958 </pre></div>
968959
969 <div class="smallexample">
970 <pre class="smallexample">s--mallexample
960 <div class="example">
961 <pre class="example">s--mallexample
971962 </pre></div>
972963
973964 <div class="display">
974965 <pre class="display">d&ndash;isplay
975966 </pre></div>
976967
977 <div class="smalldisplay">
978 <pre class="smalldisplay">s&ndash;malldisplay
968 <div class="display">
969 <pre class="display">s&ndash;malldisplay
979970 </pre></div>
980971
981972 <div class="lisp">
982973 <pre class="lisp">l--isp
983974 </pre></div>
984975
985 <div class="smalllisp">
986 <pre class="smalllisp">s--malllisp
976 <div class="lisp">
977 <pre class="lisp">s--malllisp
987978 </pre></div>
988979
989980 <div class="format">
990981 <pre class="format">f&ndash;ormat
991982 </pre></div>
992983
993 <div class="smallformat">
994 <pre class="smallformat">s&ndash;mallformat
984 <div class="format">
985 <pre class="format">s&ndash;mallformat
995986 </pre></div>
996987
997988 <dl>
16281619 <blockquote>
16291620 </blockquote>
16301621
1631 <blockquote class="smallquotation">
1622 <blockquote>
16321623 <p>A small quot&mdash;ation
16331624 </p></blockquote>
16341625
1635 <blockquote class="smallquotation">
1626 <blockquote>
16361627 <p><b>Note:</b> A small Note
16371628 </p></blockquote>
16381629
1639 <blockquote class="smallquotation">
1630 <blockquote>
16401631 <p><b>something, other thing:</b> something, other thing
16411632 </p></blockquote>
16421633
16911682 text
16921683 </pre></div>
16931684
1694 <div class="smallexample">
1695 <pre class="smallexample">s--mallexample
1685 <div class="example">
1686 <pre class="example">s--mallexample
16961687 </pre></div>
16971688
16981689 <div class="display">
16991690 <pre class="display">d&ndash;isplay
17001691 </pre></div>
17011692
1702 <div class="smalldisplay">
1703 <pre class="smalldisplay">s&ndash;malldisplay
1693 <div class="display">
1694 <pre class="display">s&ndash;malldisplay
17041695 </pre></div>
17051696
17061697 <div class="lisp">
17071698 <pre class="lisp">l--isp
17081699 </pre></div>
17091700
1710 <div class="smalllisp">
1711 <pre class="smalllisp">s--malllisp
1701 <div class="lisp">
1702 <pre class="lisp">s--malllisp
17121703 </pre></div>
17131704
17141705 <div class="format">
17151706 <pre class="format">f&ndash;ormat
17161707 </pre></div>
17171708
1718 <div class="smallformat">
1719 <pre class="smallformat">s&ndash;mallformat
1709 <div class="format">
1710 <pre class="format">s&ndash;mallformat
17201711 </pre></div>
17211712
17221713 <dl>
23772368 <blockquote>
23782369 </blockquote>
23792370
2380 <blockquote class="smallquotation">
2371 <blockquote>
23812372 <p>A small quot&mdash;ation
23822373 </p></blockquote>
23832374
2384 <blockquote class="smallquotation">
2375 <blockquote>
23852376 <p><b>Note:</b> A small Note
23862377 </p></blockquote>
23872378
2388 <blockquote class="smallquotation">
2379 <blockquote>
23892380 <p><b>something, other thing:</b> something, other thing
23902381 </p></blockquote>
23912382
24402431 text
24412432 </pre></div>
24422433
2443 <div class="smallexample">
2444 <pre class="smallexample">s--mallexample
2434 <div class="example">
2435 <pre class="example">s--mallexample
24452436 </pre></div>
24462437
24472438 <div class="display">
24482439 <pre class="display">d&ndash;isplay
24492440 </pre></div>
24502441
2451 <div class="smalldisplay">
2452 <pre class="smalldisplay">s&ndash;malldisplay
2442 <div class="display">
2443 <pre class="display">s&ndash;malldisplay
24532444 </pre></div>
24542445
24552446 <div class="lisp">
24562447 <pre class="lisp">l--isp
24572448 </pre></div>
24582449
2459 <div class="smalllisp">
2460 <pre class="smalllisp">s--malllisp
2450 <div class="lisp">
2451 <pre class="lisp">s--malllisp
24612452 </pre></div>
24622453
24632454 <div class="format">
24642455 <pre class="format">f&ndash;ormat
24652456 </pre></div>
24662457
2467 <div class="smallformat">
2468 <pre class="smallformat">s&ndash;mallformat
2458 <div class="format">
2459 <pre class="format">s&ndash;mallformat
24692460 </pre></div>
24702461
24712462 <dl>
31013092 <blockquote>
31023093 </blockquote>
31033094
3104 <blockquote class="smallquotation">
3095 <blockquote>
31053096 <p>A small quot&mdash;ation
31063097 </p></blockquote>
31073098
3108 <blockquote class="smallquotation">
3099 <blockquote>
31093100 <p><b>Note:</b> A small Note
31103101 </p></blockquote>
31113102
3112 <blockquote class="smallquotation">
3103 <blockquote>
31133104 <p><b>something, other thing:</b> something, other thing
31143105 </p></blockquote>
31153106
31643155 text
31653156 </pre></div>
31663157
3167 <div class="smallexample">
3168 <pre class="smallexample">s--mallexample
3158 <div class="example">
3159 <pre class="example">s--mallexample
31693160 </pre></div>
31703161
31713162 <div class="display">
31723163 <pre class="display">d&ndash;isplay
31733164 </pre></div>
31743165
3175 <div class="smalldisplay">
3176 <pre class="smalldisplay">s&ndash;malldisplay
3166 <div class="display">
3167 <pre class="display">s&ndash;malldisplay
31773168 </pre></div>
31783169
31793170 <div class="lisp">
31803171 <pre class="lisp">l--isp
31813172 </pre></div>
31823173
3183 <div class="smalllisp">
3184 <pre class="smalllisp">s--malllisp
3174 <div class="lisp">
3175 <pre class="lisp">s--malllisp
31853176 </pre></div>
31863177
31873178 <div class="format">
31883179 <pre class="format">f&ndash;ormat
31893180 </pre></div>
31903181
3191 <div class="smallformat">
3192 <pre class="smallformat">s&ndash;mallformat
3182 <div class="format">
3183 <pre class="format">s&ndash;mallformat
31933184 </pre></div>
31943185
31953186 <dl>
38473838 </blockquote>
38483839 <pre class="example">
38493840
3850 </pre><blockquote class="smallquotation">
3841 </pre><blockquote>
38513842 <pre class="example">A small quot---ation
38523843 </pre></blockquote>
38533844 <pre class="example">
38543845
3855 </pre><blockquote class="smallquotation">
3846 </pre><blockquote>
38563847 <pre class="example"><b>Note:</b> A small Note
38573848 </pre></blockquote>
38583849 <pre class="example">
38593850
3860 </pre><blockquote class="smallquotation">
3851 </pre><blockquote>
38613852 <pre class="example"><b>something, other thing:</b> something, other thing
38623853 </pre></blockquote>
38633854 <pre class="example">
39233914 </pre></div>
39243915 <pre class="example">
39253916
3926 </pre><div class="smallexample">
3927 <pre class="smallexample">s--mallexample
3917 </pre><div class="example">
3918 <pre class="example">s--mallexample
39283919 </pre></div>
39293920 <pre class="example">
39303921
39333924 </pre></div>
39343925 <pre class="example">
39353926
3936 </pre><div class="smalldisplay">
3927 </pre><div class="display">
39373928 <pre class="example">s--malldisplay
39383929 </pre></div>
39393930 <pre class="example">
39433934 </pre></div>
39443935 <pre class="example">
39453936
3946 </pre><div class="smalllisp">
3947 <pre class="smalllisp">s--malllisp
3937 </pre><div class="lisp">
3938 <pre class="lisp">s--malllisp
39483939 </pre></div>
39493940 <pre class="example">
39503941
39533944 </pre></div>
39543945 <pre class="example">
39553946
3956 </pre><div class="smallformat">
3947 </pre><div class="format">
39573948 <pre class="example">s--mallformat
39583949 </pre></div>
39593950 <pre class="example">
612612 <!--
613613 a.summary-letter {text-decoration: none}
614614 blockquote.indentedblock {margin-right: 0em}
615 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
616 blockquote.smallquotation {font-size: smaller}
617615 div.display {margin-left: 3.2em}
618616 div.example {margin-left: 3.2em}
619617 div.lisp {margin-left: 3.2em}
620 div.smalldisplay {margin-left: 3.2em}
621 div.smallexample {margin-left: 3.2em}
622 div.smalllisp {margin-left: 3.2em}
623618 kbd {font-style: oblique}
624619 pre.display {font-family: inherit}
625620 pre.format {font-family: inherit}
626621 pre.menu-comment {font-family: serif}
627622 pre.menu-preformatted {font-family: serif}
628 pre.smalldisplay {font-family: inherit; font-size: smaller}
629 pre.smallexample {font-size: smaller}
630 pre.smallformat {font-family: inherit; font-size: smaller}
631 pre.smalllisp {font-size: smaller}
632623 span.nolinebreak {white-space: nowrap}
633624 span.roman {font-family: initial; font-weight: normal}
634625 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
903894 <blockquote>
904895 </blockquote>
905896
906 <blockquote class="smallquotation">
897 <blockquote>
907898 <p>A small quot&mdash;ation
908899 </p></blockquote>
909900
910 <blockquote class="smallquotation">
901 <blockquote>
911902 <p><b>Note:</b> A small Note
912903 </p></blockquote>
913904
914 <blockquote class="smallquotation">
905 <blockquote>
915906 <p><b>something, other thing:</b> something, other thing
916907 </p></blockquote>
917908
966957 text
967958 </pre></div>
968959
969 <div class="smallexample">
970 <pre class="smallexample">s--mallexample
960 <div class="example">
961 <pre class="example">s--mallexample
971962 </pre></div>
972963
973964 <div class="display">
974965 <pre class="display">d&ndash;isplay
975966 </pre></div>
976967
977 <div class="smalldisplay">
978 <pre class="smalldisplay">s&ndash;malldisplay
968 <div class="display">
969 <pre class="display">s&ndash;malldisplay
979970 </pre></div>
980971
981972 <div class="lisp">
982973 <pre class="lisp">l--isp
983974 </pre></div>
984975
985 <div class="smalllisp">
986 <pre class="smalllisp">s--malllisp
976 <div class="lisp">
977 <pre class="lisp">s--malllisp
987978 </pre></div>
988979
989980 <div class="format">
990981 <pre class="format">f&ndash;ormat
991982 </pre></div>
992983
993 <div class="smallformat">
994 <pre class="smallformat">s&ndash;mallformat
984 <div class="format">
985 <pre class="format">s&ndash;mallformat
995986 </pre></div>
996987
997988 <dl>
16281619 <blockquote>
16291620 </blockquote>
16301621
1631 <blockquote class="smallquotation">
1622 <blockquote>
16321623 <p>A small quot&mdash;ation
16331624 </p></blockquote>
16341625
1635 <blockquote class="smallquotation">
1626 <blockquote>
16361627 <p><b>Note:</b> A small Note
16371628 </p></blockquote>
16381629
1639 <blockquote class="smallquotation">
1630 <blockquote>
16401631 <p><b>something, other thing:</b> something, other thing
16411632 </p></blockquote>
16421633
16911682 text
16921683 </pre></div>
16931684
1694 <div class="smallexample">
1695 <pre class="smallexample">s--mallexample
1685 <div class="example">
1686 <pre class="example">s--mallexample
16961687 </pre></div>
16971688
16981689 <div class="display">
16991690 <pre class="display">d&ndash;isplay
17001691 </pre></div>
17011692
1702 <div class="smalldisplay">
1703 <pre class="smalldisplay">s&ndash;malldisplay
1693 <div class="display">
1694 <pre class="display">s&ndash;malldisplay
17041695 </pre></div>
17051696
17061697 <div class="lisp">
17071698 <pre class="lisp">l--isp
17081699 </pre></div>
17091700
1710 <div class="smalllisp">
1711 <pre class="smalllisp">s--malllisp
1701 <div class="lisp">
1702 <pre class="lisp">s--malllisp
17121703 </pre></div>
17131704
17141705 <div class="format">
17151706 <pre class="format">f&ndash;ormat
17161707 </pre></div>
17171708
1718 <div class="smallformat">
1719 <pre class="smallformat">s&ndash;mallformat
1709 <div class="format">
1710 <pre class="format">s&ndash;mallformat
17201711 </pre></div>
17211712
17221713 <dl>
23782369 <blockquote>
23792370 </blockquote>
23802371
2381 <blockquote class="smallquotation">
2372 <blockquote>
23822373 <p>A small quot&mdash;ation
23832374 </p></blockquote>
23842375
2385 <blockquote class="smallquotation">
2376 <blockquote>
23862377 <p><b>Note:</b> A small Note
23872378 </p></blockquote>
23882379
2389 <blockquote class="smallquotation">
2380 <blockquote>
23902381 <p><b>something, other thing:</b> something, other thing
23912382 </p></blockquote>
23922383
24412432 text
24422433 </pre></div>
24432434
2444 <div class="smallexample">
2445 <pre class="smallexample">s--mallexample
2435 <div class="example">
2436 <pre class="example">s--mallexample
24462437 </pre></div>
24472438
24482439 <div class="display">
24492440 <pre class="display">d&ndash;isplay
24502441 </pre></div>
24512442
2452 <div class="smalldisplay">
2453 <pre class="smalldisplay">s&ndash;malldisplay
2443 <div class="display">
2444 <pre class="display">s&ndash;malldisplay
24542445 </pre></div>
24552446
24562447 <div class="lisp">
24572448 <pre class="lisp">l--isp
24582449 </pre></div>
24592450
2460 <div class="smalllisp">
2461 <pre class="smalllisp">s--malllisp
2451 <div class="lisp">
2452 <pre class="lisp">s--malllisp
24622453 </pre></div>
24632454
24642455 <div class="format">
24652456 <pre class="format">f&ndash;ormat
24662457 </pre></div>
24672458
2468 <div class="smallformat">
2469 <pre class="smallformat">s&ndash;mallformat
2459 <div class="format">
2460 <pre class="format">s&ndash;mallformat
24702461 </pre></div>
24712462
24722463 <dl>
31023093 <blockquote>
31033094 </blockquote>
31043095
3105 <blockquote class="smallquotation">
3096 <blockquote>
31063097 <p>A small quot&mdash;ation
31073098 </p></blockquote>
31083099
3109 <blockquote class="smallquotation">
3100 <blockquote>
31103101 <p><b>Note:</b> A small Note
31113102 </p></blockquote>
31123103
3113 <blockquote class="smallquotation">
3104 <blockquote>
31143105 <p><b>something, other thing:</b> something, other thing
31153106 </p></blockquote>
31163107
31653156 text
31663157 </pre></div>
31673158
3168 <div class="smallexample">
3169 <pre class="smallexample">s--mallexample
3159 <div class="example">
3160 <pre class="example">s--mallexample
31703161 </pre></div>
31713162
31723163 <div class="display">
31733164 <pre class="display">d&ndash;isplay
31743165 </pre></div>
31753166
3176 <div class="smalldisplay">
3177 <pre class="smalldisplay">s&ndash;malldisplay
3167 <div class="display">
3168 <pre class="display">s&ndash;malldisplay
31783169 </pre></div>
31793170
31803171 <div class="lisp">
31813172 <pre class="lisp">l--isp
31823173 </pre></div>
31833174
3184 <div class="smalllisp">
3185 <pre class="smalllisp">s--malllisp
3175 <div class="lisp">
3176 <pre class="lisp">s--malllisp
31863177 </pre></div>
31873178
31883179 <div class="format">
31893180 <pre class="format">f&ndash;ormat
31903181 </pre></div>
31913182
3192 <div class="smallformat">
3193 <pre class="smallformat">s&ndash;mallformat
3183 <div class="format">
3184 <pre class="format">s&ndash;mallformat
31943185 </pre></div>
31953186
31963187 <dl>
38483839 </blockquote>
38493840 <pre class="example">
38503841
3851 </pre><blockquote class="smallquotation">
3842 </pre><blockquote>
38523843 <pre class="example">A small quot---ation
38533844 </pre></blockquote>
38543845 <pre class="example">
38553846
3856 </pre><blockquote class="smallquotation">
3847 </pre><blockquote>
38573848 <pre class="example"><b>Note:</b> A small Note
38583849 </pre></blockquote>
38593850 <pre class="example">
38603851
3861 </pre><blockquote class="smallquotation">
3852 </pre><blockquote>
38623853 <pre class="example"><b>something, other thing:</b> something, other thing
38633854 </pre></blockquote>
38643855 <pre class="example">
39243915 </pre></div>
39253916 <pre class="example">
39263917
3927 </pre><div class="smallexample">
3928 <pre class="smallexample">s--mallexample
3918 </pre><div class="example">
3919 <pre class="example">s--mallexample
39293920 </pre></div>
39303921 <pre class="example">
39313922
39343925 </pre></div>
39353926 <pre class="example">
39363927
3937 </pre><div class="smalldisplay">
3928 </pre><div class="display">
39383929 <pre class="example">s--malldisplay
39393930 </pre></div>
39403931 <pre class="example">
39443935 </pre></div>
39453936 <pre class="example">
39463937
3947 </pre><div class="smalllisp">
3948 <pre class="smalllisp">s--malllisp
3938 </pre><div class="lisp">
3939 <pre class="lisp">s--malllisp
39493940 </pre></div>
39503941 <pre class="example">
39513942
39543945 </pre></div>
39553946 <pre class="example">
39563947
3957 </pre><div class="smallformat">
3948 </pre><div class="format">
39583949 <pre class="example">s--mallformat
39593950 </pre></div>
39603951 <pre class="example">
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
612612 <!--
613613 a.summary-letter {text-decoration: none}
614614 blockquote.indentedblock {margin-right: 0em}
615 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
616 blockquote.smallquotation {font-size: smaller}
617615 div.display {margin-left: 3.2em}
618616 div.example {margin-left: 3.2em}
619617 div.lisp {margin-left: 3.2em}
620 div.smalldisplay {margin-left: 3.2em}
621 div.smallexample {margin-left: 3.2em}
622 div.smalllisp {margin-left: 3.2em}
623618 kbd {font-style: oblique}
624619 pre.display {font-family: inherit}
625620 pre.format {font-family: inherit}
626621 pre.menu-comment {font-family: serif}
627622 pre.menu-preformatted {font-family: serif}
628 pre.smalldisplay {font-family: inherit; font-size: smaller}
629 pre.smallexample {font-size: smaller}
630 pre.smallformat {font-family: inherit; font-size: smaller}
631 pre.smalllisp {font-size: smaller}
632623 span.nolinebreak {white-space: nowrap}
633624 span.roman {font-family: initial; font-weight: normal}
634625 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
903894 <blockquote>
904895 </blockquote>
905896
906 <blockquote class="smallquotation">
897 <blockquote>
907898 <p>A small quot&mdash;ation
908899 </p></blockquote>
909900
910 <blockquote class="smallquotation">
901 <blockquote>
911902 <p><b>Note:</b> A small Note
912903 </p></blockquote>
913904
914 <blockquote class="smallquotation">
905 <blockquote>
915906 <p><b>something, other thing:</b> something, other thing
916907 </p></blockquote>
917908
966957 text
967958 </pre></div>
968959
969 <div class="smallexample">
970 <pre class="smallexample">s--mallexample
960 <div class="example">
961 <pre class="example">s--mallexample
971962 </pre></div>
972963
973964 <div class="display">
974965 <pre class="display">d&ndash;isplay
975966 </pre></div>
976967
977 <div class="smalldisplay">
978 <pre class="smalldisplay">s&ndash;malldisplay
968 <div class="display">
969 <pre class="display">s&ndash;malldisplay
979970 </pre></div>
980971
981972 <div class="lisp">
982973 <pre class="lisp">l--isp
983974 </pre></div>
984975
985 <div class="smalllisp">
986 <pre class="smalllisp">s--malllisp
976 <div class="lisp">
977 <pre class="lisp">s--malllisp
987978 </pre></div>
988979
989980 <div class="format">
990981 <pre class="format">f&ndash;ormat
991982 </pre></div>
992983
993 <div class="smallformat">
994 <pre class="smallformat">s&ndash;mallformat
984 <div class="format">
985 <pre class="format">s&ndash;mallformat
995986 </pre></div>
996987
997988 <dl>
16281619 <blockquote>
16291620 </blockquote>
16301621
1631 <blockquote class="smallquotation">
1622 <blockquote>
16321623 <p>A small quot&mdash;ation
16331624 </p></blockquote>
16341625
1635 <blockquote class="smallquotation">
1626 <blockquote>
16361627 <p><b>Note:</b> A small Note
16371628 </p></blockquote>
16381629
1639 <blockquote class="smallquotation">
1630 <blockquote>
16401631 <p><b>something, other thing:</b> something, other thing
16411632 </p></blockquote>
16421633
16911682 text
16921683 </pre></div>
16931684
1694 <div class="smallexample">
1695 <pre class="smallexample">s--mallexample
1685 <div class="example">
1686 <pre class="example">s--mallexample
16961687 </pre></div>
16971688
16981689 <div class="display">
16991690 <pre class="display">d&ndash;isplay
17001691 </pre></div>
17011692
1702 <div class="smalldisplay">
1703 <pre class="smalldisplay">s&ndash;malldisplay
1693 <div class="display">
1694 <pre class="display">s&ndash;malldisplay
17041695 </pre></div>
17051696
17061697 <div class="lisp">
17071698 <pre class="lisp">l--isp
17081699 </pre></div>
17091700
1710 <div class="smalllisp">
1711 <pre class="smalllisp">s--malllisp
1701 <div class="lisp">
1702 <pre class="lisp">s--malllisp
17121703 </pre></div>
17131704
17141705 <div class="format">
17151706 <pre class="format">f&ndash;ormat
17161707 </pre></div>
17171708
1718 <div class="smallformat">
1719 <pre class="smallformat">s&ndash;mallformat
1709 <div class="format">
1710 <pre class="format">s&ndash;mallformat
17201711 </pre></div>
17211712
17221713 <dl>
23782369 <blockquote>
23792370 </blockquote>
23802371
2381 <blockquote class="smallquotation">
2372 <blockquote>
23822373 <p>A small quot&mdash;ation
23832374 </p></blockquote>
23842375
2385 <blockquote class="smallquotation">
2376 <blockquote>
23862377 <p><b>Note:</b> A small Note
23872378 </p></blockquote>
23882379
2389 <blockquote class="smallquotation">
2380 <blockquote>
23902381 <p><b>something, other thing:</b> something, other thing
23912382 </p></blockquote>
23922383
24412432 text
24422433 </pre></div>
24432434
2444 <div class="smallexample">
2445 <pre class="smallexample">s--mallexample
2435 <div class="example">
2436 <pre class="example">s--mallexample
24462437 </pre></div>
24472438
24482439 <div class="display">
24492440 <pre class="display">d&ndash;isplay
24502441 </pre></div>
24512442
2452 <div class="smalldisplay">
2453 <pre class="smalldisplay">s&ndash;malldisplay
2443 <div class="display">
2444 <pre class="display">s&ndash;malldisplay
24542445 </pre></div>
24552446
24562447 <div class="lisp">
24572448 <pre class="lisp">l--isp
24582449 </pre></div>
24592450
2460 <div class="smalllisp">
2461 <pre class="smalllisp">s--malllisp
2451 <div class="lisp">
2452 <pre class="lisp">s--malllisp
24622453 </pre></div>
24632454
24642455 <div class="format">
24652456 <pre class="format">f&ndash;ormat
24662457 </pre></div>
24672458
2468 <div class="smallformat">
2469 <pre class="smallformat">s&ndash;mallformat
2459 <div class="format">
2460 <pre class="format">s&ndash;mallformat
24702461 </pre></div>
24712462
24722463 <dl>
31023093 <blockquote>
31033094 </blockquote>
31043095
3105 <blockquote class="smallquotation">
3096 <blockquote>
31063097 <p>A small quot&mdash;ation
31073098 </p></blockquote>
31083099
3109 <blockquote class="smallquotation">
3100 <blockquote>
31103101 <p><b>Note:</b> A small Note
31113102 </p></blockquote>
31123103
3113 <blockquote class="smallquotation">
3104 <blockquote>
31143105 <p><b>something, other thing:</b> something, other thing
31153106 </p></blockquote>
31163107
31653156 text
31663157 </pre></div>
31673158
3168 <div class="smallexample">
3169 <pre class="smallexample">s--mallexample
3159 <div class="example">
3160 <pre class="example">s--mallexample
31703161 </pre></div>
31713162
31723163 <div class="display">
31733164 <pre class="display">d&ndash;isplay
31743165 </pre></div>
31753166
3176 <div class="smalldisplay">
3177 <pre class="smalldisplay">s&ndash;malldisplay
3167 <div class="display">
3168 <pre class="display">s&ndash;malldisplay
31783169 </pre></div>
31793170
31803171 <div class="lisp">
31813172 <pre class="lisp">l--isp
31823173 </pre></div>
31833174
3184 <div class="smalllisp">
3185 <pre class="smalllisp">s--malllisp
3175 <div class="lisp">
3176 <pre class="lisp">s--malllisp
31863177 </pre></div>
31873178
31883179 <div class="format">
31893180 <pre class="format">f&ndash;ormat
31903181 </pre></div>
31913182
3192 <div class="smallformat">
3193 <pre class="smallformat">s&ndash;mallformat
3183 <div class="format">
3184 <pre class="format">s&ndash;mallformat
31943185 </pre></div>
31953186
31963187 <dl>
38483839 </blockquote>
38493840 <pre class="example">
38503841
3851 </pre><blockquote class="smallquotation">
3842 </pre><blockquote>
38523843 <pre class="example">A small quot---ation
38533844 </pre></blockquote>
38543845 <pre class="example">
38553846
3856 </pre><blockquote class="smallquotation">
3847 </pre><blockquote>
38573848 <pre class="example"><b>Note:</b> A small Note
38583849 </pre></blockquote>
38593850 <pre class="example">
38603851
3861 </pre><blockquote class="smallquotation">
3852 </pre><blockquote>
38623853 <pre class="example"><b>something, other thing:</b> something, other thing
38633854 </pre></blockquote>
38643855 <pre class="example">
39243915 </pre></div>
39253916 <pre class="example">
39263917
3927 </pre><div class="smallexample">
3928 <pre class="smallexample">s--mallexample
3918 </pre><div class="example">
3919 <pre class="example">s--mallexample
39293920 </pre></div>
39303921 <pre class="example">
39313922
39343925 </pre></div>
39353926 <pre class="example">
39363927
3937 </pre><div class="smalldisplay">
3928 </pre><div class="display">
39383929 <pre class="example">s--malldisplay
39393930 </pre></div>
39403931 <pre class="example">
39443935 </pre></div>
39453936 <pre class="example">
39463937
3947 </pre><div class="smalllisp">
3948 <pre class="smalllisp">s--malllisp
3938 </pre><div class="lisp">
3939 <pre class="lisp">s--malllisp
39493940 </pre></div>
39503941 <pre class="example">
39513942
39543945 </pre></div>
39553946 <pre class="example">
39563947
3957 </pre><div class="smallformat">
3948 </pre><div class="format">
39583949 <pre class="example">s--mallformat
39593950 </pre></div>
39603951 <pre class="example">
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
610610 <!--
611611 a.summary-letter {text-decoration: none}
612612 blockquote.indentedblock {margin-right: 0em}
613 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
614 blockquote.smallquotation {font-size: smaller}
615613 div.display {margin-left: 3.2em}
616614 div.example {margin-left: 3.2em}
617615 div.lisp {margin-left: 3.2em}
618 div.smalldisplay {margin-left: 3.2em}
619 div.smallexample {margin-left: 3.2em}
620 div.smalllisp {margin-left: 3.2em}
621616 kbd {font-style: oblique}
622617 pre.display {font-family: inherit}
623618 pre.format {font-family: inherit}
624619 pre.menu-comment {font-family: serif}
625620 pre.menu-preformatted {font-family: serif}
626 pre.smalldisplay {font-family: inherit; font-size: smaller}
627 pre.smallexample {font-size: smaller}
628 pre.smallformat {font-family: inherit; font-size: smaller}
629 pre.smalllisp {font-size: smaller}
630621 span.nolinebreak {white-space: nowrap}
631622 span.roman {font-family: initial; font-weight: normal}
632623 span.sansserif {font-family: sans-serif; font-weight: normal}
903894 <blockquote>
904895 </blockquote>
905896
906 <blockquote class="smallquotation">
897 <blockquote>
907898 <p>A small quot&mdash;ation
908899 </p></blockquote>
909900
910 <blockquote class="smallquotation">
901 <blockquote>
911902 <p><b>Note:</b> A small Note
912903 </p></blockquote>
913904
914 <blockquote class="smallquotation">
905 <blockquote>
915906 <p><b>something, other thing:</b> something, other thing
916907 </p></blockquote>
917908
966957 text
967958 </pre></div>
968959
969 <div class="smallexample">
970 <pre class="smallexample">s--mallexample
960 <div class="example">
961 <pre class="example">s--mallexample
971962 </pre></div>
972963
973964 <div class="display">
974965 <pre class="display">d&ndash;isplay
975966 </pre></div>
976967
977 <div class="smalldisplay">
978 <pre class="smalldisplay">s&ndash;malldisplay
968 <div class="display">
969 <pre class="display">s&ndash;malldisplay
979970 </pre></div>
980971
981972 <div class="lisp">
982973 <pre class="lisp">l--isp
983974 </pre></div>
984975
985 <div class="smalllisp">
986 <pre class="smalllisp">s--malllisp
976 <div class="lisp">
977 <pre class="lisp">s--malllisp
987978 </pre></div>
988979
989980 <div class="format">
990981 <pre class="format">f&ndash;ormat
991982 </pre></div>
992983
993 <div class="smallformat">
994 <pre class="smallformat">s&ndash;mallformat
984 <div class="format">
985 <pre class="format">s&ndash;mallformat
995986 </pre></div>
996987
997988 <dl>
16271618 <blockquote>
16281619 </blockquote>
16291620
1630 <blockquote class="smallquotation">
1621 <blockquote>
16311622 <p>A small quot&mdash;ation
16321623 </p></blockquote>
16331624
1634 <blockquote class="smallquotation">
1625 <blockquote>
16351626 <p><b>Note:</b> A small Note
16361627 </p></blockquote>
16371628
1638 <blockquote class="smallquotation">
1629 <blockquote>
16391630 <p><b>something, other thing:</b> something, other thing
16401631 </p></blockquote>
16411632
16901681 text
16911682 </pre></div>
16921683
1693 <div class="smallexample">
1694 <pre class="smallexample">s--mallexample
1684 <div class="example">
1685 <pre class="example">s--mallexample
16951686 </pre></div>
16961687
16971688 <div class="display">
16981689 <pre class="display">d&ndash;isplay
16991690 </pre></div>
17001691
1701 <div class="smalldisplay">
1702 <pre class="smalldisplay">s&ndash;malldisplay
1692 <div class="display">
1693 <pre class="display">s&ndash;malldisplay
17031694 </pre></div>
17041695
17051696 <div class="lisp">
17061697 <pre class="lisp">l--isp
17071698 </pre></div>
17081699
1709 <div class="smalllisp">
1710 <pre class="smalllisp">s--malllisp
1700 <div class="lisp">
1701 <pre class="lisp">s--malllisp
17111702 </pre></div>
17121703
17131704 <div class="format">
17141705 <pre class="format">f&ndash;ormat
17151706 </pre></div>
17161707
1717 <div class="smallformat">
1718 <pre class="smallformat">s&ndash;mallformat
1708 <div class="format">
1709 <pre class="format">s&ndash;mallformat
17191710 </pre></div>
17201711
17211712 <dl>
23922383 <blockquote>
23932384 </blockquote>
23942385
2395 <blockquote class="smallquotation">
2386 <blockquote>
23962387 <p>A small quot&mdash;ation
23972388 </p></blockquote>
23982389
2399 <blockquote class="smallquotation">
2390 <blockquote>
24002391 <p><b>Note:</b> A small Note
24012392 </p></blockquote>
24022393
2403 <blockquote class="smallquotation">
2394 <blockquote>
24042395 <p><b>something, other thing:</b> something, other thing
24052396 </p></blockquote>
24062397
24552446 text
24562447 </pre></div>
24572448
2458 <div class="smallexample">
2459 <pre class="smallexample">s--mallexample
2449 <div class="example">
2450 <pre class="example">s--mallexample
24602451 </pre></div>
24612452
24622453 <div class="display">
24632454 <pre class="display">d&ndash;isplay
24642455 </pre></div>
24652456
2466 <div class="smalldisplay">
2467 <pre class="smalldisplay">s&ndash;malldisplay
2457 <div class="display">
2458 <pre class="display">s&ndash;malldisplay
24682459 </pre></div>
24692460
24702461 <div class="lisp">
24712462 <pre class="lisp">l--isp
24722463 </pre></div>
24732464
2474 <div class="smalllisp">
2475 <pre class="smalllisp">s--malllisp
2465 <div class="lisp">
2466 <pre class="lisp">s--malllisp
24762467 </pre></div>
24772468
24782469 <div class="format">
24792470 <pre class="format">f&ndash;ormat
24802471 </pre></div>
24812472
2482 <div class="smallformat">
2483 <pre class="smallformat">s&ndash;mallformat
2473 <div class="format">
2474 <pre class="format">s&ndash;mallformat
24842475 </pre></div>
24852476
24862477 <dl>
31373128 </blockquote>
31383129 <pre class="example">
31393130
3140 </pre><blockquote class="smallquotation">
3131 </pre><blockquote>
31413132 <pre class="example">A small quot---ation
31423133 </pre></blockquote>
31433134 <pre class="example">
31443135
3145 </pre><blockquote class="smallquotation">
3136 </pre><blockquote>
31463137 <pre class="example"><b>Note:</b> A small Note
31473138 </pre></blockquote>
31483139 <pre class="example">
31493140
3150 </pre><blockquote class="smallquotation">
3141 </pre><blockquote>
31513142 <pre class="example"><b>something, other thing:</b> something, other thing
31523143 </pre></blockquote>
31533144 <pre class="example">
32133204 </pre></div>
32143205 <pre class="example">
32153206
3216 </pre><div class="smallexample">
3217 <pre class="smallexample">s--mallexample
3207 </pre><div class="example">
3208 <pre class="example">s--mallexample
32183209 </pre></div>
32193210 <pre class="example">
32203211
32233214 </pre></div>
32243215 <pre class="example">
32253216
3226 </pre><div class="smalldisplay">
3217 </pre><div class="display">
32273218 <pre class="example">s--malldisplay
32283219 </pre></div>
32293220 <pre class="example">
32333224 </pre></div>
32343225 <pre class="example">
32353226
3236 </pre><div class="smalllisp">
3237 <pre class="smalllisp">s--malllisp
3227 </pre><div class="lisp">
3228 <pre class="lisp">s--malllisp
32383229 </pre></div>
32393230 <pre class="example">
32403231
32433234 </pre></div>
32443235 <pre class="example">
32453236
3246 </pre><div class="smallformat">
3237 </pre><div class="format">
32473238 <pre class="example">s--mallformat
32483239 </pre></div>
32493240 <pre class="example">
39263917 <blockquote>
39273918 </blockquote>
39283919
3929 <blockquote class="smallquotation">
3920 <blockquote>
39303921 <p>A small quot&mdash;ation
39313922 </p></blockquote>
39323923
3933 <blockquote class="smallquotation">
3924 <blockquote>
39343925 <p><b>Note:</b> A small Note
39353926 </p></blockquote>
39363927
3937 <blockquote class="smallquotation">
3928 <blockquote>
39383929 <p><b>something, other thing:</b> something, other thing
39393930 </p></blockquote>
39403931
39893980 text
39903981 </pre></div>
39913982
3992 <div class="smallexample">
3993 <pre class="smallexample">s--mallexample
3983 <div class="example">
3984 <pre class="example">s--mallexample
39943985 </pre></div>
39953986
39963987 <div class="display">
39973988 <pre class="display">d&ndash;isplay
39983989 </pre></div>
39993990
4000 <div class="smalldisplay">
4001 <pre class="smalldisplay">s&ndash;malldisplay
3991 <div class="display">
3992 <pre class="display">s&ndash;malldisplay
40023993 </pre></div>
40033994
40043995 <div class="lisp">
40053996 <pre class="lisp">l--isp
40063997 </pre></div>
40073998
4008 <div class="smalllisp">
4009 <pre class="smalllisp">s--malllisp
3999 <div class="lisp">
4000 <pre class="lisp">s--malllisp
40104001 </pre></div>
40114002
40124003 <div class="format">
40134004 <pre class="format">f&ndash;ormat
40144005 </pre></div>
40154006
4016 <div class="smallformat">
4017 <pre class="smallformat">s&ndash;mallformat
4007 <div class="format">
4008 <pre class="format">s&ndash;mallformat
40184009 </pre></div>
40194010
40204011 <dl>
611611 <!--
612612 a.summary-letter {text-decoration: none}
613613 blockquote.indentedblock {margin-right: 0em}
614 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
615 blockquote.smallquotation {font-size: smaller}
616614 div.display {margin-left: 3.2em}
617615 div.example {margin-left: 3.2em}
618616 div.lisp {margin-left: 3.2em}
619 div.smalldisplay {margin-left: 3.2em}
620 div.smallexample {margin-left: 3.2em}
621 div.smalllisp {margin-left: 3.2em}
622617 kbd {font-style: oblique}
623618 pre.display {font-family: inherit}
624619 pre.format {font-family: inherit}
625620 pre.menu-comment {font-family: serif}
626621 pre.menu-preformatted {font-family: serif}
627 pre.smalldisplay {font-family: inherit; font-size: smaller}
628 pre.smallexample {font-size: smaller}
629 pre.smallformat {font-family: inherit; font-size: smaller}
630 pre.smalllisp {font-size: smaller}
631622 span.nolinebreak {white-space: nowrap}
632623 span.roman {font-family: initial; font-weight: normal}
633624 span.sansserif {font-family: sans-serif; font-weight: normal}
903894 <blockquote>
904895 </blockquote>
905896
906 <blockquote class="smallquotation">
897 <blockquote>
907898 <p>A small quot&mdash;ation
908899 </p></blockquote>
909900
910 <blockquote class="smallquotation">
901 <blockquote>
911902 <p><b>Note:</b> A small Note
912903 </p></blockquote>
913904
914 <blockquote class="smallquotation">
905 <blockquote>
915906 <p><b>something, other thing:</b> something, other thing
916907 </p></blockquote>
917908
966957 text
967958 </pre></div>
968959
969 <div class="smallexample">
970 <pre class="smallexample">s--mallexample
960 <div class="example">
961 <pre class="example">s--mallexample
971962 </pre></div>
972963
973964 <div class="display">
974965 <pre class="display">d&ndash;isplay
975966 </pre></div>
976967
977 <div class="smalldisplay">
978 <pre class="smalldisplay">s&ndash;malldisplay
968 <div class="display">
969 <pre class="display">s&ndash;malldisplay
979970 </pre></div>
980971
981972 <div class="lisp">
982973 <pre class="lisp">l--isp
983974 </pre></div>
984975
985 <div class="smalllisp">
986 <pre class="smalllisp">s--malllisp
976 <div class="lisp">
977 <pre class="lisp">s--malllisp
987978 </pre></div>
988979
989980 <div class="format">
990981 <pre class="format">f&ndash;ormat
991982 </pre></div>
992983
993 <div class="smallformat">
994 <pre class="smallformat">s&ndash;mallformat
984 <div class="format">
985 <pre class="format">s&ndash;mallformat
995986 </pre></div>
996987
997988 <dl>
16281619 <blockquote>
16291620 </blockquote>
16301621
1631 <blockquote class="smallquotation">
1622 <blockquote>
16321623 <p>A small quot&mdash;ation
16331624 </p></blockquote>
16341625
1635 <blockquote class="smallquotation">
1626 <blockquote>
16361627 <p><b>Note:</b> A small Note
16371628 </p></blockquote>
16381629
1639 <blockquote class="smallquotation">
1630 <blockquote>
16401631 <p><b>something, other thing:</b> something, other thing
16411632 </p></blockquote>
16421633
16911682 text
16921683 </pre></div>
16931684
1694 <div class="smallexample">
1695 <pre class="smallexample">s--mallexample
1685 <div class="example">
1686 <pre class="example">s--mallexample
16961687 </pre></div>
16971688
16981689 <div class="display">
16991690 <pre class="display">d&ndash;isplay
17001691 </pre></div>
17011692
1702 <div class="smalldisplay">
1703 <pre class="smalldisplay">s&ndash;malldisplay
1693 <div class="display">
1694 <pre class="display">s&ndash;malldisplay
17041695 </pre></div>
17051696
17061697 <div class="lisp">
17071698 <pre class="lisp">l--isp
17081699 </pre></div>
17091700
1710 <div class="smalllisp">
1711 <pre class="smalllisp">s--malllisp
1701 <div class="lisp">
1702 <pre class="lisp">s--malllisp
17121703 </pre></div>
17131704
17141705 <div class="format">
17151706 <pre class="format">f&ndash;ormat
17161707 </pre></div>
17171708
1718 <div class="smallformat">
1719 <pre class="smallformat">s&ndash;mallformat
1709 <div class="format">
1710 <pre class="format">s&ndash;mallformat
17201711 </pre></div>
17211712
17221713 <dl>
23772368 <blockquote>
23782369 </blockquote>
23792370
2380 <blockquote class="smallquotation">
2371 <blockquote>
23812372 <p>A small quot&mdash;ation
23822373 </p></blockquote>
23832374
2384 <blockquote class="smallquotation">
2375 <blockquote>
23852376 <p><b>Note:</b> A small Note
23862377 </p></blockquote>
23872378
2388 <blockquote class="smallquotation">
2379 <blockquote>
23892380 <p><b>something, other thing:</b> something, other thing
23902381 </p></blockquote>
23912382
24402431 text
24412432 </pre></div>
24422433
2443 <div class="smallexample">
2444 <pre class="smallexample">s--mallexample
2434 <div class="example">
2435 <pre class="example">s--mallexample
24452436 </pre></div>
24462437
24472438 <div class="display">
24482439 <pre class="display">d&ndash;isplay
24492440 </pre></div>
24502441
2451 <div class="smalldisplay">
2452 <pre class="smalldisplay">s&ndash;malldisplay
2442 <div class="display">
2443 <pre class="display">s&ndash;malldisplay
24532444 </pre></div>
24542445
24552446 <div class="lisp">
24562447 <pre class="lisp">l--isp
24572448 </pre></div>
24582449
2459 <div class="smalllisp">
2460 <pre class="smalllisp">s--malllisp
2450 <div class="lisp">
2451 <pre class="lisp">s--malllisp
24612452 </pre></div>
24622453
24632454 <div class="format">
24642455 <pre class="format">f&ndash;ormat
24652456 </pre></div>
24662457
2467 <div class="smallformat">
2468 <pre class="smallformat">s&ndash;mallformat
2458 <div class="format">
2459 <pre class="format">s&ndash;mallformat
24692460 </pre></div>
24702461
24712462 <dl>
31013092 <blockquote>
31023093 </blockquote>
31033094
3104 <blockquote class="smallquotation">
3095 <blockquote>
31053096 <p>A small quot&mdash;ation
31063097 </p></blockquote>
31073098
3108 <blockquote class="smallquotation">
3099 <blockquote>
31093100 <p><b>Note:</b> A small Note
31103101 </p></blockquote>
31113102
3112 <blockquote class="smallquotation">
3103 <blockquote>
31133104 <p><b>something, other thing:</b> something, other thing
31143105 </p></blockquote>
31153106
31643155 text
31653156 </pre></div>
31663157
3167 <div class="smallexample">
3168 <pre class="smallexample">s--mallexample
3158 <div class="example">
3159 <pre class="example">s--mallexample
31693160 </pre></div>
31703161
31713162 <div class="display">
31723163 <pre class="display">d&ndash;isplay
31733164 </pre></div>
31743165
3175 <div class="smalldisplay">
3176 <pre class="smalldisplay">s&ndash;malldisplay
3166 <div class="display">
3167 <pre class="display">s&ndash;malldisplay
31773168 </pre></div>
31783169
31793170 <div class="lisp">
31803171 <pre class="lisp">l--isp
31813172 </pre></div>
31823173
3183 <div class="smalllisp">
3184 <pre class="smalllisp">s--malllisp
3174 <div class="lisp">
3175 <pre class="lisp">s--malllisp
31853176 </pre></div>
31863177
31873178 <div class="format">
31883179 <pre class="format">f&ndash;ormat
31893180 </pre></div>
31903181
3191 <div class="smallformat">
3192 <pre class="smallformat">s&ndash;mallformat
3182 <div class="format">
3183 <pre class="format">s&ndash;mallformat
31933184 </pre></div>
31943185
31953186 <dl>
38473838 </blockquote>
38483839 <pre class="example">
38493840
3850 </pre><blockquote class="smallquotation">
3841 </pre><blockquote>
38513842 <pre class="example">A small quot---ation
38523843 </pre></blockquote>
38533844 <pre class="example">
38543845
3855 </pre><blockquote class="smallquotation">
3846 </pre><blockquote>
38563847 <pre class="example"><b>Note:</b> A small Note
38573848 </pre></blockquote>
38583849 <pre class="example">
38593850
3860 </pre><blockquote class="smallquotation">
3851 </pre><blockquote>
38613852 <pre class="example"><b>something, other thing:</b> something, other thing
38623853 </pre></blockquote>
38633854 <pre class="example">
39233914 </pre></div>
39243915 <pre class="example">
39253916
3926 </pre><div class="smallexample">
3927 <pre class="smallexample">s--mallexample
3917 </pre><div class="example">
3918 <pre class="example">s--mallexample
39283919 </pre></div>
39293920 <pre class="example">
39303921
39333924 </pre></div>
39343925 <pre class="example">
39353926
3936 </pre><div class="smalldisplay">
3927 </pre><div class="display">
39373928 <pre class="example">s--malldisplay
39383929 </pre></div>
39393930 <pre class="example">
39433934 </pre></div>
39443935 <pre class="example">
39453936
3946 </pre><div class="smalllisp">
3947 <pre class="smalllisp">s--malllisp
3937 </pre><div class="lisp">
3938 <pre class="lisp">s--malllisp
39483939 </pre></div>
39493940 <pre class="example">
39503941
39533944 </pre></div>
39543945 <pre class="example">
39553946
3956 </pre><div class="smallformat">
3947 </pre><div class="format">
39573948 <pre class="example">s--mallformat
39583949 </pre></div>
39593950 <pre class="example">
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
124115 text
125116 </pre></div>
126117
127 <div class="smallexample">
128 <pre class="smallexample">s--mallexample
118 <div class="example">
119 <pre class="example">s--mallexample
129120 </pre></div>
130121
131122 <dl>
172163 text
173164 </pre></div>
174165
175 <div class="smallexample">
176 <pre class="smallexample">s--mallexample
166 <div class="example">
167 <pre class="example">s--mallexample
177168 </pre></div>
178169
179170 <dl>
266257 text
267258 </pre></div>
268259
269 <div class="smallexample">
270 <pre class="smallexample">s--mallexample
260 <div class="example">
261 <pre class="example">s--mallexample
271262 </pre></div>
272263
273264 <dl>
314305 text
315306 </pre></div>
316307
317 <div class="smallexample">
318 <pre class="smallexample">s--mallexample
308 <div class="example">
309 <pre class="example">s--mallexample
319310 </pre></div>
320311
321312 <dl>
409400 text
410401 </pre></div>
411402
412 <div class="smallexample">
413 <pre class="smallexample">s--mallexample
403 <div class="example">
404 <pre class="example">s--mallexample
414405 </pre></div>
415406
416407 <dl>
457448 text
458449 </pre></div>
459450
460 <div class="smallexample">
461 <pre class="smallexample">s--mallexample
451 <div class="example">
452 <pre class="example">s--mallexample
462453 </pre></div>
463454
464455 <dl>
550541 text
551542 </pre></div>
552543
553 <div class="smallexample">
554 <pre class="smallexample">s--mallexample
544 <div class="example">
545 <pre class="example">s--mallexample
555546 </pre></div>
556547
557548 <dl>
598589 text
599590 </pre></div>
600591
601 <div class="smallexample">
602 <pre class="smallexample">s--mallexample
592 <div class="example">
593 <pre class="example">s--mallexample
603594 </pre></div>
604595
605596 <dl>
692683 text
693684 </pre></div>
694685
695 <div class="smallexample">
696 <pre class="smallexample">s--mallexample
686 <div class="example">
687 <pre class="example">s--mallexample
697688 </pre></div>
698689
699690 <dl>
740731 text
741732 </pre></div>
742733
743 <div class="smallexample">
744 <pre class="smallexample">s--mallexample
734 <div class="example">
735 <pre class="example">s--mallexample
745736 </pre></div>
746737
747738 <dl>
836827 text
837828 </pre></div>
838829
839 <div class="smallexample">
840 <pre class="smallexample">s--mallexample
830 <div class="example">
831 <pre class="example">s--mallexample
841832 </pre></div>
842833
843834 <dl>
884875 text
885876 </pre></div>
886877
887 <div class="smallexample">
888 <pre class="smallexample">s--mallexample
878 <div class="example">
879 <pre class="example">s--mallexample
889880 </pre></div>
890881
891882 <dl>
977968 text
978969 </pre></div>
979970
980 <div class="smallexample">
981 <pre class="smallexample">s--mallexample
971 <div class="example">
972 <pre class="example">s--mallexample
982973 </pre></div>
983974
984975 <dl>
10251016 text
10261017 </pre></div>
10271018
1028 <div class="smallexample">
1029 <pre class="smallexample">s--mallexample
1019 <div class="example">
1020 <pre class="example">s--mallexample
10301021 </pre></div>
10311022
10321023 <dl>
11191110 text
11201111 </pre></div>
11211112
1122 <div class="smallexample">
1123 <pre class="smallexample">s--mallexample
1113 <div class="example">
1114 <pre class="example">s--mallexample
11241115 </pre></div>
11251116
11261117 <dl>
11671158 text
11681159 </pre></div>
11691160
1170 <div class="smallexample">
1171 <pre class="smallexample">s--mallexample
1161 <div class="example">
1162 <pre class="example">s--mallexample
11721163 </pre></div>
11731164
11741165 <dl>
12651256 text
12661257 </pre></div>
12671258
1268 <div class="smallexample">
1269 <pre class="smallexample">s--mallexample
1259 <div class="example">
1260 <pre class="example">s--mallexample
12701261 </pre></div>
12711262
12721263 <dl>
13131304 text
13141305 </pre></div>
13151306
1316 <div class="smallexample">
1317 <pre class="smallexample">s--mallexample
1307 <div class="example">
1308 <pre class="example">s--mallexample
13181309 </pre></div>
13191310
13201311 <dl>
14051396 text
14061397 </pre></div>
14071398
1408 <div class="smallexample">
1409 <pre class="smallexample">s--mallexample
1399 <div class="example">
1400 <pre class="example">s--mallexample
14101401 </pre></div>
14111402
14121403 <dl>
14531444 text
14541445 </pre></div>
14551446
1456 <div class="smallexample">
1457 <pre class="smallexample">s--mallexample
1447 <div class="example">
1448 <pre class="example">s--mallexample
14581449 </pre></div>
14591450
14601451 <dl>
15461537 text
15471538 </pre></div>
15481539
1549 <div class="smallexample">
1550 <pre class="smallexample">s--mallexample
1540 <div class="example">
1541 <pre class="example">s--mallexample
15511542 </pre></div>
15521543
15531544 <dl>
15941585 text
15951586 </pre></div>
15961587
1597 <div class="smallexample">
1598 <pre class="smallexample">s--mallexample
1588 <div class="example">
1589 <pre class="example">s--mallexample
15991590 </pre></div>
16001591
16011592 <dl>
17021693 </pre></div>
17031694 <pre class="example">
17041695
1705 </pre><div class="smallexample">
1706 <pre class="smallexample">s--mallexample
1696 </pre><div class="example">
1697 <pre class="example">s--mallexample
17071698 </pre></div>
17081699 <pre class="example">
17091700
17611752 </pre></div>
17621753 <pre class="example">
17631754
1764 </pre><div class="smallexample">
1765 <pre class="smallexample">s--mallexample
1755 </pre><div class="example">
1756 <pre class="example">s--mallexample
17661757 </pre></div>
17671758 <pre class="example">
17681759
18741865 </pre></div>
18751866 <pre class="example">
18761867
1877 </pre><div class="smallexample">
1878 <pre class="smallexample">s--mallexample
1868 </pre><div class="example">
1869 <pre class="example">s--mallexample
18791870 </pre></div>
18801871 <pre class="example">
18811872
19331924 </pre></div>
19341925 <pre class="example">
19351926
1936 </pre><div class="smallexample">
1937 <pre class="smallexample">s--mallexample
1927 </pre><div class="example">
1928 <pre class="example">s--mallexample
19381929 </pre></div>
19391930 <pre class="example">
19401931
20472038 </pre></div>
20482039 <pre class="example">
20492040
2050 </pre><div class="smallexample">
2051 <pre class="smallexample">s--mallexample
2041 </pre><div class="example">
2042 <pre class="example">s--mallexample
20522043 </pre></div>
20532044 <pre class="example">
20542045
21062097 </pre></div>
21072098 <pre class="example">
21082099
2109 </pre><div class="smallexample">
2110 <pre class="smallexample">s--mallexample
2100 </pre><div class="example">
2101 <pre class="example">s--mallexample
21112102 </pre></div>
21122103 <pre class="example">
21132104
21422133 </pre></td></tr></table>
21432134 </div>
21442135
2145 <div class="smallexample">
2146 <pre class="smallexample">s--mallexample
2136 <div class="example">
2137 <pre class="example">s--mallexample
21472138 </pre></div>
21482139
21492140 <dl>
22152206 text
22162207 </pre></div>
22172208
2218 <div class="smallexample">
2219 <pre class="smallexample">s--mallexample
2209 <div class="example">
2210 <pre class="example">s--mallexample
22202211 </pre></div>
22212212
22222213 <dl>
22632254 text
22642255 </pre></div>
22652256
2266 <div class="smallexample">
2267 <pre class="smallexample">s--mallexample
2257 <div class="example">
2258 <pre class="example">s--mallexample
22682259 </pre></div>
22692260
22702261 <dl>
23572348 text
23582349 </pre></div>
23592350
2360 <div class="smallexample">
2361 <pre class="smallexample">s--mallexample
2351 <div class="example">
2352 <pre class="example">s--mallexample
23622353 </pre></div>
23632354
23642355 <dl>
24052396 text
24062397 </pre></div>
24072398
2408 <div class="smallexample">
2409 <pre class="smallexample">s--mallexample
2399 <div class="example">
2400 <pre class="example">s--mallexample
24102401 </pre></div>
24112402
24122403 <dl>
25022493 text
25032494 </pre></div>
25042495
2505 <div class="smallexample">
2506 <pre class="smallexample">s--mallexample
2496 <div class="example">
2497 <pre class="example">s--mallexample
25072498 </pre></div>
25082499
25092500 <dl>
25502541 text
25512542 </pre></div>
25522543
2553 <div class="smallexample">
2554 <pre class="smallexample">s--mallexample
2544 <div class="example">
2545 <pre class="example">s--mallexample
25552546 </pre></div>
25562547
25572548 <dl>
26462637 text
26472638 </pre></div>
26482639
2649 <div class="smallexample">
2650 <pre class="smallexample">s--mallexample
2640 <div class="example">
2641 <pre class="example">s--mallexample
26512642 </pre></div>
26522643
26532644 <dl>
26942685 text
26952686 </pre></div>
26962687
2697 <div class="smallexample">
2698 <pre class="smallexample">s--mallexample
2688 <div class="example">
2689 <pre class="example">s--mallexample
26992690 </pre></div>
27002691
27012692 <dl>
27882779 text
27892780 </pre></div>
27902781
2791 <div class="smallexample">
2792 <pre class="smallexample">s--mallexample
2782 <div class="example">
2783 <pre class="example">s--mallexample
27932784 </pre></div>
27942785
27952786 <dl>
28362827 text
28372828 </pre></div>
28382829
2839 <div class="smallexample">
2840 <pre class="smallexample">s--mallexample
2830 <div class="example">
2831 <pre class="example">s--mallexample
28412832 </pre></div>
28422833
28432834 <dl>
29312922 text
29322923 </pre></div>
29332924
2934 <div class="smallexample">
2935 <pre class="smallexample">s--mallexample
2925 <div class="example">
2926 <pre class="example">s--mallexample
29362927 </pre></div>
29372928
29382929 <dl>
29792970 text
29802971 </pre></div>
29812972
2982 <div class="smallexample">
2983 <pre class="smallexample">s--mallexample
2973 <div class="example">
2974 <pre class="example">s--mallexample
29842975 </pre></div>
29852976
29862977 <dl>
30763067 text
30773068 </pre></div>
30783069
3079 <div class="smallexample">
3080 <pre class="smallexample">s--mallexample
3070 <div class="example">
3071 <pre class="example">s--mallexample
30813072 </pre></div>
30823073
30833074 <dl>
31243115 text
31253116 </pre></div>
31263117
3127 <div class="smallexample">
3128 <pre class="smallexample">s--mallexample
3118 <div class="example">
3119 <pre class="example">s--mallexample
31293120 </pre></div>
31303121
31313122 <dl>
32173208 text
32183209 </pre></div>
32193210
3220 <div class="smallexample">
3221 <pre class="smallexample">s--mallexample
3211 <div class="example">
3212 <pre class="example">s--mallexample
32223213 </pre></div>
32233214
32243215 <dl>
32653256 text
32663257 </pre></div>
32673258
3268 <div class="smallexample">
3269 <pre class="smallexample">s--mallexample
3259 <div class="example">
3260 <pre class="example">s--mallexample
32703261 </pre></div>
32713262
32723263 <dl>
33583349 text
33593350 </pre></div>
33603351
3361 <div class="smallexample">
3362 <pre class="smallexample">s--mallexample
3352 <div class="example">
3353 <pre class="example">s--mallexample
33633354 </pre></div>
33643355
33653356 <dl>
34063397 text
34073398 </pre></div>
34083399
3409 <div class="smallexample">
3410 <pre class="smallexample">s--mallexample
3400 <div class="example">
3401 <pre class="example">s--mallexample
34113402 </pre></div>
34123403
34133404 <dl>
35013492 text
35023493 </pre></div>
35033494
3504 <div class="smallexample">
3505 <pre class="smallexample">s--mallexample
3495 <div class="example">
3496 <pre class="example">s--mallexample
35063497 </pre></div>
35073498
35083499 <dl>
35493540 text
35503541 </pre></div>
35513542
3552 <div class="smallexample">
3553 <pre class="smallexample">s--mallexample
3543 <div class="example">
3544 <pre class="example">s--mallexample
35543545 </pre></div>
35553546
35563547 <dl>
36433634 text
36443635 </pre></div>
36453636
3646 <div class="smallexample">
3647 <pre class="smallexample">s--mallexample
3637 <div class="example">
3638 <pre class="example">s--mallexample
36483639 </pre></div>
36493640
36503641 <dl>
36913682 text
36923683 </pre></div>
36933684
3694 <div class="smallexample">
3695 <pre class="smallexample">s--mallexample
3685 <div class="example">
3686 <pre class="example">s--mallexample
36963687 </pre></div>
36973688
36983689 <dl>
37843775 text
37853776 </pre></div>
37863777
3787 <div class="smallexample">
3788 <pre class="smallexample">s--mallexample
3778 <div class="example">
3779 <pre class="example">s--mallexample
37893780 </pre></div>
37903781
37913782 <dl>
38323823 text
38333824 </pre></div>
38343825
3835 <div class="smallexample">
3836 <pre class="smallexample">s--mallexample
3826 <div class="example">
3827 <pre class="example">s--mallexample
38373828 </pre></div>
38383829
38393830 <dl>
39253916 text
39263917 </pre></div>
39273918
3928 <div class="smallexample">
3929 <pre class="smallexample">s--mallexample
3919 <div class="example">
3920 <pre class="example">s--mallexample
39303921 </pre></div>
39313922
39323923 <dl>
39733964 text
39743965 </pre></div>
39753966
3976 <div class="smallexample">
3977 <pre class="smallexample">s--mallexample
3967 <div class="example">
3968 <pre class="example">s--mallexample
39783969 </pre></div>
39793970
39803971 <dl>
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
138129 text
139130 </pre></div>
140131
141 <div class="smallexample">
142 <pre class="smallexample">s--mallexample
132 <div class="example">
133 <pre class="example">s--mallexample
143134 </pre></div>
144135
145136 <dl>
187178 text
188179 </pre></div>
189180
190 <div class="smallexample">
191 <pre class="smallexample">s--mallexample
181 <div class="example">
182 <pre class="example">s--mallexample
192183 </pre></div>
193184
194185 <dl>
296287 text
297288 </pre></div>
298289
299 <div class="smallexample">
300 <pre class="smallexample">s--mallexample
290 <div class="example">
291 <pre class="example">s--mallexample
301292 </pre></div>
302293
303294 <dl>
345336 text
346337 </pre></div>
347338
348 <div class="smallexample">
349 <pre class="smallexample">s--mallexample
339 <div class="example">
340 <pre class="example">s--mallexample
350341 </pre></div>
351342
352343 <dl>
454445 text
455446 </pre></div>
456447
457 <div class="smallexample">
458 <pre class="smallexample">s--mallexample
448 <div class="example">
449 <pre class="example">s--mallexample
459450 </pre></div>
460451
461452 <dl>
503494 text
504495 </pre></div>
505496
506 <div class="smallexample">
507 <pre class="smallexample">s--mallexample
497 <div class="example">
498 <pre class="example">s--mallexample
508499 </pre></div>
509500
510501 <dl>
610601 text
611602 </pre></div>
612603
613 <div class="smallexample">
614 <pre class="smallexample">s--mallexample
604 <div class="example">
605 <pre class="example">s--mallexample
615606 </pre></div>
616607
617608 <dl>
659650 text
660651 </pre></div>
661652
662 <div class="smallexample">
663 <pre class="smallexample">s--mallexample
653 <div class="example">
654 <pre class="example">s--mallexample
664655 </pre></div>
665656
666657 <dl>
768759 text
769760 </pre></div>
770761
771 <div class="smallexample">
772 <pre class="smallexample">s--mallexample
762 <div class="example">
763 <pre class="example">s--mallexample
773764 </pre></div>
774765
775766 <dl>
817808 text
818809 </pre></div>
819810
820 <div class="smallexample">
821 <pre class="smallexample">s--mallexample
811 <div class="example">
812 <pre class="example">s--mallexample
822813 </pre></div>
823814
824815 <dl>
927918 text
928919 </pre></div>
929920
930 <div class="smallexample">
931 <pre class="smallexample">s--mallexample
921 <div class="example">
922 <pre class="example">s--mallexample
932923 </pre></div>
933924
934925 <dl>
976967 text
977968 </pre></div>
978969
979 <div class="smallexample">
980 <pre class="smallexample">s--mallexample
970 <div class="example">
971 <pre class="example">s--mallexample
981972 </pre></div>
982973
983974 <dl>
10831074 text
10841075 </pre></div>
10851076
1086 <div class="smallexample">
1087 <pre class="smallexample">s--mallexample
1077 <div class="example">
1078 <pre class="example">s--mallexample
10881079 </pre></div>
10891080
10901081 <dl>
11321123 text
11331124 </pre></div>
11341125
1135 <div class="smallexample">
1136 <pre class="smallexample">s--mallexample
1126 <div class="example">
1127 <pre class="example">s--mallexample
11371128 </pre></div>
11381129
11391130 <dl>
12411232 text
12421233 </pre></div>
12431234
1244 <div class="smallexample">
1245 <pre class="smallexample">s--mallexample
1235 <div class="example">
1236 <pre class="example">s--mallexample
12461237 </pre></div>
12471238
12481239 <dl>
12901281 text
12911282 </pre></div>
12921283
1293 <div class="smallexample">
1294 <pre class="smallexample">s--mallexample
1284 <div class="example">
1285 <pre class="example">s--mallexample
12951286 </pre></div>
12961287
12971288 <dl>
14021393 text
14031394 </pre></div>
14041395
1405 <div class="smallexample">
1406 <pre class="smallexample">s--mallexample
1396 <div class="example">
1397 <pre class="example">s--mallexample
14071398 </pre></div>
14081399
14091400 <dl>
14511442 text
14521443 </pre></div>
14531444
1454 <div class="smallexample">
1455 <pre class="smallexample">s--mallexample
1445 <div class="example">
1446 <pre class="example">s--mallexample
14561447 </pre></div>
14571448
14581449 <dl>
15571548 text
15581549 </pre></div>
15591550
1560 <div class="smallexample">
1561 <pre class="smallexample">s--mallexample
1551 <div class="example">
1552 <pre class="example">s--mallexample
15621553 </pre></div>
15631554
15641555 <dl>
16061597 text
16071598 </pre></div>
16081599
1609 <div class="smallexample">
1610 <pre class="smallexample">s--mallexample
1600 <div class="example">
1601 <pre class="example">s--mallexample
16111602 </pre></div>
16121603
16131604 <dl>
17141705 text
17151706 </pre></div>
17161707
1717 <div class="smallexample">
1718 <pre class="smallexample">s--mallexample
1708 <div class="example">
1709 <pre class="example">s--mallexample
17191710 </pre></div>
17201711
17211712 <dl>
17631754 text
17641755 </pre></div>
17651756
1766 <div class="smallexample">
1767 <pre class="smallexample">s--mallexample
1757 <div class="example">
1758 <pre class="example">s--mallexample
17681759 </pre></div>
17691760
17701761 <dl>
18851876 </pre></div>
18861877 <pre class="example">
18871878
1888 </pre><div class="smallexample">
1889 <pre class="smallexample">s--mallexample
1879 </pre><div class="example">
1880 <pre class="example">s--mallexample
18901881 </pre></div>
18911882 <pre class="example">
18921883
19451936 </pre></div>
19461937 <pre class="example">
19471938
1948 </pre><div class="smallexample">
1949 <pre class="smallexample">s--mallexample
1939 </pre><div class="example">
1940 <pre class="example">s--mallexample
19501941 </pre></div>
19511942 <pre class="example">
19521943
20722063 </pre></div>
20732064 <pre class="example">
20742065
2075 </pre><div class="smallexample">
2076 <pre class="smallexample">s--mallexample
2066 </pre><div class="example">
2067 <pre class="example">s--mallexample
20772068 </pre></div>
20782069 <pre class="example">
20792070
21322123 </pre></div>
21332124 <pre class="example">
21342125
2135 </pre><div class="smallexample">
2136 <pre class="smallexample">s--mallexample
2126 </pre><div class="example">
2127 <pre class="example">s--mallexample
21372128 </pre></div>
21382129 <pre class="example">
21392130
22612252 </pre></div>
22622253 <pre class="example">
22632254
2264 </pre><div class="smallexample">
2265 <pre class="smallexample">s--mallexample
2255 </pre><div class="example">
2256 <pre class="example">s--mallexample
22662257 </pre></div>
22672258 <pre class="example">
22682259
23212312 </pre></div>
23222313 <pre class="example">
23232314
2324 </pre><div class="smallexample">
2325 <pre class="smallexample">s--mallexample
2315 </pre><div class="example">
2316 <pre class="example">s--mallexample
23262317 </pre></div>
23272318 <pre class="example">
23282319
23572348 </pre></dd></dl>
23582349 </div>
23592350
2360 <div class="smallexample">
2361 <pre class="smallexample">s--mallexample
2351 <div class="example">
2352 <pre class="example">s--mallexample
23622353 </pre></div>
23632354
23642355 <dl>
24442435 text
24452436 </pre></div>
24462437
2447 <div class="smallexample">
2448 <pre class="smallexample">s--mallexample
2438 <div class="example">
2439 <pre class="example">s--mallexample
24492440 </pre></div>
24502441
24512442 <dl>
24932484 text
24942485 </pre></div>
24952486
2496 <div class="smallexample">
2497 <pre class="smallexample">s--mallexample
2487 <div class="example">
2488 <pre class="example">s--mallexample
24982489 </pre></div>
24992490
25002491 <dl>
26022593 text
26032594 </pre></div>
26042595
2605 <div class="smallexample">
2606 <pre class="smallexample">s--mallexample
2596 <div class="example">
2597 <pre class="example">s--mallexample
26072598 </pre></div>
26082599
26092600 <dl>
26512642 text
26522643 </pre></div>
26532644
2654 <div class="smallexample">
2655 <pre class="smallexample">s--mallexample
2645 <div class="example">
2646 <pre class="example">s--mallexample
26562647 </pre></div>
26572648
26582649 <dl>
27622753 text
27632754 </pre></div>
27642755
2765 <div class="smallexample">
2766 <pre class="smallexample">s--mallexample
2756 <div class="example">
2757 <pre class="example">s--mallexample
27672758 </pre></div>
27682759
27692760 <dl>
28112802 text
28122803 </pre></div>
28132804
2814 <div class="smallexample">
2815 <pre class="smallexample">s--mallexample
2805 <div class="example">
2806 <pre class="example">s--mallexample
28162807 </pre></div>
28172808
28182809 <dl>
29212912 text
29222913 </pre></div>
29232914
2924 <div class="smallexample">
2925 <pre class="smallexample">s--mallexample
2915 <div class="example">
2916 <pre class="example">s--mallexample
29262917 </pre></div>
29272918
29282919 <dl>
29702961 text
29712962 </pre></div>
29722963
2973 <div class="smallexample">
2974 <pre class="smallexample">s--mallexample
2964 <div class="example">
2965 <pre class="example">s--mallexample
29752966 </pre></div>
29762967
29772968 <dl>
30783069 text
30793070 </pre></div>
30803071
3081 <div class="smallexample">
3082 <pre class="smallexample">s--mallexample
3072 <div class="example">
3073 <pre class="example">s--mallexample
30833074 </pre></div>
30843075
30853076 <dl>
31273118 text
31283119 </pre></div>
31293120
3130 <div class="smallexample">
3131 <pre class="smallexample">s--mallexample
3121 <div class="example">
3122 <pre class="example">s--mallexample
31323123 </pre></div>
31333124
31343125 <dl>
32373228 text
32383229 </pre></div>
32393230
3240 <div class="smallexample">
3241 <pre class="smallexample">s--mallexample
3231 <div class="example">
3232 <pre class="example">s--mallexample
32423233 </pre></div>
32433234
32443235 <dl>
32863277 text
32873278 </pre></div>
32883279
3289 <div class="smallexample">
3290 <pre class="smallexample">s--mallexample
3280 <div class="example">
3281 <pre class="example">s--mallexample
32913282 </pre></div>
32923283
32933284 <dl>
33973388 text
33983389 </pre></div>
33993390
3400 <div class="smallexample">
3401 <pre class="smallexample">s--mallexample
3391 <div class="example">
3392 <pre class="example">s--mallexample
34023393 </pre></div>
34033394
34043395 <dl>
34463437 text
34473438 </pre></div>
34483439
3449 <div class="smallexample">
3450 <pre class="smallexample">s--mallexample
3440 <div class="example">
3441 <pre class="example">s--mallexample
34513442 </pre></div>
34523443
34533444 <dl>
35533544 text
35543545 </pre></div>
35553546
3556 <div class="smallexample">
3557 <pre class="smallexample">s--mallexample
3547 <div class="example">
3548 <pre class="example">s--mallexample
35583549 </pre></div>
35593550
35603551 <dl>
36023593 text
36033594 </pre></div>
36043595
3605 <div class="smallexample">
3606 <pre class="smallexample">s--mallexample
3596 <div class="example">
3597 <pre class="example">s--mallexample
36073598 </pre></div>
36083599
36093600 <dl>
37103701 text
37113702 </pre></div>
37123703
3713 <div class="smallexample">
3714 <pre class="smallexample">s--mallexample
3704 <div class="example">
3705 <pre class="example">s--mallexample
37153706 </pre></div>
37163707
37173708 <dl>
37593750 text
37603751 </pre></div>
37613752
3762 <div class="smallexample">
3763 <pre class="smallexample">s--mallexample
3753 <div class="example">
3754 <pre class="example">s--mallexample
37643755 </pre></div>
37653756
37663757 <dl>
38683859 text
38693860 </pre></div>
38703861
3871 <div class="smallexample">
3872 <pre class="smallexample">s--mallexample
3862 <div class="example">
3863 <pre class="example">s--mallexample
38733864 </pre></div>
38743865
38753866 <dl>
39173908 text
39183909 </pre></div>
39193910
3920 <div class="smallexample">
3921 <pre class="smallexample">s--mallexample
3911 <div class="example">
3912 <pre class="example">s--mallexample
39223913 </pre></div>
39233914
39243915 <dl>
40264017 text
40274018 </pre></div>
40284019
4029 <div class="smallexample">
4030 <pre class="smallexample">s--mallexample
4020 <div class="example">
4021 <pre class="example">s--mallexample
40314022 </pre></div>
40324023
40334024 <dl>
40754066 text
40764067 </pre></div>
40774068
4078 <div class="smallexample">
4079 <pre class="smallexample">s--mallexample
4069 <div class="example">
4070 <pre class="example">s--mallexample
40804071 </pre></div>
40814072
40824073 <dl>
41824173 text
41834174 </pre></div>
41844175
4185 <div class="smallexample">
4186 <pre class="smallexample">s--mallexample
4176 <div class="example">
4177 <pre class="example">s--mallexample
41874178 </pre></div>
41884179
41894180 <dl>
42314222 text
42324223 </pre></div>
42334224
4234 <div class="smallexample">
4235 <pre class="smallexample">s--mallexample
4225 <div class="example">
4226 <pre class="example">s--mallexample
42364227 </pre></div>
42374228
42384229 <dl>
43394330 text
43404331 </pre></div>
43414332
4342 <div class="smallexample">
4343 <pre class="smallexample">s--mallexample
4333 <div class="example">
4334 <pre class="example">s--mallexample
43444335 </pre></div>
43454336
43464337 <dl>
43884379 text
43894380 </pre></div>
43904381
4391 <div class="smallexample">
4392 <pre class="smallexample">s--mallexample
4382 <div class="example">
4383 <pre class="example">s--mallexample
43934384 </pre></div>
43944385
43954386 <dl>
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
124115 text
125116 </pre></div>
126117
127 <div class="smallexample">
128 <pre class="smallexample">s--mallexample
118 <div class="example">
119 <pre class="example">s--mallexample
129120 </pre></div>
130121
131122 <dl>
172163 text
173164 </pre></div>
174165
175 <div class="smallexample">
176 <pre class="smallexample">s--mallexample
166 <div class="example">
167 <pre class="example">s--mallexample
177168 </pre></div>
178169
179170 <dl>
266257 text
267258 </pre></div>
268259
269 <div class="smallexample">
270 <pre class="smallexample">s--mallexample
260 <div class="example">
261 <pre class="example">s--mallexample
271262 </pre></div>
272263
273264 <dl>
314305 text
315306 </pre></div>
316307
317 <div class="smallexample">
318 <pre class="smallexample">s--mallexample
308 <div class="example">
309 <pre class="example">s--mallexample
319310 </pre></div>
320311
321312 <dl>
409400 text
410401 </pre></div>
411402
412 <div class="smallexample">
413 <pre class="smallexample">s--mallexample
403 <div class="example">
404 <pre class="example">s--mallexample
414405 </pre></div>
415406
416407 <dl>
457448 text
458449 </pre></div>
459450
460 <div class="smallexample">
461 <pre class="smallexample">s--mallexample
451 <div class="example">
452 <pre class="example">s--mallexample
462453 </pre></div>
463454
464455 <dl>
550541 text
551542 </pre></div>
552543
553 <div class="smallexample">
554 <pre class="smallexample">s--mallexample
544 <div class="example">
545 <pre class="example">s--mallexample
555546 </pre></div>
556547
557548 <dl>
598589 text
599590 </pre></div>
600591
601 <div class="smallexample">
602 <pre class="smallexample">s--mallexample
592 <div class="example">
593 <pre class="example">s--mallexample
603594 </pre></div>
604595
605596 <dl>
692683 text
693684 </pre></div>
694685
695 <div class="smallexample">
696 <pre class="smallexample">s--mallexample
686 <div class="example">
687 <pre class="example">s--mallexample
697688 </pre></div>
698689
699690 <dl>
740731 text
741732 </pre></div>
742733
743 <div class="smallexample">
744 <pre class="smallexample">s--mallexample
734 <div class="example">
735 <pre class="example">s--mallexample
745736 </pre></div>
746737
747738 <dl>
836827 text
837828 </pre></div>
838829
839 <div class="smallexample">
840 <pre class="smallexample">s--mallexample
830 <div class="example">
831 <pre class="example">s--mallexample
841832 </pre></div>
842833
843834 <dl>
884875 text
885876 </pre></div>
886877
887 <div class="smallexample">
888 <pre class="smallexample">s--mallexample
878 <div class="example">
879 <pre class="example">s--mallexample
889880 </pre></div>
890881
891882 <dl>
977968 text
978969 </pre></div>
979970
980 <div class="smallexample">
981 <pre class="smallexample">s--mallexample
971 <div class="example">
972 <pre class="example">s--mallexample
982973 </pre></div>
983974
984975 <dl>
10251016 text
10261017 </pre></div>
10271018
1028 <div class="smallexample">
1029 <pre class="smallexample">s--mallexample
1019 <div class="example">
1020 <pre class="example">s--mallexample
10301021 </pre></div>
10311022
10321023 <dl>
11191110 text
11201111 </pre></div>
11211112
1122 <div class="smallexample">
1123 <pre class="smallexample">s--mallexample
1113 <div class="example">
1114 <pre class="example">s--mallexample
11241115 </pre></div>
11251116
11261117 <dl>
11671158 text
11681159 </pre></div>
11691160
1170 <div class="smallexample">
1171 <pre class="smallexample">s--mallexample
1161 <div class="example">
1162 <pre class="example">s--mallexample
11721163 </pre></div>
11731164
11741165 <dl>
12651256 text
12661257 </pre></div>
12671258
1268 <div class="smallexample">
1269 <pre class="smallexample">s--mallexample
1259 <div class="example">
1260 <pre class="example">s--mallexample
12701261 </pre></div>
12711262
12721263 <dl>
13131304 text
13141305 </pre></div>
13151306
1316 <div class="smallexample">
1317 <pre class="smallexample">s--mallexample
1307 <div class="example">
1308 <pre class="example">s--mallexample
13181309 </pre></div>
13191310
13201311 <dl>
14051396 text
14061397 </pre></div>
14071398
1408 <div class="smallexample">
1409 <pre class="smallexample">s--mallexample
1399 <div class="example">
1400 <pre class="example">s--mallexample
14101401 </pre></div>
14111402
14121403 <dl>
14531444 text
14541445 </pre></div>
14551446
1456 <div class="smallexample">
1457 <pre class="smallexample">s--mallexample
1447 <div class="example">
1448 <pre class="example">s--mallexample
14581449 </pre></div>
14591450
14601451 <dl>
15461537 text
15471538 </pre></div>
15481539
1549 <div class="smallexample">
1550 <pre class="smallexample">s--mallexample
1540 <div class="example">
1541 <pre class="example">s--mallexample
15511542 </pre></div>
15521543
15531544 <dl>
15941585 text
15951586 </pre></div>
15961587
1597 <div class="smallexample">
1598 <pre class="smallexample">s--mallexample
1588 <div class="example">
1589 <pre class="example">s--mallexample
15991590 </pre></div>
16001591
16011592 <dl>
17021693 </pre></div>
17031694 <pre class="example">
17041695
1705 </pre><div class="smallexample">
1706 <pre class="smallexample">s--mallexample
1696 </pre><div class="example">
1697 <pre class="example">s--mallexample
17071698 </pre></div>
17081699 <pre class="example">
17091700
17611752 </pre></div>
17621753 <pre class="example">
17631754
1764 </pre><div class="smallexample">
1765 <pre class="smallexample">s--mallexample
1755 </pre><div class="example">
1756 <pre class="example">s--mallexample
17661757 </pre></div>
17671758 <pre class="example">
17681759
18741865 </pre></div>
18751866 <pre class="example">
18761867
1877 </pre><div class="smallexample">
1878 <pre class="smallexample">s--mallexample
1868 </pre><div class="example">
1869 <pre class="example">s--mallexample
18791870 </pre></div>
18801871 <pre class="example">
18811872
19331924 </pre></div>
19341925 <pre class="example">
19351926
1936 </pre><div class="smallexample">
1937 <pre class="smallexample">s--mallexample
1927 </pre><div class="example">
1928 <pre class="example">s--mallexample
19381929 </pre></div>
19391930 <pre class="example">
19401931
20472038 </pre></div>
20482039 <pre class="example">
20492040
2050 </pre><div class="smallexample">
2051 <pre class="smallexample">s--mallexample
2041 </pre><div class="example">
2042 <pre class="example">s--mallexample
20522043 </pre></div>
20532044 <pre class="example">
20542045
21062097 </pre></div>
21072098 <pre class="example">
21082099
2109 </pre><div class="smallexample">
2110 <pre class="smallexample">s--mallexample
2100 </pre><div class="example">
2101 <pre class="example">s--mallexample
21112102 </pre></div>
21122103 <pre class="example">
21132104
21422133 </pre></li></ol>
21432134 </div>
21442135
2145 <div class="smallexample">
2146 <pre class="smallexample">s--mallexample
2136 <div class="example">
2137 <pre class="example">s--mallexample
21472138 </pre></div>
21482139
21492140 <dl>
22152206 text
22162207 </pre></div>
22172208
2218 <div class="smallexample">
2219 <pre class="smallexample">s--mallexample
2209 <div class="example">
2210 <pre class="example">s--mallexample
22202211 </pre></div>
22212212
22222213 <dl>
22632254 text
22642255 </pre></div>
22652256
2266 <div class="smallexample">
2267 <pre class="smallexample">s--mallexample
2257 <div class="example">
2258 <pre class="example">s--mallexample
22682259 </pre></div>
22692260
22702261 <dl>
23572348 text
23582349 </pre></div>
23592350
2360 <div class="smallexample">
2361 <pre class="smallexample">s--mallexample
2351 <div class="example">
2352 <pre class="example">s--mallexample
23622353 </pre></div>
23632354
23642355 <dl>
24052396 text
24062397 </pre></div>
24072398
2408 <div class="smallexample">
2409 <pre class="smallexample">s--mallexample
2399 <div class="example">
2400 <pre class="example">s--mallexample
24102401 </pre></div>
24112402
24122403 <dl>
25022493 text
25032494 </pre></div>
25042495
2505 <div class="smallexample">
2506 <pre class="smallexample">s--mallexample
2496 <div class="example">
2497 <pre class="example">s--mallexample
25072498 </pre></div>
25082499
25092500 <dl>
25502541 text
25512542 </pre></div>
25522543
2553 <div class="smallexample">
2554 <pre class="smallexample">s--mallexample
2544 <div class="example">
2545 <pre class="example">s--mallexample
25552546 </pre></div>
25562547
25572548 <dl>
26462637 text
26472638 </pre></div>
26482639
2649 <div class="smallexample">
2650 <pre class="smallexample">s--mallexample
2640 <div class="example">
2641 <pre class="example">s--mallexample
26512642 </pre></div>
26522643
26532644 <dl>
26942685 text
26952686 </pre></div>
26962687
2697 <div class="smallexample">
2698 <pre class="smallexample">s--mallexample
2688 <div class="example">
2689 <pre class="example">s--mallexample
26992690 </pre></div>
27002691
27012692 <dl>
27882779 text
27892780 </pre></div>
27902781
2791 <div class="smallexample">
2792 <pre class="smallexample">s--mallexample
2782 <div class="example">
2783 <pre class="example">s--mallexample
27932784 </pre></div>
27942785
27952786 <dl>
28362827 text
28372828 </pre></div>
28382829
2839 <div class="smallexample">
2840 <pre class="smallexample">s--mallexample
2830 <div class="example">
2831 <pre class="example">s--mallexample
28412832 </pre></div>
28422833
28432834 <dl>
29312922 text
29322923 </pre></div>
29332924
2934 <div class="smallexample">
2935 <pre class="smallexample">s--mallexample
2925 <div class="example">
2926 <pre class="example">s--mallexample
29362927 </pre></div>
29372928
29382929 <dl>
29792970 text
29802971 </pre></div>
29812972
2982 <div class="smallexample">
2983 <pre class="smallexample">s--mallexample
2973 <div class="example">
2974 <pre class="example">s--mallexample
29842975 </pre></div>
29852976
29862977 <dl>
30763067 text
30773068 </pre></div>
30783069
3079 <div class="smallexample">
3080 <pre class="smallexample">s--mallexample
3070 <div class="example">
3071 <pre class="example">s--mallexample
30813072 </pre></div>
30823073
30833074 <dl>
31243115 text
31253116 </pre></div>
31263117
3127 <div class="smallexample">
3128 <pre class="smallexample">s--mallexample
3118 <div class="example">
3119 <pre class="example">s--mallexample
31293120 </pre></div>
31303121
31313122 <dl>
32173208 text
32183209 </pre></div>
32193210
3220 <div class="smallexample">
3221 <pre class="smallexample">s--mallexample
3211 <div class="example">
3212 <pre class="example">s--mallexample
32223213 </pre></div>
32233214
32243215 <dl>
32653256 text
32663257 </pre></div>
32673258
3268 <div class="smallexample">
3269 <pre class="smallexample">s--mallexample
3259 <div class="example">
3260 <pre class="example">s--mallexample
32703261 </pre></div>
32713262
32723263 <dl>
33583349 text
33593350 </pre></div>
33603351
3361 <div class="smallexample">
3362 <pre class="smallexample">s--mallexample
3352 <div class="example">
3353 <pre class="example">s--mallexample
33633354 </pre></div>
33643355
33653356 <dl>
34063397 text
34073398 </pre></div>
34083399
3409 <div class="smallexample">
3410 <pre class="smallexample">s--mallexample
3400 <div class="example">
3401 <pre class="example">s--mallexample
34113402 </pre></div>
34123403
34133404 <dl>
35013492 text
35023493 </pre></div>
35033494
3504 <div class="smallexample">
3505 <pre class="smallexample">s--mallexample
3495 <div class="example">
3496 <pre class="example">s--mallexample
35063497 </pre></div>
35073498
35083499 <dl>
35493540 text
35503541 </pre></div>
35513542
3552 <div class="smallexample">
3553 <pre class="smallexample">s--mallexample
3543 <div class="example">
3544 <pre class="example">s--mallexample
35543545 </pre></div>
35553546
35563547 <dl>
36433634 text
36443635 </pre></div>
36453636
3646 <div class="smallexample">
3647 <pre class="smallexample">s--mallexample
3637 <div class="example">
3638 <pre class="example">s--mallexample
36483639 </pre></div>
36493640
36503641 <dl>
36913682 text
36923683 </pre></div>
36933684
3694 <div class="smallexample">
3695 <pre class="smallexample">s--mallexample
3685 <div class="example">
3686 <pre class="example">s--mallexample
36963687 </pre></div>
36973688
36983689 <dl>
37843775 text
37853776 </pre></div>
37863777
3787 <div class="smallexample">
3788 <pre class="smallexample">s--mallexample
3778 <div class="example">
3779 <pre class="example">s--mallexample
37893780 </pre></div>
37903781
37913782 <dl>
38323823 text
38333824 </pre></div>
38343825
3835 <div class="smallexample">
3836 <pre class="smallexample">s--mallexample
3826 <div class="example">
3827 <pre class="example">s--mallexample
38373828 </pre></div>
38383829
38393830 <dl>
39253916 text
39263917 </pre></div>
39273918
3928 <div class="smallexample">
3929 <pre class="smallexample">s--mallexample
3919 <div class="example">
3920 <pre class="example">s--mallexample
39303921 </pre></div>
39313922
39323923 <dl>
39733964 text
39743965 </pre></div>
39753966
3976 <div class="smallexample">
3977 <pre class="smallexample">s--mallexample
3967 <div class="example">
3968 <pre class="example">s--mallexample
39783969 </pre></div>
39793970
39803971 <dl>
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
124115 text
125116 </pre></div>
126117
127 <div class="smallexample">
128 <pre class="smallexample">s--mallexample
118 <div class="example">
119 <pre class="example">s--mallexample
129120 </pre></div>
130121
131122 <dl>
176167 </pre></div>
177168 <pre class="example">
178169
179 </pre><div class="smallexample">
180 <pre class="smallexample">s--mallexample
170 </pre><div class="example">
171 <pre class="example">s--mallexample
181172 </pre></div>
182173 <pre class="example">
183174
288279 </pre></div>
289280 <pre class="example">
290281
291 </pre><div class="smallexample">
292 <pre class="smallexample">s--mallexample
282 </pre><div class="example">
283 <pre class="example">s--mallexample
293284 </pre></div>
294285 <pre class="example">
295286
347338 </pre></div>
348339 <pre class="example">
349340
350 </pre><div class="smallexample">
351 <pre class="smallexample">s--mallexample
341 </pre><div class="example">
342 <pre class="example">s--mallexample
352343 </pre></div>
353344 <pre class="example">
354345
449440 text
450441 </pre></div>
451442
452 <div class="smallexample">
453 <pre class="smallexample">s--mallexample
443 <div class="example">
444 <pre class="example">s--mallexample
454445 </pre></div>
455446
456447 <dl>
501492 </pre></div>
502493 <pre class="example">
503494
504 </pre><div class="smallexample">
505 <pre class="smallexample">s--mallexample
495 </pre><div class="example">
496 <pre class="example">s--mallexample
506497 </pre></div>
507498 <pre class="example">
508499
600591 text
601592 </pre></div>
602593
603 <div class="smallexample">
604 <pre class="smallexample">s--mallexample
594 <div class="example">
595 <pre class="example">s--mallexample
605596 </pre></div>
606597
607598 <dl>
652643 </pre></div>
653644 <pre class="example">
654645
655 </pre><div class="smallexample">
656 <pre class="smallexample">s--mallexample
646 </pre><div class="example">
647 <pre class="example">s--mallexample
657648 </pre></div>
658649 <pre class="example">
659650
764755 </pre></div>
765756 <pre class="example">
766757
767 </pre><div class="smallexample">
768 <pre class="smallexample">s--mallexample
758 </pre><div class="example">
759 <pre class="example">s--mallexample
769760 </pre></div>
770761 <pre class="example">
771762
823814 </pre></div>
824815 <pre class="example">
825816
826 </pre><div class="smallexample">
827 <pre class="smallexample">s--mallexample
817 </pre><div class="example">
818 <pre class="example">s--mallexample
828819 </pre></div>
829820 <pre class="example">
830821
926917 text
927918 </pre></div>
928919
929 <div class="smallexample">
930 <pre class="smallexample">s--mallexample
920 <div class="example">
921 <pre class="example">s--mallexample
931922 </pre></div>
932923
933924 <dl>
978969 </pre></div>
979970 <pre class="example">
980971
981 </pre><div class="smallexample">
982 <pre class="smallexample">s--mallexample
972 </pre><div class="example">
973 <pre class="example">s--mallexample
983974 </pre></div>
984975 <pre class="example">
985976
10771068 text
10781069 </pre></div>
10791070
1080 <div class="smallexample">
1081 <pre class="smallexample">s--mallexample
1071 <div class="example">
1072 <pre class="example">s--mallexample
10821073 </pre></div>
10831074
10841075 <dl>
11291120 </pre></div>
11301121 <pre class="example">
11311122
1132 </pre><div class="smallexample">
1133 <pre class="smallexample">s--mallexample
1123 </pre><div class="example">
1124 <pre class="example">s--mallexample
11341125 </pre></div>
11351126 <pre class="example">
11361127
12411232 </pre></div>
12421233 <pre class="example">
12431234
1244 </pre><div class="smallexample">
1245 <pre class="smallexample">s--mallexample
1235 </pre><div class="example">
1236 <pre class="example">s--mallexample
12461237 </pre></div>
12471238 <pre class="example">
12481239
13001291 </pre></div>
13011292 <pre class="example">
13021293
1303 </pre><div class="smallexample">
1304 <pre class="smallexample">s--mallexample
1294 </pre><div class="example">
1295 <pre class="example">s--mallexample
13051296 </pre></div>
13061297 <pre class="example">
13071298
14051396 text
14061397 </pre></div>
14071398
1408 <div class="smallexample">
1409 <pre class="smallexample">s--mallexample
1399 <div class="example">
1400 <pre class="example">s--mallexample
14101401 </pre></div>
14111402
14121403 <dl>
14571448 </pre></div>
14581449 <pre class="example">
14591450
1460 </pre><div class="smallexample">
1461 <pre class="smallexample">s--mallexample
1451 </pre><div class="example">
1452 <pre class="example">s--mallexample
14621453 </pre></div>
14631454 <pre class="example">
14641455
15551546 text
15561547 </pre></div>
15571548
1558 <div class="smallexample">
1559 <pre class="smallexample">s--mallexample
1549 <div class="example">
1550 <pre class="example">s--mallexample
15601551 </pre></div>
15611552
15621553 <dl>
16071598 </pre></div>
16081599 <pre class="example">
16091600
1610 </pre><div class="smallexample">
1611 <pre class="smallexample">s--mallexample
1601 </pre><div class="example">
1602 <pre class="example">s--mallexample
16121603 </pre></div>
16131604 <pre class="example">
16141605
17181709 </pre></div>
17191710 <pre class="example">
17201711
1721 </pre><div class="smallexample">
1722 <pre class="smallexample">s--mallexample
1712 </pre><div class="example">
1713 <pre class="example">s--mallexample
17231714 </pre></div>
17241715 <pre class="example">
17251716
17771768 </pre></div>
17781769 <pre class="example">
17791770
1780 </pre><div class="smallexample">
1781 <pre class="smallexample">s--mallexample
1771 </pre><div class="example">
1772 <pre class="example">s--mallexample
17821773 </pre></div>
17831774 <pre class="example">
17841775
18921883 </pre></div>
18931884 <pre class="example">
18941885
1895 </pre><div class="smallexample">
1896 <pre class="smallexample">s--mallexample
1886 </pre><div class="example">
1887 <pre class="example">s--mallexample
18971888 </pre></div>
18981889 <pre class="example">
18991890
19511942 </pre></div>
19521943 <pre class="example">
19531944
1954 </pre><div class="smallexample">
1955 <pre class="smallexample">s--mallexample
1945 </pre><div class="example">
1946 <pre class="example">s--mallexample
19561947 </pre></div>
19571948 <pre class="example">
19581949
20642055 </pre></div>
20652056 <pre class="example">
20662057
2067 </pre><div class="smallexample">
2068 <pre class="smallexample">s--mallexample
2058 </pre><div class="example">
2059 <pre class="example">s--mallexample
20692060 </pre></div>
20702061 <pre class="example">
20712062
21232114 </pre></div>
21242115 <pre class="example">
21252116
2126 </pre><div class="smallexample">
2127 <pre class="smallexample">s--mallexample
2117 </pre><div class="example">
2118 <pre class="example">s--mallexample
21282119 </pre></div>
21292120 <pre class="example">
21302121
22372228 </pre></div>
22382229 <pre class="example">
22392230
2240 </pre><div class="smallexample">
2241 <pre class="smallexample">s--mallexample
2231 </pre><div class="example">
2232 <pre class="example">s--mallexample
22422233 </pre></div>
22432234 <pre class="example">
22442235
22962287 </pre></div>
22972288 <pre class="example">
22982289
2299 </pre><div class="smallexample">
2300 <pre class="smallexample">s--mallexample
2290 </pre><div class="example">
2291 <pre class="example">s--mallexample
23012292 </pre></div>
23022293 <pre class="example">
23032294
23322323 </pre></div>
23332324 </div>
23342325
2335 <div class="smallexample">
2336 <pre class="smallexample">s--mallexample
2326 <div class="example">
2327 <pre class="example">s--mallexample
23372328 </pre></div>
23382329
23392330 <dl>
24052396 text
24062397 </pre></div>
24072398
2408 <div class="smallexample">
2409 <pre class="smallexample">s--mallexample
2399 <div class="example">
2400 <pre class="example">s--mallexample
24102401 </pre></div>
24112402
24122403 <dl>
24572448 </pre></div>
24582449 <pre class="example">
24592450
2460 </pre><div class="smallexample">
2461 <pre class="smallexample">s--mallexample
2451 </pre><div class="example">
2452 <pre class="example">s--mallexample
24622453 </pre></div>
24632454 <pre class="example">
24642455
25692560 </pre></div>
25702561 <pre class="example">
25712562
2572 </pre><div class="smallexample">
2573 <pre class="smallexample">s--mallexample
2563 </pre><div class="example">
2564 <pre class="example">s--mallexample
25742565 </pre></div>
25752566 <pre class="example">
25762567
26282619 </pre></div>
26292620 <pre class="example">
26302621
2631 </pre><div class="smallexample">
2632 <pre class="smallexample">s--mallexample
2622 </pre><div class="example">
2623 <pre class="example">s--mallexample
26332624 </pre></div>
26342625 <pre class="example">
26352626
27322723 text
27332724 </pre></div>
27342725
2735 <div class="smallexample">
2736 <pre class="smallexample">s--mallexample
2726 <div class="example">
2727 <pre class="example">s--mallexample
27372728 </pre></div>
27382729
27392730 <dl>
27842775 </pre></div>
27852776 <pre class="example">
27862777
2787 </pre><div class="smallexample">
2788 <pre class="smallexample">s--mallexample
2778 </pre><div class="example">
2779 <pre class="example">s--mallexample
27892780 </pre></div>
27902781 <pre class="example">
27912782
28862877 text
28872878 </pre></div>
28882879
2889 <div class="smallexample">
2890 <pre class="smallexample">s--mallexample
2880 <div class="example">
2881 <pre class="example">s--mallexample
28912882 </pre></div>
28922883
28932884 <dl>
29382929 </pre></div>
29392930 <pre class="example">
29402931
2941 </pre><div class="smallexample">
2942 <pre class="smallexample">s--mallexample
2932 </pre><div class="example">
2933 <pre class="example">s--mallexample
29432934 </pre></div>
29442935 <pre class="example">
29452936
30383029 text
30393030 </pre></div>
30403031
3041 <div class="smallexample">
3042 <pre class="smallexample">s--mallexample
3032 <div class="example">
3033 <pre class="example">s--mallexample
30433034 </pre></div>
30443035
30453036 <dl>
30903081 </pre></div>
30913082 <pre class="example">
30923083
3093 </pre><div class="smallexample">
3094 <pre class="smallexample">s--mallexample
3084 </pre><div class="example">
3085 <pre class="example">s--mallexample
30953086 </pre></div>
30963087 <pre class="example">
30973088
32033194 </pre></div>
32043195 <pre class="example">
32053196
3206 </pre><div class="smallexample">
3207 <pre class="smallexample">s--mallexample
3197 </pre><div class="example">
3198 <pre class="example">s--mallexample
32083199 </pre></div>
32093200 <pre class="example">
32103201
32623253 </pre></div>
32633254 <pre class="example">
32643255
3265 </pre><div class="smallexample">
3266 <pre class="smallexample">s--mallexample
3256 </pre><div class="example">
3257 <pre class="example">s--mallexample
32673258 </pre></div>
32683259 <pre class="example">
32693260
33663357 text
33673358 </pre></div>
33683359
3369 <div class="smallexample">
3370 <pre class="smallexample">s--mallexample
3360 <div class="example">
3361 <pre class="example">s--mallexample
33713362 </pre></div>
33723363
33733364 <dl>
34183409 </pre></div>
34193410 <pre class="example">
34203411
3421 </pre><div class="smallexample">
3422 <pre class="smallexample">s--mallexample
3412 </pre><div class="example">
3413 <pre class="example">s--mallexample
34233414 </pre></div>
34243415 <pre class="example">
34253416
35173508 text
35183509 </pre></div>
35193510
3520 <div class="smallexample">
3521 <pre class="smallexample">s--mallexample
3511 <div class="example">
3512 <pre class="example">s--mallexample
35223513 </pre></div>
35233514
35243515 <dl>
35693560 </pre></div>
35703561 <pre class="example">
35713562
3572 </pre><div class="smallexample">
3573 <pre class="smallexample">s--mallexample
3563 </pre><div class="example">
3564 <pre class="example">s--mallexample
35743565 </pre></div>
35753566 <pre class="example">
35763567
36803671 </pre></div>
36813672 <pre class="example">
36823673
3683 </pre><div class="smallexample">
3684 <pre class="smallexample">s--mallexample
3674 </pre><div class="example">
3675 <pre class="example">s--mallexample
36853676 </pre></div>
36863677 <pre class="example">
36873678
37393730 </pre></div>
37403731 <pre class="example">
37413732
3742 </pre><div class="smallexample">
3743 <pre class="smallexample">s--mallexample
3733 </pre><div class="example">
3734 <pre class="example">s--mallexample
37443735 </pre></div>
37453736 <pre class="example">
37463737
38413832 text
38423833 </pre></div>
38433834
3844 <div class="smallexample">
3845 <pre class="smallexample">s--mallexample
3835 <div class="example">
3836 <pre class="example">s--mallexample
38463837 </pre></div>
38473838
38483839 <dl>
38933884 </pre></div>
38943885 <pre class="example">
38953886
3896 </pre><div class="smallexample">
3897 <pre class="smallexample">s--mallexample
3887 </pre><div class="example">
3888 <pre class="example">s--mallexample
38983889 </pre></div>
38993890 <pre class="example">
39003891
40053996 </pre></div>
40063997 <pre class="example">
40073998
4008 </pre><div class="smallexample">
4009 <pre class="smallexample">s--mallexample
3999 </pre><div class="example">
4000 <pre class="example">s--mallexample
40104001 </pre></div>
40114002 <pre class="example">
40124003
40644055 </pre></div>
40654056 <pre class="example">
40664057
4067 </pre><div class="smallexample">
4068 <pre class="smallexample">s--mallexample
4058 </pre><div class="example">
4059 <pre class="example">s--mallexample
40694060 </pre></div>
40704061 <pre class="example">
40714062
41644155 text
41654156 </pre></div>
41664157
4167 <div class="smallexample">
4168 <pre class="smallexample">s--mallexample
4158 <div class="example">
4159 <pre class="example">s--mallexample
41694160 </pre></div>
41704161
41714162 <dl>
42164207 </pre></div>
42174208 <pre class="example">
42184209
4219 </pre><div class="smallexample">
4220 <pre class="smallexample">s--mallexample
4210 </pre><div class="example">
4211 <pre class="example">s--mallexample
42214212 </pre></div>
42224213 <pre class="example">
42234214
43274318 </pre></div>
43284319 <pre class="example">
43294320
4330 </pre><div class="smallexample">
4331 <pre class="smallexample">s--mallexample
4321 </pre><div class="example">
4322 <pre class="example">s--mallexample
43324323 </pre></div>
43334324 <pre class="example">
43344325
43864377 </pre></div>
43874378 <pre class="example">
43884379
4389 </pre><div class="smallexample">
4390 <pre class="smallexample">s--mallexample
4380 </pre><div class="example">
4381 <pre class="example">s--mallexample
43914382 </pre></div>
43924383 <pre class="example">
43934384
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
114105 text
115106 </pre></div>
116107
117 <div class="smallexample">
118 <pre class="smallexample">s--mallexample
108 <div class="example">
109 <pre class="example">s--mallexample
119110 </pre></div>
120111
121112 <dl>
161152 text
162153 </pre></div>
163154
164 <div class="smallexample">
165 <pre class="smallexample">s--mallexample
155 <div class="example">
156 <pre class="example">s--mallexample
166157 </pre></div>
167158
168159 <dl>
243234 text
244235 </pre></div>
245236
246 <div class="smallexample">
247 <pre class="smallexample">s--mallexample
237 <div class="example">
238 <pre class="example">s--mallexample
248239 </pre></div>
249240
250241 <dl>
290281 text
291282 </pre></div>
292283
293 <div class="smallexample">
294 <pre class="smallexample">s--mallexample
284 <div class="example">
285 <pre class="example">s--mallexample
295286 </pre></div>
296287
297288 <dl>
373364 text
374365 </pre></div>
375366
376 <div class="smallexample">
377 <pre class="smallexample">s--mallexample
367 <div class="example">
368 <pre class="example">s--mallexample
378369 </pre></div>
379370
380371 <dl>
420411 text
421412 </pre></div>
422413
423 <div class="smallexample">
424 <pre class="smallexample">s--mallexample
414 <div class="example">
415 <pre class="example">s--mallexample
425416 </pre></div>
426417
427418 <dl>
502493 text
503494 </pre></div>
504495
505 <div class="smallexample">
506 <pre class="smallexample">s--mallexample
496 <div class="example">
497 <pre class="example">s--mallexample
507498 </pre></div>
508499
509500 <dl>
549540 text
550541 </pre></div>
551542
552 <div class="smallexample">
553 <pre class="smallexample">s--mallexample
543 <div class="example">
544 <pre class="example">s--mallexample
554545 </pre></div>
555546
556547 <dl>
631622 text
632623 </pre></div>
633624
634 <div class="smallexample">
635 <pre class="smallexample">s--mallexample
625 <div class="example">
626 <pre class="example">s--mallexample
636627 </pre></div>
637628
638629 <dl>
678669 text
679670 </pre></div>
680671
681 <div class="smallexample">
682 <pre class="smallexample">s--mallexample
672 <div class="example">
673 <pre class="example">s--mallexample
683674 </pre></div>
684675
685676 <dl>
762753 text
763754 </pre></div>
764755
765 <div class="smallexample">
766 <pre class="smallexample">s--mallexample
756 <div class="example">
757 <pre class="example">s--mallexample
767758 </pre></div>
768759
769760 <dl>
809800 text
810801 </pre></div>
811802
812 <div class="smallexample">
813 <pre class="smallexample">s--mallexample
803 <div class="example">
804 <pre class="example">s--mallexample
814805 </pre></div>
815806
816807 <dl>
891882 text
892883 </pre></div>
893884
894 <div class="smallexample">
895 <pre class="smallexample">s--mallexample
885 <div class="example">
886 <pre class="example">s--mallexample
896887 </pre></div>
897888
898889 <dl>
938929 text
939930 </pre></div>
940931
941 <div class="smallexample">
942 <pre class="smallexample">s--mallexample
932 <div class="example">
933 <pre class="example">s--mallexample
943934 </pre></div>
944935
945936 <dl>
10201011 text
10211012 </pre></div>
10221013
1023 <div class="smallexample">
1024 <pre class="smallexample">s--mallexample
1014 <div class="example">
1015 <pre class="example">s--mallexample
10251016 </pre></div>
10261017
10271018 <dl>
10671058 text
10681059 </pre></div>
10691060
1070 <div class="smallexample">
1071 <pre class="smallexample">s--mallexample
1061 <div class="example">
1062 <pre class="example">s--mallexample
10721063 </pre></div>
10731064
10741065 <dl>
11531144 text
11541145 </pre></div>
11551146
1156 <div class="smallexample">
1157 <pre class="smallexample">s--mallexample
1147 <div class="example">
1148 <pre class="example">s--mallexample
11581149 </pre></div>
11591150
11601151 <dl>
12001191 text
12011192 </pre></div>
12021193
1203 <div class="smallexample">
1204 <pre class="smallexample">s--mallexample
1194 <div class="example">
1195 <pre class="example">s--mallexample
12051196 </pre></div>
12061197
12071198 <dl>
12821273 text
12831274 </pre></div>
12841275
1285 <div class="smallexample">
1286 <pre class="smallexample">s--mallexample
1276 <div class="example">
1277 <pre class="example">s--mallexample
12871278 </pre></div>
12881279
12891280 <dl>
13291320 text
13301321 </pre></div>
13311322
1332 <div class="smallexample">
1333 <pre class="smallexample">s--mallexample
1323 <div class="example">
1324 <pre class="example">s--mallexample
13341325 </pre></div>
13351326
13361327 <dl>
14111402 text
14121403 </pre></div>
14131404
1414 <div class="smallexample">
1415 <pre class="smallexample">s--mallexample
1405 <div class="example">
1406 <pre class="example">s--mallexample
14161407 </pre></div>
14171408
14181409 <dl>
14581449 text
14591450 </pre></div>
14601451
1461 <div class="smallexample">
1462 <pre class="smallexample">s--mallexample
1452 <div class="example">
1453 <pre class="example">s--mallexample
14631454 </pre></div>
14641455
14651456 <dl>
15541545 </pre></div>
15551546 <pre class="example">
15561547
1557 </pre><div class="smallexample">
1558 <pre class="smallexample">s--mallexample
1548 </pre><div class="example">
1549 <pre class="example">s--mallexample
15591550 </pre></div>
15601551 <pre class="example">
15611552
16121603 </pre></div>
16131604 <pre class="example">
16141605
1615 </pre><div class="smallexample">
1616 <pre class="smallexample">s--mallexample
1606 </pre><div class="example">
1607 <pre class="example">s--mallexample
16171608 </pre></div>
16181609 <pre class="example">
16191610
17141705 </pre></div>
17151706 <pre class="example">
17161707
1717 </pre><div class="smallexample">
1718 <pre class="smallexample">s--mallexample
1708 </pre><div class="example">
1709 <pre class="example">s--mallexample
17191710 </pre></div>
17201711 <pre class="example">
17211712
17721763 </pre></div>
17731764 <pre class="example">
17741765
1775 </pre><div class="smallexample">
1776 <pre class="smallexample">s--mallexample
1766 </pre><div class="example">
1767 <pre class="example">s--mallexample
17771768 </pre></div>
17781769 <pre class="example">
17791770
18741865 </pre></div>
18751866 <pre class="example">
18761867
1877 </pre><div class="smallexample">
1878 <pre class="smallexample">s--mallexample
1868 </pre><div class="example">
1869 <pre class="example">s--mallexample
18791870 </pre></div>
18801871 <pre class="example">
18811872
19321923 </pre></div>
19331924 <pre class="example">
19341925
1935 </pre><div class="smallexample">
1936 <pre class="smallexample">s--mallexample
1926 </pre><div class="example">
1927 <pre class="example">s--mallexample
19371928 </pre></div>
19381929 <pre class="example">
19391930
19661957
19671958 </pre></div>
19681959
1969 <div class="smallexample">
1970 <pre class="smallexample">s--mallexample
1960 <div class="example">
1961 <pre class="example">s--mallexample
19711962 </pre></div>
19721963
19731964 <dl>
20292020 text
20302021 </pre></div>
20312022
2032 <div class="smallexample">
2033 <pre class="smallexample">s--mallexample
2023 <div class="example">
2024 <pre class="example">s--mallexample
20342025 </pre></div>
20352026
20362027 <dl>
20762067 text
20772068 </pre></div>
20782069
2079 <div class="smallexample">
2080 <pre class="smallexample">s--mallexample
2070 <div class="example">
2071 <pre class="example">s--mallexample
20812072 </pre></div>
20822073
20832074 <dl>
21582149 text
21592150 </pre></div>
21602151
2161 <div class="smallexample">
2162 <pre class="smallexample">s--mallexample
2152 <div class="example">
2153 <pre class="example">s--mallexample
21632154 </pre></div>
21642155
21652156 <dl>
22052196 text
22062197 </pre></div>
22072198
2208 <div class="smallexample">
2209 <pre class="smallexample">s--mallexample
2199 <div class="example">
2200 <pre class="example">s--mallexample
22102201 </pre></div>
22112202
22122203 <dl>
22902281 text
22912282 </pre></div>
22922283
2293 <div class="smallexample">
2294 <pre class="smallexample">s--mallexample
2284 <div class="example">
2285 <pre class="example">s--mallexample
22952286 </pre></div>
22962287
22972288 <dl>
23372328 text
23382329 </pre></div>
23392330
2340 <div class="smallexample">
2341 <pre class="smallexample">s--mallexample
2331 <div class="example">
2332 <pre class="example">s--mallexample
23422333 </pre></div>
23432334
23442335 <dl>
24222413 text
24232414 </pre></div>
24242415
2425 <div class="smallexample">
2426 <pre class="smallexample">s--mallexample
2416 <div class="example">
2417 <pre class="example">s--mallexample
24272418 </pre></div>
24282419
24292420 <dl>
24692460 text
24702461 </pre></div>
24712462
2472 <div class="smallexample">
2473 <pre class="smallexample">s--mallexample
2463 <div class="example">
2464 <pre class="example">s--mallexample
24742465 </pre></div>
24752466
24762467 <dl>
25522543 text
25532544 </pre></div>
25542545
2555 <div class="smallexample">
2556 <pre class="smallexample">s--mallexample
2546 <div class="example">
2547 <pre class="example">s--mallexample
25572548 </pre></div>
25582549
25592550 <dl>
25992590 text
26002591 </pre></div>
26012592
2602 <div class="smallexample">
2603 <pre class="smallexample">s--mallexample
2593 <div class="example">
2594 <pre class="example">s--mallexample
26042595 </pre></div>
26052596
26062597 <dl>
26822673 text
26832674 </pre></div>
26842675
2685 <div class="smallexample">
2686 <pre class="smallexample">s--mallexample
2676 <div class="example">
2677 <pre class="example">s--mallexample
26872678 </pre></div>
26882679
26892680 <dl>
27292720 text
27302721 </pre></div>
27312722
2732 <div class="smallexample">
2733 <pre class="smallexample">s--mallexample
2723 <div class="example">
2724 <pre class="example">s--mallexample
27342725 </pre></div>
27352726
27362727 <dl>
28142805 text
28152806 </pre></div>
28162807
2817 <div class="smallexample">
2818 <pre class="smallexample">s--mallexample
2808 <div class="example">
2809 <pre class="example">s--mallexample
28192810 </pre></div>
28202811
28212812 <dl>
28612852 text
28622853 </pre></div>
28632854
2864 <div class="smallexample">
2865 <pre class="smallexample">s--mallexample
2855 <div class="example">
2856 <pre class="example">s--mallexample
28662857 </pre></div>
28672858
28682859 <dl>
29432934 text
29442935 </pre></div>
29452936
2946 <div class="smallexample">
2947 <pre class="smallexample">s--mallexample
2937 <div class="example">
2938 <pre class="example">s--mallexample
29482939 </pre></div>
29492940
29502941 <dl>
29902981 text
29912982 </pre></div>
29922983
2993 <div class="smallexample">
2994 <pre class="smallexample">s--mallexample
2984 <div class="example">
2985 <pre class="example">s--mallexample
29952986 </pre></div>
29962987
29972988 <dl>
30713062 text
30723063 </pre></div>
30733064
3074 <div class="smallexample">
3075 <pre class="smallexample">s--mallexample
3065 <div class="example">
3066 <pre class="example">s--mallexample
30763067 </pre></div>
30773068
30783069 <dl>
31183109 text
31193110 </pre></div>
31203111
3121 <div class="smallexample">
3122 <pre class="smallexample">s--mallexample
3112 <div class="example">
3113 <pre class="example">s--mallexample
31233114 </pre></div>
31243115
31253116 <dl>
32013192 text
32023193 </pre></div>
32033194
3204 <div class="smallexample">
3205 <pre class="smallexample">s--mallexample
3195 <div class="example">
3196 <pre class="example">s--mallexample
32063197 </pre></div>
32073198
32083199 <dl>
32483239 text
32493240 </pre></div>
32503241
3251 <div class="smallexample">
3252 <pre class="smallexample">s--mallexample
3242 <div class="example">
3243 <pre class="example">s--mallexample
32533244 </pre></div>
32543245
32553246 <dl>
33303321 text
33313322 </pre></div>
33323323
3333 <div class="smallexample">
3334 <pre class="smallexample">s--mallexample
3324 <div class="example">
3325 <pre class="example">s--mallexample
33353326 </pre></div>
33363327
33373328 <dl>
33773368 text
33783369 </pre></div>
33793370
3380 <div class="smallexample">
3381 <pre class="smallexample">s--mallexample
3371 <div class="example">
3372 <pre class="example">s--mallexample
33823373 </pre></div>
33833374
33843375 <dl>
34583449 text
34593450 </pre></div>
34603451
3461 <div class="smallexample">
3462 <pre class="smallexample">s--mallexample
3452 <div class="example">
3453 <pre class="example">s--mallexample
34633454 </pre></div>
34643455
34653456 <dl>
35053496 text
35063497 </pre></div>
35073498
3508 <div class="smallexample">
3509 <pre class="smallexample">s--mallexample
3499 <div class="example">
3500 <pre class="example">s--mallexample
35103501 </pre></div>
35113502
35123503 <dl>
35863577 text
35873578 </pre></div>
35883579
3589 <div class="smallexample">
3590 <pre class="smallexample">s--mallexample
3580 <div class="example">
3581 <pre class="example">s--mallexample
35913582 </pre></div>
35923583
35933584 <dl>
36333624 text
36343625 </pre></div>
36353626
3636 <div class="smallexample">
3637 <pre class="smallexample">s--mallexample
3627 <div class="example">
3628 <pre class="example">s--mallexample
36383629 </pre></div>
36393630
36403631 <dl>
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
114105 text
115106 </pre></div>
116107
117 <div class="smallexample">
118 <pre class="smallexample">s--mallexample
108 <div class="example">
109 <pre class="example">s--mallexample
119110 </pre></div>
120111
121112 <dl>
161152 text
162153 </pre></div>
163154
164 <div class="smallexample">
165 <pre class="smallexample">s--mallexample
155 <div class="example">
156 <pre class="example">s--mallexample
166157 </pre></div>
167158
168159 <dl>
243234 text
244235 </pre></div>
245236
246 <div class="smallexample">
247 <pre class="smallexample">s--mallexample
237 <div class="example">
238 <pre class="example">s--mallexample
248239 </pre></div>
249240
250241 <dl>
290281 text
291282 </pre></div>
292283
293 <div class="smallexample">
294 <pre class="smallexample">s--mallexample
284 <div class="example">
285 <pre class="example">s--mallexample
295286 </pre></div>
296287
297288 <dl>
373364 text
374365 </pre></div>
375366
376 <div class="smallexample">
377 <pre class="smallexample">s--mallexample
367 <div class="example">
368 <pre class="example">s--mallexample
378369 </pre></div>
379370
380371 <dl>
420411 text
421412 </pre></div>
422413
423 <div class="smallexample">
424 <pre class="smallexample">s--mallexample
414 <div class="example">
415 <pre class="example">s--mallexample
425416 </pre></div>
426417
427418 <dl>
502493 text
503494 </pre></div>
504495
505 <div class="smallexample">
506 <pre class="smallexample">s--mallexample
496 <div class="example">
497 <pre class="example">s--mallexample
507498 </pre></div>
508499
509500 <dl>
549540 text
550541 </pre></div>
551542
552 <div class="smallexample">
553 <pre class="smallexample">s--mallexample
543 <div class="example">
544 <pre class="example">s--mallexample
554545 </pre></div>
555546
556547 <dl>
631622 text
632623 </pre></div>
633624
634 <div class="smallexample">
635 <pre class="smallexample">s--mallexample
625 <div class="example">
626 <pre class="example">s--mallexample
636627 </pre></div>
637628
638629 <dl>
678669 text
679670 </pre></div>
680671
681 <div class="smallexample">
682 <pre class="smallexample">s--mallexample
672 <div class="example">
673 <pre class="example">s--mallexample
683674 </pre></div>
684675
685676 <dl>
762753 text
763754 </pre></div>
764755
765 <div class="smallexample">
766 <pre class="smallexample">s--mallexample
756 <div class="example">
757 <pre class="example">s--mallexample
767758 </pre></div>
768759
769760 <dl>
809800 text
810801 </pre></div>
811802
812 <div class="smallexample">
813 <pre class="smallexample">s--mallexample
803 <div class="example">
804 <pre class="example">s--mallexample
814805 </pre></div>
815806
816807 <dl>
891882 text
892883 </pre></div>
893884
894 <div class="smallexample">
895 <pre class="smallexample">s--mallexample
885 <div class="example">
886 <pre class="example">s--mallexample
896887 </pre></div>
897888
898889 <dl>
938929 text
939930 </pre></div>
940931
941 <div class="smallexample">
942 <pre class="smallexample">s--mallexample
932 <div class="example">
933 <pre class="example">s--mallexample
943934 </pre></div>
944935
945936 <dl>
10201011 text
10211012 </pre></div>
10221013
1023 <div class="smallexample">
1024 <pre class="smallexample">s--mallexample
1014 <div class="example">
1015 <pre class="example">s--mallexample
10251016 </pre></div>
10261017
10271018 <dl>
10671058 text
10681059 </pre></div>
10691060
1070 <div class="smallexample">
1071 <pre class="smallexample">s--mallexample
1061 <div class="example">
1062 <pre class="example">s--mallexample
10721063 </pre></div>
10731064
10741065 <dl>
11531144 text
11541145 </pre></div>
11551146
1156 <div class="smallexample">
1157 <pre class="smallexample">s--mallexample
1147 <div class="example">
1148 <pre class="example">s--mallexample
11581149 </pre></div>
11591150
11601151 <dl>
12001191 text
12011192 </pre></div>
12021193
1203 <div class="smallexample">
1204 <pre class="smallexample">s--mallexample
1194 <div class="example">
1195 <pre class="example">s--mallexample
12051196 </pre></div>
12061197
12071198 <dl>
12821273 text
12831274 </pre></div>
12841275
1285 <div class="smallexample">
1286 <pre class="smallexample">s--mallexample
1276 <div class="example">
1277 <pre class="example">s--mallexample
12871278 </pre></div>
12881279
12891280 <dl>
13291320 text
13301321 </pre></div>
13311322
1332 <div class="smallexample">
1333 <pre class="smallexample">s--mallexample
1323 <div class="example">
1324 <pre class="example">s--mallexample
13341325 </pre></div>
13351326
13361327 <dl>
14111402 text
14121403 </pre></div>
14131404
1414 <div class="smallexample">
1415 <pre class="smallexample">s--mallexample
1405 <div class="example">
1406 <pre class="example">s--mallexample
14161407 </pre></div>
14171408
14181409 <dl>
14581449 text
14591450 </pre></div>
14601451
1461 <div class="smallexample">
1462 <pre class="smallexample">s--mallexample
1452 <div class="example">
1453 <pre class="example">s--mallexample
14631454 </pre></div>
14641455
14651456 <dl>
15541545 </pre></div>
15551546 <pre class="example">
15561547
1557 </pre><div class="smallexample">
1558 <pre class="smallexample">s--mallexample
1548 </pre><div class="example">
1549 <pre class="example">s--mallexample
15591550 </pre></div>
15601551 <pre class="example">
15611552
16121603 </pre></div>
16131604 <pre class="example">
16141605
1615 </pre><div class="smallexample">
1616 <pre class="smallexample">s--mallexample
1606 </pre><div class="example">
1607 <pre class="example">s--mallexample
16171608 </pre></div>
16181609 <pre class="example">
16191610
17141705 </pre></div>
17151706 <pre class="example">
17161707
1717 </pre><div class="smallexample">
1718 <pre class="smallexample">s--mallexample
1708 </pre><div class="example">
1709 <pre class="example">s--mallexample
17191710 </pre></div>
17201711 <pre class="example">
17211712
17721763 </pre></div>
17731764 <pre class="example">
17741765
1775 </pre><div class="smallexample">
1776 <pre class="smallexample">s--mallexample
1766 </pre><div class="example">
1767 <pre class="example">s--mallexample
17771768 </pre></div>
17781769 <pre class="example">
17791770
18741865 </pre></div>
18751866 <pre class="example">
18761867
1877 </pre><div class="smallexample">
1878 <pre class="smallexample">s--mallexample
1868 </pre><div class="example">
1869 <pre class="example">s--mallexample
18791870 </pre></div>
18801871 <pre class="example">
18811872
19321923 </pre></div>
19331924 <pre class="example">
19341925
1935 </pre><div class="smallexample">
1936 <pre class="smallexample">s--mallexample
1926 </pre><div class="example">
1927 <pre class="example">s--mallexample
19371928 </pre></div>
19381929 <pre class="example">
19391930
19661957
19671958 </pre></div>
19681959
1969 <div class="smallexample">
1970 <pre class="smallexample">s--mallexample
1960 <div class="example">
1961 <pre class="example">s--mallexample
19711962 </pre></div>
19721963
19731964 <dl>
20292020 text
20302021 </pre></div>
20312022
2032 <div class="smallexample">
2033 <pre class="smallexample">s--mallexample
2023 <div class="example">
2024 <pre class="example">s--mallexample
20342025 </pre></div>
20352026
20362027 <dl>
20762067 text
20772068 </pre></div>
20782069
2079 <div class="smallexample">
2080 <pre class="smallexample">s--mallexample
2070 <div class="example">
2071 <pre class="example">s--mallexample
20812072 </pre></div>
20822073
20832074 <dl>
21582149 text
21592150 </pre></div>
21602151
2161 <div class="smallexample">
2162 <pre class="smallexample">s--mallexample
2152 <div class="example">
2153 <pre class="example">s--mallexample
21632154 </pre></div>
21642155
21652156 <dl>
22052196 text
22062197 </pre></div>
22072198
2208 <div class="smallexample">
2209 <pre class="smallexample">s--mallexample
2199 <div class="example">
2200 <pre class="example">s--mallexample
22102201 </pre></div>
22112202
22122203 <dl>
22902281 text
22912282 </pre></div>
22922283
2293 <div class="smallexample">
2294 <pre class="smallexample">s--mallexample
2284 <div class="example">
2285 <pre class="example">s--mallexample
22952286 </pre></div>
22962287
22972288 <dl>
23372328 text
23382329 </pre></div>
23392330
2340 <div class="smallexample">
2341 <pre class="smallexample">s--mallexample
2331 <div class="example">
2332 <pre class="example">s--mallexample
23422333 </pre></div>
23432334
23442335 <dl>
24222413 text
24232414 </pre></div>
24242415
2425 <div class="smallexample">
2426 <pre class="smallexample">s--mallexample
2416 <div class="example">
2417 <pre class="example">s--mallexample
24272418 </pre></div>
24282419
24292420 <dl>
24692460 text
24702461 </pre></div>
24712462
2472 <div class="smallexample">
2473 <pre class="smallexample">s--mallexample
2463 <div class="example">
2464 <pre class="example">s--mallexample
24742465 </pre></div>
24752466
24762467 <dl>
25522543 text
25532544 </pre></div>
25542545
2555 <div class="smallexample">
2556 <pre class="smallexample">s--mallexample
2546 <div class="example">
2547 <pre class="example">s--mallexample
25572548 </pre></div>
25582549
25592550 <dl>
25992590 text
26002591 </pre></div>
26012592
2602 <div class="smallexample">
2603 <pre class="smallexample">s--mallexample
2593 <div class="example">
2594 <pre class="example">s--mallexample
26042595 </pre></div>
26052596
26062597 <dl>
26822673 text
26832674 </pre></div>
26842675
2685 <div class="smallexample">
2686 <pre class="smallexample">s--mallexample
2676 <div class="example">
2677 <pre class="example">s--mallexample
26872678 </pre></div>
26882679
26892680 <dl>
27292720 text
27302721 </pre></div>
27312722
2732 <div class="smallexample">
2733 <pre class="smallexample">s--mallexample
2723 <div class="example">
2724 <pre class="example">s--mallexample
27342725 </pre></div>
27352726
27362727 <dl>
28142805 text
28152806 </pre></div>
28162807
2817 <div class="smallexample">
2818 <pre class="smallexample">s--mallexample
2808 <div class="example">
2809 <pre class="example">s--mallexample
28192810 </pre></div>
28202811
28212812 <dl>
28612852 text
28622853 </pre></div>
28632854
2864 <div class="smallexample">
2865 <pre class="smallexample">s--mallexample
2855 <div class="example">
2856 <pre class="example">s--mallexample
28662857 </pre></div>
28672858
28682859 <dl>
29432934 text
29442935 </pre></div>
29452936
2946 <div class="smallexample">
2947 <pre class="smallexample">s--mallexample
2937 <div class="example">
2938 <pre class="example">s--mallexample
29482939 </pre></div>
29492940
29502941 <dl>
29902981 text
29912982 </pre></div>
29922983
2993 <div class="smallexample">
2994 <pre class="smallexample">s--mallexample
2984 <div class="example">
2985 <pre class="example">s--mallexample
29952986 </pre></div>
29962987
29972988 <dl>
30713062 text
30723063 </pre></div>
30733064
3074 <div class="smallexample">
3075 <pre class="smallexample">s--mallexample
3065 <div class="example">
3066 <pre class="example">s--mallexample
30763067 </pre></div>
30773068
30783069 <dl>
31183109 text
31193110 </pre></div>
31203111
3121 <div class="smallexample">
3122 <pre class="smallexample">s--mallexample
3112 <div class="example">
3113 <pre class="example">s--mallexample
31233114 </pre></div>
31243115
31253116 <dl>
32013192 text
32023193 </pre></div>
32033194
3204 <div class="smallexample">
3205 <pre class="smallexample">s--mallexample
3195 <div class="example">
3196 <pre class="example">s--mallexample
32063197 </pre></div>
32073198
32083199 <dl>
32483239 text
32493240 </pre></div>
32503241
3251 <div class="smallexample">
3252 <pre class="smallexample">s--mallexample
3242 <div class="example">
3243 <pre class="example">s--mallexample
32533244 </pre></div>
32543245
32553246 <dl>
33303321 text
33313322 </pre></div>
33323323
3333 <div class="smallexample">
3334 <pre class="smallexample">s--mallexample
3324 <div class="example">
3325 <pre class="example">s--mallexample
33353326 </pre></div>
33363327
33373328 <dl>
33773368 text
33783369 </pre></div>
33793370
3380 <div class="smallexample">
3381 <pre class="smallexample">s--mallexample
3371 <div class="example">
3372 <pre class="example">s--mallexample
33823373 </pre></div>
33833374
33843375 <dl>
34583449 text
34593450 </pre></div>
34603451
3461 <div class="smallexample">
3462 <pre class="smallexample">s--mallexample
3452 <div class="example">
3453 <pre class="example">s--mallexample
34633454 </pre></div>
34643455
34653456 <dl>
35053496 text
35063497 </pre></div>
35073498
3508 <div class="smallexample">
3509 <pre class="smallexample">s--mallexample
3499 <div class="example">
3500 <pre class="example">s--mallexample
35103501 </pre></div>
35113502
35123503 <dl>
35863577 text
35873578 </pre></div>
35883579
3589 <div class="smallexample">
3590 <pre class="smallexample">s--mallexample
3580 <div class="example">
3581 <pre class="example">s--mallexample
35913582 </pre></div>
35923583
35933584 <dl>
36333624 text
36343625 </pre></div>
36353626
3636 <div class="smallexample">
3637 <pre class="smallexample">s--mallexample
3627 <div class="example">
3628 <pre class="example">s--mallexample
36383629 </pre></div>
36393630
36403631 <dl>
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
130121 text
131122 </pre></div>
132123
133 <div class="smallexample">
134 <pre class="smallexample">s--mallexample
124 <div class="example">
125 <pre class="example">s--mallexample
135126 </pre></div>
136127
137128 <dl>
178169 text
179170 </pre></div>
180171
181 <div class="smallexample">
182 <pre class="smallexample">s--mallexample
172 <div class="example">
173 <pre class="example">s--mallexample
183174 </pre></div>
184175
185176 <dl>
278269 text
279270 </pre></div>
280271
281 <div class="smallexample">
282 <pre class="smallexample">s--mallexample
272 <div class="example">
273 <pre class="example">s--mallexample
283274 </pre></div>
284275
285276 <dl>
326317 text
327318 </pre></div>
328319
329 <div class="smallexample">
330 <pre class="smallexample">s--mallexample
320 <div class="example">
321 <pre class="example">s--mallexample
331322 </pre></div>
332323
333324 <dl>
427418 text
428419 </pre></div>
429420
430 <div class="smallexample">
431 <pre class="smallexample">s--mallexample
421 <div class="example">
422 <pre class="example">s--mallexample
432423 </pre></div>
433424
434425 <dl>
475466 text
476467 </pre></div>
477468
478 <div class="smallexample">
479 <pre class="smallexample">s--mallexample
469 <div class="example">
470 <pre class="example">s--mallexample
480471 </pre></div>
481472
482473 <dl>
574565 text
575566 </pre></div>
576567
577 <div class="smallexample">
578 <pre class="smallexample">s--mallexample
568 <div class="example">
569 <pre class="example">s--mallexample
579570 </pre></div>
580571
581572 <dl>
622613 text
623614 </pre></div>
624615
625 <div class="smallexample">
626 <pre class="smallexample">s--mallexample
616 <div class="example">
617 <pre class="example">s--mallexample
627618 </pre></div>
628619
629620 <dl>
722713 text
723714 </pre></div>
724715
725 <div class="smallexample">
726 <pre class="smallexample">s--mallexample
716 <div class="example">
717 <pre class="example">s--mallexample
727718 </pre></div>
728719
729720 <dl>
770761 text
771762 </pre></div>
772763
773 <div class="smallexample">
774 <pre class="smallexample">s--mallexample
764 <div class="example">
765 <pre class="example">s--mallexample
775766 </pre></div>
776767
777768 <dl>
872863 text
873864 </pre></div>
874865
875 <div class="smallexample">
876 <pre class="smallexample">s--mallexample
866 <div class="example">
867 <pre class="example">s--mallexample
877868 </pre></div>
878869
879870 <dl>
920911 text
921912 </pre></div>
922913
923 <div class="smallexample">
924 <pre class="smallexample">s--mallexample
914 <div class="example">
915 <pre class="example">s--mallexample
925916 </pre></div>
926917
927918 <dl>
10191010 text
10201011 </pre></div>
10211012
1022 <div class="smallexample">
1023 <pre class="smallexample">s--mallexample
1013 <div class="example">
1014 <pre class="example">s--mallexample
10241015 </pre></div>
10251016
10261017 <dl>
10671058 text
10681059 </pre></div>
10691060
1070 <div class="smallexample">
1071 <pre class="smallexample">s--mallexample
1061 <div class="example">
1062 <pre class="example">s--mallexample
10721063 </pre></div>
10731064
10741065 <dl>
11671158 text
11681159 </pre></div>
11691160
1170 <div class="smallexample">
1171 <pre class="smallexample">s--mallexample
1161 <div class="example">
1162 <pre class="example">s--mallexample
11721163 </pre></div>
11731164
11741165 <dl>
12151206 text
12161207 </pre></div>
12171208
1218 <div class="smallexample">
1219 <pre class="smallexample">s--mallexample
1209 <div class="example">
1210 <pre class="example">s--mallexample
12201211 </pre></div>
12211212
12221213 <dl>
13191310 text
13201311 </pre></div>
13211312
1322 <div class="smallexample">
1323 <pre class="smallexample">s--mallexample
1313 <div class="example">
1314 <pre class="example">s--mallexample
13241315 </pre></div>
13251316
13261317 <dl>
13671358 text
13681359 </pre></div>
13691360
1370 <div class="smallexample">
1371 <pre class="smallexample">s--mallexample
1361 <div class="example">
1362 <pre class="example">s--mallexample
13721363 </pre></div>
13731364
13741365 <dl>
14651456 text
14661457 </pre></div>
14671458
1468 <div class="smallexample">
1469 <pre class="smallexample">s--mallexample
1459 <div class="example">
1460 <pre class="example">s--mallexample
14701461 </pre></div>
14711462
14721463 <dl>
15131504 text
15141505 </pre></div>
15151506
1516 <div class="smallexample">
1517 <pre class="smallexample">s--mallexample
1507 <div class="example">
1508 <pre class="example">s--mallexample
15181509 </pre></div>
15191510
15201511 <dl>
16121603 text
16131604 </pre></div>
16141605
1615 <div class="smallexample">
1616 <pre class="smallexample">s--mallexample
1606 <div class="example">
1607 <pre class="example">s--mallexample
16171608 </pre></div>
16181609
16191610 <dl>
16601651 text
16611652 </pre></div>
16621653
1663 <div class="smallexample">
1664 <pre class="smallexample">s--mallexample
1654 <div class="example">
1655 <pre class="example">s--mallexample
16651656 </pre></div>
16661657
16671658 <dl>
17741765 </pre></div>
17751766 <pre class="example">
17761767
1777 </pre><div class="smallexample">
1778 <pre class="smallexample">s--mallexample
1768 </pre><div class="example">
1769 <pre class="example">s--mallexample
17791770 </pre></div>
17801771 <pre class="example">
17811772
18331824 </pre></div>
18341825 <pre class="example">
18351826
1836 </pre><div class="smallexample">
1837 <pre class="smallexample">s--mallexample
1827 </pre><div class="example">
1828 <pre class="example">s--mallexample
18381829 </pre></div>
18391830 <pre class="example">
18401831
19521943 </pre></div>
19531944 <pre class="example">
19541945
1955 </pre><div class="smallexample">
1956 <pre class="smallexample">s--mallexample
1946 </pre><div class="example">
1947 <pre class="example">s--mallexample
19571948 </pre></div>
19581949 <pre class="example">
19591950
20112002 </pre></div>
20122003 <pre class="example">
20132004
2014 </pre><div class="smallexample">
2015 <pre class="smallexample">s--mallexample
2005 </pre><div class="example">
2006 <pre class="example">s--mallexample
20162007 </pre></div>
20172008 <pre class="example">
20182009
21312122 </pre></div>
21322123 <pre class="example">
21332124
2134 </pre><div class="smallexample">
2135 <pre class="smallexample">s--mallexample
2125 </pre><div class="example">
2126 <pre class="example">s--mallexample
21362127 </pre></div>
21372128 <pre class="example">
21382129
21902181 </pre></div>
21912182 <pre class="example">
21922183
2193 </pre><div class="smallexample">
2194 <pre class="smallexample">s--mallexample
2184 </pre><div class="example">
2185 <pre class="example">s--mallexample
21952186 </pre></div>
21962187 <pre class="example">
21972188
22262217 </pre></li></ul>
22272218 </div>
22282219
2229 <div class="smallexample">
2230 <pre class="smallexample">s--mallexample
2220 <div class="example">
2221 <pre class="example">s--mallexample
22312222 </pre></div>
22322223
22332224 <dl>
23052296 text
23062297 </pre></div>
23072298
2308 <div class="smallexample">
2309 <pre class="smallexample">s--mallexample
2299 <div class="example">
2300 <pre class="example">s--mallexample
23102301 </pre></div>
23112302
23122303 <dl>
23532344 text
23542345 </pre></div>
23552346
2356 <div class="smallexample">
2357 <pre class="smallexample">s--mallexample
2347 <div class="example">
2348 <pre class="example">s--mallexample
23582349 </pre></div>
23592350
23602351 <dl>
24532444 text
24542445 </pre></div>
24552446
2456 <div class="smallexample">
2457 <pre class="smallexample">s--mallexample
2447 <div class="example">
2448 <pre class="example">s--mallexample
24582449 </pre></div>
24592450
24602451 <dl>
25012492 text
25022493 </pre></div>
25032494
2504 <div class="smallexample">
2505 <pre class="smallexample">s--mallexample
2495 <div class="example">
2496 <pre class="example">s--mallexample
25062497 </pre></div>
25072498
25082499 <dl>
26042595 text
26052596 </pre></div>
26062597
2607 <div class="smallexample">
2608 <pre class="smallexample">s--mallexample
2598 <div class="example">
2599 <pre class="example">s--mallexample
26092600 </pre></div>
26102601
26112602 <dl>
26522643 text
26532644 </pre></div>
26542645
2655 <div class="smallexample">
2656 <pre class="smallexample">s--mallexample
2646 <div class="example">
2647 <pre class="example">s--mallexample
26572648 </pre></div>
26582649
26592650 <dl>
27542745 text
27552746 </pre></div>
27562747
2757 <div class="smallexample">
2758 <pre class="smallexample">s--mallexample
2748 <div class="example">
2749 <pre class="example">s--mallexample
27592750 </pre></div>
27602751
27612752 <dl>
28022793 text
28032794 </pre></div>
28042795
2805 <div class="smallexample">
2806 <pre class="smallexample">s--mallexample
2796 <div class="example">
2797 <pre class="example">s--mallexample
28072798 </pre></div>
28082799
28092800 <dl>
29022893 text
29032894 </pre></div>
29042895
2905 <div class="smallexample">
2906 <pre class="smallexample">s--mallexample
2896 <div class="example">
2897 <pre class="example">s--mallexample
29072898 </pre></div>
29082899
29092900 <dl>
29502941 text
29512942 </pre></div>
29522943
2953 <div class="smallexample">
2954 <pre class="smallexample">s--mallexample
2944 <div class="example">
2945 <pre class="example">s--mallexample
29552946 </pre></div>
29562947
29572948 <dl>
30513042 text
30523043 </pre></div>
30533044
3054 <div class="smallexample">
3055 <pre class="smallexample">s--mallexample
3045 <div class="example">
3046 <pre class="example">s--mallexample
30563047 </pre></div>
30573048
30583049 <dl>
30993090 text
31003091 </pre></div>
31013092
3102 <div class="smallexample">
3103 <pre class="smallexample">s--mallexample
3093 <div class="example">
3094 <pre class="example">s--mallexample
31043095 </pre></div>
31053096
31063097 <dl>
32023193 text
32033194 </pre></div>
32043195
3205 <div class="smallexample">
3206 <pre class="smallexample">s--mallexample
3196 <div class="example">
3197 <pre class="example">s--mallexample
32073198 </pre></div>
32083199
32093200 <dl>
32503241 text
32513242 </pre></div>
32523243
3253 <div class="smallexample">
3254 <pre class="smallexample">s--mallexample
3244 <div class="example">
3245 <pre class="example">s--mallexample
32553246 </pre></div>
32563247
32573248 <dl>
33493340 text
33503341 </pre></div>
33513342
3352 <div class="smallexample">
3353 <pre class="smallexample">s--mallexample
3343 <div class="example">
3344 <pre class="example">s--mallexample
33543345 </pre></div>
33553346
33563347 <dl>
33973388 text
33983389 </pre></div>
33993390
3400 <div class="smallexample">
3401 <pre class="smallexample">s--mallexample
3391 <div class="example">
3392 <pre class="example">s--mallexample
34023393 </pre></div>
34033394
34043395 <dl>
34963487 text
34973488 </pre></div>
34983489
3499 <div class="smallexample">
3500 <pre class="smallexample">s--mallexample
3490 <div class="example">
3491 <pre class="example">s--mallexample
35013492 </pre></div>
35023493
35033494 <dl>
35443535 text
35453536 </pre></div>
35463537
3547 <div class="smallexample">
3548 <pre class="smallexample">s--mallexample
3538 <div class="example">
3539 <pre class="example">s--mallexample
35493540 </pre></div>
35503541
35513542 <dl>
36453636 text
36463637 </pre></div>
36473638
3648 <div class="smallexample">
3649 <pre class="smallexample">s--mallexample
3639 <div class="example">
3640 <pre class="example">s--mallexample
36503641 </pre></div>
36513642
36523643 <dl>
36933684 text
36943685 </pre></div>
36953686
3696 <div class="smallexample">
3697 <pre class="smallexample">s--mallexample
3687 <div class="example">
3688 <pre class="example">s--mallexample
36983689 </pre></div>
36993690
37003691 <dl>
37933784 text
37943785 </pre></div>
37953786
3796 <div class="smallexample">
3797 <pre class="smallexample">s--mallexample
3787 <div class="example">
3788 <pre class="example">s--mallexample
37983789 </pre></div>
37993790
38003791 <dl>
38413832 text
38423833 </pre></div>
38433834
3844 <div class="smallexample">
3845 <pre class="smallexample">s--mallexample
3835 <div class="example">
3836 <pre class="example">s--mallexample
38463837 </pre></div>
38473838
38483839 <dl>
39403931 text
39413932 </pre></div>
39423933
3943 <div class="smallexample">
3944 <pre class="smallexample">s--mallexample
3934 <div class="example">
3935 <pre class="example">s--mallexample
39453936 </pre></div>
39463937
39473938 <dl>
39883979 text
39893980 </pre></div>
39903981
3991 <div class="smallexample">
3992 <pre class="smallexample">s--mallexample
3982 <div class="example">
3983 <pre class="example">s--mallexample
39933984 </pre></div>
39943985
39953986 <dl>
40874078 text
40884079 </pre></div>
40894080
4090 <div class="smallexample">
4091 <pre class="smallexample">s--mallexample
4081 <div class="example">
4082 <pre class="example">s--mallexample
40924083 </pre></div>
40934084
40944085 <dl>
41354126 text
41364127 </pre></div>
41374128
4138 <div class="smallexample">
4139 <pre class="smallexample">s--mallexample
4129 <div class="example">
4130 <pre class="example">s--mallexample
41404131 </pre></div>
41414132
41424133 <dl>
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
124115 text
125116 </pre></div>
126117
127 <div class="smallexample">
128 <pre class="smallexample">s--mallexample
118 <div class="example">
119 <pre class="example">s--mallexample
129120 </pre></div>
130121
131122 <dl>
176167 </pre></div>
177168 <pre class="menu-comment">
178169
179 </pre><div class="smallexample">
180 <pre class="smallexample">s--mallexample
170 </pre><div class="example">
171 <pre class="example">s--mallexample
181172 </pre></div>
182173 <pre class="menu-comment">
183174
288279 </pre></div>
289280 <pre class="menu-comment">
290281
291 </pre><div class="smallexample">
292 <pre class="smallexample">s--mallexample
282 </pre><div class="example">
283 <pre class="example">s--mallexample
293284 </pre></div>
294285 <pre class="menu-comment">
295286
347338 </pre></div>
348339 <pre class="menu-comment">
349340
350 </pre><div class="smallexample">
351 <pre class="smallexample">s--mallexample
341 </pre><div class="example">
342 <pre class="example">s--mallexample
352343 </pre></div>
353344 <pre class="menu-comment">
354345
449440 text
450441 </pre></div>
451442
452 <div class="smallexample">
453 <pre class="smallexample">s--mallexample
443 <div class="example">
444 <pre class="example">s--mallexample
454445 </pre></div>
455446
456447 <dl>
501492 </pre></div>
502493 <pre class="menu-comment">
503494
504 </pre><div class="smallexample">
505 <pre class="smallexample">s--mallexample
495 </pre><div class="example">
496 <pre class="example">s--mallexample
506497 </pre></div>
507498 <pre class="menu-comment">
508499
600591 text
601592 </pre></div>
602593
603 <div class="smallexample">
604 <pre class="smallexample">s--mallexample
594 <div class="example">
595 <pre class="example">s--mallexample
605596 </pre></div>
606597
607598 <dl>
652643 </pre></div>
653644 <pre class="menu-comment">
654645
655 </pre><div class="smallexample">
656 <pre class="smallexample">s--mallexample
646 </pre><div class="example">
647 <pre class="example">s--mallexample
657648 </pre></div>
658649 <pre class="menu-comment">
659650
764755 </pre></div>
765756 <pre class="menu-comment">
766757
767 </pre><div class="smallexample">
768 <pre class="smallexample">s--mallexample
758 </pre><div class="example">
759 <pre class="example">s--mallexample
769760 </pre></div>
770761 <pre class="menu-comment">
771762
823814 </pre></div>
824815 <pre class="menu-comment">
825816
826 </pre><div class="smallexample">
827 <pre class="smallexample">s--mallexample
817 </pre><div class="example">
818 <pre class="example">s--mallexample
828819 </pre></div>
829820 <pre class="menu-comment">
830821
926917 text
927918 </pre></div>
928919
929 <div class="smallexample">
930 <pre class="smallexample">s--mallexample
920 <div class="example">
921 <pre class="example">s--mallexample
931922 </pre></div>
932923
933924 <dl>
978969 </pre></div>
979970 <pre class="menu-comment">
980971
981 </pre><div class="smallexample">
982 <pre class="smallexample">s--mallexample
972 </pre><div class="example">
973 <pre class="example">s--mallexample
983974 </pre></div>
984975 <pre class="menu-comment">
985976
10771068 text
10781069 </pre></div>
10791070
1080 <div class="smallexample">
1081 <pre class="smallexample">s--mallexample
1071 <div class="example">
1072 <pre class="example">s--mallexample
10821073 </pre></div>
10831074
10841075 <dl>
11291120 </pre></div>
11301121 <pre class="menu-comment">
11311122
1132 </pre><div class="smallexample">
1133 <pre class="smallexample">s--mallexample
1123 </pre><div class="example">
1124 <pre class="example">s--mallexample
11341125 </pre></div>
11351126 <pre class="menu-comment">
11361127
12411232 </pre></div>
12421233 <pre class="menu-comment">
12431234
1244 </pre><div class="smallexample">
1245 <pre class="smallexample">s--mallexample
1235 </pre><div class="example">
1236 <pre class="example">s--mallexample
12461237 </pre></div>
12471238 <pre class="menu-comment">
12481239
13001291 </pre></div>
13011292 <pre class="menu-comment">
13021293
1303 </pre><div class="smallexample">
1304 <pre class="smallexample">s--mallexample
1294 </pre><div class="example">
1295 <pre class="example">s--mallexample
13051296 </pre></div>
13061297 <pre class="menu-comment">
13071298
14051396 text
14061397 </pre></div>
14071398
1408 <div class="smallexample">
1409 <pre class="smallexample">s--mallexample
1399 <div class="example">
1400 <pre class="example">s--mallexample
14101401 </pre></div>
14111402
14121403 <dl>
14571448 </pre></div>
14581449 <pre class="menu-comment">
14591450
1460 </pre><div class="smallexample">
1461 <pre class="smallexample">s--mallexample
1451 </pre><div class="example">
1452 <pre class="example">s--mallexample
14621453 </pre></div>
14631454 <pre class="menu-comment">
14641455
15551546 text
15561547 </pre></div>
15571548
1558 <div class="smallexample">
1559 <pre class="smallexample">s--mallexample
1549 <div class="example">
1550 <pre class="example">s--mallexample
15601551 </pre></div>
15611552
15621553 <dl>
16071598 </pre></div>
16081599 <pre class="menu-comment">
16091600
1610 </pre><div class="smallexample">
1611 <pre class="smallexample">s--mallexample
1601 </pre><div class="example">
1602 <pre class="example">s--mallexample
16121603 </pre></div>
16131604 <pre class="menu-comment">
16141605
17181709 </pre></div>
17191710 <pre class="menu-comment">
17201711
1721 </pre><div class="smallexample">
1722 <pre class="smallexample">s--mallexample
1712 </pre><div class="example">
1713 <pre class="example">s--mallexample
17231714 </pre></div>
17241715 <pre class="menu-comment">
17251716
17771768 </pre></div>
17781769 <pre class="menu-comment">
17791770
1780 </pre><div class="smallexample">
1781 <pre class="smallexample">s--mallexample
1771 </pre><div class="example">
1772 <pre class="example">s--mallexample
17821773 </pre></div>
17831774 <pre class="menu-comment">
17841775
18921883 </pre></div>
18931884 <pre class="example">
18941885
1895 </pre><div class="smallexample">
1896 <pre class="smallexample">s--mallexample
1886 </pre><div class="example">
1887 <pre class="example">s--mallexample
18971888 </pre></div>
18981889 <pre class="example">
18991890
19511942 </pre></div>
19521943 <pre class="menu-comment">
19531944
1954 </pre><div class="smallexample">
1955 <pre class="smallexample">s--mallexample
1945 </pre><div class="example">
1946 <pre class="example">s--mallexample
19561947 </pre></div>
19571948 <pre class="menu-comment">
19581949
20642055 </pre></div>
20652056 <pre class="example">
20662057
2067 </pre><div class="smallexample">
2068 <pre class="smallexample">s--mallexample
2058 </pre><div class="example">
2059 <pre class="example">s--mallexample
20692060 </pre></div>
20702061 <pre class="example">
20712062
21232114 </pre></div>
21242115 <pre class="menu-comment">
21252116
2126 </pre><div class="smallexample">
2127 <pre class="smallexample">s--mallexample
2117 </pre><div class="example">
2118 <pre class="example">s--mallexample
21282119 </pre></div>
21292120 <pre class="menu-comment">
21302121
22372228 </pre></div>
22382229 <pre class="menu-preformatted">
22392230
2240 </pre><div class="smallexample">
2241 <pre class="smallexample">s--mallexample
2231 </pre><div class="example">
2232 <pre class="example">s--mallexample
22422233 </pre></div>
22432234 <pre class="menu-preformatted">
22442235
22962287 </pre></div>
22972288 <pre class="menu-comment">
22982289
2299 </pre><div class="smallexample">
2300 <pre class="smallexample">s--mallexample
2290 </pre><div class="example">
2291 <pre class="example">s--mallexample
23012292 </pre></div>
23022293 <pre class="menu-comment">
23032294
23322323 </pre></td></tr></table>
23332324 </div>
23342325
2335 <div class="smallexample">
2336 <pre class="smallexample">s--mallexample
2326 <div class="example">
2327 <pre class="example">s--mallexample
23372328 </pre></div>
23382329
23392330 <dl>
24052396 text
24062397 </pre></div>
24072398
2408 <div class="smallexample">
2409 <pre class="smallexample">s--mallexample
2399 <div class="example">
2400 <pre class="example">s--mallexample
24102401 </pre></div>
24112402
24122403 <dl>
24572448 </pre></div>
24582449 <pre class="menu-comment">
24592450
2460 </pre><div class="smallexample">
2461 <pre class="smallexample">s--mallexample
2451 </pre><div class="example">
2452 <pre class="example">s--mallexample
24622453 </pre></div>
24632454 <pre class="menu-comment">
24642455
25692560 </pre></div>
25702561 <pre class="menu-comment">
25712562
2572 </pre><div class="smallexample">
2573 <pre class="smallexample">s--mallexample
2563 </pre><div class="example">
2564 <pre class="example">s--mallexample
25742565 </pre></div>
25752566 <pre class="menu-comment">
25762567
26282619 </pre></div>
26292620 <pre class="menu-comment">
26302621
2631 </pre><div class="smallexample">
2632 <pre class="smallexample">s--mallexample
2622 </pre><div class="example">
2623 <pre class="example">s--mallexample
26332624 </pre></div>
26342625 <pre class="menu-comment">
26352626
27322723 text
27332724 </pre></div>
27342725
2735 <div class="smallexample">
2736 <pre class="smallexample">s--mallexample
2726 <div class="example">
2727 <pre class="example">s--mallexample
27372728 </pre></div>
27382729
27392730 <dl>
27842775 </pre></div>
27852776 <pre class="menu-comment">
27862777
2787 </pre><div class="smallexample">
2788 <pre class="smallexample">s--mallexample
2778 </pre><div class="example">
2779 <pre class="example">s--mallexample
27892780 </pre></div>
27902781 <pre class="menu-comment">
27912782
28862877 text
28872878 </pre></div>
28882879
2889 <div class="smallexample">
2890 <pre class="smallexample">s--mallexample
2880 <div class="example">
2881 <pre class="example">s--mallexample
28912882 </pre></div>
28922883
28932884 <dl>
29382929 </pre></div>
29392930 <pre class="menu-comment">
29402931
2941 </pre><div class="smallexample">
2942 <pre class="smallexample">s--mallexample
2932 </pre><div class="example">
2933 <pre class="example">s--mallexample
29432934 </pre></div>
29442935 <pre class="menu-comment">
29452936
30383029 text
30393030 </pre></div>
30403031
3041 <div class="smallexample">
3042 <pre class="smallexample">s--mallexample
3032 <div class="example">
3033 <pre class="example">s--mallexample
30433034 </pre></div>
30443035
30453036 <dl>
30903081 </pre></div>
30913082 <pre class="menu-comment">
30923083
3093 </pre><div class="smallexample">
3094 <pre class="smallexample">s--mallexample
3084 </pre><div class="example">
3085 <pre class="example">s--mallexample
30953086 </pre></div>
30963087 <pre class="menu-comment">
30973088
32033194 </pre></div>
32043195 <pre class="menu-comment">
32053196
3206 </pre><div class="smallexample">
3207 <pre class="smallexample">s--mallexample
3197 </pre><div class="example">
3198 <pre class="example">s--mallexample
32083199 </pre></div>
32093200 <pre class="menu-comment">
32103201
32623253 </pre></div>
32633254 <pre class="menu-comment">
32643255
3265 </pre><div class="smallexample">
3266 <pre class="smallexample">s--mallexample
3256 </pre><div class="example">
3257 <pre class="example">s--mallexample
32673258 </pre></div>
32683259 <pre class="menu-comment">
32693260
33663357 text
33673358 </pre></div>
33683359
3369 <div class="smallexample">
3370 <pre class="smallexample">s--mallexample
3360 <div class="example">
3361 <pre class="example">s--mallexample
33713362 </pre></div>
33723363
33733364 <dl>
34183409 </pre></div>
34193410 <pre class="menu-comment">
34203411
3421 </pre><div class="smallexample">
3422 <pre class="smallexample">s--mallexample
3412 </pre><div class="example">
3413 <pre class="example">s--mallexample
34233414 </pre></div>
34243415 <pre class="menu-comment">
34253416
35173508 text
35183509 </pre></div>
35193510
3520 <div class="smallexample">
3521 <pre class="smallexample">s--mallexample
3511 <div class="example">
3512 <pre class="example">s--mallexample
35223513 </pre></div>
35233514
35243515 <dl>
35693560 </pre></div>
35703561 <pre class="menu-comment">
35713562
3572 </pre><div class="smallexample">
3573 <pre class="smallexample">s--mallexample
3563 </pre><div class="example">
3564 <pre class="example">s--mallexample
35743565 </pre></div>
35753566 <pre class="menu-comment">
35763567
36803671 </pre></div>
36813672 <pre class="menu-comment">
36823673
3683 </pre><div class="smallexample">
3684 <pre class="smallexample">s--mallexample
3674 </pre><div class="example">
3675 <pre class="example">s--mallexample
36853676 </pre></div>
36863677 <pre class="menu-comment">
36873678
37393730 </pre></div>
37403731 <pre class="menu-comment">
37413732
3742 </pre><div class="smallexample">
3743 <pre class="smallexample">s--mallexample
3733 </pre><div class="example">
3734 <pre class="example">s--mallexample
37443735 </pre></div>
37453736 <pre class="menu-comment">
37463737
38413832 text
38423833 </pre></div>
38433834
3844 <div class="smallexample">
3845 <pre class="smallexample">s--mallexample
3835 <div class="example">
3836 <pre class="example">s--mallexample
38463837 </pre></div>
38473838
38483839 <dl>
38933884 </pre></div>
38943885 <pre class="menu-comment">
38953886
3896 </pre><div class="smallexample">
3897 <pre class="smallexample">s--mallexample
3887 </pre><div class="example">
3888 <pre class="example">s--mallexample
38983889 </pre></div>
38993890 <pre class="menu-comment">
39003891
40053996 </pre></div>
40063997 <pre class="menu-comment">
40073998
4008 </pre><div class="smallexample">
4009 <pre class="smallexample">s--mallexample
3999 </pre><div class="example">
4000 <pre class="example">s--mallexample
40104001 </pre></div>
40114002 <pre class="menu-comment">
40124003
40644055 </pre></div>
40654056 <pre class="menu-comment">
40664057
4067 </pre><div class="smallexample">
4068 <pre class="smallexample">s--mallexample
4058 </pre><div class="example">
4059 <pre class="example">s--mallexample
40694060 </pre></div>
40704061 <pre class="menu-comment">
40714062
41644155 text
41654156 </pre></div>
41664157
4167 <div class="smallexample">
4168 <pre class="smallexample">s--mallexample
4158 <div class="example">
4159 <pre class="example">s--mallexample
41694160 </pre></div>
41704161
41714162 <dl>
42164207 </pre></div>
42174208 <pre class="menu-comment">
42184209
4219 </pre><div class="smallexample">
4220 <pre class="smallexample">s--mallexample
4210 </pre><div class="example">
4211 <pre class="example">s--mallexample
42214212 </pre></div>
42224213 <pre class="menu-comment">
42234214
43274318 </pre></div>
43284319 <pre class="menu-comment">
43294320
4330 </pre><div class="smallexample">
4331 <pre class="smallexample">s--mallexample
4321 </pre><div class="example">
4322 <pre class="example">s--mallexample
43324323 </pre></div>
43334324 <pre class="menu-comment">
43344325
43864377 </pre></div>
43874378 <pre class="menu-comment">
43884379
4389 </pre><div class="smallexample">
4390 <pre class="smallexample">s--mallexample
4380 </pre><div class="example">
4381 <pre class="example">s--mallexample
43914382 </pre></div>
43924383 <pre class="menu-comment">
43934384
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
124115 text
125116 </pre></div>
126117
127 <div class="smallexample">
128 <pre class="smallexample">s--mallexample
118 <div class="example">
119 <pre class="example">s--mallexample
129120 </pre></div>
130121
131122 <dl>
172163 text
173164 </pre></div>
174165
175 <div class="smallexample">
176 <pre class="smallexample">s--mallexample
166 <div class="example">
167 <pre class="example">s--mallexample
177168 </pre></div>
178169
179170 <dl>
267258 text
268259 </pre></div>
269260
270 <div class="smallexample">
271 <pre class="smallexample">s--mallexample
261 <div class="example">
262 <pre class="example">s--mallexample
272263 </pre></div>
273264
274265 <dl>
315306 text
316307 </pre></div>
317308
318 <div class="smallexample">
319 <pre class="smallexample">s--mallexample
309 <div class="example">
310 <pre class="example">s--mallexample
320311 </pre></div>
321312
322313 <dl>
410401 text
411402 </pre></div>
412403
413 <div class="smallexample">
414 <pre class="smallexample">s--mallexample
404 <div class="example">
405 <pre class="example">s--mallexample
415406 </pre></div>
416407
417408 <dl>
458449 text
459450 </pre></div>
460451
461 <div class="smallexample">
462 <pre class="smallexample">s--mallexample
452 <div class="example">
453 <pre class="example">s--mallexample
463454 </pre></div>
464455
465456 <dl>
552543 text
553544 </pre></div>
554545
555 <div class="smallexample">
556 <pre class="smallexample">s--mallexample
546 <div class="example">
547 <pre class="example">s--mallexample
557548 </pre></div>
558549
559550 <dl>
600591 text
601592 </pre></div>
602593
603 <div class="smallexample">
604 <pre class="smallexample">s--mallexample
594 <div class="example">
595 <pre class="example">s--mallexample
605596 </pre></div>
606597
607598 <dl>
695686 text
696687 </pre></div>
697688
698 <div class="smallexample">
699 <pre class="smallexample">s--mallexample
689 <div class="example">
690 <pre class="example">s--mallexample
700691 </pre></div>
701692
702693 <dl>
743734 text
744735 </pre></div>
745736
746 <div class="smallexample">
747 <pre class="smallexample">s--mallexample
737 <div class="example">
738 <pre class="example">s--mallexample
748739 </pre></div>
749740
750741 <dl>
839830 text
840831 </pre></div>
841832
842 <div class="smallexample">
843 <pre class="smallexample">s--mallexample
833 <div class="example">
834 <pre class="example">s--mallexample
844835 </pre></div>
845836
846837 <dl>
887878 text
888879 </pre></div>
889880
890 <div class="smallexample">
891 <pre class="smallexample">s--mallexample
881 <div class="example">
882 <pre class="example">s--mallexample
892883 </pre></div>
893884
894885 <dl>
981972 text
982973 </pre></div>
983974
984 <div class="smallexample">
985 <pre class="smallexample">s--mallexample
975 <div class="example">
976 <pre class="example">s--mallexample
986977 </pre></div>
987978
988979 <dl>
10291020 text
10301021 </pre></div>
10311022
1032 <div class="smallexample">
1033 <pre class="smallexample">s--mallexample
1023 <div class="example">
1024 <pre class="example">s--mallexample
10341025 </pre></div>
10351026
10361027 <dl>
11241115 text
11251116 </pre></div>
11261117
1127 <div class="smallexample">
1128 <pre class="smallexample">s--mallexample
1118 <div class="example">
1119 <pre class="example">s--mallexample
11291120 </pre></div>
11301121
11311122 <dl>
11721163 text
11731164 </pre></div>
11741165
1175 <div class="smallexample">
1176 <pre class="smallexample">s--mallexample
1166 <div class="example">
1167 <pre class="example">s--mallexample
11771168 </pre></div>
11781169
11791170 <dl>
12701261 text
12711262 </pre></div>
12721263
1273 <div class="smallexample">
1274 <pre class="smallexample">s--mallexample
1264 <div class="example">
1265 <pre class="example">s--mallexample
12751266 </pre></div>
12761267
12771268 <dl>
13181309 text
13191310 </pre></div>
13201311
1321 <div class="smallexample">
1322 <pre class="smallexample">s--mallexample
1312 <div class="example">
1313 <pre class="example">s--mallexample
13231314 </pre></div>
13241315
13251316 <dl>
14111402 text
14121403 </pre></div>
14131404
1414 <div class="smallexample">
1415 <pre class="smallexample">s--mallexample
1405 <div class="example">
1406 <pre class="example">s--mallexample
14161407 </pre></div>
14171408
14181409 <dl>
14591450 text
14601451 </pre></div>
14611452
1462 <div class="smallexample">
1463 <pre class="smallexample">s--mallexample
1453 <div class="example">
1454 <pre class="example">s--mallexample
14641455 </pre></div>
14651456
14661457 <dl>
15531544 text
15541545 </pre></div>
15551546
1556 <div class="smallexample">
1557 <pre class="smallexample">s--mallexample
1547 <div class="example">
1548 <pre class="example">s--mallexample
15581549 </pre></div>
15591550
15601551 <dl>
16011592 text
16021593 </pre></div>
16031594
1604 <div class="smallexample">
1605 <pre class="smallexample">s--mallexample
1595 <div class="example">
1596 <pre class="example">s--mallexample
16061597 </pre></div>
16071598
16081599 <dl>
17091700 </pre></div>
17101701 <pre class="example">
17111702
1712 </pre><div class="smallexample">
1713 <pre class="smallexample">s--mallexample
1703 </pre><div class="example">
1704 <pre class="example">s--mallexample
17141705 </pre></div>
17151706 <pre class="example">
17161707
17591750 <pre class="example">e--xample some
17601751 text
17611752 </pre></div>
1762 <pre class="example"></pre><div class="smallexample">
1763 <pre class="smallexample">s--mallexample
1753 <pre class="example"></pre><div class="example">
1754 <pre class="example">s--mallexample
17641755 </pre></div>
17651756 <pre class="example"></pre><dl>
17661757 <dt id="index-d_002d_002deffn_005fname-23">c--ategory: <strong>d--effn_name</strong> <em>a--rguments...</em></dt>
18611852 </pre></div>
18621853 <pre class="example">
18631854
1864 </pre><div class="smallexample">
1865 <pre class="smallexample">s--mallexample
1855 </pre><div class="example">
1856 <pre class="example">s--mallexample
18661857 </pre></div>
18671858 <pre class="example">
18681859
19111902 <pre class="example">e--xample some
19121903 text
19131904 </pre></div>
1914 <pre class="example"></pre><div class="smallexample">
1915 <pre class="smallexample">s--mallexample
1905 <pre class="example"></pre><div class="example">
1906 <pre class="example">s--mallexample
19161907 </pre></div>
19171908 <pre class="example"></pre><dl>
19181909 <dt id="index-d_002d_002deffn_005fname-25">c--ategory: <strong>d--effn_name</strong> <em>a--rguments...</em></dt>
19751966 <pre class="example">e--xample some
19761967 text
19771968 </pre></div>
1978 <pre class="example"></pre><div class="smallexample">
1979 <pre class="smallexample">s--mallexample
1969 <pre class="example"></pre><div class="example">
1970 <pre class="example">s--mallexample
19801971 </pre></div>
19811972 <pre class="example"></pre><dl>
19821973 <dt id="index-d_002d_002deffn_005fname-26">c--ategory: <strong>d--effn_name</strong> <em>a--rguments...</em></dt>
20112002 <pre class="example">e--xample some
20122003 text
20132004 </pre></div>
2014 <pre class="example"></pre><div class="smallexample">
2015 <pre class="smallexample">s--mallexample
2005 <pre class="example"></pre><div class="example">
2006 <pre class="example">s--mallexample
20162007 </pre></div>
20172008 <pre class="example"></pre><dl>
20182009 <dt id="index-d_002d_002deffn_005fname-27">c--ategory: <strong>d--effn_name</strong> <em>a--rguments...</em></dt>
20352026 </table>
20362027 </div>
20372028
2038 <div class="smallexample">
2039 <pre class="smallexample">s--mallexample
2029 <div class="example">
2030 <pre class="example">s--mallexample
20402031 </pre></div>
20412032
20422033 <dl>
21082099 text
21092100 </pre></div>
21102101
2111 <div class="smallexample">
2112 <pre class="smallexample">s--mallexample
2102 <div class="example">
2103 <pre class="example">s--mallexample
21132104 </pre></div>
21142105
21152106 <dl>
21562147 text
21572148 </pre></div>
21582149
2159 <div class="smallexample">
2160 <pre class="smallexample">s--mallexample
2150 <div class="example">
2151 <pre class="example">s--mallexample
21612152 </pre></div>
21622153
21632154 <dl>
22512242 text
22522243 </pre></div>
22532244
2254 <div class="smallexample">
2255 <pre class="smallexample">s--mallexample
2245 <div class="example">
2246 <pre class="example">s--mallexample
22562247 </pre></div>
22572248
22582249 <dl>
22992290 text
23002291 </pre></div>
23012292
2302 <div class="smallexample">
2303 <pre class="smallexample">s--mallexample
2293 <div class="example">
2294 <pre class="example">s--mallexample
23042295 </pre></div>
23052296
23062297 <dl>
23962387 text
23972388 </pre></div>
23982389
2399 <div class="smallexample">
2400 <pre class="smallexample">s--mallexample
2390 <div class="example">
2391 <pre class="example">s--mallexample
24012392 </pre></div>
24022393
24032394 <dl>
24442435 text
24452436 </pre></div>
24462437
2447 <div class="smallexample">
2448 <pre class="smallexample">s--mallexample
2438 <div class="example">
2439 <pre class="example">s--mallexample
24492440 </pre></div>
24502441
24512442 <dl>
25412532 text
25422533 </pre></div>
25432534
2544 <div class="smallexample">
2545 <pre class="smallexample">s--mallexample
2535 <div class="example">
2536 <pre class="example">s--mallexample
25462537 </pre></div>
25472538
25482539 <dl>
25892580 text
25902581 </pre></div>
25912582
2592 <div class="smallexample">
2593 <pre class="smallexample">s--mallexample
2583 <div class="example">
2584 <pre class="example">s--mallexample
25942585 </pre></div>
25952586
25962587 <dl>
26842675 text
26852676 </pre></div>
26862677
2687 <div class="smallexample">
2688 <pre class="smallexample">s--mallexample
2678 <div class="example">
2679 <pre class="example">s--mallexample
26892680 </pre></div>
26902681
26912682 <dl>
27322723 text
27332724 </pre></div>
27342725
2735 <div class="smallexample">
2736 <pre class="smallexample">s--mallexample
2726 <div class="example">
2727 <pre class="example">s--mallexample
27372728 </pre></div>
27382729
27392730 <dl>
28282819 text
28292820 </pre></div>
28302821
2831 <div class="smallexample">
2832 <pre class="smallexample">s--mallexample
2822 <div class="example">
2823 <pre class="example">s--mallexample
28332824 </pre></div>
28342825
28352826 <dl>
28762867 text
28772868 </pre></div>
28782869
2879 <div class="smallexample">
2880 <pre class="smallexample">s--mallexample
2870 <div class="example">
2871 <pre class="example">s--mallexample
28812872 </pre></div>
28822873
28832874 <dl>
29732964 text
29742965 </pre></div>
29752966
2976 <div class="smallexample">
2977 <pre class="smallexample">s--mallexample
2967 <div class="example">
2968 <pre class="example">s--mallexample
29782969 </pre></div>
29792970
29802971 <dl>
30213012 text
30223013 </pre></div>
30233014
3024 <div class="smallexample">
3025 <pre class="smallexample">s--mallexample
3015 <div class="example">
3016 <pre class="example">s--mallexample
30263017 </pre></div>
30273018
30283019 <dl>
31153106 text
31163107 </pre></div>
31173108
3118 <div class="smallexample">
3119 <pre class="smallexample">s--mallexample
3109 <div class="example">
3110 <pre class="example">s--mallexample
31203111 </pre></div>
31213112
31223113 <dl>
31633154 text
31643155 </pre></div>
31653156
3166 <div class="smallexample">
3167 <pre class="smallexample">s--mallexample
3157 <div class="example">
3158 <pre class="example">s--mallexample
31683159 </pre></div>
31693160
31703161 <dl>
32573248 text
32583249 </pre></div>
32593250
3260 <div class="smallexample">
3261 <pre class="smallexample">s--mallexample
3251 <div class="example">
3252 <pre class="example">s--mallexample
32623253 </pre></div>
32633254
32643255 <dl>
33053296 text
33063297 </pre></div>
33073298
3308 <div class="smallexample">
3309 <pre class="smallexample">s--mallexample
3299 <div class="example">
3300 <pre class="example">s--mallexample
33103301 </pre></div>
33113302
33123303 <dl>
34003391 text
34013392 </pre></div>
34023393
3403 <div class="smallexample">
3404 <pre class="smallexample">s--mallexample
3394 <div class="example">
3395 <pre class="example">s--mallexample
34053396 </pre></div>
34063397
34073398 <dl>
34483439 text
34493440 </pre></div>
34503441
3451 <div class="smallexample">
3452 <pre class="smallexample">s--mallexample
3442 <div class="example">
3443 <pre class="example">s--mallexample
34533444 </pre></div>
34543445
34553446 <dl>
35433534 text
35443535 </pre></div>
35453536
3546 <div class="smallexample">
3547 <pre class="smallexample">s--mallexample
3537 <div class="example">
3538 <pre class="example">s--mallexample
35483539 </pre></div>
35493540
35503541 <dl>
35913582 text
35923583 </pre></div>
35933584
3594 <div class="smallexample">
3595 <pre class="smallexample">s--mallexample
3585 <div class="example">
3586 <pre class="example">s--mallexample
35963587 </pre></div>
35973588
35983589 <dl>
36843675 text
36853676 </pre></div>
36863677
3687 <div class="smallexample">
3688 <pre class="smallexample">s--mallexample
3678 <div class="example">
3679 <pre class="example">s--mallexample
36893680 </pre></div>
36903681
36913682 <dl>
37323723 text
37333724 </pre></div>
37343725
3735 <div class="smallexample">
3736 <pre class="smallexample">s--mallexample
3726 <div class="example">
3727 <pre class="example">s--mallexample
37373728 </pre></div>
37383729
37393730 <dl>
38263817 text
38273818 </pre></div>
38283819
3829 <div class="smallexample">
3830 <pre class="smallexample">s--mallexample
3820 <div class="example">
3821 <pre class="example">s--mallexample
38313822 </pre></div>
38323823
38333824 <dl>
38743865 text
38753866 </pre></div>
38763867
3877 <div class="smallexample">
3878 <pre class="smallexample">s--mallexample
3868 <div class="example">
3869 <pre class="example">s--mallexample
38793870 </pre></div>
38803871
38813872 <dl>
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
130121 text
131122 </pre></div>
132123
133 <div class="smallexample">
134 <pre class="smallexample">s--mallexample
124 <div class="example">
125 <pre class="example">s--mallexample
135126 </pre></div>
136127
137128 <dl>
178169 text
179170 </pre></div>
180171
181 <div class="smallexample">
182 <pre class="smallexample">s--mallexample
172 <div class="example">
173 <pre class="example">s--mallexample
183174 </pre></div>
184175
185176 <dl>
278269 text
279270 </pre></div>
280271
281 <div class="smallexample">
282 <pre class="smallexample">s--mallexample
272 <div class="example">
273 <pre class="example">s--mallexample
283274 </pre></div>
284275
285276 <dl>
326317 text
327318 </pre></div>
328319
329 <div class="smallexample">
330 <pre class="smallexample">s--mallexample
320 <div class="example">
321 <pre class="example">s--mallexample
331322 </pre></div>
332323
333324 <dl>
427418 text
428419 </pre></div>
429420
430 <div class="smallexample">
431 <pre class="smallexample">s--mallexample
421 <div class="example">
422 <pre class="example">s--mallexample
432423 </pre></div>
433424
434425 <dl>
475466 text
476467 </pre></div>
477468
478 <div class="smallexample">
479 <pre class="smallexample">s--mallexample
469 <div class="example">
470 <pre class="example">s--mallexample
480471 </pre></div>
481472
482473 <dl>
574565 text
575566 </pre></div>
576567
577 <div class="smallexample">
578 <pre class="smallexample">s--mallexample
568 <div class="example">
569 <pre class="example">s--mallexample
579570 </pre></div>
580571
581572 <dl>
622613 text
623614 </pre></div>
624615
625 <div class="smallexample">
626 <pre class="smallexample">s--mallexample
616 <div class="example">
617 <pre class="example">s--mallexample
627618 </pre></div>
628619
629620 <dl>
722713 text
723714 </pre></div>
724715
725 <div class="smallexample">
726 <pre class="smallexample">s--mallexample
716 <div class="example">
717 <pre class="example">s--mallexample
727718 </pre></div>
728719
729720 <dl>
770761 text
771762 </pre></div>
772763
773 <div class="smallexample">
774 <pre class="smallexample">s--mallexample
764 <div class="example">
765 <pre class="example">s--mallexample
775766 </pre></div>
776767
777768 <dl>
872863 text
873864 </pre></div>
874865
875 <div class="smallexample">
876 <pre class="smallexample">s--mallexample
866 <div class="example">
867 <pre class="example">s--mallexample
877868 </pre></div>
878869
879870 <dl>
920911 text
921912 </pre></div>
922913
923 <div class="smallexample">
924 <pre class="smallexample">s--mallexample
914 <div class="example">
915 <pre class="example">s--mallexample
925916 </pre></div>
926917
927918 <dl>
10191010 text
10201011 </pre></div>
10211012
1022 <div class="smallexample">
1023 <pre class="smallexample">s--mallexample
1013 <div class="example">
1014 <pre class="example">s--mallexample
10241015 </pre></div>
10251016
10261017 <dl>
10671058 text
10681059 </pre></div>
10691060
1070 <div class="smallexample">
1071 <pre class="smallexample">s--mallexample
1061 <div class="example">
1062 <pre class="example">s--mallexample
10721063 </pre></div>
10731064
10741065 <dl>
11671158 text
11681159 </pre></div>
11691160
1170 <div class="smallexample">
1171 <pre class="smallexample">s--mallexample
1161 <div class="example">
1162 <pre class="example">s--mallexample
11721163 </pre></div>
11731164
11741165 <dl>
12151206 text
12161207 </pre></div>
12171208
1218 <div class="smallexample">
1219 <pre class="smallexample">s--mallexample
1209 <div class="example">
1210 <pre class="example">s--mallexample
12201211 </pre></div>
12211212
12221213 <dl>
13191310 text
13201311 </pre></div>
13211312
1322 <div class="smallexample">
1323 <pre class="smallexample">s--mallexample
1313 <div class="example">
1314 <pre class="example">s--mallexample
13241315 </pre></div>
13251316
13261317 <dl>
13671358 text
13681359 </pre></div>
13691360
1370 <div class="smallexample">
1371 <pre class="smallexample">s--mallexample
1361 <div class="example">
1362 <pre class="example">s--mallexample
13721363 </pre></div>
13731364
13741365 <dl>
14651456 text
14661457 </pre></div>
14671458
1468 <div class="smallexample">
1469 <pre class="smallexample">s--mallexample
1459 <div class="example">
1460 <pre class="example">s--mallexample
14701461 </pre></div>
14711462
14721463 <dl>
15131504 text
15141505 </pre></div>
15151506
1516 <div class="smallexample">
1517 <pre class="smallexample">s--mallexample
1507 <div class="example">
1508 <pre class="example">s--mallexample
15181509 </pre></div>
15191510
15201511 <dl>
16121603 text
16131604 </pre></div>
16141605
1615 <div class="smallexample">
1616 <pre class="smallexample">s--mallexample
1606 <div class="example">
1607 <pre class="example">s--mallexample
16171608 </pre></div>
16181609
16191610 <dl>
16601651 text
16611652 </pre></div>
16621653
1663 <div class="smallexample">
1664 <pre class="smallexample">s--mallexample
1654 <div class="example">
1655 <pre class="example">s--mallexample
16651656 </pre></div>
16661657
16671658 <dl>
17741765 </pre></div>
17751766 <pre class="example">
17761767
1777 </pre><div class="smallexample">
1778 <pre class="smallexample">s--mallexample
1768 </pre><div class="example">
1769 <pre class="example">s--mallexample
17791770 </pre></div>
17801771 <pre class="example">
17811772
18331824 </pre></div>
18341825 <pre class="example">
18351826
1836 </pre><div class="smallexample">
1837 <pre class="smallexample">s--mallexample
1827 </pre><div class="example">
1828 <pre class="example">s--mallexample
18381829 </pre></div>
18391830 <pre class="example">
18401831
19521943 </pre></div>
19531944 <pre class="example">
19541945
1955 </pre><div class="smallexample">
1956 <pre class="smallexample">s--mallexample
1946 </pre><div class="example">
1947 <pre class="example">s--mallexample
19571948 </pre></div>
19581949 <pre class="example">
19591950
20112002 </pre></div>
20122003 <pre class="example">
20132004
2014 </pre><div class="smallexample">
2015 <pre class="smallexample">s--mallexample
2005 </pre><div class="example">
2006 <pre class="example">s--mallexample
20162007 </pre></div>
20172008 <pre class="example">
20182009
21312122 </pre></div>
21322123 <pre class="example">
21332124
2134 </pre><div class="smallexample">
2135 <pre class="smallexample">s--mallexample
2125 </pre><div class="example">
2126 <pre class="example">s--mallexample
21362127 </pre></div>
21372128 <pre class="example">
21382129
21902181 </pre></div>
21912182 <pre class="example">
21922183
2193 </pre><div class="smallexample">
2194 <pre class="smallexample">s--mallexample
2184 </pre><div class="example">
2185 <pre class="example">s--mallexample
21952186 </pre></div>
21962187 <pre class="example">
21972188
22262217 </pre></blockquote>
22272218 </div>
22282219
2229 <div class="smallexample">
2230 <pre class="smallexample">s--mallexample
2220 <div class="example">
2221 <pre class="example">s--mallexample
22312222 </pre></div>
22322223
22332224 <dl>
23052296 text
23062297 </pre></div>
23072298
2308 <div class="smallexample">
2309 <pre class="smallexample">s--mallexample
2299 <div class="example">
2300 <pre class="example">s--mallexample
23102301 </pre></div>
23112302
23122303 <dl>
23532344 text
23542345 </pre></div>
23552346
2356 <div class="smallexample">
2357 <pre class="smallexample">s--mallexample
2347 <div class="example">
2348 <pre class="example">s--mallexample
23582349 </pre></div>
23592350
23602351 <dl>
24532444 text
24542445 </pre></div>
24552446
2456 <div class="smallexample">
2457 <pre class="smallexample">s--mallexample
2447 <div class="example">
2448 <pre class="example">s--mallexample
24582449 </pre></div>
24592450
24602451 <dl>
25012492 text
25022493 </pre></div>
25032494
2504 <div class="smallexample">
2505 <pre class="smallexample">s--mallexample
2495 <div class="example">
2496 <pre class="example">s--mallexample
25062497 </pre></div>
25072498
25082499 <dl>
26042595 text
26052596 </pre></div>
26062597
2607 <div class="smallexample">
2608 <pre class="smallexample">s--mallexample
2598 <div class="example">
2599 <pre class="example">s--mallexample
26092600 </pre></div>
26102601
26112602 <dl>
26522643 text
26532644 </pre></div>
26542645
2655 <div class="smallexample">
2656 <pre class="smallexample">s--mallexample
2646 <div class="example">
2647 <pre class="example">s--mallexample
26572648 </pre></div>
26582649
26592650 <dl>
27542745 text
27552746 </pre></div>
27562747
2757 <div class="smallexample">
2758 <pre class="smallexample">s--mallexample
2748 <div class="example">
2749 <pre class="example">s--mallexample
27592750 </pre></div>
27602751
27612752 <dl>
28022793 text
28032794 </pre></div>
28042795
2805 <div class="smallexample">
2806 <pre class="smallexample">s--mallexample
2796 <div class="example">
2797 <pre class="example">s--mallexample
28072798 </pre></div>
28082799
28092800 <dl>
29022893 text
29032894 </pre></div>
29042895
2905 <div class="smallexample">
2906 <pre class="smallexample">s--mallexample
2896 <div class="example">
2897 <pre class="example">s--mallexample
29072898 </pre></div>
29082899
29092900 <dl>
29502941 text
29512942 </pre></div>
29522943
2953 <div class="smallexample">
2954 <pre class="smallexample">s--mallexample
2944 <div class="example">
2945 <pre class="example">s--mallexample
29552946 </pre></div>
29562947
29572948 <dl>
30513042 text
30523043 </pre></div>
30533044
3054 <div class="smallexample">
3055 <pre class="smallexample">s--mallexample
3045 <div class="example">
3046 <pre class="example">s--mallexample
30563047 </pre></div>
30573048
30583049 <dl>
30993090 text
31003091 </pre></div>
31013092
3102 <div class="smallexample">
3103 <pre class="smallexample">s--mallexample
3093 <div class="example">
3094 <pre class="example">s--mallexample
31043095 </pre></div>
31053096
31063097 <dl>
32023193 text
32033194 </pre></div>
32043195
3205 <div class="smallexample">
3206 <pre class="smallexample">s--mallexample
3196 <div class="example">
3197 <pre class="example">s--mallexample
32073198 </pre></div>
32083199
32093200 <dl>
32503241 text
32513242 </pre></div>
32523243
3253 <div class="smallexample">
3254 <pre class="smallexample">s--mallexample
3244 <div class="example">
3245 <pre class="example">s--mallexample
32553246 </pre></div>
32563247
32573248 <dl>
33493340 text
33503341 </pre></div>
33513342
3352 <div class="smallexample">
3353 <pre class="smallexample">s--mallexample
3343 <div class="example">
3344 <pre class="example">s--mallexample
33543345 </pre></div>
33553346
33563347 <dl>
33973388 text
33983389 </pre></div>
33993390
3400 <div class="smallexample">
3401 <pre class="smallexample">s--mallexample
3391 <div class="example">
3392 <pre class="example">s--mallexample
34023393 </pre></div>
34033394
34043395 <dl>
34963487 text
34973488 </pre></div>
34983489
3499 <div class="smallexample">
3500 <pre class="smallexample">s--mallexample
3490 <div class="example">
3491 <pre class="example">s--mallexample
35013492 </pre></div>
35023493
35033494 <dl>
35443535 text
35453536 </pre></div>
35463537
3547 <div class="smallexample">
3548 <pre class="smallexample">s--mallexample
3538 <div class="example">
3539 <pre class="example">s--mallexample
35493540 </pre></div>
35503541
35513542 <dl>
36453636 text
36463637 </pre></div>
36473638
3648 <div class="smallexample">
3649 <pre class="smallexample">s--mallexample
3639 <div class="example">
3640 <pre class="example">s--mallexample
36503641 </pre></div>
36513642
36523643 <dl>
36933684 text
36943685 </pre></div>
36953686
3696 <div class="smallexample">
3697 <pre class="smallexample">s--mallexample
3687 <div class="example">
3688 <pre class="example">s--mallexample
36983689 </pre></div>
36993690
37003691 <dl>
37933784 text
37943785 </pre></div>
37953786
3796 <div class="smallexample">
3797 <pre class="smallexample">s--mallexample
3787 <div class="example">
3788 <pre class="example">s--mallexample
37983789 </pre></div>
37993790
38003791 <dl>
38413832 text
38423833 </pre></div>
38433834
3844 <div class="smallexample">
3845 <pre class="smallexample">s--mallexample
3835 <div class="example">
3836 <pre class="example">s--mallexample
38463837 </pre></div>
38473838
38483839 <dl>
39403931 text
39413932 </pre></div>
39423933
3943 <div class="smallexample">
3944 <pre class="smallexample">s--mallexample
3934 <div class="example">
3935 <pre class="example">s--mallexample
39453936 </pre></div>
39463937
39473938 <dl>
39883979 text
39893980 </pre></div>
39903981
3991 <div class="smallexample">
3992 <pre class="smallexample">s--mallexample
3982 <div class="example">
3983 <pre class="example">s--mallexample
39933984 </pre></div>
39943985
39953986 <dl>
40874078 text
40884079 </pre></div>
40894080
4090 <div class="smallexample">
4091 <pre class="smallexample">s--mallexample
4081 <div class="example">
4082 <pre class="example">s--mallexample
40924083 </pre></div>
40934084
40944085 <dl>
41354126 text
41364127 </pre></div>
41374128
4138 <div class="smallexample">
4139 <pre class="smallexample">s--mallexample
4129 <div class="example">
4130 <pre class="example">s--mallexample
41404131 </pre></div>
41414132
41424133 <dl>
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
129120 text
130121 </pre></div>
131122
132 <div class="smallexample">
133 <pre class="smallexample">s--mallexample
123 <div class="example">
124 <pre class="example">s--mallexample
134125 </pre></div>
135126
136127 <dl>
177168 text
178169 </pre></div>
179170
180 <div class="smallexample">
181 <pre class="smallexample">s--mallexample
171 <div class="example">
172 <pre class="example">s--mallexample
182173 </pre></div>
183174
184175 <dl>
277268 text
278269 </pre></div>
279270
280 <div class="smallexample">
281 <pre class="smallexample">s--mallexample
271 <div class="example">
272 <pre class="example">s--mallexample
282273 </pre></div>
283274
284275 <dl>
325316 text
326317 </pre></div>
327318
328 <div class="smallexample">
329 <pre class="smallexample">s--mallexample
319 <div class="example">
320 <pre class="example">s--mallexample
330321 </pre></div>
331322
332323 <dl>
427418 text
428419 </pre></div>
429420
430 <div class="smallexample">
431 <pre class="smallexample">s--mallexample
421 <div class="example">
422 <pre class="example">s--mallexample
432423 </pre></div>
433424
434425 <dl>
475466 text
476467 </pre></div>
477468
478 <div class="smallexample">
479 <pre class="smallexample">s--mallexample
469 <div class="example">
470 <pre class="example">s--mallexample
480471 </pre></div>
481472
482473 <dl>
574565 text
575566 </pre></div>
576567
577 <div class="smallexample">
578 <pre class="smallexample">s--mallexample
568 <div class="example">
569 <pre class="example">s--mallexample
579570 </pre></div>
580571
581572 <dl>
622613 text
623614 </pre></div>
624615
625 <div class="smallexample">
626 <pre class="smallexample">s--mallexample
616 <div class="example">
617 <pre class="example">s--mallexample
627618 </pre></div>
628619
629620 <dl>
722713 text
723714 </pre></div>
724715
725 <div class="smallexample">
726 <pre class="smallexample">s--mallexample
716 <div class="example">
717 <pre class="example">s--mallexample
727718 </pre></div>
728719
729720 <dl>
770761 text
771762 </pre></div>
772763
773 <div class="smallexample">
774 <pre class="smallexample">s--mallexample
764 <div class="example">
765 <pre class="example">s--mallexample
775766 </pre></div>
776767
777768 <dl>
873864 text
874865 </pre></div>
875866
876 <div class="smallexample">
877 <pre class="smallexample">s--mallexample
867 <div class="example">
868 <pre class="example">s--mallexample
878869 </pre></div>
879870
880871 <dl>
921912 text
922913 </pre></div>
923914
924 <div class="smallexample">
925 <pre class="smallexample">s--mallexample
915 <div class="example">
916 <pre class="example">s--mallexample
926917 </pre></div>
927918
928919 <dl>
10201011 text
10211012 </pre></div>
10221013
1023 <div class="smallexample">
1024 <pre class="smallexample">s--mallexample
1014 <div class="example">
1015 <pre class="example">s--mallexample
10251016 </pre></div>
10261017
10271018 <dl>
10681059 text
10691060 </pre></div>
10701061
1071 <div class="smallexample">
1072 <pre class="smallexample">s--mallexample
1062 <div class="example">
1063 <pre class="example">s--mallexample
10731064 </pre></div>
10741065
10751066 <dl>
11681159 text
11691160 </pre></div>
11701161
1171 <div class="smallexample">
1172 <pre class="smallexample">s--mallexample
1162 <div class="example">
1163 <pre class="example">s--mallexample
11731164 </pre></div>
11741165
11751166 <dl>
12161207 text
12171208 </pre></div>
12181209
1219 <div class="smallexample">
1220 <pre class="smallexample">s--mallexample
1210 <div class="example">
1211 <pre class="example">s--mallexample
12211212 </pre></div>
12221213
12231214 <dl>
13211312 text
13221313 </pre></div>
13231314
1324 <div class="smallexample">
1325 <pre class="smallexample">s--mallexample
1315 <div class="example">
1316 <pre class="example">s--mallexample
13261317 </pre></div>
13271318
13281319 <dl>
13691360 text
13701361 </pre></div>
13711362
1372 <div class="smallexample">
1373 <pre class="smallexample">s--mallexample
1363 <div class="example">
1364 <pre class="example">s--mallexample
13741365 </pre></div>
13751366
13761367 <dl>
14671458 text
14681459 </pre></div>
14691460
1470 <div class="smallexample">
1471 <pre class="smallexample">s--mallexample
1461 <div class="example">
1462 <pre class="example">s--mallexample
14721463 </pre></div>
14731464
14741465 <dl>
15151506 text
15161507 </pre></div>
15171508
1518 <div class="smallexample">
1519 <pre class="smallexample">s--mallexample
1509 <div class="example">
1510 <pre class="example">s--mallexample
15201511 </pre></div>
15211512
15221513 <dl>
16141605 text
16151606 </pre></div>
16161607
1617 <div class="smallexample">
1618 <pre class="smallexample">s--mallexample
1608 <div class="example">
1609 <pre class="example">s--mallexample
16191610 </pre></div>
16201611
16211612 <dl>
16621653 text
16631654 </pre></div>
16641655
1665 <div class="smallexample">
1666 <pre class="smallexample">s--mallexample
1656 <div class="example">
1657 <pre class="example">s--mallexample
16671658 </pre></div>
16681659
16691660 <dl>
17771768 </pre></div>
17781769 <pre class="example">
17791770
1780 </pre><div class="smallexample">
1781 <pre class="smallexample">s--mallexample
1771 </pre><div class="example">
1772 <pre class="example">s--mallexample
17821773 </pre></div>
17831774 <pre class="example">
17841775
18361827 </pre></div>
18371828 <pre class="example">
18381829
1839 </pre><div class="smallexample">
1840 <pre class="smallexample">s--mallexample
1830 </pre><div class="example">
1831 <pre class="example">s--mallexample
18411832 </pre></div>
18421833 <pre class="example">
18431834
19551946 </pre></div>
19561947 <pre class="example">
19571948
1958 </pre><div class="smallexample">
1959 <pre class="smallexample">s--mallexample
1949 </pre><div class="example">
1950 <pre class="example">s--mallexample
19601951 </pre></div>
19611952 <pre class="example">
19621953
20142005 </pre></div>
20152006 <pre class="example">
20162007
2017 </pre><div class="smallexample">
2018 <pre class="smallexample">s--mallexample
2008 </pre><div class="example">
2009 <pre class="example">s--mallexample
20192010 </pre></div>
20202011 <pre class="example">
20212012
21342125 </pre></div>
21352126 <pre class="example">
21362127
2137 </pre><div class="smallexample">
2138 <pre class="smallexample">s--mallexample
2128 </pre><div class="example">
2129 <pre class="example">s--mallexample
21392130 </pre></div>
21402131 <pre class="example">
21412132
21932184 </pre></div>
21942185 <pre class="example">
21952186
2196 </pre><div class="smallexample">
2197 <pre class="smallexample">s--mallexample
2187 </pre><div class="example">
2188 <pre class="example">s--mallexample
21982189 </pre></div>
21992190 <pre class="example">
22002191
22312222 </dl>
22322223 </div>
22332224
2234 <div class="smallexample">
2235 <pre class="smallexample">s--mallexample
2225 <div class="example">
2226 <pre class="example">s--mallexample
22362227 </pre></div>
22372228
22382229 <dl>
23092300 text
23102301 </pre></div>
23112302
2312 <div class="smallexample">
2313 <pre class="smallexample">s--mallexample
2303 <div class="example">
2304 <pre class="example">s--mallexample
23142305 </pre></div>
23152306
23162307 <dl>
23572348 text
23582349 </pre></div>
23592350
2360 <div class="smallexample">
2361 <pre class="smallexample">s--mallexample
2351 <div class="example">
2352 <pre class="example">s--mallexample
23622353 </pre></div>
23632354
23642355 <dl>
24572448 text
24582449 </pre></div>
24592450
2460 <div class="smallexample">
2461 <pre class="smallexample">s--mallexample
2451 <div class="example">
2452 <pre class="example">s--mallexample
24622453 </pre></div>
24632454
24642455 <dl>
25052496 text
25062497 </pre></div>
25072498
2508 <div class="smallexample">
2509 <pre class="smallexample">s--mallexample
2499 <div class="example">
2500 <pre class="example">s--mallexample
25102501 </pre></div>
25112502
25122503 <dl>
26092600 text
26102601 </pre></div>
26112602
2612 <div class="smallexample">
2613 <pre class="smallexample">s--mallexample
2603 <div class="example">
2604 <pre class="example">s--mallexample
26142605 </pre></div>
26152606
26162607 <dl>
26572648 text
26582649 </pre></div>
26592650
2660 <div class="smallexample">
2661 <pre class="smallexample">s--mallexample
2651 <div class="example">
2652 <pre class="example">s--mallexample
26622653 </pre></div>
26632654
26642655 <dl>
27592750 text
27602751 </pre></div>
27612752
2762 <div class="smallexample">
2763 <pre class="smallexample">s--mallexample
2753 <div class="example">
2754 <pre class="example">s--mallexample
27642755 </pre></div>
27652756
27662757 <dl>
28072798 text
28082799 </pre></div>
28092800
2810 <div class="smallexample">
2811 <pre class="smallexample">s--mallexample
2801 <div class="example">
2802 <pre class="example">s--mallexample
28122803 </pre></div>
28132804
28142805 <dl>
29072898 text
29082899 </pre></div>
29092900
2910 <div class="smallexample">
2911 <pre class="smallexample">s--mallexample
2901 <div class="example">
2902 <pre class="example">s--mallexample
29122903 </pre></div>
29132904
29142905 <dl>
29552946 text
29562947 </pre></div>
29572948
2958 <div class="smallexample">
2959 <pre class="smallexample">s--mallexample
2949 <div class="example">
2950 <pre class="example">s--mallexample
29602951 </pre></div>
29612952
29622953 <dl>
30563047 text
30573048 </pre></div>
30583049
3059 <div class="smallexample">
3060 <pre class="smallexample">s--mallexample
3050 <div class="example">
3051 <pre class="example">s--mallexample
30613052 </pre></div>
30623053
30633054 <dl>
31043095 text
31053096 </pre></div>
31063097
3107 <div class="smallexample">
3108 <pre class="smallexample">s--mallexample
3098 <div class="example">
3099 <pre class="example">s--mallexample
31093100 </pre></div>
31103101
31113102 <dl>
32083199 text
32093200 </pre></div>
32103201
3211 <div class="smallexample">
3212 <pre class="smallexample">s--mallexample
3202 <div class="example">
3203 <pre class="example">s--mallexample
32133204 </pre></div>
32143205
32153206 <dl>
32563247 text
32573248 </pre></div>
32583249
3259 <div class="smallexample">
3260 <pre class="smallexample">s--mallexample
3250 <div class="example">
3251 <pre class="example">s--mallexample
32613252 </pre></div>
32623253
32633254 <dl>
33553346 text
33563347 </pre></div>
33573348
3358 <div class="smallexample">
3359 <pre class="smallexample">s--mallexample
3349 <div class="example">
3350 <pre class="example">s--mallexample
33603351 </pre></div>
33613352
33623353 <dl>
34033394 text
34043395 </pre></div>
34053396
3406 <div class="smallexample">
3407 <pre class="smallexample">s--mallexample
3397 <div class="example">
3398 <pre class="example">s--mallexample
34083399 </pre></div>
34093400
34103401 <dl>
35023493 text
35033494 </pre></div>
35043495
3505 <div class="smallexample">
3506 <pre class="smallexample">s--mallexample
3496 <div class="example">
3497 <pre class="example">s--mallexample
35073498 </pre></div>
35083499
35093500 <dl>
35503541 text
35513542 </pre></div>
35523543
3553 <div class="smallexample">
3554 <pre class="smallexample">s--mallexample
3544 <div class="example">
3545 <pre class="example">s--mallexample
35553546 </pre></div>
35563547
35573548 <dl>
36523643 text
36533644 </pre></div>
36543645
3655 <div class="smallexample">
3656 <pre class="smallexample">s--mallexample
3646 <div class="example">
3647 <pre class="example">s--mallexample
36573648 </pre></div>
36583649
36593650 <dl>
37003691 text
37013692 </pre></div>
37023693
3703 <div class="smallexample">
3704 <pre class="smallexample">s--mallexample
3694 <div class="example">
3695 <pre class="example">s--mallexample
37053696 </pre></div>
37063697
37073698 <dl>
38003791 text
38013792 </pre></div>
38023793
3803 <div class="smallexample">
3804 <pre class="smallexample">s--mallexample
3794 <div class="example">
3795 <pre class="example">s--mallexample
38053796 </pre></div>
38063797
38073798 <dl>
38483839 text
38493840 </pre></div>
38503841
3851 <div class="smallexample">
3852 <pre class="smallexample">s--mallexample
3842 <div class="example">
3843 <pre class="example">s--mallexample
38533844 </pre></div>
38543845
38553846 <dl>
39483939 text
39493940 </pre></div>
39503941
3951 <div class="smallexample">
3952 <pre class="smallexample">s--mallexample
3942 <div class="example">
3943 <pre class="example">s--mallexample
39533944 </pre></div>
39543945
39553946 <dl>
39963987 text
39973988 </pre></div>
39983989
3999 <div class="smallexample">
4000 <pre class="smallexample">s--mallexample
3990 <div class="example">
3991 <pre class="example">s--mallexample
40013992 </pre></div>
40023993
40033994 <dl>
40954086 text
40964087 </pre></div>
40974088
4098 <div class="smallexample">
4099 <pre class="smallexample">s--mallexample
4089 <div class="example">
4090 <pre class="example">s--mallexample
41004091 </pre></div>
41014092
41024093 <dl>
41434134 text
41444135 </pre></div>
41454136
4146 <div class="smallexample">
4147 <pre class="smallexample">s--mallexample
4137 <div class="example">
4138 <pre class="example">s--mallexample
41484139 </pre></div>
41494140
41504141 <dl>
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
22 equivalent_nodes.texi:25: warning: @ref to `@samp{node}', different from node name `node'
33 equivalent_nodes.texi:12: warning: @menu entry node name `@strong{node}' different from node name `node'
44 equivalent_nodes.texi:5: warning: Next pointer `@asis{node}' (for node `before top') different from node name `node'
5 texi2any: warning: using a renamed nodes file (`equivalent_nodes-noderename.cnf') is deprecated
56 equivalent_nodes-noderename.cnf:8: warning: no node to be renamed
67 equivalent_nodes-noderename.cnf:10: warning: nodes without a new name at the end of file
78 equivalent_nodes.texi: warning: must specify a title with a title command or @top
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1414 <!--
1515 a.summary-letter {text-decoration: none}
1616 blockquote.indentedblock {margin-right: 0em}
17 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
18 blockquote.smallquotation {font-size: smaller}
1917 div.display {margin-left: 3.2em}
2018 div.example {margin-left: 3.2em}
2119 div.lisp {margin-left: 3.2em}
22 div.smalldisplay {margin-left: 3.2em}
23 div.smallexample {margin-left: 3.2em}
24 div.smalllisp {margin-left: 3.2em}
2520 kbd {font-style: oblique}
2621 pre.display {font-family: inherit}
2722 pre.format {font-family: inherit}
2823 pre.menu-comment {font-family: serif}
2924 pre.menu-preformatted {font-family: serif}
30 pre.smalldisplay {font-family: inherit; font-size: smaller}
31 pre.smallexample {font-size: smaller}
32 pre.smallformat {font-family: inherit; font-size: smaller}
33 pre.smalllisp {font-size: smaller}
3425 span.nolinebreak {white-space: nowrap}
3526 span.roman {font-family: initial; font-weight: normal}
3627 span.sansserif {font-family: sans-serif; font-weight: normal}
1313 <!--
1414 a.summary-letter {text-decoration: none}
1515 blockquote.indentedblock {margin-right: 0em}
16 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
17 blockquote.smallquotation {font-size: smaller}
1816 div.display {margin-left: 3.2em}
1917 div.example {margin-left: 3.2em}
2018 div.lisp {margin-left: 3.2em}
21 div.smalldisplay {margin-left: 3.2em}
22 div.smallexample {margin-left: 3.2em}
23 div.smalllisp {margin-left: 3.2em}
2419 kbd {font-style: oblique}
2520 pre.display {font-family: inherit}
2621 pre.format {font-family: inherit}
2722 pre.menu-comment {font-family: serif}
2823 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: inherit; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: inherit; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
3324 span.nolinebreak {white-space: nowrap}
3425 span.roman {font-family: initial; font-weight: normal}
3526 span.sansserif {font-family: sans-serif; font-weight: normal}