Codebase list texinfo / upstream/6.5.0.dfsg.1
New upstream version 6.5.0.dfsg.1 Norbert Preining 6 years ago
1047 changed file(s) with 3194 addition(s) and 2840 deletion(s). Raw diff Collapse all Expand all
0 2017-09-12 Gavin Smith <gavinsmith0123@gmail.com>
1
2 6.5 release.
3 * configure.ac, NEWS, util/texi2dvi, util/texi2pdf,
4 doc/refcard/txirefcard.tex: Version number.
5
6 2017-09-04 Gavin Smith <gavinsmith0123@gmail.com>
7
8 * pretest 6.4.92
9 * configure.ac: Update version.
10
11 2017-09-04 Gavin Smith <gavinsmith0123@gmail.com>
12
13 * tp/Makefile.am (AM_T_LOG_FLAGS): Add "-I .".
14 * tp/tests/run_parser_all.sh: Add "-I ." to perl invocations.
15 Attempt at getting tests to work if . is not in @INC. Report
16 from Patrice Dumas.
17
18 2017-09-02 Gavin Smith <gavinsmith0123@gmail.com>
19
20 * info/infokey.c (compile): Support "1 menu-digit" in .infokey
21 file in case this default binding is disabled for some reason.
22 Clark Wang reported that "1 menu-digit" didn't work.
23
24 2017-08-29 Patrice Dumas <pertusus@free.fr>
25
26 * autogen.sh: update regeneration of tests makefile fragment to
27 match the change in tp/Makefile.am associated with the removal
28 of "long tests" in 2016-10-23.
29
30 2017-08-28 Gavin Smith <gavinsmith0123@gmail.com>
31
32 * info/pseudotty.c: Open slave end of pseudoterminal outside of
33 a conditional block so that it will be open even if that block
34 is not executed. Otherwise we could fail to turn off the
35 special interpretation of some characters (C-u, C-s) to the
36 terminal in time, leading some tests to fail. Assaf Gordon
37 reported test failures for several platforms.
38
39 2017-08-27 Gavin Smith <gavinsmith0123@gmail.com>
40
41 * pretest 6.4.91
42 * configure.ac: Update version.
43
44 2017-08-27 Gavin Smith <gavinsmith0123@gmail.com>
45
46 * NEWS: Add a couple of news items.
47
48 2017-08-25 Mathieu Lirzin <mthl@gnu.org>
49
50 * tp/Texinfo/Convert/HTML.pm (_default_node_redirection_page)
51 (_default_begin_file): Move '$encoding' to the top of the '<head>'
52 element. This removes a warning in recent browsers that check if
53 the encoding declaration is present in the first 1024 bytes of the
54 file. See
55 https://www.w3.org/TR/html5/document-metadata.html#character-encoding-declaration
56
57 2017-08-23 Gavin Smith <gavinsmith0123@gmail.com>
58
59 * doc/texinfo.tex (\entry): When splitting the text across
60 multiple lines, do not simply set \leftskip and \parindent to
61 values, alter the existing values instead. Otherwise, long
62 entries in a table of contents would not be indented properly,
63 because \leftskip had been set to a positive value. Arnold
64 Robbins reported that this happened for the gawk manual. Add or
65 change some comments.
66
67 2017-08-20 Gavin Smith <gavinsmith0123@gmail.com>
68
69 * doc/texinfo.tex (\partentry): Add stretch and a bonus for
70 breaking the page before the part heading in the table of
71 contents. Arnold Robbins reported that the page could be broken
72 immediately after the part heading, which separated it from the
73 entry for the first chapter in that part, which didn't look
74 good.
75
76 2017-08-18 Gavin Smith <gavinsmith0123@gmail.com>
77
78 * po_document: Run fix-translations.sh.
79 * tp/t: Update test results.
80
81 2017-08-18 Gavin Smith <gavinsmith0123@gmail.com>
82
83 * po_document/fix-translations.sh: Add file.
84
85 2017-08-18 Gavin Smith <gavinsmith0123@gmail.com>
86
87 * tp/maintain/change_perl_modules.sh: Get version number from
88 configure.ac instead of from Makefile, as then Makefile doesn't
89 have to be regenerated before it runs. (Otherwise, there could
90 be a failure in 'make distcheck' due to a version number
91 mismatch.)
92
93 2017-08-18 Gavin Smith <gavinsmith0123@gmail.com>
94
95 * tp/Texinfo/Convert/Text.pm (@ISA). Add Texinfo::Convert::Converter.
96 Report from Randall Sawyer 2017-07-31.
97
98 2017-07-31 Gavin Smith <gavinsmith0123@gmail.com>
99
100 * tp/texi2any.pl <DUMP_TREE>: Check if tree is defined, as
101 happened before.
102
103 2017-07-31 Randall Sawyer <strandallsawyer@hushmail.me> (tiny change)
104
105 * tp/texi2any.pl: Exchange two conditional blocks, so that we
106 check if 'DUMP_TREE' was given as an option before 'parse' being
107 the output format, so that
108
109 makeinfo -c DUMP_TREE=1 -c TEXINFO_OUTPUT_FORMAT=parse document.texi
110
111 works to dump the parse tree, as mentioned in the comments at
112 the end of Parser.pm.
113
114 2017-07-31 Randall Sawyer <strandallsawyer@hushmail.me> (tiny change)
115
116 * tp/texi2any.pl (%formats_table)
117 <textcontent, rawtext, plaintexinfo>: Change to use 'module'
118 value instead of a 'converter' value so that these values for
119 TEXINFO_OUTPUT_FORMAT work again.
120 * tp/Texinfo/Convert/Text.pm: Add missing 'use File::Basename' line.
121
122 2017-07-31 Gavin Smith <gavinsmith0123@gmail.com>
123
124 * tp/texi2any.pl (%formats_table): Remove 'debugcount' section
125 as the corresponding module doesn't exist any more.
126
127 2017-07-23 Alexis Bienvenüe <pado@passoire.fr> (tiny change)
128
129 * tp/Texinfo/Common.pm (expand_today):
130 Honour the SOURCE_DATE_EPOCH environment variable to get a
131 reproducible @today value for info output when it is set.
132 See https://reproducible-builds.org/specs/source-date-epoch/.
133
134 2017-07-16 Gavin Smith <gavinsmith0123@gmail.com>
135
136 * gnulib/m4/intlmacos.m4: Add this file, as gettextize doesn't
137 copy it.
138
0139 2017-07-10 Gavin Smith <gavinsmith0123@gmail.com>
1140
2141 * pretest 6.4.90
64203
65204 * info/nodes.c (info_find_file): Do not convert the filename to
66205 lowercase and check for it again if a file was not found.
206
207 Note added 2017-08-30: This change was made for code
208 simplification, and not to fix anything. The thinking behind
209 the original code was to support a case-insensitive filesystem
210 that was mounted in a way that was not case-insensitive.
67211
68212 2017-07-06 Gavin Smith <gavinsmith0123@gmail.com>
69213
140140 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
141141 $(top_srcdir)/gnulib/m4/iconv.m4 \
142142 $(top_srcdir)/gnulib/m4/include_next.m4 \
143 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
143144 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
144145 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
145146 $(top_srcdir)/gnulib/m4/iswblank.m4 \
295296 $(top_srcdir)/build-aux/missing \
296297 $(top_srcdir)/build-aux/tap-driver.sh \
297298 $(top_srcdir)/tp/Texinfo/ModulePath.pm.in ABOUT-NLS AUTHORS \
298 COPYING ChangeLog INSTALL NEWS README README-alpha TODO \
299 build-aux/ar-lib build-aux/compile build-aux/config.guess \
299 COPYING ChangeLog INSTALL NEWS README TODO build-aux/ar-lib \
300 build-aux/compile build-aux/config.guess \
300301 build-aux/config.rpath build-aux/config.sub build-aux/depcomp \
301302 build-aux/install-sh build-aux/mdate-sh build-aux/missing \
302303 build-aux/texinfo.tex
815816 INSTALL_SCRIPT = @INSTALL_SCRIPT@
816817 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
817818 INTLLIBS = @INTLLIBS@
819 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
818820 LDFLAGS = @LDFLAGS@
819821 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
820822 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
0 $Id: NEWS 7916 2017-07-10 17:52:54Z gavin $
0 $Id: NEWS 7939 2017-08-27 09:53:33Z gavin $
11 This NEWS file records noteworthy changes, very tersely.
22 See the manual for detailed information.
33
1111
1212 ------------------------------------------------------------------------------
1313
14 6.5 (12 September 2017)
1415 * info:
1516 . some bugs fixed:
1617 . a bug where a segfault could happen in the regex search, for
2728 * texinfo.tex
2829 . some faulty definitions for Unicode characters have been changed or
2930 removed
31 . fix indentation in table of contents for entries that are split
32 across multiple lines
3033
3134 * texi2dvi
3235 . a bug that broke the processing of LaTeX files that did not
3336 use BibTeX has been fixed
3437
3538 * texi2any
39 . output the encoding declaration of a HTML file earlier so it
40 will always occur within first 1024 bytes of file
3641 . `INLINE_INSERTCOPYING' removed as a customization variable
3742
3843
128128 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
129129 $(top_srcdir)/gnulib/m4/iconv.m4 \
130130 $(top_srcdir)/gnulib/m4/include_next.m4 \
131 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
131132 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
132133 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
133134 $(top_srcdir)/gnulib/m4/iswblank.m4 \
917918 INSTALL_SCRIPT = @INSTALL_SCRIPT@
918919 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
919920 INTLLIBS = @INTLLIBS@
921 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
920922 LDFLAGS = @LDFLAGS@
921923 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
922924 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
+0
-27
README-alpha less more
0 $Id: README-alpha 6124 2015-02-13 20:22:54Z gavin $
1 This is the README-alpha file for GNU Texinfo.
2
3 Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
4 2001, 2002, 2003, 2004, 2005, 2011, 2012, 2014, 2015
5 Free Software Foundation, Inc.
6
7 Copying and distribution of this file, with or without modification,
8 are permitted in any medium without royalty provided the copyright
9 notice and this notice are preserved.
10
11 This is a test release!
12
13 The latest test release (if any) is available at
14 ftp://alpha.gnu.org/gnu/texinfo/
15
16 Please email comments and problem reports to bug-texinfo@gnu.org. You
17 are welcome to join that mailing list; to do so, please visit
18 http://lists.gnu.org/mailman/listinfo/bug-texinfo. (There is no
19 dedicated mailing list for pretests any more.)
20
21 If you see a problem in this release that you've already reported, feel
22 free to re-report it -- it's good to get a reminder. If you sent a
23 patch for a previous release, and you haven't received any feedback
24 about it, please do re-send it, it likely got lost.
25
26 For development environment information, see README-hacking.
11761176 m4_include([gnulib/m4/hard-locale.m4])
11771177 m4_include([gnulib/m4/iconv.m4])
11781178 m4_include([gnulib/m4/include_next.m4])
1179 m4_include([gnulib/m4/intlmacosx.m4])
11791180 m4_include([gnulib/m4/intmax_t.m4])
11801181 m4_include([gnulib/m4/inttypes_h.m4])
11811182 m4_include([gnulib/m4/iswblank.m4])
166166
167167 /* Define to 1 if you have the `bzero' function. */
168168 #undef HAVE_BZERO
169
170 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
171 CoreFoundation framework. */
172 #undef HAVE_CFLOCALECOPYCURRENT
173
174 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
175 the CoreFoundation framework. */
176 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
169177
170178 /* Define to 1 if you have the <crtdefs.h> header file. */
171179 #undef HAVE_CRTDEFS_H
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for GNU Texinfo 6.4.90.
2 # Generated by GNU Autoconf 2.69 for GNU Texinfo 6.5.
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.4.90'
583 PACKAGE_STRING='GNU Texinfo 6.4.90'
582 PACKAGE_VERSION='6.5'
583 PACKAGE_STRING='GNU Texinfo 6.5'
584584 PACKAGE_BUGREPORT='bug-texinfo@gnu.org'
585585 PACKAGE_URL='http://www.gnu.org/software/texinfo/'
586586
650650 USE_EXTERNAL_LIBINTL
651651 POSUB
652652 INTLLIBS
653 INTL_MACOSX_LIBS
653654 XGETTEXT_EXTRA_OPTIONS
654655 MSGMERGE
655656 XGETTEXT_015
20642065 # Omit some internal or obsolete options to make the list less imposing.
20652066 # This message is too long to be a string in the A/UX 3.1 sh.
20662067 cat <<_ACEOF
2067 \`configure' configures GNU Texinfo 6.4.90 to adapt to many kinds of systems.
2068 \`configure' configures GNU Texinfo 6.5 to adapt to many kinds of systems.
20682069
20692070 Usage: $0 [OPTION]... [VAR=VALUE]...
20702071
21342135
21352136 if test -n "$ac_init_help"; then
21362137 case $ac_init_help in
2137 short | recursive ) echo "Configuration of GNU Texinfo 6.4.90:";;
2138 short | recursive ) echo "Configuration of GNU Texinfo 6.5:";;
21382139 esac
21392140 cat <<\_ACEOF
21402141
22722273 test -n "$ac_init_help" && exit $ac_status
22732274 if $ac_init_version; then
22742275 cat <<\_ACEOF
2275 GNU Texinfo configure 6.4.90
2276 GNU Texinfo configure 6.5
22762277 generated by GNU Autoconf 2.69
22772278
22782279 Copyright (C) 2012 Free Software Foundation, Inc.
29812982 This file contains any messages produced by compilers while
29822983 running configure, to aid debugging if configure makes a mistake.
29832984
2984 It was created by GNU Texinfo $as_me 6.4.90, which was
2985 It was created by GNU Texinfo $as_me 6.5, which was
29852986 generated by GNU Autoconf 2.69. Invocation command line was
29862987
29872988 $ $0 $@
38833884
38843885 # Define the identity of the package.
38853886 PACKAGE='texinfo'
3886 VERSION='6.4.90'
3887 VERSION='6.5'
38873888
38883889
38893890 cat >>confdefs.h <<_ACEOF
2389823899
2389923900
2390023901
23901 gt_INTL_MACOSX
23902
23903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5
23904 $as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; }
23905 if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then :
23906 $as_echo_n "(cached) " >&6
23907 else
23908 gt_save_LIBS="$LIBS"
23909 LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
23910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23911 /* end confdefs.h. */
23912 #include <CoreFoundation/CFPreferences.h>
23913 int
23914 main ()
23915 {
23916 CFPreferencesCopyAppValue(NULL, NULL)
23917 ;
23918 return 0;
23919 }
23920 _ACEOF
23921 if ac_fn_c_try_link "$LINENO"; then :
23922 gt_cv_func_CFPreferencesCopyAppValue=yes
23923 else
23924 gt_cv_func_CFPreferencesCopyAppValue=no
23925 fi
23926 rm -f core conftest.err conftest.$ac_objext \
23927 conftest$ac_exeext conftest.$ac_ext
23928 LIBS="$gt_save_LIBS"
23929 fi
23930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
23931 $as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
23932 if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
23933
23934 $as_echo "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h
23935
23936 fi
23937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5
23938 $as_echo_n "checking for CFLocaleCopyCurrent... " >&6; }
23939 if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then :
23940 $as_echo_n "(cached) " >&6
23941 else
23942 gt_save_LIBS="$LIBS"
23943 LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
23944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23945 /* end confdefs.h. */
23946 #include <CoreFoundation/CFLocale.h>
23947 int
23948 main ()
23949 {
23950 CFLocaleCopyCurrent();
23951 ;
23952 return 0;
23953 }
23954 _ACEOF
23955 if ac_fn_c_try_link "$LINENO"; then :
23956 gt_cv_func_CFLocaleCopyCurrent=yes
23957 else
23958 gt_cv_func_CFLocaleCopyCurrent=no
23959 fi
23960 rm -f core conftest.err conftest.$ac_objext \
23961 conftest$ac_exeext conftest.$ac_ext
23962 LIBS="$gt_save_LIBS"
23963 fi
23964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
23965 $as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; }
23966 if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
23967
23968 $as_echo "#define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h
23969
23970 fi
23971 INTL_MACOSX_LIBS=
23972 if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
23973 INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
23974 fi
23975
23976
2390223977
2390323978
2390423979
2605626131 # report actual input values of CONFIG_FILES etc. instead of their
2605726132 # values after options handling.
2605826133 ac_log="
26059 This file was extended by GNU Texinfo $as_me 6.4.90, which was
26134 This file was extended by GNU Texinfo $as_me 6.5, which was
2606026135 generated by GNU Autoconf 2.69. Invocation command line was
2606126136
2606226137 CONFIG_FILES = $CONFIG_FILES
2612426199 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2612526200 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2612626201 ac_cs_version="\\
26127 GNU Texinfo config.status 6.4.90
26202 GNU Texinfo config.status 6.5
2612826203 configured by $0, generated by GNU Autoconf 2.69,
2612926204 with options \\"\$ac_cs_config\\"
2613026205
00 # Process this file with autoconf to produce a configure script.
1 # $Id: configure.ac 7845 2017-06-24 19:17:18Z gavin $
1 # $Id: configure.ac 7942 2017-08-28 20:42:04Z gavin $
22 #
33 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
44 # 2012, 2013, 2014, 2015, 2016, 2017 Free Software Foundation, Inc.
1111 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1212 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1313 #
14 AC_INIT([GNU Texinfo], [6.4.90], [bug-texinfo@gnu.org])
14 AC_INIT([GNU Texinfo], [6.5], [bug-texinfo@gnu.org])
1515
1616 dnl Must come before AM_INIT_AUTOMAKE.
1717 AC_CONFIG_AUX_DIR([build-aux])
128128 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
129129 $(top_srcdir)/gnulib/m4/iconv.m4 \
130130 $(top_srcdir)/gnulib/m4/include_next.m4 \
131 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
131132 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
132133 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
133134 $(top_srcdir)/gnulib/m4/iswblank.m4 \
841842 INSTALL_SCRIPT = @INSTALL_SCRIPT@
842843 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
843844 INTLLIBS = @INTLLIBS@
845 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
844846 LDFLAGS = @LDFLAGS@
845847 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
846848 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
1313 \newcount\letterpaper
1414 \ifx\undefined\afour\letterpaper=1 \else\letterpaper=0 \fi
1515
16 % Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
16 % Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
1717 % Free Software Foundation, Inc.
1818 %
1919 % This file is part of GNU Texinfo.
4949 % Summary node in the Texinfo manual, originally written by Bob Chassell.
5050
5151 \def\versionyear{2017} % year manual was updated
52 \def\versionTexinfo{6.4} % version of Texinfo this manual is for
52 \def\versionTexinfo{6.5} % version of Texinfo this manual is for
5353
5454 \def\copyrightnotice{%
5555 \vskip 1ex plus 1filll\begingroup\small
00 @set UPDATED 21 May 2017
11 @set UPDATED-MONTH May 2017
2 @set EDITION 6.4.90
3 @set VERSION 6.4.90
2 @set EDITION 6.5
3 @set VERSION 6.5
0 @set UPDATED 28 June 2017
1 @set UPDATED-MONTH June 2017
2 @set EDITION 6.4.90
3 @set VERSION 6.4.90
0 @set UPDATED 25 August 2017
1 @set UPDATED-MONTH August 2017
2 @set EDITION 6.5
3 @set VERSION 6.5
22 % Load plain if necessary, i.e., if running under initex.
33 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
44 %
5 \def\texinfoversion{2017-07-04.16}
5 \def\texinfoversion{2017-08-23.19}
66 %
77 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
88 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
56955695 \advance\dimen@ii by 1\dimen@i
56965696 \ifdim\wd\boxA > \dimen@ii % If the entry doesn't fit in one line
56975697 \ifdim\dimen@ > 0.8\dimen@ii % due to long index text
5698 \dimen@ = 0.7\dimen@ % Try to split the text roughly evenly
5698 % Try to split the text roughly evenly. \dimen@ will be the length of
5699 % the first line.
5700 \dimen@ = 0.7\dimen@
56995701 \dimen@ii = \hsize
57005702 \ifnum\dimen@>\dimen@ii
5701 % If the entry is too long, use the whole line
5703 % If the entry is too long (for example, if it needs more than
5704 % two lines), use all the space in the first line.
57025705 \dimen@ = \dimen@ii
57035706 \fi
57045707 \advance\leftskip by 0pt plus 1fill % ragged right
57085711 % instead of using \parshape with explicit line lengths, but TeX
57095712 % doesn't seem to provide a way to do such a thing.
57105713 %
5711 \leftskip = 1em
5712 \parindent = -1em
5714 % Indent all lines but the first one.
5715 \advance\leftskip by 1em
5716 \advance\parindent by -1em
57135717 \fi\fi
57145718 \indent % start paragraph
57155719 \unhbox\boxA
69426946 % exist, with an empty box. Let's hope all the numbers have the same width.
69436947 % Also ignore the page number, which is conventionally not printed.
69446948 \def\numeralbox{\setbox0=\hbox{8}\hbox to \wd0{\hfil}}
6945 \def\partentry#1#2#3#4{\dochapentry{\numeralbox\labelspace#1}{}}
6949 \def\partentry#1#2#3#4{%
6950 % Add stretch and a bonus for breaking the page before the part heading.
6951 % This reduces the chance of the page being broken immediately after the
6952 % part heading, before a following chapter heading.
6953 \vskip 0pt plus 5\baselineskip
6954 \penalty-300
6955 \vskip 0pt plus -5\baselineskip
6956 \dochapentry{\numeralbox\labelspace#1}{}%
6957 }
69466958 %
69476959 % Parts, in the short toc.
69486960 \def\shortpartentry#1#2#3#4{%
128128 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
129129 $(top_srcdir)/gnulib/m4/iconv.m4 \
130130 $(top_srcdir)/gnulib/m4/include_next.m4 \
131 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
131132 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
132133 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
133134 $(top_srcdir)/gnulib/m4/iswblank.m4 \
708709 INSTALL_SCRIPT = @INSTALL_SCRIPT@
709710 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
710711 INTLLIBS = @INTLLIBS@
712 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
711713 LDFLAGS = @LDFLAGS@
712714 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
713715 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
00 @set UPDATED 21 May 2017
11 @set UPDATED-MONTH May 2017
2 @set EDITION 6.4.90
3 @set VERSION 6.4.90
2 @set EDITION 6.5
3 @set VERSION 6.5
0 @set UPDATED 28 June 2017
1 @set UPDATED-MONTH June 2017
2 @set EDITION 6.4.90
3 @set VERSION 6.4.90
0 @set UPDATED 25 August 2017
1 @set UPDATED-MONTH August 2017
2 @set EDITION 6.5
3 @set VERSION 6.5
155155 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
156156 $(top_srcdir)/gnulib/m4/iconv.m4 \
157157 $(top_srcdir)/gnulib/m4/include_next.m4 \
158 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
158159 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
159160 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
160161 $(top_srcdir)/gnulib/m4/iswblank.m4 \
851852 INSTALL_SCRIPT = @INSTALL_SCRIPT@
852853 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
853854 INTLLIBS = @INTLLIBS@
855 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
854856 LDFLAGS = @LDFLAGS@
855857 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
856858 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
16061608 @echo "it deletes files that may require special tools to rebuild."
16071609 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
16081610 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1611 @gl_GNULIB_ENABLED_localcharset_FALSE@install-exec-local:
16091612 @gl_GNULIB_ENABLED_localcharset_FALSE@uninstall-local:
1610 @gl_GNULIB_ENABLED_localcharset_FALSE@install-exec-local:
16111613 clean: clean-recursive
16121614
16131615 clean-am: clean-generic clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
0 # intlmacosx.m4 serial 5 (gettext-0.18.2)
1 dnl Copyright (C) 2004-2014, 2016 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5 dnl
6 dnl This file can be used in projects which are not available under
7 dnl the GNU General Public License or the GNU Library General Public
8 dnl License but which still want to provide support for the GNU gettext
9 dnl functionality.
10 dnl Please note that the actual code of the GNU gettext library is covered
11 dnl by the GNU Library General Public License, and the rest of the GNU
12 dnl gettext package is covered by the GNU General Public License.
13 dnl They are *not* in the public domain.
14
15 dnl Checks for special options needed on Mac OS X.
16 dnl Defines INTL_MACOSX_LIBS.
17 AC_DEFUN([gt_INTL_MACOSX],
18 [
19 dnl Check for API introduced in Mac OS X 10.2.
20 AC_CACHE_CHECK([for CFPreferencesCopyAppValue],
21 [gt_cv_func_CFPreferencesCopyAppValue],
22 [gt_save_LIBS="$LIBS"
23 LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
24 AC_LINK_IFELSE(
25 [AC_LANG_PROGRAM(
26 [[#include <CoreFoundation/CFPreferences.h>]],
27 [[CFPreferencesCopyAppValue(NULL, NULL)]])],
28 [gt_cv_func_CFPreferencesCopyAppValue=yes],
29 [gt_cv_func_CFPreferencesCopyAppValue=no])
30 LIBS="$gt_save_LIBS"])
31 if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
32 AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1],
33 [Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework.])
34 fi
35 dnl Check for API introduced in Mac OS X 10.3.
36 AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent],
37 [gt_save_LIBS="$LIBS"
38 LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
39 AC_LINK_IFELSE(
40 [AC_LANG_PROGRAM(
41 [[#include <CoreFoundation/CFLocale.h>]],
42 [[CFLocaleCopyCurrent();]])],
43 [gt_cv_func_CFLocaleCopyCurrent=yes],
44 [gt_cv_func_CFLocaleCopyCurrent=no])
45 LIBS="$gt_save_LIBS"])
46 if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
47 AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1],
48 [Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework.])
49 fi
50 INTL_MACOSX_LIBS=
51 if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
52 INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
53 fi
54 AC_SUBST([INTL_MACOSX_LIBS])
55 ])
0 # $Id: Makefile.am 7911 2017-07-09 15:12:16Z gavin $
0 # $Id: Makefile.am 7921 2017-07-16 18:52:25Z gavin $
11 # Makefile.am for texinfo/info.
22 #
33 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012,
1313
1414 @SET_MAKE@
1515
16 # $Id: Makefile.am 7911 2017-07-09 15:12:16Z gavin $
16 # $Id: Makefile.am 7921 2017-07-16 18:52:25Z gavin $
1717 # Makefile.am for texinfo/info.
1818 #
1919 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012,
131131 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
132132 $(top_srcdir)/gnulib/m4/iconv.m4 \
133133 $(top_srcdir)/gnulib/m4/include_next.m4 \
134 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
134135 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
135136 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
136137 $(top_srcdir)/gnulib/m4/iswblank.m4 \
985986 INSTALL_SCRIPT = @INSTALL_SCRIPT@
986987 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
987988 INTLLIBS = @INTLLIBS@
989 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
988990 LDFLAGS = @LDFLAGS@
989991 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
990992 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
00 /* infokey.c -- compile ~/.infokey to ~/.info.
1 $Id: infokey.c 7040 2016-03-04 19:33:07Z gavin $
1 $Id: infokey.c 7947 2017-09-02 13:07:20Z gavin $
22
33 Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009,
44 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc.
439439 }
440440 else
441441 {
442 int keymap_bind_keyseq (Keymap, int *, KEYMAP_ENTRY *);
443
442444 act[alen] = '\0';
443445 a = lookup_action (act);
444446 if (a == A_info_menu_digit)
445447 {
446 /* It does not make sense for menu-digit to be anything
447 other than '0' .. '9'. */
448 syntax_error (filename, lnum,
449 _("cannot bind key sequence to menu-digit"));
448 /* Only allow "1 menu-digit". (This is useful if
449 this default binding is disabled with "#stop".)
450 E.g. do not allow "b menu-digit". */
451 if (seq[0] != '1' || seq[1] != '\0'
452 || section != info)
453 {
454 syntax_error (filename, lnum,
455 _("cannot bind key sequence to menu-digit"));
456 }
457 else
458 {
459 /* Bind each key from '1' to '9' to 'menu-digit'. */
460 KEYMAP_ENTRY ke;
461 int i;
462
463 ke.type = ISFUNC;
464 ke.value.function = &function_doc_array[a];
465
466 for (i = '1'; i <= '9'; i++)
467 {
468 seq[0] = i;
469 keymap_bind_keyseq (info_keymap, seq, &ke);
470 }
471 }
450472 }
451473 else if (a == -1)
452474 {
459481 }
460482 else
461483 {
462 int keymap_bind_keyseq (Keymap, int *, KEYMAP_ENTRY *);
463
464484 KEYMAP_ENTRY ke;
465485 static InfoCommand invalid_function = { 0 };
466486
11 standard output. Read and ignore any data sent to terminal. This
22 is so we can run tests interactively without messing up the screen.
33
4 Copyright 2014, 2015, 2016 Free Software Foundation, Inc.
4 Copyright 2014, 2015, 2016, 2017 Free Software Foundation, Inc.
55
66 This program is free software: you can redistribute it and/or modify
77 it under the terms of the GNU General Public License as published by
6363 exit (1);
6464 error (0, 0, "%s", name);
6565
66 #ifdef HAVE_STROPTS_H
6766 error (0, 0, "opening slave device");
6867 slave = open (name, O_RDWR);
6968 if (slave == -1)
7069 exit (1);
70
71 #ifdef HAVE_STROPTS_H
7172 if (!isatty (slave))
7273 {
7374 error (0, 0, "performing STREAMS ioctl's on slave");
130130 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
131131 $(top_srcdir)/gnulib/m4/iconv.m4 \
132132 $(top_srcdir)/gnulib/m4/include_next.m4 \
133 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
133134 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
134135 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
135136 $(top_srcdir)/gnulib/m4/iswblank.m4 \
829830 INSTALL_SCRIPT = @INSTALL_SCRIPT@
830831 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
831832 INTLLIBS = @INTLLIBS@
833 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
832834 LDFLAGS = @LDFLAGS@
833835 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
834836 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
128128 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
129129 $(top_srcdir)/gnulib/m4/iconv.m4 \
130130 $(top_srcdir)/gnulib/m4/include_next.m4 \
131 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
131132 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
132133 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
133134 $(top_srcdir)/gnulib/m4/iswblank.m4 \
914915 INSTALL_SCRIPT = @INSTALL_SCRIPT@
915916 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
916917 INTLLIBS = @INTLLIBS@
918 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
917919 LDFLAGS = @LDFLAGS@
918920 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
919921 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
132132 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
133133 $(top_srcdir)/gnulib/m4/iconv.m4 \
134134 $(top_srcdir)/gnulib/m4/include_next.m4 \
135 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
135136 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
136137 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
137138 $(top_srcdir)/gnulib/m4/iswblank.m4 \
744745 INSTALL_SCRIPT = @INSTALL_SCRIPT@
745746 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
746747 INTLLIBS = @INTLLIBS@
748 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
747749 LDFLAGS = @LDFLAGS@
748750 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
749751 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
00 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
1 .TH INFO "1" "July 2017" "info 6.4.90" "User Commands"
1 .TH INFO "1" "September 2017" "info 6.5" "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" "July 2017" "install-info 6.4.90" "User Commands"
1 .TH INSTALL-INFO "1" "September 2017" "install-info 6.5" "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" "July 2017" "texi2any 6.4.90" "User Commands"
1 .TH TEXI2ANY "1" "September 2017" "texi2any 6.5" "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 TEXI2DVI "1" "July 2017" "texi2dvi 7906" "User Commands"
1 .TH TEXI2DVI "1" "September 2017" "texi2dvi 7906" "User Commands"
22 .SH NAME
33 texi2dvi \- convert Texinfo documents to DVI or PDF
44 .SH SYNOPSIS
00 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
1 .TH TEXINDEX "1" "July 2017" "texindex 6.4.90" "User Commands"
1 .TH TEXINDEX "1" "September 2017" "texindex 6.5" "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: 2017-07-10 19:41+0100\n"
9 "POT-Creation-Date: 2017-08-19 19:55+0100\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"
423423 msgid "Try --help for more information.\n"
424424 msgstr "Proveu --help per a més informació.\n"
425425
426 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
426 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
427427 #, c-format, perl-format
428428 msgid ""
429429 "Copyright (C) %s Free Software Foundation, Inc.\n"
580580 "sencer a sortida.txt\n"
581581 " info -f ./bla.info mostra el fitxer ./bla.info, sense buscar a dir"
582582
583 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
583 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
584584 msgid ""
585585 "Email bug reports to bug-texinfo@gnu.org,\n"
586586 "general questions and discussion to help-texinfo@gnu.org.\n"
21492149 msgid "@%s: could not find %s"
21502150 msgstr "@%s: no s'ha pogut trobar %s"
21512151
2152 #: tp/Texinfo/Common.pm:1628
2152 #: tp/Texinfo/Common.pm:1633
21532153 msgid "no node to be renamed"
21542154 msgstr "no hi ha un node a reanomenar"
21552155
2156 #: tp/Texinfo/Common.pm:1639
2156 #: tp/Texinfo/Common.pm:1644
21572157 msgid "nodes without a new name at the end of file"
21582158 msgstr "hi ha nodes sense un nom nou al final del fitxer"
21592159
2160 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2160 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21612161 #, perl-format
21622162 msgid "could not open %s: %s"
21632163 msgstr "no s'ha pogut obrir %s: %s"
21642164
2165 #: tp/Texinfo/Common.pm:2169
2165 #: tp/Texinfo/Common.pm:2174
21662166 #, perl-format
21672167 msgid "could not protect hash character in @%s"
21682168 msgstr "no s'ha pogut protegir el caràcter coixinet a @%s"
32993299 msgid "could not read init file %s"
33003300 msgstr "no s'ha pogut llegir el fitxer d'inicialització %s"
33013301
3302 #: tp/texi2any.pl:662
3302 #: tp/texi2any.pl:657
33033303 #, perl-format
33043304 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
33053305 msgstr "s'ignorarà l'ordre no reconeguda TEXINFO_OUTPUT_FORMAT valor `%s'\n"
33063306
3307 #: tp/texi2any.pl:745
3307 #: tp/texi2any.pl:740
33083308 #, perl-format
33093309 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
33103310 msgstr "Ús: %s [OPCIÓ]... FITXER-TEXINFO...\n"
33113311
3312 #: tp/texi2any.pl:748
3312 #: tp/texi2any.pl:743
33133313 msgid ""
33143314 "Translate Texinfo source documentation to various other formats, by default\n"
33153315 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
33253325 "el comportament és idèntic, i no depèn del nom instal·lat.\n"
33263326 "\n"
33273327
3328 #: tp/texi2any.pl:754
3328 #: tp/texi2any.pl:749
33293329 #, perl-format
33303330 msgid ""
33313331 "General options:\n"
33653365 " -v, --verbose explica el que es fa.\n"
33663366 " --version mostra la informació de versió i surt.\n"
33673367
3368 #: tp/texi2any.pl:770
3368 #: tp/texi2any.pl:765
33693369 msgid ""
33703370 "Output format selection (default is to produce Info):\n"
33713371 " --docbook output Docbook XML rather than Info.\n"
33853385 " després de verificar la validesa de FITXER-"
33863386 "TEXINFO.\n"
33873387
3388 #: tp/texi2any.pl:778
3388 #: tp/texi2any.pl:773
33893389 msgid ""
33903390 "General output options:\n"
33913391 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
34373437 " En cas contrari, DEST anomena el fitxer de "
34383438 "sortida.\n"
34393439
3440 #: tp/texi2any.pl:798
3440 #: tp/texi2any.pl:793
34413441 #, perl-format
34423442 msgid ""
34433443 "Options for Info and plain text:\n"
34793479 " --split-size=NUM divideix els fitxers Info a la mida NUM "
34803480 "(predeterminat %d).\n"
34813481
3482 #: tp/texi2any.pl:815
3482 #: tp/texi2any.pl:810
34833483 msgid ""
34843484 "Options for HTML:\n"
34853485 " --css-include=FILE include FILE in HTML <style> output;\n"
35063506 " --node-files produeix fitxers de redirecció per a nodes i "
35073507 "àncores; de forma predeterminada està activat sols si hi ha divisió.\n"
35083508
3509 #: tp/texi2any.pl:826
3509 #: tp/texi2any.pl:821
35103510 msgid ""
35113511 "Options for XML and Docbook:\n"
35123512 " --output-indent=VAL does nothing, retained for compatibility.\n"
35143514 "Opcions per a XML i Docbook:\n"
35153515 " --output-indent=VAL no fa res, es manté per compatibilitat.\n"
35163516
3517 #: tp/texi2any.pl:829
3517 #: tp/texi2any.pl:824
35183518 msgid ""
35193519 "Options for DVI/PS/PDF:\n"
35203520 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
35223522 "Opcions per a DVI/PS/PDF:\n"
35233523 " --Xopt=OPT passa OPT a texi2dvi: es pot repetir.\n"
35243524
3525 #: tp/texi2any.pl:832
3525 #: tp/texi2any.pl:827
35263526 msgid ""
35273527 "Input file options:\n"
35283528 " --commands-in-node-names does nothing, retained for compatibility.\n"
35433543 " -U VAR anul·la la definició de la variable VAR, "
35443544 "igual que amb @clear\n"
35453545
3546 #: tp/texi2any.pl:840
3546 #: tp/texi2any.pl:835
35473547 msgid ""
35483548 "Conditional processing in input:\n"
35493549 " --ifdocbook process @ifdocbook and @docbook even if\n"
35823582 " A més, per les opcions --noifFORMAT, processa igualment el text "
35833583 "@ifnotFORMAT.\n"
35843584
3585 #: tp/texi2any.pl:857
3585 #: tp/texi2any.pl:852
35863586 msgid ""
35873587 " The defaults for the @if... conditionals depend on the output format:\n"
35883588 " if generating Docbook, --ifdocbook is on and the others are off;\n"
36063606 " si s'està generant XML, --ifxml està activat i els altres estan "
36073607 "desactivats\n"
36083608
3609 #: tp/texi2any.pl:864
3609 #: tp/texi2any.pl:859
36103610 msgid ""
36113611 "Examples:\n"
36123612 " makeinfo foo.texi write Info to foo's @setfilename\n"
36373637 " makeinfo --no-split foo.texi escriu un sol fitxer Info, no "
36383638 "importa la mida\n"
36393639
3640 #: tp/texi2any.pl:911
3640 #: tp/texi2any.pl:906
36413641 #, perl-format
36423642 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
36433643 msgstr ""
36443644 "%s: l'argument --footnote-style ha de ser `separate' o `end', no `%s'.\n"
36453645
3646 #: tp/texi2any.pl:1002
3646 #: tp/texi2any.pl:997
36473647 #, perl-format
36483648 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
36493649 msgstr ""
36503650 "%s: l'argument --paragraph-indent arg ha de ser numeric/`none'/`asis', no `"
36513651 "%s'.\n"
36523652
3653 #: tp/texi2any.pl:1079
3653 #: tp/texi2any.pl:1074
36543654 #, perl-format
36553655 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
36563656 msgstr ""
36573657 "%s: quan s'estigui generant %s, sols es pot especificar un FITXER amb -o\n"
36583658
3659 #: tp/texi2any.pl:1083
3659 #: tp/texi2any.pl:1078
36603660 msgid "--Xopt option without printed output"
36613661 msgstr "opció --Xopt sense sortida impresa"
36623662
3663 #: tp/texi2any.pl:1099
3663 #: tp/texi2any.pl:1094
36643664 #, perl-format
36653665 msgid "unknown tree transformation %s"
36663666 msgstr "transformació d'arbre desconeguda %s"
36673667
3668 #: tp/texi2any.pl:1106
3668 #: tp/texi2any.pl:1101
36693669 #, perl-format
36703670 msgid "ignoring splitting for format %s"
36713671 msgstr "s'ignorarà la divisió per al format %s"
36723672
3673 #: tp/texi2any.pl:1166
3673 #: tp/texi2any.pl:1161
36743674 #, perl-format
36753675 msgid "%s: missing file argument.\n"
36763676 msgstr "%s: falta l'argument de fitxer.\n"
36773677
3678 #: tp/texi2any.pl:1167
3678 #: tp/texi2any.pl:1162
36793679 #, perl-format
36803680 msgid "Try `%s --help' for more information.\n"
36813681 msgstr "Proveu `%s --help' per a més informació.\n"
36823682
3683 #: tp/texi2any.pl:1255
3683 #: tp/texi2any.pl:1251
36843684 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36853685 msgstr ""
36863686 "la transformació fill_gaps_in_sectioning no ha retornat cap resultat. No hi "
36873687 "ha cap secció?"
36883688
3689 #: tp/texi2any.pl:1278
3689 #: tp/texi2any.pl:1274
36903690 #, perl-format
36913691 msgid "error on closing macro expand file %s: %s\n"
36923692 msgstr "error en tancar el fitxer d'expansió de macros %s: %s\n"
36933693
3694 #: tp/texi2any.pl:1284
3694 #: tp/texi2any.pl:1280
36953695 #, perl-format
36963696 msgid "could not open %s for writing: %s\n"
36973697 msgstr "no s'ha pogut obrir %s per a escriptura: %s\n"
36983698
3699 #: tp/texi2any.pl:1309
3699 #: tp/texi2any.pl:1305
37003700 msgid ""
37013701 "insert_nodes_for_sectioning_commands transformation return no result. No "
37023702 "section?"
37043704 "la transformació insert_nodes_for_sectioning_commands no ha retornat cap "
37053705 "resultat. No hi ha cap secció?"
37063706
3707 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3707 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
37083708 #, perl-format
37093709 msgid "%s: error on closing %s: %s\n"
37103710 msgstr "%s: error en tancar %s: %s\n"
37113711
3712 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3712 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
37133713 #, perl-format
37143714 msgid "%s: error on closing internal links file %s: %s\n"
37153715 msgstr "%s: error en tancar els fitxers d'enllaços interns %s: %s\n"
37163716
3717 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3717 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
37183718 #, perl-format
37193719 msgid "%s: could not open %s for writing: %s\n"
37203720 msgstr "%s: no s'ha pogut obrir %s per a escriptura: %s\n"
Binary diff not shown
1818 msgstr ""
1919 "Project-Id-Version: texinfo 6.3.90\n"
2020 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
21 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
21 "POT-Creation-Date: 2017-08-19 19:55+0100\n"
2222 "PO-Revision-Date: 2017-04-24 18:04+02:00\n"
2323 "Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n"
2424 "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
435435 msgid "Try --help for more information.\n"
436436 msgstr "Více informací můžete získat pomocí přepínače --help.\n"
437437
438 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
438 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
439439 #, c-format, perl-format
440440 msgid ""
441441 "Copyright (C) %s Free Software Foundation, Inc.\n"
582582 " info -f ./foo.info zobrazí soubor ./foo.info, adresář se "
583583 "neprohledává"
584584
585 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
585 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
586586 msgid ""
587587 "Email bug reports to bug-texinfo@gnu.org,\n"
588588 "general questions and discussion to help-texinfo@gnu.org.\n"
21222122 msgid "@%s: could not find %s"
21232123 msgstr "@%s: nebylo možné nalézt %s"
21242124
2125 #: tp/Texinfo/Common.pm:1628
2125 #: tp/Texinfo/Common.pm:1633
21262126 msgid "no node to be renamed"
21272127 msgstr "žádný uzel nemá být přejmenován"
21282128
2129 #: tp/Texinfo/Common.pm:1639
2129 #: tp/Texinfo/Common.pm:1644
21302130 msgid "nodes without a new name at the end of file"
21312131 msgstr "uzly bez nového názvu na konci souboru"
21322132
2133 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2133 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21342134 #, perl-format
21352135 msgid "could not open %s: %s"
21362136 msgstr "%s nebylo možné otevřít: %s"
21372137
2138 #: tp/Texinfo/Common.pm:2169
2138 #: tp/Texinfo/Common.pm:2174
21392139 #, perl-format
21402140 msgid "could not protect hash character in @%s"
21412141 msgstr "v @%s nebylo možno ochránit znak křížku"
32593259 msgid "could not read init file %s"
32603260 msgstr "inicializační soubor %s nebylo možné přečíst"
32613261
3262 #: tp/texi2any.pl:662
3262 #: tp/texi2any.pl:657
32633263 #, perl-format
32643264 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32653265 msgstr "nerozpoznaná hodnota TEXINFO_OUTPUT_FORMAT „%s“ se ignoruje\n"
32663266
3267 #: tp/texi2any.pl:745
3267 #: tp/texi2any.pl:740
32683268 #, perl-format
32693269 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32703270 msgstr "Použití: %s [PŘEPÍNAČ]… SOUBOR_TEXINFA…\n"
32713271
3272 #: tp/texi2any.pl:748
3272 #: tp/texi2any.pl:743
32733273 msgid ""
32743274 "Translate Texinfo source documentation to various other formats, by default\n"
32753275 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32853285 "Tento program je obvykle nainstalován i pod názvy „makeinfo“ a „texi2any“.\n"
32863286 "Jejich chování je shodné a nezávisí na názvu.\n"
32873287
3288 #: tp/texi2any.pl:754
3288 #: tp/texi2any.pl:749
32893289 #, perl-format
32903290 msgid ""
32913291 "General options:\n"
33193319 " -v, --verbose vysvětlí, co právě provádí.\n"
33203320 " --version zobrazí údaje o verzi a skončí.\n"
33213321
3322 #: tp/texi2any.pl:770
3322 #: tp/texi2any.pl:765
33233323 msgid ""
33243324 "Output format selection (default is to produce Info):\n"
33253325 " --docbook output Docbook XML rather than Info.\n"
33393339 " po té, co zkontroluje platnost "
33403340 "SOUBORU_TEXINFA.\n"
33413341
3342 #: tp/texi2any.pl:778
3342 #: tp/texi2any.pl:773
33433343 msgid ""
33443344 "General output options:\n"
33453345 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33873387 "tam.\n"
33883388 " Jinak CÍL určuje název výstupního souboru.\n"
33893389
3390 #: tp/texi2any.pl:798
3390 #: tp/texi2any.pl:793
33913391 #, perl-format
33923392 msgid ""
33933393 "Options for Info and plain text:\n"
34283428 " --split-size=ČÍSLO rozdělí Info soubory na velikosti POČET\n"
34293429 " (výchozí %d).\n"
34303430
3431 #: tp/texi2any.pl:815
3431 #: tp/texi2any.pl:810
34323432 msgid ""
34333433 "Options for HTML:\n"
34343434 " --css-include=FILE include FILE in HTML <style> output;\n"
34563456 "kotvy;\n"
34573457 " standardně je zapnuto jen při dělení.\n"
34583458
3459 #: tp/texi2any.pl:826
3459 #: tp/texi2any.pl:821
34603460 msgid ""
34613461 "Options for XML and Docbook:\n"
34623462 " --output-indent=VAL does nothing, retained for compatibility.\n"
34643464 "Přepínače pro XML a DocBook:\n"
34653465 " --output-indent=HODNOTA nic nedělá, zachováno pro kompatibilitu.\n"
34663466
3467 #: tp/texi2any.pl:829
3467 #: tp/texi2any.pl:824
34683468 msgid ""
34693469 "Options for DVI/PS/PDF:\n"
34703470 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34733473 " --Xopt=PŘEPÍNAČ předá PŘEPÍNAČ programu texi2dvi; lze "
34743474 "opakovat.\n"
34753475
3476 #: tp/texi2any.pl:832
3476 #: tp/texi2any.pl:827
34773477 msgid ""
34783478 "Input file options:\n"
34793479 " --commands-in-node-names does nothing, retained for compatibility.\n"
34973497 " -U PROMĚNNÁ zruší proměnnou PROMĚNNÁ jako příkaz "
34983498 "@clear.\n"
34993499
3500 #: tp/texi2any.pl:840
3500 #: tp/texi2any.pl:835
35013501 msgid ""
35023502 "Conditional processing in input:\n"
35033503 " --ifdocbook process @ifdocbook and @docbook even if\n"
35333533 "\n"
35343534 " Rovněž přepínače --no-ifFORMÁT zpracují text podmíněný @ifnotFORMÁT.\n"
35353535
3536 #: tp/texi2any.pl:857
3536 #: tp/texi2any.pl:852
35373537 msgid ""
35383538 " The defaults for the @if... conditionals depend on the output format:\n"
35393539 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35493549 " vytváří-li se prostý text, --ifplaintext se zapne a ostatní se vypnou;\n"
35503550 " vytváří-li se XML, --ifxml se zapne a ostatní se vypnou.\n"
35513551
3552 #: tp/texi2any.pl:864
3552 #: tp/texi2any.pl:859
35533553 msgid ""
35543554 "Examples:\n"
35553555 " makeinfo foo.texi write Info to foo's @setfilename\n"
35803580 " makeinfo --number-sections foo.texi zapíše Info číslovanými oddíly\n"
35813581 " makeinfo --no-split foo.texi zapíše jeden velký soubor Info\n"
35823582
3583 #: tp/texi2any.pl:911
3583 #: tp/texi2any.pl:906
35843584 #, perl-format
35853585 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35863586 msgstr ""
35873587 "%s: argument k --footnote-style musí být „separate“ nebo „end“, ne „%s“.\n"
35883588
3589 #: tp/texi2any.pl:1002
3589 #: tp/texi2any.pl:997
35903590 #, perl-format
35913591 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35923592 msgstr ""
35933593 "%s: argument pro --paragraph-indent musí být číslo, „none“ nebo „asis“, ne "
35943594 "„%s“.\n"
35953595
3596 #: tp/texi2any.pl:1079
3596 #: tp/texi2any.pl:1074
35973597 #, perl-format
35983598 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
35993599 msgstr "%s: při vytváření %s lze pomocí -o zadat pouze jeden vstupní SOUBOR\n"
36003600
3601 #: tp/texi2any.pl:1083
3601 #: tp/texi2any.pl:1078
36023602 msgid "--Xopt option without printed output"
36033603 msgstr "přepínač --Xopt bez tisknutelného výstupu"
36043604
3605 #: tp/texi2any.pl:1099
3605 #: tp/texi2any.pl:1094
36063606 #, perl-format
36073607 msgid "unknown tree transformation %s"
36083608 msgstr "neznámá transformace stromu %s"
36093609
3610 #: tp/texi2any.pl:1106
3610 #: tp/texi2any.pl:1101
36113611 #, perl-format
36123612 msgid "ignoring splitting for format %s"
36133613 msgstr "dělení u formátu %s se ignoruje"
36143614
3615 #: tp/texi2any.pl:1166
3615 #: tp/texi2any.pl:1161
36163616 #, perl-format
36173617 msgid "%s: missing file argument.\n"
36183618 msgstr "%s: chybí argument jména souboru.\n"
36193619
3620 #: tp/texi2any.pl:1167
3620 #: tp/texi2any.pl:1162
36213621 #, perl-format
36223622 msgid "Try `%s --help' for more information.\n"
36233623 msgstr "Více informací získáte příkazem „%s --help“.\n"
36243624
3625 #: tp/texi2any.pl:1255
3625 #: tp/texi2any.pl:1251
36263626 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36273627 msgstr ""
36283628 "Transformace fill_gaps_in_sectioning nevrátila žádný výsledek. Nechybí oddíl?"
36293629
3630 #: tp/texi2any.pl:1278
3630 #: tp/texi2any.pl:1274
36313631 #, perl-format
36323632 msgid "error on closing macro expand file %s: %s\n"
36333633 msgstr "chyba při zavírání makrem expandovaného souboru %s: %s\n"
36343634
3635 #: tp/texi2any.pl:1284
3635 #: tp/texi2any.pl:1280
36363636 #, perl-format
36373637 msgid "could not open %s for writing: %s\n"
36383638 msgstr "%s nebylo možné otevřít pro zápis: %s\n"
36393639
3640 #: tp/texi2any.pl:1309
3640 #: tp/texi2any.pl:1305
36413641 msgid ""
36423642 "insert_nodes_for_sectioning_commands transformation return no result. No "
36433643 "section?"
36453645 "Transformace insert_nodes_for_sectioning_commands nevrátila žádný výsledek. "
36463646 "Nechybí oddíl?"
36473647
3648 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3648 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
36493649 #, perl-format
36503650 msgid "%s: error on closing %s: %s\n"
36513651 msgstr "%s: chyba při zavírání %s: %s\n"
36523652
3653 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3653 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
36543654 #, perl-format
36553655 msgid "%s: error on closing internal links file %s: %s\n"
36563656 msgstr "%s: chyba při zavírání souboru %s s vnitřními odkazy: %s\n"
36573657
3658 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3658 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
36593659 #, perl-format
36603660 msgid "%s: could not open %s for writing: %s\n"
36613661 msgstr "%s: %s nebylo možné otevřít pro zápis: %s\n"
Binary diff not shown
1717 msgstr ""
1818 "Project-Id-Version: texinfo 6.3.92\n"
1919 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
20 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
20 "POT-Creation-Date: 2017-08-19 19:55+0100\n"
2121 "PO-Revision-Date: 2017-07-09 10:09+0100\n"
2222 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
2323 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
435435 msgid "Try --help for more information.\n"
436436 msgstr "Prøv --help for yderligere information.\n"
437437
438 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
438 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
439439 #, c-format, perl-format
440440 msgid ""
441441 "Copyright (C) %s Free Software Foundation, Inc.\n"
572572 " skriv hele manualen til ud.txt\n"
573573 " info -f ./foo.info vis filen ./foo.info, uden at søge i mapper"
574574
575 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
575 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
576576 msgid ""
577577 "Email bug reports to bug-texinfo@gnu.org,\n"
578578 "general questions and discussion to help-texinfo@gnu.org.\n"
20752075 msgid "@%s: could not find %s"
20762076 msgstr "@%s: kunne ikke finde: %s"
20772077
2078 #: tp/Texinfo/Common.pm:1628
2078 #: tp/Texinfo/Common.pm:1633
20792079 msgid "no node to be renamed"
20802080 msgstr "intet navn at omdøbe"
20812081
2082 #: tp/Texinfo/Common.pm:1639
2082 #: tp/Texinfo/Common.pm:1644
20832083 msgid "nodes without a new name at the end of file"
20842084 msgstr "emner uden et navn i slutningen af filen"
20852085
2086 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2086 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
20872087 #, perl-format
20882088 msgid "could not open %s: %s"
20892089 msgstr "kunne ikke åbne %s: %s"
20902090
2091 #: tp/Texinfo/Common.pm:2169
2091 #: tp/Texinfo/Common.pm:2174
20922092 #, perl-format
20932093 msgid "could not protect hash character in @%s"
20942094 msgstr "kunne ikke beskytte hash-tegn i @%s"
32183218 msgid "could not read init file %s"
32193219 msgstr "kunne ikke læse init-filen %s"
32203220
3221 #: tp/texi2any.pl:662
3221 #: tp/texi2any.pl:657
32223222 #, perl-format
32233223 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32243224 msgstr "ignorerer ej genkendt TEXINFO_OUTPUT_FORMAT-værdi »%s«\n"
32253225
3226 #: tp/texi2any.pl:745
3226 #: tp/texi2any.pl:740
32273227 #, perl-format
32283228 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32293229 msgstr "Brug: %s [TILVALG] ... TEXINFO-FIL ...\n"
32303230
3231 #: tp/texi2any.pl:748
3231 #: tp/texi2any.pl:743
32323232 msgid ""
32333233 "Translate Texinfo source documentation to various other formats, by default\n"
32343234 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32443244 "Programmet installeres ofte som både »makeinfo« og »texi2any«;\n"
32453245 "opførslen er identisk, og afhænger ikke af det installerede navn.\n"
32463246
3247 #: tp/texi2any.pl:754
3247 #: tp/texi2any.pl:749
32483248 #, perl-format
32493249 msgid ""
32503250 "General options:\n"
32793279 " -v, --verbose forklar, hvad der sker.\n"
32803280 " --version vis versionsoplysninger og afslut.\n"
32813281
3282 #: tp/texi2any.pl:770
3282 #: tp/texi2any.pl:765
32833283 msgid ""
32843284 "Output format selection (default is to produce Info):\n"
32853285 " --docbook output Docbook XML rather than Info.\n"
32983298 " format, efter kontrol af validitet for\n"
32993299 " TEXINFO-FIL.\n"
33003300
3301 #: tp/texi2any.pl:778
3301 #: tp/texi2any.pl:773
33023302 msgid ""
33033303 "General output options:\n"
33043304 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33453345 " så placer uddatafilen der.\n"
33463346 " Ellers navngiver DEST uddatafilen.\n"
33473347
3348 #: tp/texi2any.pl:798
3348 #: tp/texi2any.pl:793
33493349 #, perl-format
33503350 msgid ""
33513351 "Options for Info and plain text:\n"
33873387 " --split-size=ANTAL opdel Info-filer ved størrelsen ANTAL "
33883388 "(standard %d).\n"
33893389
3390 #: tp/texi2any.pl:815
3390 #: tp/texi2any.pl:810
33913391 msgid ""
33923392 "Options for HTML:\n"
33933393 " --css-include=FILE include FILE in HTML <style> output;\n"
34143414 " ankre; som standard indstilles kun hvis "
34153415 "opdelt.\n"
34163416
3417 #: tp/texi2any.pl:826
3417 #: tp/texi2any.pl:821
34183418 msgid ""
34193419 "Options for XML and Docbook:\n"
34203420 " --output-indent=VAL does nothing, retained for compatibility.\n"
34223422 "Tilvalg for XML og Docbook:\n"
34233423 " --output-indent=VÆRDI gør intet, bevaret for kompatibilitet.\n"
34243424
3425 #: tp/texi2any.pl:829
3425 #: tp/texi2any.pl:824
34263426 msgid ""
34273427 "Options for DVI/PS/PDF:\n"
34283428 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34303430 "Tilvalg for DVI/PS/PDF:\n"
34313431 " --Xopt=OPT send OPT til texi2dvi; kan gentages.\n"
34323432
3433 #: tp/texi2any.pl:832
3433 #: tp/texi2any.pl:827
34343434 msgid ""
34353435 "Input file options:\n"
34363436 " --commands-in-node-names does nothing, retained for compatibility.\n"
34493449 " -U VAR fjern definitionen af variablen VAR, som\n"
34503450 " med @clear.\n"
34513451
3452 #: tp/texi2any.pl:840
3452 #: tp/texi2any.pl:835
34533453 msgid ""
34543454 "Conditional processing in input:\n"
34553455 " --ifdocbook process @ifdocbook and @docbook even if\n"
34833483 " --no-iftex behandl ikke @iftex og @tex-tekst.\n"
34843484 " --no-ifxml behandl ikke @ifxml og @xml-tekst.\n"
34853485
3486 #: tp/texi2any.pl:857
3486 #: tp/texi2any.pl:852
34873487 msgid ""
34883488 " The defaults for the @if... conditionals depend on the output format:\n"
34893489 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35023502 "deaktiverede.\n"
35033503 " hvis der laves XML, er --ifxml aktiveret, mens de andre er deaktiverede.\n"
35043504
3505 #: tp/texi2any.pl:864
3505 #: tp/texi2any.pl:859
35063506 msgid ""
35073507 "Examples:\n"
35083508 " makeinfo foo.texi write Info to foo's @setfilename\n"
35333533 " makeinfo --no-split xxx.texi skriv en Info-fil, uanset "
35343534 "størrelsen\n"
35353535
3536 #: tp/texi2any.pl:911
3536 #: tp/texi2any.pl:906
35373537 #, perl-format
35383538 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35393539 msgstr ""
35403540 "%s: --footnote-style parameter skal være 'separate' eller 'end', ikke '%s'.\n"
35413541
3542 #: tp/texi2any.pl:1002
3542 #: tp/texi2any.pl:997
35433543 #, perl-format
35443544 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35453545 msgstr ""
35463546 "%s: --paragraph-indent parameter skal være tal/»none«/»asis«, ikke »%s«.\n"
35473547
3548 #: tp/texi2any.pl:1079
3548 #: tp/texi2any.pl:1074
35493549 #, perl-format
35503550 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
35513551 msgstr "%s: under oprettelse af %s, kan kun en inddata-FIL angivet med -o\n"
35523552
3553 #: tp/texi2any.pl:1083
3553 #: tp/texi2any.pl:1078
35543554 msgid "--Xopt option without printed output"
35553555 msgstr "tilvalget --Xopt uden udskrevne uddata"
35563556
3557 #: tp/texi2any.pl:1099
3557 #: tp/texi2any.pl:1094
35583558 #, perl-format
35593559 msgid "unknown tree transformation %s"
35603560 msgstr "ukendt trætransformation %s"
35613561
3562 #: tp/texi2any.pl:1106
3562 #: tp/texi2any.pl:1101
35633563 #, perl-format
35643564 msgid "ignoring splitting for format %s"
35653565 msgstr "ignorerer opdeling for format %s"
35663566
3567 #: tp/texi2any.pl:1166
3567 #: tp/texi2any.pl:1161
35683568 #, perl-format
35693569 msgid "%s: missing file argument.\n"
35703570 msgstr "%s: mangler filparameter.\n"
35713571
3572 #: tp/texi2any.pl:1167
3572 #: tp/texi2any.pl:1162
35733573 #, perl-format
35743574 msgid "Try `%s --help' for more information.\n"
35753575 msgstr "Prøv »%s --help« for yderligere information.\n"
35763576
3577 #: tp/texi2any.pl:1255
3577 #: tp/texi2any.pl:1251
35783578 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35793579 msgstr ""
35803580 "fill_gaps_in_sectioning-transformering gav intet resultat. Ingen sektion?"
35813581
3582 #: tp/texi2any.pl:1278
3582 #: tp/texi2any.pl:1274
35833583 #, perl-format
35843584 msgid "error on closing macro expand file %s: %s\n"
35853585 msgstr "der opstod en fejl under lukning af makro udvid-filen %s: %s\n"
35863586
3587 #: tp/texi2any.pl:1284
3587 #: tp/texi2any.pl:1280
35883588 #, perl-format
35893589 msgid "could not open %s for writing: %s\n"
35903590 msgstr "kunne ikke åbne %s for skrivning: %s\n"
35913591
3592 #: tp/texi2any.pl:1309
3592 #: tp/texi2any.pl:1305
35933593 msgid ""
35943594 "insert_nodes_for_sectioning_commands transformation return no result. No "
35953595 "section?"
35973597 "insert_nodes_for_sectioning_commands-transformation returnerer intet "
35983598 "resultat. Manglende afsnit?"
35993599
3600 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3600 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
36013601 #, perl-format
36023602 msgid "%s: error on closing %s: %s\n"
36033603 msgstr "%s: der opstod en fejl under lukning af %s: %s\n"
36043604
3605 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3605 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
36063606 #, perl-format
36073607 msgid "%s: error on closing internal links file %s: %s\n"
36083608 msgstr "%s: der opstod en fejl under lukning af intern henvisningsfil %s: %s\n"
36093609
3610 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3610 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
36113611 #, perl-format
36123612 msgid "%s: could not open %s for writing: %s\n"
36133613 msgstr "%s: kunne ikke åbne %s for skrivning: %s\n"
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: 2017-07-10 19:41+0100\n"
37 "POT-Creation-Date: 2017-08-19 19:55+0100\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"
450450 msgid "Try --help for more information.\n"
451451 msgstr "„--help“ gibt weitere Informationen.\n"
452452
453 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
453 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
454454 #, c-format, perl-format
455455 msgid ""
456456 "Copyright (C) %s Free Software Foundation, Inc.\n"
602602 "schreiben\n"
603603 " info -f ./foo.info datei ./foo.info anzeigen"
604604
605 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
605 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
606606 msgid ""
607607 "Email bug reports to bug-texinfo@gnu.org,\n"
608608 "general questions and discussion to help-texinfo@gnu.org.\n"
21602160 msgid "@%s: could not find %s"
21612161 msgstr "@%s: %s konnte nicht gefunden werden"
21622162
2163 #: tp/Texinfo/Common.pm:1628
2163 #: tp/Texinfo/Common.pm:1633
21642164 msgid "no node to be renamed"
21652165 msgstr "kein Knoten zum Umbenennen"
21662166
2167 #: tp/Texinfo/Common.pm:1639
2167 #: tp/Texinfo/Common.pm:1644
21682168 msgid "nodes without a new name at the end of file"
21692169 msgstr "Knoten ohne einen neuen Namen am Ende der Datei"
21702170
2171 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2171 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21722172 #, perl-format
21732173 msgid "could not open %s: %s"
21742174 msgstr "%s konnte nicht geöffnet werden: %s"
21752175
2176 #: tp/Texinfo/Common.pm:2169
2176 #: tp/Texinfo/Common.pm:2174
21772177 #, perl-format
21782178 msgid "could not protect hash character in @%s"
21792179 msgstr "Hash-Zeichen in @%s konnte nicht geschützt werden"
33243324 msgid "could not read init file %s"
33253325 msgstr "Initialisierungsdatei %s konnte nicht gelesen werden."
33263326
3327 #: tp/texi2any.pl:662
3327 #: tp/texi2any.pl:657
33283328 #, perl-format
33293329 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
33303330 msgstr "nicht erkannter Wert „%s“ für TEXINFO_OUTPUT_FORMAT wird ignoriert\n"
33313331
3332 #: tp/texi2any.pl:745
3332 #: tp/texi2any.pl:740
33333333 #, perl-format
33343334 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
33353335 msgstr "Aufruf: %s [OPTION]... TEXINFO-DATEI...\n"
33363336
3337 #: tp/texi2any.pl:748
3337 #: tp/texi2any.pl:743
33383338 msgid ""
33393339 "Translate Texinfo source documentation to various other formats, by default\n"
33403340 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
33463346 "standardmäßig in Info-Dateien, die online mit einem Info-Leser wie\n"
33473347 "GNU Info (oder auch Emacs, TkInfo, etc.) gelesen werden können.\n"
33483348
3349 #: tp/texi2any.pl:754
3349 #: tp/texi2any.pl:749
33503350 #, perl-format
33513351 msgid ""
33523352 "General options:\n"
33823382 " -v, --verbose ausführlich die Bearbeitungschritte anzeigen\n"
33833383 " --version Programmversion anzeigen und beenden\n"
33843384
3385 #: tp/texi2any.pl:770
3385 #: tp/texi2any.pl:765
33863386 msgid ""
33873387 "Output format selection (default is to produce Info):\n"
33883388 " --docbook output Docbook XML rather than Info.\n"
34003400 " --dvi, --dvipdf, --ps, --pdf texi2dvi für entsprechende Ausgabe "
34013401 "nutzen.\n"
34023402
3403 #: tp/texi2any.pl:778
3403 #: tp/texi2any.pl:773
34043404 msgid ""
34053405 "General output options:\n"
34063406 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
34523452 " Ausgabedatei dort platzieren.\n"
34533453 " Anderenfalls ist ZIEL die Ausgabedatei.\n"
34543454
3455 #: tp/texi2any.pl:798
3455 #: tp/texi2any.pl:793
34563456 #, perl-format
34573457 msgid ""
34583458 "Options for Info and plain text:\n"
34963496 " --split-size=GRÖSSE in GRÖSSE große Dateien splitten (Standard "
34973497 "%d)\n"
34983498
3499 #: tp/texi2any.pl:815
3499 #: tp/texi2any.pl:810
35003500 msgid ""
35013501 "Options for HTML:\n"
35023502 " --css-include=FILE include FILE in HTML <style> output;\n"
35223522 "erstellen\n"
35233523 " (ist Standard bei Aufteilung)\n"
35243524
3525 #: tp/texi2any.pl:826
3525 #: tp/texi2any.pl:821
35263526 msgid ""
35273527 "Options for XML and Docbook:\n"
35283528 " --output-indent=VAL does nothing, retained for compatibility.\n"
35313531 " --output-indent=WERT macht nichts, wird zwecks Kompatibilität "
35323532 "erhalten.\n"
35333533
3534 #: tp/texi2any.pl:829
3534 #: tp/texi2any.pl:824
35353535 msgid ""
35363536 "Options for DVI/PS/PDF:\n"
35373537 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
35403540 " --Xopt=OPTION gibt OPTION an texi2dvi weiter; kann widerholt "
35413541 "werden.\n"
35423542
3543 #: tp/texi2any.pl:832
3543 #: tp/texi2any.pl:827
35443544 msgid ""
35453545 "Input file options:\n"
35463546 " --commands-in-node-names does nothing, retained for compatibility.\n"
35603560 " -P VERZ VERZ dem Suchpfad für @include voranstellen\n"
35613561 " -U VAR eine Variable aufheben (wie mit @clear)\n"
35623562
3563 #: tp/texi2any.pl:840
3563 #: tp/texi2any.pl:835
35643564 msgid ""
35653565 "Conditional processing in input:\n"
35663566 " --ifdocbook process @ifdocbook and @docbook even if\n"
36003600 " Außerdem werden bei den --no-ifFORMAT-Optionen auch die entsprechenden\n"
36013601 " @ifnoFORMAT-Abschnitte bearbeitet.\n"
36023602
3603 #: tp/texi2any.pl:857
3603 #: tp/texi2any.pl:852
36043604 msgid ""
36053605 " The defaults for the @if... conditionals depend on the output format:\n"
36063606 " if generating Docbook, --ifdocbook is on and the others are off;\n"
36173617 " wird reiner Text erzeugt, ist --ifplaintext an und die anderen sind aus;\n"
36183618 " wird XML erzeugt, ist --ifxml an und die anderen sind aus.\n"
36193619
3620 #: tp/texi2any.pl:864
3620 #: tp/texi2any.pl:859
36213621 msgid ""
36223622 "Examples:\n"
36233623 " makeinfo foo.texi write Info to foo's @setfilename\n"
36503650 " makeinfo --no-split foo.texi nur eine Info-Datei (kann groß "
36513651 "sein)\n"
36523652
3653 #: tp/texi2any.pl:911
3653 #: tp/texi2any.pl:906
36543654 #, perl-format
36553655 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
36563656 msgstr ""
36573657 "%s: Argument für --footnote-style muss „separate“ oder „end“ sein, nicht "
36583658 "„%s“.\n"
36593659
3660 #: tp/texi2any.pl:1002
3660 #: tp/texi2any.pl:997
36613661 #, perl-format
36623662 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
36633663 msgstr ""
36643664 "%s: Argument für --paragraph-indent muss numerisch, „none“ oder „asis“ sein, "
36653665 "nicht „%s“.\n"
36663666
3667 #: tp/texi2any.pl:1079
3667 #: tp/texi2any.pl:1074
36683668 #, perl-format
36693669 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
36703670 msgstr ""
36713671 "%s: beim Erzeugen von %s kann nur eine Ausgabedatei mit -o angegeben werden\n"
36723672
3673 #: tp/texi2any.pl:1083
3673 #: tp/texi2any.pl:1078
36743674 msgid "--Xopt option without printed output"
36753675 msgstr "Option --Xopt ohne gedruckte Ausgabe"
36763676
3677 #: tp/texi2any.pl:1099
3677 #: tp/texi2any.pl:1094
36783678 #, perl-format
36793679 msgid "unknown tree transformation %s"
36803680 msgstr "unbekannte Baumumformung %s"
36813681
3682 #: tp/texi2any.pl:1106
3682 #: tp/texi2any.pl:1101
36833683 #, perl-format
36843684 msgid "ignoring splitting for format %s"
36853685 msgstr "Splitten für Format %s wird ignoriert"
36863686
3687 #: tp/texi2any.pl:1166
3687 #: tp/texi2any.pl:1161
36883688 #, perl-format
36893689 msgid "%s: missing file argument.\n"
36903690 msgstr "%s: Datei-Angabe fehlt.\n"
36913691
3692 #: tp/texi2any.pl:1167
3692 #: tp/texi2any.pl:1162
36933693 #, perl-format
36943694 msgid "Try `%s --help' for more information.\n"
36953695 msgstr "„%s --help“ gibt weitere Informationen.\n"
36963696
3697 #: tp/texi2any.pl:1255
3697 #: tp/texi2any.pl:1251
36983698 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36993699 msgstr ""
37003700 "fill_gaps_in_sectioning-Umwandlung liefert kein Ergebnis. Kein Abschnitt?"
37013701
3702 #: tp/texi2any.pl:1278
3702 #: tp/texi2any.pl:1274
37033703 #, perl-format
37043704 msgid "error on closing macro expand file %s: %s\n"
37053705 msgstr "Fehler beim Schließen der Makro-Erweiterungsdatei %s: %s\n"
37063706
3707 #: tp/texi2any.pl:1284
3707 #: tp/texi2any.pl:1280
37083708 #, perl-format
37093709 msgid "could not open %s for writing: %s\n"
37103710 msgstr "%s konnte nicht zum Schreiben geöffnet werden: %s\n"
37113711
3712 #: tp/texi2any.pl:1309
3712 #: tp/texi2any.pl:1305
37133713 msgid ""
37143714 "insert_nodes_for_sectioning_commands transformation return no result. No "
37153715 "section?"
37173717 "insert_nodes_for_sectioning_commands-Umwandlung liefert kein Ergebnis. Kein "
37183718 "Abschnitt?"
37193719
3720 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3720 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
37213721 #, perl-format
37223722 msgid "%s: error on closing %s: %s\n"
37233723 msgstr "%s: Fehler beim Schließen von %s: %s\n"
37243724
3725 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3725 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
37263726 #, perl-format
37273727 msgid "%s: error on closing internal links file %s: %s\n"
37283728 msgstr "%s: Fehler beim Schließen der internen Verknüpfungsdatei %s: %s\n"
37293729
3730 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3730 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
37313731 #, perl-format
37323732 msgid "%s: could not open %s for writing: %s\n"
37333733 msgstr "%s: %s konnte nicht zum Schreiben geöffnet werden: %s\n"
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: 2017-07-10 19:41+0100\n"
11 "POT-Creation-Date: 2017-08-19 19:55+0100\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"
414414 msgid "Try --help for more information.\n"
415415 msgstr ""
416416
417 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
417 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
418418 #, c-format, perl-format
419419 msgid ""
420420 "Copyright (C) %s Free Software Foundation, Inc.\n"
503503 " info -f ./foo.info show file ./foo.info, not searching dir"
504504 msgstr ""
505505
506 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
506 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
507507 msgid ""
508508 "Email bug reports to bug-texinfo@gnu.org,\n"
509509 "general questions and discussion to help-texinfo@gnu.org.\n"
19031903 msgid "@%s: could not find %s"
19041904 msgstr ""
19051905
1906 #: tp/Texinfo/Common.pm:1628
1906 #: tp/Texinfo/Common.pm:1633
19071907 msgid "no node to be renamed"
19081908 msgstr ""
19091909
1910 #: tp/Texinfo/Common.pm:1639
1910 #: tp/Texinfo/Common.pm:1644
19111911 msgid "nodes without a new name at the end of file"
19121912 msgstr ""
19131913
1914 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
1914 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
19151915 #, perl-format
19161916 msgid "could not open %s: %s"
19171917 msgstr ""
19181918
1919 #: tp/Texinfo/Common.pm:2169
1919 #: tp/Texinfo/Common.pm:2174
19201920 #, perl-format
19211921 msgid "could not protect hash character in @%s"
19221922 msgstr ""
30233023 msgid "could not read init file %s"
30243024 msgstr ""
30253025
3026 #: tp/texi2any.pl:662
3026 #: tp/texi2any.pl:657
30273027 #, perl-format
30283028 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
30293029 msgstr ""
30303030
3031 #: tp/texi2any.pl:745
3031 #: tp/texi2any.pl:740
30323032 #, perl-format
30333033 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
30343034 msgstr ""
30353035
3036 #: tp/texi2any.pl:748
3036 #: tp/texi2any.pl:743
30373037 msgid ""
30383038 "Translate Texinfo source documentation to various other formats, by default\n"
30393039 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
30423042 "the behavior is identical, and does not depend on the installed name.\n"
30433043 msgstr ""
30443044
3045 #: tp/texi2any.pl:754
3045 #: tp/texi2any.pl:749
30463046 #, perl-format
30473047 msgid ""
30483048 "General options:\n"
30613061 " --version display version information and exit.\n"
30623062 msgstr ""
30633063
3064 #: tp/texi2any.pl:770
3064 #: tp/texi2any.pl:765
30653065 msgid ""
30663066 "Output format selection (default is to produce Info):\n"
30673067 " --docbook output Docbook XML rather than Info.\n"
30723072 " after checking validity of TEXINFO-FILE.\n"
30733073 msgstr ""
30743074
3075 #: tp/texi2any.pl:778
3075 #: tp/texi2any.pl:773
30763076 msgid ""
30773077 "General output options:\n"
30783078 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
30993099 " Otherwise, DEST names the output file.\n"
31003100 msgstr ""
31013101
3102 #: tp/texi2any.pl:798
3102 #: tp/texi2any.pl:793
31033103 #, perl-format
31043104 msgid ""
31053105 "Options for Info and plain text:\n"
31213121 " --split-size=NUM split Info files at size NUM (default %d).\n"
31223122 msgstr ""
31233123
3124 #: tp/texi2any.pl:815
3124 #: tp/texi2any.pl:810
31253125 msgid ""
31263126 "Options for HTML:\n"
31273127 " --css-include=FILE include FILE in HTML <style> output;\n"
31353135 " anchors; default is set only if split.\n"
31363136 msgstr ""
31373137
3138 #: tp/texi2any.pl:826
3138 #: tp/texi2any.pl:821
31393139 msgid ""
31403140 "Options for XML and Docbook:\n"
31413141 " --output-indent=VAL does nothing, retained for compatibility.\n"
31423142 msgstr ""
31433143
3144 #: tp/texi2any.pl:829
3144 #: tp/texi2any.pl:824
31453145 msgid ""
31463146 "Options for DVI/PS/PDF:\n"
31473147 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
31483148 msgstr ""
31493149
3150 #: tp/texi2any.pl:832
3150 #: tp/texi2any.pl:827
31513151 msgid ""
31523152 "Input file options:\n"
31533153 " --commands-in-node-names does nothing, retained for compatibility.\n"
31583158 " -U VAR undefine the variable VAR, as with @clear.\n"
31593159 msgstr ""
31603160
3161 #: tp/texi2any.pl:840
3161 #: tp/texi2any.pl:835
31623162 msgid ""
31633163 "Conditional processing in input:\n"
31643164 " --ifdocbook process @ifdocbook and @docbook even if\n"
31783178 " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
31793179 msgstr ""
31803180
3181 #: tp/texi2any.pl:857
3181 #: tp/texi2any.pl:852
31823182 msgid ""
31833183 " The defaults for the @if... conditionals depend on the output format:\n"
31843184 " if generating Docbook, --ifdocbook is on and the others are off;\n"
31883188 " if generating XML, --ifxml is on and the others are off.\n"
31893189 msgstr ""
31903190
3191 #: tp/texi2any.pl:864
3191 #: tp/texi2any.pl:859
31923192 msgid ""
31933193 "Examples:\n"
31943194 " makeinfo foo.texi write Info to foo's @setfilename\n"
32053205 " makeinfo --no-split foo.texi write one Info file however big\n"
32063206 msgstr ""
32073207
3208 #: tp/texi2any.pl:911
3208 #: tp/texi2any.pl:906
32093209 #, perl-format
32103210 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
32113211 msgstr ""
32123212
3213 #: tp/texi2any.pl:1002
3213 #: tp/texi2any.pl:997
32143214 #, perl-format
32153215 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
32163216 msgstr ""
32173217
3218 #: tp/texi2any.pl:1079
3218 #: tp/texi2any.pl:1074
32193219 #, perl-format
32203220 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
32213221 msgstr ""
32223222
3223 #: tp/texi2any.pl:1083
3223 #: tp/texi2any.pl:1078
32243224 msgid "--Xopt option without printed output"
32253225 msgstr ""
32263226
3227 #: tp/texi2any.pl:1099
3227 #: tp/texi2any.pl:1094
32283228 #, perl-format
32293229 msgid "unknown tree transformation %s"
32303230 msgstr ""
32313231
3232 #: tp/texi2any.pl:1106
3232 #: tp/texi2any.pl:1101
32333233 #, perl-format
32343234 msgid "ignoring splitting for format %s"
32353235 msgstr ""
32363236
3237 #: tp/texi2any.pl:1166
3237 #: tp/texi2any.pl:1161
32383238 #, perl-format
32393239 msgid "%s: missing file argument.\n"
32403240 msgstr ""
32413241
3242 #: tp/texi2any.pl:1167
3242 #: tp/texi2any.pl:1162
32433243 #, perl-format
32443244 msgid "Try `%s --help' for more information.\n"
32453245 msgstr ""
32463246
3247 #: tp/texi2any.pl:1255
3247 #: tp/texi2any.pl:1251
32483248 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
32493249 msgstr ""
32503250
3251 #: tp/texi2any.pl:1278
3251 #: tp/texi2any.pl:1274
32523252 #, perl-format
32533253 msgid "error on closing macro expand file %s: %s\n"
32543254 msgstr ""
32553255
3256 #: tp/texi2any.pl:1284
3256 #: tp/texi2any.pl:1280
32573257 #, perl-format
32583258 msgid "could not open %s for writing: %s\n"
32593259 msgstr ""
32603260
3261 #: tp/texi2any.pl:1309
3261 #: tp/texi2any.pl:1305
32623262 msgid ""
32633263 "insert_nodes_for_sectioning_commands transformation return no result. No "
32643264 "section?"
32653265 msgstr ""
32663266
3267 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3267 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
32683268 #, perl-format
32693269 msgid "%s: error on closing %s: %s\n"
32703270 msgstr ""
32713271
3272 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3272 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
32733273 #, perl-format
32743274 msgid "%s: error on closing internal links file %s: %s\n"
32753275 msgstr ""
32763276
3277 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3277 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
32783278 #, perl-format
32793279 msgid "%s: could not open %s for writing: %s\n"
32803280 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: 2017-07-10 19:41+0100\n"
9 "POT-Creation-Date: 2017-08-19 19:55+0100\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"
415415 msgid "Try --help for more information.\n"
416416 msgstr ""
417417
418 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
418 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
419419 #, c-format, perl-format
420420 msgid ""
421421 "Copyright (C) %s Free Software Foundation, Inc.\n"
504504 " info -f ./foo.info show file ./foo.info, not searching dir"
505505 msgstr ""
506506
507 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
507 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
508508 msgid ""
509509 "Email bug reports to bug-texinfo@gnu.org,\n"
510510 "general questions and discussion to help-texinfo@gnu.org.\n"
19241924 msgid "@%s: could not find %s"
19251925 msgstr ""
19261926
1927 #: tp/Texinfo/Common.pm:1628
1927 #: tp/Texinfo/Common.pm:1633
19281928 msgid "no node to be renamed"
19291929 msgstr ""
19301930
1931 #: tp/Texinfo/Common.pm:1639
1931 #: tp/Texinfo/Common.pm:1644
19321932 msgid "nodes without a new name at the end of file"
19331933 msgstr ""
19341934
1935 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
1935 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
19361936 #, perl-format
19371937 msgid "could not open %s: %s"
19381938 msgstr ""
19391939
1940 #: tp/Texinfo/Common.pm:2169
1940 #: tp/Texinfo/Common.pm:2174
19411941 #, perl-format
19421942 msgid "could not protect hash character in @%s"
19431943 msgstr ""
30443044 msgid "could not read init file %s"
30453045 msgstr ""
30463046
3047 #: tp/texi2any.pl:662
3047 #: tp/texi2any.pl:657
30483048 #, perl-format
30493049 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
30503050 msgstr ""
30513051
3052 #: tp/texi2any.pl:745
3052 #: tp/texi2any.pl:740
30533053 #, perl-format
30543054 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
30553055 msgstr ""
30563056
3057 #: tp/texi2any.pl:748
3057 #: tp/texi2any.pl:743
30583058 msgid ""
30593059 "Translate Texinfo source documentation to various other formats, by default\n"
30603060 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
30633063 "the behavior is identical, and does not depend on the installed name.\n"
30643064 msgstr ""
30653065
3066 #: tp/texi2any.pl:754
3066 #: tp/texi2any.pl:749
30673067 #, perl-format
30683068 msgid ""
30693069 "General options:\n"
30823082 " --version display version information and exit.\n"
30833083 msgstr ""
30843084
3085 #: tp/texi2any.pl:770
3085 #: tp/texi2any.pl:765
30863086 msgid ""
30873087 "Output format selection (default is to produce Info):\n"
30883088 " --docbook output Docbook XML rather than Info.\n"
30933093 " after checking validity of TEXINFO-FILE.\n"
30943094 msgstr ""
30953095
3096 #: tp/texi2any.pl:778
3096 #: tp/texi2any.pl:773
30973097 msgid ""
30983098 "General output options:\n"
30993099 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
31203120 " Otherwise, DEST names the output file.\n"
31213121 msgstr ""
31223122
3123 #: tp/texi2any.pl:798
3123 #: tp/texi2any.pl:793
31243124 #, perl-format
31253125 msgid ""
31263126 "Options for Info and plain text:\n"
31423142 " --split-size=NUM split Info files at size NUM (default %d).\n"
31433143 msgstr ""
31443144
3145 #: tp/texi2any.pl:815
3145 #: tp/texi2any.pl:810
31463146 msgid ""
31473147 "Options for HTML:\n"
31483148 " --css-include=FILE include FILE in HTML <style> output;\n"
31563156 " anchors; default is set only if split.\n"
31573157 msgstr ""
31583158
3159 #: tp/texi2any.pl:826
3159 #: tp/texi2any.pl:821
31603160 msgid ""
31613161 "Options for XML and Docbook:\n"
31623162 " --output-indent=VAL does nothing, retained for compatibility.\n"
31633163 msgstr ""
31643164
3165 #: tp/texi2any.pl:829
3165 #: tp/texi2any.pl:824
31663166 msgid ""
31673167 "Options for DVI/PS/PDF:\n"
31683168 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
31693169 msgstr ""
31703170
3171 #: tp/texi2any.pl:832
3171 #: tp/texi2any.pl:827
31723172 msgid ""
31733173 "Input file options:\n"
31743174 " --commands-in-node-names does nothing, retained for compatibility.\n"
31793179 " -U VAR undefine the variable VAR, as with @clear.\n"
31803180 msgstr ""
31813181
3182 #: tp/texi2any.pl:840
3182 #: tp/texi2any.pl:835
31833183 msgid ""
31843184 "Conditional processing in input:\n"
31853185 " --ifdocbook process @ifdocbook and @docbook even if\n"
31993199 " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
32003200 msgstr ""
32013201
3202 #: tp/texi2any.pl:857
3202 #: tp/texi2any.pl:852
32033203 msgid ""
32043204 " The defaults for the @if... conditionals depend on the output format:\n"
32053205 " if generating Docbook, --ifdocbook is on and the others are off;\n"
32093209 " if generating XML, --ifxml is on and the others are off.\n"
32103210 msgstr ""
32113211
3212 #: tp/texi2any.pl:864
3212 #: tp/texi2any.pl:859
32133213 msgid ""
32143214 "Examples:\n"
32153215 " makeinfo foo.texi write Info to foo's @setfilename\n"
32263226 " makeinfo --no-split foo.texi write one Info file however big\n"
32273227 msgstr ""
32283228
3229 #: tp/texi2any.pl:911
3229 #: tp/texi2any.pl:906
32303230 #, perl-format
32313231 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
32323232 msgstr ""
32333233
3234 #: tp/texi2any.pl:1002
3234 #: tp/texi2any.pl:997
32353235 #, perl-format
32363236 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
32373237 msgstr ""
32383238
3239 #: tp/texi2any.pl:1079
3239 #: tp/texi2any.pl:1074
32403240 #, perl-format
32413241 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
32423242 msgstr ""
32433243
3244 #: tp/texi2any.pl:1083
3244 #: tp/texi2any.pl:1078
32453245 msgid "--Xopt option without printed output"
32463246 msgstr ""
32473247
3248 #: tp/texi2any.pl:1099
3248 #: tp/texi2any.pl:1094
32493249 #, perl-format
32503250 msgid "unknown tree transformation %s"
32513251 msgstr ""
32523252
3253 #: tp/texi2any.pl:1106
3253 #: tp/texi2any.pl:1101
32543254 #, perl-format
32553255 msgid "ignoring splitting for format %s"
32563256 msgstr ""
32573257
3258 #: tp/texi2any.pl:1166
3258 #: tp/texi2any.pl:1161
32593259 #, perl-format
32603260 msgid "%s: missing file argument.\n"
32613261 msgstr ""
32623262
3263 #: tp/texi2any.pl:1167
3263 #: tp/texi2any.pl:1162
32643264 #, perl-format
32653265 msgid "Try `%s --help' for more information.\n"
32663266 msgstr ""
32673267
3268 #: tp/texi2any.pl:1255
3268 #: tp/texi2any.pl:1251
32693269 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
32703270 msgstr ""
32713271
3272 #: tp/texi2any.pl:1278
3272 #: tp/texi2any.pl:1274
32733273 #, perl-format
32743274 msgid "error on closing macro expand file %s: %s\n"
32753275 msgstr ""
32763276
3277 #: tp/texi2any.pl:1284
3277 #: tp/texi2any.pl:1280
32783278 #, perl-format
32793279 msgid "could not open %s for writing: %s\n"
32803280 msgstr ""
32813281
3282 #: tp/texi2any.pl:1309
3282 #: tp/texi2any.pl:1305
32833283 msgid ""
32843284 "insert_nodes_for_sectioning_commands transformation return no result. No "
32853285 "section?"
32863286 msgstr ""
32873287
3288 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3288 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
32893289 #, perl-format
32903290 msgid "%s: error on closing %s: %s\n"
32913291 msgstr ""
32923292
3293 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3293 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
32943294 #, perl-format
32953295 msgid "%s: error on closing internal links file %s: %s\n"
32963296 msgstr ""
32973297
3298 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3298 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
32993299 #, perl-format
33003300 msgid "%s: could not open %s for writing: %s\n"
33013301 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: 2017-07-10 19:41+0100\n"
12 "POT-Creation-Date: 2017-08-19 19:55+0100\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"
423423 msgid "Try --help for more information.\n"
424424 msgstr "Por ricevi pli da informoj uzu la opcion “--help”.\n"
425425
426 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
426 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
427427 #, c-format, perl-format
428428 msgid ""
429429 "Copyright (C) %s Free Software Foundation, Inc.\n"
570570 " info --sub -o ELO.txt emacs eligi tutan Emaksan manlibron al ELO.txt\n"
571571 " info -f ./UMO.info eligi la dosieron ./UMO.info sen atenti «dir»"
572572
573 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
573 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
574574 msgid ""
575575 "Email bug reports to bug-texinfo@gnu.org,\n"
576576 "general questions and discussion to help-texinfo@gnu.org.\n"
20892089 msgid "@%s: could not find %s"
20902090 msgstr "@%s: ne eblas trovi %s"
20912091
2092 #: tp/Texinfo/Common.pm:1628
2092 #: tp/Texinfo/Common.pm:1633
20932093 msgid "no node to be renamed"
20942094 msgstr "neniu nodo por alinomi"
20952095
2096 #: tp/Texinfo/Common.pm:1639
2096 #: tp/Texinfo/Common.pm:1644
20972097 msgid "nodes without a new name at the end of file"
20982098 msgstr "nodoj sen novaj nomoj je la fino de dosiero"
20992099
2100 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2100 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21012101 #, perl-format
21022102 msgid "could not open %s: %s"
21032103 msgstr "ne eblas malfermi %s por skribi: %s"
21042104
2105 #: tp/Texinfo/Common.pm:2169
2105 #: tp/Texinfo/Common.pm:2174
21062106 #, perl-format
21072107 msgid "could not protect hash character in @%s"
21082108 msgstr "ne eblas ŝirmi kradon en '@%s'"
32313231 msgid "could not read init file %s"
32323232 msgstr "ne eblas legi agordan dosieron %s"
32333233
3234 #: tp/texi2any.pl:662
3234 #: tp/texi2any.pl:657
32353235 #, perl-format
32363236 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32373237 msgstr "ignoriĝas nekonata valoro de TEXINFO_OUTPUT_FORMAT: «%s»\n"
32383238
3239 #: tp/texi2any.pl:745
3239 #: tp/texi2any.pl:740
32403240 #, perl-format
32413241 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32423242 msgstr "Uzmaniero: %s [OPCIO...] TEXINFO-DOSIERO...\n"
32433243
3244 #: tp/texi2any.pl:748
3244 #: tp/texi2any.pl:743
32453245 msgid ""
32463246 "Translate Texinfo source documentation to various other formats, by default\n"
32473247 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32553255 "Ĉi tiu programo kutime instaliĝis kiel ambaŭ 'makeinfo' kaj 'texi2any';\n"
32563256 "ilia konduto tute samas kaj ne dependas je la nomo.\n"
32573257
3258 #: tp/texi2any.pl:754
3258 #: tp/texi2any.pl:749
32593259 #, perl-format
32603260 msgid ""
32613261 "General options:\n"
32893289 " -v, --verbose rakonti kio estas farata\n"
32903290 " --version montri informon pri versio kaj fini\n"
32913291
3292 #: tp/texi2any.pl:770
3292 #: tp/texi2any.pl:765
32933293 msgid ""
32943294 "Output format selection (default is to produce Info):\n"
32953295 " --docbook output Docbook XML rather than Info.\n"
33103310 " post kontrolo de valideco de TEXINFO-"
33113311 "DOSIERO\n"
33123312
3313 #: tp/texi2any.pl:778
3313 #: tp/texi2any.pl:773
33143314 msgid ""
33153315 "General output options:\n"
33163316 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33563356 " aŭ finas per '/', meti eligdosierojn tien;\n"
33573357 " alikaze, CELO estas la eligdosiero\n"
33583358
3359 #: tp/texi2any.pl:798
3359 #: tp/texi2any.pl:793
33603360 #, perl-format
33613361 msgid ""
33623362 "Options for Info and plain text:\n"
33943394 " --split-size=NOMBRO fendi en dosieroj po NOMBRO bajtoj (defaŭlte "
33953395 "%d)\n"
33963396
3397 #: tp/texi2any.pl:815
3397 #: tp/texi2any.pl:810
33983398 msgid ""
33993399 "Options for HTML:\n"
34003400 " --css-include=FILE include FILE in HTML <style> output;\n"
34223422 " ankroj; estas defaŭlta nur dum "
34233423 "disfendado\n"
34243424
3425 #: tp/texi2any.pl:826
3425 #: tp/texi2any.pl:821
34263426 msgid ""
34273427 "Options for XML and Docbook:\n"
34283428 " --output-indent=VAL does nothing, retained for compatibility.\n"
34303430 "Opcioj por XML kaj Docbook:\n"
34313431 " --output-indent=VALORO (faras nenion; rekoniĝas por kongruo)\n"
34323432
3433 #: tp/texi2any.pl:829
3433 #: tp/texi2any.pl:824
34343434 msgid ""
34353435 "Options for DVI/PS/PDF:\n"
34363436 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34383438 "Opcioj por DVI/PS/PDF:\n"
34393439 " --Xopt=OPCIO doni tiu OPCIO al 'texi2dvi'; ripeteblas\n"
34403440
3441 #: tp/texi2any.pl:832
3441 #: tp/texi2any.pl:827
34423442 msgid ""
34433443 "Input file options:\n"
34443444 " --commands-in-node-names does nothing, retained for compatibility.\n"
34563456 " -P UJO antaŭmeti dosierUJOn al la serĉvojo de @include\n"
34573457 " -U VAR maldifini la variablon VAR, kiel per @clear\n"
34583458
3459 #: tp/texi2any.pl:840
3459 #: tp/texi2any.pl:835
34603460 msgid ""
34613461 "Conditional processing in input:\n"
34623462 " --ifdocbook process @ifdocbook and @docbook even if\n"
34943494 "\n"
34953495 " Krome, ĉe la opcioj --no-ifFORMO, ja traktiĝas la pecoj sub @ifnotFORMO.\n"
34963496
3497 #: tp/texi2any.pl:857
3497 #: tp/texi2any.pl:852
34983498 msgid ""
34993499 " The defaults for the @if... conditionals depend on the output format:\n"
35003500 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35113511 "malaktivas;\n"
35123512 " kiam XML generiĝas, --ifxml aktivas kaj la ceteraj malaktivas.\n"
35133513
3514 #: tp/texi2any.pl:864
3514 #: tp/texi2any.pl:859
35153515 msgid ""
35163516 "Examples:\n"
35173517 " makeinfo foo.texi write Info to foo's @setfilename\n"
35443544 " makeinfo --no-split UM.texi Kreas unu Info-dosieron, kiom ajn "
35453545 "grandan.\n"
35463546
3547 #: tp/texi2any.pl:911
3547 #: tp/texi2any.pl:906
35483548 #, perl-format
35493549 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35503550 msgstr "%s: Post “--footnote-style” estu “separate” aŭ “end”, ne “%s”.\n"
35513551
3552 #: tp/texi2any.pl:1002
3552 #: tp/texi2any.pl:997
35533553 #, perl-format
35543554 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35553555 msgstr ""
35563556 "%s: Post “--paragraph-indent” estu nombro, “none” aŭ “asis”, ne “%s”.\n"
35573557
3558 #: tp/texi2any.pl:1079
3558 #: tp/texi2any.pl:1074
35593559 #, perl-format
35603560 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
35613561 msgstr ""
35623562 "%s: dum generado de %s, eblas indiki nur unu enigan DOSIEROn kun opcio '-o'\n"
35633563
3564 #: tp/texi2any.pl:1083
3564 #: tp/texi2any.pl:1078
35653565 msgid "--Xopt option without printed output"
35663566 msgstr "opcio '--Xopt' indikatas sed ne fariĝas preseligo"
35673567
3568 #: tp/texi2any.pl:1099
3568 #: tp/texi2any.pl:1094
35693569 #, perl-format
35703570 msgid "unknown tree transformation %s"
35713571 msgstr "nekonata arbotransformo %s"
35723572
3573 #: tp/texi2any.pl:1106
3573 #: tp/texi2any.pl:1101
35743574 #, perl-format
35753575 msgid "ignoring splitting for format %s"
35763576 msgstr "ignoriĝas disfendo por aranĝo %s"
35773577
3578 #: tp/texi2any.pl:1166
3578 #: tp/texi2any.pl:1161
35793579 #, perl-format
35803580 msgid "%s: missing file argument.\n"
35813581 msgstr "%s: mankas dosiera argumento.\n"
35823582
3583 #: tp/texi2any.pl:1167
3583 #: tp/texi2any.pl:1162
35843584 #, perl-format
35853585 msgid "Try `%s --help' for more information.\n"
35863586 msgstr "Por pluaj detaloj tajpu “%s --help”.\n"
35873587
3588 #: tp/texi2any.pl:1255
3588 #: tp/texi2any.pl:1251
35893589 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35903590 msgstr ""
35913591 "Transformo 'fill_gaps_in_sectioning()' ne donis rezulton. Neniu sekcio?"
35923592
3593 #: tp/texi2any.pl:1278
3593 #: tp/texi2any.pl:1274
35943594 #, perl-format
35953595 msgid "error on closing macro expand file %s: %s\n"
35963596 msgstr "eraro dum fermo de %s (dosiero de makroaj etendoj): %s\n"
35973597
3598 #: tp/texi2any.pl:1284
3598 #: tp/texi2any.pl:1280
35993599 #, perl-format
36003600 msgid "could not open %s for writing: %s\n"
36013601 msgstr "ne eblas malfermi %s por skribi: %s\n"
36023602
3603 #: tp/texi2any.pl:1309
3603 #: tp/texi2any.pl:1305
36043604 msgid ""
36053605 "insert_nodes_for_sectioning_commands transformation return no result. No "
36063606 "section?"
36083608 "transformo 'insert_nodes_for_sectioning_commands()' ne donis rezulton. "
36093609 "Neniu sekcio?"
36103610
3611 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3611 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
36123612 #, perl-format
36133613 msgid "%s: error on closing %s: %s\n"
36143614 msgstr "%s: eraro dum fermo de %s: %s\n"
36153615
3616 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3616 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
36173617 #, perl-format
36183618 msgid "%s: error on closing internal links file %s: %s\n"
36193619 msgstr "%s: eraro dum fermo de %s (dosiero de internaj ligoj): %s\n"
36203620
3621 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3621 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
36223622 #, perl-format
36233623 msgid "%s: could not open %s for writing: %s\n"
36243624 msgstr "%s: ne eblas malfermi %s por skribi: %s\n"
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: 2017-07-10 19:41+0100\n"
10 "POT-Creation-Date: 2017-08-19 19:55+0100\n"
1111 "PO-Revision-Date: 2017-06-23 00:05+0200\n"
1212 "Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n"
1313 "Language-Team: Spanish <es@tp.org.es>\n"
435435 msgid "Try --help for more information.\n"
436436 msgstr "Pruebe la opción `--help' para obtener más información.\n"
437437
438 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
438 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
439439 #, c-format, perl-format
440440 msgid ""
441441 "Copyright (C) %s Free Software Foundation, Inc.\n"
594594 " info -f ./foo.info muestra el fichero './foo.info', sin buscar en\n"
595595 " el directorio"
596596
597 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
597 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
598598 msgid ""
599599 "Email bug reports to bug-texinfo@gnu.org,\n"
600600 "general questions and discussion to help-texinfo@gnu.org.\n"
21932193 msgid "@%s: could not find %s"
21942194 msgstr "@%s: no se pudo encontrar %s"
21952195
2196 #: tp/Texinfo/Common.pm:1628
2196 #: tp/Texinfo/Common.pm:1633
21972197 msgid "no node to be renamed"
21982198 msgstr "ningún nodo que renombrar"
21992199
2200 #: tp/Texinfo/Common.pm:1639
2200 #: tp/Texinfo/Common.pm:1644
22012201 msgid "nodes without a new name at the end of file"
22022202 msgstr "hay nodos sin nombre nuevo al final del fichero"
22032203
2204 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2204 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
22052205 #, perl-format
22062206 msgid "could not open %s: %s"
22072207 msgstr "no se pudo abrir %s: %s"
22082208
2209 #: tp/Texinfo/Common.pm:2169
2209 #: tp/Texinfo/Common.pm:2174
22102210 #, perl-format
22112211 msgid "could not protect hash character in @%s"
22122212 msgstr "no se ha podido proteger el carácter almohadilla en @%s"
33553355 msgid "could not read init file %s"
33563356 msgstr "no se ha podido leer el fichero de inicialización %s"
33573357
3358 #: tp/texi2any.pl:662
3358 #: tp/texi2any.pl:657
33593359 #, perl-format
33603360 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
33613361 msgstr "ignorando valor desconocido de TEXINFO_OUTPUT_FORMAT ('%s').\n"
33623362
3363 #: tp/texi2any.pl:745
3363 #: tp/texi2any.pl:740
33643364 #, perl-format
33653365 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
33663366 msgstr "Modo de empleo: %s [OPCIÓN]... FICHERO-TEXINFO...\n"
33673367
3368 #: tp/texi2any.pl:748
3368 #: tp/texi2any.pl:743
33693369 msgid ""
33703370 "Translate Texinfo source documentation to various other formats, by default\n"
33713371 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
33833383 "el comportamiento es idéntico, y no depende del nombre que se haya "
33843384 "instalado.\n"
33853385
3386 #: tp/texi2any.pl:754
3386 #: tp/texi2any.pl:749
33873387 #, perl-format
33883388 msgid ""
33893389 "General options:\n"
34313431 " --version mostrar información sobre la versión de esta\n"
34323432 " aplicación informática.\n"
34333433
3434 #: tp/texi2any.pl:770
3434 #: tp/texi2any.pl:765
34353435 msgid ""
34363436 "Output format selection (default is to produce Info):\n"
34373437 " --docbook output Docbook XML rather than Info.\n"
34523452 " después de comprobar la validez de\n"
34533453 " FICHERO-TEXINFO.\n"
34543454
3455 #: tp/texi2any.pl:778
3455 #: tp/texi2any.pl:773
34563456 msgid ""
34573457 "General output options:\n"
34583458 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
35083508 " En caso contrario, DESTINO es el nombre del\n"
35093509 " fichero.\n"
35103510
3511 #: tp/texi2any.pl:798
3511 #: tp/texi2any.pl:793
35123512 #, perl-format
35133513 msgid ""
35143514 "Options for Info and plain text:\n"
35623562 " una es de un tamaño NÚMERO (por defecto "
35633563 "%d).\n"
35643564
3565 #: tp/texi2any.pl:815
3565 #: tp/texi2any.pl:810
35663566 msgid ""
35673567 "Options for HTML:\n"
35683568 " --css-include=FILE include FILE in HTML <style> output;\n"
35923592 "solo\n"
35933593 " si hay división.\n"
35943594
3595 #: tp/texi2any.pl:826
3595 #: tp/texi2any.pl:821
35963596 msgid ""
35973597 "Options for XML and Docbook:\n"
35983598 " --output-indent=VAL does nothing, retained for compatibility.\n"
36003600 "opciones para XML y Docbook:\n"
36013601 " --output-indent=VAL no hace nada; se mantiene por compatibilidad.\n"
36023602
3603 #: tp/texi2any.pl:829
3603 #: tp/texi2any.pl:824
36043604 msgid ""
36053605 "Options for DVI/PS/PDF:\n"
36063606 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
36093609 " --Xopt=OPC pasa OPC a text2dvi; puede repetirse.\n"
36103610
36113611 # TODO review shell
3612 #: tp/texi2any.pl:832
3612 #: tp/texi2any.pl:827
36133613 msgid ""
36143614 "Input file options:\n"
36153615 " --commands-in-node-names does nothing, retained for compatibility.\n"
36443644 " propio documento mediante el uso de\n"
36453645 " `@clear VARIABLE'.\n"
36463646
3647 #: tp/texi2any.pl:840
3647 #: tp/texi2any.pl:835
36483648 msgid ""
36493649 "Conditional processing in input:\n"
36503650 " --ifdocbook process @ifdocbook and @docbook even if\n"
36883688 " También, para las opciones de tipo --no-ifFORMATO, procesar "
36893689 "`@ifnotFORMATO'.\n"
36903690
3691 #: tp/texi2any.pl:857
3691 #: tp/texi2any.pl:852
36923692 msgid ""
36933693 " The defaults for the @if... conditionals depend on the output format:\n"
36943694 " if generating Docbook, --ifdocbook is on and the others are off;\n"
37063706 "no;\n"
37073707 " si este es XML, --ifxml estará activo, mientras que el resto no;\n"
37083708
3709 #: tp/texi2any.pl:864
3709 #: tp/texi2any.pl:859
37103710 msgid ""
37113711 "Examples:\n"
37123712 " makeinfo foo.texi write Info to foo's @setfilename\n"
37833783 "cuán\n"
37843784 " grande sea.\n"
37853785
3786 #: tp/texi2any.pl:911
3786 #: tp/texi2any.pl:906
37873787 #, perl-format
37883788 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
37893789 msgstr ""
37903790 "%s: `--footnote-style' toma como argumentos `separate' o `end', no '%s'.\n"
37913791
3792 #: tp/texi2any.pl:1002
3792 #: tp/texi2any.pl:997
37933793 #, perl-format
37943794 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
37953795 msgstr ""
37963796 "%s: `--paragraph-indent' toma un argumento numérico/`none'/`asis', y no "
37973797 "'%s'.\n"
37983798
3799 #: tp/texi2any.pl:1079
3799 #: tp/texi2any.pl:1074
38003800 #, perl-format
38013801 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
38023802 msgstr ""
38033803 "%s: al generar %s, solo puede especificarse un FICHERO de entrada con -o\n"
38043804
3805 #: tp/texi2any.pl:1083
3805 #: tp/texi2any.pl:1078
38063806 msgid "--Xopt option without printed output"
38073807 msgstr "opción --Xopt sin salida impresa"
38083808
3809 #: tp/texi2any.pl:1099
3809 #: tp/texi2any.pl:1094
38103810 #, perl-format
38113811 msgid "unknown tree transformation %s"
38123812 msgstr "transformación de árbol desconocida '%s'"
38133813
3814 #: tp/texi2any.pl:1106
3814 #: tp/texi2any.pl:1101
38153815 #, perl-format
38163816 msgid "ignoring splitting for format %s"
38173817 msgstr "no se realiza división para el formato %s"
38183818
3819 #: tp/texi2any.pl:1166
3819 #: tp/texi2any.pl:1161
38203820 #, perl-format
38213821 msgid "%s: missing file argument.\n"
38223822 msgstr "%s: se necesita nombre de fichero que procesar.\n"
38233823
3824 #: tp/texi2any.pl:1167
3824 #: tp/texi2any.pl:1162
38253825 #, perl-format
38263826 msgid "Try `%s --help' for more information.\n"
38273827 msgstr "Pruebe `%s --help' para obtener más información.\n"
38283828
3829 #: tp/texi2any.pl:1255
3829 #: tp/texi2any.pl:1251
38303830 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
38313831 msgstr ""
38323832 "La transformación fill_gaps_in_sectioning no da ningún resultado.\n"
38333833 "¿No hay ninguna sección?"
38343834
3835 #: tp/texi2any.pl:1278
3835 #: tp/texi2any.pl:1274
38363836 #, perl-format
38373837 msgid "error on closing macro expand file %s: %s\n"
38383838 msgstr "error al cerrar el fichero de expansión de macros '%s': %s\n"
38393839
3840 #: tp/texi2any.pl:1284
3840 #: tp/texi2any.pl:1280
38413841 #, perl-format
38423842 msgid "could not open %s for writing: %s\n"
38433843 msgstr "no se pudo abrir %s para escriturea: %s\n"
38443844
3845 #: tp/texi2any.pl:1309
3845 #: tp/texi2any.pl:1305
38463846 msgid ""
38473847 "insert_nodes_for_sectioning_commands transformation return no result. No "
38483848 "section?"
38513851 "resultado.\n"
38523852 "¿No hay ninguna sección?"
38533853
3854 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3854 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
38553855 #, perl-format
38563856 msgid "%s: error on closing %s: %s\n"
38573857 msgstr "%s: error cerrando %s: %s\n"
38583858
3859 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3859 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
38603860 #, perl-format
38613861 msgid "%s: error on closing internal links file %s: %s\n"
38623862 msgstr "%s: error al cerrar el fichero de enlaces internos %s: %s\n"
38633863
3864 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3864 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
38653865 #, perl-format
38663866 msgid "%s: could not open %s for writing: %s\n"
38673867 msgstr "%s: no se pudo abrir %s para escritura: %s\n"
Binary diff not shown
1414 msgstr ""
1515 "Project-Id-Version: texinfo 6.3.92\n"
1616 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
17 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
17 "POT-Creation-Date: 2017-08-19 19:55+0100\n"
1818 "PO-Revision-Date: 2017-06-19 19:03+0200\n"
1919 "Last-Translator: Jean-Charles Malahieude <lilyfan@orange.fr>\n"
2020 "Language-Team: French <traduc@traduc.org>\n"
430430 msgid "Try --help for more information.\n"
431431 msgstr "Utilisez --help pour plus d'informations.\n"
432432
433 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
433 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
434434 #, c-format, perl-format
435435 msgid ""
436436 "Copyright (C) %s Free Software Foundation, Inc.\n"
575575 " info -f ./foo.info Affiche ./foo.info, sans parcourir\n"
576576 " l'arborescence."
577577
578 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
578 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
579579 msgid ""
580580 "Email bug reports to bug-texinfo@gnu.org,\n"
581581 "general questions and discussion to help-texinfo@gnu.org.\n"
21052105 msgid "@%s: could not find %s"
21062106 msgstr "@%s : impossible de trouver %s"
21072107
2108 #: tp/Texinfo/Common.pm:1628
2108 #: tp/Texinfo/Common.pm:1633
21092109 msgid "no node to be renamed"
21102110 msgstr "aucun nœud à renommer"
21112111
2112 #: tp/Texinfo/Common.pm:1639
2112 #: tp/Texinfo/Common.pm:1644
21132113 msgid "nodes without a new name at the end of file"
21142114 msgstr "nœuds sans nouveau nom à la fin du fichier"
21152115
2116 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2116 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21172117 #, perl-format
21182118 msgid "could not open %s: %s"
21192119 msgstr "impossible d'ouvrir %s : %s"
21202120
2121 #: tp/Texinfo/Common.pm:2169
2121 #: tp/Texinfo/Common.pm:2174
21222122 #, perl-format
21232123 msgid "could not protect hash character in @%s"
21242124 msgstr "impossible de protéger le caractère hash dans @%s"
32693269 msgid "could not read init file %s"
32703270 msgstr "impossible de lire le fichier init %s"
32713271
3272 #: tp/texi2any.pl:662
3272 #: tp/texi2any.pl:657
32733273 #, perl-format
32743274 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32753275 msgstr "valeur « %s » de TEXINFO_OUTPUT_FORMAT non reconnue, ignorée.\n"
32763276
3277 #: tp/texi2any.pl:745
3277 #: tp/texi2any.pl:740
32783278 #, perl-format
32793279 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32803280 msgstr "Utilisation : %s [OPTION]... FICHIER-TEXINFO...\n"
32813281
3282 #: tp/texi2any.pl:748
3282 #: tp/texi2any.pl:743
32833283 msgid ""
32843284 "Translate Texinfo source documentation to various other formats, by default\n"
32853285 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32943294 "Ce programme s'installe sous les noms de « makeinfo » et « texi2any » ;\n"
32953295 "le comportement est identique et ne dépend pas du nom de l'installation.\n"
32963296
3297 #: tp/texi2any.pl:754
3297 #: tp/texi2any.pl:749
32983298 #, perl-format
32993299 msgid ""
33003300 "General options:\n"
33313331 " -v, --verbose Explique ce qui est fait.\n"
33323332 " --version Affiche la version du logiciel et s'arrête.\n"
33333333
3334 #: tp/texi2any.pl:770
3334 #: tp/texi2any.pl:765
33353335 msgid ""
33363336 "Output format selection (default is to produce Info):\n"
33373337 " --docbook output Docbook XML rather than Info.\n"
33503350 " resultat demandé, après contrôle de\n"
33513351 " validité de FICHIER-TEXINFO.\n"
33523352
3353 #: tp/texi2any.pl:778
3353 #: tp/texi2any.pl:773
33543354 msgid ""
33553355 "General output options:\n"
33563356 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
34023402 " par un /, y dépose le fichier résultant.\n"
34033403 " Sinon, DEST sera le nom du fichier.\n"
34043404
3405 #: tp/texi2any.pl:798
3405 #: tp/texi2any.pl:793
34063406 #, perl-format
34073407 msgid ""
34083408 "Options for Info and plain text:\n"
34443444 " --split-size=NB Divise les fichiers Info à la taille NB (par\n"
34453445 " défaut %d).\n"
34463446
3447 #: tp/texi2any.pl:815
3447 #: tp/texi2any.pl:810
34483448 msgid ""
34493449 "Options for HTML:\n"
34503450 " --css-include=FILE include FILE in HTML <style> output;\n"
34733473 " nœuds et ancres ; défini par défaut\n"
34743474 " uniquement avec l'option « split ».\n"
34753475
3476 #: tp/texi2any.pl:826
3476 #: tp/texi2any.pl:821
34773477 msgid ""
34783478 "Options for XML and Docbook:\n"
34793479 " --output-indent=VAL does nothing, retained for compatibility.\n"
34813481 "Options des formats XML et Docbook :\n"
34823482 " --output-indent=VAL sans objet (conservé pour compatibilité).\n"
34833483
3484 #: tp/texi2any.pl:829
3484 #: tp/texi2any.pl:824
34853485 msgid ""
34863486 "Options for DVI/PS/PDF:\n"
34873487 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34893489 "Options des formats DVI, PS et PDF :\n"
34903490 " --Xopt=OPTION Passe OPTION à texi2dvi ; peut être répété.\n"
34913491
3492 #: tp/texi2any.pl:832
3492 #: tp/texi2any.pl:827
34933493 msgid ""
34943494 "Input file options:\n"
34953495 " --commands-in-node-names does nothing, retained for compatibility.\n"
35113511 " -U VAR Supprime la variable VAR, comme avec "
35123512 "@clear.\n"
35133513
3514 #: tp/texi2any.pl:840
3514 #: tp/texi2any.pl:835
35153515 msgid ""
35163516 "Conditional processing in input:\n"
35173517 " --ifdocbook process @ifdocbook and @docbook even if\n"
35483548 "\n"
35493549 " De plus, pour les options --no-ifFORMAT, traite les @ifnotFORMAT.\n"
35503550
3551 #: tp/texi2any.pl:857
3551 #: tp/texi2any.pl:852
35523552 msgid ""
35533553 " The defaults for the @if... conditionals depend on the output format:\n"
35543554 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35663566 " Si on produit du texte, --ifplaintext est « on » et les autres « off ».\n"
35673567 " Si on produit du format XML, --ifxml est « on » et les autres « off ».\n"
35683568
3569 #: tp/texi2any.pl:864
3569 #: tp/texi2any.pl:859
35703570 msgid ""
35713571 "Examples:\n"
35723572 " makeinfo foo.texi write Info to foo's @setfilename\n"
36013601 " makeinfo --no-split foo.texi Écrit un seul fichier Info\n"
36023602 " quelque soit sa taille\n"
36033603
3604 #: tp/texi2any.pl:911
3604 #: tp/texi2any.pl:906
36053605 #, perl-format
36063606 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
36073607 msgstr "%s: --footnote-style est « separate » ou « end », pas « %s ».\n"
36083608
3609 #: tp/texi2any.pl:1002
3609 #: tp/texi2any.pl:997
36103610 #, perl-format
36113611 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
36123612 msgstr ""
36133613 "%s : --paragraph-indent est numérique, « none » ou « asis », pas « %s ».\n"
36143614
3615 #: tp/texi2any.pl:1079
3615 #: tp/texi2any.pl:1074
36163616 #, perl-format
36173617 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
36183618 msgstr ""
36193619 "%s : pour produire %s, un seul fichier d'entrée peut être spécifié par -o\n"
36203620
3621 #: tp/texi2any.pl:1083
3621 #: tp/texi2any.pl:1078
36223622 msgid "--Xopt option without printed output"
36233623 msgstr "option --Xopt sans sortie imprimée"
36243624
3625 #: tp/texi2any.pl:1099
3625 #: tp/texi2any.pl:1094
36263626 #, perl-format
36273627 msgid "unknown tree transformation %s"
36283628 msgstr "transformation d'arbre inconnue %s"
36293629
3630 #: tp/texi2any.pl:1106
3630 #: tp/texi2any.pl:1101
36313631 #, perl-format
36323632 msgid "ignoring splitting for format %s"
36333633 msgstr "découpage sans objet pour le format %s"
36343634
3635 #: tp/texi2any.pl:1166
3635 #: tp/texi2any.pl:1161
36363636 #, perl-format
36373637 msgid "%s: missing file argument.\n"
36383638 msgstr "%s : argument fichier absent.\n"
36393639
3640 #: tp/texi2any.pl:1167
3640 #: tp/texi2any.pl:1162
36413641 #, perl-format
36423642 msgid "Try `%s --help' for more information.\n"
36433643 msgstr "Consultez « %s --help » pour plus d'informations.\n"
36443644
3645 #: tp/texi2any.pl:1255
3645 #: tp/texi2any.pl:1251
36463646 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36473647 msgstr ""
36483648 "la transformation fill_gaps_in_sectioning ne renvoie rien. Pas de section ?"
36493649
3650 #: tp/texi2any.pl:1278
3650 #: tp/texi2any.pl:1274
36513651 #, perl-format
36523652 msgid "error on closing macro expand file %s: %s\n"
36533653 msgstr "erreur de fermeture du fichier d'expansion de macros %s : %s\n"
36543654
3655 #: tp/texi2any.pl:1284
3655 #: tp/texi2any.pl:1280
36563656 #, perl-format
36573657 msgid "could not open %s for writing: %s\n"
36583658 msgstr "impossible d'ouvrir %s en écriture : %s\n"
36593659
3660 #: tp/texi2any.pl:1309
3660 #: tp/texi2any.pl:1305
36613661 msgid ""
36623662 "insert_nodes_for_sectioning_commands transformation return no result. No "
36633663 "section?"
36653665 "la transformation insert_nodes_for_sectioning_commands ne renvoie rien. Pas "
36663666 "de section ?"
36673667
3668 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3668 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
36693669 #, perl-format
36703670 msgid "%s: error on closing %s: %s\n"
36713671 msgstr "%s : erreur de fermeture de %s : %s\n"
36723672
3673 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3673 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
36743674 #, perl-format
36753675 msgid "%s: error on closing internal links file %s: %s\n"
36763676 msgstr "%s : erreur de fermeture du fichiers de liens internes %s : %s\n"
36773677
3678 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3678 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
36793679 #, perl-format
36803680 msgid "%s: could not open %s for writing: %s\n"
36813681 msgstr "%s : impossible d'ouvrir %s en écriture : %s\n"
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: 2017-07-10 19:41+0100\n"
8 "POT-Creation-Date: 2017-08-19 19:55+0100\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"
425425 msgid "Try --help for more information.\n"
426426 msgstr ".רתוי בר עדימ תגצהל --help הסנ\n"
427427
428 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
428 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
429429 #, c-format, perl-format
430430 msgid ""
431431 "Copyright (C) %s Free Software Foundation, Inc.\n"
516516 " info -f ./foo.info show file ./foo.info, not searching dir"
517517 msgstr ""
518518
519 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
519 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
520520 #, fuzzy
521521 msgid ""
522522 "Email bug reports to bug-texinfo@gnu.org,\n"
20152015 msgid "@%s: could not find %s"
20162016 msgstr ""
20172017
2018 #: tp/Texinfo/Common.pm:1628
2018 #: tp/Texinfo/Common.pm:1633
20192019 msgid "no node to be renamed"
20202020 msgstr ""
20212021
2022 #: tp/Texinfo/Common.pm:1639
2022 #: tp/Texinfo/Common.pm:1644
20232023 msgid "nodes without a new name at the end of file"
20242024 msgstr ""
20252025
2026 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2026 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
20272027 #, perl-format
20282028 msgid "could not open %s: %s"
20292029 msgstr ""
20302030
2031 #: tp/Texinfo/Common.pm:2169
2031 #: tp/Texinfo/Common.pm:2174
20322032 #, perl-format
20332033 msgid "could not protect hash character in @%s"
20342034 msgstr ""
31473147 msgid "could not read init file %s"
31483148 msgstr ".`%s' טלפ ץבוק תריציב הלקת"
31493149
3150 #: tp/texi2any.pl:662
3150 #: tp/texi2any.pl:657
31513151 #, perl-format
31523152 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
31533153 msgstr ""
31543154
3155 #: tp/texi2any.pl:745
3155 #: tp/texi2any.pl:740
31563156 #, perl-format
31573157 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
31583158 msgstr "%s [םינייפאמ]... TEXINFO-ץבוק... :שומישה ןפוא\n"
31593159
3160 #: tp/texi2any.pl:748
3160 #: tp/texi2any.pl:743
31613161 #, fuzzy
31623162 msgid ""
31633163 "Translate Texinfo source documentation to various other formats, by default\n"
31693169 " לדחמ תרירבכ ,םירחא םינוש םיטמרופל Texinfo רוקמ תפשב דועית םגרת\n"
31703170 ".GNU Info תינכת וא Emacs תרזעב האירקל םימיאתמה Info יצבק רציימ \n"
31713171
3172 #: tp/texi2any.pl:754
3172 #: tp/texi2any.pl:749
31733173 #, fuzzy, perl-format
31743174 msgid ""
31753175 "General options:\n"
31973197 " .תינכתה תלועפ לע טורפ גצה -v, --verbose\n"
31983198 " .אצו הנכתה תסריג יבגל עדימ גצה --version\n"
31993199
3200 #: tp/texi2any.pl:770
3200 #: tp/texi2any.pl:765
32013201 #, fuzzy
32023202 msgid ""
32033203 "Output format selection (default is to produce Info):\n"
32133213 " .Info םוקמב HTML טמרופב טלפ ןכה --html\n"
32143214 " .Info םוקמב XML טמרופב טלפ ןכה --xml\n"
32153215
3216 #: tp/texi2any.pl:778
3216 #: tp/texi2any.pl:773
32173217 #, fuzzy
32183218 msgid ""
32193219 "General output options:\n"
32513251 " .טלפ ץבוקב תואקסיפו םיקרפ ררפס --number-sections\n"
32523252 " .(HTML טלפ םא היקית) FILE ץבוקל טלפ בותכ -o, --output=FILE\n"
32533253
3254 #: tp/texi2any.pl:798
3254 #: tp/texi2any.pl:793
32553255 #, fuzzy, perl-format
32563256 msgid ""
32573257 "Options for Info and plain text:\n"
32853285 " .רוקמב התיהש יפכ הזזה לע רומש ,`asis'\n"
32863286 " .(%d ח\"מרב) NUM לדוגב םיצבק-תתל Info קלח --split-size=NUM\n"
32873287
3288 #: tp/texi2any.pl:815
3288 #: tp/texi2any.pl:810
32893289 msgid ""
32903290 "Options for HTML:\n"
32913291 " --css-include=FILE include FILE in HTML <style> output;\n"
32993299 " anchors; default is set only if split.\n"
33003300 msgstr ""
33013301
3302 #: tp/texi2any.pl:826
3302 #: tp/texi2any.pl:821
33033303 msgid ""
33043304 "Options for XML and Docbook:\n"
33053305 " --output-indent=VAL does nothing, retained for compatibility.\n"
33063306 msgstr ""
33073307
3308 #: tp/texi2any.pl:829
3308 #: tp/texi2any.pl:824
33093309 msgid ""
33103310 "Options for DVI/PS/PDF:\n"
33113311 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33123312 msgstr ""
33133313
3314 #: tp/texi2any.pl:832
3314 #: tp/texi2any.pl:827
33153315 #, fuzzy
33163316 msgid ""
33173317 "Input file options:\n"
33293329 " .@include לש שופיח תמישר שארב DIR ףסוה -P DIR\n"
33303330 " .@clear תדוקפב ומכ ,VAR הנתשמ תרדגה לטב -U VAR\n"
33313331
3332 #: tp/texi2any.pl:840
3332 #: tp/texi2any.pl:835
33333333 #, fuzzy
33343334 msgid ""
33353335 "Conditional processing in input:\n"
33593359 " .@ifplaintext-ב טסכט דבעת לא --no-ifplaintext\n"
33603360 " .@tex-ו @iftex-ב טסכט דבעת לא --no-iftex\n"
33613361
3362 #: tp/texi2any.pl:857
3362 #: tp/texi2any.pl:852
33633363 #, fuzzy
33643364 msgid ""
33653365 " The defaults for the @if... conditionals depend on the output format:\n"
33743374 " .םילעפומ םניא רתיה לכו לעפומ --ifinfo ,טסכט וא Info אוה טלפה םא\n"
33753375 " .םילעפומ םניא רתיה לכו לעפומ --ifplaintext ,טסכט אוה טלפה םא\n"
33763376
3377 #: tp/texi2any.pl:864
3377 #: tp/texi2any.pl:859
33783378 #, fuzzy
33793379 msgid ""
33803380 "Examples:\n"
34023402 " תואקסיפ רורפס םע Info טלפ makeinfo --number-sections foo.texi\n"
34033403 " היהיש לככ לודג ,דיחי ץבוקב Info טלפ makeinfo --no-split foo.texi\n"
34043404
3405 #: tp/texi2any.pl:911
3405 #: tp/texi2any.pl:906
34063406 #, perl-format
34073407 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34083408 msgstr ""
34093409 "%s: `%s' אל ,`end' וא `separate' תויהל --footnote-style לש טנמוגרא לע\n"
34103410
3411 #: tp/texi2any.pl:1002
3411 #: tp/texi2any.pl:997
34123412 #, perl-format
34133413 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34143414 msgstr ""
34153415 "%s: `%s' אל ,`asis'/`none'/ירמונ תויהל --paragraph-indent לש טנמוגרא לע\n"
34163416
3417 #: tp/texi2any.pl:1079
3417 #: tp/texi2any.pl:1074
34183418 #, perl-format
34193419 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
34203420 msgstr ""
34213421
3422 #: tp/texi2any.pl:1083
3422 #: tp/texi2any.pl:1078
34233423 msgid "--Xopt option without printed output"
34243424 msgstr ""
34253425
3426 #: tp/texi2any.pl:1099
3426 #: tp/texi2any.pl:1094
34273427 #, fuzzy, perl-format
34283428 msgid "unknown tree transformation %s"
34293429 msgstr "העודי הנניא `%s' הדוקפ"
34303430
3431 #: tp/texi2any.pl:1106
3431 #: tp/texi2any.pl:1101
34323432 #, perl-format
34333433 msgid "ignoring splitting for format %s"
34343434 msgstr ""
34353435
3436 #: tp/texi2any.pl:1166
3436 #: tp/texi2any.pl:1161
34373437 #, perl-format
34383438 msgid "%s: missing file argument.\n"
34393439 msgstr ".ץבוק םש רסח %s תינכתל\n"
34403440
3441 #: tp/texi2any.pl:1167
3441 #: tp/texi2any.pl:1162
34423442 #, perl-format
34433443 msgid "Try `%s --help' for more information.\n"
34443444 msgstr ".`%s --help' הסנ רתי טורפל\n"
34453445
3446 #: tp/texi2any.pl:1255
3446 #: tp/texi2any.pl:1251
34473447 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
34483448 msgstr ""
34493449
3450 #: tp/texi2any.pl:1278
3450 #: tp/texi2any.pl:1274
34513451 #, fuzzy, perl-format
34523452 msgid "error on closing macro expand file %s: %s\n"
34533453 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
34543454
3455 #: tp/texi2any.pl:1284
3455 #: tp/texi2any.pl:1280
34563456 #, perl-format
34573457 msgid "could not open %s for writing: %s\n"
34583458 msgstr ""
34593459
3460 #: tp/texi2any.pl:1309
3460 #: tp/texi2any.pl:1305
34613461 msgid ""
34623462 "insert_nodes_for_sectioning_commands transformation return no result. No "
34633463 "section?"
34643464 msgstr ""
34653465
3466 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3466 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
34673467 #, perl-format
34683468 msgid "%s: error on closing %s: %s\n"
34693469 msgstr ""
34703470
3471 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3471 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
34723472 #, perl-format
34733473 msgid "%s: error on closing internal links file %s: %s\n"
34743474 msgstr ""
34753475
3476 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3476 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
34773477 #, fuzzy, perl-format
34783478 msgid "%s: could not open %s for writing: %s\n"
34793479 msgstr "%s ץבוק לש (%s) האירקב ןהו (%s) הריציב ןה הלקת\n"
Binary diff not shown
99 msgstr ""
1010 "Project-Id-Version: texinfo-6.3.92\n"
1111 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
12 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
12 "POT-Creation-Date: 2017-08-19 19:55+0100\n"
1313 "PO-Revision-Date: 2017-06-18 12:41-0700\n"
1414 "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
1515 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
426426 msgid "Try --help for more information.\n"
427427 msgstr "Pokušajte --help za više informacija.\n"
428428
429 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
429 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
430430 #, c-format, perl-format
431431 msgid ""
432432 "Copyright (C) %s Free Software Foundation, Inc.\n"
562562 " info -f ./foo.info prikaži datoteku ./foo.info,\n"
563563 " bez pretraživanja direktorija"
564564
565 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
565 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
566566 msgid ""
567567 "Email bug reports to bug-texinfo@gnu.org,\n"
568568 "general questions and discussion to help-texinfo@gnu.org.\n"
20832083 msgid "@%s: could not find %s"
20842084 msgstr "@%s: ne mogu pronaći %s"
20852085
2086 #: tp/Texinfo/Common.pm:1628
2086 #: tp/Texinfo/Common.pm:1633
20872087 msgid "no node to be renamed"
20882088 msgstr "nema čvorova koje treba preimenovati"
20892089
2090 #: tp/Texinfo/Common.pm:1639
2090 #: tp/Texinfo/Common.pm:1644
20912091 msgid "nodes without a new name at the end of file"
20922092 msgstr "čvorovi bez novog imena na kraju datoteke"
20932093
2094 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2094 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
20952095 #, perl-format
20962096 msgid "could not open %s: %s"
20972097 msgstr "ne mogu otvoriti %s: %s"
20982098
2099 #: tp/Texinfo/Common.pm:2169
2099 #: tp/Texinfo/Common.pm:2174
21002100 #, perl-format
21012101 msgid "could not protect hash character in @%s"
21022102 msgstr "ne mogu zaštititi znak raspršenja (hash character) u @%s"
32223222 msgid "could not read init file %s"
32233223 msgstr "ne mogu čitati datoteku inicijalizacije %s"
32243224
3225 #: tp/texi2any.pl:662
3225 #: tp/texi2any.pl:657
32263226 #, perl-format
32273227 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32283228 msgstr "zanemaruje se nepoznata TEXINFO_OUTPUT_FORMAT vrijednost „%s“\n"
32293229
3230 #: tp/texi2any.pl:745
3230 #: tp/texi2any.pl:740
32313231 #, perl-format
32323232 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32333233 msgstr "Uporaba: %s [OPCIJA]... TEXINFO-DATOTEKA...\n"
32343234
3235 #: tp/texi2any.pl:748
3235 #: tp/texi2any.pl:743
32363236 msgid ""
32373237 "Translate Texinfo source documentation to various other formats, by default\n"
32383238 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32463246 "Taj program je normalno instaliran kao „makeinfo“ i „texi2any“;\n"
32473247 "ponašanje im je identično, i ne ovisi o instaliranom imenu.\n"
32483248
3249 #: tp/texi2any.pl:754
3249 #: tp/texi2any.pl:749
32503250 #, perl-format
32513251 msgid ""
32523252 "General options:\n"
32813281 " -v, --verbose pojasni što se događa.\n"
32823282 " --version prikaži informacije o inačici i iziđi.\n"
32833283
3284 #: tp/texi2any.pl:770
3284 #: tp/texi2any.pl:765
32853285 msgid ""
32863286 "Output format selection (default is to produce Info):\n"
32873287 " --docbook output Docbook XML rather than Info.\n"
33003300 " izlaza, nakon provjere valjanosti\n"
33013301 " TEXINFO-DATOTEKE.\n"
33023302
3303 #: tp/texi2any.pl:778
3303 #: tp/texi2any.pl:773
33043304 msgid ""
33053305 "General output options:\n"
33063306 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33503350 " U suprotnom, ODREDIŠTE je ime\n"
33513351 " izlazne datoteke.\n"
33523352
3353 #: tp/texi2any.pl:798
3353 #: tp/texi2any.pl:793
33543354 #, perl-format
33553355 msgid ""
33563356 "Options for Info and plain text:\n"
33873387 " --split-size=BROJ podijeli Info datoteke na veličinu BROJ\n"
33883388 " (zadano %d).\n"
33893389
3390 #: tp/texi2any.pl:815
3390 #: tp/texi2any.pl:810
33913391 msgid ""
33923392 "Options for HTML:\n"
33933393 " --css-include=FILE include FILE in HTML <style> output;\n"
34123412 " sidra; uključeno samo ako se\n"
34133413 " koristi rastavljanje.\n"
34143414
3415 #: tp/texi2any.pl:826
3415 #: tp/texi2any.pl:821
34163416 msgid ""
34173417 "Options for XML and Docbook:\n"
34183418 " --output-indent=VAL does nothing, retained for compatibility.\n"
34203420 "Opcije za XML i Docbook:\n"
34213421 " --output-indent=VRIJ ne radi ništa, zadržano zbog kompatibilnosti.\n"
34223422
3423 #: tp/texi2any.pl:829
3423 #: tp/texi2any.pl:824
34243424 msgid ""
34253425 "Options for DVI/PS/PDF:\n"
34263426 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34293429 " --Xopt=OPCIJA navedi OPCIJU za texi2dvi; može se "
34303430 "ponavljati.\n"
34313431
3432 #: tp/texi2any.pl:832
3432 #: tp/texi2any.pl:827
34333433 msgid ""
34343434 "Input file options:\n"
34353435 " --commands-in-node-names does nothing, retained for compatibility.\n"
34533453 " -U VAR ukloni definiciju varijable VAR, kao s "
34543454 "@clear.\n"
34553455
3456 #: tp/texi2any.pl:840
3456 #: tp/texi2any.pl:835
34573457 msgid ""
34583458 "Conditional processing in input:\n"
34593459 " --ifdocbook process @ifdocbook and @docbook even if\n"
34903490 "\n"
34913491 " Također za opcije --no-ifOBLIK ne obrađuj @ifnotOBLIK tekst.\n"
34923492
3493 #: tp/texi2any.pl:857
3493 #: tp/texi2any.pl:852
34943494 msgid ""
34953495 " The defaults for the @if... conditionals depend on the output format:\n"
34963496 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35073507 "isključeni;\n"
35083508 " ako se stvara XML, --ifxml je uključen, a ostali su isključeni.\n"
35093509
3510 #: tp/texi2any.pl:864
3510 #: tp/texi2any.pl:859
35113511 msgid ""
35123512 "Examples:\n"
35133513 " makeinfo foo.texi write Info to foo's @setfilename\n"
35403540 " makeinfo --no-split foo.texi napravi jednu Info datoteku o "
35413541 "veličini\n"
35423542
3543 #: tp/texi2any.pl:911
3543 #: tp/texi2any.pl:906
35443544 #, perl-format
35453545 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35463546 msgstr ""
35473547 "%s: --footnote-style argument mora biti „separate“ ili „end“, ne „%s“.\n"
35483548
3549 #: tp/texi2any.pl:1002
3549 #: tp/texi2any.pl:997
35503550 #, perl-format
35513551 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35523552 msgstr ""
35533553 "%s: --paragraph-indent argument mora biti broj, „none“ ili „asis“, ne „%s“.\n"
35543554
3555 #: tp/texi2any.pl:1079
3555 #: tp/texi2any.pl:1074
35563556 #, perl-format
35573557 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
35583558 msgstr ""
35593559 "%s: pri stvaranju %s, opcijom -o može se navesti samo jedna ulazna DATOTEKA\n"
35603560
3561 #: tp/texi2any.pl:1083
3561 #: tp/texi2any.pl:1078
35623562 msgid "--Xopt option without printed output"
35633563 msgstr "--Xopt opcija bez ispisanog izlaza"
35643564
3565 #: tp/texi2any.pl:1099
3565 #: tp/texi2any.pl:1094
35663566 #, perl-format
35673567 msgid "unknown tree transformation %s"
35683568 msgstr "nepoznata transformacija stabla %s"
35693569
3570 #: tp/texi2any.pl:1106
3570 #: tp/texi2any.pl:1101
35713571 #, perl-format
35723572 msgid "ignoring splitting for format %s"
35733573 msgstr "zanemaruje se razdvajanje za format %s"
35743574
3575 #: tp/texi2any.pl:1166
3575 #: tp/texi2any.pl:1161
35763576 #, perl-format
35773577 msgid "%s: missing file argument.\n"
35783578 msgstr "%s: nedostaje argument datoteke.\n"
35793579
3580 #: tp/texi2any.pl:1167
3580 #: tp/texi2any.pl:1162
35813581 #, perl-format
35823582 msgid "Try `%s --help' for more information.\n"
35833583 msgstr "Pokušajte „%s --help“ za više informacija.\n"
35843584
3585 #: tp/texi2any.pl:1255
3585 #: tp/texi2any.pl:1251
35863586 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35873587 msgstr ""
35883588 "fill_gaps_in_sectioning transformacija ne vraća rezultat. Nema odjeljka?"
35893589
3590 #: tp/texi2any.pl:1278
3590 #: tp/texi2any.pl:1274
35913591 #, perl-format
35923592 msgid "error on closing macro expand file %s: %s\n"
35933593 msgstr "greška pri zatvaranju makro proširene datoteke %s: %s\n"
35943594
3595 #: tp/texi2any.pl:1284
3595 #: tp/texi2any.pl:1280
35963596 #, perl-format
35973597 msgid "could not open %s for writing: %s\n"
35983598 msgstr "ne mogu otvoriti %s za pisanje: %s\n"
35993599
3600 #: tp/texi2any.pl:1309
3600 #: tp/texi2any.pl:1305
36013601 msgid ""
36023602 "insert_nodes_for_sectioning_commands transformation return no result. No "
36033603 "section?"
36053605 "insert_nodes_for_sectioning_commands transformacija ne vraća rezultat. Nema "
36063606 "odjeljka?"
36073607
3608 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3608 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
36093609 #, perl-format
36103610 msgid "%s: error on closing %s: %s\n"
36113611 msgstr "%s: greška pri zatvaranju %s: %s\n"
36123612
3613 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3613 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
36143614 #, perl-format
36153615 msgid "%s: error on closing internal links file %s: %s\n"
36163616 msgstr "%s: greška pri zatvaranju datoteke unutarnjih veza %s: %s\n"
36173617
3618 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3618 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
36193619 #, perl-format
36203620 msgid "%s: could not open %s for writing: %s\n"
36213621 msgstr "%s: ne mogu otvoriti %s za pisanje: %s\n"
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: 2017-07-10 19:41+0100\n"
8 "POT-Creation-Date: 2017-08-19 19:55+0100\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"
428428 msgid "Try --help for more information.\n"
429429 msgstr "A --help több információt ad.\n"
430430
431 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
431 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
432432 #, c-format, perl-format
433433 msgid ""
434434 "Copyright (C) %s Free Software Foundation, Inc.\n"
517517 " info -f ./foo.info show file ./foo.info, not searching dir"
518518 msgstr ""
519519
520 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
520 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
521521 #, fuzzy
522522 msgid ""
523523 "Email bug reports to bug-texinfo@gnu.org,\n"
21102110 msgid "@%s: could not find %s"
21112111 msgstr "%s: A CSS fájl nem nyitható meg: %s"
21122112
2113 #: tp/Texinfo/Common.pm:1628
2113 #: tp/Texinfo/Common.pm:1633
21142114 msgid "no node to be renamed"
21152115 msgstr ""
21162116
2117 #: tp/Texinfo/Common.pm:1639
2117 #: tp/Texinfo/Common.pm:1644
21182118 msgid "nodes without a new name at the end of file"
21192119 msgstr ""
21202120
2121 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2121 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21222122 #, fuzzy, perl-format
21232123 msgid "could not open %s: %s"
21242124 msgstr "%s: A CSS fájl nem nyitható meg: %s"
21252125
2126 #: tp/Texinfo/Common.pm:2169
2126 #: tp/Texinfo/Common.pm:2174
21272127 #, perl-format
21282128 msgid "could not protect hash character in @%s"
21292129 msgstr ""
32663266 msgid "could not read init file %s"
32673267 msgstr "A kimeneti fájl („%s“) nem hozható létre."
32683268
3269 #: tp/texi2any.pl:662
3269 #: tp/texi2any.pl:657
32703270 #, fuzzy, perl-format
32713271 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32723272 msgstr ""
32733273 "%s: Figyelmen kívül hagyom a fel nem ismert TEXINFO_OUTPUT_FORMAT értéket "
32743274 "(„%s“).\n"
32753275
3276 #: tp/texi2any.pl:745
3276 #: tp/texi2any.pl:740
32773277 #, perl-format
32783278 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32793279 msgstr "Használat: %s [OPCIÓK] ... TEXINFO-FÁJL...\n"
32803280
3281 #: tp/texi2any.pl:748
3281 #: tp/texi2any.pl:743
32823282 msgid ""
32833283 "Translate Texinfo source documentation to various other formats, by default\n"
32843284 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32873287 "the behavior is identical, and does not depend on the installed name.\n"
32883288 msgstr ""
32893289
3290 #: tp/texi2any.pl:754
3290 #: tp/texi2any.pl:749
32913291 #, perl-format
32923292 msgid ""
32933293 "General options:\n"
33063306 " --version display version information and exit.\n"
33073307 msgstr ""
33083308
3309 #: tp/texi2any.pl:770
3309 #: tp/texi2any.pl:765
33103310 #, fuzzy
33113311 msgid ""
33123312 "Output format selection (default is to produce Info):\n"
33233323 " --xml Texinfo XML kimenet Info helyett\n"
33243324 " --plaintext sima szöveg kimenet Info helyett\n"
33253325
3326 #: tp/texi2any.pl:778
3326 #: tp/texi2any.pl:773
33273327 msgid ""
33283328 "General output options:\n"
33293329 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33503350 " Otherwise, DEST names the output file.\n"
33513351 msgstr ""
33523352
3353 #: tp/texi2any.pl:798
3353 #: tp/texi2any.pl:793
33543354 #, perl-format
33553355 msgid ""
33563356 "Options for Info and plain text:\n"
33723372 " --split-size=NUM split Info files at size NUM (default %d).\n"
33733373 msgstr ""
33743374
3375 #: tp/texi2any.pl:815
3375 #: tp/texi2any.pl:810
33763376 msgid ""
33773377 "Options for HTML:\n"
33783378 " --css-include=FILE include FILE in HTML <style> output;\n"
33863386 " anchors; default is set only if split.\n"
33873387 msgstr ""
33883388
3389 #: tp/texi2any.pl:826
3389 #: tp/texi2any.pl:821
33903390 msgid ""
33913391 "Options for XML and Docbook:\n"
33923392 " --output-indent=VAL does nothing, retained for compatibility.\n"
33933393 msgstr ""
33943394
3395 #: tp/texi2any.pl:829
3395 #: tp/texi2any.pl:824
33963396 msgid ""
33973397 "Options for DVI/PS/PDF:\n"
33983398 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33993399 msgstr ""
34003400
3401 #: tp/texi2any.pl:832
3401 #: tp/texi2any.pl:827
34023402 msgid ""
34033403 "Input file options:\n"
34043404 " --commands-in-node-names does nothing, retained for compatibility.\n"
34093409 " -U VAR undefine the variable VAR, as with @clear.\n"
34103410 msgstr ""
34113411
3412 #: tp/texi2any.pl:840
3412 #: tp/texi2any.pl:835
34133413 msgid ""
34143414 "Conditional processing in input:\n"
34153415 " --ifdocbook process @ifdocbook and @docbook even if\n"
34293429 " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
34303430 msgstr ""
34313431
3432 #: tp/texi2any.pl:857
3432 #: tp/texi2any.pl:852
34333433 msgid ""
34343434 " The defaults for the @if... conditionals depend on the output format:\n"
34353435 " if generating Docbook, --ifdocbook is on and the others are off;\n"
34393439 " if generating XML, --ifxml is on and the others are off.\n"
34403440 msgstr ""
34413441
3442 #: tp/texi2any.pl:864
3442 #: tp/texi2any.pl:859
34433443 msgid ""
34443444 "Examples:\n"
34453445 " makeinfo foo.texi write Info to foo's @setfilename\n"
34563456 " makeinfo --no-split foo.texi write one Info file however big\n"
34573457 msgstr ""
34583458
3459 #: tp/texi2any.pl:911
3459 #: tp/texi2any.pl:906
34603460 #, perl-format
34613461 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34623462 msgstr ""
34633463 "%s: a --footnote-style argumentumának „separate“-nek vagy „end“-nek kell "
34643464 "lennie, „%s“ helyett.\n"
34653465
3466 #: tp/texi2any.pl:1002
3466 #: tp/texi2any.pl:997
34673467 #, perl-format
34683468 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34693469 msgstr ""
34703470 "%s: a --paragraph-indent argumentumának numerikusnak, „none“-nak vagy "
34713471 "„asis“-nek kell lennie, „%s“ helyett.\n"
34723472
3473 #: tp/texi2any.pl:1079
3473 #: tp/texi2any.pl:1074
34743474 #, perl-format
34753475 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
34763476 msgstr ""
34773477
3478 #: tp/texi2any.pl:1083
3478 #: tp/texi2any.pl:1078
34793479 msgid "--Xopt option without printed output"
34803480 msgstr ""
34813481
34823482 # action=művelet ? LM
34833483 # általában az - sas
3484 #: tp/texi2any.pl:1099
3484 #: tp/texi2any.pl:1094
34853485 #, fuzzy, perl-format
34863486 msgid "unknown tree transformation %s"
34873487 msgstr "ismeretlen művelet: „%s“."
34883488
3489 #: tp/texi2any.pl:1106
3489 #: tp/texi2any.pl:1101
34903490 #, perl-format
34913491 msgid "ignoring splitting for format %s"
34923492 msgstr ""
34933493
3494 #: tp/texi2any.pl:1166
3494 #: tp/texi2any.pl:1161
34953495 #, perl-format
34963496 msgid "%s: missing file argument.\n"
34973497 msgstr "%s: hiányzó fájl argumentum.\n"
34983498
3499 #: tp/texi2any.pl:1167
3499 #: tp/texi2any.pl:1162
35003500 #, perl-format
35013501 msgid "Try `%s --help' for more information.\n"
35023502 msgstr "További információért próbálja meg a „%s --help“-t.\n"
35033503
3504 #: tp/texi2any.pl:1255
3504 #: tp/texi2any.pl:1251
35053505 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35063506 msgstr ""
35073507
3508 #: tp/texi2any.pl:1278
3508 #: tp/texi2any.pl:1274
35093509 #, fuzzy, perl-format
35103510 msgid "error on closing macro expand file %s: %s\n"
35113511 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
35123512
3513 #: tp/texi2any.pl:1284
3513 #: tp/texi2any.pl:1280
35143514 #, fuzzy, perl-format
35153515 msgid "could not open %s for writing: %s\n"
35163516 msgstr "%s: A CSS fájl nem nyitható meg: %s"
35173517
3518 #: tp/texi2any.pl:1309
3518 #: tp/texi2any.pl:1305
35193519 msgid ""
35203520 "insert_nodes_for_sectioning_commands transformation return no result. No "
35213521 "section?"
35223522 msgstr ""
35233523
3524 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3524 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
35253525 #, perl-format
35263526 msgid "%s: error on closing %s: %s\n"
35273527 msgstr ""
35283528
3529 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3529 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
35303530 #, perl-format
35313531 msgid "%s: error on closing internal links file %s: %s\n"
35323532 msgstr ""
35333533
3534 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3534 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
35353535 #, fuzzy, perl-format
35363536 msgid "%s: could not open %s for writing: %s\n"
35373537 msgstr "%s: A CSS fájl nem nyitható meg: %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: 2017-07-10 19:41+0100\n"
9 "POT-Creation-Date: 2017-08-19 19:55+0100\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"
424424 msgid "Try --help for more information.\n"
425425 msgstr "Coba --help untuk informasi lebih lanjut.\n"
426426
427 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
427 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
428428 #, c-format, perl-format
429429 msgid ""
430430 "Copyright (C) %s Free Software Foundation, Inc.\n"
573573 " info --subnodes -o out.txt emacs dump seluruh manual ke out.txt\n"
574574 " info -f ./foo.info tampilkan berkas ./foo.info, bukan mencari dir"
575575
576 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
576 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
577577 msgid ""
578578 "Email bug reports to bug-texinfo@gnu.org,\n"
579579 "general questions and discussion to help-texinfo@gnu.org.\n"
21302130 msgid "@%s: could not find %s"
21312131 msgstr "%s: tidak dapat membuka --css-file: %s"
21322132
2133 #: tp/Texinfo/Common.pm:1628
2133 #: tp/Texinfo/Common.pm:1633
21342134 msgid "no node to be renamed"
21352135 msgstr "no node to be renamed"
21362136
2137 #: tp/Texinfo/Common.pm:1639
2137 #: tp/Texinfo/Common.pm:1644
21382138 msgid "nodes without a new name at the end of file"
21392139 msgstr "nodes without a new name at the end of file"
21402140
2141 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2141 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21422142 #, perl-format
21432143 msgid "could not open %s: %s"
21442144 msgstr "%s: tidak dapat membuka --css-file: %s"
21452145
2146 #: tp/Texinfo/Common.pm:2169
2146 #: tp/Texinfo/Common.pm:2174
21472147 #, perl-format
21482148 msgid "could not protect hash character in @%s"
21492149 msgstr "could not protect hash character in @%s"
32723272 msgid "could not read init file %s"
32733273 msgstr "Tidak dapat membuat berkas keluaran `%s'."
32743274
3275 #: tp/texi2any.pl:662
3275 #: tp/texi2any.pl:657
32763276 #, perl-format
32773277 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32783278 msgstr "Mengabaikan nilai TEXINFO_OUTPUT_FORMAT tidak dikenal `%s'.\n"
32793279
3280 #: tp/texi2any.pl:745
3280 #: tp/texi2any.pl:740
32813281 #, fuzzy, perl-format
32823282 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32833283 msgstr "Penggunaan: %s [OPSI]... BERKAS...\n"
32843284
3285 #: tp/texi2any.pl:748
3285 #: tp/texi2any.pl:743
32863286 #, fuzzy
32873287 msgid ""
32883288 "Translate Texinfo source documentation to various other formats, by default\n"
32953295 "Berkas info yang sesuai untuk pembacaan online dengan Emacs atau standalone "
32963296 "GNU Info.\n"
32973297
3298 #: tp/texi2any.pl:754
3298 #: tp/texi2any.pl:749
32993299 #, fuzzy, perl-format
33003300 msgid ""
33013301 "General options:\n"
33253325 " -v, --verbose jelaskan apa yang sedang dilakukan.\n"
33263326 " --version tampilkan informasi versi dan keluar.\n"
33273327
3328 #: tp/texi2any.pl:770
3328 #: tp/texi2any.pl:765
33293329 #, fuzzy
33303330 msgid ""
33313331 "Output format selection (default is to produce Info):\n"
33423342 " --xml keluarkan Texinfo XML daripada Info.\n"
33433343 " --plaintext keluarkan plain teks daripada Info.\n"
33443344
3345 #: tp/texi2any.pl:778
3345 #: tp/texi2any.pl:773
33463346 #, fuzzy
33473347 msgid ""
33483348 "General output options:\n"
33843384 " -o, --output=BERKAS keluarkan ke BERKAS (atau direktori jika split "
33853385 "HTML).\n"
33863386
3387 #: tp/texi2any.pl:798
3387 #: tp/texi2any.pl:793
33883388 #, perl-format
33893389 msgid ""
33903390 "Options for Info and plain text:\n"
34263426 " `asis', jaga indentasi yang sudah ada.\n"
34273427 " --split-size=NUM pisah berkas Info di ukuran NUM (baku %d).\n"
34283428
3429 #: tp/texi2any.pl:815
3429 #: tp/texi2any.pl:810
34303430 msgid ""
34313431 "Options for HTML:\n"
34323432 " --css-include=FILE include FILE in HTML <style> output;\n"
34493449 " hasilkan nama berkas dalam transliterasi "
34503450 "ASCII.\n"
34513451
3452 #: tp/texi2any.pl:826
3452 #: tp/texi2any.pl:821
34533453 msgid ""
34543454 "Options for XML and Docbook:\n"
34553455 " --output-indent=VAL does nothing, retained for compatibility.\n"
34573457 "Options for XML and Docbook:\n"
34583458 " --output-indent=VAL does nothing, retained for compatibility.\n"
34593459
3460 #: tp/texi2any.pl:829
3460 #: tp/texi2any.pl:824
34613461 msgid ""
34623462 "Options for DVI/PS/PDF:\n"
34633463 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34653465 "Options for DVI/PS/PDF:\n"
34663466 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34673467
3468 #: tp/texi2any.pl:832
3468 #: tp/texi2any.pl:827
34693469 #, fuzzy
34703470 msgid ""
34713471 "Input file options:\n"
34843484 " -U VAR tidak definisikan variabel VAR, sama dengan "
34853485 "@clear.\n"
34863486
3487 #: tp/texi2any.pl:840
3487 #: tp/texi2any.pl:835
34883488 msgid ""
34893489 "Conditional processing in input:\n"
34903490 " --ifdocbook process @ifdocbook and @docbook even if\n"
35223522 "\n"
35233523 " Juga, untuk opsi --no-ifFORMAT, jangan proses @ifnotFORMAT teks.\n"
35243524
3525 #: tp/texi2any.pl:857
3525 #: tp/texi2any.pl:852
35263526 msgid ""
35273527 " The defaults for the @if... conditionals depend on the output format:\n"
35283528 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35383538 "off;\n"
35393539 " jika menghasilkan XML, --ifxml adalah on dan yang lain adalah off.\n"
35403540
3541 #: tp/texi2any.pl:864
3541 #: tp/texi2any.pl:859
35423542 msgid ""
35433543 "Examples:\n"
35443544 " makeinfo foo.texi write Info to foo's @setfilename\n"
35673567 " makeinfo --no-split foo.texi tulis satu berkas Info walaupun "
35683568 "besar\n"
35693569
3570 #: tp/texi2any.pl:911
3570 #: tp/texi2any.pl:906
35713571 #, perl-format
35723572 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35733573 msgstr ""
35743574 "%s: --footnote-style arg harus berupa `separate' atau `end', bukan `%s'.\n"
35753575
3576 #: tp/texi2any.pl:1002
3576 #: tp/texi2any.pl:997
35773577 #, perl-format
35783578 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35793579 msgstr ""
35803580 "%s: --paragraph-indent arg harus berupa numerik/`none'/`asis', bukan `%s'.\n"
35813581
3582 #: tp/texi2any.pl:1079
3582 #: tp/texi2any.pl:1074
35833583 #, perl-format
35843584 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
35853585 msgstr "%s: when generating %s, only one input FILE may be specified with -o\n"
35863586
3587 #: tp/texi2any.pl:1083
3587 #: tp/texi2any.pl:1078
35883588 msgid "--Xopt option without printed output"
35893589 msgstr "--Xopt option without printed output"
35903590
3591 #: tp/texi2any.pl:1099
3591 #: tp/texi2any.pl:1094
35923592 #, perl-format
35933593 msgid "unknown tree transformation %s"
35943594 msgstr "aksi `%s' tidak dikenal"
35953595
3596 #: tp/texi2any.pl:1106
3596 #: tp/texi2any.pl:1101
35973597 #, perl-format
35983598 msgid "ignoring splitting for format %s"
35993599 msgstr "ignoring splitting for format %s"
36003600
3601 #: tp/texi2any.pl:1166
3601 #: tp/texi2any.pl:1161
36023602 #, perl-format
36033603 msgid "%s: missing file argument.\n"
36043604 msgstr "%s: hilang argumen berkas.\n"
36053605
3606 #: tp/texi2any.pl:1167
3606 #: tp/texi2any.pl:1162
36073607 #, perl-format
36083608 msgid "Try `%s --help' for more information.\n"
36093609 msgstr "Coba `%s --help' untuk informasi lebih lanjut.\n"
36103610
3611 #: tp/texi2any.pl:1255
3611 #: tp/texi2any.pl:1251
36123612 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36133613 msgstr "fill_gaps_in_sectioning transformation return no result. No section?"
36143614
3615 #: tp/texi2any.pl:1278
3615 #: tp/texi2any.pl:1274
36163616 #, perl-format
36173617 msgid "error on closing macro expand file %s: %s\n"
36183618 msgstr "error menutup berkas keluaran `%s': %s\n"
36193619
3620 #: tp/texi2any.pl:1284
3620 #: tp/texi2any.pl:1280
36213621 #, perl-format
36223622 msgid "could not open %s for writing: %s\n"
36233623 msgstr "%s: tidak dapat membuka --css-file: %s\n"
36243624
3625 #: tp/texi2any.pl:1309
3625 #: tp/texi2any.pl:1305
36263626 msgid ""
36273627 "insert_nodes_for_sectioning_commands transformation return no result. No "
36283628 "section?"
36303630 "insert_nodes_for_sectioning_commands transformation return no result. No "
36313631 "section?"
36323632
3633 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3633 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
36343634 #, perl-format
36353635 msgid "%s: error on closing %s: %s\n"
36363636 msgstr "%s: error on closing %s: %s\n"
36373637
3638 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3638 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
36393639 #, perl-format
36403640 msgid "%s: error on closing internal links file %s: %s\n"
36413641 msgstr "%s: mengabaikan keluaran link internal kedua `%s'. %s\n"
36423642
3643 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3643 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
36443644 #, perl-format
36453645 msgid "%s: could not open %s for writing: %s\n"
36463646 msgstr "%s: tidak dapat membuka %s --css-file: %s\n"
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: 2017-07-10 19:41+0100\n"
9 "POT-Creation-Date: 2017-08-19 19:55+0100\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"
423423 msgid "Try --help for more information.\n"
424424 msgstr "Usare «--help» per maggiori informazioni.\n"
425425
426 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
426 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
427427 #, c-format, perl-format
428428 msgid ""
429429 "Copyright (C) %s Free Software Foundation, Inc.\n"
577577 " info -f ./foo.info mostra il file «./foo.info» senza cercare la "
578578 "cartella"
579579
580 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
580 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
581581 msgid ""
582582 "Email bug reports to bug-texinfo@gnu.org,\n"
583583 "general questions and discussion to help-texinfo@gnu.org.\n"
21372137 msgid "@%s: could not find %s"
21382138 msgstr "@%s: impossibile trovare %s"
21392139
2140 #: tp/Texinfo/Common.pm:1628
2140 #: tp/Texinfo/Common.pm:1633
21412141 msgid "no node to be renamed"
21422142 msgstr "nessun nodo da rinominare"
21432143
2144 #: tp/Texinfo/Common.pm:1639
2144 #: tp/Texinfo/Common.pm:1644
21452145 msgid "nodes without a new name at the end of file"
21462146 msgstr "nodi senza un nuovo nome alla fine del file"
21472147
2148 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2148 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21492149 #, perl-format
21502150 msgid "could not open %s: %s"
21512151 msgstr "impossibile aprire %s: %s"
21522152
2153 #: tp/Texinfo/Common.pm:2169
2153 #: tp/Texinfo/Common.pm:2174
21542154 #, perl-format
21552155 msgid "could not protect hash character in @%s"
21562156 msgstr "impossibile proteggere il carattere hash in @%s"
32993299 msgid "could not read init file %s"
33003300 msgstr "impossibile leggere il file di inizializzazione %s"
33013301
3302 #: tp/texi2any.pl:662
3302 #: tp/texi2any.pl:657
33033303 #, perl-format
33043304 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
33053305 msgstr "ignora il valore sconosciuto di TEXINFO_OUTPUT_FORMAT «%s»\n"
33063306
3307 #: tp/texi2any.pl:745
3307 #: tp/texi2any.pl:740
33083308 #, fuzzy, perl-format
33093309 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
33103310 msgstr "Uso: %s [OPZIONE]... FILE...\n"
33113311
3312 #: tp/texi2any.pl:748
3312 #: tp/texi2any.pl:743
33133313 #, fuzzy
33143314 msgid ""
33153315 "Translate Texinfo source documentation to various other formats, by default\n"
33223322 "per impostazione predefinita i file Info sono adatti alla lettura con Emacs\n"
33233323 "oppure con GNU Info.\n"
33243324
3325 #: tp/texi2any.pl:754
3325 #: tp/texi2any.pl:749
33263326 #, fuzzy, perl-format
33273327 msgid ""
33283328 "General options:\n"
33623362 " -v, --verbose spiega cosa sta facendo.\n"
33633363 " --version mostra le informazioni di versione ed esce.\n"
33643364
3365 #: tp/texi2any.pl:770
3365 #: tp/texi2any.pl:765
33663366 #, fuzzy
33673367 msgid ""
33683368 "Output format selection (default is to produce Info):\n"
33813381 " --dvi, --dvipdf, --ps, --pdf chiama texi2dvi per generare l'output "
33823382 "passato.\n"
33833383
3384 #: tp/texi2any.pl:778
3384 #: tp/texi2any.pl:773
33853385 #, fuzzy
33863386 msgid ""
33873387 "General output options:\n"
34353435 " Altrimenti, DEST dà il nome al file\n"
34363436 " di output.\n"
34373437
3438 #: tp/texi2any.pl:798
3438 #: tp/texi2any.pl:793
34393439 #, perl-format
34403440 msgid ""
34413441 "Options for Info and plain text:\n"
34783478 " --split-size=NUM genera un documento multipagina di dimensioni "
34793479 "NUM (predefinito %d).\n"
34803480
3481 #: tp/texi2any.pl:815
3481 #: tp/texi2any.pl:810
34823482 msgid ""
34833483 "Options for HTML:\n"
34843484 " --css-include=FILE include FILE in HTML <style> output;\n"
35063506 " ancore; in modo predefinito\n"
35073507 " è abilitato solo con l'opzione «--split».\n"
35083508
3509 #: tp/texi2any.pl:826
3509 #: tp/texi2any.pl:821
35103510 msgid ""
35113511 "Options for XML and Docbook:\n"
35123512 " --output-indent=VAL does nothing, retained for compatibility.\n"
35143514 "Opzioni per XML e Docbook:\n"
35153515 " --output-indent=VAL non fare nulla, mantenuto per compatibilità.\n"
35163516
3517 #: tp/texi2any.pl:829
3517 #: tp/texi2any.pl:824
35183518 msgid ""
35193519 "Options for DVI/PS/PDF:\n"
35203520 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
35223522 "Opzioni per DVI/PS/PDF:\n"
35233523 " --Xopt=OPZ passa OPZ a texi2dvi; può essere ripetuto.\n"
35243524
3525 #: tp/texi2any.pl:832
3525 #: tp/texi2any.pl:827
35263526 #, fuzzy
35273527 msgid ""
35283528 "Input file options:\n"
35443544 " -U VAR rimuovi la definizione della variabile VAR, "
35453545 "simile a @clear.\n"
35463546
3547 #: tp/texi2any.pl:840
3547 #: tp/texi2any.pl:835
35483548 msgid ""
35493549 "Conditional processing in input:\n"
35503550 " --ifdocbook process @ifdocbook and @docbook even if\n"
35823582 "\n"
35833583 " Inoltre, per le opzioni «--no-ifFORMAT» elebora il testo @ifnotFORMAT.\n"
35843584
3585 #: tp/texi2any.pl:857
3585 #: tp/texi2any.pl:852
35863586 msgid ""
35873587 " The defaults for the @if... conditionals depend on the output format:\n"
35883588 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35993599 " se è testo semplice, --ifplaintext è attiva e tutte le altre no;\n"
36003600 " se è XML, --ifxml è attiva e tutte le altre no;\n"
36013601
3602 #: tp/texi2any.pl:864
3602 #: tp/texi2any.pl:859
36033603 msgid ""
36043604 "Examples:\n"
36053605 " makeinfo foo.texi write Info to foo's @setfilename\n"
36353635 "sezioni numerate\n"
36363636 " makeinfo --no-split foo.texi scrive in un solo file Info\n"
36373637
3638 #: tp/texi2any.pl:911
3638 #: tp/texi2any.pl:906
36393639 #, perl-format
36403640 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
36413641 msgstr ""
36423642 "%s: l'argomento --footnote-style deve essere «separate» o «end», non «%s».\n"
36433643
3644 #: tp/texi2any.pl:1002
3644 #: tp/texi2any.pl:997
36453645 #, perl-format
36463646 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
36473647 msgstr ""
36483648 "%s: l'argomento --paragraph-indent deve essere numerico/«none»/«asis», non "
36493649 "«%s».\n"
36503650
3651 #: tp/texi2any.pl:1079
3651 #: tp/texi2any.pl:1074
36523652 #, perl-format
36533653 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
36543654 msgstr ""
36553655 "%s: quando si produce %s, può essere specificato con l'opzione «-o» un solo "
36563656 "FILE di input\n"
36573657
3658 #: tp/texi2any.pl:1083
3658 #: tp/texi2any.pl:1078
36593659 msgid "--Xopt option without printed output"
36603660 msgstr "opzione «--Xopt» senza stampa dell'output"
36613661
3662 #: tp/texi2any.pl:1099
3662 #: tp/texi2any.pl:1094
36633663 #, perl-format
36643664 msgid "unknown tree transformation %s"
36653665 msgstr "trasformazione albero %s sconosciuta"
36663666
3667 #: tp/texi2any.pl:1106
3667 #: tp/texi2any.pl:1101
36683668 #, perl-format
36693669 msgid "ignoring splitting for format %s"
36703670 msgstr "scrittura multipagina per il formato %s ignorata"
36713671
3672 #: tp/texi2any.pl:1166
3672 #: tp/texi2any.pl:1161
36733673 #, perl-format
36743674 msgid "%s: missing file argument.\n"
36753675 msgstr "%s: nome file mancante.\n"
36763676
3677 #: tp/texi2any.pl:1167
3677 #: tp/texi2any.pl:1162
36783678 #, perl-format
36793679 msgid "Try `%s --help' for more information.\n"
36803680 msgstr "Usare «%s --help» per maggiori informazioni.\n"
36813681
3682 #: tp/texi2any.pl:1255
3682 #: tp/texi2any.pl:1251
36833683 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36843684 msgstr ""
36853685 "La trasformazione fill_gaps_in_sectioning non ha restituito alcun risultato. "
36863686 "Nessuna sezione?"
36873687
3688 #: tp/texi2any.pl:1278
3688 #: tp/texi2any.pl:1274
36893689 #, perl-format
36903690 msgid "error on closing macro expand file %s: %s\n"
36913691 msgstr "errore durante la chiusura del file di espansione della macro %s: %s\n"
36923692
3693 #: tp/texi2any.pl:1284
3693 #: tp/texi2any.pl:1280
36943694 #, perl-format
36953695 msgid "could not open %s for writing: %s\n"
36963696 msgstr "Impossibile aprire %s per la scrittura: %s\n"
36973697
3698 #: tp/texi2any.pl:1309
3698 #: tp/texi2any.pl:1305
36993699 msgid ""
37003700 "insert_nodes_for_sectioning_commands transformation return no result. No "
37013701 "section?"
37033703 "La trasformazione insert_nodes_for_sectioning_commands non ha restituito "
37043704 "alcun risultato. Nessuna sezione?"
37053705
3706 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3706 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
37073707 #, perl-format
37083708 msgid "%s: error on closing %s: %s\n"
37093709 msgstr "%s: errore durante la chiusura %s: %s\n"
37103710
3711 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3711 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
37123712 #, perl-format
37133713 msgid "%s: error on closing internal links file %s: %s\n"
37143714 msgstr ""
37153715 "%s: errore durante la chiusura del file dei collegamenti interni %s: %s\n"
37163716
3717 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3717 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
37183718 #, perl-format
37193719 msgid "%s: could not open %s for writing: %s\n"
37203720 msgstr "%s: impossibile aprire %s per la scrittura: %s\n"
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: 2017-07-10 19:41+0100\n"
15 "POT-Creation-Date: 2017-08-19 19:55+0100\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"
424424 msgid "Try --help for more information.\n"
425425 msgstr "詳しくは --help オプションを試してみてください。\n"
426426
427 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
427 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
428428 #, c-format, perl-format
429429 msgid ""
430430 "Copyright (C) %s Free Software Foundation, Inc.\n"
569569 " info -f ./foo.info dir を検索する代わりに ./foo.info ファイルを表示"
570570 "する"
571571
572 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
572 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
573573 msgid ""
574574 "Email bug reports to bug-texinfo@gnu.org,\n"
575575 "general questions and discussion to help-texinfo@gnu.org.\n"
21102110 msgid "@%s: could not find %s"
21112111 msgstr "@%s: `%s' が見つかりません"
21122112
2113 #: tp/Texinfo/Common.pm:1628
2113 #: tp/Texinfo/Common.pm:1633
21142114 msgid "no node to be renamed"
21152115 msgstr ""
21162116
2117 #: tp/Texinfo/Common.pm:1639
2117 #: tp/Texinfo/Common.pm:1644
21182118 msgid "nodes without a new name at the end of file"
21192119 msgstr ""
21202120
2121 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2121 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21222122 #, fuzzy, perl-format
21232123 msgid "could not open %s: %s"
21242124 msgstr "%s: --css-file %s を開くことができません"
21252125
2126 #: tp/Texinfo/Common.pm:2169
2126 #: tp/Texinfo/Common.pm:2174
21272127 #, perl-format
21282128 msgid "could not protect hash character in @%s"
21292129 msgstr ""
32633263 msgid "could not read init file %s"
32643264 msgstr " @FILE オプションを FILE から読み込む\n"
32653265
3266 #: tp/texi2any.pl:662
3266 #: tp/texi2any.pl:657
32673267 #, fuzzy, perl-format
32683268 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32693269 msgstr "%s: 認識できない TEXINFO_OUTPUT_FORMAT の値 `%s' を無視しています。\n"
32703270
3271 #: tp/texi2any.pl:745
3271 #: tp/texi2any.pl:740
32723272 #, fuzzy, perl-format
32733273 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32743274 msgstr "使用法: %s [OPTION]... FILE...\n"
32753275
3276 #: tp/texi2any.pl:748
3276 #: tp/texi2any.pl:743
32773277 #, fuzzy
32783278 msgid ""
32793279 "Translate Texinfo source documentation to various other formats, by default\n"
32853285 "Texinfo ソース文書を様々な形式で読めるように変換します。デフォルトでは\n"
32863286 "オンラインで Emacs や単独の GNU Info で読むのに適した Info ファイルです。\n"
32873287
3288 #: tp/texi2any.pl:754
3288 #: tp/texi2any.pl:749
32893289 #, fuzzy, perl-format
32903290 msgid ""
32913291 "General options:\n"
33203320 " -v, --verbose 行なわれる事を説明する。\n"
33213321 " --version バージョン情報を表示して終了する。\n"
33223322
3323 #: tp/texi2any.pl:770
3323 #: tp/texi2any.pl:765
33243324 #, fuzzy
33253325 msgid ""
33263326 "Output format selection (default is to produce Info):\n"
33393339 " --dvi, --dvipdf, --ps, --pdf texi2dvi を呼び出して指定された出力を生成"
33403340 "する。\n"
33413341
3342 #: tp/texi2any.pl:778
3342 #: tp/texi2any.pl:773
33433343 #, fuzzy
33443344 msgid ""
33453345 "General output options:\n"
33823382 " -o, --output=FILE FILE へ出力する (分割 HTML の場合ディレクト"
33833383 "リ)。\n"
33843384
3385 #: tp/texi2any.pl:798
3385 #: tp/texi2any.pl:793
33863386 #, perl-format
33873387 msgid ""
33883388 "Options for Info and plain text:\n"
34223422 " --split-size=NUM Info ファイルをサイズ NUM で分割する (default "
34233423 "%d)。\n"
34243424
3425 #: tp/texi2any.pl:815
3425 #: tp/texi2any.pl:810
34263426 msgid ""
34273427 "Options for HTML:\n"
34283428 " --css-include=FILE include FILE in HTML <style> output;\n"
34493449 "成する;\n"
34503450 " デフォルトでは分割時にのみ設定される。\n"
34513451
3452 #: tp/texi2any.pl:826
3452 #: tp/texi2any.pl:821
34533453 msgid ""
34543454 "Options for XML and Docbook:\n"
34553455 " --output-indent=VAL does nothing, retained for compatibility.\n"
34563456 msgstr ""
34573457
3458 #: tp/texi2any.pl:829
3458 #: tp/texi2any.pl:824
34593459 msgid ""
34603460 "Options for DVI/PS/PDF:\n"
34613461 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34623462 msgstr ""
34633463
3464 #: tp/texi2any.pl:832
3464 #: tp/texi2any.pl:827
34653465 #, fuzzy
34663466 msgid ""
34673467 "Input file options:\n"
34793479 " -P DIR @include 探索パスの先頭に DIR を挿入する。\n"
34803480 " -U VAR 変数 VAR を未定義にする。@clear と同じ。\n"
34813481
3482 #: tp/texi2any.pl:840
3482 #: tp/texi2any.pl:835
34833483 #, fuzzy
34843484 msgid ""
34853485 "Conditional processing in input:\n"
35213521 " また、--no-ifFORMAT オプションを指定すると @ifnotFORMAT テキストを処理す"
35223522 "る。\n"
35233523
3524 #: tp/texi2any.pl:857
3524 #: tp/texi2any.pl:852
35253525 msgid ""
35263526 " The defaults for the @if... conditionals depend on the output format:\n"
35273527 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35373537 " 平文テキストを生成する場合、--ifplaintext が有効で、他は無効になります。\n"
35383538 " XML を生成する場合、--ifxml が有効で、他は無効になります。\n"
35393539
3540 #: tp/texi2any.pl:864
3540 #: tp/texi2any.pl:859
35413541 #, fuzzy
35423542 msgid ""
35433543 "Examples:\n"
35733573 " makeinfo --no-split foo.texi 大きさにかかわらず一つの Info ファイ"
35743574 "ルに書き込む\n"
35753575
3576 #: tp/texi2any.pl:911
3576 #: tp/texi2any.pl:906
35773577 #, perl-format
35783578 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35793579 msgstr ""
35803580 "%s: --footnote-style 引数は `%s' ではなく、`separate' 又は `end' でなければ\n"
35813581 " なりません。\n"
35823582
3583 #: tp/texi2any.pl:1002
3583 #: tp/texi2any.pl:997
35843584 #, perl-format
35853585 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35863586 msgstr ""
35873587 "%s: --paragraph-indent 引数は `%s' ではなく、数値/`none'/`asis' でなければ\n"
35883588 " なりません。\n"
35893589
3590 #: tp/texi2any.pl:1079
3590 #: tp/texi2any.pl:1074
35913591 #, fuzzy, perl-format
35923592 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
35933593 msgstr "%s を生成するときに、-o には入力ファイルを1つだけ指定します。"
35943594
3595 #: tp/texi2any.pl:1083
3595 #: tp/texi2any.pl:1078
35963596 msgid "--Xopt option without printed output"
35973597 msgstr ""
35983598
3599 #: tp/texi2any.pl:1099
3599 #: tp/texi2any.pl:1094
36003600 #, fuzzy, perl-format
36013601 msgid "unknown tree transformation %s"
36023602 msgstr "不明なエスケープ '\\%c' が文字列内にあります。無視されました"
36033603
3604 #: tp/texi2any.pl:1106
3604 #: tp/texi2any.pl:1101
36053605 #, perl-format
36063606 msgid "ignoring splitting for format %s"
36073607 msgstr ""
36083608
3609 #: tp/texi2any.pl:1166
3609 #: tp/texi2any.pl:1161
36103610 #, perl-format
36113611 msgid "%s: missing file argument.\n"
36123612 msgstr "%s: ファイル引数を忘れていますよ\n"
36133613
3614 #: tp/texi2any.pl:1167
3614 #: tp/texi2any.pl:1162
36153615 #, perl-format
36163616 msgid "Try `%s --help' for more information.\n"
36173617 msgstr "詳しくは `%s --help' を実行してください。\n"
36183618
3619 #: tp/texi2any.pl:1255
3619 #: tp/texi2any.pl:1251
36203620 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36213621 msgstr ""
36223622
3623 #: tp/texi2any.pl:1278
3623 #: tp/texi2any.pl:1274
36243624 #, fuzzy, perl-format
36253625 msgid "error on closing macro expand file %s: %s\n"
36263626 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
36273627
3628 #: tp/texi2any.pl:1284
3628 #: tp/texi2any.pl:1280
36293629 #, fuzzy, perl-format
36303630 msgid "could not open %s for writing: %s\n"
36313631 msgstr "%s: --css-file %s を開くことができません"
36323632
3633 #: tp/texi2any.pl:1309
3633 #: tp/texi2any.pl:1305
36343634 msgid ""
36353635 "insert_nodes_for_sectioning_commands transformation return no result. No "
36363636 "section?"
36373637 msgstr ""
36383638
3639 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3639 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
36403640 #, fuzzy, perl-format
36413641 msgid "%s: error on closing %s: %s\n"
36423642 msgstr "%(service)s on %(device)s"
36433643
3644 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3644 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
36453645 #, fuzzy, perl-format
36463646 msgid "%s: error on closing internal links file %s: %s\n"
36473647 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
36483648
3649 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3649 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
36503650 #, fuzzy, perl-format
36513651 msgid "%s: could not open %s for writing: %s\n"
36523652 msgstr "%s: --css-file %s を開くことができません"
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: 2017-07-10 19:41+0100\n"
11 "POT-Creation-Date: 2017-08-19 19:55+0100\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"
421421 msgid "Try --help for more information.\n"
422422 msgstr "Prøv --help for mer informasjon.\n"
423423
424 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
424 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
425425 #, c-format, perl-format
426426 msgid ""
427427 "Copyright (C) %s Free Software Foundation, Inc.\n"
568568 " info --subnodes -o ut.txt emacs dump hele bruksanvisningen til ut.txt\n"
569569 " info -f ./foo.info vise filen ./foo.info, søker ikke katalogen"
570570
571 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
571 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
572572 msgid ""
573573 "Email bug reports to bug-texinfo@gnu.org,\n"
574574 "general questions and discussion to help-texinfo@gnu.org.\n"
20922092 msgid "@%s: could not find %s"
20932093 msgstr "@%s: kan ikke finne %s"
20942094
2095 #: tp/Texinfo/Common.pm:1628
2095 #: tp/Texinfo/Common.pm:1633
20962096 msgid "no node to be renamed"
20972097 msgstr ""
20982098
2099 #: tp/Texinfo/Common.pm:1639
2099 #: tp/Texinfo/Common.pm:1644
21002100 msgid "nodes without a new name at the end of file"
21012101 msgstr ""
21022102
2103 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2103 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21042104 #, perl-format
21052105 msgid "could not open %s: %s"
21062106 msgstr "Kunne ikke åpne %s: %s"
21072107
2108 #: tp/Texinfo/Common.pm:2169
2108 #: tp/Texinfo/Common.pm:2174
21092109 #, perl-format
21102110 msgid "could not protect hash character in @%s"
21112111 msgstr ""
32173217 msgid "could not read init file %s"
32183218 msgstr "Kunne ikke lese init-fil %s"
32193219
3220 #: tp/texi2any.pl:662
3220 #: tp/texi2any.pl:657
32213221 #, perl-format
32223222 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32233223 msgstr "ignorerer ugjenkjennelig TEXINFO_OUTPUT_FORMAT-verdi «%s».\n"
32243224
3225 #: tp/texi2any.pl:745
3225 #: tp/texi2any.pl:740
32263226 #, perl-format
32273227 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32283228 msgstr "Bruksmåte: %s [VALG]... TEXINFOFIL...\n"
32293229
3230 #: tp/texi2any.pl:748
3230 #: tp/texi2any.pl:743
32313231 msgid ""
32323232 "Translate Texinfo source documentation to various other formats, by default\n"
32333233 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32433243 "Dette programmet er ofte installert som både «makeinfo» og «texi2any»; \\ n\n"
32443244 "virkemåten er identisk og er ikke avhengig av det installerte navnet.\n"
32453245
3246 #: tp/texi2any.pl:754
3246 #: tp/texi2any.pl:749
32473247 #, perl-format
32483248 msgid ""
32493249 "General options:\n"
32773277 " -v, --verbose forklar hva som blir gjort.\n"
32783278 " --version vis programversjon og avslutt.\n"
32793279
3280 #: tp/texi2any.pl:770
3280 #: tp/texi2any.pl:765
32813281 msgid ""
32823282 "Output format selection (default is to produce Info):\n"
32833283 " --docbook output Docbook XML rather than Info.\n"
32973297 " etter å ha sjekket gyldigheten av TEXINFO-"
32983298 "FIL.\n"
32993299
3300 #: tp/texi2any.pl:778
3300 #: tp/texi2any.pl:773
33013301 msgid ""
33023302 "General output options:\n"
33033303 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33473347 " legg utdatafilen der.\n"
33483348 " Ellers navngir DEST utdatafilen.\n"
33493349
3350 #: tp/texi2any.pl:798
3350 #: tp/texi2any.pl:793
33513351 #, perl-format
33523352 msgid ""
33533353 "Options for Info and plain text:\n"
33873387 " --split-size=ANT splitte Infofilene ved lengde ANT (standard "
33883388 "%d).\n"
33893389
3390 #: tp/texi2any.pl:815
3390 #: tp/texi2any.pl:810
33913391 msgid ""
33923392 "Options for HTML:\n"
33933393 " --css-include=FILE include FILE in HTML <style> output;\n"
34133413 " --node-files lag omdirigeringsfiler for noder og\n"
34143414 " ankre; som standard kun hvis splitt.\n"
34153415
3416 #: tp/texi2any.pl:826
3416 #: tp/texi2any.pl:821
34173417 msgid ""
34183418 "Options for XML and Docbook:\n"
34193419 " --output-indent=VAL does nothing, retained for compatibility.\n"
34203420 msgstr ""
34213421
3422 #: tp/texi2any.pl:829
3422 #: tp/texi2any.pl:824
34233423 msgid ""
34243424 "Options for DVI/PS/PDF:\n"
34253425 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34263426 msgstr ""
34273427
3428 #: tp/texi2any.pl:832
3428 #: tp/texi2any.pl:827
34293429 msgid ""
34303430 "Input file options:\n"
34313431 " --commands-in-node-names does nothing, retained for compatibility.\n"
34473447 " -U VAR udefiner variabelen VAR, som om @clear "
34483448 "brukes.\n"
34493449
3450 #: tp/texi2any.pl:840
3450 #: tp/texi2any.pl:835
34513451 msgid ""
34523452 "Conditional processing in input:\n"
34533453 " --ifdocbook process @ifdocbook and @docbook even if\n"
34853485 "\n"
34863486 " Dessuten, for --no-ifFORMAT-alternativer, behandle @ifnotFORMAT-tekst.\n"
34873487
3488 #: tp/texi2any.pl:857
3488 #: tp/texi2any.pl:852
34893489 msgid ""
34903490 " The defaults for the @if... conditionals depend on the output format:\n"
34913491 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35013501 " dersom ren tekst genereres er --ifplaintext påslått og de andre av;\n"
35023502 " dersom XML genereres er --ifxml påslått og de andre av.\n"
35033503
3504 #: tp/texi2any.pl:864
3504 #: tp/texi2any.pl:859
35053505 msgid ""
35063506 "Examples:\n"
35073507 " makeinfo foo.texi write Info to foo's @setfilename\n"
35303530 " makeinfo --number-sections foo.texi skriv Info med nummererte avsnitt\n"
35313531 " makeinfo --no-split foo.texi skriv en Infofil uansett størrelse\n"
35323532
3533 #: tp/texi2any.pl:911
3533 #: tp/texi2any.pl:906
35343534 #, perl-format
35353535 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35363536 msgstr "%s: --footnote-style arg må være «separate» eller «end», ikke «%s».\n"
35373537
3538 #: tp/texi2any.pl:1002
3538 #: tp/texi2any.pl:997
35393539 #, perl-format
35403540 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35413541 msgstr ""
35423542 "%s: --paragraph-indent arg må være numerisk/«none»/«asis», ikke «%s».\n"
35433543
3544 #: tp/texi2any.pl:1079
3544 #: tp/texi2any.pl:1074
35453545 #, perl-format
35463546 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
35473547 msgstr "%s: ved generering av %s, kun én inndata-FIL kan spesifiseres med -o\n"
35483548
3549 #: tp/texi2any.pl:1083
3549 #: tp/texi2any.pl:1078
35503550 msgid "--Xopt option without printed output"
35513551 msgstr "alternativet --Xopt uten utdata-utskrifter"
35523552
3553 #: tp/texi2any.pl:1099
3553 #: tp/texi2any.pl:1094
35543554 #, perl-format
35553555 msgid "unknown tree transformation %s"
35563556 msgstr "Ukjent tre-transformasjon «%s»"
35573557
3558 #: tp/texi2any.pl:1106
3558 #: tp/texi2any.pl:1101
35593559 #, perl-format
35603560 msgid "ignoring splitting for format %s"
35613561 msgstr "ignorerer splitting for format %s"
35623562
3563 #: tp/texi2any.pl:1166
3563 #: tp/texi2any.pl:1161
35643564 #, perl-format
35653565 msgid "%s: missing file argument.\n"
35663566 msgstr "%s: mangler filargument.\n"
35673567
3568 #: tp/texi2any.pl:1167
3568 #: tp/texi2any.pl:1162
35693569 #, perl-format
35703570 msgid "Try `%s --help' for more information.\n"
35713571 msgstr "Prøv «%s --help» for mer informasjon.\n"
35723572
3573 #: tp/texi2any.pl:1255
3573 #: tp/texi2any.pl:1251
35743574 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35753575 msgstr ""
35763576 "fill_gaps_in_sectioning-transformasjon returnerte ingen resultater. Ingen "
35773577 "seksjon?"
35783578
3579 #: tp/texi2any.pl:1278
3579 #: tp/texi2any.pl:1274
35803580 #, perl-format
35813581 msgid "error on closing macro expand file %s: %s\n"
35823582 msgstr "Feil ved lukking av makroutvidelsesfil %s: «%s»\n"
35833583
3584 #: tp/texi2any.pl:1284
3584 #: tp/texi2any.pl:1280
35853585 #, perl-format
35863586 msgid "could not open %s for writing: %s\n"
35873587 msgstr "kunne ikke åpne %s for skriving: %s\n"
35883588
3589 #: tp/texi2any.pl:1309
3589 #: tp/texi2any.pl:1305
35903590 msgid ""
35913591 "insert_nodes_for_sectioning_commands transformation return no result. No "
35923592 "section?"
35943594 "insert_nodes_for_sectioning_commands-transformasjon returnerte ingen "
35953595 "resultater. Ingen seksjon?"
35963596
3597 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3597 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
35983598 #, perl-format
35993599 msgid "%s: error on closing %s: %s\n"
36003600 msgstr "%s: feil ved lukking av %s: %s\n"
36013601
3602 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3602 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
36033603 #, perl-format
36043604 msgid "%s: error on closing internal links file %s: %s\n"
36053605 msgstr "%s: feil ved lukking av intern lenkefil %s: %s\n"
36063606
3607 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3607 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
36083608 #, perl-format
36093609 msgid "%s: could not open %s for writing: %s\n"
36103610 msgstr "%s: kunne ikke åpne %s for skriving: %s\n"
Binary diff not shown
1313 msgstr ""
1414 "Project-Id-Version: texinfo-6.3.92\n"
1515 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
16 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
16 "POT-Creation-Date: 2017-08-19 19:55+0100\n"
1717 "PO-Revision-Date: 2017-06-22 09:57+0200\n"
1818 "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
1919 "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
430430 msgid "Try --help for more information.\n"
431431 msgstr "Gebruik '--help' voor meer informatie.\n"
432432
433 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
433 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
434434 #, c-format, perl-format
435435 msgid ""
436436 "Copyright (C) %s Free Software Foundation, Inc.\n"
574574 "dumpen\n"
575575 " info -f ./foo.info het bestand './foo.info' tonen"
576576
577 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
577 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
578578 msgid ""
579579 "Email bug reports to bug-texinfo@gnu.org,\n"
580580 "general questions and discussion to help-texinfo@gnu.org.\n"
21102110 msgid "@%s: could not find %s"
21112111 msgstr "@%s: kan %s niet vinden"
21122112
2113 #: tp/Texinfo/Common.pm:1628
2113 #: tp/Texinfo/Common.pm:1633
21142114 msgid "no node to be renamed"
21152115 msgstr "geen pagina om te hernoemen"
21162116
2117 #: tp/Texinfo/Common.pm:1639
2117 #: tp/Texinfo/Common.pm:1644
21182118 msgid "nodes without a new name at the end of file"
21192119 msgstr "pagina's zonder nieuwe naam aan einde van bestand"
21202120
2121 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2121 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21222122 #, perl-format
21232123 msgid "could not open %s: %s"
21242124 msgstr "kan %s niet openen: %s"
21252125
2126 #: tp/Texinfo/Common.pm:2169
2126 #: tp/Texinfo/Common.pm:2174
21272127 #, perl-format
21282128 msgid "could not protect hash character in @%s"
21292129 msgstr "kan hekje in @%s niet beschermen"
32713271 msgid "could not read init file %s"
32723272 msgstr "kan initialisatiebestand %s niet lezen"
32733273
3274 #: tp/texi2any.pl:662
3274 #: tp/texi2any.pl:657
32753275 #, perl-format
32763276 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32773277 msgstr "onbekende waarde '%s' van TEXINFO_OUTPUT_FORMAT wordt genegeerd\n"
32783278
3279 #: tp/texi2any.pl:745
3279 #: tp/texi2any.pl:740
32803280 #, perl-format
32813281 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32823282 msgstr "Gebruik: %s [OPTIE...] TEXINFO-BESTAND...\n"
32833283
3284 #: tp/texi2any.pl:748
3284 #: tp/texi2any.pl:743
32853285 msgid ""
32863286 "Translate Texinfo source documentation to various other formats, by default\n"
32873287 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32963296 "Dit programma wordt gewoonlijk geïnstalleerd zowel als 'makeinfo'\n"
32973297 "als als 'texi2any'; hun gedrag is identiek.\n"
32983298
3299 #: tp/texi2any.pl:754
3299 #: tp/texi2any.pl:749
33003300 #, perl-format
33013301 msgid ""
33023302 "General options:\n"
33343334 " -v, --verbose tonen wat er gedaan wordt\n"
33353335 " --version versie-informatie tonen en stoppen\n"
33363336
3337 #: tp/texi2any.pl:770
3337 #: tp/texi2any.pl:765
33383338 msgid ""
33393339 "Output format selection (default is to produce Info):\n"
33403340 " --docbook output Docbook XML rather than Info.\n"
33553355 " controleren van geldigheid van TEXINFO-"
33563356 "BESTAND\n"
33573357
3358 #: tp/texi2any.pl:778
3358 #: tp/texi2any.pl:773
33593359 msgid ""
33603360 "General output options:\n"
33613361 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33963396 " -o, --output=DOEL uitvoerbestand (of map indien gesplitste "
33973397 "HTML)\n"
33983398
3399 #: tp/texi2any.pl:798
3399 #: tp/texi2any.pl:793
34003400 #, perl-format
34013401 msgid ""
34023402 "Options for Info and plain text:\n"
34353435 " --split-size=GETAL bestanden opsplitsen vanaf deze grootte\n"
34363436 " (standaard %d bytes)\n"
34373437
3438 #: tp/texi2any.pl:815
3438 #: tp/texi2any.pl:810
34393439 msgid ""
34403440 "Options for HTML:\n"
34413441 " --css-include=FILE include FILE in HTML <style> output;\n"
34653465 " en ankers; is standaard alleen bij "
34663466 "opsplitsen\n"
34673467
3468 #: tp/texi2any.pl:826
3468 #: tp/texi2any.pl:821
34693469 msgid ""
34703470 "Options for XML and Docbook:\n"
34713471 " --output-indent=VAL does nothing, retained for compatibility.\n"
34733473 "Opties voor XML en DocBook:\n"
34743474 " --output-indent=WAARDE (doet niets; herkend voor compatibilteit)\n"
34753475
3476 #: tp/texi2any.pl:829
3476 #: tp/texi2any.pl:824
34773477 msgid ""
34783478 "Options for DVI/PS/PDF:\n"
34793479 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34823482 " --Xopt=OPTIE te gebruiken optie voor 'texi2dvi'; mag "
34833483 "herhaald\n"
34843484
3485 #: tp/texi2any.pl:832
3485 #: tp/texi2any.pl:827
34863486 msgid ""
34873487 "Input file options:\n"
34883488 " --commands-in-node-names does nothing, retained for compatibility.\n"
35013501 " -P MAP MAP vooraantoevoegen aan @include-zoekpad\n"
35023502 " -U VAR variabele VAR wissen (als met '@clear')\n"
35033503
3504 #: tp/texi2any.pl:840
3504 #: tp/texi2any.pl:835
35053505 msgid ""
35063506 "Conditional processing in input:\n"
35073507 " --ifdocbook process @ifdocbook and @docbook even if\n"
35363536 "\n"
35373537 " Voor de '--no-ifOPMAAK'-opties geldt: '@ifnotOPMAAK' _wel_ verwerken.\n"
35383538
3539 #: tp/texi2any.pl:857
3539 #: tp/texi2any.pl:852
35403540 msgid ""
35413541 " The defaults for the @if... conditionals depend on the output format:\n"
35423542 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35543554 "niet;\n"
35553555 " als XML gemaakt wordt, staat '--ifxml' aan en de anderen niet.\n"
35563556
3557 #: tp/texi2any.pl:864
3557 #: tp/texi2any.pl:859
35583558 msgid ""
35593559 "Examples:\n"
35603560 " makeinfo foo.texi write Info to foo's @setfilename\n"
35893589 " makeinfo --no-split foo.texi één Info-bestand ongeacht de "
35903590 "grootte\n"
35913591
3592 #: tp/texi2any.pl:911
3592 #: tp/texi2any.pl:906
35933593 #, perl-format
35943594 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35953595 msgstr ""
35963596 "%s: Argument van --footnote-style moet 'separate' of 'end' zijn, niet '%s'.\n"
35973597
3598 #: tp/texi2any.pl:1002
3598 #: tp/texi2any.pl:997
35993599 #, perl-format
36003600 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
36013601 msgstr ""
36023602 "%s: Argument van --paragraph-indent moet numeriek, 'none' of 'asis' zijn, "
36033603 "niet '%s'.\n"
36043604
3605 #: tp/texi2any.pl:1079
3605 #: tp/texi2any.pl:1074
36063606 #, perl-format
36073607 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
36083608 msgstr ""
36093609 "%s: bij het genereren van %s kan met optie '-o' slechts één invoerbestand "
36103610 "gegeven worden\n"
36113611
3612 #: tp/texi2any.pl:1083
3612 #: tp/texi2any.pl:1078
36133613 msgid "--Xopt option without printed output"
36143614 msgstr "Optie '--Xopt' gegeven zonder dat er afdrukuitvoer gemaakt wordt"
36153615
3616 #: tp/texi2any.pl:1099
3616 #: tp/texi2any.pl:1094
36173617 #, perl-format
36183618 msgid "unknown tree transformation %s"
36193619 msgstr "onbekende boomtransformatie %s"
36203620
3621 #: tp/texi2any.pl:1106
3621 #: tp/texi2any.pl:1101
36223622 #, perl-format
36233623 msgid "ignoring splitting for format %s"
36243624 msgstr "het splitsen voor opmaak %s wordt genegeerd"
36253625
3626 #: tp/texi2any.pl:1166
3626 #: tp/texi2any.pl:1161
36273627 #, perl-format
36283628 msgid "%s: missing file argument.\n"
36293629 msgstr "%s: Ontbrekend bestandsargument.\n"
36303630
3631 #: tp/texi2any.pl:1167
3631 #: tp/texi2any.pl:1162
36323632 #, perl-format
36333633 msgid "Try `%s --help' for more information.\n"
36343634 msgstr "Typ '%s --help' voor meer informatie.\n"
36353635
3636 #: tp/texi2any.pl:1255
3636 #: tp/texi2any.pl:1251
36373637 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36383638 msgstr ""
36393639 "Transformatie 'fill_gaps_in_sectioning()' leverde geen resultaat af. Geen "
36403640 "sectie?"
36413641
3642 #: tp/texi2any.pl:1278
3642 #: tp/texi2any.pl:1274
36433643 #, perl-format
36443644 msgid "error on closing macro expand file %s: %s\n"
36453645 msgstr "fout bij sluiten van %s, bestand met macro-expansies: %s\n"
36463646
3647 #: tp/texi2any.pl:1284
3647 #: tp/texi2any.pl:1280
36483648 #, perl-format
36493649 msgid "could not open %s for writing: %s\n"
36503650 msgstr "kan %s niet openen om te schrijven: %s\n"
36513651
3652 #: tp/texi2any.pl:1309
3652 #: tp/texi2any.pl:1305
36533653 msgid ""
36543654 "insert_nodes_for_sectioning_commands transformation return no result. No "
36553655 "section?"
36573657 "Transformatie 'insert_nodes_for_sectioning_commands()' leverde geen "
36583658 "resultaat af. Geen sectie?"
36593659
3660 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3660 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
36613661 #, perl-format
36623662 msgid "%s: error on closing %s: %s\n"
36633663 msgstr "%s: fout bij sluiten van %s: %s\n"
36643664
3665 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3665 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
36663666 #, perl-format
36673667 msgid "%s: error on closing internal links file %s: %s\n"
36683668 msgstr "%s: fout bij sluiten van %s, bestand met interne koppelingen: %s\n"
36693669
3670 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3670 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
36713671 #, perl-format
36723672 msgid "%s: could not open %s for writing: %s\n"
36733673 msgstr "%s: kan %s niet openen om te schrijven: %s\n"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo 6.3.92\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
9 "POT-Creation-Date: 2017-08-19 19:55+0100\n"
1010 "PO-Revision-Date: 2017-06-19 17:05+0200\n"
1111 "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
1212 "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
422422 msgid "Try --help for more information.\n"
423423 msgstr "Więcej informacji można uzyskać przez --help.\n"
424424
425 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
425 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
426426 #, c-format, perl-format
427427 msgid ""
428428 "Copyright (C) %s Free Software Foundation, Inc.\n"
566566 " info -f ./foo.info pokazanie pliku ./foo.info bez szukania w "
567567 "katalogu"
568568
569 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
569 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
570570 msgid ""
571571 "Email bug reports to bug-texinfo@gnu.org,\n"
572572 "general questions and discussion to help-texinfo@gnu.org.\n"
20882088 msgid "@%s: could not find %s"
20892089 msgstr "@%s: nie można znaleźć %s"
20902090
2091 #: tp/Texinfo/Common.pm:1628
2091 #: tp/Texinfo/Common.pm:1633
20922092 msgid "no node to be renamed"
20932093 msgstr "brak węzła do przemianowania"
20942094
2095 #: tp/Texinfo/Common.pm:1639
2095 #: tp/Texinfo/Common.pm:1644
20962096 msgid "nodes without a new name at the end of file"
20972097 msgstr "węzły bez nowej nazwy na końcu pliku"
20982098
2099 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2099 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21002100 #, perl-format
21012101 msgid "could not open %s: %s"
21022102 msgstr "nie można otworzyć %s: %s"
21032103
2104 #: tp/Texinfo/Common.pm:2169
2104 #: tp/Texinfo/Common.pm:2174
21052105 #, perl-format
21062106 msgid "could not protect hash character in @%s"
21072107 msgstr "nie można zabezpieczyć znaku hash w @%s"
32353235 msgid "could not read init file %s"
32363236 msgstr "nie można odczytać pliku init %s"
32373237
3238 #: tp/texi2any.pl:662
3238 #: tp/texi2any.pl:657
32393239 #, perl-format
32403240 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32413241 msgstr "zignorowano nierozpoznaną wartość TEXINFO_OUTPUT_FORMAT `%s'.\n"
32423242
3243 #: tp/texi2any.pl:745
3243 #: tp/texi2any.pl:740
32443244 #, perl-format
32453245 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32463246 msgstr "Składnia: %s [OPCJA]... PLIK-TEXINFO...\n"
32473247
3248 #: tp/texi2any.pl:748
3248 #: tp/texi2any.pl:743
32493249 msgid ""
32503250 "Translate Texinfo source documentation to various other formats, by default\n"
32513251 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32613261 "Ten program jest zainstalowany wspólnie jako `makeinfo' oraz `texi2any';\n"
32623262 "zachowanie jest identycznie i nie zależy od nazwy programu.\n"
32633263
3264 #: tp/texi2any.pl:754
3264 #: tp/texi2any.pl:749
32653265 #, perl-format
32663266 msgid ""
32673267 "General options:\n"
32993299 " --version wyświetlenie informacji o wersji i "
33003300 "zakończenie.\n"
33013301
3302 #: tp/texi2any.pl:770
3302 #: tp/texi2any.pl:765
33033303 msgid ""
33043304 "Output format selection (default is to produce Info):\n"
33053305 " --docbook output Docbook XML rather than Info.\n"
33183318 " podanego wyjścia po sprawdzeniu poprawności\n"
33193319 " PLIKU-TEXINFO.\n"
33203320
3321 #: tp/texi2any.pl:778
3321 #: tp/texi2any.pl:773
33223322 msgid ""
33233323 "General output options:\n"
33243324 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33693369 " W innym przypadku CEL to nazwa pliku\n"
33703370 " wyjściowego.\n"
33713371
3372 #: tp/texi2any.pl:798
3372 #: tp/texi2any.pl:793
33733373 #, perl-format
33743374 msgid ""
33753375 "Options for Info and plain text:\n"
34123412 " --split-size=ROZMIAR podział Info na pliki o ROZMIARZE (domyślnie "
34133413 "%d).\n"
34143414
3415 #: tp/texi2any.pl:815
3415 #: tp/texi2any.pl:810
34163416 msgid ""
34173417 "Options for HTML:\n"
34183418 " --css-include=FILE include FILE in HTML <style> output;\n"
34373437 " --node-files tworzenie plików przekierowań dla węzłów\n"
34383438 " i znaczników; domyśnie tylko przy podziale.\n"
34393439
3440 #: tp/texi2any.pl:826
3440 #: tp/texi2any.pl:821
34413441 msgid ""
34423442 "Options for XML and Docbook:\n"
34433443 " --output-indent=VAL does nothing, retained for compatibility.\n"
34453445 "Opcje dla XML-a i Docbooka:\n"
34463446 " --output-indent=ILE nic, zachowane dla kompatybilności.\n"
34473447
3448 #: tp/texi2any.pl:829
3448 #: tp/texi2any.pl:824
34493449 msgid ""
34503450 "Options for DVI/PS/PDF:\n"
34513451 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34543454 " --Xopt=OPCJA przekazanie OPCJI do texi2dvi; można "
34553455 "powtarzać.\n"
34563456
3457 #: tp/texi2any.pl:832
3457 #: tp/texi2any.pl:827
34583458 msgid ""
34593459 "Input file options:\n"
34603460 " --commands-in-node-names does nothing, retained for compatibility.\n"
34763476 " -U ZMIENNA usunięcie definicji ZMIENNEJ, tak jak "
34773477 "@clear.\n"
34783478
3479 #: tp/texi2any.pl:840
3479 #: tp/texi2any.pl:835
34803480 msgid ""
34813481 "Conditional processing in input:\n"
34823482 " --ifdocbook process @ifdocbook and @docbook even if\n"
35173517 "\n"
35183518 " Ponadto opcje --no-ifFORMAT powodują przetwarzanie tekstu @ifnotFORMAT.\n"
35193519
3520 #: tp/texi2any.pl:857
3520 #: tp/texi2any.pl:852
35213521 msgid ""
35223522 " The defaults for the @if... conditionals depend on the output format:\n"
35233523 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35353535 "wyłączone;\n"
35363536 " jeśli generowany jest XML, --ifxml jest włączone, a reszta wyłączona.\n"
35373537
3538 #: tp/texi2any.pl:864
3538 #: tp/texi2any.pl:859
35393539 msgid ""
35403540 "Examples:\n"
35413541 " makeinfo foo.texi write Info to foo's @setfilename\n"
35703570 " makeinfo --no-split foo.texi zapisanie jednego wielkiego pliku "
35713571 "Info\n"
35723572
3573 #: tp/texi2any.pl:911
3573 #: tp/texi2any.pl:906
35743574 #, perl-format
35753575 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35763576 msgstr ""
35773577 "%s: argumentem --footnote-style musi być `separate' lub `end', a nie `%s'.\n"
35783578
3579 #: tp/texi2any.pl:1002
3579 #: tp/texi2any.pl:997
35803580 #, perl-format
35813581 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35823582 msgstr ""
35833583 "%s: argument --paragraph-indent musi być liczbą/`none'/`asis', a nie `%s'.\n"
35843584
3585 #: tp/texi2any.pl:1079
3585 #: tp/texi2any.pl:1074
35863586 #, perl-format
35873587 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
35883588 msgstr ""
35893589 "%s: przy generowaniu %s, opcją -o można podać tylko jeden PLIK wejściowy\n"
35903590
3591 #: tp/texi2any.pl:1083
3591 #: tp/texi2any.pl:1078
35923592 msgid "--Xopt option without printed output"
35933593 msgstr "opcja --Xopt bez drukowanego wyjścia"
35943594
3595 #: tp/texi2any.pl:1099
3595 #: tp/texi2any.pl:1094
35963596 #, perl-format
35973597 msgid "unknown tree transformation %s"
35983598 msgstr "nieznane przekształcenie drzewa %s"
35993599
3600 #: tp/texi2any.pl:1106
3600 #: tp/texi2any.pl:1101
36013601 #, perl-format
36023602 msgid "ignoring splitting for format %s"
36033603 msgstr "zignorowano podział dla formatu %s"
36043604
3605 #: tp/texi2any.pl:1166
3605 #: tp/texi2any.pl:1161
36063606 #, perl-format
36073607 msgid "%s: missing file argument.\n"
36083608 msgstr "%s: brakujący argument plikowy.\n"
36093609
3610 #: tp/texi2any.pl:1167
3610 #: tp/texi2any.pl:1162
36113611 #, perl-format
36123612 msgid "Try `%s --help' for more information.\n"
36133613 msgstr "Polecenie `%s --help' poda więcej informacji.\n"
36143614
3615 #: tp/texi2any.pl:1255
3615 #: tp/texi2any.pl:1251
36163616 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36173617 msgstr ""
36183618 "Przekształcenie fill_gaps_in_sectioning zwróciło pusty wynik. Brak sekcji?"
36193619
3620 #: tp/texi2any.pl:1278
3620 #: tp/texi2any.pl:1274
36213621 #, perl-format
36223622 msgid "error on closing macro expand file %s: %s\n"
36233623 msgstr "błąd podczas zamykania pliku rozwinięć makr %s: %s\n"
36243624
3625 #: tp/texi2any.pl:1284
3625 #: tp/texi2any.pl:1280
36263626 #, perl-format
36273627 msgid "could not open %s for writing: %s\n"
36283628 msgstr "nie można otworzyć pliku %s do zapisu: %s\n"
36293629
3630 #: tp/texi2any.pl:1309
3630 #: tp/texi2any.pl:1305
36313631 msgid ""
36323632 "insert_nodes_for_sectioning_commands transformation return no result. No "
36333633 "section?"
36353635 "Przekształcenie insert_nodes_for_sectioning_commands zwróciło pusty wynik. "
36363636 "Brak sekcji?"
36373637
3638 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3638 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
36393639 #, perl-format
36403640 msgid "%s: error on closing %s: %s\n"
36413641 msgstr "%s: błąd podczas zamykania %s: %s\n"
36423642
3643 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3643 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
36443644 #, perl-format
36453645 msgid "%s: error on closing internal links file %s: %s\n"
36463646 msgstr "%s: błąd podczas zamykania pliku odnośników wewnętrznych %s: %s\n"
36473647
3648 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3648 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
36493649 #, perl-format
36503650 msgid "%s: could not open %s for writing: %s\n"
36513651 msgstr "%s: nie można otworzyć pliku %s do zapisu: %s\n"
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: 2017-07-10 19:41+0100\n"
10 "POT-Creation-Date: 2017-08-19 19:55+0100\n"
1111 "PO-Revision-Date: 2017-06-20 08:50-0300\n"
1212 "Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n"
1313 "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
425425 msgid "Try --help for more information.\n"
426426 msgstr "Tente --help para mais informação.\n"
427427
428 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
428 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
429429 #, c-format, perl-format
430430 msgid ""
431431 "Copyright (C) %s Free Software Foundation, Inc.\n"
534534 " info -f ./foo.info show file ./foo.info, not searching dir"
535535 msgstr ""
536536
537 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
537 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
538538 msgid ""
539539 "Email bug reports to bug-texinfo@gnu.org,\n"
540540 "general questions and discussion to help-texinfo@gnu.org.\n"
20892089 msgid "@%s: could not find %s"
20902090 msgstr "@%s: não encontrado %s"
20912091
2092 #: tp/Texinfo/Common.pm:1628
2092 #: tp/Texinfo/Common.pm:1633
20932093 msgid "no node to be renamed"
20942094 msgstr "nenhum nodo para ser renomeado"
20952095
2096 #: tp/Texinfo/Common.pm:1639
2096 #: tp/Texinfo/Common.pm:1644
20972097 msgid "nodes without a new name at the end of file"
20982098 msgstr "nodos sem um novo nome ao final do arquivo"
20992099
2100 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2100 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21012101 #, perl-format
21022102 msgid "could not open %s: %s"
21032103 msgstr "não posso abrir %s: %s"
21042104
2105 #: tp/Texinfo/Common.pm:2169
2105 #: tp/Texinfo/Common.pm:2174
21062106 #, perl-format
21072107 msgid "could not protect hash character in @%s"
21082108 msgstr "não posso proteger o caractere de hash em @%s"
32253225 msgid "could not read init file %s"
32263226 msgstr "não posso ler o arquivo de inicialização %s"
32273227
3228 #: tp/texi2any.pl:662
3228 #: tp/texi2any.pl:657
32293229 #, perl-format
32303230 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32313231 msgstr "ignorando valor desconhecido da TEXINFO_OUTPUT_FORMAT variável `%s'\n"
32323232
3233 #: tp/texi2any.pl:745
3233 #: tp/texi2any.pl:740
32343234 #, perl-format
32353235 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32363236 msgstr "Uso: %s [OPÇÃO]... ARQUIVO-TEXI...\n"
32373237
3238 #: tp/texi2any.pl:748
3238 #: tp/texi2any.pl:743
32393239 msgid ""
32403240 "Translate Texinfo source documentation to various other formats, by default\n"
32413241 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32513251 "Esse programa está instalado ou como `makeinfo' ou como `texi2any';\n"
32523252 "o comportamento é identico, e não do nome de instalação.\n"
32533253
3254 #: tp/texi2any.pl:754
3254 #: tp/texi2any.pl:749
32553255 #, perl-format
32563256 msgid ""
32573257 "General options:\n"
32903290 " -v, --verbose mostra o que está sendo feito.\n"
32913291 " --version mostra informação de versão e sai.\n"
32923292
3293 #: tp/texi2any.pl:770
3293 #: tp/texi2any.pl:765
32943294 msgid ""
32953295 "Output format selection (default is to produce Info):\n"
32963296 " --docbook output Docbook XML rather than Info.\n"
33113311 "solicitada,\n"
33123312 " após verificar ARQUIVO-TEXI.\n"
33133313
3314 #: tp/texi2any.pl:778
3314 #: tp/texi2any.pl:773
33153315 msgid ""
33163316 "General output options:\n"
33173317 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33643364 " De outra forma, DEST nomeia o arquivo de "
33653365 "saída.\n"
33663366
3367 #: tp/texi2any.pl:798
3367 #: tp/texi2any.pl:793
33683368 #, perl-format
33693369 msgid ""
33703370 "Options for Info and plain text:\n"
34053405 " --split-size=NUM quebra arquivos Info a um tamanho NUM (o "
34063406 "padrão é %d).\n"
34073407
3408 #: tp/texi2any.pl:815
3408 #: tp/texi2any.pl:810
34093409 msgid ""
34103410 "Options for HTML:\n"
34113411 " --css-include=FILE include FILE in HTML <style> output;\n"
34343434 " ancoras; o padrão é ajustar somente se hover "
34353435 "QUEBRA.\n"
34363436
3437 #: tp/texi2any.pl:826
3437 #: tp/texi2any.pl:821
34383438 msgid ""
34393439 "Options for XML and Docbook:\n"
34403440 " --output-indent=VAL does nothing, retained for compatibility.\n"
34423442 "Opções para XML e para Docbook:\n"
34433443 " --output-indent=VAL não faz nada, mantida para compatibilidade.\n"
34443444
3445 #: tp/texi2any.pl:829
3445 #: tp/texi2any.pl:824
34463446 msgid ""
34473447 "Options for DVI/PS/PDF:\n"
34483448 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34503450 "Opções para DVI/PS/PDF:\n"
34513451 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34523452
3453 #: tp/texi2any.pl:832
3453 #: tp/texi2any.pl:827
34543454 msgid ""
34553455 "Input file options:\n"
34563456 " --commands-in-node-names does nothing, retained for compatibility.\n"
34723472 "@include.\n"
34733473 " -U VAR remove a variável VAR, semelhante a @clear.\n"
34743474
3475 #: tp/texi2any.pl:840
3475 #: tp/texi2any.pl:835
34763476 msgid ""
34773477 "Conditional processing in input:\n"
34783478 " --ifdocbook process @ifdocbook and @docbook even if\n"
35103510 "\n"
35113511 " Também, para as opções --no-ifFORMATO, processa o texto @ifnotFORMATO.\n"
35123512
3513 #: tp/texi2any.pl:857
3513 #: tp/texi2any.pl:852
35143514 msgid ""
35153515 " The defaults for the @if... conditionals depend on the output format:\n"
35163516 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35263526 " se gerando plain text, --ifplaintext é on e os outros são off;\n"
35273527 " se gerando XML, --ifxml é on e os outros são off.\n"
35283528
3529 #: tp/texi2any.pl:864
3529 #: tp/texi2any.pl:859
35303530 msgid ""
35313531 "Examples:\n"
35323532 " makeinfo foo.texi write Info to foo's @setfilename\n"
35613561 " makeinfo --no-split algumacoisa.texi grava um único arquivoInfo Info "
35623562 "mesmo grande\n"
35633563
3564 #: tp/texi2any.pl:911
3564 #: tp/texi2any.pl:906
35653565 #, perl-format
35663566 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35673567 msgstr ""
35683568 "%s: o argumento de --footnote-style deve ser `separate' ou `end', não `%s'.\n"
35693569
3570 #: tp/texi2any.pl:1002
3570 #: tp/texi2any.pl:997
35713571 #, perl-format
35723572 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35733573 msgstr ""
35743574 "%s: o argumento de --paragraph-indent deve ser numeric/`none'/`asis', não `"
35753575 "%s'.\n"
35763576
3577 #: tp/texi2any.pl:1079
3577 #: tp/texi2any.pl:1074
35783578 #, perl-format
35793579 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
35803580 msgstr ""
35813581 "%s: ao gerar %s, somente um único ARQUIVO de entrada pode ser especificado "
35823582 "com -o\n"
35833583
3584 #: tp/texi2any.pl:1083
3584 #: tp/texi2any.pl:1078
35853585 msgid "--Xopt option without printed output"
35863586 msgstr "opção --Xopt sem saída mostrada"
35873587
3588 #: tp/texi2any.pl:1099
3588 #: tp/texi2any.pl:1094
35893589 #, perl-format
35903590 msgid "unknown tree transformation %s"
35913591 msgstr "árvore de transformação %s desconhecida"
35923592
3593 #: tp/texi2any.pl:1106
3593 #: tp/texi2any.pl:1101
35943594 #, perl-format
35953595 msgid "ignoring splitting for format %s"
35963596 msgstr "ignorando quebra para o formato %s"
35973597
3598 #: tp/texi2any.pl:1166
3598 #: tp/texi2any.pl:1161
35993599 #, perl-format
36003600 msgid "%s: missing file argument.\n"
36013601 msgstr "%s: faltando argumento arquivo.\n"
36023602
3603 #: tp/texi2any.pl:1167
3603 #: tp/texi2any.pl:1162
36043604 #, perl-format
36053605 msgid "Try `%s --help' for more information.\n"
36063606 msgstr "Tente `%s --help' para mais informação.\n"
36073607
3608 #: tp/texi2any.pl:1255
3608 #: tp/texi2any.pl:1251
36093609 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36103610 msgstr ""
36113611 "a transformação fill_gaps_in_sectioning não retorna nada. Nenhuma seção?"
36123612
3613 #: tp/texi2any.pl:1278
3613 #: tp/texi2any.pl:1274
36143614 #, perl-format
36153615 msgid "error on closing macro expand file %s: %s\n"
36163616 msgstr "erro ao fechar o arquivo expandido de macro %s: %s\n"
36173617
3618 #: tp/texi2any.pl:1284
3618 #: tp/texi2any.pl:1280
36193619 #, perl-format
36203620 msgid "could not open %s for writing: %s\n"
36213621 msgstr "não posso abrir %s para escrita: %s\n"
36223622
3623 #: tp/texi2any.pl:1309
3623 #: tp/texi2any.pl:1305
36243624 msgid ""
36253625 "insert_nodes_for_sectioning_commands transformation return no result. No "
36263626 "section?"
36283628 "a transformação insert_nodes_for_sectioning_commands não retorna nada. "
36293629 "Nenhuma seção?"
36303630
3631 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3631 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
36323632 #, perl-format
36333633 msgid "%s: error on closing %s: %s\n"
36343634 msgstr "%s: erro ao fechar %s: %s\n"
36353635
3636 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3636 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
36373637 #, perl-format
36383638 msgid "%s: error on closing internal links file %s: %s\n"
36393639 msgstr "%s: erro ao fechar o arquivo de links internos %s: %s\n"
36403640
3641 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3641 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
36423642 #, perl-format
36433643 msgid "%s: could not open %s for writing: %s\n"
36443644 msgstr "%s: não posso abrir %s para escrita: %s\n"
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: 2017-07-10 19:41+0100\n"
10 "POT-Creation-Date: 2017-08-19 19:55+0100\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"
428428 msgid "Try --help for more information.\n"
429429 msgstr "Încercaþi --help pentru informaþii suplimentare.\n"
430430
431 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
431 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
432432 #, c-format, perl-format
433433 msgid ""
434434 "Copyright (C) %s Free Software Foundation, Inc.\n"
520520 " info -f ./foo.info show file ./foo.info, not searching dir"
521521 msgstr ""
522522
523 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
523 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
524524 #, fuzzy
525525 msgid ""
526526 "Email bug reports to bug-texinfo@gnu.org,\n"
20392039 msgid "@%s: could not find %s"
20402040 msgstr "%s: nu am putut deschide --css-file: %s"
20412041
2042 #: tp/Texinfo/Common.pm:1628
2042 #: tp/Texinfo/Common.pm:1633
20432043 msgid "no node to be renamed"
20442044 msgstr ""
20452045
2046 #: tp/Texinfo/Common.pm:1639
2046 #: tp/Texinfo/Common.pm:1644
20472047 msgid "nodes without a new name at the end of file"
20482048 msgstr ""
20492049
2050 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2050 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
20512051 #, fuzzy, perl-format
20522052 msgid "could not open %s: %s"
20532053 msgstr "%s: nu am putut deschide --css-file: %s"
20542054
2055 #: tp/Texinfo/Common.pm:2169
2055 #: tp/Texinfo/Common.pm:2174
20562056 #, perl-format
20572057 msgid "could not protect hash character in @%s"
20582058 msgstr ""
31763176 msgid "could not read init file %s"
31773177 msgstr "Nu am putut crea fiºier ieºire `%s'."
31783178
3179 #: tp/texi2any.pl:662
3179 #: tp/texi2any.pl:657
31803180 #, fuzzy, perl-format
31813181 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
31823182 msgstr "%s: Ignor valoare nerecunoscutã TEXINFO_OUTPUT_FORMAT `%s'.\n"
31833183
3184 #: tp/texi2any.pl:745
3184 #: tp/texi2any.pl:740
31853185 #, perl-format
31863186 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
31873187 msgstr "Folosire: %s [OPÞIUNE]... FIªIER-TEXINFO...\n"
31883188
3189 #: tp/texi2any.pl:748
3189 #: tp/texi2any.pl:743
31903190 #, fuzzy
31913191 msgid ""
31923192 "Translate Texinfo source documentation to various other formats, by default\n"
31983198 "Translateazã documentaþia sursã Texinfo în diferite alte formate, implicit\n"
31993199 "fiºiere Info potrivite pentru citit online cu Emacs sau GNU Info.\n"
32003200
3201 #: tp/texi2any.pl:754
3201 #: tp/texi2any.pl:749
32023202 #, fuzzy, perl-format
32033203 msgid ""
32043204 "General options:\n"
32283228 " --version afiºeazã informaþii despre versiune ºi "
32293229 "terminã.\n"
32303230
3231 #: tp/texi2any.pl:770
3231 #: tp/texi2any.pl:765
32323232 #, fuzzy
32333233 msgid ""
32343234 "Output format selection (default is to produce Info):\n"
32453245 " --xml ieºire Texinfo XML în loc de Info.\n"
32463246 " --plaintext ieºire text simplu în loc de Info.\n"
32473247
3248 #: tp/texi2any.pl:778
3248 #: tp/texi2any.pl:773
32493249 #, fuzzy
32503250 msgid ""
32513251 "General output options:\n"
32863286 " --number-sections scrie numere de capitole ºi secþiuni.\n"
32873287 " -o, --output=FIªIER scrie în FIªIER (director dacã multiple HTML),\n"
32883288
3289 #: tp/texi2any.pl:798
3289 #: tp/texi2any.pl:793
32903290 #, fuzzy, perl-format
32913291 msgid ""
32923292 "Options for Info and plain text:\n"
33263326 " --split-size=NUM împarte fiºierele Info de dimens. NUM "
33273327 "(implicit %d).\n"
33283328
3329 #: tp/texi2any.pl:815
3329 #: tp/texi2any.pl:810
33303330 msgid ""
33313331 "Options for HTML:\n"
33323332 " --css-include=FILE include FILE in HTML <style> output;\n"
33403340 " anchors; default is set only if split.\n"
33413341 msgstr ""
33423342
3343 #: tp/texi2any.pl:826
3343 #: tp/texi2any.pl:821
33443344 msgid ""
33453345 "Options for XML and Docbook:\n"
33463346 " --output-indent=VAL does nothing, retained for compatibility.\n"
33473347 msgstr ""
33483348
3349 #: tp/texi2any.pl:829
3349 #: tp/texi2any.pl:824
33503350 msgid ""
33513351 "Options for DVI/PS/PDF:\n"
33523352 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33533353 msgstr ""
33543354
3355 #: tp/texi2any.pl:832
3355 #: tp/texi2any.pl:827
33563356 #, fuzzy
33573357 msgid ""
33583358 "Input file options:\n"
33703370 " -P DIR prepend DIR la calea de cãutare @include.\n"
33713371 " -U VAR nedefineºte variabila VAR, ca ºi @clear.\n"
33723372
3373 #: tp/texi2any.pl:840
3373 #: tp/texi2any.pl:835
33743374 #, fuzzy
33753375 msgid ""
33763376 "Conditional processing in input:\n"
34103410 " De asemenea, pentru opþiunile --no-ifFORMAT, proceseazã text "
34113411 "@ifnotFORMAT.\n"
34123412
3413 #: tp/texi2any.pl:857
3413 #: tp/texi2any.pl:852
34143414 #, fuzzy
34153415 msgid ""
34163416 " The defaults for the @if... conditionals depend on the output format:\n"
34273427 " dacã generaþi text simplu, --ifplaintext este selectat iar restul sunt "
34283428 "deselectate;\n"
34293429
3430 #: tp/texi2any.pl:864
3430 #: tp/texi2any.pl:859
34313431 #, fuzzy
34323432 msgid ""
34333433 "Examples:\n"
34593459 " makeinfo --no-split foo.texi scrie un singur fiºier Info "
34603460 "indiferent cât de mare\n"
34613461
3462 #: tp/texi2any.pl:911
3462 #: tp/texi2any.pl:906
34633463 #, perl-format
34643464 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34653465 msgstr ""
34663466 "%s: --footnote-style arg trebuie sã fie `separate' sau `end', nu `%s'.\n"
34673467
3468 #: tp/texi2any.pl:1002
3468 #: tp/texi2any.pl:997
34693469 #, perl-format
34703470 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34713471 msgstr ""
34723472 "%s: --paragraph-indent arg trebuie sã fie numeric/`none'/`asis', nu `%s'.\n"
34733473
3474 #: tp/texi2any.pl:1079
3474 #: tp/texi2any.pl:1074
34753475 #, perl-format
34763476 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
34773477 msgstr ""
34783478
3479 #: tp/texi2any.pl:1083
3479 #: tp/texi2any.pl:1078
34803480 msgid "--Xopt option without printed output"
34813481 msgstr ""
34823482
3483 #: tp/texi2any.pl:1099
3483 #: tp/texi2any.pl:1094
34843484 #, fuzzy, perl-format
34853485 msgid "unknown tree transformation %s"
34863486 msgstr "acþiune necunoscutã `%s'"
34873487
3488 #: tp/texi2any.pl:1106
3488 #: tp/texi2any.pl:1101
34893489 #, perl-format
34903490 msgid "ignoring splitting for format %s"
34913491 msgstr ""
34923492
3493 #: tp/texi2any.pl:1166
3493 #: tp/texi2any.pl:1161
34943494 #, perl-format
34953495 msgid "%s: missing file argument.\n"
34963496 msgstr "%s: lipseºte fiºierul argument.\n"
34973497
3498 #: tp/texi2any.pl:1167
3498 #: tp/texi2any.pl:1162
34993499 #, perl-format
35003500 msgid "Try `%s --help' for more information.\n"
35013501 msgstr "Încercaþi `%s --help' pentru informaþii suplimentare.\n"
35023502
3503 #: tp/texi2any.pl:1255
3503 #: tp/texi2any.pl:1251
35043504 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35053505 msgstr ""
35063506
3507 #: tp/texi2any.pl:1278
3507 #: tp/texi2any.pl:1274
35083508 #, fuzzy, perl-format
35093509 msgid "error on closing macro expand file %s: %s\n"
35103510 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
35113511
3512 #: tp/texi2any.pl:1284
3512 #: tp/texi2any.pl:1280
35133513 #, fuzzy, perl-format
35143514 msgid "could not open %s for writing: %s\n"
35153515 msgstr "%s: nu am putut deschide --css-file: %s"
35163516
3517 #: tp/texi2any.pl:1309
3517 #: tp/texi2any.pl:1305
35183518 msgid ""
35193519 "insert_nodes_for_sectioning_commands transformation return no result. No "
35203520 "section?"
35213521 msgstr ""
35223522
3523 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3523 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
35243524 #, perl-format
35253525 msgid "%s: error on closing %s: %s\n"
35263526 msgstr ""
35273527
3528 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3528 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
35293529 #, perl-format
35303530 msgid "%s: error on closing internal links file %s: %s\n"
35313531 msgstr ""
35323532
3533 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3533 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
35343534 #, fuzzy, perl-format
35353535 msgid "%s: could not open %s for writing: %s\n"
35363536 msgstr "%s: nu am putut deschide --css-file: %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: 2017-07-10 19:41+0100\n"
11 "POT-Creation-Date: 2017-08-19 19:55+0100\n"
1212 "PO-Revision-Date: 2017-06-24 09:41+0300\n"
1313 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
1414 "Language-Team: Russian <gnu@d07.ru>\n"
428428 msgid "Try --help for more information.\n"
429429 msgstr "Попробуйте --help для получения более подробного описания.\n"
430430
431 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
431 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
432432 #, c-format, perl-format
433433 msgid ""
434434 "Copyright (C) %s Free Software Foundation, Inc.\n"
564564 " сохранить руководство в out.txt\n"
565565 " info -f ./foo.info показать файл ./foo.info, не искать каталог"
566566
567 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
567 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
568568 msgid ""
569569 "Email bug reports to bug-texinfo@gnu.org,\n"
570570 "general questions and discussion to help-texinfo@gnu.org.\n"
20862086 msgid "@%s: could not find %s"
20872087 msgstr "@%s: невозможно найти %s"
20882088
2089 #: tp/Texinfo/Common.pm:1628
2089 #: tp/Texinfo/Common.pm:1633
20902090 msgid "no node to be renamed"
20912091 msgstr "отсутствует нода для переименования"
20922092
2093 #: tp/Texinfo/Common.pm:1639
2093 #: tp/Texinfo/Common.pm:1644
20942094 msgid "nodes without a new name at the end of file"
20952095 msgstr "ноды без нового имени в конце файла"
20962096
2097 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2097 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
20982098 #, perl-format
20992099 msgid "could not open %s: %s"
21002100 msgstr "невозможно открыть %s: %s"
21012101
2102 #: tp/Texinfo/Common.pm:2169
2102 #: tp/Texinfo/Common.pm:2174
21032103 #, perl-format
21042104 msgid "could not protect hash character in @%s"
21052105 msgstr "невозможно защитить хэш-символ в @%s"
32293229 msgid "could not read init file %s"
32303230 msgstr "невозможно причитать файл инициализации %s"
32313231
3232 #: tp/texi2any.pl:662
3232 #: tp/texi2any.pl:657
32333233 #, perl-format
32343234 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32353235 msgstr "игнорируется неизвестное значение TEXINFO_OUTPUT_FORMAT «%s»\n"
32363236
3237 #: tp/texi2any.pl:745
3237 #: tp/texi2any.pl:740
32383238 #, perl-format
32393239 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32403240 msgstr "Использование: %s [ПАРАМЕТР]… ФАЙЛ-TEXINFO…\n"
32413241
3242 #: tp/texi2any.pl:748
3242 #: tp/texi2any.pl:743
32433243 msgid ""
32443244 "Translate Texinfo source documentation to various other formats, by default\n"
32453245 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32543254 "Эта программа, обычно, устанавливается по именами «makeinfo» и «texi2any»;\n"
32553255 "её поведение одинаково и не зависит от названия.\n"
32563256
3257 #: tp/texi2any.pl:754
3257 #: tp/texi2any.pl:749
32583258 #, perl-format
32593259 msgid ""
32603260 "General options:\n"
32883288 " -v, --verbose пояснять действия\n"
32893289 " --version показать информацию о версии и выйти\n"
32903290
3291 #: tp/texi2any.pl:770
3291 #: tp/texi2any.pl:765
32923292 msgid ""
32933293 "Output format selection (default is to produce Info):\n"
32943294 " --docbook output Docbook XML rather than Info.\n"
33073307 " после проверки корректности ФАЙЛА-"
33083308 "TEXINFO\n"
33093309
3310 #: tp/texi2any.pl:778
3310 #: tp/texi2any.pl:773
33113311 msgid ""
33123312 "General output options:\n"
33133313 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33553355 " помещать файл в него; в противном случае НАЗН\n"
33563356 " являются именами выходного файла\n"
33573357
3358 #: tp/texi2any.pl:798
3358 #: tp/texi2any.pl:793
33593359 #, perl-format
33603360 msgid ""
33613361 "Options for Info and plain text:\n"
33973397 "РАЗМЕРА\n"
33983398 " (по умолчанию %d)\n"
33993399
3400 #: tp/texi2any.pl:815
3400 #: tp/texi2any.pl:810
34013401 msgid ""
34023402 "Options for HTML:\n"
34033403 " --css-include=FILE include FILE in HTML <style> output;\n"
34233423 " якорей; по умолчанию, если задано "
34243424 "разделение\n"
34253425
3426 #: tp/texi2any.pl:826
3426 #: tp/texi2any.pl:821
34273427 msgid ""
34283428 "Options for XML and Docbook:\n"
34293429 " --output-indent=VAL does nothing, retained for compatibility.\n"
34313431 "Параметры для XML и Docbook:\n"
34323432 " --output-indent=ЧИСЛО ничего не делает, для совместимости\n"
34333433
3434 #: tp/texi2any.pl:829
3434 #: tp/texi2any.pl:824
34353435 msgid ""
34363436 "Options for DVI/PS/PDF:\n"
34373437 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34393439 "Параметры для DVI/PS/PDF:\n"
34403440 " --Xopt=ПАР передать ПАР в texi2dvi; может повторяться\n"
34413441
3442 #: tp/texi2any.pl:832
3442 #: tp/texi2any.pl:827
34433443 msgid ""
34443444 "Input file options:\n"
34453445 " --commands-in-node-names does nothing, retained for compatibility.\n"
34583458 " -P КАТАЛОГ добавить КАТАЛОГ в начало списка поиска @include\n"
34593459 " -U ПЕРЕМЕННАЯ удалить ПЕРЕМЕННУЮ, аналогично @clear\n"
34603460
3461 #: tp/texi2any.pl:840
3461 #: tp/texi2any.pl:835
34623462 msgid ""
34633463 "Conditional processing in input:\n"
34643464 " --ifdocbook process @ifdocbook and @docbook even if\n"
34983498 " Кроме того, для параметров --no-ifФОРМАТ, обрабатывать текст в "
34993499 "@ifnotФОРМАТ.\n"
35003500
3501 #: tp/texi2any.pl:857
3501 #: tp/texi2any.pl:852
35023502 msgid ""
35033503 " The defaults for the @if... conditionals depend on the output format:\n"
35043504 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35143514 " при выводе простого текста включён --ifplaintext, а остальные выключены;\n"
35153515 " при выводе XML включён --ifxml, а остальные выключены.\n"
35163516
3517 #: tp/texi2any.pl:864
3517 #: tp/texi2any.pl:859
35183518 msgid ""
35193519 "Examples:\n"
35203520 " makeinfo foo.texi write Info to foo's @setfilename\n"
35443544 "разделами\n"
35453545 " makeinfo --no-split foo.texi записать один большой Info-файл\n"
35463546
3547 #: tp/texi2any.pl:911
3547 #: tp/texi2any.pl:906
35483548 #, perl-format
35493549 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35503550 msgstr ""
35513551 "%s: аргумент --footnote-style должен быть «separate» или «end», а не «%s».\n"
35523552
3553 #: tp/texi2any.pl:1002
3553 #: tp/texi2any.pl:997
35543554 #, perl-format
35553555 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35563556 msgstr ""
35573557 "%s: аргумент --paragraph-indent должен быть числовым/«none»/«asis», а не "
35583558 "«%s».\n"
35593559
3560 #: tp/texi2any.pl:1079
3560 #: tp/texi2any.pl:1074
35613561 #, perl-format
35623562 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
35633563 msgstr ""
35643564 "%s: при генерации %s, можно указать только один входной ФАЙЛ с помощью -o\n"
35653565
3566 #: tp/texi2any.pl:1083
3566 #: tp/texi2any.pl:1078
35673567 msgid "--Xopt option without printed output"
35683568 msgstr "параметр --Xopt без печатного вывода"
35693569
3570 #: tp/texi2any.pl:1099
3570 #: tp/texi2any.pl:1094
35713571 #, perl-format
35723572 msgid "unknown tree transformation %s"
35733573 msgstr "неизвестное преобразование дерева %s"
35743574
3575 #: tp/texi2any.pl:1106
3575 #: tp/texi2any.pl:1101
35763576 #, perl-format
35773577 msgid "ignoring splitting for format %s"
35783578 msgstr "игнорируется разделение для формата %s"
35793579
3580 #: tp/texi2any.pl:1166
3580 #: tp/texi2any.pl:1161
35813581 #, perl-format
35823582 msgid "%s: missing file argument.\n"
35833583 msgstr "%s: пропущен аргумент, задающий файл.\n"
35843584
3585 #: tp/texi2any.pl:1167
3585 #: tp/texi2any.pl:1162
35863586 #, perl-format
35873587 msgid "Try `%s --help' for more information.\n"
35883588 msgstr "Попробуйте «%s --help» для получения более подробного описания.\n"
35893589
3590 #: tp/texi2any.pl:1255
3590 #: tp/texi2any.pl:1251
35913591 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35923592 msgstr ""
35933593 "Преобразование fill_gaps_in_sectioning не дало результата. Нет раздела?"
35943594
3595 #: tp/texi2any.pl:1278
3595 #: tp/texi2any.pl:1274
35963596 #, perl-format
35973597 msgid "error on closing macro expand file %s: %s\n"
35983598 msgstr "ошибка при закрытии расширяющего макрос файла %s: %s\n"
35993599
3600 #: tp/texi2any.pl:1284
3600 #: tp/texi2any.pl:1280
36013601 #, perl-format
36023602 msgid "could not open %s for writing: %s\n"
36033603 msgstr "невозможно открыть %s для записи: %s\n"
36043604
3605 #: tp/texi2any.pl:1309
3605 #: tp/texi2any.pl:1305
36063606 msgid ""
36073607 "insert_nodes_for_sectioning_commands transformation return no result. No "
36083608 "section?"
36103610 "Преобразование insert_nodes_for_sectioning_commands не дало результата. Нет "
36113611 "раздела?"
36123612
3613 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3613 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
36143614 #, perl-format
36153615 msgid "%s: error on closing %s: %s\n"
36163616 msgstr "%s: ошибка при закрытии %s: %s\n"
36173617
3618 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3618 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
36193619 #, perl-format
36203620 msgid "%s: error on closing internal links file %s: %s\n"
36213621 msgstr "%s: ошибка при закрытии файла внутренних ссылок %s: %s\n"
36223622
3623 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3623 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
36243624 #, perl-format
36253625 msgid "%s: could not open %s for writing: %s\n"
36263626 msgstr "%s: невозможно открыть %s для записи: %s\n"
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: 2017-07-10 19:41+0100\n"
18 "POT-Creation-Date: 2017-08-19 19:55+0100\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"
467467 msgid "Try --help for more information.\n"
468468 msgstr "Ifashayobora kugirango Birenzeho Ibisobanuro"
469469
470 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
470 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
471471 #, c-format, perl-format
472472 msgid ""
473473 "Copyright (C) %s Free Software Foundation, Inc.\n"
557557 " info -f ./foo.info show file ./foo.info, not searching dir"
558558 msgstr ""
559559
560 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
560 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
561561 #, fuzzy
562562 msgid ""
563563 "Email bug reports to bug-texinfo@gnu.org,\n"
21332133 msgid "@%s: could not find %s"
21342134 msgstr "Gushaka"
21352135
2136 #: tp/Texinfo/Common.pm:1628
2136 #: tp/Texinfo/Common.pm:1633
21372137 msgid "no node to be renamed"
21382138 msgstr ""
21392139
2140 #: tp/Texinfo/Common.pm:1639
2140 #: tp/Texinfo/Common.pm:1644
21412141 msgid "nodes without a new name at the end of file"
21422142 msgstr ""
21432143
2144 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2144 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21452145 #, fuzzy, perl-format
21462146 msgid "could not open %s: %s"
21472147 msgstr "%s:OYA Gufungura IDOSIYE"
21482148
2149 #: tp/Texinfo/Common.pm:2169
2149 #: tp/Texinfo/Common.pm:2174
21502150 #, fuzzy, perl-format
21512151 msgid "could not protect hash character in @%s"
21522152 msgstr "%s:OYA Gufungura IDOSIYE"
32763276 msgid "could not read init file %s"
32773277 msgstr "Gufungura Iyinjiza IDOSIYE"
32783278
3279 #: tp/texi2any.pl:662
3279 #: tp/texi2any.pl:657
32803280 #, fuzzy, perl-format
32813281 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32823282 msgstr "%s:Kwirengagiza Agaciro"
32833283
3284 #: tp/texi2any.pl:745
3284 #: tp/texi2any.pl:740
32853285 #, perl-format
32863286 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32873287 msgstr ""
32883288
3289 #: tp/texi2any.pl:748
3289 #: tp/texi2any.pl:743
32903290 #, fuzzy
32913291 msgid ""
32923292 "Translate Texinfo source documentation to various other formats, by default\n"
32983298 "Inkomoko Kuri Ikindi Imiterere ku Idosiye kugirango kiri kuri interineti Na: "
32993299 "Cyangwa"
33003300
3301 #: tp/texi2any.pl:754
3301 #: tp/texi2any.pl:749
33023302 #, fuzzy, perl-format
33033303 msgid ""
33043304 "General options:\n"
33223322 "Indango Mburabuzi v ni Byakozwe Verisiyo Kugaragaza Verisiyo Ibisobanuro Na "
33233323 "Gusohoka"
33243324
3325 #: tp/texi2any.pl:770
3325 #: tp/texi2any.pl:765
33263326 #, fuzzy
33273327 msgid ""
33283328 "Output format selection (default is to produce Info):\n"
33363336 "Imiterere Ihitamo Mburabuzi ni Kuri InyandikoGitabo Ibisohoka HTML Ibisohoka "
33373337 "xml Ibisohoka Ibisohoka Byuzuye Umwandiko"
33383338
3339 #: tp/texi2any.pl:778
3339 #: tp/texi2any.pl:773
33403340 #, fuzzy
33413341 msgid ""
33423342 "General output options:\n"
33693369 "Cyangwa Ibisohoka Ibisohoka IDOSIYE Umubare Ibyatoranyijwe Ibisohoka Umutwe "
33703370 "Na Imibare o Ibisohoka Ibisohoka Kuri bushyinguro NIBA Gutandukanya"
33713371
3372 #: tp/texi2any.pl:798
3372 #: tp/texi2any.pl:793
33733373 #, fuzzy, perl-format
33743374 msgid ""
33753375 "Options for Info and plain text:\n"
33973397 "Mburabuzi Igika Ikurura Ikurura Ibika ku Imyanya Mburabuzi ni OYA Ikurura "
33983398 "NIBA Gutandukanya Ingano Gutandukanya Idosiye ku Ingano Mburabuzi"
33993399
3400 #: tp/texi2any.pl:815
3400 #: tp/texi2any.pl:810
34013401 #, fuzzy
34023402 msgid ""
34033403 "Options for HTML:\n"
34123412 " anchors; default is set only if split.\n"
34133413 msgstr "kugirango Gushyiramo Gushyiramo in IMISUSIRE Ibisohoka Gusoma NIBA ni"
34143414
3415 #: tp/texi2any.pl:826
3415 #: tp/texi2any.pl:821
34163416 msgid ""
34173417 "Options for XML and Docbook:\n"
34183418 " --output-indent=VAL does nothing, retained for compatibility.\n"
34193419 msgstr ""
34203420
3421 #: tp/texi2any.pl:829
3421 #: tp/texi2any.pl:824
34223422 msgid ""
34233423 "Options for DVI/PS/PDF:\n"
34243424 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34253425 msgstr ""
34263426
3427 #: tp/texi2any.pl:832
3427 #: tp/texi2any.pl:827
34283428 #, fuzzy
34293429 msgid ""
34303430 "Input file options:\n"
34403440 "Gushyiramo Gushaka Inzira Kuri i Gushyiramo Gushaka Inzira U i "
34413441 "IMPINDURAGACIRO Nka Na: Gusiba"
34423442
3443 #: tp/texi2any.pl:840
3443 #: tp/texi2any.pl:835
34443444 #, fuzzy
34453445 msgid ""
34463446 "Conditional processing in input:\n"
34663466 "Oya OYA Na HTML Umwandiko Oya OYA Umwandiko Oya OYA Umwandiko Oya OYA Na "
34673467 "Umwandiko Oya OYA Na xml Umwandiko kugirango i Oya Amahitamo Umwandiko"
34683468
3469 #: tp/texi2any.pl:857
3469 #: tp/texi2any.pl:852
34703470 #, fuzzy
34713471 msgid ""
34723472 " The defaults for the @if... conditionals depend on the output format:\n"
34803480 "NIBA ni ku Na i Ibindi Bidakora NIBA Byuzuye Umwandiko ni ku Na i Ibindi "
34813481 "Bidakora NIBA ni ku Na i Ibindi Bidakora"
34823482
3483 #: tp/texi2any.pl:864
3483 #: tp/texi2any.pl:859
34843484 #, fuzzy
34853485 msgid ""
34863486 "Examples:\n"
35023502 "Kwandika HTML Imirongo Umubare Ibyatoranyijwe Kwandika Na: Iriho Imibare Oya "
35033503 "Gutandukanya Kwandika IDOSIYE"
35043504
3505 #: tp/texi2any.pl:911
3505 #: tp/texi2any.pl:906
35063506 #, fuzzy, perl-format
35073507 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35083508 msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA"
35093509
3510 #: tp/texi2any.pl:1002
3510 #: tp/texi2any.pl:997
35113511 #, fuzzy, perl-format
35123512 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35133513 msgstr "%s:--Igika Ikurura Bikurikije umubare OYA"
35143514
3515 #: tp/texi2any.pl:1079
3515 #: tp/texi2any.pl:1074
35163516 #, perl-format
35173517 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
35183518 msgstr ""
35193519
3520 #: tp/texi2any.pl:1083
3520 #: tp/texi2any.pl:1078
35213521 msgid "--Xopt option without printed output"
35223522 msgstr ""
35233523
3524 #: tp/texi2any.pl:1099
3524 #: tp/texi2any.pl:1094
35253525 #, fuzzy, perl-format
35263526 msgid "unknown tree transformation %s"
35273527 msgstr "Komandi:"
35283528
3529 #: tp/texi2any.pl:1106
3529 #: tp/texi2any.pl:1101
35303530 #, perl-format
35313531 msgid "ignoring splitting for format %s"
35323532 msgstr ""
35333533
3534 #: tp/texi2any.pl:1166
3534 #: tp/texi2any.pl:1161
35353535 #, fuzzy, perl-format
35363536 msgid "%s: missing file argument.\n"
35373537 msgstr "%s:Ibuze IDOSIYE"
35383538
3539 #: tp/texi2any.pl:1167
3539 #: tp/texi2any.pl:1162
35403540 #, fuzzy, perl-format
35413541 msgid "Try `%s --help' for more information.\n"
35423542 msgstr "kugirango Birenzeho Ibisobanuro"
35433543
3544 #: tp/texi2any.pl:1255
3544 #: tp/texi2any.pl:1251
35453545 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35463546 msgstr ""
35473547
3548 #: tp/texi2any.pl:1278
3548 #: tp/texi2any.pl:1274
35493549 #, fuzzy, perl-format
35503550 msgid "error on closing macro expand file %s: %s\n"
35513551 msgstr "Ikosa Ibisohoka IDOSIYE"
35523552
3553 #: tp/texi2any.pl:1284
3553 #: tp/texi2any.pl:1280
35543554 #, fuzzy, perl-format
35553555 msgid "could not open %s for writing: %s\n"
35563556 msgstr "%s:OYA Gufungura IDOSIYE"
35573557
3558 #: tp/texi2any.pl:1309
3558 #: tp/texi2any.pl:1305
35593559 msgid ""
35603560 "insert_nodes_for_sectioning_commands transformation return no result. No "
35613561 "section?"
35623562 msgstr ""
35633563
3564 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3564 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
35653565 #, fuzzy, perl-format
35663566 msgid "%s: error on closing %s: %s\n"
35673567 msgstr "Ikosa Kuri"
35683568
3569 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3569 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
35703570 #, fuzzy, perl-format
35713571 msgid "%s: error on closing internal links file %s: %s\n"
35723572 msgstr "Ikosa Ibisohoka IDOSIYE"
35733573
3574 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3574 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
35753575 #, fuzzy, perl-format
35763576 msgid "%s: could not open %s for writing: %s\n"
35773577 msgstr "%s:OYA Gufungura IDOSIYE"
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: 2017-07-10 19:41+0100\n"
11 "POT-Creation-Date: 2017-08-19 19:55+0100\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"
429429 msgid "Try --help for more information.\n"
430430 msgstr "Za več podrobnosti poskusite --help.\n"
431431
432 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
432 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
433433 #, c-format, perl-format
434434 msgid ""
435435 "Copyright (C) %s Free Software Foundation, Inc.\n"
569569 "txt\n"
570570 " info -f ./foo.info prikaži datoteko /foo.info brez iskanja mape"
571571
572 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
572 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
573573 msgid ""
574574 "Email bug reports to bug-texinfo@gnu.org,\n"
575575 "general questions and discussion to help-texinfo@gnu.org.\n"
20912091 msgid "@%s: could not find %s"
20922092 msgstr "%s: ni mogoče odpreti --css-file: %s"
20932093
2094 #: tp/Texinfo/Common.pm:1628
2094 #: tp/Texinfo/Common.pm:1633
20952095 msgid "no node to be renamed"
20962096 msgstr ""
20972097
2098 #: tp/Texinfo/Common.pm:1639
2098 #: tp/Texinfo/Common.pm:1644
20992099 msgid "nodes without a new name at the end of file"
21002100 msgstr ""
21012101
2102 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2102 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21032103 #, fuzzy, perl-format
21042104 msgid "could not open %s: %s"
21052105 msgstr "%s: ni mogoče odpreti --css-file: %s"
21062106
2107 #: tp/Texinfo/Common.pm:2169
2107 #: tp/Texinfo/Common.pm:2174
21082108 #, perl-format
21092109 msgid "could not protect hash character in @%s"
21102110 msgstr ""
32313231 msgid "could not read init file %s"
32323232 msgstr "Ni bilo mogoče ustvariti izhodne datoteke `%s'."
32333233
3234 #: tp/texi2any.pl:662
3234 #: tp/texi2any.pl:657
32353235 #, fuzzy, perl-format
32363236 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32373237 msgstr "%s: Prezrtje neprepoznane vrednosti TEXINFO_OUTPUT_FORMAT `%s'.\n"
32383238
3239 #: tp/texi2any.pl:745
3239 #: tp/texi2any.pl:740
32403240 #, perl-format
32413241 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32423242 msgstr "Uporaba: %s [MOŽNOST] ... DATOTEKA-TEXINFO ...\n"
32433243
3244 #: tp/texi2any.pl:748
3244 #: tp/texi2any.pl:743
32453245 #, fuzzy
32463246 msgid ""
32473247 "Translate Texinfo source documentation to various other formats, by default\n"
32543254 "datoteke Info, ki so primerne za branje na spletu z Emacs ali samostojnim "
32553255 "GNU Info.\n"
32563256
3257 #: tp/texi2any.pl:754
3257 #: tp/texi2any.pl:749
32583258 #, fuzzy, perl-format
32593259 msgid ""
32603260 "General options:\n"
32843284 " -v, --verbose pojasnitev, kaj se dogaja.\n"
32853285 " --version prikaži podrobnosti različice in končaj.\n"
32863286
3287 #: tp/texi2any.pl:770
3287 #: tp/texi2any.pl:765
32883288 #, fuzzy
32893289 msgid ""
32903290 "Output format selection (default is to produce Info):\n"
33013301 " --xml izpiši Texinfo XML namesto Info.\n"
33023302 " --plaintext izpiši običajno besedilo namesto Info.\n"
33033303
3304 #: tp/texi2any.pl:778
3304 #: tp/texi2any.pl:773
33053305 #, fuzzy
33063306 msgid ""
33073307 "General output options:\n"
33433343 " --number-sections izpiši poglavje in številke ustvarjanja odsekov.\n"
33443344 " -o, --output=DATOTEKA izpiši v DATOTEKO (ali mapo, če se razdeli HTML).\n"
33453345
3346 #: tp/texi2any.pl:798
3346 #: tp/texi2any.pl:793
33473347 #, perl-format
33483348 msgid ""
33493349 "Options for Info and plain text:\n"
33813381 " `asis', ohrani obstoječi zamik.\n"
33823382 " --split-size=NUM razdeli datoteke Info na velikost NUM (privzeto %d).\n"
33833383
3384 #: tp/texi2any.pl:815
3384 #: tp/texi2any.pl:810
33853385 #, fuzzy
33863386 msgid ""
33873387 "Options for HTML:\n"
34053405 " izdelaj imena datotek v transliteraciji "
34063406 "ASCII.\n"
34073407
3408 #: tp/texi2any.pl:826
3408 #: tp/texi2any.pl:821
34093409 msgid ""
34103410 "Options for XML and Docbook:\n"
34113411 " --output-indent=VAL does nothing, retained for compatibility.\n"
34123412 msgstr ""
34133413
3414 #: tp/texi2any.pl:829
3414 #: tp/texi2any.pl:824
34153415 msgid ""
34163416 "Options for DVI/PS/PDF:\n"
34173417 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34183418 msgstr ""
34193419
3420 #: tp/texi2any.pl:832
3420 #: tp/texi2any.pl:827
34213421 #, fuzzy
34223422 msgid ""
34233423 "Input file options:\n"
34353435 " -P MAPA pripni MAPO na začetek poti iskanja @include.\n"
34363436 " -U SPR razveljavi določitev spremenljivke SPR, tako kot @clear.\n"
34373437
3438 #: tp/texi2any.pl:840
3438 #: tp/texi2any.pl:835
34393439 #, fuzzy
34403440 msgid ""
34413441 "Conditional processing in input:\n"
34733473 "\n"
34743474 " Za možnosti --no-ifFORMAT obdelaj besedilo @ifnotFORMAT.\n"
34753475
3476 #: tp/texi2any.pl:857
3476 #: tp/texi2any.pl:852
34773477 #, fuzzy
34783478 msgid ""
34793479 " The defaults for the @if... conditionals depend on the output format:\n"
34903490 "izključeni;\n"
34913491 " če se ustvarja XML, je --ifxml vključen in vsi ostali izključeni;\n"
34923492
3493 #: tp/texi2any.pl:864
3493 #: tp/texi2any.pl:859
34943494 #, fuzzy
34953495 msgid ""
34963496 "Examples:\n"
35203520 " makeinfo --no-split foo.texi zapiši eno datoteko Info, ne glede na "
35213521 "velikost\n"
35223522
3523 #: tp/texi2any.pl:911
3523 #: tp/texi2any.pl:906
35243524 #, perl-format
35253525 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35263526 msgstr ""
35273527 "%s: --footnote-style argument mora biti `separate' ali `end', ne `%s'.\n"
35283528
3529 #: tp/texi2any.pl:1002
3529 #: tp/texi2any.pl:997
35303530 #, perl-format
35313531 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35323532 msgstr ""
35333533 "%s: --paragraph-indent argument mora biti številski/`none'/`asis', ne `%s'.\n"
35343534
3535 #: tp/texi2any.pl:1079
3535 #: tp/texi2any.pl:1074
35363536 #, perl-format
35373537 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
35383538 msgstr ""
35393539
3540 #: tp/texi2any.pl:1083
3540 #: tp/texi2any.pl:1078
35413541 msgid "--Xopt option without printed output"
35423542 msgstr ""
35433543
3544 #: tp/texi2any.pl:1099
3544 #: tp/texi2any.pl:1094
35453545 #, fuzzy, perl-format
35463546 msgid "unknown tree transformation %s"
35473547 msgstr "neznano dejanje `%s'"
35483548
3549 #: tp/texi2any.pl:1106
3549 #: tp/texi2any.pl:1101
35503550 #, perl-format
35513551 msgid "ignoring splitting for format %s"
35523552 msgstr ""
35533553
3554 #: tp/texi2any.pl:1166
3554 #: tp/texi2any.pl:1161
35553555 #, perl-format
35563556 msgid "%s: missing file argument.\n"
35573557 msgstr "%s: manjka argument datoteke.\n"
35583558
3559 #: tp/texi2any.pl:1167
3559 #: tp/texi2any.pl:1162
35603560 #, perl-format
35613561 msgid "Try `%s --help' for more information.\n"
35623562 msgstr "Za več podrobnosti poskusite `%s --help'.\n"
35633563
3564 #: tp/texi2any.pl:1255
3564 #: tp/texi2any.pl:1251
35653565 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35663566 msgstr ""
35673567
3568 #: tp/texi2any.pl:1278
3568 #: tp/texi2any.pl:1274
35693569 #, fuzzy, perl-format
35703570 msgid "error on closing macro expand file %s: %s\n"
35713571 msgstr "napaka med končanjem datoteke vnosa `%s'"
35723572
3573 #: tp/texi2any.pl:1284
3573 #: tp/texi2any.pl:1280
35743574 #, fuzzy, perl-format
35753575 msgid "could not open %s for writing: %s\n"
35763576 msgstr "%s: ni mogoče odpreti --css-file: %s"
35773577
3578 #: tp/texi2any.pl:1309
3578 #: tp/texi2any.pl:1305
35793579 msgid ""
35803580 "insert_nodes_for_sectioning_commands transformation return no result. No "
35813581 "section?"
35823582 msgstr ""
35833583
3584 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3584 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
35853585 #, perl-format
35863586 msgid "%s: error on closing %s: %s\n"
35873587 msgstr ""
35883588
3589 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3589 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
35903590 #, fuzzy, perl-format
35913591 msgid "%s: error on closing internal links file %s: %s\n"
35923592 msgstr "%s: prezrtje drugega notranjega izhoda povezav `%s'.\n"
35933593
3594 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3594 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
35953595 #, fuzzy, perl-format
35963596 msgid "%s: could not open %s for writing: %s\n"
35973597 msgstr "%s: ni mogoče odpreti --css-file: %s"
Binary diff not shown
55 msgstr ""
66 "Project-Id-Version: texinfo 4.11.93\n"
77 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
8 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
8 "POT-Creation-Date: 2017-08-19 19:55+0100\n"
99 "PO-Revision-Date: 2008-03-09 20:35+0100\n"
1010 "Last-Translator: Christian Rose <menthos@menthos.com>\n"
1111 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
464464 msgid "Try --help for more information.\n"
465465 msgstr "Prova --help för mer information.\n"
466466
467 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
467 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
468468 #, c-format, perl-format
469469 msgid ""
470470 "Copyright (C) %s Free Software Foundation, Inc.\n"
601601 " info --subnodes -o ut.txt emacs dumpa hela manualen till ut.txt\n"
602602 " info -f ./foo.info visa filen ./foo.info, sök inte i katalogen"
603603
604 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
604 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
605605 msgid ""
606606 "Email bug reports to bug-texinfo@gnu.org,\n"
607607 "general questions and discussion to help-texinfo@gnu.org.\n"
21812181 msgid "@%s: could not find %s"
21822182 msgstr "%s: kunde inte öppna --css-fil: %s"
21832183
2184 #: tp/Texinfo/Common.pm:1628
2184 #: tp/Texinfo/Common.pm:1633
21852185 msgid "no node to be renamed"
21862186 msgstr ""
21872187
2188 #: tp/Texinfo/Common.pm:1639
2188 #: tp/Texinfo/Common.pm:1644
21892189 msgid "nodes without a new name at the end of file"
21902190 msgstr ""
21912191
2192 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2192 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21932193 #, fuzzy, perl-format
21942194 msgid "could not open %s: %s"
21952195 msgstr "%s: kunde inte öppna --css-fil: %s"
21962196
2197 #: tp/Texinfo/Common.pm:2169
2197 #: tp/Texinfo/Common.pm:2174
21982198 #, perl-format
21992199 msgid "could not protect hash character in @%s"
22002200 msgstr ""
33353335 msgid "could not read init file %s"
33363336 msgstr "Kunde inte skapa utdatafilen \"%s\"."
33373337
3338 #: tp/texi2any.pl:662
3338 #: tp/texi2any.pl:657
33393339 #, fuzzy, perl-format
33403340 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
33413341 msgstr "%s: Ignorerar okänt TEXINFO_OUTPUT_FORMAT-värde \"%s\".\n"
33423342
3343 #: tp/texi2any.pl:745
3343 #: tp/texi2any.pl:740
33443344 #, perl-format
33453345 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
33463346 msgstr "Användning: %s [FLAGGA]... TEXINFO-FIL...\n"
33473347
3348 #: tp/texi2any.pl:748
3348 #: tp/texi2any.pl:743
33493349 #, fuzzy
33503350 msgid ""
33513351 "Translate Texinfo source documentation to various other formats, by default\n"
33573357 "Översätt Texinfo-källdokumentation till diverse andra format, som standard\n"
33583358 "infofiler som är lämpliga för läsning med Emacs eller GNU Info.\n"
33593359
3360 #: tp/texi2any.pl:754
3360 #: tp/texi2any.pl:749
33613361 #, fuzzy, perl-format
33623362 msgid ""
33633363 "General options:\n"
33873387 " -v, --verbose förklara vad som görs.\n"
33883388 " --version visa versionsinformation och avsluta.\n"
33893389
3390 #: tp/texi2any.pl:770
3390 #: tp/texi2any.pl:765
33913391 #, fuzzy
33923392 msgid ""
33933393 "Output format selection (default is to produce Info):\n"
34043404 " --xml generera Texinfo XML istället för Info.\n"
34053405 " --plaintext generera vanlig text istället för Info.\n"
34063406
3407 #: tp/texi2any.pl:778
3407 #: tp/texi2any.pl:773
34083408 #, fuzzy
34093409 msgid ""
34103410 "General output options:\n"
34443444 " --number-sections generera kapitel- och avsnittsnummer.\n"
34453445 " -o, --output=FIL generera till FIL (katalog om delad HTML).\n"
34463446
3447 #: tp/texi2any.pl:798
3447 #: tp/texi2any.pl:793
34483448 #, perl-format
34493449 msgid ""
34503450 "Options for Info and plain text:\n"
34863486 " --split-size=ANTAL dela upp Info-filer vid storleken ANTAL\n"
34873487 " (standardvärde %d).\n"
34883488
3489 #: tp/texi2any.pl:815
3489 #: tp/texi2any.pl:810
34903490 #, fuzzy
34913491 msgid ""
34923492 "Options for HTML:\n"
35073507 " --transliterate-file-names\n"
35083508 " producera filnamn i ASCII-translitteration.\n"
35093509
3510 #: tp/texi2any.pl:826
3510 #: tp/texi2any.pl:821
35113511 msgid ""
35123512 "Options for XML and Docbook:\n"
35133513 " --output-indent=VAL does nothing, retained for compatibility.\n"
35143514 msgstr ""
35153515
3516 #: tp/texi2any.pl:829
3516 #: tp/texi2any.pl:824
35173517 msgid ""
35183518 "Options for DVI/PS/PDF:\n"
35193519 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
35203520 msgstr ""
35213521
3522 #: tp/texi2any.pl:832
3522 #: tp/texi2any.pl:827
35233523 #, fuzzy
35243524 msgid ""
35253525 "Input file options:\n"
35403540 " -U VARIABEL odefiniera variabeln VARIABEL, som med "
35413541 "@clear.\n"
35423542
3543 #: tp/texi2any.pl:840
3543 #: tp/texi2any.pl:835
35443544 #, fuzzy
35453545 msgid ""
35463546 "Conditional processing in input:\n"
35783578 "\n"
35793579 " Dessutom, för flaggorna --no-ifFORMAT, behandla @ifnotFORMAT-text.\n"
35803580
3581 #: tp/texi2any.pl:857
3581 #: tp/texi2any.pl:852
35823582 #, fuzzy
35833583 msgid ""
35843584 " The defaults for the @if... conditionals depend on the output format:\n"
35943594 " om vanlig text genereras är --ifplaintext på och de andra av;\n"
35953595 " om XML genereras är --ifxml på och de andra av.\n"
35963596
3597 #: tp/texi2any.pl:864
3597 #: tp/texi2any.pl:859
35983598 #, fuzzy
35993599 msgid ""
36003600 "Examples:\n"
36253625 " makeinfo --no-split apa.texi skriv en Info-fil hur stor den än "
36263626 "är\n"
36273627
3628 #: tp/texi2any.pl:911
3628 #: tp/texi2any.pl:906
36293629 #, perl-format
36303630 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
36313631 msgstr ""
36323632 "%s: argumentet --footnote-style måste vara \"separate\" eller \"end\", inte "
36333633 "\"%s\".\n"
36343634
3635 #: tp/texi2any.pl:1002
3635 #: tp/texi2any.pl:997
36363636 #, perl-format
36373637 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
36383638 msgstr ""
36393639 "%s: argumentet --paragraph-indent måste vara numeriskt/\"none\"/\"asis\", "
36403640 "inte \"%s\".\n"
36413641
3642 #: tp/texi2any.pl:1079
3642 #: tp/texi2any.pl:1074
36433643 #, perl-format
36443644 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
36453645 msgstr ""
36463646
3647 #: tp/texi2any.pl:1083
3647 #: tp/texi2any.pl:1078
36483648 msgid "--Xopt option without printed output"
36493649 msgstr ""
36503650
3651 #: tp/texi2any.pl:1099
3651 #: tp/texi2any.pl:1094
36523652 #, fuzzy, perl-format
36533653 msgid "unknown tree transformation %s"
36543654 msgstr "okänd åtgärd \"%s\""
36553655
3656 #: tp/texi2any.pl:1106
3656 #: tp/texi2any.pl:1101
36573657 #, perl-format
36583658 msgid "ignoring splitting for format %s"
36593659 msgstr ""
36603660
3661 #: tp/texi2any.pl:1166
3661 #: tp/texi2any.pl:1161
36623662 #, perl-format
36633663 msgid "%s: missing file argument.\n"
36643664 msgstr "%s: filargument saknas.\n"
36653665
3666 #: tp/texi2any.pl:1167
3666 #: tp/texi2any.pl:1162
36673667 #, perl-format
36683668 msgid "Try `%s --help' for more information.\n"
36693669 msgstr "Prova \"%s --help\" för mer information.\n"
36703670
3671 #: tp/texi2any.pl:1255
3671 #: tp/texi2any.pl:1251
36723672 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36733673 msgstr ""
36743674
3675 #: tp/texi2any.pl:1278
3675 #: tp/texi2any.pl:1274
36763676 #, fuzzy, perl-format
36773677 msgid "error on closing macro expand file %s: %s\n"
36783678 msgstr "fel vid stängning av utdatafilen \"%s\""
36793679
3680 #: tp/texi2any.pl:1284
3680 #: tp/texi2any.pl:1280
36813681 #, fuzzy, perl-format
36823682 msgid "could not open %s for writing: %s\n"
36833683 msgstr "%s: kunde inte öppna --css-fil: %s"
36843684
3685 #: tp/texi2any.pl:1309
3685 #: tp/texi2any.pl:1305
36863686 msgid ""
36873687 "insert_nodes_for_sectioning_commands transformation return no result. No "
36883688 "section?"
36893689 msgstr ""
36903690
3691 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3691 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
36923692 #, perl-format
36933693 msgid "%s: error on closing %s: %s\n"
36943694 msgstr ""
36953695
3696 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3696 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
36973697 #, perl-format
36983698 msgid "%s: error on closing internal links file %s: %s\n"
36993699 msgstr ""
37003700
3701 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3701 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
37023702 #, fuzzy, perl-format
37033703 msgid "%s: could not open %s for writing: %s\n"
37043704 msgstr "%s: kunde inte öppna --css-fil: %s"
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: GNU texinfo 6.4dev\n"
8 "Project-Id-Version: GNU texinfo 6.5\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
10 "POT-Creation-Date: 2017-08-19 19:55+0100\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"
414414 msgid "Try --help for more information.\n"
415415 msgstr ""
416416
417 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
417 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
418418 #, c-format, perl-format
419419 msgid ""
420420 "Copyright (C) %s Free Software Foundation, Inc.\n"
503503 " info -f ./foo.info show file ./foo.info, not searching dir"
504504 msgstr ""
505505
506 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
506 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
507507 msgid ""
508508 "Email bug reports to bug-texinfo@gnu.org,\n"
509509 "general questions and discussion to help-texinfo@gnu.org.\n"
19031903 msgid "@%s: could not find %s"
19041904 msgstr ""
19051905
1906 #: tp/Texinfo/Common.pm:1628
1906 #: tp/Texinfo/Common.pm:1633
19071907 msgid "no node to be renamed"
19081908 msgstr ""
19091909
1910 #: tp/Texinfo/Common.pm:1639
1910 #: tp/Texinfo/Common.pm:1644
19111911 msgid "nodes without a new name at the end of file"
19121912 msgstr ""
19131913
1914 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
1914 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
19151915 #, perl-format
19161916 msgid "could not open %s: %s"
19171917 msgstr ""
19181918
1919 #: tp/Texinfo/Common.pm:2169
1919 #: tp/Texinfo/Common.pm:2174
19201920 #, perl-format
19211921 msgid "could not protect hash character in @%s"
19221922 msgstr ""
30233023 msgid "could not read init file %s"
30243024 msgstr ""
30253025
3026 #: tp/texi2any.pl:662
3026 #: tp/texi2any.pl:657
30273027 #, perl-format
30283028 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
30293029 msgstr ""
30303030
3031 #: tp/texi2any.pl:745
3031 #: tp/texi2any.pl:740
30323032 #, perl-format
30333033 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
30343034 msgstr ""
30353035
3036 #: tp/texi2any.pl:748
3036 #: tp/texi2any.pl:743
30373037 msgid ""
30383038 "Translate Texinfo source documentation to various other formats, by default\n"
30393039 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
30423042 "the behavior is identical, and does not depend on the installed name.\n"
30433043 msgstr ""
30443044
3045 #: tp/texi2any.pl:754
3045 #: tp/texi2any.pl:749
30463046 #, perl-format
30473047 msgid ""
30483048 "General options:\n"
30613061 " --version display version information and exit.\n"
30623062 msgstr ""
30633063
3064 #: tp/texi2any.pl:770
3064 #: tp/texi2any.pl:765
30653065 msgid ""
30663066 "Output format selection (default is to produce Info):\n"
30673067 " --docbook output Docbook XML rather than Info.\n"
30723072 " after checking validity of TEXINFO-FILE.\n"
30733073 msgstr ""
30743074
3075 #: tp/texi2any.pl:778
3075 #: tp/texi2any.pl:773
30763076 msgid ""
30773077 "General output options:\n"
30783078 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
30993099 " Otherwise, DEST names the output file.\n"
31003100 msgstr ""
31013101
3102 #: tp/texi2any.pl:798
3102 #: tp/texi2any.pl:793
31033103 #, perl-format
31043104 msgid ""
31053105 "Options for Info and plain text:\n"
31213121 " --split-size=NUM split Info files at size NUM (default %d).\n"
31223122 msgstr ""
31233123
3124 #: tp/texi2any.pl:815
3124 #: tp/texi2any.pl:810
31253125 msgid ""
31263126 "Options for HTML:\n"
31273127 " --css-include=FILE include FILE in HTML <style> output;\n"
31353135 " anchors; default is set only if split.\n"
31363136 msgstr ""
31373137
3138 #: tp/texi2any.pl:826
3138 #: tp/texi2any.pl:821
31393139 msgid ""
31403140 "Options for XML and Docbook:\n"
31413141 " --output-indent=VAL does nothing, retained for compatibility.\n"
31423142 msgstr ""
31433143
3144 #: tp/texi2any.pl:829
3144 #: tp/texi2any.pl:824
31453145 msgid ""
31463146 "Options for DVI/PS/PDF:\n"
31473147 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
31483148 msgstr ""
31493149
3150 #: tp/texi2any.pl:832
3150 #: tp/texi2any.pl:827
31513151 msgid ""
31523152 "Input file options:\n"
31533153 " --commands-in-node-names does nothing, retained for compatibility.\n"
31583158 " -U VAR undefine the variable VAR, as with @clear.\n"
31593159 msgstr ""
31603160
3161 #: tp/texi2any.pl:840
3161 #: tp/texi2any.pl:835
31623162 msgid ""
31633163 "Conditional processing in input:\n"
31643164 " --ifdocbook process @ifdocbook and @docbook even if\n"
31783178 " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
31793179 msgstr ""
31803180
3181 #: tp/texi2any.pl:857
3181 #: tp/texi2any.pl:852
31823182 msgid ""
31833183 " The defaults for the @if... conditionals depend on the output format:\n"
31843184 " if generating Docbook, --ifdocbook is on and the others are off;\n"
31883188 " if generating XML, --ifxml is on and the others are off.\n"
31893189 msgstr ""
31903190
3191 #: tp/texi2any.pl:864
3191 #: tp/texi2any.pl:859
31923192 msgid ""
31933193 "Examples:\n"
31943194 " makeinfo foo.texi write Info to foo's @setfilename\n"
32053205 " makeinfo --no-split foo.texi write one Info file however big\n"
32063206 msgstr ""
32073207
3208 #: tp/texi2any.pl:911
3208 #: tp/texi2any.pl:906
32093209 #, perl-format
32103210 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
32113211 msgstr ""
32123212
3213 #: tp/texi2any.pl:1002
3213 #: tp/texi2any.pl:997
32143214 #, perl-format
32153215 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
32163216 msgstr ""
32173217
3218 #: tp/texi2any.pl:1079
3218 #: tp/texi2any.pl:1074
32193219 #, perl-format
32203220 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
32213221 msgstr ""
32223222
3223 #: tp/texi2any.pl:1083
3223 #: tp/texi2any.pl:1078
32243224 msgid "--Xopt option without printed output"
32253225 msgstr ""
32263226
3227 #: tp/texi2any.pl:1099
3227 #: tp/texi2any.pl:1094
32283228 #, perl-format
32293229 msgid "unknown tree transformation %s"
32303230 msgstr ""
32313231
3232 #: tp/texi2any.pl:1106
3232 #: tp/texi2any.pl:1101
32333233 #, perl-format
32343234 msgid "ignoring splitting for format %s"
32353235 msgstr ""
32363236
3237 #: tp/texi2any.pl:1166
3237 #: tp/texi2any.pl:1161
32383238 #, perl-format
32393239 msgid "%s: missing file argument.\n"
32403240 msgstr ""
32413241
3242 #: tp/texi2any.pl:1167
3242 #: tp/texi2any.pl:1162
32433243 #, perl-format
32443244 msgid "Try `%s --help' for more information.\n"
32453245 msgstr ""
32463246
3247 #: tp/texi2any.pl:1255
3247 #: tp/texi2any.pl:1251
32483248 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
32493249 msgstr ""
32503250
3251 #: tp/texi2any.pl:1278
3251 #: tp/texi2any.pl:1274
32523252 #, perl-format
32533253 msgid "error on closing macro expand file %s: %s\n"
32543254 msgstr ""
32553255
3256 #: tp/texi2any.pl:1284
3256 #: tp/texi2any.pl:1280
32573257 #, perl-format
32583258 msgid "could not open %s for writing: %s\n"
32593259 msgstr ""
32603260
3261 #: tp/texi2any.pl:1309
3261 #: tp/texi2any.pl:1305
32623262 msgid ""
32633263 "insert_nodes_for_sectioning_commands transformation return no result. No "
32643264 "section?"
32653265 msgstr ""
32663266
3267 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3267 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
32683268 #, perl-format
32693269 msgid "%s: error on closing %s: %s\n"
32703270 msgstr ""
32713271
3272 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3272 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
32733273 #, perl-format
32743274 msgid "%s: error on closing internal links file %s: %s\n"
32753275 msgstr ""
32763276
3277 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3277 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
32783278 #, perl-format
32793279 msgid "%s: could not open %s for writing: %s\n"
32803280 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: 2017-07-10 19:41+0100\n"
10 "POT-Creation-Date: 2017-08-19 19:55+0100\n"
1111 "PO-Revision-Date: 2017-06-18 23:48+0300\n"
1212 "Last-Translator: Mehmet Kececi <mkececi@mehmetkececi.com>\n"
1313 "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
424424 msgid "Try --help for more information.\n"
425425 msgstr "Daha fazla bilgi için --help seçeneğini kullanın.\n"
426426
427 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
427 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
428428 #, c-format, perl-format
429429 msgid ""
430430 "Copyright (C) %s Free Software Foundation, Inc.\n"
564564 " tüm elkitabını out.txt'e çıkartır\n"
565565 " info -f ./foo.info dir aramadan ./foo.info dosyasını gösterir"
566566
567 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
567 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
568568 msgid ""
569569 "Email bug reports to bug-texinfo@gnu.org,\n"
570570 "general questions and discussion to help-texinfo@gnu.org.\n"
20842084 msgid "@%s: could not find %s"
20852085 msgstr "@%s: %s bulunamıyor"
20862086
2087 #: tp/Texinfo/Common.pm:1628
2087 #: tp/Texinfo/Common.pm:1633
20882088 msgid "no node to be renamed"
20892089 msgstr "yeniden adlandırılacak düğüm yok"
20902090
2091 #: tp/Texinfo/Common.pm:1639
2091 #: tp/Texinfo/Common.pm:1644
20922092 msgid "nodes without a new name at the end of file"
20932093 msgstr "dosya sonunda yeni adı olmayan düğümler"
20942094
2095 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2095 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
20962096 #, perl-format
20972097 msgid "could not open %s: %s"
20982098 msgstr "%s açılamıyor: %s"
20992099
2100 #: tp/Texinfo/Common.pm:2169
2100 #: tp/Texinfo/Common.pm:2174
21012101 #, perl-format
21022102 msgid "could not protect hash character in @%s"
21032103 msgstr "@%s içindeki sayı karakteri korunamıyor"
32263226 msgid "could not read init file %s"
32273227 msgstr "init dosyası %s okunamıyor"
32283228
3229 #: tp/texi2any.pl:662
3229 #: tp/texi2any.pl:657
32303230 #, perl-format
32313231 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32323232 msgstr "tanınamayan TEXINFO_OUTPUT_FORMAT değeri `%s' yok sayılıyor.\n"
32333233
3234 #: tp/texi2any.pl:745
3234 #: tp/texi2any.pl:740
32353235 #, perl-format
32363236 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32373237 msgstr "Kullanım: %s [SEÇENEK]... TEXINFO-DOSYASI...\n"
32383238
3239 #: tp/texi2any.pl:748
3239 #: tp/texi2any.pl:743
32403240 msgid ""
32413241 "Translate Texinfo source documentation to various other formats, by default\n"
32423242 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32513251 "Bu program genellikle hem `makeinfo', hem de `texi2any' şeklinde kurulur;\n"
32523252 "davranış, kurulum adından bağımsız olarak, özdeştir.\n"
32533253
3254 #: tp/texi2any.pl:754
3254 #: tp/texi2any.pl:749
32553255 #, perl-format
32563256 msgid ""
32573257 "General options:\n"
32873287 " -v, --verbose ne yapılıyor olduğunu açıklar.\n"
32883288 " --version sürüm bilgisini görüntüler ve çıkar.\n"
32893289
3290 #: tp/texi2any.pl:770
3290 #: tp/texi2any.pl:765
32913291 msgid ""
32923292 "Output format selection (default is to produce Info):\n"
32933293 " --docbook output Docbook XML rather than Info.\n"
33073307 " belirtilen çıktıyı oluşturmak için "
33083308 "texi2dvi'ı çağırır.\n"
33093309
3310 #: tp/texi2any.pl:778
3310 #: tp/texi2any.pl:773
33113311 msgid ""
33123312 "General output options:\n"
33133313 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33593359 " Aksi halde, HEDEF çıktı dosyasını "
33603360 "adlandırır.\n"
33613361
3362 #: tp/texi2any.pl:798
3362 #: tp/texi2any.pl:793
33633363 #, perl-format
33643364 msgid ""
33653365 "Options for Info and plain text:\n"
34003400 " --spilt-size=NUM Info dosyalarını NUM boyutuna böler (öntanımlı "
34013401 "%d).\n"
34023402
3403 #: tp/texi2any.pl:815
3403 #: tp/texi2any.pl:810
34043404 msgid ""
34053405 "Options for HTML:\n"
34063406 " --css-include=FILE include FILE in HTML <style> output;\n"
34263426 "dosyaları üretir;\n"
34273427 " öntanımlısı yalnızca bölünmüşse atanır.\n"
34283428
3429 #: tp/texi2any.pl:826
3429 #: tp/texi2any.pl:821
34303430 msgid ""
34313431 "Options for XML and Docbook:\n"
34323432 " --output-indent=VAL does nothing, retained for compatibility.\n"
34353435 " --output-indent=DEĞ hiçbir şey yapmaz, uyumluluk için "
34363436 "korunmuştur.\n"
34373437
3438 #: tp/texi2any.pl:829
3438 #: tp/texi2any.pl:824
34393439 msgid ""
34403440 "Options for DVI/PS/PDF:\n"
34413441 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34433443 "DVI/PS/PDF için Seçenekler:\n"
34443444 " --Xopt=OPT OPT'i texi2dvi'e aktar; yinelenebilir.\n"
34453445
3446 #: tp/texi2any.pl:832
3446 #: tp/texi2any.pl:827
34473447 msgid ""
34483448 "Input file options:\n"
34493449 " --commands-in-node-names does nothing, retained for compatibility.\n"
34633463 " -P DIR \t\tDIR'ı @include arama yolu başına ekler.\n"
34643464 " -U VAR \t\tVAR değişkeni tanımsız, @clear ile olduğu gibi.\n"
34653465
3466 #: tp/texi2any.pl:840
3466 #: tp/texi2any.pl:835
34673467 msgid ""
34683468 "Conditional processing in input:\n"
34693469 " --ifdocbook process @ifdocbook and @docbook even if\n"
34993499 "\n"
35003500 " Ayrıca --no-ifFORMAT seçenekleri için @ifnotFORMAT metnini işler.\n"
35013501
3502 #: tp/texi2any.pl:857
3502 #: tp/texi2any.pl:852
35033503 msgid ""
35043504 " The defaults for the @if... conditionals depend on the output format:\n"
35053505 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35153515 " eğer salt metin oluşturuluyorsa, --ifplaintext açık, diğerleri kapalıdır;\n"
35163516 " eğer XML oluşturuluyorsa, --ifxml açık, deiğerleri kapalıdır.\n"
35173517
3518 #: tp/texi2any.pl:864
3518 #: tp/texi2any.pl:859
35193519 msgid ""
35203520 "Examples:\n"
35213521 " makeinfo foo.texi write Info to foo's @setfilename\n"
35453545 " makeinfo --no-split foo.texi ne büyüklükte olursa olsun tek Info "
35463546 "dosyası yazar\n"
35473547
3548 #: tp/texi2any.pl:911
3548 #: tp/texi2any.pl:906
35493549 #, perl-format
35503550 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35513551 msgstr ""
35523552 "%s: --footnote-style arg. `separate' ya da `end' olmalıdır, `%s' değil.\n"
35533553
3554 #: tp/texi2any.pl:1002
3554 #: tp/texi2any.pl:997
35553555 #, perl-format
35563556 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35573557 msgstr ""
35583558 "%s: --paragraph-indent arg. sayısal/`none'/`asis' olmalıdır, `%s' değil.\n"
35593559
3560 #: tp/texi2any.pl:1079
3560 #: tp/texi2any.pl:1074
35613561 #, perl-format
35623562 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
35633563 msgstr ""
35643564 "%s: %s oluşturulurken -o ile yalnızca bir girdi DOSYAsı belirtilebilir\n"
35653565
3566 #: tp/texi2any.pl:1083
3566 #: tp/texi2any.pl:1078
35673567 msgid "--Xopt option without printed output"
35683568 msgstr "yazdırılmış çıktı olmadan--Xopt seçeneği"
35693569
3570 #: tp/texi2any.pl:1099
3570 #: tp/texi2any.pl:1094
35713571 #, perl-format
35723572 msgid "unknown tree transformation %s"
35733573 msgstr "bilinmeyen ağaç dönüşümü %s"
35743574
3575 #: tp/texi2any.pl:1106
3575 #: tp/texi2any.pl:1101
35763576 #, perl-format
35773577 msgid "ignoring splitting for format %s"
35783578 msgstr "%s biçemi için bölme yok sayılıyor"
35793579
3580 #: tp/texi2any.pl:1166
3580 #: tp/texi2any.pl:1161
35813581 #, perl-format
35823582 msgid "%s: missing file argument.\n"
35833583 msgstr "%s: dosya argümanı eksik.\n"
35843584
3585 #: tp/texi2any.pl:1167
3585 #: tp/texi2any.pl:1162
35863586 #, perl-format
35873587 msgid "Try `%s --help' for more information.\n"
35883588 msgstr "Daha fazla bilgi için `%s --help' yazın.\n"
35893589
3590 #: tp/texi2any.pl:1255
3590 #: tp/texi2any.pl:1251
35913591 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35923592 msgstr "fill_gaps_in_sectioning dönüşümü sonuç geri döndürmedi. Bölüm yok mu?"
35933593
3594 #: tp/texi2any.pl:1278
3594 #: tp/texi2any.pl:1274
35953595 #, perl-format
35963596 msgid "error on closing macro expand file %s: %s\n"
35973597 msgstr "%s makro genişletme dosyasını kapatmada hata: %s\n"
35983598
3599 #: tp/texi2any.pl:1284
3599 #: tp/texi2any.pl:1280
36003600 #, perl-format
36013601 msgid "could not open %s for writing: %s\n"
36023602 msgstr "%s yazmak için açılamıyorı: %s\n"
36033603
3604 #: tp/texi2any.pl:1309
3604 #: tp/texi2any.pl:1305
36053605 msgid ""
36063606 "insert_nodes_for_sectioning_commands transformation return no result. No "
36073607 "section?"
36093609 "insert_nodes_for_sectioning_commands dönüşümü sonuç geri döndürmüyor. Bölüm "
36103610 "yok mu?"
36113611
3612 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3612 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
36133613 #, perl-format
36143614 msgid "%s: error on closing %s: %s\n"
36153615 msgstr "%s: %s'i kapatmada hata: %s\n"
36163616
3617 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3617 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
36183618 #, perl-format
36193619 msgid "%s: error on closing internal links file %s: %s\n"
36203620 msgstr "%s: %s dahili bağlantı dosyasını kapatmada hata: %s\n"
36213621
3622 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3622 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
36233623 #, perl-format
36243624 msgid "%s: could not open %s for writing: %s\n"
36253625 msgstr "%s: %s yazmak için açılamıyorı: %s\n"
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: 2017-07-10 19:41+0100\n"
11 "POT-Creation-Date: 2017-08-19 19:55+0100\n"
1212 "PO-Revision-Date: 2017-06-18 21:12+0300\n"
1313 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
1414 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
427427 msgid "Try --help for more information.\n"
428428 msgstr "Спробуйте --help, щоб отримати більше інформації.\n"
429429
430 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
430 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
431431 #, c-format, perl-format
432432 msgid ""
433433 "Copyright (C) %s Free Software Foundation, Inc.\n"
569569 " info -f ./foo.info просто показати файл ./foo.info, без пошуку у "
570570 "каталозі"
571571
572 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
572 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
573573 msgid ""
574574 "Email bug reports to bug-texinfo@gnu.org,\n"
575575 "general questions and discussion to help-texinfo@gnu.org.\n"
20992099 msgid "@%s: could not find %s"
21002100 msgstr "@%s: не вдалося знайти %s"
21012101
2102 #: tp/Texinfo/Common.pm:1628
2102 #: tp/Texinfo/Common.pm:1633
21032103 msgid "no node to be renamed"
21042104 msgstr "немає вузла для перейменування"
21052105
2106 #: tp/Texinfo/Common.pm:1639
2106 #: tp/Texinfo/Common.pm:1644
21072107 msgid "nodes without a new name at the end of file"
21082108 msgstr "вузли без нової назви наприкінці файла"
21092109
2110 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2110 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21112111 #, perl-format
21122112 msgid "could not open %s: %s"
21132113 msgstr "не вдалося відкрити %s: %s"
21142114
2115 #: tp/Texinfo/Common.pm:2169
2115 #: tp/Texinfo/Common.pm:2174
21162116 #, perl-format
21172117 msgid "could not protect hash character in @%s"
21182118 msgstr "не вдалося екранувати символ решітки у @%s"
32533253 msgid "could not read init file %s"
32543254 msgstr "не вдалося прочитати файл ініціалізації %s"
32553255
3256 #: tp/texi2any.pl:662
3256 #: tp/texi2any.pl:657
32573257 #, perl-format
32583258 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32593259 msgstr "пропускаємо невідоме значення TEXINFO_OUTPUT_FORMAT «%s».\n"
32603260
3261 #: tp/texi2any.pl:745
3261 #: tp/texi2any.pl:740
32623262 #, perl-format
32633263 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32643264 msgstr "Usage: %s [ПАРАМЕТР]... ФАЙЛ-TEXINFO...\n"
32653265
3266 #: tp/texi2any.pl:748
3266 #: tp/texi2any.pl:743
32673267 msgid ""
32683268 "Translate Texinfo source documentation to various other formats, by default\n"
32693269 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32793279 "«texi2any»;\n"
32803280 "поведінка цих компонентів є однаковою і не залежить від назви програми.\n"
32813281
3282 #: tp/texi2any.pl:754
3282 #: tp/texi2any.pl:749
32833283 #, perl-format
32843284 msgid ""
32853285 "General options:\n"
33163316 " -v, --verbose описувати, що буде робитися.\n"
33173317 " --version показати інформацію про версію й вийти.\n"
33183318
3319 #: tp/texi2any.pl:770
3319 #: tp/texi2any.pl:765
33203320 msgid ""
33213321 "Output format selection (default is to produce Info):\n"
33223322 " --docbook output Docbook XML rather than Info.\n"
33363336 " після перевірки коректності файла ФАЙЛ-"
33373337 "TEXINFO.\n"
33383338
3339 #: tp/texi2any.pl:778
3339 #: tp/texi2any.pl:773
33403340 msgid ""
33413341 "General output options:\n"
33423342 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33913391 " У інших випадках, ПРИЗНАЧЕННЯ визначає назву "
33923392 "файла-результату.\n"
33933393
3394 #: tp/texi2any.pl:798
3394 #: tp/texi2any.pl:793
33953395 #, perl-format
33963396 msgid ""
33973397 "Options for Info and plain text:\n"
34313431 " --split-size=ЧИСЛО розбивати файли Info, якщо їхній розмір "
34323432 "перевищує ЧИСЛО (типово %d).\n"
34333433
3434 #: tp/texi2any.pl:815
3434 #: tp/texi2any.pl:810
34353435 msgid ""
34363436 "Options for HTML:\n"
34373437 " --css-include=FILE include FILE in HTML <style> output;\n"
34593459 " типово встановлюється лише для поділених "
34603460 "документів.\n"
34613461
3462 #: tp/texi2any.pl:826
3462 #: tp/texi2any.pl:821
34633463 msgid ""
34643464 "Options for XML and Docbook:\n"
34653465 " --output-indent=VAL does nothing, retained for compatibility.\n"
34683468 " --output-indent=VAL нічого не робити, збережено для зворотної "
34693469 "сумісності.\n"
34703470
3471 #: tp/texi2any.pl:829
3471 #: tp/texi2any.pl:824
34723472 msgid ""
34733473 "Options for DVI/PS/PDF:\n"
34743474 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34773477 " --Xopt=ПАРАМЕТР передати ПАРАМЕТР texi2dvi; можна "
34783478 "використовувати декілька разів.\n"
34793479
3480 #: tp/texi2any.pl:832
3480 #: tp/texi2any.pl:827
34813481 msgid ""
34823482 "Input file options:\n"
34833483 " --commands-in-node-names does nothing, retained for compatibility.\n"
35003500 " -U ЗМІННА скинути значення ЗМІННОЇ, те ж саме, що "
35013501 "@clear.\n"
35023502
3503 #: tp/texi2any.pl:840
3503 #: tp/texi2any.pl:835
35043504 msgid ""
35053505 "Conditional processing in input:\n"
35063506 " --ifdocbook process @ifdocbook and @docbook even if\n"
35373537 "\n"
35383538 " Параметри --no-ifФОРМАТ також вмикають обробку тексту у @ifnotФОРМАТ.\n"
35393539
3540 #: tp/texi2any.pl:857
3540 #: tp/texi2any.pl:852
35413541 msgid ""
35423542 " The defaults for the @if... conditionals depend on the output format:\n"
35433543 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35533553 " якщо створюємо простий текст - --ifplaintext ввімкнено, а інші вимкнено;\n"
35543554 " якщо створюємо XML - --ifxml ввімкнено, а інші вимкнено.\n"
35553555
3556 #: tp/texi2any.pl:864
3556 #: tp/texi2any.pl:859
35573557 msgid ""
35583558 "Examples:\n"
35593559 " makeinfo foo.texi write Info to foo's @setfilename\n"
35883588 " makeinfo --no-split foo.texi записати все в один файл Info (він "
35893589 "буде великим)\n"
35903590
3591 #: tp/texi2any.pl:911
3591 #: tp/texi2any.pl:906
35923592 #, perl-format
35933593 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35943594 msgstr ""
35953595 "%s: аргумент до --footnote-style має бути `separate' чи `end', а не `%s'.\n"
35963596
3597 #: tp/texi2any.pl:1002
3597 #: tp/texi2any.pl:997
35983598 #, perl-format
35993599 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
36003600 msgstr ""
36013601 "%s: аргумент до --paragraph-indent має бути числом, `none' чи `asis', а не `"
36023602 "%s'.\n"
36033603
3604 #: tp/texi2any.pl:1079
3604 #: tp/texi2any.pl:1074
36053605 #, perl-format
36063606 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
36073607 msgstr ""
36083608 "%s: створення %s, за допомогою -o можна вказувати лише один файл вхідних "
36093609 "даних\n"
36103610
3611 #: tp/texi2any.pl:1083
3611 #: tp/texi2any.pl:1078
36123612 msgid "--Xopt option without printed output"
36133613 msgstr "використано параметр --Xopt без визначення друкованого виведення"
36143614
3615 #: tp/texi2any.pl:1099
3615 #: tp/texi2any.pl:1094
36163616 #, perl-format
36173617 msgid "unknown tree transformation %s"
36183618 msgstr "невідоме перетворення ієрархії %s"
36193619
3620 #: tp/texi2any.pl:1106
3620 #: tp/texi2any.pl:1101
36213621 #, perl-format
36223622 msgid "ignoring splitting for format %s"
36233623 msgstr "ігноруємо поділ для формату %s"
36243624
3625 #: tp/texi2any.pl:1166
3625 #: tp/texi2any.pl:1161
36263626 #, perl-format
36273627 msgid "%s: missing file argument.\n"
36283628 msgstr "%s: не вказано аргумент назви файлу.\n"
36293629
3630 #: tp/texi2any.pl:1167
3630 #: tp/texi2any.pl:1162
36313631 #, perl-format
36323632 msgid "Try `%s --help' for more information.\n"
36333633 msgstr "Спробуйте `%s --help', щоб отримати більше інформації.\n"
36343634
3635 #: tp/texi2any.pl:1255
3635 #: tp/texi2any.pl:1251
36363636 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36373637 msgstr ""
36383638 "Перетворення fill_gaps_in_sectioning не дало ніяких результатів. Немає "
36393639 "розділу?"
36403640
3641 #: tp/texi2any.pl:1278
3641 #: tp/texi2any.pl:1274
36423642 #, perl-format
36433643 msgid "error on closing macro expand file %s: %s\n"
36443644 msgstr ""
36453645 "помилка під час спроби закрити файл розгортання макровизначень %s: %s\n"
36463646
3647 #: tp/texi2any.pl:1284
3647 #: tp/texi2any.pl:1280
36483648 #, perl-format
36493649 msgid "could not open %s for writing: %s\n"
36503650 msgstr "не вдалося відкрити %s для запису: %s\n"
36513651
3652 #: tp/texi2any.pl:1309
3652 #: tp/texi2any.pl:1305
36533653 msgid ""
36543654 "insert_nodes_for_sectioning_commands transformation return no result. No "
36553655 "section?"
36573657 "Перетворення insert_nodes_for_sectioning_commands не дало ніяких "
36583658 "результатів. Немає розділу?"
36593659
3660 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3660 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
36613661 #, perl-format
36623662 msgid "%s: error on closing %s: %s\n"
36633663 msgstr "%s: помилка під час спроби закрити %s: %s\n"
36643664
3665 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3665 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
36663666 #, perl-format
36673667 msgid "%s: error on closing internal links file %s: %s\n"
36683668 msgstr "%s: помилка під час спроби закрити файл внутрішніх посилань %s: %s\n"
36693669
3670 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3670 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
36713671 #, perl-format
36723672 msgid "%s: could not open %s for writing: %s\n"
36733673 msgstr "%s: не вдалося відкрити %s для запису даних: %s\n"
Binary diff not shown
88 msgstr ""
99 "Project-Id-Version: texinfo 6.3.90\n"
1010 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
11 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
11 "POT-Creation-Date: 2017-08-19 19:55+0100\n"
1212 "PO-Revision-Date: 2017-04-24 06:41+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"
428428 msgid "Try --help for more information.\n"
429429 msgstr "Hãy thử lệnh trợ giúp “--help” để xem thông tin thêm.\n"
430430
431 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
431 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
432432 #, c-format, perl-format
433433 msgid ""
434434 "Copyright (C) %s Free Software Foundation, Inc.\n"
574574 " info -f ./foo.info hiển thị tập tin “./foo.info”, không tìm kiếm "
575575 "thư mục"
576576
577 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
577 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
578578 msgid ""
579579 "Email bug reports to bug-texinfo@gnu.org,\n"
580580 "general questions and discussion to help-texinfo@gnu.org.\n"
21122112 msgid "@%s: could not find %s"
21132113 msgstr "@%s: không tìm thấy %s"
21142114
2115 #: tp/Texinfo/Common.pm:1628
2115 #: tp/Texinfo/Common.pm:1633
21162116 msgid "no node to be renamed"
21172117 msgstr "không có nút nào được đổi tên"
21182118
2119 #: tp/Texinfo/Common.pm:1639
2119 #: tp/Texinfo/Common.pm:1644
21202120 msgid "nodes without a new name at the end of file"
21212121 msgstr "các nút không có tên mới tại cuối tập tin"
21222122
2123 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2123 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
21242124 #, perl-format
21252125 msgid "could not open %s: %s"
21262126 msgstr "không thể mở %s: %s"
21272127
2128 #: tp/Texinfo/Common.pm:2169
2128 #: tp/Texinfo/Common.pm:2174
21292129 #, perl-format
21302130 msgid "could not protect hash character in @%s"
21312131 msgstr "không thể bảo vệ ký tự băm trong @%s"
32853285 msgid "could not read init file %s"
32863286 msgstr "không thể đọc tập tin khởi tạo %s"
32873287
3288 #: tp/texi2any.pl:662
3288 #: tp/texi2any.pl:657
32893289 #, perl-format
32903290 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32913291 msgstr ""
32923292 "bỏ qua giá trị không chấp nhận được “TEXINFO_OUTPUT_FORMAT” (định dạng xuất "
32933293 "Texinfo) “%s”\n"
32943294
3295 #: tp/texi2any.pl:745
3295 #: tp/texi2any.pl:740
32963296 #, perl-format
32973297 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32983298 msgstr "Cách dùng: %s [TÙY-CHỌN]… TẬP-TIN-TEXTINFO…\n"
32993299
3300 #: tp/texi2any.pl:748
3300 #: tp/texi2any.pl:743
33013301 msgid ""
33023302 "Translate Texinfo source documentation to various other formats, by default\n"
33033303 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
33123312 "Chương trình này thường được cài cùng cả “makeinfo” và “texi2any”;\n"
33133313 "chúng làm cùng nhiệm vụ, không phụ thuộc vào tên được cài đặt.\n"
33143314
3315 #: tp/texi2any.pl:754
3315 #: tp/texi2any.pl:749
33163316 #, perl-format
33173317 msgid ""
33183318 "General options:\n"
33513351 " -v, --verbose diễn tả việc đang được làm \n"
33523352 " --version hiển thị thông tin phiên bản rồi thoát.\n"
33533353
3354 #: tp/texi2any.pl:770
3354 #: tp/texi2any.pl:765
33553355 msgid ""
33563356 "Output format selection (default is to produce Info):\n"
33573357 " --docbook output Docbook XML rather than Info.\n"
33703370 " sau khi kiểm tra tính hợp lệ của TẬP-TIN-"
33713371 "INFO\n"
33723372
3373 #: tp/texi2any.pl:778
3373 #: tp/texi2any.pl:773
33743374 msgid ""
33753375 "General output options:\n"
33763376 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
34193419 " đặt tập tin kết xuất ở đây.\n"
34203420 " Nếu không, tên ĐÍCH là tập tin kết xuất.\n"
34213421
3422 #: tp/texi2any.pl:798
3422 #: tp/texi2any.pl:793
34233423 #, perl-format
34243424 msgid ""
34253425 "Options for Info and plain text:\n"
34663466 " --split-size=SỐ chia tách các tập tin Info ở kích cỡ SỐ (mặc "
34673467 "định là %d).\n"
34683468
3469 #: tp/texi2any.pl:815
3469 #: tp/texi2any.pl:810
34703470 msgid ""
34713471 "Options for HTML:\n"
34723472 " --css-include=FILE include FILE in HTML <style> output;\n"
34923492 " --node-files tạo ra các tập tin chuyển hướng cho các nút\n"
34933493 " và điểm neo; mặc định chỉ được đặt nếu tách.\n"
34943494
3495 #: tp/texi2any.pl:826
3495 #: tp/texi2any.pl:821
34963496 msgid ""
34973497 "Options for XML and Docbook:\n"
34983498 " --output-indent=VAL does nothing, retained for compatibility.\n"
35003500 "Các tùy chọn cho XML và Docbook:\n"
35013501 " --output-indent=VAL chẳng làm gì, giữ lại để tương thích.\n"
35023502
3503 #: tp/texi2any.pl:829
3503 #: tp/texi2any.pl:824
35043504 msgid ""
35053505 "Options for DVI/PS/PDF:\n"
35063506 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
35083508 "Tùy chọn cho DVI/PS/PDF:\n"
35093509 " --Xopt=OPT chuyển TÙY-CHỌN cho texi2dvi; có thể lặp lại.\n"
35103510
3511 #: tp/texi2any.pl:832
3511 #: tp/texi2any.pl:827
35123512 msgid ""
35133513 "Input file options:\n"
35143514 " --commands-in-node-names does nothing, retained for compatibility.\n"
35303530 "kiếm @include.\n"
35313531 " -U BIẾN hủy định nghĩa biến này, giống như @clear.\n"
35323532
3533 #: tp/texi2any.pl:840
3533 #: tp/texi2any.pl:835
35343534 msgid ""
35353535 "Conditional processing in input:\n"
35363536 " --ifdocbook process @ifdocbook and @docbook even if\n"
35683568 " Đồng thời, đối với các tùy chọn “--no-ifĐỊNH_DẠNG”, phải xử lý văn bản "
35693569 "@ifnotĐỊNH_DẠNG.\n"
35703570
3571 #: tp/texi2any.pl:857
3571 #: tp/texi2any.pl:852
35723572 msgid ""
35733573 " The defaults for the @if... conditionals depend on the output format:\n"
35743574 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35843584 " nếu tạo chữ dạng thô thì bật “--ifplaintext” và các cái khác bị tắt;\n"
35853585 " nếu tạo XML thì bật “--ifxml” và các cái khác bị tắt;\n"
35863586
3587 #: tp/texi2any.pl:864
3587 #: tp/texi2any.pl:859
35883588 msgid ""
35893589 "Examples:\n"
35903590 " makeinfo foo.texi write Info to foo's @setfilename\n"
36153615 " makeinfo --no-split phu.texi ghi một tập tin Info, bất chấp kích "
36163616 "cỡ tối đa\n"
36173617
3618 #: tp/texi2any.pl:911
3618 #: tp/texi2any.pl:906
36193619 #, perl-format
36203620 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
36213621 msgstr ""
36243624 " * end cuối\n"
36253625 "không phải “%s”.\n"
36263626
3627 #: tp/texi2any.pl:1002
3627 #: tp/texi2any.pl:997
36283628 #, perl-format
36293629 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
36303630 msgstr ""
36343634 " * asis như thế\n"
36353635 "không phải “%s”.\n"
36363636
3637 #: tp/texi2any.pl:1079
3637 #: tp/texi2any.pl:1074
36383638 #, perl-format
36393639 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
36403640 msgstr ""
36413641 "%s: khi đang tạo %s, chỉ một TẬP-TIN đầu vào có thể được chỉ ra cùng với tùy "
36423642 "chọn -o\n"
36433643
3644 #: tp/texi2any.pl:1083
3644 #: tp/texi2any.pl:1078
36453645 msgid "--Xopt option without printed output"
36463646 msgstr "tùy chọn --Xopt không in ra kết xuất"
36473647
3648 #: tp/texi2any.pl:1099
3648 #: tp/texi2any.pl:1094
36493649 #, perl-format
36503650 msgid "unknown tree transformation %s"
36513651 msgstr "không hiểu sự biến đổi cây %s"
36523652
3653 #: tp/texi2any.pl:1106
3653 #: tp/texi2any.pl:1101
36543654 #, perl-format
36553655 msgid "ignoring splitting for format %s"
36563656 msgstr "bỏ qua việc chia cắt cho định dạng %s"
36573657
3658 #: tp/texi2any.pl:1166
3658 #: tp/texi2any.pl:1161
36593659 #, perl-format
36603660 msgid "%s: missing file argument.\n"
36613661 msgstr "%s: thiếu đối số tập tin.\n"
36623662
3663 #: tp/texi2any.pl:1167
3663 #: tp/texi2any.pl:1162
36643664 #, perl-format
36653665 msgid "Try `%s --help' for more information.\n"
36663666 msgstr "Hãy thử lệnh trợ giúp “%s --help” để xem thông tin thêm.\n"
36673667
3668 #: tp/texi2any.pl:1255
3668 #: tp/texi2any.pl:1251
36693669 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36703670 msgstr ""
36713671 "chuyển đổi dạng fill_gaps_in_sectioning không trả về kết quả nào. Không có "
36723672 "chương nào à?"
36733673
3674 #: tp/texi2any.pl:1278
3674 #: tp/texi2any.pl:1274
36753675 #, perl-format
36763676 msgid "error on closing macro expand file %s: %s\n"
36773677 msgstr "gặp lỗi khi đóng tập tin vĩ lệnh mở rộng %s: %s\n"
36783678
3679 #: tp/texi2any.pl:1284
3679 #: tp/texi2any.pl:1280
36803680 #, perl-format
36813681 msgid "could not open %s for writing: %s\n"
36823682 msgstr "không thể mở “%s” để ghi: %s\n"
36833683
3684 #: tp/texi2any.pl:1309
3684 #: tp/texi2any.pl:1305
36853685 msgid ""
36863686 "insert_nodes_for_sectioning_commands transformation return no result. No "
36873687 "section?"
36893689 "sự biến đổi insert_nodes_for_sectioning_commands không trả về kết quả. Không "
36903690 "có chương nào à?"
36913691
3692 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3692 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
36933693 #, perl-format
36943694 msgid "%s: error on closing %s: %s\n"
36953695 msgstr "%s: lỗi đóng tập tin %s: %s\n"
36963696
3697 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3697 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
36983698 #, perl-format
36993699 msgid "%s: error on closing internal links file %s: %s\n"
37003700 msgstr "%s: gặp lỗi khi đóng tập tin liên kết nội tại %s: %s\n"
37013701
3702 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3702 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
37033703 #, perl-format
37043704 msgid "%s: could not open %s for writing: %s\n"
37053705 msgstr "%s: không thể mở “%s” để ghi: %s\n"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo 4.13\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
9 "POT-Creation-Date: 2017-08-19 19:55+0100\n"
1010 "PO-Revision-Date: 2009-05-21 15:08中国标准时间\n"
1111 "Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n"
1212 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
427427 msgid "Try --help for more information.\n"
428428 msgstr "尝试 --更多的求助信息。\n"
429429
430 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
430 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
431431 #, c-format, perl-format
432432 msgid ""
433433 "Copyright (C) %s Free Software Foundation, Inc.\n"
562562 " info --subnodes -o out.txt emacs 将整个手册页输出至 out.txt\n"
563563 " info -f ./foo.info 显示文件 ./foo.info,而不是查找目录"
564564
565 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
565 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
566566 msgid ""
567567 "Email bug reports to bug-texinfo@gnu.org,\n"
568568 "general questions and discussion to help-texinfo@gnu.org.\n"
20842084 msgid "@%s: could not find %s"
20852085 msgstr "%s: 无法打开 --css-file: %s"
20862086
2087 #: tp/Texinfo/Common.pm:1628
2087 #: tp/Texinfo/Common.pm:1633
20882088 msgid "no node to be renamed"
20892089 msgstr ""
20902090
2091 #: tp/Texinfo/Common.pm:1639
2091 #: tp/Texinfo/Common.pm:1644
20922092 msgid "nodes without a new name at the end of file"
20932093 msgstr ""
20942094
2095 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2095 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
20962096 #, fuzzy, perl-format
20972097 msgid "could not open %s: %s"
20982098 msgstr "%s: 无法打开 --css-file: %s"
20992099
2100 #: tp/Texinfo/Common.pm:2169
2100 #: tp/Texinfo/Common.pm:2174
21012101 #, perl-format
21022102 msgid "could not protect hash character in @%s"
21032103 msgstr ""
32113211 msgid "could not read init file %s"
32123212 msgstr "无法创建输出文件“%s”。"
32133213
3214 #: tp/texi2any.pl:662
3214 #: tp/texi2any.pl:657
32153215 #, fuzzy, perl-format
32163216 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32173217 msgstr "%s: 忽略不可辨认的 TEXINFO_OUTPUT_FORMAT 值“%s”。\n"
32183218
3219 #: tp/texi2any.pl:745
3219 #: tp/texi2any.pl:740
32203220 #, perl-format
32213221 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
32223222 msgstr "用法:%s [选项]... TEXINFO-文件...\n"
32233223
3224 #: tp/texi2any.pl:748
3224 #: tp/texi2any.pl:743
32253225 #, fuzzy
32263226 msgid ""
32273227 "Translate Texinfo source documentation to various other formats, by default\n"
32333233 "将 Texinfo 源文件转换为其它各种格式,默认转换为适于\n"
32343234 "由 Emacs 或独立 GNU Info 在线浏览的 Info 文件。\n"
32353235
3236 #: tp/texi2any.pl:754
3236 #: tp/texi2any.pl:749
32373237 #, fuzzy, perl-format
32383238 msgid ""
32393239 "General options:\n"
32623262 " -v, --verbose 解释都做了些什么。\n"
32633263 " --version 显示版本信息并退出。\n"
32643264
3265 #: tp/texi2any.pl:770
3265 #: tp/texi2any.pl:765
32663266 #, fuzzy
32673267 msgid ""
32683268 "Output format selection (default is to produce Info):\n"
32793279 " --xml 输出 XML (TexinfoML) 而不是 Info。\n"
32803280 " --plaintext 输出普通文本而不是 Info。\n"
32813281
3282 #: tp/texi2any.pl:778
3282 #: tp/texi2any.pl:773
32833283 #, fuzzy
32843284 msgid ""
32853285 "General output options:\n"
33183318 " --number-sections 输出章节编号。\n"
33193319 " -o, --output=FILE 输出到文件 FILE (如果是分割的 HTML 则为目录)。\n"
33203320
3321 #: tp/texi2any.pl:798
3321 #: tp/texi2any.pl:793
33223322 #, perl-format
33233323 msgid ""
33243324 "Options for Info and plain text:\n"
33523352 " “asis”,保留现有的对齐。\n"
33533353 " --split-size=NUM 在大小 NUM 的时候拆分 Info 文件 (默认为 %d)。\n"
33543354
3355 #: tp/texi2any.pl:815
3355 #: tp/texi2any.pl:810
33563356 #, fuzzy
33573357 msgid ""
33583358 "Options for HTML:\n"
33743374 " --transliterate-file-names\n"
33753375 " 以 ASCII 字义生成文件名。\n"
33763376
3377 #: tp/texi2any.pl:826
3377 #: tp/texi2any.pl:821
33783378 msgid ""
33793379 "Options for XML and Docbook:\n"
33803380 " --output-indent=VAL does nothing, retained for compatibility.\n"
33813381 msgstr ""
33823382
3383 #: tp/texi2any.pl:829
3383 #: tp/texi2any.pl:824
33843384 msgid ""
33853385 "Options for DVI/PS/PDF:\n"
33863386 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33873387 msgstr ""
33883388
3389 #: tp/texi2any.pl:832
3389 #: tp/texi2any.pl:827
33903390 #, fuzzy
33913391 msgid ""
33923392 "Input file options:\n"
34043404 " -P DIR 将 DIR 追加到 @include 搜索路径之前。\n"
34053405 " -U VAR 取消变量 VAR 的定义,就象 @clear。\n"
34063406
3407 #: tp/texi2any.pl:840
3407 #: tp/texi2any.pl:835
34083408 #, fuzzy
34093409 msgid ""
34103410 "Conditional processing in input:\n"
34363436 " --no-ifplaintext 不要处理 @ifplaintext 文本。\n"
34373437 " --no-iftex 不要处理 @iftex 和 @tex 文本。\n"
34383438
3439 #: tp/texi2any.pl:857
3439 #: tp/texi2any.pl:852
34403440 #, fuzzy
34413441 msgid ""
34423442 " The defaults for the @if... conditionals depend on the output format:\n"
34523452 " 如果生成普通文本,则 --ifplaintext 默认开启而其它默认关闭;\n"
34533453 " 如果生成 XML,则 --ifxml 默认开启而其它默认关闭。\n"
34543454
3455 #: tp/texi2any.pl:864
3455 #: tp/texi2any.pl:859
34563456 #, fuzzy
34573457 msgid ""
34583458 "Examples:\n"
34803480 " makeinfo --number-sections foo.texi 输出带有编号的节的 Info\n"
34813481 " makeinfo --no-split foo.texi 输出单个 Info 文件而不论大小\n"
34823482
3483 #: tp/texi2any.pl:911
3483 #: tp/texi2any.pl:906
34843484 #, perl-format
34853485 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34863486 msgstr "%s:--footnote-style 的参数必须为“separate”或“end”,而不是“%s”。\n"
34873487
3488 #: tp/texi2any.pl:1002
3488 #: tp/texi2any.pl:997
34893489 #, perl-format
34903490 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34913491 msgstr "%s:--paragraph-indent 的参数必须为数值/“none”/“asis”,而不是“%s”。\n"
34923492
3493 #: tp/texi2any.pl:1079
3493 #: tp/texi2any.pl:1074
34943494 #, perl-format
34953495 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
34963496 msgstr ""
34973497
3498 #: tp/texi2any.pl:1083
3498 #: tp/texi2any.pl:1078
34993499 msgid "--Xopt option without printed output"
35003500 msgstr ""
35013501
3502 #: tp/texi2any.pl:1099
3502 #: tp/texi2any.pl:1094
35033503 #, fuzzy, perl-format
35043504 msgid "unknown tree transformation %s"
35053505 msgstr "未知的动作“%s”"
35063506
3507 #: tp/texi2any.pl:1106
3507 #: tp/texi2any.pl:1101
35083508 #, perl-format
35093509 msgid "ignoring splitting for format %s"
35103510 msgstr ""
35113511
3512 #: tp/texi2any.pl:1166
3512 #: tp/texi2any.pl:1161
35133513 #, perl-format
35143514 msgid "%s: missing file argument.\n"
35153515 msgstr "%s:遗漏文件参数。\n"
35163516
3517 #: tp/texi2any.pl:1167
3517 #: tp/texi2any.pl:1162
35183518 #, perl-format
35193519 msgid "Try `%s --help' for more information.\n"
35203520 msgstr "试用“%s --help”以获取更多信息。\n"
35213521
3522 #: tp/texi2any.pl:1255
3522 #: tp/texi2any.pl:1251
35233523 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35243524 msgstr ""
35253525
3526 #: tp/texi2any.pl:1278
3526 #: tp/texi2any.pl:1274
35273527 #, fuzzy, perl-format
35283528 msgid "error on closing macro expand file %s: %s\n"
35293529 msgstr "关闭输出文件“%s”时出错"
35303530
3531 #: tp/texi2any.pl:1284
3531 #: tp/texi2any.pl:1280
35323532 #, fuzzy, perl-format
35333533 msgid "could not open %s for writing: %s\n"
35343534 msgstr "%s: 无法打开 --css-file: %s"
35353535
3536 #: tp/texi2any.pl:1309
3536 #: tp/texi2any.pl:1305
35373537 msgid ""
35383538 "insert_nodes_for_sectioning_commands transformation return no result. No "
35393539 "section?"
35403540 msgstr ""
35413541
3542 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3542 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
35433543 #, perl-format
35443544 msgid "%s: error on closing %s: %s\n"
35453545 msgstr ""
35463546
3547 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3547 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
35483548 #, fuzzy, perl-format
35493549 msgid "%s: error on closing internal links file %s: %s\n"
35503550 msgstr "%s: 忽略二次内部连接输出“%s”。\n"
35513551
3552 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3552 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
35533553 #, fuzzy, perl-format
35543554 msgid "%s: could not open %s for writing: %s\n"
35553555 msgstr "%s: 无法打开 --css-file: %s"
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: 2017-07-10 19:41+0100\n"
8 "POT-Creation-Date: 2017-08-19 19:55+0100\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"
421421 msgid "Try --help for more information.\n"
422422 msgstr "試試 --help 以取得更多的資訊.\n"
423423
424 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:888
424 #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883
425425 #, c-format, perl-format
426426 msgid ""
427427 "Copyright (C) %s Free Software Foundation, Inc.\n"
510510 " info -f ./foo.info show file ./foo.info, not searching dir"
511511 msgstr ""
512512
513 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:876
513 #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871
514514 #, fuzzy
515515 msgid ""
516516 "Email bug reports to bug-texinfo@gnu.org,\n"
20012001 msgid "@%s: could not find %s"
20022002 msgstr ""
20032003
2004 #: tp/Texinfo/Common.pm:1628
2004 #: tp/Texinfo/Common.pm:1633
20052005 msgid "no node to be renamed"
20062006 msgstr ""
20072007
2008 #: tp/Texinfo/Common.pm:1639
2008 #: tp/Texinfo/Common.pm:1644
20092009 msgid "nodes without a new name at the end of file"
20102010 msgstr ""
20112011
2012 #: tp/Texinfo/Common.pm:1649 tp/Texinfo/Parser.pm:859
2012 #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859
20132013 #, perl-format
20142014 msgid "could not open %s: %s"
20152015 msgstr ""
20162016
2017 #: tp/Texinfo/Common.pm:2169
2017 #: tp/Texinfo/Common.pm:2174
20182018 #, perl-format
20192019 msgid "could not protect hash character in @%s"
20202020 msgstr ""
31273127 msgid "could not read init file %s"
31283128 msgstr "無法建立輸出檔案 `%s'."
31293129
3130 #: tp/texi2any.pl:662
3130 #: tp/texi2any.pl:657
31313131 #, perl-format
31323132 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
31333133 msgstr ""
31343134
3135 #: tp/texi2any.pl:745
3135 #: tp/texi2any.pl:740
31363136 #, fuzzy, perl-format
31373137 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
31383138 msgstr "¥Îªk: %s [OPTION]... FILE...\n"
31393139
3140 #: tp/texi2any.pl:748
3140 #: tp/texi2any.pl:743
31413141 msgid ""
31423142 "Translate Texinfo source documentation to various other formats, by default\n"
31433143 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
31463146 "the behavior is identical, and does not depend on the installed name.\n"
31473147 msgstr ""
31483148
3149 #: tp/texi2any.pl:754
3149 #: tp/texi2any.pl:749
31503150 #, perl-format
31513151 msgid ""
31523152 "General options:\n"
31653165 " --version display version information and exit.\n"
31663166 msgstr ""
31673167
3168 #: tp/texi2any.pl:770
3168 #: tp/texi2any.pl:765
31693169 msgid ""
31703170 "Output format selection (default is to produce Info):\n"
31713171 " --docbook output Docbook XML rather than Info.\n"
31763176 " after checking validity of TEXINFO-FILE.\n"
31773177 msgstr ""
31783178
3179 #: tp/texi2any.pl:778
3179 #: tp/texi2any.pl:773
31803180 msgid ""
31813181 "General output options:\n"
31823182 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
32033203 " Otherwise, DEST names the output file.\n"
32043204 msgstr ""
32053205
3206 #: tp/texi2any.pl:798
3206 #: tp/texi2any.pl:793
32073207 #, perl-format
32083208 msgid ""
32093209 "Options for Info and plain text:\n"
32253225 " --split-size=NUM split Info files at size NUM (default %d).\n"
32263226 msgstr ""
32273227
3228 #: tp/texi2any.pl:815
3228 #: tp/texi2any.pl:810
32293229 msgid ""
32303230 "Options for HTML:\n"
32313231 " --css-include=FILE include FILE in HTML <style> output;\n"
32393239 " anchors; default is set only if split.\n"
32403240 msgstr ""
32413241
3242 #: tp/texi2any.pl:826
3242 #: tp/texi2any.pl:821
32433243 msgid ""
32443244 "Options for XML and Docbook:\n"
32453245 " --output-indent=VAL does nothing, retained for compatibility.\n"
32463246 msgstr ""
32473247
3248 #: tp/texi2any.pl:829
3248 #: tp/texi2any.pl:824
32493249 msgid ""
32503250 "Options for DVI/PS/PDF:\n"
32513251 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
32523252 msgstr ""
32533253
3254 #: tp/texi2any.pl:832
3254 #: tp/texi2any.pl:827
32553255 msgid ""
32563256 "Input file options:\n"
32573257 " --commands-in-node-names does nothing, retained for compatibility.\n"
32623262 " -U VAR undefine the variable VAR, as with @clear.\n"
32633263 msgstr ""
32643264
3265 #: tp/texi2any.pl:840
3265 #: tp/texi2any.pl:835
32663266 msgid ""
32673267 "Conditional processing in input:\n"
32683268 " --ifdocbook process @ifdocbook and @docbook even if\n"
32823282 " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
32833283 msgstr ""
32843284
3285 #: tp/texi2any.pl:857
3285 #: tp/texi2any.pl:852
32863286 msgid ""
32873287 " The defaults for the @if... conditionals depend on the output format:\n"
32883288 " if generating Docbook, --ifdocbook is on and the others are off;\n"
32923292 " if generating XML, --ifxml is on and the others are off.\n"
32933293 msgstr ""
32943294
3295 #: tp/texi2any.pl:864
3295 #: tp/texi2any.pl:859
32963296 #, fuzzy
32973297 msgid ""
32983298 "Examples:\n"
33243324 "程式臭蟲, 請以電子郵件 (英文) 回報至 bug-texinfo@gnu.org,\n"
33253325 "一般問題與討論, 請以電子郵件 (英文) 寄到 help-texinfo@gnu.org."
33263326
3327 #: tp/texi2any.pl:911
3327 #: tp/texi2any.pl:906
33283328 #, perl-format
33293329 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
33303330 msgstr "%s: --footnote-style 的引數必須為 `separate' 或 `end', 而不是 `%s'.\n"
33313331
3332 #: tp/texi2any.pl:1002
3332 #: tp/texi2any.pl:997
33333333 #, perl-format
33343334 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
33353335 msgstr "%s: --paragraph-indent 的引數必須為 數值/`none'/`asis', 而不是 `%s'.\n"
33363336
3337 #: tp/texi2any.pl:1079
3337 #: tp/texi2any.pl:1074
33383338 #, perl-format
33393339 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
33403340 msgstr ""
33413341
3342 #: tp/texi2any.pl:1083
3342 #: tp/texi2any.pl:1078
33433343 msgid "--Xopt option without printed output"
33443344 msgstr ""
33453345
3346 #: tp/texi2any.pl:1099
3346 #: tp/texi2any.pl:1094
33473347 #, fuzzy, perl-format
33483348 msgid "unknown tree transformation %s"
33493349 msgstr "未知的命令 `%s'"
33503350
3351 #: tp/texi2any.pl:1106
3351 #: tp/texi2any.pl:1101
33523352 #, perl-format
33533353 msgid "ignoring splitting for format %s"
33543354 msgstr ""
33553355
3356 #: tp/texi2any.pl:1166
3356 #: tp/texi2any.pl:1161
33573357 #, perl-format
33583358 msgid "%s: missing file argument.\n"
33593359 msgstr "%s: ¿òº|Àɮפ޼Æ.\n"
33603360
3361 #: tp/texi2any.pl:1167
3361 #: tp/texi2any.pl:1162
33623362 #, perl-format
33633363 msgid "Try `%s --help' for more information.\n"
33643364 msgstr "試試 `%s --help' 以取得更多的資訊.\n"
33653365
3366 #: tp/texi2any.pl:1255
3366 #: tp/texi2any.pl:1251
33673367 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
33683368 msgstr ""
33693369
3370 #: tp/texi2any.pl:1278
3370 #: tp/texi2any.pl:1274
33713371 #, fuzzy, perl-format
33723372 msgid "error on closing macro expand file %s: %s\n"
33733373 msgstr "無法建立輸出檔案 `%s'."
33743374
3375 #: tp/texi2any.pl:1284
3375 #: tp/texi2any.pl:1280
33763376 #, perl-format
33773377 msgid "could not open %s for writing: %s\n"
33783378 msgstr ""
33793379
3380 #: tp/texi2any.pl:1309
3380 #: tp/texi2any.pl:1305
33813381 msgid ""
33823382 "insert_nodes_for_sectioning_commands transformation return no result. No "
33833383 "section?"
33843384 msgstr ""
33853385
3386 #: tp/texi2any.pl:1376 tp/texi2any.pl:1452
3386 #: tp/texi2any.pl:1372 tp/texi2any.pl:1448
33873387 #, perl-format
33883388 msgid "%s: error on closing %s: %s\n"
33893389 msgstr ""
33903390
3391 #: tp/texi2any.pl:1399 tp/texi2any.pl:1433
3391 #: tp/texi2any.pl:1395 tp/texi2any.pl:1429
33923392 #, perl-format
33933393 msgid "%s: error on closing internal links file %s: %s\n"
33943394 msgstr ""
33953395
3396 #: tp/texi2any.pl:1405 tp/texi2any.pl:1439
3396 #: tp/texi2any.pl:1401 tp/texi2any.pl:1435
33973397 #, fuzzy, perl-format
33983398 msgid "%s: could not open %s for writing: %s\n"
33993399 msgstr "%s: 無法讀取 (%s), 而且無法建立 (%s)\n"
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: 2017-07-10 19:41+0100\n"
9 "POT-Creation-Date: 2017-09-04 19:27+0100\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"
5555 msgid "{category} of {class}"
5656 msgstr "{category} de {class}"
5757
58 #: tp/Texinfo/Common.pm:1214
58 #: tp/Texinfo/Common.pm:1219
5959 #, perl-brace-format
6060 msgid "{month} {day}, {year}"
6161 msgstr "{day} {month}, {year}"
6262
63 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
63 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6464 #: tp/Texinfo/Convert/HTML.pm:532
6565 #, perl-brace-format
6666 msgid "Appendix {number} {section_title}"
6767 msgstr "Annex {number} {section_title}"
6868
69 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
69 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
7070 #: tp/Texinfo/Convert/HTML.pm:538
7171 #, perl-brace-format
7272 msgid "{number} {section_title}"
7373 msgstr "{number} {section_title}"
7474
75 #: tp/Texinfo/Common.pm:1490
75 #: tp/Texinfo/Common.pm:1495
7676 #, perl-brace-format
7777 msgid "{float_type} {float_number}: "
7878 msgstr "{float_type} {float_number}: "
7979
80 #: tp/Texinfo/Common.pm:1494
80 #: tp/Texinfo/Common.pm:1499
8181 #, perl-brace-format
8282 msgid "{float_type}: "
8383 msgstr "{float_type}: "
8484
85 #: tp/Texinfo/Common.pm:1499
85 #: tp/Texinfo/Common.pm:1504
8686 #, perl-brace-format
8787 msgid "{float_type} {float_number}\n"
8888 msgstr "{float_type} {float_number}\n"
8989
90 #: tp/Texinfo/Common.pm:1503
90 #: tp/Texinfo/Common.pm:1508
9191 #, perl-brace-format
9292 msgid "{float_type}\n"
9393 msgstr "{float_type}\n"
9494
95 #: tp/Texinfo/Common.pm:1509
95 #: tp/Texinfo/Common.pm:1514
9696 #, perl-brace-format
9797 msgid "{float_number}: "
9898 msgstr "{float_number}: "
9999
100 #: tp/Texinfo/Common.pm:1512
100 #: tp/Texinfo/Common.pm:1517
101101 #, perl-brace-format
102102 msgid "{float_number}\n"
103103 msgstr "{float_number}\n"
104104
105 #: tp/Texinfo/Common.pm:2486
105 #: tp/Texinfo/Common.pm:2491
106106 #, perl-brace-format
107107 msgid "{name} on {class}"
108108 msgstr "{name} a {class}"
109109
110 #: tp/Texinfo/Common.pm:2496
110 #: tp/Texinfo/Common.pm:2501
111111 #, perl-brace-format
112112 msgid "{name} of {class}"
113113 msgstr "{name} de {class}"
280280 msgstr "@{No hi ha cap valor per a `{value}'@}"
281281
282282 #: tp/Texinfo/Convert/Plaintext.pm:2758
283 #, fuzzy, perl-brace-format
283 #, perl-brace-format
284284 msgid "@tie{}-- {category}: {name} {arguments}"
285285 msgstr "@tie{ }-- {category}: {name} {arguments}"
286286
287287 #: tp/Texinfo/Convert/Plaintext.pm:2763
288 #, fuzzy, perl-brace-format
288 #, perl-brace-format
289289 msgid "@tie{}-- {category}: {name}"
290290 msgstr "@tie{ }-- {category}: {name}"
291291
292292 #: tp/Texinfo/Convert/Plaintext.pm:2776
293 #, fuzzy, perl-brace-format
293 #, perl-brace-format
294294 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
295295 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
296296
297297 #: tp/Texinfo/Convert/Plaintext.pm:2779
298 #, fuzzy, perl-brace-format
298 #, perl-brace-format
299299 msgid "@tie{}-- {category}: {type} {name} {arguments}"
300300 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
301301
302302 #: tp/Texinfo/Convert/Plaintext.pm:2788
303 #, fuzzy, perl-brace-format
303 #, perl-brace-format
304304 msgid "@tie{}-- {category}:@*{type}@*{name}"
305305 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
306306
307307 #: tp/Texinfo/Convert/Plaintext.pm:2791
308 #, fuzzy, perl-brace-format
308 #, perl-brace-format
309309 msgid "@tie{}-- {category}: {type} {name}"
310310 msgstr "@tie{ }-- {category}: {type} {name}"
311311
312312 #: tp/Texinfo/Convert/Plaintext.pm:2799
313 #, fuzzy, perl-brace-format
313 #, perl-brace-format
314314 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
315315 msgstr "@tie{ }-- {category} de {class}: {name} {arguments}"
316316
317317 #: tp/Texinfo/Convert/Plaintext.pm:2805
318 #, fuzzy, perl-brace-format
318 #, perl-brace-format
319319 msgid "@tie{}-- {category} of {class}: {name}"
320320 msgstr "@tie{ }-- {category} de {class}: {name}"
321321
322322 #: tp/Texinfo/Convert/Plaintext.pm:2814
323 #, fuzzy, perl-brace-format
323 #, perl-brace-format
324324 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
325325 msgstr "@tie{ }-- {category} a {class}: {name} {arguments}"
326326
327327 #: tp/Texinfo/Convert/Plaintext.pm:2820
328 #, fuzzy, perl-brace-format
328 #, perl-brace-format
329329 msgid "@tie{}-- {category} on {class}: {name}"
330330 msgstr "@tie{ }-- {category} a {class}: {name}"
331331
332332 #: tp/Texinfo/Convert/Plaintext.pm:2835
333 #, fuzzy, perl-brace-format
333 #, perl-brace-format
334334 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
335335 msgstr "@tie{ }-- {category} a {class}:@*{type}@*{name} {arguments}"
336336
337337 #: tp/Texinfo/Convert/Plaintext.pm:2839
338 #, fuzzy, perl-brace-format
338 #, perl-brace-format
339339 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
340340 msgstr "@tie{ }-- {category} a {class}: {type} {name} {arguments}"
341341
342342 #: tp/Texinfo/Convert/Plaintext.pm:2850
343 #, fuzzy, perl-brace-format
343 #, perl-brace-format
344344 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
345345 msgstr "@tie{ }-- {category} a {class}:@*{type}@*{name}"
346346
347347 #: tp/Texinfo/Convert/Plaintext.pm:2854
348 #, fuzzy, perl-brace-format
348 #, perl-brace-format
349349 msgid "@tie{}-- {category} on {class}: {type} {name}"
350350 msgstr "@tie{ }-- {category} a {class}: {type} {name}"
351351
352352 #: tp/Texinfo/Convert/Plaintext.pm:2868
353 #, fuzzy, perl-brace-format
353 #, perl-brace-format
354354 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
355355 msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name} {arguments}"
356356
357357 #: tp/Texinfo/Convert/Plaintext.pm:2872
358 #, fuzzy, perl-brace-format
358 #, perl-brace-format
359359 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
360360 msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}"
361361
362362 #: tp/Texinfo/Convert/Plaintext.pm:2883
363 #, fuzzy, perl-brace-format
363 #, perl-brace-format
364364 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
365365 msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name}"
366366
367367 #: tp/Texinfo/Convert/Plaintext.pm:2887
368 #, fuzzy, perl-brace-format
368 #, perl-brace-format
369369 msgid "@tie{}-- {category} of {class}: {type} {name}"
370370 msgstr "@tie{ }-- {category} de {class}: {type} {name}"
371371
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: 2017-07-10 19:41+0100\n"
9 "POT-Creation-Date: 2017-09-04 19:27+0100\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"
5454 msgid "{category} of {class}"
5555 msgstr "{category} de {class}"
5656
57 #: tp/Texinfo/Common.pm:1214
57 #: tp/Texinfo/Common.pm:1219
5858 #, perl-brace-format
5959 msgid "{month} {day}, {year}"
6060 msgstr "{day} {month}, {year}"
6161
62 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
62 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6363 #: tp/Texinfo/Convert/HTML.pm:532
6464 #, perl-brace-format
6565 msgid "Appendix {number} {section_title}"
6666 msgstr "Annex {number} {section_title}"
6767
68 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
68 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
6969 #: tp/Texinfo/Convert/HTML.pm:538
7070 #, perl-brace-format
7171 msgid "{number} {section_title}"
7272 msgstr "{number} {section_title}"
7373
74 #: tp/Texinfo/Common.pm:1490
74 #: tp/Texinfo/Common.pm:1495
7575 #, perl-brace-format
7676 msgid "{float_type} {float_number}: "
7777 msgstr "{float_type} {float_number}: "
7878
79 #: tp/Texinfo/Common.pm:1494
79 #: tp/Texinfo/Common.pm:1499
8080 #, perl-brace-format
8181 msgid "{float_type}: "
8282 msgstr "{float_type}: "
8383
84 #: tp/Texinfo/Common.pm:1499
84 #: tp/Texinfo/Common.pm:1504
8585 #, perl-brace-format
8686 msgid "{float_type} {float_number}\n"
8787 msgstr "{float_type} {float_number}\n"
8888
89 #: tp/Texinfo/Common.pm:1503
89 #: tp/Texinfo/Common.pm:1508
9090 #, perl-brace-format
9191 msgid "{float_type}\n"
9292 msgstr "{float_type}\n"
9393
94 #: tp/Texinfo/Common.pm:1509
94 #: tp/Texinfo/Common.pm:1514
9595 #, perl-brace-format
9696 msgid "{float_number}: "
9797 msgstr "{float_number}: "
9898
99 #: tp/Texinfo/Common.pm:1512
99 #: tp/Texinfo/Common.pm:1517
100100 #, perl-brace-format
101101 msgid "{float_number}\n"
102102 msgstr "{float_number}\n"
103103
104 #: tp/Texinfo/Common.pm:2486
104 #: tp/Texinfo/Common.pm:2491
105105 #, perl-brace-format
106106 msgid "{name} on {class}"
107107 msgstr "{name} a {class}"
108108
109 #: tp/Texinfo/Common.pm:2496
109 #: tp/Texinfo/Common.pm:2501
110110 #, perl-brace-format
111111 msgid "{name} of {class}"
112112 msgstr "{name} de {class}"
279279 msgstr "@{No hi ha cap valor per a `{value}'@}"
280280
281281 #: tp/Texinfo/Convert/Plaintext.pm:2758
282 #, fuzzy, perl-brace-format
282 #, perl-brace-format
283283 msgid "@tie{}-- {category}: {name} {arguments}"
284284 msgstr "@tie{ }-- {category}: {name} {arguments}"
285285
286286 #: tp/Texinfo/Convert/Plaintext.pm:2763
287 #, fuzzy, perl-brace-format
287 #, perl-brace-format
288288 msgid "@tie{}-- {category}: {name}"
289289 msgstr "@tie{ }-- {category}: {name}"
290290
291291 #: tp/Texinfo/Convert/Plaintext.pm:2776
292 #, fuzzy, perl-brace-format
292 #, perl-brace-format
293293 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
294294 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
295295
296296 #: tp/Texinfo/Convert/Plaintext.pm:2779
297 #, fuzzy, perl-brace-format
297 #, perl-brace-format
298298 msgid "@tie{}-- {category}: {type} {name} {arguments}"
299299 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
300300
301301 #: tp/Texinfo/Convert/Plaintext.pm:2788
302 #, fuzzy, perl-brace-format
302 #, perl-brace-format
303303 msgid "@tie{}-- {category}:@*{type}@*{name}"
304304 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
305305
306306 #: tp/Texinfo/Convert/Plaintext.pm:2791
307 #, fuzzy, perl-brace-format
307 #, perl-brace-format
308308 msgid "@tie{}-- {category}: {type} {name}"
309309 msgstr "@tie{ }-- {category}: {type} {name}"
310310
311311 #: tp/Texinfo/Convert/Plaintext.pm:2799
312 #, fuzzy, perl-brace-format
312 #, perl-brace-format
313313 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
314314 msgstr "@tie{ }-- {category} de {class}: {name} {arguments}"
315315
316316 #: tp/Texinfo/Convert/Plaintext.pm:2805
317 #, fuzzy, perl-brace-format
317 #, perl-brace-format
318318 msgid "@tie{}-- {category} of {class}: {name}"
319319 msgstr "@tie{ }-- {category} de {class}: {name}"
320320
321321 #: tp/Texinfo/Convert/Plaintext.pm:2814
322 #, fuzzy, perl-brace-format
322 #, perl-brace-format
323323 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
324324 msgstr "@tie{ }-- {category} a {class}: {name} {arguments}"
325325
326326 #: tp/Texinfo/Convert/Plaintext.pm:2820
327 #, fuzzy, perl-brace-format
327 #, perl-brace-format
328328 msgid "@tie{}-- {category} on {class}: {name}"
329329 msgstr "@tie{ }-- {category} a {class}: {name}"
330330
331331 #: tp/Texinfo/Convert/Plaintext.pm:2835
332 #, fuzzy, perl-brace-format
332 #, perl-brace-format
333333 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
334334 msgstr "@tie{ }-- {category} a {class}:@*{type}@*{name} {arguments}"
335335
336336 #: tp/Texinfo/Convert/Plaintext.pm:2839
337 #, fuzzy, perl-brace-format
337 #, perl-brace-format
338338 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
339339 msgstr "@tie{ }-- {category} a {class}: {type} {name} {arguments}"
340340
341341 #: tp/Texinfo/Convert/Plaintext.pm:2850
342 #, fuzzy, perl-brace-format
342 #, perl-brace-format
343343 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
344344 msgstr "@tie{ }-- {category} a {class}:@*{type}@*{name}"
345345
346346 #: tp/Texinfo/Convert/Plaintext.pm:2854
347 #, fuzzy, perl-brace-format
347 #, perl-brace-format
348348 msgid "@tie{}-- {category} on {class}: {type} {name}"
349349 msgstr "@tie{ }-- {category} a {class}: {type} {name}"
350350
351351 #: tp/Texinfo/Convert/Plaintext.pm:2868
352 #, fuzzy, perl-brace-format
352 #, perl-brace-format
353353 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
354354 msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name} {arguments}"
355355
356356 #: tp/Texinfo/Convert/Plaintext.pm:2872
357 #, fuzzy, perl-brace-format
357 #, perl-brace-format
358358 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
359359 msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}"
360360
361361 #: tp/Texinfo/Convert/Plaintext.pm:2883
362 #, fuzzy, perl-brace-format
362 #, perl-brace-format
363363 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
364364 msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name}"
365365
366366 #: tp/Texinfo/Convert/Plaintext.pm:2887
367 #, fuzzy, perl-brace-format
367 #, perl-brace-format
368368 msgid "@tie{}-- {category} of {class}: {type} {name}"
369369 msgstr "@tie{ }-- {category} de {class}: {type} {name}"
370370
Binary diff not shown
1616 #
1717 msgid ""
1818 msgstr ""
19 "Project-Id-Version: texinfo_document 6.3.90\n"
19 "Project-Id-Version: texinfo_document 6.4.90\n"
2020 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
21 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
22 "PO-Revision-Date: 2017-04-24 18:07+02:00\n"
21 "POT-Creation-Date: 2017-09-04 19:27+0100\n"
22 "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"
2525 "Language: cs\n"
6767 msgstr "{category} třídy {class}"
6868
6969 # month is full month name
70 #: tp/Texinfo/Common.pm:1214
70 #: tp/Texinfo/Common.pm:1219
7171 #, perl-brace-format
7272 msgid "{month} {day}, {year}"
7373 msgstr "{day}. {month} {year}"
7474
75 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
75 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
7676 #: tp/Texinfo/Convert/HTML.pm:532
7777 #, perl-brace-format
7878 msgid "Appendix {number} {section_title}"
7979 msgstr "Příloha {number} {section_title}"
8080
81 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
81 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
8282 #: tp/Texinfo/Convert/HTML.pm:538
8383 #, perl-brace-format
8484 msgid "{number} {section_title}"
8585 msgstr "{number} {section_title}"
8686
87 #: tp/Texinfo/Common.pm:1490
87 #: tp/Texinfo/Common.pm:1495
8888 #, perl-brace-format
8989 msgid "{float_type} {float_number}: "
9090 msgstr "{float_type} {float_number}: "
9191
92 #: tp/Texinfo/Common.pm:1494
92 #: tp/Texinfo/Common.pm:1499
9393 #, perl-brace-format
9494 msgid "{float_type}: "
9595 msgstr "{float_type}: "
9696
97 #: tp/Texinfo/Common.pm:1499
97 #: tp/Texinfo/Common.pm:1504
9898 #, perl-brace-format
9999 msgid "{float_type} {float_number}\n"
100100 msgstr "{float_type} {float_number}\n"
101101
102 #: tp/Texinfo/Common.pm:1503
102 #: tp/Texinfo/Common.pm:1508
103103 #, perl-brace-format
104104 msgid "{float_type}\n"
105105 msgstr "{float_type}\n"
106106
107 #: tp/Texinfo/Common.pm:1509
107 #: tp/Texinfo/Common.pm:1514
108108 #, perl-brace-format
109109 msgid "{float_number}: "
110110 msgstr "{float_number}: "
111111
112 #: tp/Texinfo/Common.pm:1512
112 #: tp/Texinfo/Common.pm:1517
113113 #, perl-brace-format
114114 msgid "{float_number}\n"
115115 msgstr "{float_number}\n"
116116
117 #: tp/Texinfo/Common.pm:2486
117 #: tp/Texinfo/Common.pm:2491
118118 #, perl-brace-format
119119 msgid "{name} on {class}"
120120 msgstr "{name} na třídě {class}"
121121
122 #: tp/Texinfo/Common.pm:2496
122 #: tp/Texinfo/Common.pm:2501
123123 #, perl-brace-format
124124 msgid "{name} of {class}"
125125 msgstr "{name} třídy {class}"
292292 msgstr "@{Žádná hodnota pro „{value}“@}"
293293
294294 #: tp/Texinfo/Convert/Plaintext.pm:2758
295 #, fuzzy, perl-brace-format
295 #, perl-brace-format
296296 msgid "@tie{}-- {category}: {name} {arguments}"
297 msgstr "@tie{ }-- {category}: {name} {arguments}"
297 msgstr "@tie{}-- {category}: {name} {arguments}"
298298
299299 #: tp/Texinfo/Convert/Plaintext.pm:2763
300 #, fuzzy, perl-brace-format
300 #, perl-brace-format
301301 msgid "@tie{}-- {category}: {name}"
302 msgstr "@tie{ }-- {category}: {name}"
302 msgstr "@tie{}-- {category}: {name}"
303303
304304 #: tp/Texinfo/Convert/Plaintext.pm:2776
305 #, fuzzy, perl-brace-format
305 #, perl-brace-format
306306 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
307 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
307 msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}"
308308
309309 #: tp/Texinfo/Convert/Plaintext.pm:2779
310 #, fuzzy, perl-brace-format
310 #, perl-brace-format
311311 msgid "@tie{}-- {category}: {type} {name} {arguments}"
312 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
312 msgstr "@tie{}-- {category}: {type} {name} {arguments}"
313313
314314 #: tp/Texinfo/Convert/Plaintext.pm:2788
315 #, fuzzy, perl-brace-format
315 #, perl-brace-format
316316 msgid "@tie{}-- {category}:@*{type}@*{name}"
317 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
317 msgstr "@tie{}-- {category}:@*{type}@*{name}"
318318
319319 #: tp/Texinfo/Convert/Plaintext.pm:2791
320 #, fuzzy, perl-brace-format
320 #, perl-brace-format
321321 msgid "@tie{}-- {category}: {type} {name}"
322 msgstr "@tie{ }-- {category}: {type} {name}"
322 msgstr "@tie{}-- {category}: {type} {name}"
323323
324324 #: tp/Texinfo/Convert/Plaintext.pm:2799
325 #, fuzzy, perl-brace-format
325 #, perl-brace-format
326326 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
327 msgstr "@tie{ }-- {category} třídy {class}: {name} {arguments}"
327 msgstr "@tie{}-- {category} třídy {class}: {name} {arguments}"
328328
329329 #: tp/Texinfo/Convert/Plaintext.pm:2805
330 #, fuzzy, perl-brace-format
330 #, perl-brace-format
331331 msgid "@tie{}-- {category} of {class}: {name}"
332 msgstr "@tie{ }-- {category} třídy {class}: {name}"
332 msgstr "@tie{}-- {category} třídy {class}: {name}"
333333
334334 #: tp/Texinfo/Convert/Plaintext.pm:2814
335 #, fuzzy, perl-brace-format
335 #, perl-brace-format
336336 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
337 msgstr "@tie{ }-- {category} na třídě {class}: {name} {arguments}"
337 msgstr "@tie{}-- {category} na třídě {class}: {name} {arguments}"
338338
339339 #: tp/Texinfo/Convert/Plaintext.pm:2820
340 #, fuzzy, perl-brace-format
340 #, perl-brace-format
341341 msgid "@tie{}-- {category} on {class}: {name}"
342 msgstr "@tie{ }-- {category} na třídě {class}: {name}"
342 msgstr "@tie{}-- {category} na třídě {class}: {name}"
343343
344344 #: tp/Texinfo/Convert/Plaintext.pm:2835
345 #, fuzzy, perl-brace-format
345 #, perl-brace-format
346346 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
347 msgstr "@tie{ }-- {category} na třídě {class}:@*{type}@*{name} {arguments}"
347 msgstr "@tie{}-- {category} na třídě {class}:@*{type}@*{name} {arguments}"
348348
349349 #: tp/Texinfo/Convert/Plaintext.pm:2839
350 #, fuzzy, perl-brace-format
350 #, perl-brace-format
351351 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
352 msgstr "@tie{ }-- {category} na třídě {class}: {type} {name} {arguments}"
352 msgstr "@tie{}-- {category} na třídě {class}: {type} {name} {arguments}"
353353
354354 #: tp/Texinfo/Convert/Plaintext.pm:2850
355 #, fuzzy, perl-brace-format
355 #, perl-brace-format
356356 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
357 msgstr "@tie{ }-- {category} na třídě {class}:@*{type}@*{name}"
357 msgstr "@tie{}-- {category} na třídě {class}:@*{type}@*{name}"
358358
359359 #: tp/Texinfo/Convert/Plaintext.pm:2854
360 #, fuzzy, perl-brace-format
360 #, perl-brace-format
361361 msgid "@tie{}-- {category} on {class}: {type} {name}"
362 msgstr "@tie{ }-- {category} na třídě {class}: {type} {name}"
362 msgstr "@tie{}-- {category} na třídě {class}: {type} {name}"
363363
364364 #: tp/Texinfo/Convert/Plaintext.pm:2868
365 #, fuzzy, perl-brace-format
365 #, perl-brace-format
366366 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
367 msgstr "@tie{ }-- {category} třídy {class}:@*{type}@*{name} {arguments}"
367 msgstr "@tie{}-- {category} třídy {class}:@*{type}@*{name} {arguments}"
368368
369369 #: tp/Texinfo/Convert/Plaintext.pm:2872
370 #, fuzzy, perl-brace-format
370 #, perl-brace-format
371371 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
372 msgstr "@tie{ }-- {category} třídy {class}: {type} {name} {arguments}"
372 msgstr "@tie{}-- {category} třídy {class}: {type} {name} {arguments}"
373373
374374 #: tp/Texinfo/Convert/Plaintext.pm:2883
375 #, fuzzy, perl-brace-format
375 #, perl-brace-format
376376 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
377 msgstr "@tie{ }-- {category} třídy {class}:@*{type}@*{name}"
377 msgstr "@tie{}-- {category} třídy {class}:@*{type}@*{name}"
378378
379379 #: tp/Texinfo/Convert/Plaintext.pm:2887
380 #, fuzzy, perl-brace-format
380 #, perl-brace-format
381381 msgid "@tie{}-- {category} of {class}: {type} {name}"
382 msgstr "@tie{ }-- {category} třídy {class}: {type} {name}"
382 msgstr "@tie{}-- {category} třídy {class}: {type} {name}"
383383
384384 #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920
385385 #, perl-brace-format
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: 2017-07-10 19:41+0100\n"
15 "POT-Creation-Date: 2017-09-04 19:27+0100\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"
6363 msgid "{category} of {class}"
6464 msgstr ""
6565
66 #: tp/Texinfo/Common.pm:1214
66 #: tp/Texinfo/Common.pm:1219
6767 #, perl-brace-format
6868 msgid "{month} {day}, {year}"
6969 msgstr ""
7070
71 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
71 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
7272 #: tp/Texinfo/Convert/HTML.pm:532
7373 #, perl-brace-format
7474 msgid "Appendix {number} {section_title}"
7575 msgstr ""
7676
77 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
77 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
7878 #: tp/Texinfo/Convert/HTML.pm:538
7979 #, perl-brace-format
8080 msgid "{number} {section_title}"
8181 msgstr ""
8282
83 #: tp/Texinfo/Common.pm:1490
83 #: tp/Texinfo/Common.pm:1495
8484 #, perl-brace-format
8585 msgid "{float_type} {float_number}: "
8686 msgstr ""
8787
88 #: tp/Texinfo/Common.pm:1494
88 #: tp/Texinfo/Common.pm:1499
8989 #, perl-brace-format
9090 msgid "{float_type}: "
9191 msgstr ""
9292
93 #: tp/Texinfo/Common.pm:1499
93 #: tp/Texinfo/Common.pm:1504
9494 #, perl-brace-format
9595 msgid "{float_type} {float_number}\n"
9696 msgstr ""
9797
98 #: tp/Texinfo/Common.pm:1503
98 #: tp/Texinfo/Common.pm:1508
9999 #, perl-brace-format
100100 msgid "{float_type}\n"
101101 msgstr ""
102102
103 #: tp/Texinfo/Common.pm:1509
103 #: tp/Texinfo/Common.pm:1514
104104 #, perl-brace-format
105105 msgid "{float_number}: "
106106 msgstr ""
107107
108 #: tp/Texinfo/Common.pm:1512
108 #: tp/Texinfo/Common.pm:1517
109109 #, perl-brace-format
110110 msgid "{float_number}\n"
111111 msgstr ""
112112
113 #: tp/Texinfo/Common.pm:2486
113 #: tp/Texinfo/Common.pm:2491
114114 #, perl-brace-format
115115 msgid "{name} on {class}"
116116 msgstr ""
117117
118 #: tp/Texinfo/Common.pm:2496
118 #: tp/Texinfo/Common.pm:2501
119119 #, perl-brace-format
120120 msgid "{name} of {class}"
121121 msgstr ""
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: 2017-07-10 19:41+0100\n"
10 "POT-Creation-Date: 2017-09-04 19:27+0100\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"
5757 msgid "{category} of {class}"
5858 msgstr "{category} von {class}"
5959
60 #: tp/Texinfo/Common.pm:1214
60 #: tp/Texinfo/Common.pm:1219
6161 #, perl-brace-format
6262 msgid "{month} {day}, {year}"
6363 msgstr "{day}. {month} {year}"
6464
65 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
65 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6666 #: tp/Texinfo/Convert/HTML.pm:532
6767 #, perl-brace-format
6868 msgid "Appendix {number} {section_title}"
6969 msgstr "Anhang {number} {section_title}"
7070
71 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
71 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
7272 #: tp/Texinfo/Convert/HTML.pm:538
7373 #, perl-brace-format
7474 msgid "{number} {section_title}"
7575 msgstr "{number} {section_title}"
7676
77 #: tp/Texinfo/Common.pm:1490
77 #: tp/Texinfo/Common.pm:1495
7878 #, perl-brace-format
7979 msgid "{float_type} {float_number}: "
8080 msgstr "{float_type} {float_number}: "
8181
82 #: tp/Texinfo/Common.pm:1494
82 #: tp/Texinfo/Common.pm:1499
8383 #, perl-brace-format
8484 msgid "{float_type}: "
8585 msgstr "{float_type}: "
8686
87 #: tp/Texinfo/Common.pm:1499
87 #: tp/Texinfo/Common.pm:1504
8888 #, perl-brace-format
8989 msgid "{float_type} {float_number}\n"
9090 msgstr "{float_type} {float_number}\n"
9191
92 #: tp/Texinfo/Common.pm:1503
92 #: tp/Texinfo/Common.pm:1508
9393 #, perl-brace-format
9494 msgid "{float_type}\n"
9595 msgstr "{float_type}\n"
9696
97 #: tp/Texinfo/Common.pm:1509
97 #: tp/Texinfo/Common.pm:1514
9898 #, perl-brace-format
9999 msgid "{float_number}: "
100100 msgstr "{float_number}: "
101101
102 #: tp/Texinfo/Common.pm:1512
102 #: tp/Texinfo/Common.pm:1517
103103 #, perl-brace-format
104104 msgid "{float_number}\n"
105105 msgstr "{float_number}\n"
106106
107 #: tp/Texinfo/Common.pm:2486
107 #: tp/Texinfo/Common.pm:2491
108108 #, perl-brace-format
109109 msgid "{name} on {class}"
110110 msgstr "{name} in {class}"
111111
112 #: tp/Texinfo/Common.pm:2496
112 #: tp/Texinfo/Common.pm:2501
113113 #, perl-brace-format
114114 msgid "{name} of {class}"
115115 msgstr "{name} von {class}"
282282 msgstr "@{kein Wert für »{value}«@}"
283283
284284 #: tp/Texinfo/Convert/Plaintext.pm:2758
285 #, fuzzy, perl-brace-format
285 #, perl-brace-format
286286 msgid "@tie{}-- {category}: {name} {arguments}"
287287 msgstr "@tie{ }-- {category}: {name} {arguments}"
288288
289289 #: tp/Texinfo/Convert/Plaintext.pm:2763
290 #, fuzzy, perl-brace-format
290 #, perl-brace-format
291291 msgid "@tie{}-- {category}: {name}"
292292 msgstr "@tie{ }-- {category}: {name}"
293293
294294 #: tp/Texinfo/Convert/Plaintext.pm:2776
295 #, fuzzy, perl-brace-format
295 #, perl-brace-format
296296 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
297297 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
298298
299299 #: tp/Texinfo/Convert/Plaintext.pm:2779
300 #, fuzzy, perl-brace-format
300 #, perl-brace-format
301301 msgid "@tie{}-- {category}: {type} {name} {arguments}"
302302 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
303303
304304 #: tp/Texinfo/Convert/Plaintext.pm:2788
305 #, fuzzy, perl-brace-format
305 #, perl-brace-format
306306 msgid "@tie{}-- {category}:@*{type}@*{name}"
307307 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
308308
309309 #: tp/Texinfo/Convert/Plaintext.pm:2791
310 #, fuzzy, perl-brace-format
310 #, perl-brace-format
311311 msgid "@tie{}-- {category}: {type} {name}"
312312 msgstr "@tie{ }-- {category}: {type} {name}"
313313
314314 #: tp/Texinfo/Convert/Plaintext.pm:2799
315 #, fuzzy, perl-brace-format
315 #, perl-brace-format
316316 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
317317 msgstr "@tie{ }-- {category} von {class}: {name} {arguments}"
318318
319319 #: tp/Texinfo/Convert/Plaintext.pm:2805
320 #, fuzzy, perl-brace-format
320 #, perl-brace-format
321321 msgid "@tie{}-- {category} of {class}: {name}"
322322 msgstr "@tie{ }-- {category} von {class}: {name}"
323323
324324 #: tp/Texinfo/Convert/Plaintext.pm:2814
325 #, fuzzy, perl-brace-format
325 #, perl-brace-format
326326 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
327327 msgstr "@tie{ }-- {category} in {class}: {name} {arguments}"
328328
329329 #: tp/Texinfo/Convert/Plaintext.pm:2820
330 #, fuzzy, perl-brace-format
330 #, perl-brace-format
331331 msgid "@tie{}-- {category} on {class}: {name}"
332332 msgstr "@tie{ }-- {category} in {class}: {name}"
333333
334334 #: tp/Texinfo/Convert/Plaintext.pm:2835
335 #, fuzzy, perl-brace-format
335 #, perl-brace-format
336336 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
337337 msgstr "@tie{ }-- {category} in {class}:@*{type}@*{name} {arguments}"
338338
339339 #: tp/Texinfo/Convert/Plaintext.pm:2839
340 #, fuzzy, perl-brace-format
340 #, perl-brace-format
341341 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
342342 msgstr "@tie{ }-- {category} in {class}: {type} {name} {arguments}"
343343
344344 #: tp/Texinfo/Convert/Plaintext.pm:2850
345 #, fuzzy, perl-brace-format
345 #, perl-brace-format
346346 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
347347 msgstr "@tie{ }-- {category} in {class}:@*{type}@*{name}"
348348
349349 #: tp/Texinfo/Convert/Plaintext.pm:2854
350 #, fuzzy, perl-brace-format
350 #, perl-brace-format
351351 msgid "@tie{}-- {category} on {class}: {type} {name}"
352352 msgstr "@tie{ }-- {category} in {class}: {type} {name}"
353353
354354 #: tp/Texinfo/Convert/Plaintext.pm:2868
355 #, fuzzy, perl-brace-format
355 #, perl-brace-format
356356 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
357357 msgstr "@tie{ }-- {category} von {class}:@*{type}@*{name} {arguments}"
358358
359359 #: tp/Texinfo/Convert/Plaintext.pm:2872
360 #, fuzzy, perl-brace-format
360 #, perl-brace-format
361361 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
362362 msgstr "@tie{ }-- {category} von {class}: {type} {name} {arguments}"
363363
364364 #: tp/Texinfo/Convert/Plaintext.pm:2883
365 #, fuzzy, perl-brace-format
365 #, perl-brace-format
366366 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
367367 msgstr "@tie{ }-- {category} von {class}:@*{type}@*{name}"
368368
369369 #: tp/Texinfo/Convert/Plaintext.pm:2887
370 #, fuzzy, perl-brace-format
370 #, perl-brace-format
371371 msgid "@tie{}-- {category} of {class}: {type} {name}"
372372 msgstr "@tie{ }-- {category} von {class}: {type} {name}"
373373
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: 2017-07-10 19:41+0100\n"
10 "POT-Creation-Date: 2017-09-04 19:27+0100\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"
5656 msgid "{category} of {class}"
5757 msgstr "{category} von {class}"
5858
59 #: tp/Texinfo/Common.pm:1214
59 #: tp/Texinfo/Common.pm:1219
6060 #, perl-brace-format
6161 msgid "{month} {day}, {year}"
6262 msgstr "{day}. {month} {year}"
6363
64 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
64 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6565 #: tp/Texinfo/Convert/HTML.pm:532
6666 #, perl-brace-format
6767 msgid "Appendix {number} {section_title}"
6868 msgstr "Anhang {number} {section_title}"
6969
70 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
70 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
7171 #: tp/Texinfo/Convert/HTML.pm:538
7272 #, perl-brace-format
7373 msgid "{number} {section_title}"
7474 msgstr "{number} {section_title}"
7575
76 #: tp/Texinfo/Common.pm:1490
76 #: tp/Texinfo/Common.pm:1495
7777 #, perl-brace-format
7878 msgid "{float_type} {float_number}: "
7979 msgstr "{float_type} {float_number}: "
8080
81 #: tp/Texinfo/Common.pm:1494
81 #: tp/Texinfo/Common.pm:1499
8282 #, perl-brace-format
8383 msgid "{float_type}: "
8484 msgstr "{float_type}: "
8585
86 #: tp/Texinfo/Common.pm:1499
86 #: tp/Texinfo/Common.pm:1504
8787 #, perl-brace-format
8888 msgid "{float_type} {float_number}\n"
8989 msgstr "{float_type} {float_number}\n"
9090
91 #: tp/Texinfo/Common.pm:1503
91 #: tp/Texinfo/Common.pm:1508
9292 #, perl-brace-format
9393 msgid "{float_type}\n"
9494 msgstr "{float_type}\n"
9595
96 #: tp/Texinfo/Common.pm:1509
96 #: tp/Texinfo/Common.pm:1514
9797 #, perl-brace-format
9898 msgid "{float_number}: "
9999 msgstr "{float_number}: "
100100
101 #: tp/Texinfo/Common.pm:1512
101 #: tp/Texinfo/Common.pm:1517
102102 #, perl-brace-format
103103 msgid "{float_number}\n"
104104 msgstr "{float_number}\n"
105105
106 #: tp/Texinfo/Common.pm:2486
106 #: tp/Texinfo/Common.pm:2491
107107 #, perl-brace-format
108108 msgid "{name} on {class}"
109109 msgstr "{name} in {class}"
110110
111 #: tp/Texinfo/Common.pm:2496
111 #: tp/Texinfo/Common.pm:2501
112112 #, perl-brace-format
113113 msgid "{name} of {class}"
114114 msgstr "{name} von {class}"
281281 msgstr "@{kein Wert für »{value}«@}"
282282
283283 #: tp/Texinfo/Convert/Plaintext.pm:2758
284 #, fuzzy, perl-brace-format
284 #, perl-brace-format
285285 msgid "@tie{}-- {category}: {name} {arguments}"
286286 msgstr "@tie{ }-- {category}: {name} {arguments}"
287287
288288 #: tp/Texinfo/Convert/Plaintext.pm:2763
289 #, fuzzy, perl-brace-format
289 #, perl-brace-format
290290 msgid "@tie{}-- {category}: {name}"
291291 msgstr "@tie{ }-- {category}: {name}"
292292
293293 #: tp/Texinfo/Convert/Plaintext.pm:2776
294 #, fuzzy, perl-brace-format
294 #, perl-brace-format
295295 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
296296 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
297297
298298 #: tp/Texinfo/Convert/Plaintext.pm:2779
299 #, fuzzy, perl-brace-format
299 #, perl-brace-format
300300 msgid "@tie{}-- {category}: {type} {name} {arguments}"
301301 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
302302
303303 #: tp/Texinfo/Convert/Plaintext.pm:2788
304 #, fuzzy, perl-brace-format
304 #, perl-brace-format
305305 msgid "@tie{}-- {category}:@*{type}@*{name}"
306306 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
307307
308308 #: tp/Texinfo/Convert/Plaintext.pm:2791
309 #, fuzzy, perl-brace-format
309 #, perl-brace-format
310310 msgid "@tie{}-- {category}: {type} {name}"
311311 msgstr "@tie{ }-- {category}: {type} {name}"
312312
313313 #: tp/Texinfo/Convert/Plaintext.pm:2799
314 #, fuzzy, perl-brace-format
314 #, perl-brace-format
315315 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
316316 msgstr "@tie{ }-- {category} von {class}: {name} {arguments}"
317317
318318 #: tp/Texinfo/Convert/Plaintext.pm:2805
319 #, fuzzy, perl-brace-format
319 #, perl-brace-format
320320 msgid "@tie{}-- {category} of {class}: {name}"
321321 msgstr "@tie{ }-- {category} von {class}: {name}"
322322
323323 #: tp/Texinfo/Convert/Plaintext.pm:2814
324 #, fuzzy, perl-brace-format
324 #, perl-brace-format
325325 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
326326 msgstr "@tie{ }-- {category} in {class}: {name} {arguments}"
327327
328328 #: tp/Texinfo/Convert/Plaintext.pm:2820
329 #, fuzzy, perl-brace-format
329 #, perl-brace-format
330330 msgid "@tie{}-- {category} on {class}: {name}"
331331 msgstr "@tie{ }-- {category} in {class}: {name}"
332332
333333 #: tp/Texinfo/Convert/Plaintext.pm:2835
334 #, fuzzy, perl-brace-format
334 #, perl-brace-format
335335 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
336336 msgstr "@tie{ }-- {category} in {class}:@*{type}@*{name} {arguments}"
337337
338338 #: tp/Texinfo/Convert/Plaintext.pm:2839
339 #, fuzzy, perl-brace-format
339 #, perl-brace-format
340340 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
341341 msgstr "@tie{ }-- {category} in {class}: {type} {name} {arguments}"
342342
343343 #: tp/Texinfo/Convert/Plaintext.pm:2850
344 #, fuzzy, perl-brace-format
344 #, perl-brace-format
345345 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
346346 msgstr "@tie{ }-- {category} in {class}:@*{type}@*{name}"
347347
348348 #: tp/Texinfo/Convert/Plaintext.pm:2854
349 #, fuzzy, perl-brace-format
349 #, perl-brace-format
350350 msgid "@tie{}-- {category} on {class}: {type} {name}"
351351 msgstr "@tie{ }-- {category} in {class}: {type} {name}"
352352
353353 #: tp/Texinfo/Convert/Plaintext.pm:2868
354 #, fuzzy, perl-brace-format
354 #, perl-brace-format
355355 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
356356 msgstr "@tie{ }-- {category} von {class}:@*{type}@*{name} {arguments}"
357357
358358 #: tp/Texinfo/Convert/Plaintext.pm:2872
359 #, fuzzy, perl-brace-format
359 #, perl-brace-format
360360 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
361361 msgstr "@tie{ }-- {category} von {class}: {type} {name} {arguments}"
362362
363363 #: tp/Texinfo/Convert/Plaintext.pm:2883
364 #, fuzzy, perl-brace-format
364 #, perl-brace-format
365365 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
366366 msgstr "@tie{ }-- {category} von {class}:@*{type}@*{name}"
367367
368368 #: tp/Texinfo/Convert/Plaintext.pm:2887
369 #, fuzzy, perl-brace-format
369 #, perl-brace-format
370370 msgid "@tie{}-- {category} of {class}: {type} {name}"
371371 msgstr "@tie{ }-- {category} von {class}: {type} {name}"
372372
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: 2017-07-10 19:41+0100\n"
9 "POT-Creation-Date: 2017-09-04 19:27+0100\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"
5454 msgid "{category} of {class}"
5555 msgstr ""
5656
57 #: tp/Texinfo/Common.pm:1214
57 #: tp/Texinfo/Common.pm:1219
5858 #, perl-brace-format
5959 msgid "{month} {day}, {year}"
6060 msgstr ""
6161
62 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
62 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6363 #: tp/Texinfo/Convert/HTML.pm:532
6464 #, perl-brace-format
6565 msgid "Appendix {number} {section_title}"
6666 msgstr ""
6767
68 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
68 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
6969 #: tp/Texinfo/Convert/HTML.pm:538
7070 #, perl-brace-format
7171 msgid "{number} {section_title}"
7272 msgstr ""
7373
74 #: tp/Texinfo/Common.pm:1490
74 #: tp/Texinfo/Common.pm:1495
7575 #, perl-brace-format
7676 msgid "{float_type} {float_number}: "
7777 msgstr ""
7878
79 #: tp/Texinfo/Common.pm:1494
79 #: tp/Texinfo/Common.pm:1499
8080 #, perl-brace-format
8181 msgid "{float_type}: "
8282 msgstr ""
8383
84 #: tp/Texinfo/Common.pm:1499
84 #: tp/Texinfo/Common.pm:1504
8585 #, perl-brace-format
8686 msgid "{float_type} {float_number}\n"
8787 msgstr ""
8888
89 #: tp/Texinfo/Common.pm:1503
89 #: tp/Texinfo/Common.pm:1508
9090 #, perl-brace-format
9191 msgid "{float_type}\n"
9292 msgstr ""
9393
94 #: tp/Texinfo/Common.pm:1509
94 #: tp/Texinfo/Common.pm:1514
9595 #, perl-brace-format
9696 msgid "{float_number}: "
9797 msgstr ""
9898
99 #: tp/Texinfo/Common.pm:1512
99 #: tp/Texinfo/Common.pm:1517
100100 #, perl-brace-format
101101 msgid "{float_number}\n"
102102 msgstr ""
103103
104 #: tp/Texinfo/Common.pm:2486
104 #: tp/Texinfo/Common.pm:2491
105105 #, perl-brace-format
106106 msgid "{name} on {class}"
107107 msgstr ""
108108
109 #: tp/Texinfo/Common.pm:2496
109 #: tp/Texinfo/Common.pm:2501
110110 #, perl-brace-format
111111 msgid "{name} of {class}"
112112 msgstr ""
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo_document 5.0\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
9 "POT-Creation-Date: 2017-09-04 19:27+0100\n"
1010 "PO-Revision-Date: 2013-02-27 09:07-0300\n"
1111 "Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
1212 "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
5454 msgid "{category} of {class}"
5555 msgstr "{category} de {class}"
5656
57 #: tp/Texinfo/Common.pm:1214
57 #: tp/Texinfo/Common.pm:1219
5858 #, perl-brace-format
5959 msgid "{month} {day}, {year}"
6060 msgstr "{year} {month} {day}"
6161
62 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
62 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6363 #: tp/Texinfo/Convert/HTML.pm:532
6464 #, perl-brace-format
6565 msgid "Appendix {number} {section_title}"
6666 msgstr "Aldono {number} {section_title}"
6767
68 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
68 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
6969 #: tp/Texinfo/Convert/HTML.pm:538
7070 #, perl-brace-format
7171 msgid "{number} {section_title}"
7272 msgstr "{number} {section_title}"
7373
74 #: tp/Texinfo/Common.pm:1490
74 #: tp/Texinfo/Common.pm:1495
7575 #, perl-brace-format
7676 msgid "{float_type} {float_number}: "
7777 msgstr "{float_type} {float_number}: "
7878
79 #: tp/Texinfo/Common.pm:1494
79 #: tp/Texinfo/Common.pm:1499
8080 #, perl-brace-format
8181 msgid "{float_type}: "
8282 msgstr "{float_type}: "
8383
84 #: tp/Texinfo/Common.pm:1499
84 #: tp/Texinfo/Common.pm:1504
8585 #, perl-brace-format
8686 msgid "{float_type} {float_number}\n"
8787 msgstr "{float_type} {float_number}\n"
8888
89 #: tp/Texinfo/Common.pm:1503
89 #: tp/Texinfo/Common.pm:1508
9090 #, perl-brace-format
9191 msgid "{float_type}\n"
9292 msgstr "{float_type}\n"
9393
94 #: tp/Texinfo/Common.pm:1509
94 #: tp/Texinfo/Common.pm:1514
9595 #, perl-brace-format
9696 msgid "{float_number}: "
9797 msgstr "{float_number}: "
9898
99 #: tp/Texinfo/Common.pm:1512
99 #: tp/Texinfo/Common.pm:1517
100100 #, perl-brace-format
101101 msgid "{float_number}\n"
102102 msgstr "{float_number}\n"
103103
104 #: tp/Texinfo/Common.pm:2486
104 #: tp/Texinfo/Common.pm:2491
105105 #, perl-brace-format
106106 msgid "{name} on {class}"
107107 msgstr "{name} en {class}"
108108
109 #: tp/Texinfo/Common.pm:2496
109 #: tp/Texinfo/Common.pm:2501
110110 #, perl-brace-format
111111 msgid "{name} of {class}"
112112 msgstr "{name} de {class}"
279279 msgstr "@{Neniu valoro por `{value}'@}"
280280
281281 #: tp/Texinfo/Convert/Plaintext.pm:2758
282 #, fuzzy, perl-brace-format
282 #, perl-brace-format
283283 msgid "@tie{}-- {category}: {name} {arguments}"
284284 msgstr "@tie{ }-- {category}: {name} {arguments}"
285285
286286 #: tp/Texinfo/Convert/Plaintext.pm:2763
287 #, fuzzy, perl-brace-format
287 #, perl-brace-format
288288 msgid "@tie{}-- {category}: {name}"
289289 msgstr "@tie{ }-- {category}: {name}"
290290
291291 #: tp/Texinfo/Convert/Plaintext.pm:2776
292 #, fuzzy, perl-brace-format
292 #, perl-brace-format
293293 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
294294 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
295295
296296 #: tp/Texinfo/Convert/Plaintext.pm:2779
297 #, fuzzy, perl-brace-format
297 #, perl-brace-format
298298 msgid "@tie{}-- {category}: {type} {name} {arguments}"
299299 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
300300
301301 #: tp/Texinfo/Convert/Plaintext.pm:2788
302 #, fuzzy, perl-brace-format
302 #, perl-brace-format
303303 msgid "@tie{}-- {category}:@*{type}@*{name}"
304304 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
305305
306306 #: tp/Texinfo/Convert/Plaintext.pm:2791
307 #, fuzzy, perl-brace-format
307 #, perl-brace-format
308308 msgid "@tie{}-- {category}: {type} {name}"
309309 msgstr "@tie{ }-- {category}: {type} {name}"
310310
311311 #: tp/Texinfo/Convert/Plaintext.pm:2799
312 #, fuzzy, perl-brace-format
312 #, perl-brace-format
313313 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
314314 msgstr "@tie{ }-- {category} de {class}: {name} {arguments}"
315315
316316 #: tp/Texinfo/Convert/Plaintext.pm:2805
317 #, fuzzy, perl-brace-format
317 #, perl-brace-format
318318 msgid "@tie{}-- {category} of {class}: {name}"
319319 msgstr "@tie{ }-- {category} de {class}: {name}"
320320
321321 #: tp/Texinfo/Convert/Plaintext.pm:2814
322 #, fuzzy, perl-brace-format
322 #, perl-brace-format
323323 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
324324 msgstr "@tie{ }-- {category} en {class}: {name} {arguments}"
325325
326326 #: tp/Texinfo/Convert/Plaintext.pm:2820
327 #, fuzzy, perl-brace-format
327 #, perl-brace-format
328328 msgid "@tie{}-- {category} on {class}: {name}"
329329 msgstr "@tie{ }-- {category} en {class}: {name}"
330330
331331 #: tp/Texinfo/Convert/Plaintext.pm:2835
332 #, fuzzy, perl-brace-format
332 #, perl-brace-format
333333 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
334334 msgstr "@tie{ }-- {category} en {class}:@*{type}@*{name} {arguments}"
335335
336336 #: tp/Texinfo/Convert/Plaintext.pm:2839
337 #, fuzzy, perl-brace-format
337 #, perl-brace-format
338338 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
339339 msgstr "@tie{ }-- {category} en {class}: {type} {name} {arguments}"
340340
341341 #: tp/Texinfo/Convert/Plaintext.pm:2850
342 #, fuzzy, perl-brace-format
342 #, perl-brace-format
343343 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
344344 msgstr "@tie{ }-- {category} en {class}:@*{type}@*{name}"
345345
346346 #: tp/Texinfo/Convert/Plaintext.pm:2854
347 #, fuzzy, perl-brace-format
347 #, perl-brace-format
348348 msgid "@tie{}-- {category} on {class}: {type} {name}"
349349 msgstr "@tie{ }-- {category} en {class}: {type} {name}"
350350
351351 #: tp/Texinfo/Convert/Plaintext.pm:2868
352 #, fuzzy, perl-brace-format
352 #, perl-brace-format
353353 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
354354 msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name} {arguments}"
355355
356356 #: tp/Texinfo/Convert/Plaintext.pm:2872
357 #, fuzzy, perl-brace-format
357 #, perl-brace-format
358358 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
359359 msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}"
360360
361361 #: tp/Texinfo/Convert/Plaintext.pm:2883
362 #, fuzzy, perl-brace-format
362 #, perl-brace-format
363363 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
364364 msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name}"
365365
366366 #: tp/Texinfo/Convert/Plaintext.pm:2887
367 #, fuzzy, perl-brace-format
367 #, perl-brace-format
368368 msgid "@tie{}-- {category} of {class}: {type} {name}"
369369 msgstr "@tie{ }-- {category} de {class}: {type} {name}"
370370
Binary diff not shown
55 #
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: texinfo_document-6.3.90\n"
8 "Project-Id-Version: texinfo_document-6.4.90\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
11 "PO-Revision-Date: 2017-04-23 23:35+0200\n"
10 "POT-Creation-Date: 2017-09-04 19:27+0100\n"
11 "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"
1414 "Language: es\n"
5555 msgid "{category} of {class}"
5656 msgstr "{category} de {class}"
5757
58 #: tp/Texinfo/Common.pm:1214
58 #: tp/Texinfo/Common.pm:1219
5959 #, perl-brace-format
6060 msgid "{month} {day}, {year}"
6161 msgstr "el {day} {month} {year}"
6262
63 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
63 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6464 #: tp/Texinfo/Convert/HTML.pm:532
6565 #, perl-brace-format
6666 msgid "Appendix {number} {section_title}"
6767 msgstr "Apéndice {number} {section_title}"
6868
69 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
69 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
7070 #: tp/Texinfo/Convert/HTML.pm:538
7171 #, perl-brace-format
7272 msgid "{number} {section_title}"
7373 msgstr "{number} {section_title}"
7474
75 #: tp/Texinfo/Common.pm:1490
75 #: tp/Texinfo/Common.pm:1495
7676 #, perl-brace-format
7777 msgid "{float_type} {float_number}: "
7878 msgstr "{float_type} {float_number}: "
7979
80 #: tp/Texinfo/Common.pm:1494
80 #: tp/Texinfo/Common.pm:1499
8181 #, perl-brace-format
8282 msgid "{float_type}: "
8383 msgstr "{float_type}: "
8484
85 #: tp/Texinfo/Common.pm:1499
85 #: tp/Texinfo/Common.pm:1504
8686 #, perl-brace-format
8787 msgid "{float_type} {float_number}\n"
8888 msgstr "{float_type} {float_number}\n"
8989
90 #: tp/Texinfo/Common.pm:1503
90 #: tp/Texinfo/Common.pm:1508
9191 #, perl-brace-format
9292 msgid "{float_type}\n"
9393 msgstr "{float_type}\n"
9494
95 #: tp/Texinfo/Common.pm:1509
95 #: tp/Texinfo/Common.pm:1514
9696 #, perl-brace-format
9797 msgid "{float_number}: "
9898 msgstr "{float_number}: "
9999
100 #: tp/Texinfo/Common.pm:1512
100 #: tp/Texinfo/Common.pm:1517
101101 #, perl-brace-format
102102 msgid "{float_number}\n"
103103 msgstr "{float_number}\n"
104104
105 #: tp/Texinfo/Common.pm:2486
105 #: tp/Texinfo/Common.pm:2491
106106 #, perl-brace-format
107107 msgid "{name} on {class}"
108108 msgstr "{name} en {class}"
109109
110 #: tp/Texinfo/Common.pm:2496
110 #: tp/Texinfo/Common.pm:2501
111111 #, perl-brace-format
112112 msgid "{name} of {class}"
113113 msgstr "{name} de {class}"
280280 msgstr "@{No hay valor para `{value}'@}"
281281
282282 #: tp/Texinfo/Convert/Plaintext.pm:2758
283 #, fuzzy, perl-brace-format
283 #, perl-brace-format
284284 msgid "@tie{}-- {category}: {name} {arguments}"
285 msgstr "@tie{ }-- {category}: {name} {arguments}"
285 msgstr "@tie{}-- {category}: {name} {arguments}"
286286
287287 #: tp/Texinfo/Convert/Plaintext.pm:2763
288 #, fuzzy, perl-brace-format
288 #, perl-brace-format
289289 msgid "@tie{}-- {category}: {name}"
290 msgstr "@tie{ }-- {category}: {name}"
290 msgstr "@tie{}-- {category}: {name}"
291291
292292 #: tp/Texinfo/Convert/Plaintext.pm:2776
293 #, fuzzy, perl-brace-format
293 #, perl-brace-format
294294 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
295 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
295 msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}"
296296
297297 #: tp/Texinfo/Convert/Plaintext.pm:2779
298 #, fuzzy, perl-brace-format
298 #, perl-brace-format
299299 msgid "@tie{}-- {category}: {type} {name} {arguments}"
300 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
300 msgstr "@tie{}-- {category}: {type} {name} {arguments}"
301301
302302 #: tp/Texinfo/Convert/Plaintext.pm:2788
303 #, fuzzy, perl-brace-format
303 #, perl-brace-format
304304 msgid "@tie{}-- {category}:@*{type}@*{name}"
305 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
305 msgstr "@tie{}-- {category}:@*{type}@*{name}"
306306
307307 #: tp/Texinfo/Convert/Plaintext.pm:2791
308 #, fuzzy, perl-brace-format
308 #, perl-brace-format
309309 msgid "@tie{}-- {category}: {type} {name}"
310 msgstr "@tie{ }-- {category}: {type} {name}"
310 msgstr "@tie{}-- {category}: {type} {name}"
311311
312312 #: tp/Texinfo/Convert/Plaintext.pm:2799
313 #, fuzzy, perl-brace-format
313 #, perl-brace-format
314314 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
315 msgstr "@tie{ }-- {category} de {class}: {name} {arguments}"
315 msgstr "@tie{}-- {category} de {class}: {name} {arguments}"
316316
317317 #: tp/Texinfo/Convert/Plaintext.pm:2805
318 #, fuzzy, perl-brace-format
318 #, perl-brace-format
319319 msgid "@tie{}-- {category} of {class}: {name}"
320 msgstr "@tie{ }-- {category} de {class}: {name}"
320 msgstr "@tie{}-- {category} de {class}: {name}"
321321
322322 #: tp/Texinfo/Convert/Plaintext.pm:2814
323 #, fuzzy, perl-brace-format
323 #, perl-brace-format
324324 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
325 msgstr "@tie{ }-- {category} en {class}: {name} {arguments}"
325 msgstr "@tie{}-- {category} en {class}: {name} {arguments}"
326326
327327 #: tp/Texinfo/Convert/Plaintext.pm:2820
328 #, fuzzy, perl-brace-format
328 #, perl-brace-format
329329 msgid "@tie{}-- {category} on {class}: {name}"
330 msgstr "@tie{ }-- {category} en {class}: {name}"
330 msgstr "@tie{}-- {category} en {class}: {name}"
331331
332332 #: tp/Texinfo/Convert/Plaintext.pm:2835
333 #, fuzzy, perl-brace-format
333 #, perl-brace-format
334334 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
335 msgstr "@tie{ }-- {category} en {class}:@*{type}@*{name} {arguments}"
335 msgstr "@tie{}-- {category} en {class}:@*{type}@*{name} {arguments}"
336336
337337 #: tp/Texinfo/Convert/Plaintext.pm:2839
338 #, fuzzy, perl-brace-format
338 #, perl-brace-format
339339 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
340 msgstr "@tie{ }-- {category} en {class}: {type} {name} {arguments}"
340 msgstr "@tie{}-- {category} en {class}: {type} {name} {arguments}"
341341
342342 #: tp/Texinfo/Convert/Plaintext.pm:2850
343 #, fuzzy, perl-brace-format
343 #, perl-brace-format
344344 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
345 msgstr "@tie{ }-- {category} en {class}:@*{type}@*{name}"
345 msgstr "@tie{}-- {category} en {class}:@*{type}@*{name}"
346346
347347 #: tp/Texinfo/Convert/Plaintext.pm:2854
348 #, fuzzy, perl-brace-format
348 #, perl-brace-format
349349 msgid "@tie{}-- {category} on {class}: {type} {name}"
350 msgstr "@tie{ }-- {category} en {class}: {type} {name}"
350 msgstr "@tie{}-- {category} en {class}: {type} {name}"
351351
352352 #: tp/Texinfo/Convert/Plaintext.pm:2868
353 #, fuzzy, perl-brace-format
353 #, perl-brace-format
354354 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
355 msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name} {arguments}"
355 msgstr "@tie{}-- {category} de {class}:@*{type}@*{name} {arguments}"
356356
357357 #: tp/Texinfo/Convert/Plaintext.pm:2872
358 #, fuzzy, perl-brace-format
358 #, perl-brace-format
359359 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
360 msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}"
360 msgstr "@tie{}-- {category} de {class}: {type} {name} {arguments}"
361361
362362 #: tp/Texinfo/Convert/Plaintext.pm:2883
363 #, fuzzy, perl-brace-format
363 #, perl-brace-format
364364 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
365 msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name}"
365 msgstr "@tie{}-- {category} de {class}:@*{type}@*{name}"
366366
367367 #: tp/Texinfo/Convert/Plaintext.pm:2887
368 #, fuzzy, perl-brace-format
368 #, perl-brace-format
369369 msgid "@tie{}-- {category} of {class}: {type} {name}"
370 msgstr "@tie{ }-- {category} de {class}: {type} {name}"
370 msgstr "@tie{}-- {category} de {class}: {type} {name}"
371371
372372 #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920
373373 #, perl-brace-format
Binary diff not shown
55 #
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: texinfo_document 6.3.90\n"
8 "Project-Id-Version: texinfo_document 6.4.90\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
11 "PO-Revision-Date: 2017-04-24 19:01+0200\n"
10 "POT-Creation-Date: 2017-09-04 19:27+0100\n"
11 "PO-Revision-Date: 2017-08-31 18:50+0200\n"
1212 "Last-Translator: Jean-Charles Malahieude <lilyfan@orange.fr>\n"
1313 "Language-Team: French <traduc@traduc.org>\n"
1414 "Language: fr\n"
5555 msgid "{category} of {class}"
5656 msgstr "{category} de {class}"
5757
58 #: tp/Texinfo/Common.pm:1214
58 #: tp/Texinfo/Common.pm:1219
5959 #, perl-brace-format
6060 msgid "{month} {day}, {year}"
6161 msgstr "le {day} {month} {year}"
6262
63 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
63 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6464 #: tp/Texinfo/Convert/HTML.pm:532
6565 #, perl-brace-format
6666 msgid "Appendix {number} {section_title}"
6767 msgstr "Annexe {number} {section_title}"
6868
69 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
69 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
7070 #: tp/Texinfo/Convert/HTML.pm:538
7171 #, perl-brace-format
7272 msgid "{number} {section_title}"
7373 msgstr "{number} {section_title}"
7474
75 #: tp/Texinfo/Common.pm:1490
75 #: tp/Texinfo/Common.pm:1495
7676 #, perl-brace-format
7777 msgid "{float_type} {float_number}: "
7878 msgstr "{float_type} {float_number}@ : "
7979
80 #: tp/Texinfo/Common.pm:1494
80 #: tp/Texinfo/Common.pm:1499
8181 #, perl-brace-format
8282 msgid "{float_type}: "
8383 msgstr "{float_type}@ : "
8484
85 #: tp/Texinfo/Common.pm:1499
85 #: tp/Texinfo/Common.pm:1504
8686 #, perl-brace-format
8787 msgid "{float_type} {float_number}\n"
8888 msgstr "{float_type} {float_number}\n"
8989
90 #: tp/Texinfo/Common.pm:1503
90 #: tp/Texinfo/Common.pm:1508
9191 #, perl-brace-format
9292 msgid "{float_type}\n"
9393 msgstr "{float_type}\n"
9494
95 #: tp/Texinfo/Common.pm:1509
95 #: tp/Texinfo/Common.pm:1514
9696 #, perl-brace-format
9797 msgid "{float_number}: "
9898 msgstr "{float_number}@ : "
9999
100 #: tp/Texinfo/Common.pm:1512
100 #: tp/Texinfo/Common.pm:1517
101101 #, perl-brace-format
102102 msgid "{float_number}\n"
103103 msgstr "{float_number}\n"
104104
105 #: tp/Texinfo/Common.pm:2486
105 #: tp/Texinfo/Common.pm:2491
106106 #, perl-brace-format
107107 msgid "{name} on {class}"
108108 msgstr "{name} de {class}"
109109
110 #: tp/Texinfo/Common.pm:2496
110 #: tp/Texinfo/Common.pm:2501
111111 #, perl-brace-format
112112 msgid "{name} of {class}"
113113 msgstr "{name} de {class}"
280280 msgstr "@{Aucune valeur pour `{value}'@}"
281281
282282 #: tp/Texinfo/Convert/Plaintext.pm:2758
283 #, fuzzy, perl-brace-format
283 #, perl-brace-format
284284 msgid "@tie{}-- {category}: {name} {arguments}"
285285 msgstr "@tie{ }-- {category}@ : {name} {arguments}"
286286
287287 #: tp/Texinfo/Convert/Plaintext.pm:2763
288 #, fuzzy, perl-brace-format
288 #, perl-brace-format
289289 msgid "@tie{}-- {category}: {name}"
290290 msgstr "@tie{ }-- {category}@ : {name}"
291291
292292 #: tp/Texinfo/Convert/Plaintext.pm:2776
293 #, fuzzy, perl-brace-format
293 #, perl-brace-format
294294 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
295295 msgstr "@tie{ }-- {category}@ :@*{type}@*{name} {arguments}"
296296
297297 #: tp/Texinfo/Convert/Plaintext.pm:2779
298 #, fuzzy, perl-brace-format
298 #, perl-brace-format
299299 msgid "@tie{}-- {category}: {type} {name} {arguments}"
300300 msgstr "@tie{ }-- {category}@ : {type} {name} {arguments}"
301301
302302 #: tp/Texinfo/Convert/Plaintext.pm:2788
303 #, fuzzy, perl-brace-format
303 #, perl-brace-format
304304 msgid "@tie{}-- {category}:@*{type}@*{name}"
305305 msgstr "@tie{ }-- {category}@ :@*{type}@*{name}"
306306
307307 #: tp/Texinfo/Convert/Plaintext.pm:2791
308 #, fuzzy, perl-brace-format
308 #, perl-brace-format
309309 msgid "@tie{}-- {category}: {type} {name}"
310310 msgstr "@tie{ }-- {category}@ : {type} {name}"
311311
312312 #: tp/Texinfo/Convert/Plaintext.pm:2799
313 #, fuzzy, perl-brace-format
313 #, perl-brace-format
314314 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
315315 msgstr "@tie{ }-- {category} de {class}@ : {name} {arguments}"
316316
317317 #: tp/Texinfo/Convert/Plaintext.pm:2805
318 #, fuzzy, perl-brace-format
318 #, perl-brace-format
319319 msgid "@tie{}-- {category} of {class}: {name}"
320320 msgstr "@tie{ }-- {category} de {class}@ : {name}"
321321
322322 #: tp/Texinfo/Convert/Plaintext.pm:2814
323 #, fuzzy, perl-brace-format
323 #, perl-brace-format
324324 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
325325 msgstr "@tie{ }-- {category} de {class}@ : {name} {arguments}"
326326
327327 #: tp/Texinfo/Convert/Plaintext.pm:2820
328 #, fuzzy, perl-brace-format
328 #, perl-brace-format
329329 msgid "@tie{}-- {category} on {class}: {name}"
330330 msgstr "@tie{ }-- {category} de {class}@ : {name}"
331331
332332 #: tp/Texinfo/Convert/Plaintext.pm:2835
333 #, fuzzy, perl-brace-format
333 #, perl-brace-format
334334 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
335335 msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name} {arguments}"
336336
337337 #: tp/Texinfo/Convert/Plaintext.pm:2839
338 #, fuzzy, perl-brace-format
338 #, perl-brace-format
339339 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
340340 msgstr "@tie{ }-- {category} de {class}@ : {type} {name} {arguments}"
341341
342342 #: tp/Texinfo/Convert/Plaintext.pm:2850
343 #, fuzzy, perl-brace-format
343 #, perl-brace-format
344344 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
345345 msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name}"
346346
347347 #: tp/Texinfo/Convert/Plaintext.pm:2854
348 #, fuzzy, perl-brace-format
348 #, perl-brace-format
349349 msgid "@tie{}-- {category} on {class}: {type} {name}"
350350 msgstr "@tie{ }-- {category} de {class}@ : {type} {name}"
351351
352352 #: tp/Texinfo/Convert/Plaintext.pm:2868
353 #, fuzzy, perl-brace-format
353 #, perl-brace-format
354354 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
355355 msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name} {arguments}"
356356
357357 #: tp/Texinfo/Convert/Plaintext.pm:2872
358 #, fuzzy, perl-brace-format
358 #, perl-brace-format
359359 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
360360 msgstr "@tie{ }-- {category} de {class}@ : {type} {name} {arguments}"
361361
362362 #: tp/Texinfo/Convert/Plaintext.pm:2883
363 #, fuzzy, perl-brace-format
363 #, perl-brace-format
364364 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
365365 msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name}"
366366
367367 #: tp/Texinfo/Convert/Plaintext.pm:2887
368 #, fuzzy, perl-brace-format
368 #, perl-brace-format
369369 msgid "@tie{}-- {category} of {class}: {type} {name}"
370370 msgstr "@tie{ }-- {category} de {class}@ : {type} {name}"
371371
Binary diff not shown
44 # Božidar Putanec <bozidarp@yahoo.com>, 2016, 2017.
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: GNU texinfo_document 6.3.90\n"
7 "Project-Id-Version: GNU texinfo_document 6.4.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
10 "PO-Revision-Date: 2017-04-25 20:36-0800\n"
9 "POT-Creation-Date: 2017-09-04 19:27+0100\n"
10 "PO-Revision-Date: 2017-08-30 09:52-0700\n"
1111 "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
1212 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
1313 "Language: hr\n"
5858 msgid "{category} of {class}"
5959 msgstr "{category} od {class}"
6060
61 #: tp/Texinfo/Common.pm:1214
61 #: tp/Texinfo/Common.pm:1219
6262 #, perl-brace-format
6363 msgid "{month} {day}, {year}"
64 msgstr "{day}. {month} {year}."
65
66 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
64 msgstr "{month} {day}, {year}"
65
66 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6767 #: tp/Texinfo/Convert/HTML.pm:532
6868 #, perl-brace-format
6969 msgid "Appendix {number} {section_title}"
7070 msgstr "Privitak {number} {section_title}"
7171
72 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
72 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
7373 #: tp/Texinfo/Convert/HTML.pm:538
7474 #, perl-brace-format
7575 msgid "{number} {section_title}"
7676 msgstr "{number} {section_title}"
7777
78 #: tp/Texinfo/Common.pm:1490
78 #: tp/Texinfo/Common.pm:1495
7979 #, perl-brace-format
8080 msgid "{float_type} {float_number}: "
8181 msgstr "{float_type} {float_number}: "
8282
83 #: tp/Texinfo/Common.pm:1494
83 #: tp/Texinfo/Common.pm:1499
8484 #, perl-brace-format
8585 msgid "{float_type}: "
8686 msgstr "{float_type}: "
8787
88 #: tp/Texinfo/Common.pm:1499
88 #: tp/Texinfo/Common.pm:1504
8989 #, perl-brace-format
9090 msgid "{float_type} {float_number}\n"
9191 msgstr "{float_type} {float_number}\n"
9292
93 #: tp/Texinfo/Common.pm:1503
93 #: tp/Texinfo/Common.pm:1508
9494 #, perl-brace-format
9595 msgid "{float_type}\n"
9696 msgstr "{float_type}\n"
9797
98 #: tp/Texinfo/Common.pm:1509
98 #: tp/Texinfo/Common.pm:1514
9999 #, perl-brace-format
100100 msgid "{float_number}: "
101101 msgstr "{float_number}: "
102102
103 #: tp/Texinfo/Common.pm:1512
103 #: tp/Texinfo/Common.pm:1517
104104 #, perl-brace-format
105105 msgid "{float_number}\n"
106106 msgstr "{float_number}\n"
107107
108 #: tp/Texinfo/Common.pm:2486
108 #: tp/Texinfo/Common.pm:2491
109109 #, perl-brace-format
110110 msgid "{name} on {class}"
111111 msgstr "{name} u {class}"
112112
113 #: tp/Texinfo/Common.pm:2496
113 #: tp/Texinfo/Common.pm:2501
114114 #, perl-brace-format
115115 msgid "{name} of {class}"
116116 msgstr "{name} od {class}"
283283 msgstr "@{nema vrijednost za „{value}“@}"
284284
285285 #: tp/Texinfo/Convert/Plaintext.pm:2758
286 #, fuzzy, perl-brace-format
286 #, perl-brace-format
287287 msgid "@tie{}-- {category}: {name} {arguments}"
288 msgstr "@tie{ }-- {category}: {name} {arguments}"
288 msgstr "@tie{}-- {category}: {name} {arguments}"
289289
290290 #: tp/Texinfo/Convert/Plaintext.pm:2763
291 #, fuzzy, perl-brace-format
291 #, perl-brace-format
292292 msgid "@tie{}-- {category}: {name}"
293 msgstr "@tie{ }-- {category}: {name}"
293 msgstr "@tie{}-- {category}: {name}"
294294
295295 #: tp/Texinfo/Convert/Plaintext.pm:2776
296 #, fuzzy, perl-brace-format
296 #, perl-brace-format
297297 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
298 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
298 msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}"
299299
300300 #: tp/Texinfo/Convert/Plaintext.pm:2779
301 #, fuzzy, perl-brace-format
301 #, perl-brace-format
302302 msgid "@tie{}-- {category}: {type} {name} {arguments}"
303 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
303 msgstr "@tie{}-- {category}: {type} {name} {arguments}"
304304
305305 #: tp/Texinfo/Convert/Plaintext.pm:2788
306 #, fuzzy, perl-brace-format
306 #, perl-brace-format
307307 msgid "@tie{}-- {category}:@*{type}@*{name}"
308 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
308 msgstr "@tie{}-- {category}:@*{type}@*{name}"
309309
310310 #: tp/Texinfo/Convert/Plaintext.pm:2791
311 #, fuzzy, perl-brace-format
311 #, perl-brace-format
312312 msgid "@tie{}-- {category}: {type} {name}"
313 msgstr "@tie{ }-- {category}: {type} {name}"
313 msgstr "@tie{}-- {category}: {type} {name}"
314314
315315 #: tp/Texinfo/Convert/Plaintext.pm:2799
316 #, fuzzy, perl-brace-format
316 #, perl-brace-format
317317 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
318 msgstr "@tie{ }-- {category} klase {class}: {name} {arguments}"
318 msgstr "@tie{}-- {category} klase {class}: {name} {arguments}"
319319
320320 #: tp/Texinfo/Convert/Plaintext.pm:2805
321 #, fuzzy, perl-brace-format
321 #, perl-brace-format
322322 msgid "@tie{}-- {category} of {class}: {name}"
323 msgstr "@tie{ }-- {category} klase {class}: {name}"
323 msgstr "@tie{}-- {category} klase {class}: {name}"
324324
325325 #: tp/Texinfo/Convert/Plaintext.pm:2814
326 #, fuzzy, perl-brace-format
326 #, perl-brace-format
327327 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
328 msgstr "@tie{ }-- {category} na klasi {class}: {name} {arguments}"
328 msgstr "@tie{}-- {category} na klasi {class}: {name} {arguments}"
329329
330330 #: tp/Texinfo/Convert/Plaintext.pm:2820
331 #, fuzzy, perl-brace-format
331 #, perl-brace-format
332332 msgid "@tie{}-- {category} on {class}: {name}"
333 msgstr "@tie{ }-- {category} na klasi {class}: {name}"
333 msgstr "@tie{}-- {category} na klasi {class}: {name}"
334334
335335 #: tp/Texinfo/Convert/Plaintext.pm:2835
336 #, fuzzy, perl-brace-format
336 #, perl-brace-format
337337 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
338 msgstr "@tie{ }-- {category} na klasi {class}:@*{type}@*{name} {arguments}"
338 msgstr "@tie{}-- {category} na klasi {class}:@*{type}@*{name} {arguments}"
339339
340340 #: tp/Texinfo/Convert/Plaintext.pm:2839
341 #, fuzzy, perl-brace-format
341 #, perl-brace-format
342342 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
343 msgstr "@tie{ }-- {category} na klasi {class}: {type} {name} {arguments}"
343 msgstr "@tie{}-- {category} na klasi {class}: {type} {name} {arguments}"
344344
345345 #: tp/Texinfo/Convert/Plaintext.pm:2850
346 #, fuzzy, perl-brace-format
346 #, perl-brace-format
347347 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
348 msgstr "@tie{ }-- {category} na klasi {class}:@*{type}@*{name}"
348 msgstr "@tie{}-- {category} na klasi {class}:@*{type}@*{name}"
349349
350350 #: tp/Texinfo/Convert/Plaintext.pm:2854
351 #, fuzzy, perl-brace-format
351 #, perl-brace-format
352352 msgid "@tie{}-- {category} on {class}: {type} {name}"
353 msgstr "@tie{ }-- {category} na klasi {class}: {type} {name}"
353 msgstr "@tie{}-- {category} na klasi {class}: {type} {name}"
354354
355355 #: tp/Texinfo/Convert/Plaintext.pm:2868
356 #, fuzzy, perl-brace-format
356 #, perl-brace-format
357357 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
358 msgstr "@tie{ }-- {category} klase {class}:@*{type}@*{name} {arguments}"
358 msgstr "@tie{}-- {category} od {class}:@*{type}@*{name} {arguments}"
359359
360360 #: tp/Texinfo/Convert/Plaintext.pm:2872
361 #, fuzzy, perl-brace-format
361 #, perl-brace-format
362362 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
363 msgstr "@tie{ }-- {category} klase {class}: {type} {name} {arguments}"
363 msgstr "@tie{}-- {category} od {class}: {type} {name} {arguments}"
364364
365365 #: tp/Texinfo/Convert/Plaintext.pm:2883
366 #, fuzzy, perl-brace-format
366 #, perl-brace-format
367367 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
368 msgstr "@tie{ }-- {category} klase {class}:@*{type}@*{name}"
368 msgstr "@tie{}-- {category} od {class}:@*{type}@*{name}"
369369
370370 #: tp/Texinfo/Convert/Plaintext.pm:2887
371 #, fuzzy, perl-brace-format
371 #, perl-brace-format
372372 msgid "@tie{}-- {category} of {class}: {type} {name}"
373 msgstr "@tie{ }-- {category} klase {class}: {type} {name}"
373 msgstr "@tie{}-- {category} od {class}: {type} {name}"
374374
375375 #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920
376376 #, perl-brace-format
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: texinfo_document 6.3.90\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
10 "POT-Creation-Date: 2017-09-04 19:27+0100\n"
1111 "PO-Revision-Date: 2017-04-27 22:08+0200\n"
1212 "Last-Translator: Balázs Úr <urbalazs@gmail.com>\n"
1313 "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
5757 msgid "{category} of {class}"
5858 msgstr "{category} - {class}"
5959
60 #: tp/Texinfo/Common.pm:1214
60 #: tp/Texinfo/Common.pm:1219
6161 #, perl-brace-format
6262 msgid "{month} {day}, {year}"
6363 msgstr "{year}. {month} {day}."
6464
65 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
65 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6666 #: tp/Texinfo/Convert/HTML.pm:532
6767 #, perl-brace-format
6868 msgid "Appendix {number} {section_title}"
6969 msgstr "Függelék {number} {section_title}"
7070
71 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
71 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
7272 #: tp/Texinfo/Convert/HTML.pm:538
7373 #, perl-brace-format
7474 msgid "{number} {section_title}"
7575 msgstr "{number} {section_title}"
7676
77 #: tp/Texinfo/Common.pm:1490
77 #: tp/Texinfo/Common.pm:1495
7878 #, perl-brace-format
7979 msgid "{float_type} {float_number}: "
8080 msgstr "{float_type} {float_number}: "
8181
82 #: tp/Texinfo/Common.pm:1494
82 #: tp/Texinfo/Common.pm:1499
8383 #, perl-brace-format
8484 msgid "{float_type}: "
8585 msgstr "{float_type}: "
8686
87 #: tp/Texinfo/Common.pm:1499
87 #: tp/Texinfo/Common.pm:1504
8888 #, perl-brace-format
8989 msgid "{float_type} {float_number}\n"
9090 msgstr "{float_type} {float_number}\n"
9191
92 #: tp/Texinfo/Common.pm:1503
92 #: tp/Texinfo/Common.pm:1508
9393 #, perl-brace-format
9494 msgid "{float_type}\n"
9595 msgstr "{float_type}\n"
9696
97 #: tp/Texinfo/Common.pm:1509
97 #: tp/Texinfo/Common.pm:1514
9898 #, perl-brace-format
9999 msgid "{float_number}: "
100100 msgstr "{float_number}: "
101101
102 #: tp/Texinfo/Common.pm:1512
102 #: tp/Texinfo/Common.pm:1517
103103 #, perl-brace-format
104104 msgid "{float_number}\n"
105105 msgstr "{float_number}\n"
106106
107 #: tp/Texinfo/Common.pm:2486
107 #: tp/Texinfo/Common.pm:2491
108108 #, perl-brace-format
109109 msgid "{name} on {class}"
110110 msgstr "{name} ezen: {class}"
111111
112 #: tp/Texinfo/Common.pm:2496
112 #: tp/Texinfo/Common.pm:2501
113113 #, perl-brace-format
114114 msgid "{name} of {class}"
115115 msgstr "{name} típusa: {class}"
282282 msgstr "@{Nincs érték ehhez: „{value}”@}"
283283
284284 #: tp/Texinfo/Convert/Plaintext.pm:2758
285 #, fuzzy, perl-brace-format
285 #, perl-brace-format
286286 msgid "@tie{}-- {category}: {name} {arguments}"
287287 msgstr "@tie{ }-- {category}: {name} {arguments}"
288288
289289 #: tp/Texinfo/Convert/Plaintext.pm:2763
290 #, fuzzy, perl-brace-format
290 #, perl-brace-format
291291 msgid "@tie{}-- {category}: {name}"
292292 msgstr "@tie{ }-- {category}: {name}"
293293
294294 #: tp/Texinfo/Convert/Plaintext.pm:2776
295 #, fuzzy, perl-brace-format
295 #, perl-brace-format
296296 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
297297 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
298298
299299 #: tp/Texinfo/Convert/Plaintext.pm:2779
300 #, fuzzy, perl-brace-format
300 #, perl-brace-format
301301 msgid "@tie{}-- {category}: {type} {name} {arguments}"
302302 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
303303
304304 #: tp/Texinfo/Convert/Plaintext.pm:2788
305 #, fuzzy, perl-brace-format
305 #, perl-brace-format
306306 msgid "@tie{}-- {category}:@*{type}@*{name}"
307307 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
308308
309309 #: tp/Texinfo/Convert/Plaintext.pm:2791
310 #, fuzzy, perl-brace-format
310 #, perl-brace-format
311311 msgid "@tie{}-- {category}: {type} {name}"
312312 msgstr "@tie{ }-- {category}: {type} {name}"
313313
314314 #: tp/Texinfo/Convert/Plaintext.pm:2799
315 #, fuzzy, perl-brace-format
315 #, perl-brace-format
316316 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
317317 msgstr "@tie{ }-- {category} - {class}: {name} {arguments}"
318318
319319 #: tp/Texinfo/Convert/Plaintext.pm:2805
320 #, fuzzy, perl-brace-format
320 #, perl-brace-format
321321 msgid "@tie{}-- {category} of {class}: {name}"
322322 msgstr "@tie{ }-- {category} - {class}: {name}"
323323
324324 #: tp/Texinfo/Convert/Plaintext.pm:2814
325 #, fuzzy, perl-brace-format
325 #, perl-brace-format
326326 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
327327 msgstr "@tie{ }-- {category} ezen: {class}: {name} {arguments}"
328328
329329 #: tp/Texinfo/Convert/Plaintext.pm:2820
330 #, fuzzy, perl-brace-format
330 #, perl-brace-format
331331 msgid "@tie{}-- {category} on {class}: {name}"
332332 msgstr "@tie{ }-- {category} ezen: {class}: {name}"
333333
334334 #: tp/Texinfo/Convert/Plaintext.pm:2835
335 #, fuzzy, perl-brace-format
335 #, perl-brace-format
336336 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
337337 msgstr "@tie{ }-- {category} ezen: {class}:@*{type}@*{name} {arguments}"
338338
339339 #: tp/Texinfo/Convert/Plaintext.pm:2839
340 #, fuzzy, perl-brace-format
340 #, perl-brace-format
341341 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
342342 msgstr "@tie{ }-- {category} ezen: {class}: {type} {name} {arguments}"
343343
344344 #: tp/Texinfo/Convert/Plaintext.pm:2850
345 #, fuzzy, perl-brace-format
345 #, perl-brace-format
346346 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
347347 msgstr "@tie{ }-- {category} ezen: {class}:@*{type}@*{name}"
348348
349349 #: tp/Texinfo/Convert/Plaintext.pm:2854
350 #, fuzzy, perl-brace-format
350 #, perl-brace-format
351351 msgid "@tie{}-- {category} on {class}: {type} {name}"
352352 msgstr "@tie{ }-- {category} ezen: {class}: {type} {name}"
353353
354354 #: tp/Texinfo/Convert/Plaintext.pm:2868
355 #, fuzzy, perl-brace-format
355 #, perl-brace-format
356356 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
357357 msgstr "@tie{ }-- {category} - {class}:@*{type}@*{name} {arguments}"
358358
359359 #: tp/Texinfo/Convert/Plaintext.pm:2872
360 #, fuzzy, perl-brace-format
360 #, perl-brace-format
361361 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
362362 msgstr "@tie{ }-- {category} - {class}: {type} {name} {arguments}"
363363
364364 #: tp/Texinfo/Convert/Plaintext.pm:2883
365 #, fuzzy, perl-brace-format
365 #, perl-brace-format
366366 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
367367 msgstr "@tie{ }-- {category} - {class}:@*{type}@*{name}"
368368
369369 #: tp/Texinfo/Convert/Plaintext.pm:2887
370 #, fuzzy, perl-brace-format
370 #, perl-brace-format
371371 msgid "@tie{}-- {category} of {class}: {type} {name}"
372372 msgstr "@tie{ }-- {category} - {class}: {type} {name}"
373373
Binary diff not shown
44 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: texinfo_document 6.3.90\n"
7 "Project-Id-Version: texinfo_document 6.4.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
10 "PO-Revision-Date: 2017-04-24 11:47+0200\n"
9 "POT-Creation-Date: 2017-09-04 19:27+0100\n"
10 "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"
1313 "Language: it\n"
5656 msgid "{category} of {class}"
5757 msgstr "{category} di {class}"
5858
59 #: tp/Texinfo/Common.pm:1214
59 #: tp/Texinfo/Common.pm:1219
6060 #, perl-brace-format
6161 msgid "{month} {day}, {year}"
6262 msgstr "{day} {month} {year}"
6363
64 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
64 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6565 #: tp/Texinfo/Convert/HTML.pm:532
6666 #, perl-brace-format
6767 msgid "Appendix {number} {section_title}"
6868 msgstr "Appendice {number} {section_title}"
6969
70 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
70 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
7171 #: tp/Texinfo/Convert/HTML.pm:538
7272 #, perl-brace-format
7373 msgid "{number} {section_title}"
7474 msgstr "{number} {section_title}"
7575
76 #: tp/Texinfo/Common.pm:1490
76 #: tp/Texinfo/Common.pm:1495
7777 #, perl-brace-format
7878 msgid "{float_type} {float_number}: "
7979 msgstr "{float_type} {float_number}: "
8080
81 #: tp/Texinfo/Common.pm:1494
81 #: tp/Texinfo/Common.pm:1499
8282 #, perl-brace-format
8383 msgid "{float_type}: "
8484 msgstr "{float_type}: "
8585
86 #: tp/Texinfo/Common.pm:1499
86 #: tp/Texinfo/Common.pm:1504
8787 #, perl-brace-format
8888 msgid "{float_type} {float_number}\n"
8989 msgstr "{float_type} {float_number}\n"
9090
91 #: tp/Texinfo/Common.pm:1503
91 #: tp/Texinfo/Common.pm:1508
9292 #, perl-brace-format
9393 msgid "{float_type}\n"
9494 msgstr "{float_type}\n"
9595
96 #: tp/Texinfo/Common.pm:1509
96 #: tp/Texinfo/Common.pm:1514
9797 #, perl-brace-format
9898 msgid "{float_number}: "
9999 msgstr "{float_number}: "
100100
101 #: tp/Texinfo/Common.pm:1512
101 #: tp/Texinfo/Common.pm:1517
102102 #, perl-brace-format
103103 msgid "{float_number}\n"
104104 msgstr "{float_number}\n"
105105
106 #: tp/Texinfo/Common.pm:2486
106 #: tp/Texinfo/Common.pm:2491
107107 #, perl-brace-format
108108 msgid "{name} on {class}"
109109 msgstr "{name} in {class}"
110110
111 #: tp/Texinfo/Common.pm:2496
111 #: tp/Texinfo/Common.pm:2501
112112 #, perl-brace-format
113113 msgid "{name} of {class}"
114114 msgstr "{name} di {class}"
281281 msgstr "@{Nessun valore per \\\"{value}\\\"@}"
282282
283283 #: tp/Texinfo/Convert/Plaintext.pm:2758
284 #, fuzzy, perl-brace-format
284 #, perl-brace-format
285285 msgid "@tie{}-- {category}: {name} {arguments}"
286 msgstr "@tie{ }-- {category}: {name} {arguments}"
286 msgstr "@tie{}-- {category}: {name} {arguments}"
287287
288288 #: tp/Texinfo/Convert/Plaintext.pm:2763
289 #, fuzzy, perl-brace-format
289 #, perl-brace-format
290290 msgid "@tie{}-- {category}: {name}"
291 msgstr "@tie{ }-- {category}: {name}"
291 msgstr "@tie{}-- {category}: {name}"
292292
293293 #: tp/Texinfo/Convert/Plaintext.pm:2776
294 #, fuzzy, perl-brace-format
294 #, perl-brace-format
295295 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
296 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
296 msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}"
297297
298298 #: tp/Texinfo/Convert/Plaintext.pm:2779
299 #, fuzzy, perl-brace-format
299 #, perl-brace-format
300300 msgid "@tie{}-- {category}: {type} {name} {arguments}"
301 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
301 msgstr "@tie{}-- {category}: {type} {name} {arguments}"
302302
303303 #: tp/Texinfo/Convert/Plaintext.pm:2788
304 #, fuzzy, perl-brace-format
304 #, perl-brace-format
305305 msgid "@tie{}-- {category}:@*{type}@*{name}"
306 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
306 msgstr "@tie{}-- {category}:@*{type}@*{name}"
307307
308308 #: tp/Texinfo/Convert/Plaintext.pm:2791
309 #, fuzzy, perl-brace-format
309 #, perl-brace-format
310310 msgid "@tie{}-- {category}: {type} {name}"
311 msgstr "@tie{ }-- {category}: {type} {name}"
311 msgstr "@tie{}-- {category}: {type} {name}"
312312
313313 #: tp/Texinfo/Convert/Plaintext.pm:2799
314 #, fuzzy, perl-brace-format
314 #, perl-brace-format
315315 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
316 msgstr "@tie{ }-- {category} di {class}: {name} {arguments}"
316 msgstr "@tie{}-- {category} of {class}: {name} {arguments}"
317317
318318 #: tp/Texinfo/Convert/Plaintext.pm:2805
319 #, fuzzy, perl-brace-format
319 #, perl-brace-format
320320 msgid "@tie{}-- {category} of {class}: {name}"
321 msgstr "@tie{ }-- {category} di {class}: {name}"
321 msgstr "@tie{}-- {category} of {class}: {name}"
322322
323323 #: tp/Texinfo/Convert/Plaintext.pm:2814
324 #, fuzzy, perl-brace-format
324 #, perl-brace-format
325325 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
326 msgstr "@tie{ }-- {category} su {class}: {name} {arguments}"
326 msgstr "@tie{}-- {category} su {class}: {name} {arguments}"
327327
328328 #: tp/Texinfo/Convert/Plaintext.pm:2820
329 #, fuzzy, perl-brace-format
329 #, perl-brace-format
330330 msgid "@tie{}-- {category} on {class}: {name}"
331 msgstr "@tie{ }-- {category} su {class}: {name}"
331 msgstr "@tie{}-- {category} su {class}: {name}"
332332
333333 #: tp/Texinfo/Convert/Plaintext.pm:2835
334 #, fuzzy, perl-brace-format
334 #, perl-brace-format
335335 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
336 msgstr "@tie{ }-- {category} su {class}:@*{type}@*{name} {arguments}"
336 msgstr "@tie{}-- {category} su {class}:@*{type}@*{name} {arguments}"
337337
338338 #: tp/Texinfo/Convert/Plaintext.pm:2839
339 #, fuzzy, perl-brace-format
339 #, perl-brace-format
340340 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
341 msgstr "@tie{ }-- {category} su {class}: {type} {name} {arguments}"
341 msgstr "@tie{}-- {category} su {class}: {type} {name} {arguments}"
342342
343343 #: tp/Texinfo/Convert/Plaintext.pm:2850
344 #, fuzzy, perl-brace-format
344 #, perl-brace-format
345345 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
346 msgstr "@tie{ }-- {category} su {class}:@*{type}@*{name}"
346 msgstr "@tie{}-- {category} su {class}:@*{type}@*{name}"
347347
348348 #: tp/Texinfo/Convert/Plaintext.pm:2854
349 #, fuzzy, perl-brace-format
349 #, perl-brace-format
350350 msgid "@tie{}-- {category} on {class}: {type} {name}"
351 msgstr "@tie{ }-- {category} su {class}: {type} {name}"
351 msgstr "@tie{}-- {category} su {class}: {type} {name}"
352352
353353 #: tp/Texinfo/Convert/Plaintext.pm:2868
354 #, fuzzy, perl-brace-format
354 #, perl-brace-format
355355 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
356 msgstr "@tie{ }-- {category} di {class}:@*{type}@*{name} {arguments}"
356 msgstr "@tie{}-- {category} di {class}:@*{type}@*{name} {arguments}"
357357
358358 #: tp/Texinfo/Convert/Plaintext.pm:2872
359 #, fuzzy, perl-brace-format
359 #, perl-brace-format
360360 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
361 msgstr "@tie{ }-- {category} di {class}: {type} {name} {arguments}"
361 msgstr "@tie{}-- {category} di {class}: {type} {name} {arguments}"
362362
363363 #: tp/Texinfo/Convert/Plaintext.pm:2883
364 #, fuzzy, perl-brace-format
364 #, perl-brace-format
365365 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
366 msgstr "@tie{ }-- {category} di {class}:@*{type}@*{name}"
366 msgstr "@tie{}-- {category} di {class}:@*{type}@*{name}"
367367
368368 #: tp/Texinfo/Convert/Plaintext.pm:2887
369 #, fuzzy, perl-brace-format
369 #, perl-brace-format
370370 msgid "@tie{}-- {category} of {class}: {type} {name}"
371 msgstr "@tie{ }-- {category} di {class}: {type} {name}"
371 msgstr "@tie{}-- {category} di {class}: {type} {name}"
372372
373373 #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920
374374 #, perl-brace-format
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: 2017-07-10 19:41+0100\n"
12 "POT-Creation-Date: 2017-09-04 19:27+0100\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"
5959 msgid "{category} of {class}"
6060 msgstr "{category} van {class}"
6161
62 #: tp/Texinfo/Common.pm:1214
62 #: tp/Texinfo/Common.pm:1219
6363 #, perl-brace-format
6464 msgid "{month} {day}, {year}"
6565 msgstr "{day} {month} {year}"
6666
67 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
67 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6868 #: tp/Texinfo/Convert/HTML.pm:532
6969 #, perl-brace-format
7070 msgid "Appendix {number} {section_title}"
7171 msgstr "Appendix {number} {section_title}"
7272
73 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
73 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
7474 #: tp/Texinfo/Convert/HTML.pm:538
7575 #, perl-brace-format
7676 msgid "{number} {section_title}"
7777 msgstr "{number} {section_title}"
7878
79 #: tp/Texinfo/Common.pm:1490
79 #: tp/Texinfo/Common.pm:1495
8080 #, perl-brace-format
8181 msgid "{float_type} {float_number}: "
8282 msgstr "{float_type} {float_number}: "
8383
84 #: tp/Texinfo/Common.pm:1494
84 #: tp/Texinfo/Common.pm:1499
8585 #, perl-brace-format
8686 msgid "{float_type}: "
8787 msgstr "{float_type}: "
8888
89 #: tp/Texinfo/Common.pm:1499
89 #: tp/Texinfo/Common.pm:1504
9090 #, perl-brace-format
9191 msgid "{float_type} {float_number}\n"
9292 msgstr "{float_type} {float_number}\n"
9393
94 #: tp/Texinfo/Common.pm:1503
94 #: tp/Texinfo/Common.pm:1508
9595 #, perl-brace-format
9696 msgid "{float_type}\n"
9797 msgstr "{float_type}\n"
9898
99 #: tp/Texinfo/Common.pm:1509
99 #: tp/Texinfo/Common.pm:1514
100100 #, perl-brace-format
101101 msgid "{float_number}: "
102102 msgstr "{float_number}: "
103103
104 #: tp/Texinfo/Common.pm:1512
104 #: tp/Texinfo/Common.pm:1517
105105 #, perl-brace-format
106106 msgid "{float_number}\n"
107107 msgstr "{float_number}\n"
108108
109 #: tp/Texinfo/Common.pm:2486
109 #: tp/Texinfo/Common.pm:2491
110110 #, perl-brace-format
111111 msgid "{name} on {class}"
112112 msgstr "{name} over {class}"
113113
114 #: tp/Texinfo/Common.pm:2496
114 #: tp/Texinfo/Common.pm:2501
115115 #, perl-brace-format
116116 msgid "{name} of {class}"
117117 msgstr "{name} van {class}"
284284 msgstr "@{Geen waarde voor '{value}'@}"
285285
286286 #: tp/Texinfo/Convert/Plaintext.pm:2758
287 #, fuzzy, perl-brace-format
287 #, perl-brace-format
288288 msgid "@tie{}-- {category}: {name} {arguments}"
289289 msgstr "@tie{ }-- {category}: {name} {arguments}"
290290
291291 #: tp/Texinfo/Convert/Plaintext.pm:2763
292 #, fuzzy, perl-brace-format
292 #, perl-brace-format
293293 msgid "@tie{}-- {category}: {name}"
294294 msgstr "@tie{ }-- {category}: {name}"
295295
296296 #: tp/Texinfo/Convert/Plaintext.pm:2776
297 #, fuzzy, perl-brace-format
297 #, perl-brace-format
298298 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
299299 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
300300
301301 #: tp/Texinfo/Convert/Plaintext.pm:2779
302 #, fuzzy, perl-brace-format
302 #, perl-brace-format
303303 msgid "@tie{}-- {category}: {type} {name} {arguments}"
304304 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
305305
306306 #: tp/Texinfo/Convert/Plaintext.pm:2788
307 #, fuzzy, perl-brace-format
307 #, perl-brace-format
308308 msgid "@tie{}-- {category}:@*{type}@*{name}"
309309 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
310310
311311 #: tp/Texinfo/Convert/Plaintext.pm:2791
312 #, fuzzy, perl-brace-format
312 #, perl-brace-format
313313 msgid "@tie{}-- {category}: {type} {name}"
314314 msgstr "@tie{ }-- {category}: {type} {name}"
315315
316316 #: tp/Texinfo/Convert/Plaintext.pm:2799
317 #, fuzzy, perl-brace-format
317 #, perl-brace-format
318318 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
319319 msgstr "@tie{ }-- {category} van {class}: {name} {arguments}"
320320
321321 #: tp/Texinfo/Convert/Plaintext.pm:2805
322 #, fuzzy, perl-brace-format
322 #, perl-brace-format
323323 msgid "@tie{}-- {category} of {class}: {name}"
324324 msgstr "@tie{ }-- {category} van {class}: {name}"
325325
326326 #: tp/Texinfo/Convert/Plaintext.pm:2814
327 #, fuzzy, perl-brace-format
327 #, perl-brace-format
328328 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
329329 msgstr "@tie{ }-- {category} over {class}: {name} {arguments}"
330330
331331 #: tp/Texinfo/Convert/Plaintext.pm:2820
332 #, fuzzy, perl-brace-format
332 #, perl-brace-format
333333 msgid "@tie{}-- {category} on {class}: {name}"
334334 msgstr "@tie{ }-- {category} over {class}: {name}"
335335
336336 #: tp/Texinfo/Convert/Plaintext.pm:2835
337 #, fuzzy, perl-brace-format
337 #, perl-brace-format
338338 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
339339 msgstr "@tie{ }-- {category} over {class}:@*{type}@*{name} {arguments}"
340340
341341 #: tp/Texinfo/Convert/Plaintext.pm:2839
342 #, fuzzy, perl-brace-format
342 #, perl-brace-format
343343 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
344344 msgstr "@tie{ }-- {category} over {class}: {type} {name} {arguments}"
345345
346346 #: tp/Texinfo/Convert/Plaintext.pm:2850
347 #, fuzzy, perl-brace-format
347 #, perl-brace-format
348348 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
349349 msgstr "@tie{ }-- {category} over {class}:@*{type}@*{name}"
350350
351351 #: tp/Texinfo/Convert/Plaintext.pm:2854
352 #, fuzzy, perl-brace-format
352 #, perl-brace-format
353353 msgid "@tie{}-- {category} on {class}: {type} {name}"
354354 msgstr "@tie{ }-- {category} over {class}: {type} {name}"
355355
356356 #: tp/Texinfo/Convert/Plaintext.pm:2868
357 #, fuzzy, perl-brace-format
357 #, perl-brace-format
358358 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
359359 msgstr "@tie{ }-- {category} van {class}:@*{type}@*{name} {arguments}"
360360
361361 #: tp/Texinfo/Convert/Plaintext.pm:2872
362 #, fuzzy, perl-brace-format
362 #, perl-brace-format
363363 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
364364 msgstr "@tie{ }-- {category} van {class}: {type} {name} {arguments}"
365365
366366 #: tp/Texinfo/Convert/Plaintext.pm:2883
367 #, fuzzy, perl-brace-format
367 #, perl-brace-format
368368 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
369369 msgstr "@tie{ }-- {category} van {class}:@*{type}@*{name}"
370370
371371 #: tp/Texinfo/Convert/Plaintext.pm:2887
372 #, fuzzy, perl-brace-format
372 #, perl-brace-format
373373 msgid "@tie{}-- {category} of {class}: {type} {name}"
374374 msgstr "@tie{ }-- {category} van{class}: {type} {name}"
375375
66 msgstr ""
77 "Project-Id-Version: texinfo 5.0\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
9 "POT-Creation-Date: 2017-09-04 19:27+0100\n"
1010 "PO-Revision-Date: 2001-01-01\n"
1111 "Last-Translator: Unknown\n"
1212 "Language-Team: Unknown\n"
5353 msgid "{category} of {class}"
5454 msgstr ""
5555
56 #: tp/Texinfo/Common.pm:1214
56 #: tp/Texinfo/Common.pm:1219
5757 #, perl-brace-format
5858 msgid "{month} {day}, {year}"
5959 msgstr ""
6060
61 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
61 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6262 #: tp/Texinfo/Convert/HTML.pm:532
6363 #, perl-brace-format
6464 msgid "Appendix {number} {section_title}"
6565 msgstr ""
6666
67 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
67 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
6868 #: tp/Texinfo/Convert/HTML.pm:538
6969 #, perl-brace-format
7070 msgid "{number} {section_title}"
7171 msgstr ""
7272
73 #: tp/Texinfo/Common.pm:1490
73 #: tp/Texinfo/Common.pm:1495
7474 #, perl-brace-format
7575 msgid "{float_type} {float_number}: "
7676 msgstr ""
7777
78 #: tp/Texinfo/Common.pm:1494
78 #: tp/Texinfo/Common.pm:1499
7979 #, perl-brace-format
8080 msgid "{float_type}: "
8181 msgstr ""
8282
83 #: tp/Texinfo/Common.pm:1499
83 #: tp/Texinfo/Common.pm:1504
8484 #, perl-brace-format
8585 msgid "{float_type} {float_number}\n"
8686 msgstr ""
8787
88 #: tp/Texinfo/Common.pm:1503
88 #: tp/Texinfo/Common.pm:1508
8989 #, perl-brace-format
9090 msgid "{float_type}\n"
9191 msgstr ""
9292
93 #: tp/Texinfo/Common.pm:1509
93 #: tp/Texinfo/Common.pm:1514
9494 #, perl-brace-format
9595 msgid "{float_number}: "
9696 msgstr ""
9797
98 #: tp/Texinfo/Common.pm:1512
98 #: tp/Texinfo/Common.pm:1517
9999 #, perl-brace-format
100100 msgid "{float_number}\n"
101101 msgstr ""
102102
103 #: tp/Texinfo/Common.pm:2486
103 #: tp/Texinfo/Common.pm:2491
104104 #, perl-brace-format
105105 msgid "{name} on {class}"
106106 msgstr ""
107107
108 #: tp/Texinfo/Common.pm:2496
108 #: tp/Texinfo/Common.pm:2501
109109 #, perl-brace-format
110110 msgid "{name} of {class}"
111111 msgstr ""
Binary diff not shown
44 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: texinfo_document 6.3.90\n"
7 "Project-Id-Version: texinfo_document 6.4.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
10 "PO-Revision-Date: 2017-04-26 21:40+0200\n"
9 "POT-Creation-Date: 2017-09-04 19:27+0100\n"
10 "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"
1313 "Language: pl\n"
5454 msgid "{category} of {class}"
5555 msgstr "{category} klasy {class}"
5656
57 #: tp/Texinfo/Common.pm:1214
57 #: tp/Texinfo/Common.pm:1219
5858 #, perl-brace-format
5959 msgid "{month} {day}, {year}"
6060 msgstr "{day} {month} {year}"
6161
62 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
62 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6363 #: tp/Texinfo/Convert/HTML.pm:532
6464 #, perl-brace-format
6565 msgid "Appendix {number} {section_title}"
6666 msgstr "Załącznik {number} {section_title}"
6767
68 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
68 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
6969 #: tp/Texinfo/Convert/HTML.pm:538
7070 #, perl-brace-format
7171 msgid "{number} {section_title}"
7272 msgstr "{number} {section_title}"
7373
74 #: tp/Texinfo/Common.pm:1490
74 #: tp/Texinfo/Common.pm:1495
7575 #, perl-brace-format
7676 msgid "{float_type} {float_number}: "
7777 msgstr "{float_type} {float_number}: "
7878
79 #: tp/Texinfo/Common.pm:1494
79 #: tp/Texinfo/Common.pm:1499
8080 #, perl-brace-format
8181 msgid "{float_type}: "
8282 msgstr "{float_type}: "
8383
84 #: tp/Texinfo/Common.pm:1499
84 #: tp/Texinfo/Common.pm:1504
8585 #, perl-brace-format
8686 msgid "{float_type} {float_number}\n"
8787 msgstr "{float_type} {float_number}\n"
8888
89 #: tp/Texinfo/Common.pm:1503
89 #: tp/Texinfo/Common.pm:1508
9090 #, perl-brace-format
9191 msgid "{float_type}\n"
9292 msgstr "{float_type}\n"
9393
94 #: tp/Texinfo/Common.pm:1509
94 #: tp/Texinfo/Common.pm:1514
9595 #, perl-brace-format
9696 msgid "{float_number}: "
9797 msgstr "{float_number}: "
9898
99 #: tp/Texinfo/Common.pm:1512
99 #: tp/Texinfo/Common.pm:1517
100100 #, perl-brace-format
101101 msgid "{float_number}\n"
102102 msgstr "{float_number}\n"
103103
104 #: tp/Texinfo/Common.pm:2486
104 #: tp/Texinfo/Common.pm:2491
105105 #, perl-brace-format
106106 msgid "{name} on {class}"
107107 msgstr "{name} dla klasy {class}"
108108
109 #: tp/Texinfo/Common.pm:2496
109 #: tp/Texinfo/Common.pm:2501
110110 #, perl-brace-format
111111 msgid "{name} of {class}"
112112 msgstr "{name} klasy {class}"
279279 msgstr "@{Brak wartości dla `{value}'@}"
280280
281281 #: tp/Texinfo/Convert/Plaintext.pm:2758
282 #, fuzzy, perl-brace-format
282 #, perl-brace-format
283283 msgid "@tie{}-- {category}: {name} {arguments}"
284 msgstr "@tie{ }- {category}: {name} {arguments}"
284 msgstr "@tie{}- {category}: {name} {arguments}"
285285
286286 #: tp/Texinfo/Convert/Plaintext.pm:2763
287 #, fuzzy, perl-brace-format
287 #, perl-brace-format
288288 msgid "@tie{}-- {category}: {name}"
289 msgstr "@tie{ }- {category}: {name}"
289 msgstr "@tie{}- {category}: {name}"
290290
291291 #: tp/Texinfo/Convert/Plaintext.pm:2776
292 #, fuzzy, perl-brace-format
292 #, perl-brace-format
293293 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
294 msgstr "@tie{ }- {category}:@*{type}@*{name} {arguments}"
294 msgstr "@tie{}- {category}:@*{type}@*{name} {arguments}"
295295
296296 #: tp/Texinfo/Convert/Plaintext.pm:2779
297 #, fuzzy, perl-brace-format
297 #, perl-brace-format
298298 msgid "@tie{}-- {category}: {type} {name} {arguments}"
299 msgstr "@tie{ }- {category}: {type} {name} {arguments}"
299 msgstr "@tie{}- {category}: {type} {name} {arguments}"
300300
301301 #: tp/Texinfo/Convert/Plaintext.pm:2788
302 #, fuzzy, perl-brace-format
302 #, perl-brace-format
303303 msgid "@tie{}-- {category}:@*{type}@*{name}"
304 msgstr "@tie{ }- {category}:@*{type}@*{name}"
304 msgstr "@tie{}- {category}:@*{type}@*{name}"
305305
306306 #: tp/Texinfo/Convert/Plaintext.pm:2791
307 #, fuzzy, perl-brace-format
307 #, perl-brace-format
308308 msgid "@tie{}-- {category}: {type} {name}"
309 msgstr "@tie{ }- {category}: {type} {name}"
309 msgstr "@tie{}- {category}: {type} {name}"
310310
311311 #: tp/Texinfo/Convert/Plaintext.pm:2799
312 #, fuzzy, perl-brace-format
312 #, perl-brace-format
313313 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
314 msgstr "@tie{ }- {category} klasy {class}: {name} {arguments}"
314 msgstr "@tie{}- {category} klasy {class}: {name} {arguments}"
315315
316316 #: tp/Texinfo/Convert/Plaintext.pm:2805
317 #, fuzzy, perl-brace-format
317 #, perl-brace-format
318318 msgid "@tie{}-- {category} of {class}: {name}"
319 msgstr "@tie{ }- {category} klasy {class}: {name}"
319 msgstr "@tie{}- {category} klasy {class}: {name}"
320320
321321 #: tp/Texinfo/Convert/Plaintext.pm:2814
322 #, fuzzy, perl-brace-format
322 #, perl-brace-format
323323 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
324 msgstr "@tie{ }- {category} dla klasy {class}: {name} {arguments}"
324 msgstr "@tie{}- {category} dla klasy {class}: {name} {arguments}"
325325
326326 #: tp/Texinfo/Convert/Plaintext.pm:2820
327 #, fuzzy, perl-brace-format
327 #, perl-brace-format
328328 msgid "@tie{}-- {category} on {class}: {name}"
329 msgstr "@tie{ }- {category} dla klasy {class}: {name}"
329 msgstr "@tie{}- {category} dla klasy {class}: {name}"
330330
331331 #: tp/Texinfo/Convert/Plaintext.pm:2835
332 #, fuzzy, perl-brace-format
332 #, perl-brace-format
333333 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
334 msgstr "@tie{ }- {category} dla klasy {class}:@*{type}@*{name} {arguments}"
334 msgstr "@tie{}- {category} dla klasy {class}:@*{type}@*{name} {arguments}"
335335
336336 #: tp/Texinfo/Convert/Plaintext.pm:2839
337 #, fuzzy, perl-brace-format
337 #, perl-brace-format
338338 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
339 msgstr "@tie{ }- {category} dla klasy {class}: {type} {name} {arguments}"
339 msgstr "@tie{}- {category} dla klasy {class}: {type} {name} {arguments}"
340340
341341 #: tp/Texinfo/Convert/Plaintext.pm:2850
342 #, fuzzy, perl-brace-format
342 #, perl-brace-format
343343 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
344 msgstr "@tie{ }- {category} dla klasy {class}:@*{type}@*{name}"
344 msgstr "@tie{}- {category} dla klasy {class}:@*{type}@*{name}"
345345
346346 #: tp/Texinfo/Convert/Plaintext.pm:2854
347 #, fuzzy, perl-brace-format
347 #, perl-brace-format
348348 msgid "@tie{}-- {category} on {class}: {type} {name}"
349 msgstr "@tie{ }- {category} dla klasy {class}: {type} {name}"
349 msgstr "@tie{}- {category} dla klasy {class}: {type} {name}"
350350
351351 #: tp/Texinfo/Convert/Plaintext.pm:2868
352 #, fuzzy, perl-brace-format
352 #, perl-brace-format
353353 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
354 msgstr "@tie{ }- {category} klasy {class}:@*{type}@*{name} {arguments}"
354 msgstr "@tie{}- {category} klasy {class}:@*{type}@*{name} {arguments}"
355355
356356 #: tp/Texinfo/Convert/Plaintext.pm:2872
357 #, fuzzy, perl-brace-format
357 #, perl-brace-format
358358 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
359 msgstr "@tie{ }- {category} klasy {class}: {type} {name} {arguments}"
359 msgstr "@tie{}- {category} klasy {class}: {type} {name} {arguments}"
360360
361361 #: tp/Texinfo/Convert/Plaintext.pm:2883
362 #, fuzzy, perl-brace-format
362 #, perl-brace-format
363363 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
364 msgstr "@tie{ }- {category} klasy {class}:@*{type}@*{name}"
364 msgstr "@tie{}- {category} klasy {class}:@*{type}@*{name}"
365365
366366 #: tp/Texinfo/Convert/Plaintext.pm:2887
367 #, fuzzy, perl-brace-format
367 #, perl-brace-format
368368 msgid "@tie{}-- {category} of {class}: {type} {name}"
369 msgstr "@tie{ }- {category} klasy {class}: {type} {name}"
369 msgstr "@tie{}- {category} klasy {class}: {type} {name}"
370370
371371 #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920
372372 #, perl-brace-format
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo 5.0\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
9 "POT-Creation-Date: 2017-09-04 19:27+0100\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"
5656 msgid "{category} of {class}"
5757 msgstr "{category} da {class}"
5858
59 #: tp/Texinfo/Common.pm:1214
59 #: tp/Texinfo/Common.pm:1219
6060 #, perl-brace-format
6161 msgid "{month} {day}, {year}"
6262 msgstr "{day} de {month} de {year}"
6363
64 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
64 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6565 #: tp/Texinfo/Convert/HTML.pm:532
6666 #, perl-brace-format
6767 msgid "Appendix {number} {section_title}"
6868 msgstr ""
6969
70 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
70 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
7171 #: tp/Texinfo/Convert/HTML.pm:538
7272 #, perl-brace-format
7373 msgid "{number} {section_title}"
7474 msgstr ""
7575
76 #: tp/Texinfo/Common.pm:1490
76 #: tp/Texinfo/Common.pm:1495
7777 #, perl-brace-format
7878 msgid "{float_type} {float_number}: "
7979 msgstr ""
8080
81 #: tp/Texinfo/Common.pm:1494
81 #: tp/Texinfo/Common.pm:1499
8282 #, perl-brace-format
8383 msgid "{float_type}: "
8484 msgstr ""
8585
86 #: tp/Texinfo/Common.pm:1499
86 #: tp/Texinfo/Common.pm:1504
8787 #, perl-brace-format
8888 msgid "{float_type} {float_number}\n"
8989 msgstr ""
9090
91 #: tp/Texinfo/Common.pm:1503
91 #: tp/Texinfo/Common.pm:1508
9292 #, perl-brace-format
9393 msgid "{float_type}\n"
9494 msgstr ""
9595
96 #: tp/Texinfo/Common.pm:1509
96 #: tp/Texinfo/Common.pm:1514
9797 #, perl-brace-format
9898 msgid "{float_number}: "
9999 msgstr ""
100100
101 #: tp/Texinfo/Common.pm:1512
101 #: tp/Texinfo/Common.pm:1517
102102 #, perl-brace-format
103103 msgid "{float_number}\n"
104104 msgstr ""
105105
106 #: tp/Texinfo/Common.pm:2486
106 #: tp/Texinfo/Common.pm:2491
107107 #, perl-brace-format
108108 msgid "{name} on {class}"
109109 msgstr "{name} na {class}"
110110
111 #: tp/Texinfo/Common.pm:2496
111 #: tp/Texinfo/Common.pm:2501
112112 #, perl-brace-format
113113 msgid "{name} of {class}"
114114 msgstr "{name} da {class}"
281281 msgstr ""
282282
283283 #: tp/Texinfo/Convert/Plaintext.pm:2758
284 #, fuzzy, perl-brace-format
284 #, perl-brace-format
285285 msgid "@tie{}-- {category}: {name} {arguments}"
286286 msgstr "@tie{ }-- {category} da {class}: {name} {arguments}"
287287
288288 #: tp/Texinfo/Convert/Plaintext.pm:2763
289 #, fuzzy, perl-brace-format
289 #, perl-brace-format
290290 msgid "@tie{}-- {category}: {name}"
291291 msgstr "@tie{ }-- {category} da {class}: {name}"
292292
293293 #: tp/Texinfo/Convert/Plaintext.pm:2776
294 #, fuzzy, perl-brace-format
294 #, perl-brace-format
295295 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
296296 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
297297
298298 #: tp/Texinfo/Convert/Plaintext.pm:2779
299 #, fuzzy, perl-brace-format
299 #, perl-brace-format
300300 msgid "@tie{}-- {category}: {type} {name} {arguments}"
301301 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
302302
303303 #: tp/Texinfo/Convert/Plaintext.pm:2788
304 #, fuzzy, perl-brace-format
304 #, perl-brace-format
305305 msgid "@tie{}-- {category}:@*{type}@*{name}"
306306 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
307307
308308 #: tp/Texinfo/Convert/Plaintext.pm:2791
309 #, fuzzy, perl-brace-format
309 #, perl-brace-format
310310 msgid "@tie{}-- {category}: {type} {name}"
311311 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
312312
313313 #: tp/Texinfo/Convert/Plaintext.pm:2799
314 #, fuzzy, perl-brace-format
314 #, perl-brace-format
315315 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
316316 msgstr "@tie{ }-- {category} da {class}: {name} {arguments}"
317317
318318 #: tp/Texinfo/Convert/Plaintext.pm:2805
319 #, fuzzy, perl-brace-format
319 #, perl-brace-format
320320 msgid "@tie{}-- {category} of {class}: {name}"
321321 msgstr "@tie{ }-- {category} da {class}: {name}"
322322
323323 #: tp/Texinfo/Convert/Plaintext.pm:2814
324 #, fuzzy, perl-brace-format
324 #, perl-brace-format
325325 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
326326 msgstr "@tie{ }-- {category} na {class}: {name} {arguments}"
327327
328328 #: tp/Texinfo/Convert/Plaintext.pm:2820
329 #, fuzzy, perl-brace-format
329 #, perl-brace-format
330330 msgid "@tie{}-- {category} on {class}: {name}"
331331 msgstr "@tie{ }-- {category} na {class}: {name}"
332332
333333 #: tp/Texinfo/Convert/Plaintext.pm:2835
334 #, fuzzy, perl-brace-format
334 #, perl-brace-format
335335 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
336336 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
337337
338338 #: tp/Texinfo/Convert/Plaintext.pm:2839
339 #, fuzzy, perl-brace-format
339 #, perl-brace-format
340340 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
341341 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
342342
343343 #: tp/Texinfo/Convert/Plaintext.pm:2850
344 #, fuzzy, perl-brace-format
344 #, perl-brace-format
345345 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
346346 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
347347
348348 #: tp/Texinfo/Convert/Plaintext.pm:2854
349 #, fuzzy, perl-brace-format
349 #, perl-brace-format
350350 msgid "@tie{}-- {category} on {class}: {type} {name}"
351351 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
352352
353353 #: tp/Texinfo/Convert/Plaintext.pm:2868
354 #, fuzzy, perl-brace-format
354 #, perl-brace-format
355355 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
356356 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
357357
358358 #: tp/Texinfo/Convert/Plaintext.pm:2872
359 #, fuzzy, perl-brace-format
359 #, perl-brace-format
360360 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
361361 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
362362
363363 #: tp/Texinfo/Convert/Plaintext.pm:2883
364 #, fuzzy, perl-brace-format
364 #, perl-brace-format
365365 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
366366 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
367367
368368 #: tp/Texinfo/Convert/Plaintext.pm:2887
369 #, fuzzy, perl-brace-format
369 #, perl-brace-format
370370 msgid "@tie{}-- {category} of {class}: {type} {name}"
371371 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
372372
66 msgstr ""
77 "Project-Id-Version: texinfo 5.0\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
9 "POT-Creation-Date: 2017-09-04 19:27+0100\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"
5555 msgid "{category} of {class}"
5656 msgstr "{category} da {class}"
5757
58 #: tp/Texinfo/Common.pm:1214
58 #: tp/Texinfo/Common.pm:1219
5959 #, perl-brace-format
6060 msgid "{month} {day}, {year}"
6161 msgstr "{day} de {month} de {year}"
6262
63 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
63 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6464 #: tp/Texinfo/Convert/HTML.pm:532
6565 #, perl-brace-format
6666 msgid "Appendix {number} {section_title}"
6767 msgstr ""
6868
69 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
69 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
7070 #: tp/Texinfo/Convert/HTML.pm:538
7171 #, perl-brace-format
7272 msgid "{number} {section_title}"
7373 msgstr ""
7474
75 #: tp/Texinfo/Common.pm:1490
75 #: tp/Texinfo/Common.pm:1495
7676 #, perl-brace-format
7777 msgid "{float_type} {float_number}: "
7878 msgstr ""
7979
80 #: tp/Texinfo/Common.pm:1494
80 #: tp/Texinfo/Common.pm:1499
8181 #, perl-brace-format
8282 msgid "{float_type}: "
8383 msgstr ""
8484
85 #: tp/Texinfo/Common.pm:1499
85 #: tp/Texinfo/Common.pm:1504
8686 #, perl-brace-format
8787 msgid "{float_type} {float_number}\n"
8888 msgstr ""
8989
90 #: tp/Texinfo/Common.pm:1503
90 #: tp/Texinfo/Common.pm:1508
9191 #, perl-brace-format
9292 msgid "{float_type}\n"
9393 msgstr ""
9494
95 #: tp/Texinfo/Common.pm:1509
95 #: tp/Texinfo/Common.pm:1514
9696 #, perl-brace-format
9797 msgid "{float_number}: "
9898 msgstr ""
9999
100 #: tp/Texinfo/Common.pm:1512
100 #: tp/Texinfo/Common.pm:1517
101101 #, perl-brace-format
102102 msgid "{float_number}\n"
103103 msgstr ""
104104
105 #: tp/Texinfo/Common.pm:2486
105 #: tp/Texinfo/Common.pm:2491
106106 #, perl-brace-format
107107 msgid "{name} on {class}"
108108 msgstr "{name} na {class}"
109109
110 #: tp/Texinfo/Common.pm:2496
110 #: tp/Texinfo/Common.pm:2501
111111 #, perl-brace-format
112112 msgid "{name} of {class}"
113113 msgstr "{name} da {class}"
280280 msgstr ""
281281
282282 #: tp/Texinfo/Convert/Plaintext.pm:2758
283 #, fuzzy, perl-brace-format
283 #, perl-brace-format
284284 msgid "@tie{}-- {category}: {name} {arguments}"
285285 msgstr "@tie{ }-- {category} da {class}: {name} {arguments}"
286286
287287 #: tp/Texinfo/Convert/Plaintext.pm:2763
288 #, fuzzy, perl-brace-format
288 #, perl-brace-format
289289 msgid "@tie{}-- {category}: {name}"
290290 msgstr "@tie{ }-- {category} da {class}: {name}"
291291
292292 #: tp/Texinfo/Convert/Plaintext.pm:2776
293 #, fuzzy, perl-brace-format
293 #, perl-brace-format
294294 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
295295 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
296296
297297 #: tp/Texinfo/Convert/Plaintext.pm:2779
298 #, fuzzy, perl-brace-format
298 #, perl-brace-format
299299 msgid "@tie{}-- {category}: {type} {name} {arguments}"
300300 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
301301
302302 #: tp/Texinfo/Convert/Plaintext.pm:2788
303 #, fuzzy, perl-brace-format
303 #, perl-brace-format
304304 msgid "@tie{}-- {category}:@*{type}@*{name}"
305305 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
306306
307307 #: tp/Texinfo/Convert/Plaintext.pm:2791
308 #, fuzzy, perl-brace-format
308 #, perl-brace-format
309309 msgid "@tie{}-- {category}: {type} {name}"
310310 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
311311
312312 #: tp/Texinfo/Convert/Plaintext.pm:2799
313 #, fuzzy, perl-brace-format
313 #, perl-brace-format
314314 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
315315 msgstr "@tie{ }-- {category} da {class}: {name} {arguments}"
316316
317317 #: tp/Texinfo/Convert/Plaintext.pm:2805
318 #, fuzzy, perl-brace-format
318 #, perl-brace-format
319319 msgid "@tie{}-- {category} of {class}: {name}"
320320 msgstr "@tie{ }-- {category} da {class}: {name}"
321321
322322 #: tp/Texinfo/Convert/Plaintext.pm:2814
323 #, fuzzy, perl-brace-format
323 #, perl-brace-format
324324 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
325325 msgstr "@tie{ }-- {category} na {class}: {name} {arguments}"
326326
327327 #: tp/Texinfo/Convert/Plaintext.pm:2820
328 #, fuzzy, perl-brace-format
328 #, perl-brace-format
329329 msgid "@tie{}-- {category} on {class}: {name}"
330330 msgstr "@tie{ }-- {category} na {class}: {name}"
331331
332332 #: tp/Texinfo/Convert/Plaintext.pm:2835
333 #, fuzzy, perl-brace-format
333 #, perl-brace-format
334334 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
335335 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
336336
337337 #: tp/Texinfo/Convert/Plaintext.pm:2839
338 #, fuzzy, perl-brace-format
338 #, perl-brace-format
339339 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
340340 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
341341
342342 #: tp/Texinfo/Convert/Plaintext.pm:2850
343 #, fuzzy, perl-brace-format
343 #, perl-brace-format
344344 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
345345 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
346346
347347 #: tp/Texinfo/Convert/Plaintext.pm:2854
348 #, fuzzy, perl-brace-format
348 #, perl-brace-format
349349 msgid "@tie{}-- {category} on {class}: {type} {name}"
350350 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
351351
352352 #: tp/Texinfo/Convert/Plaintext.pm:2868
353 #, fuzzy, perl-brace-format
353 #, perl-brace-format
354354 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
355355 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
356356
357357 #: tp/Texinfo/Convert/Plaintext.pm:2872
358 #, fuzzy, perl-brace-format
358 #, perl-brace-format
359359 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
360360 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
361361
362362 #: tp/Texinfo/Convert/Plaintext.pm:2883
363 #, fuzzy, perl-brace-format
363 #, perl-brace-format
364364 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
365365 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
366366
367367 #: tp/Texinfo/Convert/Plaintext.pm:2887
368 #, fuzzy, perl-brace-format
368 #, perl-brace-format
369369 msgid "@tie{}-- {category} of {class}: {type} {name}"
370370 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
371371
Binary diff not shown
55 #
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: texinfo_document 6.3.90\n"
8 "Project-Id-Version: texinfo_document 6.4.90\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
11 "PO-Revision-Date: 2017-04-25 06:00-0300\n"
10 "POT-Creation-Date: 2017-09-04 19:27+0100\n"
11 "PO-Revision-Date: 2017-07-12 06:00-0300\n"
1212 "Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n"
1313 "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
1414 "net>\n"
5757 msgid "{category} of {class}"
5858 msgstr "{category} da {class}"
5959
60 #: tp/Texinfo/Common.pm:1214
60 #: tp/Texinfo/Common.pm:1219
6161 #, perl-brace-format
6262 msgid "{month} {day}, {year}"
6363 msgstr "{day} de {month} de {year}"
6464
65 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
65 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6666 #: tp/Texinfo/Convert/HTML.pm:532
6767 #, perl-brace-format
6868 msgid "Appendix {number} {section_title}"
6969 msgstr "Ap@^{e}ndice {number} {section_title}"
7070
71 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
71 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
7272 #: tp/Texinfo/Convert/HTML.pm:538
7373 #, perl-brace-format
7474 msgid "{number} {section_title}"
7575 msgstr "{number} {section_title}"
7676
77 #: tp/Texinfo/Common.pm:1490
77 #: tp/Texinfo/Common.pm:1495
7878 #, perl-brace-format
7979 msgid "{float_type} {float_number}: "
8080 msgstr "{float_type} {float_number}: "
8181
82 #: tp/Texinfo/Common.pm:1494
82 #: tp/Texinfo/Common.pm:1499
8383 #, perl-brace-format
8484 msgid "{float_type}: "
8585 msgstr "{float_type}: "
8686
87 #: tp/Texinfo/Common.pm:1499
87 #: tp/Texinfo/Common.pm:1504
8888 #, perl-brace-format
8989 msgid "{float_type} {float_number}\n"
9090 msgstr "{float_type} {float_number}\n"
9191
92 #: tp/Texinfo/Common.pm:1503
92 #: tp/Texinfo/Common.pm:1508
9393 #, perl-brace-format
9494 msgid "{float_type}\n"
9595 msgstr "{float_type}\n"
9696
97 #: tp/Texinfo/Common.pm:1509
97 #: tp/Texinfo/Common.pm:1514
9898 #, perl-brace-format
9999 msgid "{float_number}: "
100100 msgstr "{float_number}: "
101101
102 #: tp/Texinfo/Common.pm:1512
102 #: tp/Texinfo/Common.pm:1517
103103 #, perl-brace-format
104104 msgid "{float_number}\n"
105105 msgstr "{float_number}\n"
106106
107 #: tp/Texinfo/Common.pm:2486
107 #: tp/Texinfo/Common.pm:2491
108108 #, perl-brace-format
109109 msgid "{name} on {class}"
110110 msgstr "{name} na {class}"
111111
112 #: tp/Texinfo/Common.pm:2496
112 #: tp/Texinfo/Common.pm:2501
113113 #, perl-brace-format
114114 msgid "{name} of {class}"
115115 msgstr "{name} da {class}"
282282 msgstr "@{Nenhum valor para `{value}'@}"
283283
284284 #: tp/Texinfo/Convert/Plaintext.pm:2758
285 #, fuzzy, perl-brace-format
285 #, perl-brace-format
286286 msgid "@tie{}-- {category}: {name} {arguments}"
287 msgstr "@tie{ }-- {category}: {name} {arguments}"
287 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
288288
289289 #: tp/Texinfo/Convert/Plaintext.pm:2763
290 #, fuzzy, perl-brace-format
290 #, perl-brace-format
291291 msgid "@tie{}-- {category}: {name}"
292 msgstr "@tie{ }-- {category}: {name}"
292 msgstr "{category}: @strong{{name}}"
293293
294294 #: tp/Texinfo/Convert/Plaintext.pm:2776
295 #, fuzzy, perl-brace-format
295 #, perl-brace-format
296296 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
297 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
297 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
298298
299299 #: tp/Texinfo/Convert/Plaintext.pm:2779
300 #, fuzzy, perl-brace-format
300 #, perl-brace-format
301301 msgid "@tie{}-- {category}: {type} {name} {arguments}"
302 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
302 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
303303
304304 #: tp/Texinfo/Convert/Plaintext.pm:2788
305 #, fuzzy, perl-brace-format
305 #, perl-brace-format
306306 msgid "@tie{}-- {category}:@*{type}@*{name}"
307 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
307 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
308308
309309 #: tp/Texinfo/Convert/Plaintext.pm:2791
310 #, fuzzy, perl-brace-format
310 #, perl-brace-format
311311 msgid "@tie{}-- {category}: {type} {name}"
312 msgstr "@tie{ }-- {category}: {type} {name}"
312 msgstr "{category}: @emph{{type}} @strong{{name}}"
313313
314314 #: tp/Texinfo/Convert/Plaintext.pm:2799
315 #, fuzzy, perl-brace-format
315 #, perl-brace-format
316316 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
317 msgstr "@tie{ }-- {category} da {class}: {name} {arguments}"
317 msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}"
318318
319319 #: tp/Texinfo/Convert/Plaintext.pm:2805
320 #, fuzzy, perl-brace-format
320 #, perl-brace-format
321321 msgid "@tie{}-- {category} of {class}: {name}"
322 msgstr "@tie{ }-- {category} da {class}: {name}"
322 msgstr "{category} de {class}: @strong{{name}}"
323323
324324 #: tp/Texinfo/Convert/Plaintext.pm:2814
325 #, fuzzy, perl-brace-format
325 #, perl-brace-format
326326 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
327 msgstr "@tie{ }-- {category} na {class}: {name} {arguments}"
327 msgstr "{category} em {class}: @strong{{name}} @emph{{arguments}}"
328328
329329 #: tp/Texinfo/Convert/Plaintext.pm:2820
330 #, fuzzy, perl-brace-format
330 #, perl-brace-format
331331 msgid "@tie{}-- {category} on {class}: {name}"
332 msgstr "@tie{ }-- {category} na {class}: {name}"
332 msgstr "{category} em {class}: @strong{{name}}"
333333
334334 #: tp/Texinfo/Convert/Plaintext.pm:2835
335 #, fuzzy, perl-brace-format
335 #, perl-brace-format
336336 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
337 msgstr "@tie{ }-- {category} em {class}:@*{type}@*{name} {arguments}"
337 msgstr ""
338 "{category} em {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
338339
339340 #: tp/Texinfo/Convert/Plaintext.pm:2839
340 #, fuzzy, perl-brace-format
341 #, perl-brace-format
341342 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
342 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
343 msgstr ""
344 "{category} em {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
343345
344346 #: tp/Texinfo/Convert/Plaintext.pm:2850
345 #, fuzzy, perl-brace-format
347 #, perl-brace-format
346348 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
347 msgstr "@tie{ }-- {category} em {class}:@*{type}@*{name}"
349 msgstr "{category} em {class}:@* @emph{{type}}@* @strong{{name}}"
348350
349351 #: tp/Texinfo/Convert/Plaintext.pm:2854
350 #, fuzzy, perl-brace-format
352 #, perl-brace-format
351353 msgid "@tie{}-- {category} on {class}: {type} {name}"
352 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
354 msgstr "{category} em {class}: @emph{{type}} @strong{{name}}"
353355
354356 #: tp/Texinfo/Convert/Plaintext.pm:2868
355 #, fuzzy, perl-brace-format
357 #, perl-brace-format
356358 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
357 msgstr "@tie{ }-- {category} da {class}:@*{type}@*{name} {arguments}"
359 msgstr ""
360 "{category} de {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
358361
359362 #: tp/Texinfo/Convert/Plaintext.pm:2872
360 #, fuzzy, perl-brace-format
363 #, perl-brace-format
361364 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
362 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
365 msgstr ""
366 "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
363367
364368 #: tp/Texinfo/Convert/Plaintext.pm:2883
365 #, fuzzy, perl-brace-format
369 #, perl-brace-format
366370 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
367 msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name}"
371 msgstr "{category} da {class}:@* @emph{{type}}@* @strong{{name}}"
368372
369373 #: tp/Texinfo/Convert/Plaintext.pm:2887
370 #, fuzzy, perl-brace-format
374 #, perl-brace-format
371375 msgid "@tie{}-- {category} of {class}: {type} {name}"
372 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
376 msgstr "{category} da {class}: @emph{{type}} @strong{{name}}"
373377
374378 #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920
375379 #, perl-brace-format
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: 2017-07-10 19:41+0100\n"
10 "POT-Creation-Date: 2017-09-04 19:27+0100\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."
5757 msgid "{category} of {class}"
5858 msgstr "{name} da {class}"
5959
60 #: tp/Texinfo/Common.pm:1214
60 #: tp/Texinfo/Common.pm:1219
6161 #, perl-brace-format
6262 msgid "{month} {day}, {year}"
6363 msgstr "{day} de {month} de {year}"
6464
65 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
65 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6666 #: tp/Texinfo/Convert/HTML.pm:532
6767 #, perl-brace-format
6868 msgid "Appendix {number} {section_title}"
6969 msgstr "Ap@^{e}ndice {number} {section_title}"
7070
71 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
71 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
7272 #: tp/Texinfo/Convert/HTML.pm:538
7373 #, fuzzy, perl-brace-format
7474 msgid "{number} {section_title}"
7575 msgstr "Ap@^{e}ndice {number} {section_title}"
7676
77 #: tp/Texinfo/Common.pm:1490
77 #: tp/Texinfo/Common.pm:1495
7878 #, fuzzy, perl-brace-format
7979 msgid "{float_type} {float_number}: "
8080 msgstr "{float_number}: "
8181
82 #: tp/Texinfo/Common.pm:1494
82 #: tp/Texinfo/Common.pm:1499
8383 #, perl-brace-format
8484 msgid "{float_type}: "
8585 msgstr "{float_type}: "
8686
87 #: tp/Texinfo/Common.pm:1499
87 #: tp/Texinfo/Common.pm:1504
8888 #, fuzzy, perl-brace-format
8989 msgid "{float_type} {float_number}\n"
9090 msgstr "{float_number}\n"
9191
92 #: tp/Texinfo/Common.pm:1503
92 #: tp/Texinfo/Common.pm:1508
9393 #, perl-brace-format
9494 msgid "{float_type}\n"
9595 msgstr "{float_type}\n"
9696
97 #: tp/Texinfo/Common.pm:1509
97 #: tp/Texinfo/Common.pm:1514
9898 #, perl-brace-format
9999 msgid "{float_number}: "
100100 msgstr "{float_number}: "
101101
102 #: tp/Texinfo/Common.pm:1512
102 #: tp/Texinfo/Common.pm:1517
103103 #, perl-brace-format
104104 msgid "{float_number}\n"
105105 msgstr "{float_number}\n"
106106
107 #: tp/Texinfo/Common.pm:2486
107 #: tp/Texinfo/Common.pm:2491
108108 #, perl-brace-format
109109 msgid "{name} on {class}"
110110 msgstr "{name} na {class}"
111111
112 #: tp/Texinfo/Common.pm:2496
112 #: tp/Texinfo/Common.pm:2501
113113 #, perl-brace-format
114114 msgid "{name} of {class}"
115115 msgstr "{name} da {class}"
282282 msgstr "@{Nenhum valor para `{value}'@}"
283283
284284 #: tp/Texinfo/Convert/Plaintext.pm:2758
285 #, fuzzy, perl-brace-format
285 #, perl-brace-format
286286 msgid "@tie{}-- {category}: {name} {arguments}"
287287 msgstr "@tie{ }-- {category}: {name} {arguments}"
288288
289289 #: tp/Texinfo/Convert/Plaintext.pm:2763
290 #, fuzzy, perl-brace-format
290 #, perl-brace-format
291291 msgid "@tie{}-- {category}: {name}"
292292 msgstr "@tie{ }-- {category}: {name}"
293293
294294 #: tp/Texinfo/Convert/Plaintext.pm:2776
295 #, fuzzy, perl-brace-format
295 #, perl-brace-format
296296 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
297297 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
298298
299299 #: tp/Texinfo/Convert/Plaintext.pm:2779
300 #, fuzzy, perl-brace-format
300 #, perl-brace-format
301301 msgid "@tie{}-- {category}: {type} {name} {arguments}"
302302 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
303303
304304 #: tp/Texinfo/Convert/Plaintext.pm:2788
305 #, fuzzy, perl-brace-format
305 #, perl-brace-format
306306 msgid "@tie{}-- {category}:@*{type}@*{name}"
307307 msgstr "@tie{ }-- {category}: {type} {name}"
308308
309309 #: tp/Texinfo/Convert/Plaintext.pm:2791
310 #, fuzzy, perl-brace-format
310 #, perl-brace-format
311311 msgid "@tie{}-- {category}: {type} {name}"
312312 msgstr "@tie{ }-- {category}: {type} {name}"
313313
314314 #: tp/Texinfo/Convert/Plaintext.pm:2799
315 #, fuzzy, perl-brace-format
315 #, perl-brace-format
316316 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
317317 msgstr "@tie{ }-- {category} da {class}: {name} {arguments}"
318318
319319 #: tp/Texinfo/Convert/Plaintext.pm:2805
320 #, fuzzy, perl-brace-format
320 #, perl-brace-format
321321 msgid "@tie{}-- {category} of {class}: {name}"
322322 msgstr "@tie{ }-- {category} da {class}: {name}"
323323
324324 #: tp/Texinfo/Convert/Plaintext.pm:2814
325 #, fuzzy, perl-brace-format
325 #, perl-brace-format
326326 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
327327 msgstr "@tie{ }-- {category} na {class}: {name} {arguments}"
328328
329329 #: tp/Texinfo/Convert/Plaintext.pm:2820
330 #, fuzzy, perl-brace-format
330 #, perl-brace-format
331331 msgid "@tie{}-- {category} on {class}: {name}"
332332 msgstr "@tie{ }-- {category} na {class}: {name}"
333333
334334 #: tp/Texinfo/Convert/Plaintext.pm:2835
335 #, fuzzy, perl-brace-format
335 #, perl-brace-format
336336 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
337337 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
338338
339339 #: tp/Texinfo/Convert/Plaintext.pm:2839
340 #, fuzzy, perl-brace-format
340 #, perl-brace-format
341341 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
342342 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
343343
344344 #: tp/Texinfo/Convert/Plaintext.pm:2850
345 #, fuzzy, perl-brace-format
345 #, perl-brace-format
346346 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
347347 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
348348
349349 #: tp/Texinfo/Convert/Plaintext.pm:2854
350 #, fuzzy, perl-brace-format
350 #, perl-brace-format
351351 msgid "@tie{}-- {category} on {class}: {type} {name}"
352352 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
353353
354354 #: tp/Texinfo/Convert/Plaintext.pm:2868
355 #, fuzzy, perl-brace-format
355 #, perl-brace-format
356356 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
357357 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
358358
359359 #: tp/Texinfo/Convert/Plaintext.pm:2872
360 #, fuzzy, perl-brace-format
360 #, perl-brace-format
361361 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
362362 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
363363
364364 #: tp/Texinfo/Convert/Plaintext.pm:2883
365 #, fuzzy, perl-brace-format
365 #, perl-brace-format
366366 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
367367 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
368368
369369 #: tp/Texinfo/Convert/Plaintext.pm:2887
370 #, fuzzy, perl-brace-format
370 #, perl-brace-format
371371 msgid "@tie{}-- {category} of {class}: {type} {name}"
372372 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
373373
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: GNU texinfo 6.4dev\n"
8 "Project-Id-Version: GNU texinfo 6.4.91\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
10 "POT-Creation-Date: 2017-09-04 19:27+0100\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"
5454 msgid "{category} of {class}"
5555 msgstr ""
5656
57 #: tp/Texinfo/Common.pm:1214
57 #: tp/Texinfo/Common.pm:1219
5858 #, perl-brace-format
5959 msgid "{month} {day}, {year}"
6060 msgstr ""
6161
62 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
62 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6363 #: tp/Texinfo/Convert/HTML.pm:532
6464 #, perl-brace-format
6565 msgid "Appendix {number} {section_title}"
6666 msgstr ""
6767
68 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
68 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
6969 #: tp/Texinfo/Convert/HTML.pm:538
7070 #, perl-brace-format
7171 msgid "{number} {section_title}"
7272 msgstr ""
7373
74 #: tp/Texinfo/Common.pm:1490
74 #: tp/Texinfo/Common.pm:1495
7575 #, perl-brace-format
7676 msgid "{float_type} {float_number}: "
7777 msgstr ""
7878
79 #: tp/Texinfo/Common.pm:1494
79 #: tp/Texinfo/Common.pm:1499
8080 #, perl-brace-format
8181 msgid "{float_type}: "
8282 msgstr ""
8383
84 #: tp/Texinfo/Common.pm:1499
84 #: tp/Texinfo/Common.pm:1504
8585 #, perl-brace-format
8686 msgid "{float_type} {float_number}\n"
8787 msgstr ""
8888
89 #: tp/Texinfo/Common.pm:1503
89 #: tp/Texinfo/Common.pm:1508
9090 #, perl-brace-format
9191 msgid "{float_type}\n"
9292 msgstr ""
9393
94 #: tp/Texinfo/Common.pm:1509
94 #: tp/Texinfo/Common.pm:1514
9595 #, perl-brace-format
9696 msgid "{float_number}: "
9797 msgstr ""
9898
99 #: tp/Texinfo/Common.pm:1512
99 #: tp/Texinfo/Common.pm:1517
100100 #, perl-brace-format
101101 msgid "{float_number}\n"
102102 msgstr ""
103103
104 #: tp/Texinfo/Common.pm:2486
104 #: tp/Texinfo/Common.pm:2491
105105 #, perl-brace-format
106106 msgid "{name} on {class}"
107107 msgstr ""
108108
109 #: tp/Texinfo/Common.pm:2496
109 #: tp/Texinfo/Common.pm:2501
110110 #, perl-brace-format
111111 msgid "{name} of {class}"
112112 msgstr ""
Binary diff not shown
44 # Yuri Chornoivan <yurchor@ukr.net>, 2015, 2017.
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: texinfo_document 6.3.90\n"
7 "Project-Id-Version: texinfo_document 6.4.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2017-07-10 19:41+0100\n"
10 "PO-Revision-Date: 2017-04-23 22:48+0300\n"
9 "POT-Creation-Date: 2017-09-04 19:27+0100\n"
10 "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"
1313 "Language: uk\n"
1717 "X-Bugs: Report translation errors to the Language-Team address.\n"
1818 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
1919 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20 "X-Generator: Lokalize 1.5\n"
20 "X-Generator: Lokalize 2.0\n"
2121
2222 #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705
2323 msgid "Function"
5757 msgid "{category} of {class}"
5858 msgstr "{category} {class}"
5959
60 #: tp/Texinfo/Common.pm:1214
60 #: tp/Texinfo/Common.pm:1219
6161 #, perl-brace-format
6262 msgid "{month} {day}, {year}"
6363 msgstr "{day} {month} {year}"
6464
65 #: tp/Texinfo/Common.pm:1245 tp/Texinfo/Convert/Plaintext.pm:1055
65 #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055
6666 #: tp/Texinfo/Convert/HTML.pm:532
6767 #, perl-brace-format
6868 msgid "Appendix {number} {section_title}"
6969 msgstr "Додаток {number} {section_title}"
7070
71 #: tp/Texinfo/Common.pm:1249 tp/Texinfo/Convert/Plaintext.pm:1060
71 #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060
7272 #: tp/Texinfo/Convert/HTML.pm:538
7373 #, perl-brace-format
7474 msgid "{number} {section_title}"
7575 msgstr "{number} {section_title}"
7676
77 #: tp/Texinfo/Common.pm:1490
77 #: tp/Texinfo/Common.pm:1495
7878 #, perl-brace-format
7979 msgid "{float_type} {float_number}: "
8080 msgstr "{float_type} {float_number}: "
8181
82 #: tp/Texinfo/Common.pm:1494
82 #: tp/Texinfo/Common.pm:1499
8383 #, perl-brace-format
8484 msgid "{float_type}: "
8585 msgstr "{float_type}: "
8686
87 #: tp/Texinfo/Common.pm:1499
87 #: tp/Texinfo/Common.pm:1504
8888 #, perl-brace-format
8989 msgid "{float_type} {float_number}\n"
9090 msgstr "{float_type} {float_number}\n"
9191
92 #: tp/Texinfo/Common.pm:1503
92 #: tp/Texinfo/Common.pm:1508
9393 #, perl-brace-format
9494 msgid "{float_type}\n"
9595 msgstr "{float_type}\n"
9696
97 #: tp/Texinfo/Common.pm:1509
97 #: tp/Texinfo/Common.pm:1514
9898 #, perl-brace-format
9999 msgid "{float_number}: "
100100 msgstr "{float_number}: "
101101
102 #: tp/Texinfo/Common.pm:1512
102 #: tp/Texinfo/Common.pm:1517
103103 #, perl-brace-format
104104 msgid "{float_number}\n"
105105 msgstr "{float_number}\n"
106106
107 #: tp/Texinfo/Common.pm:2486
107 #: tp/Texinfo/Common.pm:2491
108108 #, perl-brace-format
109109 msgid "{name} on {class}"
110110 msgstr "{name} щодо {class}"
111111
112 #: tp/Texinfo/Common.pm:2496
112 #: tp/Texinfo/Common.pm:2501
113113 #, perl-brace-format
114114 msgid "{name} of {class}"
115115 msgstr "{name} {class}"
282282 msgstr "@{Немає значення для `{value}'@}"
283283
284284 #: tp/Texinfo/Convert/Plaintext.pm:2758
285 #, fuzzy, perl-brace-format
285 #, perl-brace-format
286286 msgid "@tie{}-- {category}: {name} {arguments}"
287 msgstr "@tie{ }-- {category}: {name} {arguments}"
287 msgstr "@tie{}-- {category}: {name} {arguments}"
288288
289289 #: tp/Texinfo/Convert/Plaintext.pm:2763
290 #, fuzzy, perl-brace-format
290 #, perl-brace-format
291291 msgid "@tie{}-- {category}: {name}"
292 msgstr "@tie{ }-- {category}: {name}"
292 msgstr "@tie{}-- {category}: {name}"
293293
294294 #: tp/Texinfo/Convert/Plaintext.pm:2776
295 #, fuzzy, perl-brace-format
295 #, perl-brace-format
296296 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
297 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
297 msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}"
298298
299299 #: tp/Texinfo/Convert/Plaintext.pm:2779
300 #, fuzzy, perl-brace-format
300 #, perl-brace-format
301301 msgid "@tie{}-- {category}: {type} {name} {arguments}"
302 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
302 msgstr "@tie{}-- {category}: {type} {name} {arguments}"
303303
304304 #: tp/Texinfo/Convert/Plaintext.pm:2788
305 #, fuzzy, perl-brace-format
305 #, perl-brace-format
306306 msgid "@tie{}-- {category}:@*{type}@*{name}"
307 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
307 msgstr "@tie{}-- {category}:@*{type}@*{name}"
308308
309309 #: tp/Texinfo/Convert/Plaintext.pm:2791
310 #, fuzzy, perl-brace-format
310 #, perl-brace-format
311311 msgid "@tie{}-- {category}: {type} {name}"
312 msgstr "@tie{ }-- {category}: {type} {name}"
312 msgstr "@tie{}-- {category}: {type} {name}"
313313
314314 #: tp/Texinfo/Convert/Plaintext.pm:2799
315 #, fuzzy, perl-brace-format
315 #, perl-brace-format
316316 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
317 msgstr "@tie{ }-- {category} {class}: {name} {arguments}"
317 msgstr "@tie{}-- {category} {class}: {name} {arguments}"
318318
319319 #: tp/Texinfo/Convert/Plaintext.pm:2805
320 #, fuzzy, perl-brace-format
320 #, perl-brace-format
321321 msgid "@tie{}-- {category} of {class}: {name}"
322 msgstr "@tie{ }-- {category} {class}: {name}"
322 msgstr "@tie{}-- {category} {class}: {name}"
323323
324324 #: tp/Texinfo/Convert/Plaintext.pm:2814
325 #, fuzzy, perl-brace-format
325 #, perl-brace-format
326326 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
327 msgstr "@tie{ }-- {category} щодо {class}: {name} {arguments}"
327 msgstr "@tie{}-- {category} щодо {class}: {name} {arguments}"
328328
329329 #: tp/Texinfo/Convert/Plaintext.pm:2820
330 #, fuzzy, perl-brace-format
330 #, perl-brace-format
331331 msgid "@tie{}-- {category} on {class}: {name}"
332 msgstr "@tie{ }-- {category} щодо {class}: {name}"
332 msgstr "@tie{}-- {category} щодо {class}: {name}"
333333
334334 #: tp/Texinfo/Convert/Plaintext.pm:2835
335 #, fuzzy, perl-brace-format
335 #, perl-brace-format
336336 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
337 msgstr "@tie{ }-- {category} щодо {class}:@*{type}@*{name} {arguments}"
337 msgstr "@tie{}-- {category} щодо {class}:@*{type}@*{name} {arguments}"
338338
339339 #: tp/Texinfo/Convert/Plaintext.pm:2839
340 #, fuzzy, perl-brace-format
340 #, perl-brace-format
341341 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
342 msgstr "@tie{ }-- {category} щодо {class}: {type} {name} {arguments}"
342 msgstr "@tie{}-- {category} щодо {class}: {type} {name} {arguments}"
343343
344344 #: tp/Texinfo/Convert/Plaintext.pm:2850
345 #, fuzzy, perl-brace-format
345 #, perl-brace-format
346346 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
347 msgstr "@tie{ }-- {category} щодо {class}:@*{type}@*{name}"
347 msgstr "@tie{}-- {category} щодо {class}:@*{type}@*{name}"
348348
349349 #: tp/Texinfo/Convert/Plaintext.pm:2854
350 #, fuzzy, perl-brace-format
350 #, perl-brace-format
351351 msgid "@tie{}-- {category} on {class}: {type} {name}"
352 msgstr "@tie{ }-- {category} щодо {class}: {type} {name}"
352 msgstr "@tie{}-- {category} щодо {class}: {type} {name}"
353353
354354 #: tp/Texinfo/Convert/Plaintext.pm:2868
355 #, fuzzy, perl-brace-format
355 #, perl-brace-format
356356 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
357 msgstr "@tie{ }-- {category} {class}:@*{type}@*{name} {arguments}"
357 msgstr "@tie{}-- {category} {class}:@*{type}@*{name} {arguments}"
358358
359359 #: tp/Texinfo/Convert/Plaintext.pm:2872
360 #, fuzzy, perl-brace-format
360 #, perl-brace-format
361361 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
362 msgstr "@tie{ }-- {category} {class}: {type} {name} {arguments}"
362 msgstr "@tie{}-- {category} {class}: {type} {name} {arguments}"
363363
364364 #: tp/Texinfo/Convert/Plaintext.pm:2883
365 #, fuzzy, perl-brace-format
365 #, perl-brace-format
366366 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
367 msgstr "@tie{ }-- {category} {class}:@*{type}@*{name}"
367 msgstr "@tie{}-- {category} {class}:@*{type}@*{name}"
368368
369369 #: tp/Texinfo/Convert/Plaintext.pm:2887
370 #, fuzzy, perl-brace-format
370 #, perl-brace-format
371371 msgid "@tie{}-- {category} of {class}: {type} {name}"
372 msgstr "@tie{ }-- {category} {class}: {type} {name}"
372 msgstr "@tie{}-- {category} {class}: {type} {name}"
373373
374374 #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920
375375 #, perl-brace-format
134134 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
135135 $(top_srcdir)/gnulib/m4/iconv.m4 \
136136 $(top_srcdir)/gnulib/m4/include_next.m4 \
137 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
137138 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
138139 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
139140 $(top_srcdir)/gnulib/m4/iswblank.m4 \
923924 INSTALL_SCRIPT = @INSTALL_SCRIPT@
924925 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
925926 INTLLIBS = @INTLLIBS@
927 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
926928 LDFLAGS = @LDFLAGS@
927929 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
928930 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
160160 EXIT_SUCCESS = 0
161161 EXIT_FAILURE = 1
162162
163 Texindex_version = "6.4.90"
163 Texindex_version = "6.5"
164164 if (! Invocation_name) {
165165 # provide fallback in case it's not passed in.
166166 Invocation_name = "texindex"
0 # $Id: Makefile.am 7735 2017-04-17 07:41:19Z gavin $
0 # $Id: Makefile.am 7948 2017-09-04 18:23:18Z gavin $
11 # Makefile.am for texinfo/tp.
22 #
33 # Copyright 2011, 2012, 2013, 2014, 2015, 2016 Free Software Foundation,
196196 $(top_srcdir)/build-aux/tap-driver.sh
197197 T_LOG_COMPILER = $(PERL)
198198 AM_T_LOG_FLAGS = -w
199 AM_T_LOG_FLAGS += -I .
199200 AM_T_LOG_FLAGS += -ITexinfo/Convert/XSParagraph
200201 AM_T_LOG_FLAGS += -I$(srcdir)/Texinfo/Convert/XSParagraph
201202
1313
1414 @SET_MAKE@
1515
16 # $Id: Makefile.am 7735 2017-04-17 07:41:19Z gavin $
16 # $Id: Makefile.am 7948 2017-09-04 18:23:18Z gavin $
1717 # Makefile.am for texinfo/tp.
1818 #
1919 # Copyright 2011, 2012, 2013, 2014, 2015, 2016 Free Software Foundation,
143143 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
144144 $(top_srcdir)/gnulib/m4/iconv.m4 \
145145 $(top_srcdir)/gnulib/m4/include_next.m4 \
146 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
146147 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
147148 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
148149 $(top_srcdir)/gnulib/m4/iswblank.m4 \
990991 INSTALL_SCRIPT = @INSTALL_SCRIPT@
991992 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
992993 INTLLIBS = @INTLLIBS@
994 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
993995 LDFLAGS = @LDFLAGS@
994996 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
995997 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
26512653 $(top_srcdir)/build-aux/tap-driver.sh
26522654
26532655 T_LOG_COMPILER = $(PERL)
2654 AM_T_LOG_FLAGS = -w -ITexinfo/Convert/XSParagraph \
2656 AM_T_LOG_FLAGS = -w -I . -ITexinfo/Convert/XSParagraph \
26552657 -I$(srcdir)/Texinfo/Convert/XSParagraph
26562658 AM_TESTS_ENVIRONMENT = srcdir="$(srcdir)"; export srcdir; top_srcdir="$(top_srcdir)"; export top_srcdir; builddir="$(builddir)"; export buildir; top_builddir="$(top_builddir)"; export top_builddir;
26572659 maintenance_files = \
0 # $Id: Common.pm 7872 2017-06-28 21:08:26Z gavin $
0 # $Id: Common.pm 7942 2017-08-28 20:42:04Z gavin $
11 # Common.pm: definition of commands. Common code of other Texinfo modules.
22 #
33 # Copyright 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
7070 @EXPORT = qw(
7171 );
7272
73 $VERSION = '6.4.90';
73 $VERSION = '6.5';
7474
7575 # i18n
7676 sub N__($)
12071207 if ($self->get_conf('TEST')) {
12081208 return {'text' => 'a sunny day'};
12091209 }
1210 my($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst)
1211 = localtime(time);
1210
1211 my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst)
1212 = ($ENV{SOURCE_DATE_EPOCH}
1213 ? gmtime($ENV{SOURCE_DATE_EPOCH})
1214 : localtime(time));
1215 # See https://reproducible-builds.org/specs/source-date-epoch/.
1216
12121217 $year += ($year < 70) ? 2000 : 1900;
12131218 return $self->gdt('{month} {day}, {year}',
12141219 { 'month' => $self->gdt($MONTH_NAMES[$mon]),
0 # $Id: Converter.pm 7884 2017-06-29 19:48:28Z gavin $
0 # $Id: Converter.pm 7942 2017-08-28 20:42:04Z gavin $
11 # Converter.pm: Common code for Converters.
22 #
33 # Copyright 2011, 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc.
5959 @EXPORT = qw(
6060 );
6161
62 $VERSION = '6.4.90';
62 $VERSION = '6.5';
6363
6464 my %defaults = (
6565 'ENABLE_ENCODING' => 1,
0 # $Id: DocBook.pm 7847 2017-06-24 20:07:38Z gavin $
0 # $Id: DocBook.pm 7942 2017-08-28 20:42:04Z gavin $
11 # DocBook.pm: output tree as DocBook.
22 #
33 # Copyright 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
5454 @EXPORT = qw(
5555 );
5656
57 $VERSION = '6.4.90';
57 $VERSION = '6.5';
5858
5959 my $nbsp = '&#'.hex('00A0').';';
6060 my $mdash = '&#'.hex('2014').';';
14241424 1;
14251425
14261426 __END__
1427 # $Id: DocBook.pm 7847 2017-06-24 20:07:38Z gavin $
1427 # $Id: DocBook.pm 7942 2017-08-28 20:42:04Z gavin $
14281428 # Automatically generated from maintain/template.pod
14291429
14301430 =head1 NAME
0 # $Id: HTML.pm 7877 2017-06-29 14:39:26Z gavin $
0 # $Id: HTML.pm 7942 2017-08-28 20:42:04Z gavin $
11 # HTML.pm: output tree as HTML.
22 #
33 # Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017 Free Software Foundation,
6363 @EXPORT = qw(
6464 );
6565
66 $VERSION = '6.4.90';
66 $VERSION = '6.5';
6767
6868 # misc commands that are of use for formatting.
6969 my %formatting_misc_commands = %Texinfo::Convert::Text::formatting_misc_commands;
63276327 <html>
63286328 $copying_comment<!-- Created by $program_and_version, $program_homepage -->
63296329 <head>
6330 $encoding
63306331 <title>$title</title>
63316332
63326333 $description
63336334 <meta name=\"keywords\" content=\"$title\">
63346335 <meta name=\"resource-type\" content=\"document\">
63356336 <meta name=\"distribution\" content=\"global\">${generator}$date
6336 $encoding
63376337 ${links}$css_lines
63386338 $extra_head
63396339 </head>
63656365 $copying_comment<!-- Created by $program_and_version, $program_homepage -->
63666366 <!-- This file redirects to the location of a node or anchor -->
63676367 <head>
6368 $encoding
63686369 <title>$title</title>
63696370
63706371 $description
63716372 <meta name=\"keywords\" content=\"$title\">
63726373 <meta name=\"resource-type\" content=\"document\">
63736374 <meta name=\"distribution\" content=\"global\">${generator}$date
6374 $encoding
63756375 $css_lines
63766376 <meta http-equiv=\"Refresh\" content=\"0; url=$href\">
63776377 $extra_head
77357735 1;
77367736
77377737 __END__
7738 # $Id: HTML.pm 7877 2017-06-29 14:39:26Z gavin $
7738 # $Id: HTML.pm 7942 2017-08-28 20:42:04Z gavin $
77397739 # Automatically generated from maintain/template.pod
77407740
77417741 =head1 NAME
5353 @EXPORT = qw(
5454 );
5555
56 $VERSION = '6.4.90';
56 $VERSION = '6.5';
5757
5858 my $ixin_version = 1;
5959
5252 @EXPORT = qw(
5353 );
5454
55 $VERSION = '6.4.90';
55 $VERSION = '6.5';
5656
5757 my %defaults = (
5858 'ENABLE_ENCODING' => 0,
4848 @EXPORT = qw(
4949 );
5050
51 $VERSION = '6.4.90';
51 $VERSION = '6.5';
5252
5353 my $STDIN_DOCU_NAME = 'stdin';
5454
1919 use strict;
2020 use warnings;
2121
22 our $VERSION = '6.4.90';
22 our $VERSION = '6.5';
2323
2424 use Texinfo::XSLoader;
2525
0 # $Id: Plaintext.pm 7897 2017-07-02 10:13:28Z gavin $
0 # $Id: Plaintext.pm 7942 2017-08-28 20:42:04Z gavin $
11 # Plaintext.pm: output tree as text with filling.
22 #
33 # Copyright 2010, 2011, 2012, 2013, 2014, 2015,
6969 @EXPORT = qw(
7070 );
7171
72 $VERSION = '6.4.90';
72 $VERSION = '6.5';
7373
7474 # misc commands that are of use for formatting.
7575 my %formatting_misc_commands = %Texinfo::Convert::Text::formatting_misc_commands;
32663266 1;
32673267
32683268 __END__
3269 # $Id: Plaintext.pm 7897 2017-07-02 10:13:28Z gavin $
3269 # $Id: Plaintext.pm 7942 2017-08-28 20:42:04Z gavin $
32703270 # Automatically generated from maintain/template.pod
32713271
32723272 =head1 NAME
4646 @EXPORT = qw(
4747 );
4848
49 $VERSION = '6.4.90';
49 $VERSION = '6.5';
5050
5151 my %misc_commands = %Texinfo::Common::misc_commands;
5252 my %brace_commands = %Texinfo::Common::brace_commands;
4949 @EXPORT = qw(
5050 );
5151
52 $VERSION = '6.4.90';
52 $VERSION = '6.5';
5353
5454 # SXML specific
5555 my %defaults = (
5151 @EXPORT = qw(
5252 );
5353
54 $VERSION = '6.4.90';
54 $VERSION = '6.5';
5555
5656 # XML specific
5757 my %defaults = (
3030 use Data::Dumper;
3131 use Carp qw(cluck carp);
3232
33 use File::Basename;
34
3335 require Exporter;
3436 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
35 @ISA = qw(Exporter);
37 @ISA = qw(Exporter Texinfo::Convert::Converter);
3638
3739 # Items to export into callers namespace by default. Note: do not export
3840 # names by default without a very good reason. Use EXPORT_OK instead.
5254 @EXPORT = qw(
5355 );
5456
55 $VERSION = '6.4.90';
57 $VERSION = '6.5';
5658
5759 # this is in fact not needed for 'footnote', 'shortcaption', 'caption'
5860 # when they have no brace_command_arg, see below.
2121 use strict;
2222 use warnings;
2323
24 our $VERSION = '6.4.90';
24 our $VERSION = '6.5';
2525
2626 use Texinfo::XSLoader;
2727
0 # $Id: Parser.pm 7897 2017-07-02 10:13:28Z gavin $
0 # $Id: Parser.pm 7942 2017-08-28 20:42:04Z gavin $
11 # Parser.pm: parse texinfo code into a tree.
22 #
33 # Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016 Free Software Foundation,
105105 @EXPORT = qw(
106106 );
107107
108 $VERSION = '6.4.90';
108 $VERSION = '6.5';
109109
110110 sub N__($)
111111 {
6969 @EXPORT = qw(
7070 );
7171
72 $VERSION = '6.4.90';
72 $VERSION = '6.5';
7373
7474
7575 my %types_to_enter;
2222
2323 our $TEXINFO_XS;
2424
25 our $VERSION = '6.4.90';
25 our $VERSION = '6.5';
2626
2727 our $disable_XS;
2828
11
22 VERS=$1
33 if test z"$VERS" = "zauto" ; then
4 VERS=`grep '^VERSION = ' Makefile | sed 's/^VERSION = *//'`
4 VERS=`grep '^AC_INIT' ../configure.ac | sed -e 's/^[^0-9]*//' -e 's/[^0-9]*$//'`
5 echo vers is $VERS
56 fi
67 if test z"$VERS" = "z" ; then
78 exit 1
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>&nbsp; &nbsp; !
56 . . ? @ (Top)</title>
67
1011 . . ? @ (Top)">
1112 <meta name="resource-type" content="document">
1213 <meta name="distribution" content="global">
13 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1414 <link href="index.html#Top" rel="start" title="Top">
1515 <link href="index.html#Top" rel="up" title="Top">
1616 <link href="_0040-_007b-_007d-_005c-_0023.html#g_t_0040-_007b-_007d-_005c-_0023" rel="next" title="@ { } \ #">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title> @ {} . (Top)</title>
56
67 <meta name="description" content=" @ {} . (Top)">
78 <meta name="keywords" content=" @ {} . (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link 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" rel="next" title="cite asis in&nbsp;@w&nbsp;b in r SC str t var dfn i">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title> { } (Top)</title>
56
67 <meta name="description" content=" { } (Top)">
78 <meta name="keywords" content=" { } (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="----_0021---_002e--_002e-_003f-_0040.html#----_0021---_002e--_002e-_003f-_0040" rel="next" title="&nbsp; &nbsp; !
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>8.27in (Top)</title>
56
67 <meta name="description" content="8.27in (Top)">
78 <meta name="keywords" content="8.27in (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="sansserif-slanted.html#sansserif-slanted" rel="next" title="sansserif slanted">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>&Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; &#321; &ETH; &eth; &THORN; &thorn; (Top)</title>
56
67 <meta name="description" content="&Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; &#321; &ETH; &eth; &THORN; &thorn; (Top)">
78 <meta name="keywords" content="&Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; &#321; &ETH; &eth; &THORN; &thorn; (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link 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" rel="next" title="&auml; &#7869; &icirc; &acirc; &agrave; &eacute; &ccedil; &#275; e* e'' &#281;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>AAA (fff) AAA BBB (Top)</title>
56
67 <meta name="description" content="AAA (fff) AAA BBB (Top)">
78 <meta name="keywords" content="AAA (fff) AAA BBB (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="CCC-CCC-DDD.html#CCC-CCC-DDD" rel="next" title="CCC (rrr) CCC DDD">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>CCC (rrr) CCC DDD (Top)</title>
56
67 <meta name="description" content="CCC (rrr) CCC DDD (Top)">
78 <meta name="keywords" content="CCC (rrr) CCC DDD (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="someone_0040somewher-no_005fexplain_0040there.html#someone_0040somewher-no_005fexplain_0040there" rel="next" title="someone@somewher (the someone) no_explain@there (no_explain@there)">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>LaTeX TeX &bull; , &copy; &hellip; ... (Top)</title>
56
67 <meta name="description" content="LaTeX TeX &bull; , &copy; &hellip; ... (Top)">
78 <meta name="keywords" content="LaTeX TeX &bull; , &copy; &hellip; ... (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html#g_t_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212" rel="next" title="&equiv; error&rarr; &euro; &iexcl; &rarr; -">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>@ { } \ # (Top)</title>
56
67 <meta name="description" content="@ { } \ # (Top)">
78 <meta name="keywords" content="@ { } \ # (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html#LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e" rel="next" title="LaTeX TeX &bull; , &copy; &hellip; ...">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>`` '' --- -- ` ' (Top)</title>
56
67 <meta name="description" content="`` '' --- -- ` ' (Top)">
78 <meta name="keywords" content="`` '' --- -- ` ' (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="AAA-AAA-BBB.html#AAA-AAA-BBB" rel="next" title="AAA (fff) AAA BBB">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>&ordf; &ordm; &lowast; &pound; -| &iquest; &reg; (Top)</title>
56
67 <meta name="description" content="&ordf; &ordm; &lowast; &pound; -| &iquest; &reg; (Top)">
78 <meta name="keywords" content="&ordf; &ordm; &lowast; &pound; -| &iquest; &reg; (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="_21d2-_00b0-a-b--aa.html#g_t_21d2-_00b0-a-b--_00e5" rel="next" title="&rArr; &deg; a&nbsp;b a sunny day &aring;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>&laquo; &raquo; &laquo; &raquo; &lsaquo; &rsaquo; (Top)</title>
56
67 <meta name="description" content="&laquo; &raquo; &laquo; &raquo; &lsaquo; &rsaquo; (Top)">
78 <meta name="keywords" content="&laquo; &raquo; &laquo; &raquo; &lsaquo; &rsaquo; (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link 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" rel="next" title="`` '' --- -- ` '">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>&ldquo; &rdquo; &lsquo; &rsquo; &bdquo; &sbquo; (Top)</title>
56
67 <meta name="description" content="&ldquo; &rdquo; &lsquo; &rsquo; &bdquo; &sbquo; (Top)">
78 <meta name="keywords" content="&ldquo; &rdquo; &lsquo; &rsquo; &bdquo; &sbquo; (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="_00ab-_00bb-_00ab-_00bb-_2039-_203a.html#g_t_00ab-_00bb-_00ab-_00bb-_2039-_203a" rel="next" title="&laquo; &raquo; &laquo; &raquo; &lsaquo; &rsaquo;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>&rArr; &deg; a&nbsp;b a sunny day &aring; (Top)</title>
56
67 <meta name="description" content="&rArr; &deg; a&nbsp;b a sunny day &aring; (Top)">
78 <meta name="keywords" content="&rArr; &deg; a&nbsp;b a sunny day &aring; (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link 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" rel="next" title="&Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; &#321; &ETH; &eth; &THORN; &thorn;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>&equiv; error&rarr; &euro; &iexcl; &rarr; - (Top)</title>
56
67 <meta name="description" content="&equiv; error&rarr; &euro; &iexcl; &rarr; - (Top)">
78 <meta name="keywords" content="&equiv; error&rarr; &euro; &iexcl; &rarr; - (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="_2265-_2264-_2192.html#g_t_2265-_2264-_2192" rel="next" title="&ge; &le; &rarr;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>&ge; &le; &rarr; (Top)</title>
56
67 <meta name="description" content="&ge; &le; &rarr; (Top)">
78 <meta name="keywords" content="&ge; &le; &rarr; (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae.html#g_t_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae" rel="next" title="&ordf; &ordm; &lowast; &pound; -| &iquest; &reg;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>&auml; &#7869; &icirc; &acirc; &agrave; &eacute; &ccedil; &#275; e* e'' &#281; (Top)</title>
56
67 <meta name="description" content="&auml; &#7869; &icirc; &acirc; &agrave; &eacute; &ccedil; &#275; e* e'' &#281; (Top)">
78 <meta name="keywords" content="&auml; &#7869; &icirc; &acirc; &agrave; &eacute; &ccedil; &#275; e* e'' &#281; (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="e-e-e-e-e-j-ee.html#g_t_0117-_0115-e_0332-_1eb9-_011b-j-ee_0361" rel="next" title="&#279; &#277; e_ &#7865; &#283; j ee[">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>cite asis in&nbsp;@w&nbsp;b in r SC str t var dfn i (Top)</title>
56
67 <meta name="description" content="cite asis in&nbsp;@w&nbsp;b in r SC str t var dfn i (Top)">
78 <meta name="keywords" content="cite asis in&nbsp;@w&nbsp;b in r SC str t var dfn i (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="env-code-option-samp-command-file-C_002dx-ESC.html#env-code-option-samp-command-file-C_002dx-ESC" rel="next" title="env code option samp command file C-x ESC">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>&#279; &#277; e_ &#7865; &#283; j ee[ (Top)</title>
56
67 <meta name="description" content="&#279; &#277; e_ &#7865; &#283; j ee[ (Top)">
78 <meta name="keywords" content="&#279; &#277; e_ &#7865; &#283; j ee[ (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="i-E-C.html#g_t_0131-_1e14-_1e08" rel="next" title="i &#274;` &#262;,">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>env code option samp command file C-x ESC (Top)</title>
56
67 <meta name="description" content="env code option samp command file C-x ESC (Top)">
78 <meta name="keywords" content="env code option samp command file C-x ESC (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="8_002e27in.html#g_t8_002e27in" rel="next" title="8.27in">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>f--ile1 f--ile (Top)</title>
56
67 <meta name="description" content="f--ile1 f--ile (Top)">
78 <meta name="keywords" content="f--ile1 f--ile (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="-_0040-_007b_007d-_002e-.html#-_0040-_007b_007d-_002e-" rel="next" title=" @ {} . ">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>gH 3rd (Top)</title>
56
67 <meta name="description" content="gH 3rd (Top)">
78 <meta name="keywords" content="gH 3rd (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html#http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls" rel="next" title="http://somewhere_aaa (http://somewhere_aaa) text (url) ls (/man.cgi/1/ls)">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>http://somewhere_aaa (http://somewhere_aaa) text (url) ls (/man.cgi/1/ls) (Top)</title>
56
67 <meta name="description" content="http://somewhere_aaa (http://somewhere_aaa) text (url) ls (/man.cgi/1/ls) (Top)">
78 <meta name="keywords" content="http://somewhere_aaa (http://somewhere_aaa) text (url) ls (/man.cgi/1/ls) (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="gH-3rd.html#gH-3rd" rel="prev" title="gH 3rd">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>i &#274;` &#262;, (Top)</title>
56
67 <meta name="description" content="i &#274;` &#262;, (Top)">
78 <meta name="keywords" content="i &#274;` &#262;, (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="_201c-_201d-_2018-_2019-_201e-_201a.html#g_t_201c-_201d-_2018-_2019-_201e-_201a" rel="next" title="&ldquo; &rdquo; &lsquo; &rsquo; &bdquo; &sbquo;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>Top</title>
56
67 <meta name="description" content="Top">
78 <meta name="keywords" content="Top">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="#Top" rel="start" title="Top">
1212 <link href="../dir/index.html" rel="up" title="(dir)">
1313 <link href="-_007b-_007d.html#-_007b-_007d" rel="next" title=" { }">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>&lsquo;indicateurl&rsquo; (Top)</title>
56
67 <meta name="description" content="&lsquo;indicateurl&rsquo; (Top)">
78 <meta name="keywords" content="&lsquo;indicateurl&rsquo; (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="gH-3rd.html#gH-3rd" rel="next" title="gH 3rd">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>sansserif slanted (Top)</title>
56
67 <meta name="description" content="sansserif slanted (Top)">
78 <meta name="keywords" content="sansserif slanted (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="indicateurl.html#indicateurl" rel="next" title="&lsquo;indicateurl&rsquo;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
45 <title>someone@somewher (the someone) no_explain@there (no_explain@there) (Top)</title>
56
67 <meta name="description" content="someone@somewher (the someone) no_explain@there (no_explain@there) (Top)">
78 <meta name="keywords" content="someone@somewher (the someone) no_explain@there (no_explain@there) (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="f_002d_002dile1-f_002d_002dile.html#f_002d_002dile1-f_002d_002dile" rel="next" title="f--ile1 f--ile">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>&nbsp; &nbsp; !
56 . . ? @ (Top)</title>
67
1011 . . ? @ (Top)">
1112 <meta name="resource-type" content="document">
1213 <meta name="distribution" content="global">
13 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1414 <link href="index.html#Top" rel="start" title="Top">
1515 <link href="index.html#Top" rel="up" title="Top">
1616 <link href="_0040-_007b-_007d-_005c-_0023.html#g_t_0040-_007b-_007d-_005c-_0023" rel="next" title="@ { } \ #">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title> @ {} . (Top)</title>
56
67 <meta name="description" content=" @ {} . (Top)">
78 <meta name="keywords" content=" @ {} . (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link 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" rel="next" title="cite asis in&nbsp;@w&nbsp;b in r SC str t var dfn i">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title> { } (Top)</title>
56
67 <meta name="description" content=" { } (Top)">
78 <meta name="keywords" content=" { } (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="----_0021---_002e--_002e-_003f-_0040.html#----_0021---_002e--_002e-_003f-_0040" rel="next" title="&nbsp; &nbsp; !
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>8.27in (Top)</title>
56
67 <meta name="description" content="8.27in (Top)">
78 <meta name="keywords" content="8.27in (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="sansserif-slanted.html#sansserif-slanted" rel="next" title="sansserif slanted">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>&Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; &#321; &ETH; &eth; &THORN; &thorn; (Top)</title>
56
67 <meta name="description" content="&Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; &#321; &ETH; &eth; &THORN; &thorn; (Top)">
78 <meta name="keywords" content="&Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; &#321; &ETH; &eth; &THORN; &thorn; (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link 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" rel="next" title="&auml; &#7869; &icirc; &acirc; &agrave; &eacute; &ccedil; &#275; e* e'' &#281;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>AAA (fff) AAA BBB (Top)</title>
56
67 <meta name="description" content="AAA (fff) AAA BBB (Top)">
78 <meta name="keywords" content="AAA (fff) AAA BBB (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="CCC-CCC-DDD.html#CCC-CCC-DDD" rel="next" title="CCC (rrr) CCC DDD">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>CCC (rrr) CCC DDD (Top)</title>
56
67 <meta name="description" content="CCC (rrr) CCC DDD (Top)">
78 <meta name="keywords" content="CCC (rrr) CCC DDD (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="someone_0040somewher-no_005fexplain_0040there.html#someone_0040somewher-no_005fexplain_0040there" rel="next" title="someone@somewher (the someone) no_explain@there (no_explain@there)">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>LaTeX TeX &bull; , &copy; &hellip; ... (Top)</title>
56
67 <meta name="description" content="LaTeX TeX &bull; , &copy; &hellip; ... (Top)">
78 <meta name="keywords" content="LaTeX TeX &bull; , &copy; &hellip; ... (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html#g_t_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212" rel="next" title="&equiv; error&rarr; &euro; &iexcl; &rarr; -">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>@ { } \ # (Top)</title>
56
67 <meta name="description" content="@ { } \ # (Top)">
78 <meta name="keywords" content="@ { } \ # (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html#LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e" rel="next" title="LaTeX TeX &bull; , &copy; &hellip; ...">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>`` '' --- -- ` ' (Top)</title>
56
67 <meta name="description" content="`` '' --- -- ` ' (Top)">
78 <meta name="keywords" content="`` '' --- -- ` ' (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="AAA-AAA-BBB.html#AAA-AAA-BBB" rel="next" title="AAA (fff) AAA BBB">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>&ordf; &ordm; &lowast; &pound; -| &iquest; &reg; (Top)</title>
56
67 <meta name="description" content="&ordf; &ordm; &lowast; &pound; -| &iquest; &reg; (Top)">
78 <meta name="keywords" content="&ordf; &ordm; &lowast; &pound; -| &iquest; &reg; (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="_21d2-_00b0-a-b--aa.html#g_t_21d2-_00b0-a-b--_00e5" rel="next" title="&rArr; &deg; a&nbsp;b a sunny day &aring;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>&laquo; &raquo; &laquo; &raquo; &lsaquo; &rsaquo; (Top)</title>
56
67 <meta name="description" content="&laquo; &raquo; &laquo; &raquo; &lsaquo; &rsaquo; (Top)">
78 <meta name="keywords" content="&laquo; &raquo; &laquo; &raquo; &lsaquo; &rsaquo; (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link 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" rel="next" title="`` '' --- -- ` '">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>&ldquo; &rdquo; &lsquo; &rsquo; &bdquo; &sbquo; (Top)</title>
56
67 <meta name="description" content="&ldquo; &rdquo; &lsquo; &rsquo; &bdquo; &sbquo; (Top)">
78 <meta name="keywords" content="&ldquo; &rdquo; &lsquo; &rsquo; &bdquo; &sbquo; (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="_00ab-_00bb-_00ab-_00bb-_2039-_203a.html#g_t_00ab-_00bb-_00ab-_00bb-_2039-_203a" rel="next" title="&laquo; &raquo; &laquo; &raquo; &lsaquo; &rsaquo;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>&rArr; &deg; a&nbsp;b a sunny day &aring; (Top)</title>
56
67 <meta name="description" content="&rArr; &deg; a&nbsp;b a sunny day &aring; (Top)">
78 <meta name="keywords" content="&rArr; &deg; a&nbsp;b a sunny day &aring; (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link 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" rel="next" title="&Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; &#321; &ETH; &eth; &THORN; &thorn;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>&equiv; error&rarr; &euro; &iexcl; &rarr; - (Top)</title>
56
67 <meta name="description" content="&equiv; error&rarr; &euro; &iexcl; &rarr; - (Top)">
78 <meta name="keywords" content="&equiv; error&rarr; &euro; &iexcl; &rarr; - (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="_2265-_2264-_2192.html#g_t_2265-_2264-_2192" rel="next" title="&ge; &le; &rarr;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>&ge; &le; &rarr; (Top)</title>
56
67 <meta name="description" content="&ge; &le; &rarr; (Top)">
78 <meta name="keywords" content="&ge; &le; &rarr; (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae.html#g_t_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae" rel="next" title="&ordf; &ordm; &lowast; &pound; -| &iquest; &reg;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>&auml; &#7869; &icirc; &acirc; &agrave; &eacute; &ccedil; &#275; e* e'' &#281; (Top)</title>
56
67 <meta name="description" content="&auml; &#7869; &icirc; &acirc; &agrave; &eacute; &ccedil; &#275; e* e'' &#281; (Top)">
78 <meta name="keywords" content="&auml; &#7869; &icirc; &acirc; &agrave; &eacute; &ccedil; &#275; e* e'' &#281; (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="e-e-e-e-e-j-ee.html#g_t_0117-_0115-e_0332-_1eb9-_011b-j-ee_0361" rel="next" title="&#279; &#277; e_ &#7865; &#283; j ee[">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>cite asis in&nbsp;@w&nbsp;b in r SC str t var dfn i (Top)</title>
56
67 <meta name="description" content="cite asis in&nbsp;@w&nbsp;b in r SC str t var dfn i (Top)">
78 <meta name="keywords" content="cite asis in&nbsp;@w&nbsp;b in r SC str t var dfn i (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="env-code-option-samp-command-file-C_002dx-ESC.html#env-code-option-samp-command-file-C_002dx-ESC" rel="next" title="env code option samp command file C-x ESC">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>&#279; &#277; e_ &#7865; &#283; j ee[ (Top)</title>
56
67 <meta name="description" content="&#279; &#277; e_ &#7865; &#283; j ee[ (Top)">
78 <meta name="keywords" content="&#279; &#277; e_ &#7865; &#283; j ee[ (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="i-E-C.html#g_t_0131-_1e14-_1e08" rel="next" title="i &#274;` &#262;,">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>env code option samp command file C-x ESC (Top)</title>
56
67 <meta name="description" content="env code option samp command file C-x ESC (Top)">
78 <meta name="keywords" content="env code option samp command file C-x ESC (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="8_002e27in.html#g_t8_002e27in" rel="next" title="8.27in">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>f--ile1 f--ile (Top)</title>
56
67 <meta name="description" content="f--ile1 f--ile (Top)">
78 <meta name="keywords" content="f--ile1 f--ile (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="-_0040-_007b_007d-_002e-.html#-_0040-_007b_007d-_002e-" rel="next" title=" @ {} . ">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>gH 3rd (Top)</title>
56
67 <meta name="description" content="gH 3rd (Top)">
78 <meta name="keywords" content="gH 3rd (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html#http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls" rel="next" title="http://somewhere_aaa (http://somewhere_aaa) text (url) ls (/man.cgi/1/ls)">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>http://somewhere_aaa (http://somewhere_aaa) text (url) ls (/man.cgi/1/ls) (Top)</title>
56
67 <meta name="description" content="http://somewhere_aaa (http://somewhere_aaa) text (url) ls (/man.cgi/1/ls) (Top)">
78 <meta name="keywords" content="http://somewhere_aaa (http://somewhere_aaa) text (url) ls (/man.cgi/1/ls) (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="gH-3rd.html#gH-3rd" rel="prev" title="gH 3rd">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>i &#274;` &#262;, (Top)</title>
56
67 <meta name="description" content="i &#274;` &#262;, (Top)">
78 <meta name="keywords" content="i &#274;` &#262;, (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="_201c-_201d-_2018-_2019-_201e-_201a.html#g_t_201c-_201d-_2018-_2019-_201e-_201a" rel="next" title="&ldquo; &rdquo; &lsquo; &rsquo; &bdquo; &sbquo;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top</title>
56
67 <meta name="description" content="Top">
78 <meta name="keywords" content="Top">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="#Top" rel="start" title="Top">
1212 <link href="../dir/index.html" rel="up" title="(dir)">
1313 <link href="-_007b-_007d.html#-_007b-_007d" rel="next" title=" { }">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>&lsquo;indicateurl&rsquo; (Top)</title>
56
67 <meta name="description" content="&lsquo;indicateurl&rsquo; (Top)">
78 <meta name="keywords" content="&lsquo;indicateurl&rsquo; (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="gH-3rd.html#gH-3rd" rel="next" title="gH 3rd">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>sansserif slanted (Top)</title>
56
67 <meta name="description" content="sansserif slanted (Top)">
78 <meta name="keywords" content="sansserif slanted (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="indicateurl.html#indicateurl" rel="next" title="&lsquo;indicateurl&rsquo;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>someone@somewher (the someone) no_explain@there (no_explain@there) (Top)</title>
56
67 <meta name="description" content="someone@somewher (the someone) no_explain@there (no_explain@there) (Top)">
78 <meta name="keywords" content="someone@somewher (the someone) no_explain@there (no_explain@there) (Top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="f_002d_002dile1-f_002d_002dile.html#f_002d_002dile1-f_002d_002dile" rel="next" title="f--ile1 f--ile">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
45 <title>â ê î ô û Â Ê Î Ô Û (top)</title>
56
67 <meta name="description" content="â ê î ô û Â Ê Î Ô Û (top)">
78 <meta name="keywords" content="â ê î ô û Â Ê Î Ô Û (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="index" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
45 <title>ä ë ï ö ü ÿ Ä Ë Ï Ö Ü (top)</title>
56
67 <meta name="description" content="ä ë ï ö ü ÿ Ä Ë Ï Ö Ü (top)">
78 <meta name="keywords" content="ä ë ï ö ü ÿ Ä Ë Ï Ö Ü (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="index" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
45 <title>à è ù (top)</title>
56
67 <meta name="description" content="à è ù (top)">
78 <meta name="keywords" content="à è ù (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="index" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
45 <title>ç (top)</title>
56
67 <meta name="description" content="ç (top)">
78 <meta name="keywords" content="ç (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="index" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
45 <title>é (top)</title>
56
67 <meta name="description" content="é (top)">
78 <meta name="keywords" content="é (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="index" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
45 <title>Top (top)</title>
56
67 <meta name="description" content="Top (top)">
78 <meta name="keywords" content="Top (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1111 <link href="#Top" rel="start" title="Top">
1212 <link href="#Top" rel="index" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>â ê î ô û Â Ê Î Ô Û (top)</title>
56
67 <meta name="description" content="â ê î ô û Â Ê Î Ô Û (top)">
78 <meta name="keywords" content="â ê î ô û Â Ê Î Ô Û (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="index" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>ä ë ï ö ü ÿ Ä Ë Ï Ö Ü (top)</title>
56
67 <meta name="description" content="ä ë ï ö ü ÿ Ä Ë Ï Ö Ü (top)">
78 <meta name="keywords" content="ä ë ï ö ü ÿ Ä Ë Ï Ö Ü (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="index" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>à è ù (top)</title>
56
67 <meta name="description" content="à è ù (top)">
78 <meta name="keywords" content="à è ù (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="index" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>ç (top)</title>
56
67 <meta name="description" content="ç (top)">
78 <meta name="keywords" content="ç (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="index" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>é (top)</title>
56
67 <meta name="description" content="é (top)">
78 <meta name="keywords" content="é (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="index" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (top)</title>
56
67 <meta name="description" content="Top (top)">
78 <meta name="keywords" content="Top (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="#Top" rel="start" title="Top">
1212 <link href="#Top" rel="index" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
45 <title>¡ ± ² Ê ê (top)</title>
56
67 <meta name="description" content="¡ ± ² Ê ê (top)">
78 <meta name="keywords" content="¡ ± ² Ê ê (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="index" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
45 <title>Top (top)</title>
56
67 <meta name="description" content="Top (top)">
78 <meta name="keywords" content="Top (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
1111 <link href="#Top" rel="start" title="Top">
1212 <link href="#Top" rel="index" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
99 英語で書かれた注意書きだけが法的に有効です。 -->
1010 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
1111 <head>
12 <meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
1213 <title>Introduction (GNU LilyPond &ndash; Manuel d&rsquo;initiation japanese)</title>
1314
1415 <meta name="description" content="Introduction (GNU LilyPond &ndash; Manuel d&rsquo;initiation japanese)">
1516 <meta name="keywords" content="Introduction (GNU LilyPond &ndash; Manuel d&rsquo;initiation japanese)">
1617 <meta name="resource-type" content="document">
1718 <meta name="distribution" content="global">
18 <meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
1919 <link href="index.html#Top" rel="start" title="Top">
2020 <link href="index.html#Top" rel="up" title="Top">
2121 <link href="Preface.html#Preface" rel="prev" title="Preface">
99 英語で書かれた注意書きだけが法的に有効です。 -->
1010 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
1111 <head>
12 <meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
1213 <title>Preface (GNU LilyPond &ndash; Manuel d&rsquo;initiation japanese)</title>
1314
1415 <meta name="description" content="Preface (GNU LilyPond &ndash; Manuel d&rsquo;initiation japanese)">
1516 <meta name="keywords" content="Preface (GNU LilyPond &ndash; Manuel d&rsquo;initiation japanese)">
1617 <meta name="resource-type" content="document">
1718 <meta name="distribution" content="global">
18 <meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
1919 <link href="index.html#Top" rel="start" title="Top">
2020 <link href="index.html#Top" rel="up" title="Top">
2121 <link href="Introduction.html#Introduction" rel="next" title="Introduction">
99 英語で書かれた注意書きだけが法的に有効です。 -->
1010 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
1111 <head>
12 <meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
1213 <title>Top (GNU LilyPond &ndash; Manuel d&rsquo;initiation japanese)</title>
1314
1415 <meta name="description" content="Top (GNU LilyPond &ndash; Manuel d&rsquo;initiation japanese)">
1516 <meta name="keywords" content="Top (GNU LilyPond &ndash; Manuel d&rsquo;initiation japanese)">
1617 <meta name="resource-type" content="document">
1718 <meta name="distribution" content="global">
18 <meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
1919 <link href="#Top" rel="start" title="Top">
2020 <link href="../dir/index.html" rel="up" title="(dir)">
2121 <link href="Preface.html#Preface" rel="next" title="Preface">
788788 <html>
789789 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
790790 <head>
791 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
791792 <title>the manual
792793 new version</title>
793794
797798 new version">
798799 <meta name="resource-type" content="document">
799800 <meta name="distribution" content="global">
800 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
801801 <style type="text/css">
802802 <!--
803803 a.summary-letter {text-decoration: none}
55 Texinfo中文示例 -->
66 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
77 <head>
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
89 <title>第一章(First Chapter) (Sample)</title>
910
1011 <meta name="description" content="第一章(First Chapter) (Sample)">
1112 <meta name="keywords" content="第一章(First Chapter) (Sample)">
1213 <meta name="resource-type" content="document">
1314 <meta name="distribution" content="global">
14 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1515 <link href="index.html#Top" rel="start" title="Top">
1616 <link href="Index-node.html#Index-node" rel="index" title="Index node">
1717 <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
55 Texinfo中文示例 -->
66 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
77 <head>
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
89 <title>Index node (Sample)</title>
910
1011 <meta name="description" content="Index node (Sample)">
1112 <meta name="keywords" content="Index node (Sample)">
1213 <meta name="resource-type" content="document">
1314 <meta name="distribution" content="global">
14 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1515 <link href="index.html#Top" rel="start" title="Top">
1616 <link href="#Index-node" rel="index" title="Index node">
1717 <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
55 Texinfo中文示例 -->
66 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
77 <head>
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
89 <title>Second Chapter AE ĄĘ ae ąę (Sample)</title>
910
1011 <meta name="description" content="Second Chapter AE ĄĘ ae ąę (Sample)">
1112 <meta name="keywords" content="Second Chapter AE ĄĘ ae ąę (Sample)">
1213 <meta name="resource-type" content="document">
1314 <meta name="distribution" content="global">
14 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1515 <link href="index.html#Top" rel="start" title="Top">
1616 <link href="Index-node.html#Index-node" rel="index" title="Index node">
1717 <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
55 Texinfo中文示例 -->
66 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
77 <head>
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
89 <title>Top (Sample)</title>
910
1011 <meta name="description" content="Top (Sample)">
1112 <meta name="keywords" content="Top (Sample)">
1213 <meta name="resource-type" content="document">
1314 <meta name="distribution" content="global">
14 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1515 <link href="#Top" rel="start" title="Top">
1616 <link href="Index-node.html#Index-node" rel="index" title="Index node">
1717 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
17591759 <html>
17601760 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
17611761 <head>
1762 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
17621763 <title>top section</title>
17631764
17641765 <meta name="description" content="top section">
17651766 <meta name="keywords" content="top section">
17661767 <meta name="resource-type" content="document">
17671768 <meta name="distribution" content="global">
1768 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
17691769 <link href="#Top" rel="start" title="Top">
17701770 <link href="#Top" rel="index" title="Top">
17711771 <style type="text/css">
15751575 <html>
15761576 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
15771577 <head>
1578 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
15781579 <title>Untitled Document</title>
15791580
15801581 <meta name="description" content="Untitled Document">
15811582 <meta name="keywords" content="Untitled Document">
15821583 <meta name="resource-type" content="document">
15831584 <meta name="distribution" content="global">
1584 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
15851585 <style type="text/css">
15861586 <!--
15871587 a.summary-letter {text-decoration: none}
46464646 In text f@i-le.. a@<"%@ < & @ % " . -->
46474647 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
46484648 <head>
4649 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
46494650 <title>Untitled Document</title>
46504651
46514652 <meta name="description" content="Untitled Document">
46524653 <meta name="keywords" content="Untitled Document">
46534654 <meta name="resource-type" content="document">
46544655 <meta name="distribution" content="global">
4655 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
46564656 <link href="#Top" rel="start" title="Top">
46574657 <style type="text/css">
46584658 <!--
883883 <html>
884884 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
885885 <head>
886 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
886887 <title>2 footnotes in 2 nodes</title>
887888
888889 <meta name="description" content="2 footnotes in 2 nodes">
889890 <meta name="keywords" content="2 footnotes in 2 nodes">
890891 <meta name="resource-type" content="document">
891892 <meta name="distribution" content="global">
892 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
893893 <link href="#Top" rel="start" title="Top">
894894 <style type="text/css">
895895 <!--
933933 <html>
934934 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
935935 <head>
936 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
936937 <title>2 footnotes in 2 nodes</title>
937938
938939 <meta name="description" content="2 footnotes in 2 nodes">
939940 <meta name="keywords" content="2 footnotes in 2 nodes">
940941 <meta name="resource-type" content="document">
941942 <meta name="distribution" content="global">
942 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
943943 <link href="#Top" rel="start" title="Top">
944944 <style type="text/css">
945945 <!--
496496 <html>
497497 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
498498 <head>
499 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
499500 <title>Untitled Document</title>
500501
501502 <meta name="description" content="Untitled Document">
502503 <meta name="keywords" content="Untitled Document">
503504 <meta name="resource-type" content="document">
504505 <meta name="distribution" content="global">
505 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
506506 <link href="#Top" rel="start" title="Top">
507507 <style type="text/css">
508508 <!--
463463 <html>
464464 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
465465 <head>
466 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
466467 <title>Untitled Document</title>
467468
468469 <meta name="description" content="Untitled Document">
469470 <meta name="keywords" content="Untitled Document">
470471 <meta name="resource-type" content="document">
471472 <meta name="distribution" content="global">
472 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
473473 <link href="#Top" rel="start" title="Top">
474474 <style type="text/css">
475475 <!--
55215521 <html>
55225522 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
55235523 <head>
5524 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
55245525 <title>Test floats</title>
55255526
55265527 <meta name="description" content="Test floats">
55275528 <meta name="keywords" content="Test floats">
55285529 <meta name="resource-type" content="document">
55295530 <meta name="distribution" content="global">
5530 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
55315531 <link href="#Top" rel="start" title="Top">
55325532 <style type="text/css">
55335533 <!--
6464 <html>
6565 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
6666 <head>
67 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6768 <title>Untitled Document</title>
6869
6970 <meta name="description" content="Untitled Document">
7071 <meta name="keywords" content="Untitled Document">
7172 <meta name="resource-type" content="document">
7273 <meta name="distribution" content="global">
73 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7474 <style type="text/css">
7575 <!--
7676 a.summary-letter {text-decoration: none}
800800 <html>
801801 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
802802 <head>
803 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
803804 <title>Untitled Document</title>
804805
805806 <meta name="description" content="Untitled Document">
806807 <meta name="keywords" content="Untitled Document">
807808 <meta name="resource-type" content="document">
808809 <meta name="distribution" content="global">
809 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
810810 <style type="text/css">
811811 <!--
812812 a.summary-letter {text-decoration: none}
616616 <html>
617617 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
618618 <head>
619 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
619620 <title>Untitled Document</title>
620621
621622 <meta name="description" content="Untitled Document">
622623 <meta name="keywords" content="Untitled Document">
623624 <meta name="resource-type" content="document">
624625 <meta name="distribution" content="global">
625 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
626626 <style type="text/css">
627627 <!--
628628 a.summary-letter {text-decoration: none}
500500 <html>
501501 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
502502 <head>
503 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
503504 <title>Untitled Document</title>
504505
505506 <meta name="description" content="Untitled Document">
506507 <meta name="keywords" content="Untitled Document">
507508 <meta name="resource-type" content="document">
508509 <meta name="distribution" content="global">
509 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
510510 <link href="#Top" rel="start" title="Top">
511511 <style type="text/css">
512512 <!--
490490 <html>
491491 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
492492 <head>
493 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
493494 <title>Untitled Document</title>
494495
495496 <meta name="description" content="Untitled Document">
496497 <meta name="keywords" content="Untitled Document">
497498 <meta name="resource-type" content="document">
498499 <meta name="distribution" content="global">
499 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
500500 <link href="#Top" rel="start" title="Top">
501501 <style type="text/css">
502502 <!--
141141 <html>
142142 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
143143 <head>
144 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
144145 <title>Untitled Document</title>
145146
146147 <meta name="description" content="Untitled Document">
147148 <meta name="keywords" content="Untitled Document">
148149 <meta name="resource-type" content="document">
149150 <meta name="distribution" content="global">
150 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
151151 <style type="text/css">
152152 <!--
153153 a.summary-letter {text-decoration: none}
94609460 <html>
94619461 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
94629462 <head>
9463 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
94639464 <title>Test floats</title>
94649465
94659466 <meta name="description" content="Test floats">
94669467 <meta name="keywords" content="Test floats">
94679468 <meta name="resource-type" content="document">
94689469 <meta name="distribution" content="global">
9469 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
94709470 <link href="#Top" rel="start" title="Top">
94719471 <style type="text/css">
94729472 <!--
531531 <html>
532532 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
533533 <head>
534 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
534535 <title>Untitled Document</title>
535536
536537 <meta name="description" content="Untitled Document">
537538 <meta name="keywords" content="Untitled Document">
538539 <meta name="resource-type" content="document">
539540 <meta name="distribution" content="global">
540 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
541541 <style type="text/css">
542542 <!--
543543 a.summary-letter {text-decoration: none}
270270 <html>
271271 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
272272 <head>
273 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
273274 <title>Untitled Document</title>
274275
275276 <meta name="description" content="Untitled Document">
276277 <meta name="keywords" content="Untitled Document">
277278 <meta name="resource-type" content="document">
278279 <meta name="distribution" content="global">
279 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
280280 <style type="text/css">
281281 <!--
282282 a.summary-letter {text-decoration: none}
510510 - -->
511511 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
512512 <head>
513 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
513514 <title>Untitled Document</title>
514515
515516 <meta name="description" content="Untitled Document">
516517 <meta name="keywords" content="Untitled Document">
517518 <meta name="resource-type" content="document">
518519 <meta name="distribution" content="global">
519 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
520520 <link href="#Top" rel="start" title="Top">
521521 <style type="text/css">
522522 <!--
200200 <html>
201201 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
202202 <head>
203 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
203204 <title>Untitled Document</title>
204205
205206 <meta name="description" content="Untitled Document">
206207 <meta name="keywords" content="Untitled Document">
207208 <meta name="resource-type" content="document">
208209 <meta name="distribution" content="global">
209 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
210210 <style type="text/css">
211211 <!--
212212 a.summary-letter {text-decoration: none}
218218 <html>
219219 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
220220 <head>
221 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
221222 <title>Untitled Document</title>
222223
223224 <meta name="description" content="Untitled Document">
224225 <meta name="keywords" content="Untitled Document">
225226 <meta name="resource-type" content="document">
226227 <meta name="distribution" content="global">
227 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
228228 <style type="text/css">
229229 <!--
230230 a.summary-letter {text-decoration: none}
363363 <html>
364364 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
365365 <head>
366 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
366367 <title>top</title>
367368
368369 <meta name="description" content="top">
369370 <meta name="keywords" content="top">
370371 <meta name="resource-type" content="document">
371372 <meta name="distribution" content="global">
372 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
373373 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
374374 <style type="text/css">
375375 <!--
912912 <html>
913913 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
914914 <head>
915 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
915916 <title>top</title>
916917
917918 <meta name="description" content="top">
918919 <meta name="keywords" content="top">
919920 <meta name="resource-type" content="document">
920921 <meta name="distribution" content="global">
921 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
922922 <link href="#Top" rel="start" title="Top">
923923 <style type="text/css">
924924 <!--
300300 <html>
301301 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
302302 <head>
303 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
303304 <title>Untitled Document</title>
304305
305306 <meta name="description" content="Untitled Document">
306307 <meta name="keywords" content="Untitled Document">
307308 <meta name="resource-type" content="document">
308309 <meta name="distribution" content="global">
309 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
310310 <style type="text/css">
311311 <!--
312312 a.summary-letter {text-decoration: none}
309309 <html>
310310 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
311311 <head>
312 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
312313 <title>Untitled Document</title>
313314
314315 <meta name="description" content="Untitled Document">
315316 <meta name="keywords" content="Untitled Document">
316317 <meta name="resource-type" content="document">
317318 <meta name="distribution" content="global">
318 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
319319 <style type="text/css">
320320 <!--
321321 a.summary-letter {text-decoration: none}
425425 <html>
426426 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
427427 <head>
428 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
428429 <title>top</title>
429430
430431 <meta name="description" content="in documentdescri---ption &mdash; &bull; ... &quot;verb &aring; &icirc; somebody (somebody)">
431432 <meta name="keywords" content="top">
432433 <meta name="resource-type" content="document">
433434 <meta name="distribution" content="global">
434 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
435435 <style type="text/css">
436436 <!--
437437 a.summary-letter {text-decoration: none}
280280 <html>
281281 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
282282 <head>
283 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
283284 <title>top</title>
284285
285286 <meta name="description" content="top">
286287 <meta name="keywords" content="top">
287288 <meta name="resource-type" content="document">
288289 <meta name="distribution" content="global">
289 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
290290 <link href="#Top" rel="start" title="Top">
291291 <style type="text/css">
292292 <!--
153153 <html>
154154 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
155155 <head>
156 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
156157 <title>Untitled Document</title>
157158
158159 <meta name="description" content="Untitled Document">
159160 <meta name="keywords" content="Untitled Document">
160161 <meta name="resource-type" content="document">
161162 <meta name="distribution" content="global">
162 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
163163 <style type="text/css">
164164 <!--
165165 a.summary-letter {text-decoration: none}
421421 in <b>html</b> in copying `` -->
422422 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
423423 <head>
424 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
424425 <title>top</title>
425426
426427 <meta name="description" content="top">
427428 <meta name="keywords" content="top">
428429 <meta name="resource-type" content="document">
429430 <meta name="distribution" content="global">
430 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
431431 <link href="#Top" rel="start" title="Top">
432432 <style type="text/css">
433433 <!--
5656 <html>
5757 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
5858 <head>
59 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5960 <title>Untitled Document</title>
6061
6162 <meta name="description" content="Untitled Document">
6263 <meta name="keywords" content="Untitled Document">
6364 <meta name="resource-type" content="document">
6465 <meta name="distribution" content="global">
65 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6666 <style type="text/css">
6767 <!--
6868 a.summary-letter {text-decoration: none}
304304 <html>
305305 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
306306 <head>
307 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
307308 <title>top</title>
308309
309310 <meta name="description" content="top">
310311 <meta name="keywords" content="top">
311312 <meta name="resource-type" content="document">
312313 <meta name="distribution" content="global">
313 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
314314 <link href="#index-node" rel="start" title="index node">
315315 <link href="#index-node" rel="index" title="index node">
316316 <style type="text/css">
498498 <html>
499499 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
500500 <head>
501 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
501502 <title>top</title>
502503
503504 <meta name="description" content="top">
504505 <meta name="keywords" content="top">
505506 <meta name="resource-type" content="document">
506507 <meta name="distribution" content="global">
507 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
508508 <link href="#top" rel="start" title="top">
509509 <link href="#chap" rel="index" title="1 chap">
510510 <style type="text/css">
117117 <html>
118118 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
119119 <head>
120 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
120121 <title>Untitled Document</title>
121122
122123 <meta name="description" content="Untitled Document">
123124 <meta name="keywords" content="Untitled Document">
124125 <meta name="resource-type" content="document">
125126 <meta name="distribution" content="global">
126 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
127127 <style type="text/css">
128128 <!--
129129 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>circumflex (the top)</title>
56
67 <meta name="description" content="circumflex (the top)">
78 <meta name="keywords" content="circumflex (the top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="umlaut.html#g_t_0129" rel="prev" title="&#297;">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>&#297; (the top)</title>
67
78 <meta name="description" content="&#297; (the top)">
89 <meta name="keywords" content="&#297; (the top)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (the top)</title>
56
67 <meta name="description" content="Top (the top)">
78 <meta name="keywords" content="Top (the top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="#Top" rel="start" title="Top">
1212 <link href="../dir/index.html" rel="up" title="(dir)">
1313 <link href="umlaut.html#umlaut" rel="next" title="umlaut">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>umlaut (the top)</title>
56
67 <meta name="description" content="umlaut (the top)">
78 <meta name="keywords" content="umlaut (the top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="circumflex.html#circumflex" rel="next" title="circumflex">
280280 <html>
281281 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
282282 <head>
283 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
283284 <title>Untitled Document</title>
284285
285286 <meta name="description" content="Untitled Document">
286287 <meta name="keywords" content="Untitled Document">
287288 <meta name="resource-type" content="document">
288289 <meta name="distribution" content="global">
289 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
290290 <style type="text/css">
291291 <!--
292292 a.summary-letter {text-decoration: none}
24952495 <html>
24962496 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
24972497 <head>
2498 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
24982499 <title>Untitled Document</title>
24992500
25002501 <meta name="description" content="Untitled Document">
25012502 <meta name="keywords" content="Untitled Document">
25022503 <meta name="resource-type" content="document">
25032504 <meta name="distribution" content="global">
2504 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
25052505 <link href="#Top" rel="start" title="Top">
25062506 <style type="text/css">
25072507 <!--
790790 <html>
791791 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
792792 <head>
793 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
793794 <title>top</title>
794795
795796 <meta name="description" content="top">
796797 <meta name="keywords" content="top">
797798 <meta name="resource-type" content="document">
798799 <meta name="distribution" content="global">
799 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
800800 <link href="#Top" rel="start" title="Top">
801801 <style type="text/css">
802802 <!--
198198 <!-- aa -->
199199 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
200200 <head>
201 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
201202 <title>Untitled Document</title>
202203
203204 <meta name="description" content="Untitled Document">
204205 <meta name="keywords" content="Untitled Document">
205206 <meta name="resource-type" content="document">
206207 <meta name="distribution" content="global">
207 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
208208 <style type="text/css">
209209 <!--
210210 a.summary-letter {text-decoration: none}
480480 <html>
481481 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
482482 <head>
483 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
483484 <title>@title HTML test</title>
484485
485486 <meta name="description" content="@title HTML test">
486487 <meta name="keywords" content="@title HTML test">
487488 <meta name="resource-type" content="document">
488489 <meta name="distribution" content="global">
489 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
490490 <link href="#Top" rel="start" title="Top">
491491 <style type="text/css">
492492 <!--
505505 <html>
506506 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
507507 <head>
508 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
508509 <title>Untitled Document</title>
509510
510511 <meta name="description" content="Untitled Document">
511512 <meta name="keywords" content="Untitled Document">
512513 <meta name="resource-type" content="document">
513514 <meta name="distribution" content="global">
514 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
515515 <style type="text/css">
516516 <!--
517517 a.summary-letter {text-decoration: none}
179179 <html>
180180 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
181181 <head>
182 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
182183 <title>Untitled Document</title>
183184
184185 <meta name="description" content="Untitled Document">
185186 <meta name="keywords" content="Untitled Document">
186187 <meta name="resource-type" content="document">
187188 <meta name="distribution" content="global">
188 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
189189 <style type="text/css">
190190 <!--
191191 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
45 <title>Top (top)</title>
56
67 <meta name="description" content="Top (top)">
78 <meta name="keywords" content="Top (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
1111 <link href="#Top" rel="start" title="Top">
1212 <link href="#Top" rel="index" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
45 <title>Top (top)</title>
56
67 <meta name="description" content="Top (top)">
78 <meta name="keywords" content="Top (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
1111 <link href="#Top" rel="start" title="Top">
1212 <link href="#Top" rel="index" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
45 <title>Top (top)</title>
56
67 <meta name="description" content="Top (top)">
78 <meta name="keywords" content="Top (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1111 <link href="#Top" rel="start" title="Top">
1212 <link href="#Top" rel="index" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
45 <title>Top (top)</title>
56
67 <meta name="description" content="Top (top)">
78 <meta name="keywords" content="Top (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1111 <link href="#Top" rel="start" title="Top">
1212 <link href="#Top" rel="index" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (top)</title>
56
67 <meta name="description" content="Top (top)">
78 <meta name="keywords" content="Top (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="#Top" rel="start" title="Top">
1212 <link href="#Top" rel="index" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (top)</title>
56
67 <meta name="description" content="Top (top)">
78 <meta name="keywords" content="Top (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="#Top" rel="start" title="Top">
1212 <link href="#Top" rel="index" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
390390 <html>
391391 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
392392 <head>
393 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
393394 <title>top</title>
394395
395396 <meta name="description" content="top">
396397 <meta name="keywords" content="top">
397398 <meta name="resource-type" content="document">
398399 <meta name="distribution" content="global">
399 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
400400 <link href="#Top" rel="start" title="Top">
401401 <link href="#SEC_Contents" rel="contents" title="Table des mati&egrave;res">
402402 <style type="text/css">
337337 <html>
338338 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
339339 <head>
340 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
340341 <title>top erreur&rarr;</title>
341342
342343 <meta name="description" content="top erreur&rarr;">
343344 <meta name="keywords" content="top erreur&rarr;">
344345 <meta name="resource-type" content="document">
345346 <meta name="distribution" content="global">
346 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
347347 <link href="#Top" rel="start" title="Top">
348348 <style type="text/css">
349349 <!--
992992
993993
994994
995 $result_converted{'plaintext'}->{'multiple'} = ' -- Variable d\'instance of fr: BBB CCC
996
997 -- Variable d\'instance of copying: a b
998
999 -- Instance Variable of pt: BBB CCC
1000
1001 -- Instance Variable of copying: a b
995 $result_converted{'plaintext'}->{'multiple'} = ' -- Variable d\'instance de fr : BBB CCC
996
997 -- Variable d\'instance de copying : a b
998
999 -- Instance Variable da pt: BBB CCC
1000
1001 -- Instance Variable da copying: a b
10021002 ';
10031003
10041004
10051005 $result_converted{'info'}->{'multiple'} = 'This is , produced from .
10061006
1007 -- Variable d\'instance of copying: a b
1007 -- Variable d\'instance de copying : a b
10081008
10091009 
10101010 File: , Node: Top, Up: (dir)
10111011
1012 -- Variable d\'instance of fr: BBB CCC
1013
1014 -- Variable d\'instance of copying: a b
1015
1016 -- Instance Variable of pt: BBB CCC
1017
1018 -- Instance Variable of copying: a b
1012 -- Variable d\'instance de fr : BBB CCC
1013
1014 -- Variable d\'instance de copying : a b
1015
1016 -- Instance Variable da pt: BBB CCC
1017
1018 -- Instance Variable da copying: a b
10191019
10201020 
10211021 Tag Table:
1022 Node: Top68
1022 Node: Top69
10231023 
10241024 End Tag Table
10251025 ';
10301030 <!-- Instance Variable da copying: a b -->
10311031 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
10321032 <head>
1033 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10331034 <title>Documento Sem Nome</title>
10341035
10351036 <meta name="description" content="Documento Sem Nome">
10361037 <meta name="keywords" content="Documento Sem Nome">
10371038 <meta name="resource-type" content="document">
10381039 <meta name="distribution" content="global">
1039 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10401040 <link href="#Top" rel="start" title="Top">
10411041 <style type="text/css">
10421042 <!--
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Multi language file</title>
56
67 <meta name="description" content="Multi language file">
78 <meta name="keywords" content="Multi language file">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="#Top" rel="start" title="Top">
1212 <link href="dir.html#Top" rel="up" title="(dir)">
1313 <style type="text/css">
3737 3 fr_FR
3838 *******
3939
40 -- Variable d'instance of AAA: BBB CCC
40 -- Variable d'instance de AAA : BBB CCC
4141
4242 
4343 File: multiple_lang_chapters.info, Node: chapter de, Next: chapter pt_BR, Prev: chapter fr_FR, Up: Top
5959 Node: chapter ja266
6060 Node: chapter en440
6161 Node: chapter fr_FR623
62 Node: chapter de788
63 Node: chapter pt_BR909
62 Node: chapter de789
63 Node: chapter pt_BR910
6464 
6565 End Tag Table
6666
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Multi language file</title>
56
67 <meta name="description" content="Multi language file">
78 <meta name="keywords" content="Multi language file">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <style type="text/css">
1212 <!--
1313 a.summary-letter {text-decoration: none}
3838 3 fr_FR
3939 *******
4040
41 -- Variable d'instance of AAA: BBB CCC
41 -- Variable d'instance de AAA : BBB CCC
4242
4343 
4444 File: multiple_lang_chapters.info, Node: chapter de, Next: chapter pt_BR, Prev: chapter fr_FR, Up: Top
6060 Node: chapter ja293
6161 Node: chapter en467
6262 Node: chapter fr_FR650
63 Node: chapter de815
64 Node: chapter pt_BR936
63 Node: chapter de816
64 Node: chapter pt_BR937
6565 
6666 End Tag Table
6767
381381
382382
383383
384 $result_converted{'plaintext'}->{'simple'} = ' -- Variable d\'instance of AAA: BBB CCC
384 $result_converted{'plaintext'}->{'simple'} = ' -- Variable d\'instance de AAA : BBB CCC
385385 ';
386386
387387 1;
506506 <html>
507507 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
508508 <head>
509 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
509510 <title>unknkown language</title>
510511
511512 <meta name="description" content="unknkown language">
512513 <meta name="keywords" content="unknkown language">
513514 <meta name="resource-type" content="document">
514515 <meta name="distribution" content="global">
515 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
516516 <link href="#Top" rel="start" title="Top">
517517 <style type="text/css">
518518 <!--
391391
392392
393393
394 $result_converted{'plaintext'}->{'unknown_region'} = ' -- Variable d\'instance of AAA: BBB CCC
394 $result_converted{'plaintext'}->{'unknown_region'} = ' -- Variable d\'instance de AAA : BBB CCC
395395 ';
396396
397397
400400 
401401 File: , Node: Top, Up: (dir)
402402
403 -- Variable d\'instance of AAA: BBB CCC
403 -- Variable d\'instance de AAA : BBB CCC
404404
405405 
406406 Tag Table:
414414 <html>
415415 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
416416 <head>
417 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
417418 <title>Document sans titre</title>
418419
419420 <meta name="description" content="Document sans titre">
420421 <meta name="keywords" content="Document sans titre">
421422 <meta name="resource-type" content="document">
422423 <meta name="distribution" content="global">
423 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
424424 <link href="#Top" rel="start" title="Top">
425425 <style type="text/css">
426426 <!--
981981 <html>
982982 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
983983 <head>
984 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
984985 <title>top</title>
985986
986987 <meta name="description" content="top">
987988 <meta name="keywords" content="top">
988989 <meta name="resource-type" content="document">
989990 <meta name="distribution" content="global">
990 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
991991 <link href="#Top" rel="start" title="Top">
992992 <style type="text/css">
993993 <!--
500500 <html>
501501 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
502502 <head>
503 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
503504 <title>Untitled Document</title>
504505
505506 <meta name="description" content="Untitled Document">
506507 <meta name="keywords" content="Untitled Document">
507508 <meta name="resource-type" content="document">
508509 <meta name="distribution" content="global">
509 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
510510 <link href="#Top" rel="start" title="Top">
511511 <style type="text/css">
512512 <!--
269269 <html>
270270 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
271271 <head>
272 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
272273 <title>Untitled Document</title>
273274
274275 <meta name="description" content="Untitled Document">
275276 <meta name="keywords" content="Untitled Document">
276277 <meta name="resource-type" content="document">
277278 <meta name="distribution" content="global">
278 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
279279 <style type="text/css">
280280 <!--
281281 a.summary-letter {text-decoration: none}
398398 <html>
399399 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
400400 <head>
401 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
401402 <title>Untitled Document</title>
402403
403404 <meta name="description" content="Untitled Document">
404405 <meta name="keywords" content="Untitled Document">
405406 <meta name="resource-type" content="document">
406407 <meta name="distribution" content="global">
407 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
408408 <style type="text/css">
409409 <!--
410410 a.summary-letter {text-decoration: none}
374374 <html>
375375 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
376376 <head>
377 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
377378 <title>Untitled Document</title>
378379
379380 <meta name="description" content="Untitled Document">
380381 <meta name="keywords" content="Untitled Document">
381382 <meta name="resource-type" content="document">
382383 <meta name="distribution" content="global">
383 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
384384 <style type="text/css">
385385 <!--
386386 a.summary-letter {text-decoration: none}
21862186 <html>
21872187 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
21882188 <head>
2189 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
21892190 <title>top</title>
21902191
21912192 <meta name="description" content="top">
21922193 <meta name="keywords" content="top">
21932194 <meta name="resource-type" content="document">
21942195 <meta name="distribution" content="global">
2195 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
21962196 <link href="#Top" rel="start" title="Top">
21972197 <style type="text/css">
21982198 <!--
387387 <html>
388388 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
389389 <head>
390 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
390391 <title>Untitled Document</title>
391392
392393 <meta name="description" content="Untitled Document">
393394 <meta name="keywords" content="Untitled Document">
394395 <meta name="resource-type" content="document">
395396 <meta name="distribution" content="global">
396 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
397397 <link href="#Top" rel="start" title="Top">
398398 <style type="text/css">
399399 <!--
908908 <html>
909909 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
910910 <head>
911 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
911912 <title>Untitled Document</title>
912913
913914 <meta name="description" content="Untitled Document">
914915 <meta name="keywords" content="Untitled Document">
915916 <meta name="resource-type" content="document">
916917 <meta name="distribution" content="global">
917 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
918918 <link href="#Top" rel="start" title="Top">
919919 <style type="text/css">
920920 <!--
372372 <html>
373373 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
374374 <head>
375 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
375376 <title>Untitled Document</title>
376377
377378 <meta name="description" content="Untitled Document">
378379 <meta name="keywords" content="Untitled Document">
379380 <meta name="resource-type" content="document">
380381 <meta name="distribution" content="global">
381 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
382382 <style type="text/css">
383383 <!--
384384 a.summary-letter {text-decoration: none}
538538 <html>
539539 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
540540 <head>
541 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
541542 <title>top</title>
542543
543544 <meta name="description" content="top">
544545 <meta name="keywords" content="top">
545546 <meta name="resource-type" content="document">
546547 <meta name="distribution" content="global">
547 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
548548 <link href="#Top" rel="start" title="Top">
549549 <style type="text/css">
550550 <!--
11251125 <html>
11261126 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
11271127 <head>
1128 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11281129 <title>Untitled Document</title>
11291130
11301131 <meta name="description" content="Untitled Document">
11311132 <meta name="keywords" content="Untitled Document">
11321133 <meta name="resource-type" content="document">
11331134 <meta name="distribution" content="global">
1134 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11351135 <link href="#Top" rel="start" title="Top">
11361136 <style type="text/css">
11371137 <!--
508508 <html>
509509 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
510510 <head>
511 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
511512 <title>top</title>
512513
513514 <meta name="description" content="top">
514515 <meta name="keywords" content="top">
515516 <meta name="resource-type" content="document">
516517 <meta name="distribution" content="global">
517 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
518518 <link href="#Top" rel="start" title="Top">
519519 <style type="text/css">
520520 <!--
871871 <html>
872872 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
873873 <head>
874 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
874875 <title>Untitled Document</title>
875876
876877 <meta name="description" content="Untitled Document">
877878 <meta name="keywords" content="Untitled Document">
878879 <meta name="resource-type" content="document">
879880 <meta name="distribution" content="global">
880 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
881881 <link href="#Top" rel="start" title="Top">
882882 <style type="text/css">
883883 <!--
11231123 <html>
11241124 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
11251125 <head>
1126 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11261127 <title>Untitled Document</title>
11271128
11281129 <meta name="description" content="Untitled Document">
11291130 <meta name="keywords" content="Untitled Document">
11301131 <meta name="resource-type" content="document">
11311132 <meta name="distribution" content="global">
1132 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11331133 <style type="text/css">
11341134 <!--
11351135 a.summary-letter {text-decoration: none}
698698 <html>
699699 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
700700 <head>
701 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
701702 <title>Untitled Document</title>
702703
703704 <meta name="description" content="Untitled Document">
704705 <meta name="keywords" content="Untitled Document">
705706 <meta name="resource-type" content="document">
706707 <meta name="distribution" content="global">
707 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
708708 <style type="text/css">
709709 <!--
710710 a.summary-letter {text-decoration: none}
307307 <html>
308308 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
309309 <head>
310 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
310311 <title>Untitled Document</title>
311312
312313 <meta name="description" content="Untitled Document">
313314 <meta name="keywords" content="Untitled Document">
314315 <meta name="resource-type" content="document">
315316 <meta name="distribution" content="global">
316 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
317317 <style type="text/css">
318318 <!--
319319 a.summary-letter {text-decoration: none}
379379 <html>
380380 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
381381 <head>
382 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
382383 <title>Untitled Document</title>
383384
384385 <meta name="description" content="Untitled Document">
385386 <meta name="keywords" content="Untitled Document">
386387 <meta name="resource-type" content="document">
387388 <meta name="distribution" content="global">
388 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
389389 <style type="text/css">
390390 <!--
391391 a.summary-letter {text-decoration: none}
463463 <html>
464464 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
465465 <head>
466 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
466467 <title>Untitled Document</title>
467468
468469 <meta name="description" content="Untitled Document">
469470 <meta name="keywords" content="Untitled Document">
470471 <meta name="resource-type" content="document">
471472 <meta name="distribution" content="global">
472 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
473473 <style type="text/css">
474474 <!--
475475 a.summary-letter {text-decoration: none}
516516 <html>
517517 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
518518 <head>
519 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
519520 <title>Untitled Document</title>
520521
521522 <meta name="description" content="Untitled Document">
522523 <meta name="keywords" content="Untitled Document">
523524 <meta name="resource-type" content="document">
524525 <meta name="distribution" content="global">
525 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
526526 <style type="text/css">
527527 <!--
528528 a.summary-letter {text-decoration: none}
786786 <html>
787787 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
788788 <head>
789 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
789790 <title>Untitled Document</title>
790791
791792 <meta name="description" content="Untitled Document">
792793 <meta name="keywords" content="Untitled Document">
793794 <meta name="resource-type" content="document">
794795 <meta name="distribution" content="global">
795 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
796796 <link href="#Top" rel="start" title="Top">
797797 <style type="text/css">
798798 <!--
493493 <html>
494494 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
495495 <head>
496 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
496497 <title>top</title>
497498
498499 <meta name="description" content="top">
499500 <meta name="keywords" content="top">
500501 <meta name="resource-type" content="document">
501502 <meta name="distribution" content="global">
502 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
503503 <link href="#Top" rel="start" title="Top">
504504 <style type="text/css">
505505 <!--
412412 <html>
413413 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
414414 <head>
415 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
415416 <title>Untitled Document</title>
416417
417418 <meta name="description" content="Untitled Document">
418419 <meta name="keywords" content="Untitled Document">
419420 <meta name="resource-type" content="document">
420421 <meta name="distribution" content="global">
421 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
422422 <link href="#Top" rel="start" title="Top">
423423 <style type="text/css">
424424 <!--
250250 <html>
251251 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
252252 <head>
253 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
253254 <title>Untitled Document</title>
254255
255256 <meta name="description" content="Untitled Document">
256257 <meta name="keywords" content="Untitled Document">
257258 <meta name="resource-type" content="document">
258259 <meta name="distribution" content="global">
259 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
260260 <link href="#Top" rel="start" title="Top">
261261 <style type="text/css">
262262 <!--
329329 <html>
330330 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
331331 <head>
332 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
332333 <title>Untitled Document</title>
333334
334335 <meta name="description" content="Untitled Document">
335336 <meta name="keywords" content="Untitled Document">
336337 <meta name="resource-type" content="document">
337338 <meta name="distribution" content="global">
338 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
339339 <link href="#Top" rel="start" title="Top">
340340 <style type="text/css">
341341 <!--
11921192 <html>
11931193 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
11941194 <head>
1195 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11951196 <title>Untitled Document</title>
11961197
11971198 <meta name="description" content="Untitled Document">
11981199 <meta name="keywords" content="Untitled Document">
11991200 <meta name="resource-type" content="document">
12001201 <meta name="distribution" content="global">
1201 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
12021202 <link href="#Top" rel="start" title="Top">
12031203 <style type="text/css">
12041204 <!--
660660 <html>
661661 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
662662 <head>
663 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
663664 <title>Untitled Document</title>
664665
665666 <meta name="description" content="Untitled Document">
666667 <meta name="keywords" content="Untitled Document">
667668 <meta name="resource-type" content="document">
668669 <meta name="distribution" content="global">
669 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
670670 <style type="text/css">
671671 <!--
672672 a.summary-letter {text-decoration: none}
628628 <html>
629629 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
630630 <head>
631 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
631632 <title>Untitled Document</title>
632633
633634 <meta name="description" content="Untitled Document">
634635 <meta name="keywords" content="Untitled Document">
635636 <meta name="resource-type" content="document">
636637 <meta name="distribution" content="global">
637 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
638638 <style type="text/css">
639639 <!--
640640 a.summary-letter {text-decoration: none}
473473 <html>
474474 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
475475 <head>
476 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
476477 <title>top</title>
477478
478479 <meta name="description" content="top">
479480 <meta name="keywords" content="top">
480481 <meta name="resource-type" content="document">
481482 <meta name="distribution" content="global">
482 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
483483 <link href="#Top" rel="start" title="Top">
484484 <style type="text/css">
485485 <!--
464464 -->
465465 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
466466 <head>
467 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
467468 <title>Untitled Document</title>
468469
469470 <meta name="description" content="Untitled Document">
470471 <meta name="keywords" content="Untitled Document">
471472 <meta name="resource-type" content="document">
472473 <meta name="distribution" content="global">
473 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
474474 <link href="#Top" rel="start" title="Top">
475475 <style type="text/css">
476476 <!--
518518 -->
519519 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
520520 <head>
521 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
521522 <title>Untitled Document</title>
522523
523524 <meta name="description" content="Untitled Document">
524525 <meta name="keywords" content="Untitled Document">
525526 <meta name="resource-type" content="document">
526527 <meta name="distribution" content="global">
527 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
528528 <link href="#Top" rel="start" title="Top">
529529 <style type="text/css">
530530 <!--
414414 <html>
415415 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
416416 <head>
417 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
417418 <title>top</title>
418419
419420 <meta name="description" content="top">
420421 <meta name="keywords" content="top">
421422 <meta name="resource-type" content="document">
422423 <meta name="distribution" content="global">
423 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
424424 <link href="#Top" rel="start" title="Top">
425425 <style type="text/css">
426426 <!--
414414 <html>
415415 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
416416 <head>
417 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
417418 <title>top</title>
418419
419420 <meta name="description" content="top">
420421 <meta name="keywords" content="top">
421422 <meta name="resource-type" content="document">
422423 <meta name="distribution" content="global">
423 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
424424 <link href="#Top" rel="start" title="Top">
425425 <style type="text/css">
426426 <!--
340340 <html>
341341 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
342342 <head>
343 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
343344 <title>Untitled Document</title>
344345
345346 <meta name="description" content="Untitled Document">
346347 <meta name="keywords" content="Untitled Document">
347348 <meta name="resource-type" content="document">
348349 <meta name="distribution" content="global">
349 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
350350 <link href="#Top" rel="start" title="Top">
351351 <style type="text/css">
352352 <!--
340340 <html>
341341 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
342342 <head>
343 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
343344 <title>Untitled Document</title>
344345
345346 <meta name="description" content="Untitled Document">
346347 <meta name="keywords" content="Untitled Document">
347348 <meta name="resource-type" content="document">
348349 <meta name="distribution" content="global">
349 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
350350 <link href="#Top" rel="start" title="Top">
351351 <style type="text/css">
352352 <!--
757757 <!-- GFDL -->
758758 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
759759 <head>
760 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
760761 <title>top</title>
761762
762763 <meta name="description" content="top">
763764 <meta name="keywords" content="top">
764765 <meta name="resource-type" content="document">
765766 <meta name="distribution" content="global">
766 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
767767 <link href="#Top" rel="start" title="Top">
768768 <style type="text/css">
769769 <!--
365365 <!-- a sunny day. -->
366366 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
367367 <head>
368 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
368369 <title>top</title>
369370
370371 <meta name="description" content="top">
371372 <meta name="keywords" content="top">
372373 <meta name="resource-type" content="document">
373374 <meta name="distribution" content="global">
374 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
375375 <link href="#Top" rel="start" title="Top">
376376 <style type="text/css">
377377 <!--
753753 <html>
754754 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
755755 <head>
756 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
756757 <title>Top</title>
757758
758759 <meta name="description" content="Top">
759760 <meta name="keywords" content="Top">
760761 <meta name="resource-type" content="document">
761762 <meta name="distribution" content="global">
762 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
763763 <link href="#Top" rel="start" title="Top">
764764 <style type="text/css">
765765 <!--
805805 <html>
806806 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
807807 <head>
808 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
808809 <title>Top</title>
809810
810811 <meta name="description" content="Top">
811812 <meta name="keywords" content="Top">
812813 <meta name="resource-type" content="document">
813814 <meta name="distribution" content="global">
814 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
815815 <link href="#Top" rel="start" title="Top">
816816 <style type="text/css">
817817 <!--
263263 <html>
264264 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
265265 <head>
266 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
266267 <title>Untitled Document</title>
267268
268269 <meta name="description" content="Untitled Document">
269270 <meta name="keywords" content="Untitled Document">
270271 <meta name="resource-type" content="document">
271272 <meta name="distribution" content="global">
272 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
273273 <link href="#Top" rel="start" title="Top">
274274 <style type="text/css">
275275 <!--
380380 <html>
381381 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
382382 <head>
383 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
383384 <title>Untitled Document</title>
384385
385386 <meta name="description" content="Untitled Document">
386387 <meta name="keywords" content="Untitled Document">
387388 <meta name="resource-type" content="document">
388389 <meta name="distribution" content="global">
389 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
390390 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
391391 <style type="text/css">
392392 <!--
256256 <html>
257257 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
258258 <head>
259 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
259260 <title>Untitled Document</title>
260261
261262 <meta name="description" content="Untitled Document">
262263 <meta name="keywords" content="Untitled Document">
263264 <meta name="resource-type" content="document">
264265 <meta name="distribution" content="global">
265 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
266266 <style type="text/css">
267267 <!--
268268 a.summary-letter {text-decoration: none}
789789 <html>
790790 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
791791 <head>
792 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
792793 <title>top section</title>
793794
794795 <meta name="description" content="top section">
795796 <meta name="keywords" content="top section">
796797 <meta name="resource-type" content="document">
797798 <meta name="distribution" content="global">
798 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
799799 <link href="#Top" rel="start" title="Top">
800800 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
801801 <style type="text/css">
716716 <html>
717717 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
718718 <head>
719 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
719720 <title>Untitled Document</title>
720721
721722 <meta name="description" content="Untitled Document">
722723 <meta name="keywords" content="Untitled Document">
723724 <meta name="resource-type" content="document">
724725 <meta name="distribution" content="global">
725 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
726726 <link href="#Top" rel="start" title="Top">
727727 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
728728 <style type="text/css">
650650 <html>
651651 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
652652 <head>
653 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
653654 <title>Untitled Document</title>
654655
655656 <meta name="description" content="Untitled Document">
656657 <meta name="keywords" content="Untitled Document">
657658 <meta name="resource-type" content="document">
658659 <meta name="distribution" content="global">
659 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
660660 <link href="#Top" rel="start" title="Top">
661661 <style type="text/css">
662662 <!--
22662266 <html>
22672267 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
22682268 <head>
2269 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
22692270 <title>Test refs</title>
22702271
22712272 <meta name="description" content="Test refs">
22722273 <meta name="keywords" content="Test refs">
22732274 <meta name="resource-type" content="document">
22742275 <meta name="distribution" content="global">
2275 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
22762276 <link href="#Top" rel="start" title="Top">
22772277 <style type="text/css">
22782278 <!--
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>!_&quot;#$%&amp;'()*+-. (Test refs)</title>
56
67 <meta name="description" content="!_&quot;#$%&amp;'()*+-. (Test refs)">
78 <meta name="keywords" content="!_&quot;#$%&amp;'()*+-. (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="other-nodes.html#other-nodes" rel="up" title="other nodes">
1313 <link 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" rel="next" title="/;&lt;=&gt;?[\]^_`|~">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>/;&lt;=&gt;?[\]^_`|~ (Test refs)</title>
56
67 <meta name="description" content="/;&lt;=&gt;?[\]^_`|~ (Test refs)">
78 <meta name="keywords" content="/;&lt;=&gt;?[\]^_`|~ (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="other-nodes.html#other-nodes" rel="up" title="other nodes">
1313 <link href="local-node.html#local-node" rel="next" title="local node">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Test refs)</title>
56
67 <meta name="description" content="Top (Test refs)">
78 <meta name="keywords" content="Top (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="#Top" rel="start" title="Top">
1212 <link href="../dir/index.html" rel="up" title="(dir)">
1313 <link href="other-nodes.html#other-nodes" rel="next" title="other nodes">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>local node (Test refs)</title>
56
67 <meta name="description" content="local node (Test refs)">
78 <meta name="keywords" content="local node (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="other-nodes.html#other-nodes" rel="up" title="other nodes">
1313 <link 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" rel="prev" title="/;&lt;=&gt;?[\]^_`|~">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>other nodes (Test refs)</title>
56
67 <meta name="description" content="other nodes (Test refs)">
78 <meta name="keywords" content="other nodes (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link 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" rel="next" title="!_&quot;#$%&amp;'()*+-.">
944944 <html>
945945 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
946946 <head>
947 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
947948 <title>top</title>
948949
949950 <meta name="description" content="top">
950951 <meta name="keywords" content="top">
951952 <meta name="resource-type" content="document">
952953 <meta name="distribution" content="global">
953 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
954954 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
955955 <style type="text/css">
956956 <!--
980980 <html>
981981 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
982982 <head>
983 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
983984 <title>top</title>
984985
985986 <meta name="description" content="top">
986987 <meta name="keywords" content="top">
987988 <meta name="resource-type" content="document">
988989 <meta name="distribution" content="global">
989 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
990990 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
991991 <style type="text/css">
992992 <!--
159159 <html>
160160 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
161161 <head>
162 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
162163 <title>Untitled Document</title>
163164
164165 <meta name="description" content="Untitled Document">
165166 <meta name="keywords" content="Untitled Document">
166167 <meta name="resource-type" content="document">
167168 <meta name="distribution" content="global">
168 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
169169 <link href="#Top" rel="start" title="Top">
170170 <style type="text/css">
171171 <!--
10631063 <html>
10641064 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
10651065 <head>
1066 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10661067 <title>Untitled Document</title>
10671068
10681069 <meta name="description" content="Untitled Document">
10691070 <meta name="keywords" content="Untitled Document">
10701071 <meta name="resource-type" content="document">
10711072 <meta name="distribution" content="global">
1072 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10731073 <link href="#node1" rel="start" title="node1">
10741074 <style type="text/css">
10751075 <!--
975975 <html>
976976 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
977977 <head>
978 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
978979 <title>top</title>
979980
980981 <meta name="description" content="top">
981982 <meta name="keywords" content="top">
982983 <meta name="resource-type" content="document">
983984 <meta name="distribution" content="global">
984 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
985985 <link href="#Top" rel="start" title="Top">
986986 <style type="text/css">
987987 <!--
361361 <html>
362362 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
363363 <head>
364 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
364365 <title>Untitled Document</title>
365366
366367 <meta name="description" content="Untitled Document">
367368 <meta name="keywords" content="Untitled Document">
368369 <meta name="resource-type" content="document">
369370 <meta name="distribution" content="global">
370 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
371371 <link href="#Top" rel="start" title="ToP">
372372 <style type="text/css">
373373 <!--
479479 <html>
480480 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
481481 <head>
482 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
482483 <title>empty top node up</title>
483484
484485 <meta name="description" content="empty top node up">
485486 <meta name="keywords" content="empty top node up">
486487 <meta name="resource-type" content="document">
487488 <meta name="distribution" content="global">
488 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
489489 <link href="#Top" rel="start" title="Top">
490490 <style type="text/css">
491491 <!--
763763 <html>
764764 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
765765 <head>
766 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
766767 <title>Untitled Document</title>
767768
768769 <meta name="description" content="Untitled Document">
769770 <meta name="keywords" content="Untitled Document">
770771 <meta name="resource-type" content="document">
771772 <meta name="distribution" content="global">
772 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
773773 <link href="#Top" rel="start" title="Top">
774774 <style type="text/css">
775775 <!--
562562 <html>
563563 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
564564 <head>
565 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
565566 <title>Untitled Document</title>
566567
567568 <meta name="description" content="Untitled Document">
568569 <meta name="keywords" content="Untitled Document">
569570 <meta name="resource-type" content="document">
570571 <meta name="distribution" content="global">
571 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
572572 <link href="#Top" rel="start" title="Top">
573573 <style type="text/css">
574574 <!--
880880 <html>
881881 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
882882 <head>
883 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
883884 <title>Untitled Document</title>
884885
885886 <meta name="description" content="Untitled Document">
886887 <meta name="keywords" content="Untitled Document">
887888 <meta name="resource-type" content="document">
888889 <meta name="distribution" content="global">
889 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
890890 <link href="#Top" rel="start" title="Top">
891891 <style type="text/css">
892892 <!--
593593 <html>
594594 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
595595 <head>
596 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
596597 <title>internal top node up</title>
597598
598599 <meta name="description" content="internal top node up">
599600 <meta name="keywords" content="internal top node up">
600601 <meta name="resource-type" content="document">
601602 <meta name="distribution" content="global">
602 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603603 <link href="#Top" rel="start" title="Top">
604604 <style type="text/css">
605605 <!--
4646 <html>
4747 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
4848 <head>
49 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4950 <title>Untitled Document</title>
5051
5152 <meta name="description" content="Untitled Document">
5253 <meta name="keywords" content="Untitled Document">
5354 <meta name="resource-type" content="document">
5455 <meta name="distribution" content="global">
55 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5656 <style type="text/css">
5757 <!--
5858 a.summary-letter {text-decoration: none}
13691369 <html>
13701370 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
13711371 <head>
1372 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
13721373 <title>top</title>
13731374
13741375 <meta name="description" content="top">
13751376 <meta name="keywords" content="top">
13761377 <meta name="resource-type" content="document">
13771378 <meta name="distribution" content="global">
1378 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
13791379 <link href="#Top" rel="start" title="Top">
13801380 <style type="text/css">
13811381 <!--
237237 <html>
238238 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
239239 <head>
240 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
240241 <title>for example</title>
241242
242243 <meta name="description" content="for example">
243244 <meta name="keywords" content="for example">
244245 <meta name="resource-type" content="document">
245246 <meta name="distribution" content="global">
246 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
247247 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
248248 <style type="text/css">
249249 <!--
11161116 <html>
11171117 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
11181118 <head>
1119 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
11191120 <title>no_element test</title>
11201121
11211122 <meta name="description" content="no_element test">
11221123 <meta name="keywords" content="no_element test">
11231124 <meta name="resource-type" content="document">
11241125 <meta name="distribution" content="global">
1125 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
11261126 <style type="text/css">
11271127 <!--
11281128 a.summary-letter {text-decoration: none}
653653 <html>
654654 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
655655 <head>
656 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
656657 <title>Untitled Document</title>
657658
658659 <meta name="description" content="Untitled Document">
659660 <meta name="keywords" content="Untitled Document">
660661 <meta name="resource-type" content="document">
661662 <meta name="distribution" content="global">
662 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
663663 <link href="#Top" rel="start" title="Top">
664664 <style type="text/css">
665665 <!--
11881188 <html>
11891189 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
11901190 <head>
1191 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11911192 <title>top</title>
11921193
11931194 <meta name="description" content="top">
11941195 <meta name="keywords" content="top">
11951196 <meta name="resource-type" content="document">
11961197 <meta name="distribution" content="global">
1197 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11981198 <link href="#Top" rel="start" title="Top">
11991199 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
12001200 <style type="text/css">
802802 <html>
803803 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
804804 <head>
805 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
805806 <title>top</title>
806807
807808 <meta name="description" content="top">
808809 <meta name="keywords" content="top">
809810 <meta name="resource-type" content="document">
810811 <meta name="distribution" content="global">
811 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
812812 <link href="#Top" rel="start" title="Top">
813813 <style type="text/css">
814814 <!--
171171 <html>
172172 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
173173 <head>
174 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
174175 <title>Untitled Document</title>
175176
176177 <meta name="description" content="Untitled Document">
177178 <meta name="keywords" content="Untitled Document">
178179 <meta name="resource-type" content="document">
179180 <meta name="distribution" content="global">
180 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
181181 <link href="#Top" rel="start" title="Top">
182182 <style type="text/css">
183183 <!--
647647 <html>
648648 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
649649 <head>
650 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
650651 <title>Untitled Document</title>
651652
652653 <meta name="description" content="Untitled Document">
653654 <meta name="keywords" content="Untitled Document">
654655 <meta name="resource-type" content="document">
655656 <meta name="distribution" content="global">
656 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
657657 <link href="#Top" rel="start" title="Top">
658658 <style type="text/css">
659659 <!--
971971 <html>
972972 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
973973 <head>
974 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
974975 <title>Untitled Document</title>
975976
976977 <meta name="description" content="Untitled Document">
977978 <meta name="keywords" content="Untitled Document">
978979 <meta name="resource-type" content="document">
979980 <meta name="distribution" content="global">
980 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
981981 <link href="#Top" rel="start" title="Top">
982982 <style type="text/css">
983983 <!--
866866 <html>
867867 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
868868 <head>
869 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
869870 <title>Untitled Document</title>
870871
871872 <meta name="description" content="Untitled Document">
872873 <meta name="keywords" content="Untitled Document">
873874 <meta name="resource-type" content="document">
874875 <meta name="distribution" content="global">
875 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
876876 <link href="#Top" rel="start" title="Top">
877877 <style type="text/css">
878878 <!--
973973 <html>
974974 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
975975 <head>
976 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
976977 <title>Untitled Document</title>
977978
978979 <meta name="description" content="Untitled Document">
979980 <meta name="keywords" content="Untitled Document">
980981 <meta name="resource-type" content="document">
981982 <meta name="distribution" content="global">
982 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
983983 <link href="#Top" rel="start" title="Top">
984984 <style type="text/css">
985985 <!--
868868 <html>
869869 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
870870 <head>
871 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
871872 <title>Untitled Document</title>
872873
873874 <meta name="description" content="Untitled Document">
874875 <meta name="keywords" content="Untitled Document">
875876 <meta name="resource-type" content="document">
876877 <meta name="distribution" content="global">
877 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
878878 <link href="#Top" rel="start" title="Top">
879879 <style type="text/css">
880880 <!--
625625 <html>
626626 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
627627 <head>
628 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
628629 <title>Untitled Document</title>
629630
630631 <meta name="description" content="Untitled Document">
631632 <meta name="keywords" content="Untitled Document">
632633 <meta name="resource-type" content="document">
633634 <meta name="distribution" content="global">
634 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
635635 <link href="#first" rel="start" title="first">
636636 <style type="text/css">
637637 <!--
10111011 <html>
10121012 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
10131013 <head>
1014 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10141015 <title>internal top node up</title>
10151016
10161017 <meta name="description" content="internal top node up">
10171018 <meta name="keywords" content="internal top node up">
10181019 <meta name="resource-type" content="document">
10191020 <meta name="distribution" content="global">
1020 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10211021 <link href="#Top" rel="start" title="Top">
10221022 <style type="text/css">
10231023 <!--
10111011 <html>
10121012 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
10131013 <head>
1014 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10141015 <title>internal top node up</title>
10151016
10161017 <meta name="description" content="internal top node up">
10171018 <meta name="keywords" content="internal top node up">
10181019 <meta name="resource-type" content="document">
10191020 <meta name="distribution" content="global">
1020 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10211021 <link href="#Top" rel="start" title="Top">
10221022 <style type="text/css">
10231023 <!--
792792 <html>
793793 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
794794 <head>
795 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
795796 <title>internal top node up</title>
796797
797798 <meta name="description" content="internal top node up">
798799 <meta name="keywords" content="internal top node up">
799800 <meta name="resource-type" content="document">
800801 <meta name="distribution" content="global">
801 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
802802 <link href="#Top" rel="start" title="Top">
803803 <style type="text/css">
804804 <!--
332332 <html>
333333 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
334334 <head>
335 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
335336 <title>Untitled Document</title>
336337
337338 <meta name="description" content="Untitled Document">
338339 <meta name="keywords" content="Untitled Document">
339340 <meta name="resource-type" content="document">
340341 <meta name="distribution" content="global">
341 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
342342 <link href="#one-node" rel="start" title="one node">
343343 <style type="text/css">
344344 <!--
104104 <html>
105105 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
106106 <head>
107 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
107108 <title>Untitled Document</title>
108109
109110 <meta name="description" content="Untitled Document">
110111 <meta name="keywords" content="Untitled Document">
111112 <meta name="resource-type" content="document">
112113 <meta name="distribution" content="global">
113 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
114114 <style type="text/css">
115115 <!--
116116 a.summary-letter {text-decoration: none}
211211 <html>
212212 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
213213 <head>
214 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
214215 <title>Untitled Document</title>
215216
216217 <meta name="description" content="Untitled Document">
217218 <meta name="keywords" content="Untitled Document">
218219 <meta name="resource-type" content="document">
219220 <meta name="distribution" content="global">
220 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
221221 <link href="#one-node" rel="start" title="one node">
222222 <style type="text/css">
223223 <!--
225225 <html>
226226 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
227227 <head>
228 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
228229 <title>Untitled Document</title>
229230
230231 <meta name="description" content="Untitled Document">
231232 <meta name="keywords" content="Untitled Document">
232233 <meta name="resource-type" content="document">
233234 <meta name="distribution" content="global">
234 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
235235 <style type="text/css">
236236 <!--
237237 a.summary-letter {text-decoration: none}
232232 <html>
233233 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
234234 <head>
235 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
235236 <title>top</title>
236237
237238 <meta name="description" content="top">
238239 <meta name="keywords" content="top">
239240 <meta name="resource-type" content="document">
240241 <meta name="distribution" content="global">
241 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
242242 <style type="text/css">
243243 <!--
244244 a.summary-letter {text-decoration: none}
792792 <html>
793793 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
794794 <head>
795 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
795796 <title>top</title>
796797
797798 <meta name="description" content="top">
798799 <meta name="keywords" content="top">
799800 <meta name="resource-type" content="document">
800801 <meta name="distribution" content="global">
801 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
802802 <link href="#Top" rel="start" title="Top">
803803 <style type="text/css">
804804 <!--
689689 <html>
690690 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
691691 <head>
692 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
692693 <title>top</title>
693694
694695 <meta name="description" content="top">
695696 <meta name="keywords" content="top">
696697 <meta name="resource-type" content="document">
697698 <meta name="distribution" content="global">
698 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
699699 <link href="#Top" rel="start" title="Top">
700700 <style type="text/css">
701701 <!--
712712 <html>
713713 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
714714 <head>
715 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
715716 <title>top</title>
716717
717718 <meta name="description" content="top">
718719 <meta name="keywords" content="top">
719720 <meta name="resource-type" content="document">
720721 <meta name="distribution" content="global">
721 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
722722 <link href="#Top" rel="start" title="Top">
723723 <style type="text/css">
724724 <!--
11231123 <html>
11241124 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
11251125 <head>
1126 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11261127 <title>top</title>
11271128
11281129 <meta name="description" content="top">
11291130 <meta name="keywords" content="top">
11301131 <meta name="resource-type" content="document">
11311132 <meta name="distribution" content="global">
1132 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11331133 <link href="#Top" rel="start" title="Top">
11341134 <style type="text/css">
11351135 <!--
921921 <html>
922922 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
923923 <head>
924 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
924925 <title>top</title>
925926
926927 <meta name="description" content="top">
927928 <meta name="keywords" content="top">
928929 <meta name="resource-type" content="document">
929930 <meta name="distribution" content="global">
930 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
931931 <link href="#Top" rel="start" title="Top">
932932 <style type="text/css">
933933 <!--
11221122 <html>
11231123 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
11241124 <head>
1125 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11251126 <title>top</title>
11261127
11271128 <meta name="description" content="top">
11281129 <meta name="keywords" content="top">
11291130 <meta name="resource-type" content="document">
11301131 <meta name="distribution" content="global">
1131 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11321132 <link href="#Top" rel="start" title="Top">
11331133 <style type="text/css">
11341134 <!--
12211221 <html>
12221222 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
12231223 <head>
1224 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
12241225 <title>top</title>
12251226
12261227 <meta name="description" content="top">
12271228 <meta name="keywords" content="top">
12281229 <meta name="resource-type" content="document">
12291230 <meta name="distribution" content="global">
1230 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
12311231 <link href="#Top" rel="start" title="Top">
12321232 <style type="text/css">
12331233 <!--
10051005 <html>
10061006 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
10071007 <head>
1008 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10081009 <title>top</title>
10091010
10101011 <meta name="description" content="top">
10111012 <meta name="keywords" content="top">
10121013 <meta name="resource-type" content="document">
10131014 <meta name="distribution" content="global">
1014 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10151015 <link href="#Top" rel="start" title="Top">
10161016 <style type="text/css">
10171017 <!--
12111211 <html>
12121212 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
12131213 <head>
1214 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
12141215 <title>top</title>
12151216
12161217 <meta name="description" content="top">
12171218 <meta name="keywords" content="top">
12181219 <meta name="resource-type" content="document">
12191220 <meta name="distribution" content="global">
1220 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
12211221 <link href="#Top" rel="start" title="Top">
12221222 <style type="text/css">
12231223 <!--
12351235 <html>
12361236 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
12371237 <head>
1238 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
12381239 <title>Untitled Document</title>
12391240
12401241 <meta name="description" content="Untitled Document">
12411242 <meta name="keywords" content="Untitled Document">
12421243 <meta name="resource-type" content="document">
12431244 <meta name="distribution" content="global">
1244 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
12451245 <style type="text/css">
12461246 <!--
12471247 a.summary-letter {text-decoration: none}
13201320 <html>
13211321 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
13221322 <head>
1323 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
13231324 <title>top section</title>
13241325
13251326 <meta name="description" content="top section">
13261327 <meta name="keywords" content="top section">
13271328 <meta name="resource-type" content="document">
13281329 <meta name="distribution" content="global">
1329 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
13301330 <link href="#Top" rel="start" title="Top">
13311331 <style type="text/css">
13321332 <!--
718718 <html>
719719 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
720720 <head>
721 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
721722 <title>top</title>
722723
723724 <meta name="description" content="top">
724725 <meta name="keywords" content="top">
725726 <meta name="resource-type" content="document">
726727 <meta name="distribution" content="global">
727 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
728728 <link href="#Top" rel="start" title="Top">
729729 <style type="text/css">
730730 <!--
298298 <html>
299299 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
300300 <head>
301 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
301302 <title>top</title>
302303
303304 <meta name="description" content="top">
304305 <meta name="keywords" content="top">
305306 <meta name="resource-type" content="document">
306307 <meta name="distribution" content="global">
307 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
308308 <link href="#Top" rel="start" title="ToP">
309309 <style type="text/css">
310310 <!--
235235 <html>
236236 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
237237 <head>
238 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
238239 <title>Untitled Document</title>
239240
240241 <meta name="description" content="Untitled Document">
241242 <meta name="keywords" content="Untitled Document">
242243 <meta name="resource-type" content="document">
243244 <meta name="distribution" content="global">
244 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
245245 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
246246 <style type="text/css">
247247 <!--
610610 <html>
611611 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
612612 <head>
613 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
613614 <title>top</title>
614615
615616 <meta name="description" content="top">
616617 <meta name="keywords" content="top">
617618 <meta name="resource-type" content="document">
618619 <meta name="distribution" content="global">
619 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
620620 <link href="#Top" rel="start" title="Top">
621621 <style type="text/css">
622622 <!--
10151015 <html>
10161016 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
10171017 <head>
1018 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10181019 <title>Top</title>
10191020
10201021 <meta name="description" content="Top">
10211022 <meta name="keywords" content="Top">
10221023 <meta name="resource-type" content="document">
10231024 <meta name="distribution" content="global">
1024 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10251025 <link href="#Top" rel="start" title="Top">
10261026 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
10271027 <style type="text/css">
168168 <html>
169169 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
170170 <head>
171 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
171172 <title>Untitled Document</title>
172173
173174 <meta name="description" content="Untitled Document">
174175 <meta name="keywords" content="Untitled Document">
175176 <meta name="resource-type" content="document">
176177 <meta name="distribution" content="global">
177 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
178178 <style type="text/css">
179179 <!--
180180 a.summary-letter {text-decoration: none}
971971 <html>
972972 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
973973 <head>
974 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
974975 <title>top</title>
975976
976977 <meta name="description" content="top">
977978 <meta name="keywords" content="top">
978979 <meta name="resource-type" content="document">
979980 <meta name="distribution" content="global">
980 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
981981 <link href="#Top" rel="start" title="Top">
982982 <style type="text/css">
983983 <!--
92459245 <html>
92469246 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
92479247 <head>
9248 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
92489249 <title>Test section in unnumbered</title>
92499250
92509251 <meta name="description" content="Test section in unnumbered">
92519252 <meta name="keywords" content="Test section in unnumbered">
92529253 <meta name="resource-type" content="document">
92539254 <meta name="distribution" content="global">
9254 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
92559255 <link href="#Top" rel="start" title="Top">
92569256 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
92579257 <style type="text/css">
90729072 <html>
90739073 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
90749074 <head>
9075 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
90759076 <title>Test section in unnumbered</title>
90769077
90779078 <meta name="description" content="Test section in unnumbered">
90789079 <meta name="keywords" content="Test section in unnumbered">
90799080 <meta name="resource-type" content="document">
90809081 <meta name="distribution" content="global">
9081 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
90829082 <link href="#Top" rel="start" title="Top">
90839083 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
90849084 <style type="text/css">
313313 <html>
314314 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
315315 <head>
316 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
316317 <title>Untitled Document</title>
317318
318319 <meta name="description" content="Untitled Document">
319320 <meta name="keywords" content="Untitled Document">
320321 <meta name="resource-type" content="document">
321322 <meta name="distribution" content="global">
322 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
323323 <link href="#Top" rel="start" title="Top">
324324 <style type="text/css">
325325 <!--
349349 <html>
350350 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
351351 <head>
352 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
352353 <title>In top</title>
353354
354355 <meta name="description" content="In top">
355356 <meta name="keywords" content="In top">
356357 <meta name="resource-type" content="document">
357358 <meta name="distribution" content="global">
358 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
359359 <link href="#Top" rel="start" title="Top">
360360 <style type="text/css">
361361 <!--
940940 <html>
941941 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
942942 <head>
943 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
943944 <title>top</title>
944945
945946 <meta name="description" content="top">
946947 <meta name="keywords" content="top">
947948 <meta name="resource-type" content="document">
948949 <meta name="distribution" content="global">
949 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
950950 <style type="text/css">
951951 <!--
952952 a.summary-letter {text-decoration: none}
774774 <html>
775775 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
776776 <head>
777 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
777778 <title>Untitled Document</title>
778779
779780 <meta name="description" content="Untitled Document">
780781 <meta name="keywords" content="Untitled Document">
781782 <meta name="resource-type" content="document">
782783 <meta name="distribution" content="global">
783 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
784784 <link href="#Top" rel="start" title="Top">
785785 <style type="text/css">
786786 <!--
109109 <html>
110110 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
111111 <head>
112 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
112113 <title>Untitled Document</title>
113114
114115 <meta name="description" content="Untitled Document">
115116 <meta name="keywords" content="Untitled Document">
116117 <meta name="resource-type" content="document">
117118 <meta name="distribution" content="global">
118 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
119119 <style type="text/css">
120120 <!--
121121 a.summary-letter {text-decoration: none}
189189 <html>
190190 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
191191 <head>
192 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
192193 <title>Untitled Document</title>
193194
194195 <meta name="description" content="Untitled Document">
195196 <meta name="keywords" content="Untitled Document">
196197 <meta name="resource-type" content="document">
197198 <meta name="distribution" content="global">
198 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
199199 <link href="#start" rel="start" title="start">
200200 <style type="text/css">
201201 <!--
191191 <html>
192192 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
193193 <head>
194 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
194195 <title>Untitled Document</title>
195196
196197 <meta name="description" content="Untitled Document">
197198 <meta name="keywords" content="Untitled Document">
198199 <meta name="resource-type" content="document">
199200 <meta name="distribution" content="global">
200 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
201201 <link href="#Top" rel="start" title="Top">
202202 <style type="text/css">
203203 <!--
565565 <html>
566566 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
567567 <head>
568 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
568569 <title>Untitled Document</title>
569570
570571 <meta name="description" content="Untitled Document">
571572 <meta name="keywords" content="Untitled Document">
572573 <meta name="resource-type" content="document">
573574 <meta name="distribution" content="global">
574 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
575575 <link href="#Top" rel="start" title="Top">
576576 <style type="text/css">
577577 <!--
385385 <html>
386386 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
387387 <head>
388 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
388389 <title>top</title>
389390
390391 <meta name="description" content="top">
391392 <meta name="keywords" content="top">
392393 <meta name="resource-type" content="document">
393394 <meta name="distribution" content="global">
394 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
395395 <link href="#Top" rel="start" title="Top">
396396 <style type="text/css">
397397 <!--
593593 <html>
594594 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
595595 <head>
596 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
596597 <title>internal top node up</title>
597598
598599 <meta name="description" content="internal top node up">
599600 <meta name="keywords" content="internal top node up">
600601 <meta name="resource-type" content="document">
601602 <meta name="distribution" content="global">
602 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603603 <link href="#Top" rel="start" title="Top">
604604 <style type="text/css">
605605 <!--
431431 <html>
432432 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
433433 <head>
434 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
434435 <title>top section</title>
435436
436437 <meta name="description" content="top section">
437438 <meta name="keywords" content="top section">
438439 <meta name="resource-type" content="document">
439440 <meta name="distribution" content="global">
440 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
441441 <link href="#second" rel="start" title="second">
442442 <style type="text/css">
443443 <!--
477477 <html>
478478 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
479479 <head>
480 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
480481 <title>top section</title>
481482
482483 <meta name="description" content="top section">
483484 <meta name="keywords" content="top section">
484485 <meta name="resource-type" content="document">
485486 <meta name="distribution" content="global">
486 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
487487 <link href="#second" rel="start" title="second">
488488 <style type="text/css">
489489 <!--
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>&atilde; (Untitled Document)</title>
56
67 <meta name="description" content="&atilde; (Untitled Document)">
78 <meta name="keywords" content="&atilde; (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="n.html#n" rel="next" title="n">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
78 <meta name="keywords" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="#Top" rel="start" title="Top">
1212 <link href="../dir/index.html" rel="up" title="(dir)">
1313 <link href="a.html#g_t_00e3" rel="next" title="&atilde;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>n (Untitled Document)</title>
56
67 <meta name="description" content="n (Untitled Document)">
78 <meta name="keywords" content="n (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1111 <link href="index.html#Top" rel="start" title="Top">
1212 <link href="index.html#Top" rel="up" title="Top">
1313 <link href="a.html#g_t_00e2" rel="next" title="&acirc;">
11101110 <html>
11111111 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
11121112 <head>
1113 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11131114 <title>top</title>
11141115
11151116 <meta name="description" content="top">
11161117 <meta name="keywords" content="top">
11171118 <meta name="resource-type" content="document">
11181119 <meta name="distribution" content="global">
1119 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11201120 <link href="#Top" rel="start" title="Top">
11211121 <style type="text/css">
11221122 <!--
12711271 <html>
12721272 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
12731273 <head>
1274 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
12741275 <title>top</title>
12751276
12761277 <meta name="description" content="top">
12771278 <meta name="keywords" content="top">
12781279 <meta name="resource-type" content="document">
12791280 <meta name="distribution" content="global">
1280 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
12811281 <link href="#Top" rel="start" title="Top">
12821282 <style type="text/css">
12831283 <!--
155155 <html>
156156 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
157157 <head>
158 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
158159 <title>Untitled Document</title>
159160
160161 <meta name="description" content="Untitled Document">
161162 <meta name="keywords" content="Untitled Document">
162163 <meta name="resource-type" content="document">
163164 <meta name="distribution" content="global">
164 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
165165 <style type="text/css">
166166 <!--
167167 a.summary-letter {text-decoration: none}
444444 <html>
445445 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
446446 <head>
447 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
447448 <title>top section</title>
448449
449450 <meta name="description" content="top section">
450451 <meta name="keywords" content="top section">
451452 <meta name="resource-type" content="document">
452453 <meta name="distribution" content="global">
453 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
454454 <link href="#Top" rel="start" title="Top">
455455 <style type="text/css">
456456 <!--
311311 <html>
312312 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
313313 <head>
314 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
314315 <title>Title titlefont</title>
315316
316317 <meta name="description" content="Title titlefont">
317318 <meta name="keywords" content="Title titlefont">
318319 <meta name="resource-type" content="document">
319320 <meta name="distribution" content="global">
320 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
321321 <link href="#Top" rel="start" title="Top">
322322 <style type="text/css">
323323 <!--
714714 <html>
715715 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
716716 <head>
717 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
717718 <title>top section</title>
718719
719720 <meta name="description" content="top section">
720721 <meta name="keywords" content="top section">
721722 <meta name="resource-type" content="document">
722723 <meta name="distribution" content="global">
723 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
724724 <link href="#a-node" rel="start" title="a node">
725725 <style type="text/css">
726726 <!--
766766 <html>
767767 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
768768 <head>
769 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
769770 <title>top section</title>
770771
771772 <meta name="description" content="top section">
772773 <meta name="keywords" content="top section">
773774 <meta name="resource-type" content="document">
774775 <meta name="distribution" content="global">
775 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
776776 <link href="#a-node" rel="start" title="a node">
777777 <style type="text/css">
778778 <!--
138138 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
139139 $(top_srcdir)/gnulib/m4/iconv.m4 \
140140 $(top_srcdir)/gnulib/m4/include_next.m4 \
141 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
141142 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
142143 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
143144 $(top_srcdir)/gnulib/m4/iswblank.m4 \
981982 INSTALL_SCRIPT = @INSTALL_SCRIPT@
982983 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
983984 INTLLIBS = @INTLLIBS@
985 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
984986 LDFLAGS = @LDFLAGS@
985987 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
986988 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
114114 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
115115 $(top_srcdir)/gnulib/m4/iconv.m4 \
116116 $(top_srcdir)/gnulib/m4/include_next.m4 \
117 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
117118 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
118119 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
119120 $(top_srcdir)/gnulib/m4/iswblank.m4 \
694695 INSTALL_SCRIPT = @INSTALL_SCRIPT@
695696 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
696697 INTLLIBS = @INTLLIBS@
698 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
697699 LDFLAGS = @LDFLAGS@
698700 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
699701 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>top</title>
56
67 <meta name="description" content="top">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Contents at beginning</title>
56
67 <meta name="description" content="Contents at beginning">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Contents at beginning</title>
56
67 <meta name="description" content="Contents at beginning">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Contents at end</title>
56
67 <meta name="description" content="Contents at end">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Contents at end</title>
56
67 <meta name="description" content="Contents at end">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Contents in chapter</title>
56
67 <meta name="description" content="Contents in chapter">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Contents in chapter</title>
56
67 <meta name="description" content="Contents in chapter">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Contents in section</title>
56
67 <meta name="description" content="Contents in section">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Contents in section</title>
56
67 <meta name="description" content="Contents in section">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Double contents</title>
56
67 <meta name="description" content="Double contents">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Double contents</title>
56
67 <meta name="description" content="Double contents">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 Chapter 1 (Double contents)</title>
56
67 <meta name="description" content="1 Chapter 1 (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (Double contents)</title>
56
67 <meta name="description" content="About This Document (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (Double contents)</title>
56
67 <meta name="description" content="Table of Contents (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Double contents</title>
56
67 <meta name="description" content="Double contents">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>section (Double contents)</title>
67
78 <meta name="description" content="section (Double contents)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Double contents</title>
56
67 <meta name="description" content="Double contents">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 Chapter 1 (Double contents)</title>
56
67 <meta name="description" content="1 Chapter 1 (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (Double contents)</title>
56
67 <meta name="description" content="About This Document (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Double contents</title>
56
67 <meta name="description" content="Double contents">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>section (Double contents)</title>
67
78 <meta name="description" content="section (Double contents)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 Chapter 1 (Double contents)</title>
56
67 <meta name="description" content="1 Chapter 1 (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (Double contents)</title>
56
67 <meta name="description" content="About This Document (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Double contents</title>
56
67 <meta name="description" content="Double contents">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1.1 section with contents (Double contents)</title>
56
67 <meta name="description" content="1.1 section with contents (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 Chapter 1 (Double contents)</title>
56
67 <meta name="description" content="1 Chapter 1 (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (Double contents)</title>
56
67 <meta name="description" content="About This Document (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Double contents</title>
56
67 <meta name="description" content="Double contents">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1.1 section with contents (Double contents)</title>
56
67 <meta name="description" content="1.1 section with contents (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 Chapter 1 (Double contents)</title>
56
67 <meta name="description" content="1 Chapter 1 (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (Double contents)</title>
56
67 <meta name="description" content="About This Document (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (Double contents)</title>
56
67 <meta name="description" content="Table of Contents (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Double contents</title>
56
67 <meta name="description" content="Double contents">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1.1 section with contents (Double contents)</title>
56
67 <meta name="description" content="1.1 section with contents (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 Chapter 1 (Double contents)</title>
56
67 <meta name="description" content="1 Chapter 1 (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (Double contents)</title>
56
67 <meta name="description" content="About This Document (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (Double contents)</title>
56
67 <meta name="description" content="Table of Contents (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Double contents</title>
56
67 <meta name="description" content="Double contents">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1.1 section with contents (Double contents)</title>
56
67 <meta name="description" content="1.1 section with contents (Double contents)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>No ccontent</title>
56
67 <meta name="description" content="No ccontent">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>No ccontent</title>
56
67 <meta name="description" content="No ccontent">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>No ccontent</title>
56
67 <meta name="description" content="No ccontent">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>No ccontent</title>
56
67 <meta name="description" content="No ccontent">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>No ccontent</title>
56
67 <meta name="description" content="No ccontent">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>No ccontent</title>
56
67 <meta name="description" content="No ccontent">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>No ccontent</title>
56
67 <meta name="description" content="No ccontent">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>No ccontent</title>
56
67 <meta name="description" content="No ccontent">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
114114 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
115115 $(top_srcdir)/gnulib/m4/iconv.m4 \
116116 $(top_srcdir)/gnulib/m4/include_next.m4 \
117 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
117118 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
118119 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
119120 $(top_srcdir)/gnulib/m4/iswblank.m4 \
694695 INSTALL_SCRIPT = @INSTALL_SCRIPT@
695696 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
696697 INTLLIBS = @INTLLIBS@
698 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
697699 LDFLAGS = @LDFLAGS@
698700 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
699701 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>title &ndash;a</title>
604605
605606 <meta name="description" content="title &ndash;a">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>title &ndash;a</title>
604605
605606 <meta name="description" content="title &ndash;a">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
114114 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
115115 $(top_srcdir)/gnulib/m4/iconv.m4 \
116116 $(top_srcdir)/gnulib/m4/include_next.m4 \
117 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
117118 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
118119 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
119120 $(top_srcdir)/gnulib/m4/iswblank.m4 \
694695 INSTALL_SCRIPT = @INSTALL_SCRIPT@
695696 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
696697 INTLLIBS = @INTLLIBS@
698 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
697699 LDFLAGS = @LDFLAGS@
698700 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
699701 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test @documentlanguage set</title>
56
67 <meta name="description" content="Test @documentlanguage set">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test @documentlanguage set</title>
56
67 <meta name="description" content="Test @documentlanguage set">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Appendix A Copying and floats (Top)</title>
1112
1213 <meta name="description" content="Appendix A Copying and floats (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>caption copying footnote anchor (Top)</title>
1213
1314 <meta name="description" content="caption copying footnote anchor (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>About This Document (Top)</title>
1112
1213 <meta name="description" content="About This Document (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Footnotes (Top)</title>
1112
1213 <meta name="description" content="Footnotes (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Top</title>
1112
1213 <meta name="description" content="Top">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>public domain anchor (Top)</title>
1213
1314 <meta name="description" content="public domain anchor (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Copyright notice 1 (Top)</title>
1213
1314 <meta name="description" content="Copyright notice 1 (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 /* a comment */
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
1112 <meta name="date" content="a sunny day">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test need</title>
56
67 <meta name="description" content="Test need">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
114114 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
115115 $(top_srcdir)/gnulib/m4/iconv.m4 \
116116 $(top_srcdir)/gnulib/m4/include_next.m4 \
117 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
117118 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
118119 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
119120 $(top_srcdir)/gnulib/m4/iswblank.m4 \
694695 INSTALL_SCRIPT = @INSTALL_SCRIPT@
695696 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
696697 INTLLIBS = @INTLLIBS@
698 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
697699 LDFLAGS = @LDFLAGS@
698700 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
699701 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test refs</title>
56
67 <meta name="description" content="Test refs">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>!_&quot;#$%&amp;'()*+-. (Test refs)</title>
56
67 <meta name="description" content="!_&quot;#$%&amp;'()*+-. (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>/;&lt;=&gt;?[\]^_`|~ (Test refs)</title>
56
67 <meta name="description" content="/;&lt;=&gt;?[\]^_`|~ (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Test refs)</title>
56
67 <meta name="description" content="Top (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>local node (Test refs)</title>
56
67 <meta name="description" content="local node (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>other nodes (Test refs)</title>
56
67 <meta name="description" content="other nodes (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (Test refs)</title>
56
67 <meta name="description" content="About This Document (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
114114 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
115115 $(top_srcdir)/gnulib/m4/iconv.m4 \
116116 $(top_srcdir)/gnulib/m4/include_next.m4 \
117 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
117118 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
118119 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
119120 $(top_srcdir)/gnulib/m4/iswblank.m4 \
694695 INSTALL_SCRIPT = @INSTALL_SCRIPT@
695696 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
696697 INTLLIBS = @INTLLIBS@
698 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
697699 LDFLAGS = @LDFLAGS@
698700 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
699701 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test refs</title>
56
67 <meta name="description" content="Test refs">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>!_&quot;#$%&amp;'()*+-. (Test refs)</title>
56
67 <meta name="description" content="!_&quot;#$%&amp;'()*+-. (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>/;&lt;=&gt;?[\]^_`|~ (Test refs)</title>
56
67 <meta name="description" content="/;&lt;=&gt;?[\]^_`|~ (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Test refs)</title>
56
67 <meta name="description" content="Top (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>local node (Test refs)</title>
56
67 <meta name="description" content="local node (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>other nodes (Test refs)</title>
56
67 <meta name="description" content="other nodes (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (Test refs)</title>
56
67 <meta name="description" content="About This Document (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
114114 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
115115 $(top_srcdir)/gnulib/m4/iconv.m4 \
116116 $(top_srcdir)/gnulib/m4/include_next.m4 \
117 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
117118 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
118119 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
119120 $(top_srcdir)/gnulib/m4/iswblank.m4 \
694695 INSTALL_SCRIPT = @INSTALL_SCRIPT@
695696 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
696697 INTLLIBS = @INTLLIBS@
698 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
697699 LDFLAGS = @LDFLAGS@
698700 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
699701 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test refs</title>
56
67 <meta name="description" content="Test refs">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>!_&quot;#$%&amp;'()*+-. (Test refs)</title>
56
67 <meta name="description" content="!_&quot;#$%&amp;'()*+-. (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>/;&lt;=&gt;?[\]^_`|~ (Test refs)</title>
56
67 <meta name="description" content="/;&lt;=&gt;?[\]^_`|~ (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Test refs)</title>
56
67 <meta name="description" content="Top (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>local node (Test refs)</title>
56
67 <meta name="description" content="local node (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>other nodes (Test refs)</title>
56
67 <meta name="description" content="other nodes (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (Test refs)</title>
56
67 <meta name="description" content="About This Document (Test refs)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
114114 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
115115 $(top_srcdir)/gnulib/m4/iconv.m4 \
116116 $(top_srcdir)/gnulib/m4/include_next.m4 \
117 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
117118 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
118119 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
119120 $(top_srcdir)/gnulib/m4/iswblank.m4 \
694695 INSTALL_SCRIPT = @INSTALL_SCRIPT@
695696 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
696697 INTLLIBS = @INTLLIBS@
698 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
697699 LDFLAGS = @LDFLAGS@
698700 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
699701 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test index entry with node name clash</title>
56
67 <meta name="description" content="Test index entry with node name clash">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>index_entry_in_footnote</title>
56
67 <meta name="description" content="index_entry_in_footnote">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>2 Chapter 2 (top section)</title>
56
67 <meta name="description" content="2 Chapter 2 (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 Chapter (top section)</title>
56
67 <meta name="description" content="1 Chapter (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>top section</title>
56
67 <meta name="description" content="top section">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (top section)</title>
56
67 <meta name="description" content="About This Document (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>unnumbered (top section)</title>
56
67 <meta name="description" content="unnumbered (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>a node (Untitled Document)</title>
56
67 <meta name="description" content="a node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>another (Untitled Document)</title>
56
67 <meta name="description" content="another (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>first (Untitled Document)</title>
56
67 <meta name="description" content="first (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (Untitled Document)</title>
56
67 <meta name="description" content="About This Document (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>second (Untitled Document)</title>
56
67 <meta name="description" content="second (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>1 Chapter (Top)</title>
1112
1213 <meta name="description" content="1 Chapter (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Appendix A Copying and indices (Top)</title>
1112
1213 <meta name="description" content="Appendix A Copying and indices (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Copying information (Top)</title>
1213
1314 <meta name="description" content="Copying information (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Public domain reference (Top)</title>
1213
1314 <meta name="description" content="Public domain reference (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Titlepage footnote anchor (Top)</title>
1213
1314 <meta name="description" content="Titlepage footnote anchor (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Top</title>
1112
1213 <meta name="description" content="Top">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>About This Document (Top)</title>
1112
1213 <meta name="description" content="About This Document (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Footnotes (Top)</title>
1112
1213 <meta name="description" content="Footnotes (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Table of Contents (Top)</title>
1112
1213 <meta name="description" content="Table of Contents (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>1 Chapter (Top)</title>
1112
1213 <meta name="description" content="1 Chapter (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Appendix A Copying and indices (Top)</title>
1112
1213 <meta name="description" content="Appendix A Copying and indices (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Copying information (Top)</title>
1213
1314 <meta name="description" content="Copying information (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Public domain reference (Top)</title>
1213
1314 <meta name="description" content="Public domain reference (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Titlepage anchor (Top)</title>
1213
1314 <meta name="description" content="Titlepage anchor (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Titlepage footnote anchor (Top)</title>
1213
1314 <meta name="description" content="Titlepage footnote anchor (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Top</title>
1112
1213 <meta name="description" content="Top">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>About This Document (Top)</title>
1112
1213 <meta name="description" content="About This Document (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Footnotes (Top)</title>
1112
1213 <meta name="description" content="Footnotes (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Table of Contents (Top)</title>
1112
1213 <meta name="description" content="Table of Contents (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>1 Chapter (Top)</title>
1112
1213 <meta name="description" content="1 Chapter (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Appendix A Copying and indices (Top)</title>
1112
1213 <meta name="description" content="Appendix A Copying and indices (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Public domain reference (Top)</title>
1213
1314 <meta name="description" content="Public domain reference (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Titlepage footnote anchor (Top)</title>
1213
1314 <meta name="description" content="Titlepage footnote anchor (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Top</title>
1112
1213 <meta name="description" content="Top">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>About This Document (Top)</title>
1112
1213 <meta name="description" content="About This Document (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Table of Contents (Top)</title>
1112
1213 <meta name="description" content="Table of Contents (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>1 Chapter (Top)</title>
1112
1213 <meta name="description" content="1 Chapter (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Appendix A Copying and indices (Top)</title>
1112
1213 <meta name="description" content="Appendix A Copying and indices (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Copying information (Top)</title>
1213
1314 <meta name="description" content="Copying information (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Public domain reference (Top)</title>
1213
1314 <meta name="description" content="Public domain reference (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Titlepage anchor (Top)</title>
1213
1314 <meta name="description" content="Titlepage anchor (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Titlepage footnote anchor (Top)</title>
1213
1314 <meta name="description" content="Titlepage footnote anchor (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Top</title>
1112
1213 <meta name="description" content="Top">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>About This Document (Top)</title>
1112
1213 <meta name="description" content="About This Document (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Footnotes (Top)</title>
1112
1213 <meta name="description" content="Footnotes (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Table of Contents (Top)</title>
1112
1213 <meta name="description" content="Table of Contents (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>1 Chapter (Top)</title>
1112
1213 <meta name="description" content="1 Chapter (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Appendix A Copying and indices (Top)</title>
1112
1213 <meta name="description" content="Appendix A Copying and indices (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Public domain reference (Top)</title>
1213
1314 <meta name="description" content="Public domain reference (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Titlepage footnote anchor (Top)</title>
1213
1314 <meta name="description" content="Titlepage footnote anchor (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Top</title>
1112
1213 <meta name="description" content="Top">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>About This Document (Top)</title>
1112
1213 <meta name="description" content="About This Document (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Table of Contents (Top)</title>
1112
1213 <meta name="description" content="Table of Contents (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>1 Chapter (Top)</title>
1112
1213 <meta name="description" content="1 Chapter (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Appendix A Copying and indices (Top)</title>
1112
1213 <meta name="description" content="Appendix A Copying and indices (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Copying information (Top)</title>
1213
1314 <meta name="description" content="Copying information (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Public domain reference (Top)</title>
1213
1314 <meta name="description" content="Public domain reference (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Titlepage anchor (Top)</title>
1213
1314 <meta name="description" content="Titlepage anchor (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Titlepage footnote anchor (Top)</title>
1213
1314 <meta name="description" content="Titlepage footnote anchor (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Top</title>
1112
1213 <meta name="description" content="Top">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>About This Document (Top)</title>
1112
1213 <meta name="description" content="About This Document (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Footnotes (Top)</title>
1112
1213 <meta name="description" content="Footnotes (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Table of Contents (Top)</title>
1112
1213 <meta name="description" content="Table of Contents (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <style type="text/css">
1919 <!--
2020 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 First chapter (split indices)</title>
56
67 <meta name="description" content="1 First chapter (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>split indices</title>
56
67 <meta name="description" content="split indices">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (split indices)</title>
56
67 <meta name="description" content="About This Document (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node 2 in section 3 (split indices)</title>
67
78 <meta name="description" content="node 2 in section 3 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node 3 in section 3 (split indices)</title>
67
78 <meta name="description" content="node 3 in section 3 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node in section 3 (split indices)</title>
67
78 <meta name="description" content="node in section 3 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>2 Second chapter (split indices)</title>
56
67 <meta name="description" content="2 Second chapter (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>section 1 (split indices)</title>
67
78 <meta name="description" content="section 1 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>section 2 (split indices)</title>
67
78 <meta name="description" content="section 2 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>section 3 (split indices)</title>
67
78 <meta name="description" content="section 3 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>subsection 1 (split indices)</title>
67
78 <meta name="description" content="subsection 1 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>subsection 2 (split indices)</title>
67
78 <meta name="description" content="subsection 2 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>first (split indices)</title>
56
67 <meta name="description" content="first (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (split indices)</title>
56
67 <meta name="description" content="Top (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (split indices)</title>
56
67 <meta name="description" content="About This Document (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>node 2 in section 3 (split indices)</title>
56
67 <meta name="description" content="node 2 in section 3 (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>node 3 in section 3 (split indices)</title>
56
67 <meta name="description" content="node 3 in section 3 (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>node in section 3 (split indices)</title>
56
67 <meta name="description" content="node in section 3 (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>second chapter (split indices)</title>
56
67 <meta name="description" content="second chapter (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>section 1 (split indices)</title>
56
67 <meta name="description" content="section 1 (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>section 2 (split indices)</title>
56
67 <meta name="description" content="section 2 (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>section 3 (split indices)</title>
56
67 <meta name="description" content="section 3 (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>subsection 1 (split indices)</title>
56
67 <meta name="description" content="subsection 1 (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>subsection 2 (split indices)</title>
56
67 <meta name="description" content="subsection 2 (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>a node (Untitled Document)</title>
67
78 <meta name="description" content="a node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>another (Untitled Document)</title>
67
78 <meta name="description" content="another (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>first before top (Untitled Document)</title>
56
67 <meta name="description" content="first before top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>first (Untitled Document)</title>
67
78 <meta name="description" content="first (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node in menu before top (Untitled Document)</title>
67
78 <meta name="description" content="node in menu before top (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (Untitled Document)</title>
56
67 <meta name="description" content="About This Document (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>second (Untitled Document)</title>
67
78 <meta name="description" content="second (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>a node (top section)</title>
67
78 <meta name="description" content="a node (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>another (top section)</title>
67
78 <meta name="description" content="another (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 A chapter (top section)</title>
56
67 <meta name="description" content="1 A chapter (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>first before top (top section)</title>
67
78 <meta name="description" content="first before top (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>first (top section)</title>
67
78 <meta name="description" content="first (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>top section</title>
56
67 <meta name="description" content="top section">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node in chapter (top section)</title>
67
78 <meta name="description" content="node in chapter (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node in menu before top (top section)</title>
67
78 <meta name="description" content="node in menu before top (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (top section)</title>
56
67 <meta name="description" content="About This Document (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>second (top section)</title>
67
78 <meta name="description" content="second (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>a node (top section)</title>
67
78 <meta name="description" content="a node (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>another (top section)</title>
67
78 <meta name="description" content="another (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>chapter (top section)</title>
56
67 <meta name="description" content="chapter (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>first before top (top section)</title>
56
67 <meta name="description" content="first before top (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>first (top section)</title>
67
78 <meta name="description" content="first (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (top section)</title>
56
67 <meta name="description" content="Top (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node in chapter (top section)</title>
67
78 <meta name="description" content="node in chapter (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node in menu before top (top section)</title>
67
78 <meta name="description" content="node in menu before top (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (top section)</title>
56
67 <meta name="description" content="About This Document (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>second (top section)</title>
67
78 <meta name="description" content="second (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>top section</title>
56
67 <meta name="description" content="top section">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>a node (Untitled Document)</title>
67
78 <meta name="description" content="a node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>another (Untitled Document)</title>
67
78 <meta name="description" content="another (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>first before top (Untitled Document)</title>
67
78 <meta name="description" content="first before top (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>first (Untitled Document)</title>
67
78 <meta name="description" content="first (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node in menu before top (Untitled Document)</title>
67
78 <meta name="description" content="node in menu before top (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>second (Untitled Document)</title>
67
78 <meta name="description" content="second (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>a node (Untitled Document)</title>
56
67 <meta name="description" content="a node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>another (Untitled Document)</title>
56
67 <meta name="description" content="another (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>first before top (Untitled Document)</title>
56
67 <meta name="description" content="first before top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>first (Untitled Document)</title>
56
67 <meta name="description" content="first (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>node in menu before top (Untitled Document)</title>
56
67 <meta name="description" content="node in menu before top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (Untitled Document)</title>
56
67 <meta name="description" content="About This Document (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>second (Untitled Document)</title>
56
67 <meta name="description" content="second (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>Top (top)</title>
67
78 <meta name="description" content="Top (top)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node chap1 (top)</title>
67
78 <meta name="description" content="node chap1 (top)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node sec1 (top)</title>
67
78 <meta name="description" content="node sec1 (top)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>top</title>
56
67 <meta name="description" content="top">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>top</title>
56
67 <meta name="description" content="top">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 First chapter (split indices)</title>
56
67 <meta name="description" content="1 First chapter (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>split indices</title>
56
67 <meta name="description" content="split indices">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>section 1 (split indices)</title>
67
78 <meta name="description" content="section 1 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (split indices)</title>
56
67 <meta name="description" content="About This Document (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>subsection 1 (split indices)</title>
67
78 <meta name="description" content="subsection 1 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Copying and indices (Top)</title>
1112
1213 <meta name="description" content="Copying and indices (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <link href="index.html#Top" rel="start" title="Top">
1919 <link href="index.html#Top" rel="index" title="Top">
2020 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Copying information (Top)</title>
1213
1314 <meta name="description" content="Copying information (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <!-- This file redirects to the location of a node or anchor -->
1010 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1112 <title>Public domain reference (Top)</title>
1213
1314 <meta name="description" content="Public domain reference (Top)">
1516 <meta name="resource-type" content="document">
1617 <meta name="distribution" content="global">
1718 <meta name="Generator" content="texi2any">
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1919 <style type="text/css">
2020 <!--
2121 a.summary-letter {text-decoration: none}
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Top</title>
1112
1213 <meta name="description" content="Top">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <link href="#Top" rel="start" title="Top">
1919 <link href="#Top" rel="index" title="Top">
2020 <link href="Copying-and-indices.html#SEC_Contents" rel="contents" title="Table of Contents">
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Copying and indices (Top)</title>
1112
1213 <meta name="description" content="Copying and indices (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <link href="index.html#Top" rel="start" title="Top">
1919 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
2020 <link href="index.html#Top" rel="up" title="Top">
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Top</title>
1112
1213 <meta name="description" content="Top">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <link href="#Top" rel="start" title="Top">
1919 <link href="Copying-and-indices.html#SEC_Contents" rel="contents" title="Table of Contents">
2020 <link href="../dir/index.html" rel="up" title="(dir)">
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Copying and indices (Top)</title>
1112
1213 <meta name="description" content="Copying and indices (Top)">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <link href="index.html#Top" rel="start" title="Top">
1919 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
2020 <link href="index.html#Top" rel="up" title="Top">
77 -->
88 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
99 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011 <title>Top</title>
1112
1213 <meta name="description" content="Top">
1415 <meta name="resource-type" content="document">
1516 <meta name="distribution" content="global">
1617 <meta name="Generator" content="texi2any">
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1818 <link href="#Top" rel="start" title="Top">
1919 <link href="Copying-and-indices.html#SEC_Contents" rel="contents" title="Table of Contents">
2020 <link href="../dir/index.html" rel="up" title="(dir)">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>a node (top section)</title>
67
78 <meta name="description" content="a node (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>another (top section)</title>
67
78 <meta name="description" content="another (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>chapter (top section)</title>
56
67 <meta name="description" content="chapter (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="first-before-top.html#first-before-top" rel="index" title="first before top">
1414 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>first before top (top section)</title>
56
67 <meta name="description" content="first before top (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="#first-before-top" rel="index" title="first before top">
1414 <link href="../dir/index.html" rel="up" title="(dir)">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>first (top section)</title>
67
78 <meta name="description" content="first (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (top section)</title>
56
67 <meta name="description" content="Top (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="first-before-top.html#first-before-top" rel="index" title="first before top">
1414 <link href="chapter.html#chapter" rel="next" title="chapter">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node in chapter (top section)</title>
67
78 <meta name="description" content="node in chapter (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node in menu before top (top section)</title>
67
78 <meta name="description" content="node in menu before top (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>second (top section)</title>
67
78 <meta name="description" content="second (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>a node (top section)</title>
67
78 <meta name="description" content="a node (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>another (top section)</title>
67
78 <meta name="description" content="another (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>chapter (top section)</title>
56
67 <meta name="description" content="chapter (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="first-before-top.html#first-before-top" rel="index" title="first before top">
1414 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>first before top (top section)</title>
56
67 <meta name="description" content="first before top (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="#first-before-top" rel="index" title="first before top">
1414 <link href="../dir/index.html" rel="up" title="(dir)">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>first (top section)</title>
67
78 <meta name="description" content="first (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (top section)</title>
56
67 <meta name="description" content="Top (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="first-before-top.html#first-before-top" rel="index" title="first before top">
1414 <link href="chapter.html#chapter" rel="next" title="chapter">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node in chapter (top section)</title>
67
78 <meta name="description" content="node in chapter (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node in menu before top (top section)</title>
67
78 <meta name="description" content="node in menu before top (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>second (top section)</title>
67
78 <meta name="description" content="second (top section)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
114114 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
115115 $(top_srcdir)/gnulib/m4/iconv.m4 \
116116 $(top_srcdir)/gnulib/m4/include_next.m4 \
117 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
117118 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
118119 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
119120 $(top_srcdir)/gnulib/m4/iswblank.m4 \
694695 INSTALL_SCRIPT = @INSTALL_SCRIPT@
695696 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
696697 INTLLIBS = @INTLLIBS@
698 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
697699 LDFLAGS = @LDFLAGS@
698700 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
699701 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <!-- This file redirects to the location of a node or anchor -->
603603 <head>
604 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
604605 <title>anchor (title &ndash;a)</title>
605606
606607 <meta name="description" content="anchor (title &ndash;a)">
608609 <meta name="resource-type" content="document">
609610 <meta name="distribution" content="global">
610611 <meta name="Generator" content="texi2any">
611 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
612612 <style type="text/css">
613613 <!--
614614 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>1 chapter (title &ndash;a)</title>
604605
605606 <meta name="description" content="1 chapter (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>chapter 2 (title &ndash;a)</title>
604605
605606 <meta name="description" content="chapter 2 (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>Top section (title &ndash;a)</title>
604605
605606 <meta name="description" content="Top section (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>About This Document (title &ndash;a)</title>
604605
605606 <meta name="description" content="About This Document (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>Short Table of Contents (title &ndash;a)</title>
604605
605606 <meta name="description" content="Short Table of Contents (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>Table of Contents (title &ndash;a)</title>
604605
605606 <meta name="description" content="Table of Contents (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <!-- This file redirects to the location of a node or anchor -->
603603 <head>
604 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
604605 <title>Top (title &ndash;a)</title>
605606
606607 <meta name="description" content="Top (title &ndash;a)">
608609 <meta name="resource-type" content="document">
609610 <meta name="distribution" content="global">
610611 <meta name="Generator" content="texi2any">
611 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
612612 <style type="text/css">
613613 <!--
614614 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>1.1 A section (title &ndash;a)</title>
604605
605606 <meta name="description" content="1.1 A section (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>1.1.1 subsection (title &ndash;a)</title>
604605
605606 <meta name="description" content="1.1.1 subsection (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>1.1.1.1 subsubsection &ldquo;simple-double&ndash; (title &ndash;a)</title>
604605
605606 <meta name="description" content="1.1.1.1 subsubsection &ldquo;simple-double&ndash; (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>1.1.1.2 three&mdash;four&mdash;-&rdquo; (title &ndash;a)</title>
604605
605606 <meta name="description" content="1.1.1.2 three&mdash;four&mdash;-&rdquo; (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <!-- This file redirects to the location of a node or anchor -->
603603 <head>
604 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
604605 <title>anchor (title &ndash;a)</title>
605606
606607 <meta name="description" content="anchor (title &ndash;a)">
608609 <meta name="resource-type" content="document">
609610 <meta name="distribution" content="global">
610611 <meta name="Generator" content="texi2any">
611 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
612612 <style type="text/css">
613613 <!--
614614 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>chapter (title &ndash;a)</title>
604605
605606 <meta name="description" content="chapter (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>chapter 2 (title &ndash;a)</title>
604605
605606 <meta name="description" content="chapter 2 (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>About This Document (title &ndash;a)</title>
604605
605606 <meta name="description" content="About This Document (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>Short Table of Contents (title &ndash;a)</title>
604605
605606 <meta name="description" content="Short Table of Contents (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>Table of Contents (title &ndash;a)</title>
604605
605606 <meta name="description" content="Table of Contents (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>Top section (title &ndash;a)</title>
604605
605606 <meta name="description" content="Top section (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>A section (title &ndash;a)</title>
604605
605606 <meta name="description" content="A section (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <!-- This file redirects to the location of a node or anchor -->
603603 <head>
604 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
604605 <title>subsection (title &ndash;a)</title>
605606
606607 <meta name="description" content="subsection (title &ndash;a)">
608609 <meta name="resource-type" content="document">
609610 <meta name="distribution" content="global">
610611 <meta name="Generator" content="texi2any">
611 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
612612 <style type="text/css">
613613 <!--
614614 a.summary-letter {text-decoration: none}
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <!-- This file redirects to the location of a node or anchor -->
603603 <head>
604 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
604605 <title>subsubsection ``simple-double-- (title &ndash;a)</title>
605606
606607 <meta name="description" content="subsubsection ``simple-double-- (title &ndash;a)">
608609 <meta name="resource-type" content="document">
609610 <meta name="distribution" content="global">
610611 <meta name="Generator" content="texi2any">
611 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
612612 <style type="text/css">
613613 <!--
614614 a.summary-letter {text-decoration: none}
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <!-- This file redirects to the location of a node or anchor -->
603603 <head>
604 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
604605 <title>subsubsection three---four----'' (title &ndash;a)</title>
605606
606607 <meta name="description" content="subsubsection three---four----'' (title &ndash;a)">
608609 <meta name="resource-type" content="document">
609610 <meta name="distribution" content="global">
610611 <meta name="Generator" content="texi2any">
611 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
612612 <style type="text/css">
613613 <!--
614614 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>title &ndash;a</title>
604605
605606 <meta name="description" content="title &ndash;a">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>title &ndash;a</title>
604605
605606 <meta name="description" content="title &ndash;a">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>title -a</title>
604605
605606 <meta name="description" content="title -a">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611
612612
613613 </head>
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <!-- This file redirects to the location of a node or anchor -->
603603 <head>
604 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
604605 <title>anchor (title &ndash;a)</title>
605606
606607 <meta name="description" content="anchor (title &ndash;a)">
608609 <meta name="resource-type" content="document">
609610 <meta name="distribution" content="global">
610611 <meta name="Generator" content="texi2any">
611 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
612612 <style type="text/css">
613613 <!--
614614 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>1 chapter (title &ndash;a)</title>
604605
605606 <meta name="description" content="1 chapter (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>chapter 2 (title &ndash;a)</title>
604605
605606 <meta name="description" content="chapter 2 (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>About This Document (title &ndash;a)</title>
604605
605606 <meta name="description" content="About This Document (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>Footnotes (title &ndash;a)</title>
604605
605606 <meta name="description" content="Footnotes (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>Short Table of Contents (title &ndash;a)</title>
604605
605606 <meta name="description" content="Short Table of Contents (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>Table of Contents (title &ndash;a)</title>
604605
605606 <meta name="description" content="Table of Contents (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>Top section (title &ndash;a)</title>
604605
605606 <meta name="description" content="Top section (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>1.1 A section (title &ndash;a)</title>
604605
605606 <meta name="description" content="1.1 A section (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>1.1.1 subsection (title &ndash;a)</title>
604605
605606 <meta name="description" content="1.1.1 subsection (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>1.1.1.1 subsubsection &ldquo;simple-double&ndash; (title &ndash;a)</title>
604605
605606 <meta name="description" content="1.1.1.1 subsubsection &ldquo;simple-double&ndash; (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>1.1.1.2 three&mdash;four&mdash;-&rdquo; (title &ndash;a)</title>
604605
605606 <meta name="description" content="1.1.1.2 three&mdash;four&mdash;-&rdquo; (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <!-- This file redirects to the location of a node or anchor -->
603603 <head>
604 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
604605 <title>anchor (title &ndash;a)</title>
605606
606607 <meta name="description" content="anchor (title &ndash;a)">
608609 <meta name="resource-type" content="document">
609610 <meta name="distribution" content="global">
610611 <meta name="Generator" content="texi2any">
611 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
612612 <style type="text/css">
613613 <!--
614614 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>1 chapter (title &ndash;a)</title>
604605
605606 <meta name="description" content="1 chapter (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>chapter 2 (title &ndash;a)</title>
604605
605606 <meta name="description" content="chapter 2 (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>About This Document (title &ndash;a)</title>
604605
605606 <meta name="description" content="About This Document (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>Footnotes (title &ndash;a)</title>
604605
605606 <meta name="description" content="Footnotes (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>Short Table of Contents (title &ndash;a)</title>
604605
605606 <meta name="description" content="Short Table of Contents (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>Table of Contents (title &ndash;a)</title>
604605
605606 <meta name="description" content="Table of Contents (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>Top section (title &ndash;a)</title>
604605
605606 <meta name="description" content="Top section (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>1.1 A section (title &ndash;a)</title>
604605
605606 <meta name="description" content="1.1 A section (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>1.1.1 subsection (title &ndash;a)</title>
604605
605606 <meta name="description" content="1.1.1 subsection (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>1.1.1.1 subsubsection &ldquo;simple-double&ndash; (title &ndash;a)</title>
604605
605606 <meta name="description" content="1.1.1.1 subsubsection &ldquo;simple-double&ndash; (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>1.1.1.2 three&mdash;four&mdash;-&rdquo; (title &ndash;a)</title>
604605
605606 <meta name="description" content="1.1.1.2 three&mdash;four&mdash;-&rdquo; (title &ndash;a)">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
590590 -->
591591 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
592592 <head>
593 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
593594 <title>title &ndash;a</title>
594595
595596 <meta name="description" content="This is the explicit d&ndash;ocument d&eacute;scription.">
597598 <meta name="resource-type" content="document">
598599 <meta name="distribution" content="global">
599600 <meta name="Generator" content="texi2any">
600 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
601601 <style type="text/css">
602602 <!--
603603 a.summary-letter {text-decoration: none}
600600 -->
601601 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
602602 <head>
603 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
603604 <title>title &ndash;a</title>
604605
605606 <meta name="description" content="title &ndash;a">
607608 <meta name="resource-type" content="document">
608609 <meta name="distribution" content="global">
609610 <meta name="Generator" content="texi2any">
610 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
611611 <style type="text/css">
612612 <!--
613613 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>File used for navigation testing</title>
56
67 <meta name="description" content="File used for navigation testing">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 First chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1 First chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>File used for navigation testing</title>
56
67 <meta name="description" content="File used for navigation testing">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (File used for navigation testing)</title>
56
67 <meta name="description" content="About This Document (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (File used for navigation testing)</title>
56
67 <meta name="description" content="Table of Contents (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>section (File used for navigation testing)</title>
67
78 <meta name="description" content="section (File used for navigation testing)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>subsection (File used for navigation testing)</title>
67
78 <meta name="description" content="subsection (File used for navigation testing)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 First chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1 First chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>File used for navigation testing</title>
56
67 <meta name="description" content="File used for navigation testing">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (File used for navigation testing)</title>
56
67 <meta name="description" content="About This Document (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (File used for navigation testing)</title>
56
67 <meta name="description" content="Table of Contents (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>section (File used for navigation testing)</title>
67
78 <meta name="description" content="section (File used for navigation testing)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>subsection (File used for navigation testing)</title>
67
78 <meta name="description" content="subsection (File used for navigation testing)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 First chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1 First chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>File used for navigation testing</title>
56
67 <meta name="description" content="File used for navigation testing">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (File used for navigation testing)</title>
56
67 <meta name="description" content="About This Document (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (File used for navigation testing)</title>
56
67 <meta name="description" content="Table of Contents (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>section (File used for navigation testing)</title>
67
78 <meta name="description" content="section (File used for navigation testing)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>subsection (File used for navigation testing)</title>
67
78 <meta name="description" content="subsection (File used for navigation testing)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 First chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1 First chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>File used for navigation testing</title>
56
67 <meta name="description" content="File used for navigation testing">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (File used for navigation testing)</title>
56
67 <meta name="description" content="About This Document (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (File used for navigation testing)</title>
56
67 <meta name="description" content="Table of Contents (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>section (File used for navigation testing)</title>
67
78 <meta name="description" content="section (File used for navigation testing)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>subsection (File used for navigation testing)</title>
67
78 <meta name="description" content="subsection (File used for navigation testing)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>File used for navigation testing</title>
56
67 <meta name="description" content="File used for navigation testing">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>File used for navigation testing</title>
56
67 <meta name="description" content="File used for navigation testing">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 First chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1 First chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>File used for navigation testing</title>
56
67 <meta name="description" content="File used for navigation testing">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (File used for navigation testing)</title>
56
67 <meta name="description" content="About This Document (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (File used for navigation testing)</title>
56
67 <meta name="description" content="Table of Contents (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1.1 Section in chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1.1 Section in chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1.1.1 Sub section in section (File used for navigation testing)</title>
56
67 <meta name="description" content="1.1.1 Sub section in section (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 First chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1 First chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>File used for navigation testing</title>
56
67 <meta name="description" content="File used for navigation testing">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (File used for navigation testing)</title>
56
67 <meta name="description" content="About This Document (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (File used for navigation testing)</title>
56
67 <meta name="description" content="Table of Contents (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1.1 Section in chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1.1 Section in chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1.1.1 Sub section in section (File used for navigation testing)</title>
56
67 <meta name="description" content="1.1.1 Sub section in section (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 First chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1 First chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>File used for navigation testing</title>
56
67 <meta name="description" content="File used for navigation testing">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (File used for navigation testing)</title>
56
67 <meta name="description" content="About This Document (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (File used for navigation testing)</title>
56
67 <meta name="description" content="Table of Contents (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1.1 Section in chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1.1 Section in chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1.1.1 Sub section in section (File used for navigation testing)</title>
56
67 <meta name="description" content="1.1.1 Sub section in section (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 First chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1 First chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>File used for navigation testing</title>
56
67 <meta name="description" content="File used for navigation testing">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (File used for navigation testing)</title>
56
67 <meta name="description" content="About This Document (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (File used for navigation testing)</title>
56
67 <meta name="description" content="Table of Contents (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1.1 Section in chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1.1 Section in chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1.1.1 Sub section in section (File used for navigation testing)</title>
56
67 <meta name="description" content="1.1.1 Sub section in section (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 First chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1 First chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>File used for navigation testing</title>
56
67 <meta name="description" content="File used for navigation testing">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (File used for navigation testing)</title>
56
67 <meta name="description" content="About This Document (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (File used for navigation testing)</title>
56
67 <meta name="description" content="Table of Contents (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1.1 Section in chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1.1 Section in chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>subsection (File used for navigation testing)</title>
67
78 <meta name="description" content="subsection (File used for navigation testing)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 First chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1 First chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>File used for navigation testing</title>
56
67 <meta name="description" content="File used for navigation testing">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (File used for navigation testing)</title>
56
67 <meta name="description" content="About This Document (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (File used for navigation testing)</title>
56
67 <meta name="description" content="Table of Contents (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1.1 Section in chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1.1 Section in chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>subsection (File used for navigation testing)</title>
67
78 <meta name="description" content="subsection (File used for navigation testing)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 First chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1 First chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>File used for navigation testing</title>
56
67 <meta name="description" content="File used for navigation testing">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (File used for navigation testing)</title>
56
67 <meta name="description" content="About This Document (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (File used for navigation testing)</title>
56
67 <meta name="description" content="Table of Contents (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1.1 Section in chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1.1 Section in chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>subsection (File used for navigation testing)</title>
67
78 <meta name="description" content="subsection (File used for navigation testing)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 First chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1 First chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>File used for navigation testing</title>
56
67 <meta name="description" content="File used for navigation testing">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (File used for navigation testing)</title>
56
67 <meta name="description" content="About This Document (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (File used for navigation testing)</title>
56
67 <meta name="description" content="Table of Contents (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1.1 Section in chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1.1 Section in chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>subsection (File used for navigation testing)</title>
67
78 <meta name="description" content="subsection (File used for navigation testing)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 First chapter (File used for navigation testing)</title>
56
67 <meta name="description" content="1 First chapter (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>Top (File used for navigation testing)</title>
67
78 <meta name="description" content="Top (File used for navigation testing)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>File used for navigation testing</title>
56
67 <meta name="description" content="File used for navigation testing">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (File used for navigation testing)</title>
56
67 <meta name="description" content="Table of Contents (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>section (File used for navigation testing)</title>
67
78 <meta name="description" content="section (File used for navigation testing)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1.1.1 Sub section in section (File used for navigation testing)</title>
56
67 <meta name="description" content="1.1.1 Sub section in section (File used for navigation testing)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>File used for navigation testing</title>
56
67 <meta name="description" content="File used for navigation testing">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Not monolithic</title>
56
67 <meta name="description" content="Not monolithic">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Not monolithic</title>
56
67 <meta name="description" content="Not monolithic">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Not monolithic</title>
56
67 <meta name="description" content="Not monolithic">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Not monolithic</title>
56
67 <meta name="description" content="Not monolithic">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Not monolithic</title>
56
67 <meta name="description" content="Not monolithic">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Not monolithic</title>
56
67 <meta name="description" content="Not monolithic">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Not monolithic</title>
56
67 <meta name="description" content="Not monolithic">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
126126 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
127127 $(top_srcdir)/gnulib/m4/iconv.m4 \
128128 $(top_srcdir)/gnulib/m4/include_next.m4 \
129 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
129130 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
130131 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
131132 $(top_srcdir)/gnulib/m4/iswblank.m4 \
911912 INSTALL_SCRIPT = @INSTALL_SCRIPT@
912913 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
913914 INTLLIBS = @INTLLIBS@
915 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
914916 LDFLAGS = @LDFLAGS@
915917 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
916918 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 First chapter (split indices)</title>
56
67 <meta name="description" content="1 First chapter (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>split indices</title>
56
67 <meta name="description" content="split indices">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (split indices)</title>
56
67 <meta name="description" content="About This Document (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node 2 in section 3 (split indices)</title>
67
78 <meta name="description" content="node 2 in section 3 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node 3 in section 3 (split indices)</title>
67
78 <meta name="description" content="node 3 in section 3 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node in section 3 (split indices)</title>
67
78 <meta name="description" content="node in section 3 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>2 Second chapter (split indices)</title>
56
67 <meta name="description" content="2 Second chapter (split indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>section 1 (split indices)</title>
67
78 <meta name="description" content="section 1 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>section 2 (split indices)</title>
67
78 <meta name="description" content="section 2 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>section 3 (split indices)</title>
67
78 <meta name="description" content="section 3 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>subsection 1 (split indices)</title>
67
78 <meta name="description" content="subsection 1 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>subsection 2 (split indices)</title>
67
78 <meta name="description" content="subsection 2 (split indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test for indices</title>
56
67 <meta name="description" content="Test for indices">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (Test for indices)</title>
56
67 <meta name="description" content="About This Document (Test for indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (Test for indices)</title>
56
67 <meta name="description" content="Table of Contents (Test for indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>3 Indices refs (Test for indices)</title>
56
67 <meta name="description" content="3 Indices refs (Test for indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 first node chapter, with ftable and vtable (Test for indices)</title>
56
67 <meta name="description" content="1 first node chapter, with ftable and vtable (Test for indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>2 node with printindex (Test for indices)</title>
56
67 <meta name="description" content="2 node with printindex (Test for indices)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node (Test for indices)</title>
67
78 <meta name="description" content="node (Test for indices)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
114114 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
115115 $(top_srcdir)/gnulib/m4/iconv.m4 \
116116 $(top_srcdir)/gnulib/m4/include_next.m4 \
117 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
117118 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
118119 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
119120 $(top_srcdir)/gnulib/m4/iswblank.m4 \
694695 INSTALL_SCRIPT = @INSTALL_SCRIPT@
695696 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
696697 INTLLIBS = @INTLLIBS@
698 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
697699 LDFLAGS = @LDFLAGS@
698700 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
699701 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test nested cartouche</title>
56
67 <meta name="description" content="Test nested cartouche">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test nested deffn</title>
56
67 <meta name="description" content="Test nested deffn">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test nested enumerate</title>
56
67 <meta name="description" content="Test nested enumerate">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test nested example</title>
56
67 <meta name="description" content="Test nested example">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test nested flushright</title>
56
67 <meta name="description" content="Test nested flushright">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test nested group</title>
56
67 <meta name="description" content="Test nested group">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test nested itemize</title>
56
67 <meta name="description" content="Test nested itemize">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test nested menu</title>
56
67 <meta name="description" content="Test nested menu">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test nested multitable</title>
56
67 <meta name="description" content="Test nested multitable">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test nested quotation</title>
56
67 <meta name="description" content="Test nested quotation">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Test nested table</title>
56
67 <meta name="description" content="Test nested table">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
00 #! /bin/sh
1 # $Id: run_parser_all.sh 7634 2017-01-17 02:20:47Z gavin $
1 # $Id: run_parser_all.sh 7948 2017-09-04 18:23:18Z gavin $
22 # Run all Texinfo tests.
33 #
44 # Copyright 2010, 2011, 2012, 2013, 2014, 2015
273273 # @setfilename
274274 echo "$command $dir" >>$logfile
275275 #echo "$dir($format)"
276 cmd="$prepended_command $PERL -w $command_run $format_option --force --conf-dir $srcdir/../t/init/ --conf-dir $srcdir/../init --error-limit=1000 --set-customization-variable TEST=1 --set-customization-variable L2H_CLEAN=0 --output ${outdir}$dir/ -I $srcdir/testdir -I $testdir/ -I $srcdir/ --set-customization-variable=DUMP_TEXI=1 --macro-expand=${outdir}$dir/$basename.texi $remaining_out_dir $src_file 2>${outdir}$dir/$basename.2" >> $logfile
276 cmd="$prepended_command $PERL -w $command_run $format_option --force --conf-dir $srcdir/../t/init/ --conf-dir $srcdir/../init --error-limit=1000 --set-customization-variable TEST=1 --set-customization-variable L2H_CLEAN=0 --output ${outdir}$dir/ -I $srcdir/testdir -I $testdir/ -I $srcdir/ -I . --set-customization-variable=DUMP_TEXI=1 --macro-expand=${outdir}$dir/$basename.texi $remaining_out_dir $src_file 2>${outdir}$dir/$basename.2" >> $logfile
277277 echo "$cmd" >>$logfile
278278 eval $cmd
279279 ret=$?
324324 mkdir "${outdir}$dir"
325325 remaining_out_dir=`echo $remaining | sed 's,@OUT_DIR@,'"${outdir}$dir/"',g'`
326326 echo "$command $dir -> ${outdir}$dir" >> $logfile
327 cmd="$prepended_command $PERL -w $command_run $format_option --force --conf-dir $srcdir/../t/init/ --conf-dir $srcdir/../init -I $srcdir/$testdir -I $testdir/ -I $srcdir/ --set-customization-variable L2H_FILE=$srcdir/../t/init/l2h.init --error-limit=1000 --set-customization-variable TEST=1 --set-customization-variable L2H_CLEAN=0 $l2h_tmp_dir --output ${outdir}$dir/ $remaining_out_dir $src_file > ${outdir}$dir/$basename.1 2>${outdir}$dir/$basename.2"
327 cmd="$prepended_command $PERL -w $command_run $format_option --force --conf-dir $srcdir/../t/init/ --conf-dir $srcdir/../init -I $srcdir/$testdir -I $testdir/ -I $srcdir/ -I . --set-customization-variable L2H_FILE=$srcdir/../t/init/l2h.init --error-limit=1000 --set-customization-variable TEST=1 --set-customization-variable L2H_CLEAN=0 $l2h_tmp_dir --output ${outdir}$dir/ $remaining_out_dir $src_file > ${outdir}$dir/$basename.1 2>${outdir}$dir/$basename.2"
328328 echo "$cmd" >>$logfile
329329 eval $cmd
330330 ret=$?
117117 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
118118 $(top_srcdir)/gnulib/m4/iconv.m4 \
119119 $(top_srcdir)/gnulib/m4/include_next.m4 \
120 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
120121 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
121122 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
122123 $(top_srcdir)/gnulib/m4/iswblank.m4 \
697698 INSTALL_SCRIPT = @INSTALL_SCRIPT@
698699 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
699700 INTLLIBS = @INTLLIBS@
701 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
700702 LDFLAGS = @LDFLAGS@
701703 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
702704 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node (Untitled Document)</title>
67
78 <meta name="description" content="node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node (Untitled Document)</title>
67
78 <meta name="description" content="node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node (Untitled Document)</title>
67
78 <meta name="description" content="node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node (Untitled Document)</title>
67
78 <meta name="description" content="node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node (Untitled Document)</title>
67
78 <meta name="description" content="node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node (Untitled Document)</title>
67
78 <meta name="description" content="node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node (Untitled Document)</title>
67
78 <meta name="description" content="node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>top section</title>
56
67 <meta name="description" content="top section">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>top</title>
56
67 <meta name="description" content="top">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>2 Chapter 2 (top section)</title>
56
67 <meta name="description" content="2 Chapter 2 (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 Chapter (top section)</title>
56
67 <meta name="description" content="1 Chapter (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>top section</title>
56
67 <meta name="description" content="top section">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (top section)</title>
56
67 <meta name="description" content="About This Document (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>unnumbered (top section)</title>
56
67 <meta name="description" content="unnumbered (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>&aacute; (Untitled Document)</title>
56
67 <meta name="description" content="&aacute; (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>chapter (Untitled Document)</title>
56
67 <meta name="description" content="chapter (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (Untitled Document)</title>
56
67 <meta name="description" content="About This Document (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (Untitled Document)</title>
56
67 <meta name="description" content="About This Document (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>second node (Untitled Document)</title>
67
78 <meta name="description" content="second node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>third node (Untitled Document)</title>
56
67 <meta name="description" content="third node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 subsection (Untitled Document)</title>
56
67 <meta name="description" content="1 subsection (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>second node (Untitled Document)</title>
67
78 <meta name="description" content="second node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>third node (Untitled Document)</title>
67
78 <meta name="description" content="third node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (Untitled Document)</title>
56
67 <meta name="description" content="About This Document (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>second node (Untitled Document)</title>
67
78 <meta name="description" content="second node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>third node (Untitled Document)</title>
67
78 <meta name="description" content="third node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>before element test</title>
56
67 <meta name="description" content="before element test">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>1 first node chapter (Untitled Document)</title>
56
67 <meta name="description" content="1 first node chapter (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>Last node no description (Untitled Document)</title>
67
78 <meta name="description" content="Last node no description (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>2 second node chapter (Untitled Document)</title>
56
67 <meta name="description" content="2 second node chapter (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>unnumbered chapter (Untitled Document)</title>
56
67 <meta name="description" content="unnumbered chapter (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>between node (Untitled Document)</title>
67
78 <meta name="description" content="between node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title> (Untitled Document)</title>
56
67 <meta name="description" content=" (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>numbered sub (Untitled Document)</title>
67
78 <meta name="description" content="numbered sub (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>numbered sub2 (Untitled Document)</title>
67
78 <meta name="description" content="numbered sub2 (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>numbered sub3 (Untitled Document)</title>
67
78 <meta name="description" content="numbered sub3 (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>numbered (Untitled Document)</title>
67
78 <meta name="description" content="numbered (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>About This Document (Untitled Document)</title>
56
67 <meta name="description" content="About This Document (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Short Table of Contents (Untitled Document)</title>
56
67 <meta name="description" content="Short Table of Contents (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Table of Contents (Untitled Document)</title>
56
67 <meta name="description" content="Table of Contents (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>unnumbered sub (Untitled Document)</title>
67
78 <meta name="description" content="unnumbered sub (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>unnumbered sub2 (Untitled Document)</title>
67
78 <meta name="description" content="unnumbered sub2 (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>unnumbered (Untitled Document)</title>
67
78 <meta name="description" content="unnumbered (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>unnumbered2 (Untitled Document)</title>
67
78 <meta name="description" content="unnumbered2 (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>The top</title>
56
67 <meta name="description" content="The top">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>The top</title>
56
67 <meta name="description" content="The top">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>2 footnotes in 2 nodes</title>
56
67 <meta name="description" content="2 footnotes in 2 nodes">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>2 footnotes in 2 nodes</title>
56
67 <meta name="description" content="2 footnotes in 2 nodes">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node (Untitled Document)</title>
67
78 <meta name="description" content="node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>before top (Untitled Document)</title>
56
67 <meta name="description" content="before top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <link href="index.html#Top" rel="next" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <link href="node.html#node" rel="next" title="node">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>node (Untitled Document)</title>
56
67 <meta name="description" content="node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="index.html#Top" rel="prev" title="Top">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node (Untitled Document)</title>
67
78 <meta name="description" content="node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node (Untitled Document)</title>
67
78 <meta name="description" content="node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>before top (Untitled Document)</title>
56
67 <meta name="description" content="before top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <link href="index.html#Top" rel="next" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <link href="node.html#node" rel="next" title="node">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>node (Untitled Document)</title>
56
67 <meta name="description" content="node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="index.html#Top" rel="prev" title="Top">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node (Untitled Document)</title>
67
78 <meta name="description" content="node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node (Untitled Document)</title>
67
78 <meta name="description" content="node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>before top (Untitled Document)</title>
56
67 <meta name="description" content="before top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <link href="index.html#Top" rel="next" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <link href="node.html#node" rel="next" title="node">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>node (Untitled Document)</title>
56
67 <meta name="description" content="node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="index.html#Top" rel="prev" title="Top">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node (Untitled Document)</title>
67
78 <meta name="description" content="node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>node (Untitled Document)</title>
67
78 <meta name="description" content="node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (top section)</title>
56
67 <meta name="description" content="Top (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="section-node.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="../dir/index.html" rel="up" title="(dir)">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>section node (top section)</title>
56
67 <meta name="description" content="section node (top section)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (top)</title>
56
67 <meta name="description" content="Top (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <link href="n-c2.html#n-c2" rel="next" title="n c2">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>n c2 (top)</title>
56
67 <meta name="description" content="n c2 (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="n-c3.html#n-c3" rel="next" title="n c3">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>n c3 s 2 (top)</title>
56
67 <meta name="description" content="n c3 s 2 (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="n-c3.html#n-c3" rel="up" title="n c3">
1414 <link href="n-c3-s1-s2.html#n-c3-s1-s2" rel="next" title="n c3 s1 s2">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>n c3 s1 s2 (top)</title>
56
67 <meta name="description" content="n c3 s1 s2 (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="n-c3-s-2.html#n-c3-s-2" rel="prev" title="n c3 s 2">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>n c3 (top)</title>
56
67 <meta name="description" content="n c3 (top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="n-c3-s-2.html#n-c3-s-2" rel="next" title="n c3 s 2">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>top section</title>
56
67 <meta name="description" content="top section">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>first (Untitled Document)</title>
56
67 <meta name="description" content="first (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#first" rel="start" title="first">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <link href="second-node.html#second-node" rel="next" title="second node">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>second node (Untitled Document)</title>
56
67 <meta name="description" content="second node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="first.html#first" rel="start" title="first">
1313 <link href="first.html#first" rel="up" title="first">
1414 <link href="first.html#first" rel="prev" title="first">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>first (Untitled Document)</title>
56
67 <meta name="description" content="first (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#first" rel="start" title="first">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <link href="second-node.html#second-node" rel="next" title="second node">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>second node (Untitled Document)</title>
56
67 <meta name="description" content="second node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="first.html#first" rel="start" title="first">
1313 <link href="first.html#first" rel="up" title="first">
1414 <link href="first.html#first" rel="prev" title="first">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>&aacute; (Untitled Document)</title>
56
67 <meta name="description" content="&aacute; (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="chapter.html#chapter" rel="next" title="chapter">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>chapter (Untitled Document)</title>
56
67 <meta name="description" content="chapter (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="a.html#g_t_00e0" rel="next" title="&agrave;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <link href="a.html#g_t_00e1" rel="next" title="&aacute;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>&aacute; (Untitled Document)</title>
56
67 <meta name="description" content="&aacute; (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="chapter.html#chapter" rel="next" title="chapter">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>chapter (Untitled Document)</title>
56
67 <meta name="description" content="chapter (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="a.html#g_t_00e0" rel="next" title="&agrave;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <link href="a.html#g_t_00e1" rel="next" title="&aacute;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Footnotes (Untitled Document)</title>
56
67 <meta name="description" content="Footnotes (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <style type="text/css">
1414 <!--
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>&aacute; (Untitled Document)</title>
56
67 <meta name="description" content="&aacute; (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="chapter.html#chapter" rel="next" title="chapter">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>chapter (Untitled Document)</title>
56
67 <meta name="description" content="chapter (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="a.html#g_t_00e0" rel="next" title="&agrave;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <link href="a.html#g_t_00e1" rel="next" title="&aacute;">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <link href="second-node.html#second-node" rel="next" title="second node">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>second node (Untitled Document)</title>
56
67 <meta name="description" content="second node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="third-node.html#third-node" rel="next" title="third node">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>third node (Untitled Document)</title>
56
67 <meta name="description" content="third node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="second-node.html#second-node" rel="prev" title="second node">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <link href="third-node.html#third-node" rel="next" title="third node">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>second node (Untitled Document)</title>
67
78 <meta name="description" content="second node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>third node (Untitled Document)</title>
56
67 <meta name="description" content="third node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="index.html#second-node" rel="prev" title="second node">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <style type="text/css">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>second node (Untitled Document)</title>
67
78 <meta name="description" content="second node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>third node (Untitled Document)</title>
67
78 <meta name="description" content="third node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <link href="second-node.html#second-node" rel="next" title="second node">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>second node (Untitled Document)</title>
56
67 <meta name="description" content="second node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="third-node.html#third-node" rel="next" title="third node">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>third node (Untitled Document)</title>
56
67 <meta name="description" content="third node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="second-node.html#second-node" rel="prev" title="second node">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <style type="text/css">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>second node (Untitled Document)</title>
67
78 <meta name="description" content="second node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>third node (Untitled Document)</title>
67
78 <meta name="description" content="third node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>one node (Untitled Document)</title>
56
67 <meta name="description" content="one node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#one-node" rel="start" title="one node">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <style type="text/css">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>ref (Untitled Document)</title>
67
78 <meta name="description" content="ref (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>one node (Untitled Document)</title>
56
67 <meta name="description" content="one node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#one-node" rel="start" title="one node">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <style type="text/css">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>ref (Untitled Document)</title>
67
78 <meta name="description" content="ref (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>An anchor (before element test)</title>
67
78 <meta name="description" content="An anchor (before element test)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>Anchor in footnote (before element test)</title>
67
78 <meta name="description" content="Anchor in footnote (before element test)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>1 (before element test)</title>
67
78 <meta name="description" content="1 (before element test)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>before element test</title>
56
67 <meta name="description" content="before element test">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <style type="text/css">
1313 <!--
1414 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>First node (Untitled Document)</title>
56
67 <meta name="description" content="First node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="Last-node-no-description.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Last node no description (Untitled Document)</title>
56
67 <meta name="description" content="Last node no description (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Second node (Untitled Document)</title>
56
67 <meta name="description" content="Second node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="Last-node-no-description.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Third node unnumbered (Untitled Document)</title>
56
67 <meta name="description" content="Third node unnumbered (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="Last-node-no-description.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>between node (Untitled Document)</title>
56
67 <meta name="description" content="between node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="Last-node-no-description.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="Last-node-no-description.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="First-node.html#First-node" rel="next" title="First node">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>numbered sub (Untitled Document)</title>
56
67 <meta name="description" content="numbered sub (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="Last-node-no-description.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="unnumbered.html#unnumbered" rel="up" title="unnumbered">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>numbered sub2 (Untitled Document)</title>
56
67 <meta name="description" content="numbered sub2 (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="Last-node-no-description.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="unnumbered.html#unnumbered" rel="up" title="unnumbered">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>numbered sub3 (Untitled Document)</title>
56
67 <meta name="description" content="numbered sub3 (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="Last-node-no-description.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="unnumbered2.html#unnumbered2" rel="up" title="unnumbered2">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>numbered (Untitled Document)</title>
56
67 <meta name="description" content="numbered (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="Last-node-no-description.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="First-node.html#First-node" rel="up" title="First node">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>unnumbered sub (Untitled Document)</title>
56
67 <meta name="description" content="unnumbered sub (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="Last-node-no-description.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="unnumbered.html#unnumbered" rel="up" title="unnumbered">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>unnumbered sub2 (Untitled Document)</title>
56
67 <meta name="description" content="unnumbered sub2 (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="Last-node-no-description.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="unnumbered.html#unnumbered" rel="up" title="unnumbered">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>unnumbered (Untitled Document)</title>
56
67 <meta name="description" content="unnumbered (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="Last-node-no-description.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="First-node.html#First-node" rel="up" title="First node">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>unnumbered2 (Untitled Document)</title>
56
67 <meta name="description" content="unnumbered2 (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="Last-node-no-description.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="First-node.html#First-node" rel="up" title="First node">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>First node (Untitled Document)</title>
56
67 <meta name="description" content="First node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="Third-node-unnumbered.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="index.html#Top" rel="up" title="Top">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>Last node no description (Untitled Document)</title>
67
78 <meta name="description" content="Last node no description (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Second node (Untitled Document)</title>
56
67 <meta name="description" content="Second node (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="Third-node-unnumbered.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="index.html#Top" rel="up" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Third node unnumbered (Untitled Document)</title>
56
67 <meta name="description" content="Third node unnumbered (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="index.html#Top" rel="up" title="Top">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>between node (Untitled Document)</title>
67
78 <meta name="description" content="between node (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="Third-node-unnumbered.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <link href="First-node.html#First-node" rel="next" title="First node">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>numbered sub (Untitled Document)</title>
67
78 <meta name="description" content="numbered sub (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>numbered sub2 (Untitled Document)</title>
67
78 <meta name="description" content="numbered sub2 (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>numbered sub3 (Untitled Document)</title>
67
78 <meta name="description" content="numbered sub3 (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>numbered (Untitled Document)</title>
67
78 <meta name="description" content="numbered (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Untitled Document</title>
56
67 <meta name="description" content="Untitled Document">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="Third-node-unnumbered.html#SEC_Contents" rel="contents" title="Table of Contents">
1414 <style type="text/css">
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>unnumbered sub (Untitled Document)</title>
67
78 <meta name="description" content="unnumbered sub (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>unnumbered sub2 (Untitled Document)</title>
67
78 <meta name="description" content="unnumbered sub2 (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>unnumbered (Untitled Document)</title>
67
78 <meta name="description" content="unnumbered (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <!-- This file redirects to the location of a node or anchor -->
44 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56 <title>unnumbered2 (Untitled Document)</title>
67
78 <meta name="description" content="unnumbered2 (Untitled Document)">
910 <meta name="resource-type" content="document">
1011 <meta name="distribution" content="global">
1112 <meta name="Generator" content="texi2any">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1313 <style type="text/css">
1414 <!--
1515 a.summary-letter {text-decoration: none}
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (Untitled Document)</title>
56
67 <meta name="description" content="Top (Untitled Document)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <style type="text/css">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Chap (The top)</title>
56
67 <meta name="description" content="Chap (The top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="index.html#Top" rel="prev" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (The top)</title>
56
67 <meta name="description" content="Top (The top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="http://etop.example.org" rel="up" title="(dir)">
1414 <link href="Chap.html#Chap" rel="next" title="Chap">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Chap (The top)</title>
56
67 <meta name="description" content="Chap (The top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="index.html#Top" rel="prev" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (The top)</title>
56
67 <meta name="description" content="Top (The top)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="http://itop.example.org" rel="up" title="(dir)">
1414 <link href="Chap.html#Chap" rel="next" title="Chap">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>chapter (2 footnotes in 2 nodes)</title>
56
67 <meta name="description" content="chapter (2 footnotes in 2 nodes)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="index.html#Top" rel="prev" title="Top">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (2 footnotes in 2 nodes)</title>
56
67 <meta name="description" content="Top (2 footnotes in 2 nodes)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <link href="chapter.html#chapter" rel="next" title="chapter">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>chapter (2 footnotes in 2 nodes)</title>
56
67 <meta name="description" content="chapter (2 footnotes in 2 nodes)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <link href="index.html#Top" rel="up" title="Top">
1414 <link href="two_footnotes_in_nodes_fot.html#SEC_Foot" rel="next" title="Footnotes">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Top (2 footnotes in 2 nodes)</title>
56
67 <meta name="description" content="Top (2 footnotes in 2 nodes)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="#Top" rel="start" title="Top">
1313 <link href="../dir/index.html" rel="up" title="(dir)">
1414 <link href="chapter.html#chapter" rel="next" title="chapter">
11 <html>
22 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
33 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45 <title>Footnotes (2 footnotes in 2 nodes)</title>
56
67 <meta name="description" content="Footnotes (2 footnotes in 2 nodes)">
89 <meta name="resource-type" content="document">
910 <meta name="distribution" content="global">
1011 <meta name="Generator" content="texi2any">
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1212 <link href="index.html#Top" rel="start" title="Top">
1313 <style type="text/css">
1414 <!--
114114 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
115115 $(top_srcdir)/gnulib/m4/iconv.m4 \
116116 $(top_srcdir)/gnulib/m4/include_next.m4 \
117 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
117118 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
118119 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
119120 $(top_srcdir)/gnulib/m4/iswblank.m4 \
694695 INSTALL_SCRIPT = @INSTALL_SCRIPT@
695696 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
696697 INTLLIBS = @INTLLIBS@
698 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
697699 LDFLAGS = @LDFLAGS@
698700 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
699701 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
612612 'dvipdf' => {
613613 'texi2dvi_format' => 1,
614614 },
615 'debugcount' => {
616 'nodes_tree' => 1,
617 'floats' => 1,
618 'module' => 'DebugTexinfo::DebugCount'
619 },
620615 'debugtree' => {
621616 'split' => 1,
622617 'module' => 'DebugTexinfo::DebugTree'
623618 },
624619 'textcontent' => {
625 'converter' => sub{Texinfo::Convert::TextContent->converter(@_)},
620 'module' => 'Texinfo::Convert::TextContent'
626621 },
627622 'rawtext' => {
628 'converter' => sub{Texinfo::Convert::Text->converter(@_)},
623 'module' => 'Texinfo::Convert::Text'
629624 },
630625 'plaintexinfo' => {
631 'converter' => sub{Texinfo::Convert::PlainTexinfo->converter(@_)},
626 'module' => 'Texinfo::Convert::PlainTexinfo'
632627 },
633628 'parse' => {
634629 },
12321227 #my $global_commands = $parser->global_commands_information();
12331228 #print STDERR join('|', keys(%$global_commands))."\n";
12341229
1235 if (!defined($tree) or $format eq 'parse') {
1236 handle_errors($parser, $error_count, \@opened_files);
1237 next;
1238 }
1239
1240 if (defined(get_conf('DUMP_TREE'))
1241 or (get_conf('DEBUG') and get_conf('DEBUG') >= 10)) {
1230 if (defined($tree)
1231 and (defined(get_conf('DUMP_TREE'))
1232 or (get_conf('DEBUG') and get_conf('DEBUG') >= 10))) {
12421233 # this is very wrong, but a way to avoid a spurious warning.
12431234 no warnings 'once';
12441235 local $Data::Dumper::Purity = 1;
12461237 local $Data::Dumper::Indent = 1;
12471238 print STDERR Data::Dumper->Dump([$tree]);
12481239 }
1240 if (!defined($tree) or $format eq 'parse') {
1241 handle_errors($parser, $error_count, \@opened_files);
1242 next;
1243 }
1244
12491245
12501246 if ($tree_transformations{'fill_gaps_in_sectioning'}) {
12511247 my ($filled_contents, $added_sections)
132132 $(top_srcdir)/gnulib/m4/hard-locale.m4 \
133133 $(top_srcdir)/gnulib/m4/iconv.m4 \
134134 $(top_srcdir)/gnulib/m4/include_next.m4 \
135 $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
135136 $(top_srcdir)/gnulib/m4/intmax_t.m4 \
136137 $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
137138 $(top_srcdir)/gnulib/m4/iswblank.m4 \
921922 INSTALL_SCRIPT = @INSTALL_SCRIPT@
922923 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
923924 INTLLIBS = @INTLLIBS@
925 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
924926 LDFLAGS = @LDFLAGS@
925927 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
926928 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
00 #!/bin/sh
1 # $Id: pdftexi2dvi 7842 2017-06-23 06:47:27Z gavin $
1 # $Id: texi2pdf 7842 2017-06-23 06:47:27Z gavin $
22 # Written by Thomas Esser. Public domain.
33 # Execute texi2dvi --pdf.
44
2424 # obliged to.
2525 if test "x$1" = x--version; then
2626 cat <<EOF
27 texi2pdf (GNU Texinfo 6.4) $rcs_version
27 texi2pdf (GNU Texinfo 6.5) $rcs_version
2828
2929 Copyright (C) 2017 Free Software Foundation, Inc.
3030 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
218218 version ()
219219 {
220220 cat <<EOF
221 texi2dvi (GNU Texinfo 6.4) $rcs_version
221 texi2dvi (GNU Texinfo 6.5) $rcs_version
222222
223223 Copyright (C) 2017 Free Software Foundation, Inc.
224224 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
2424 # obliged to.
2525 if test "x$1" = x--version; then
2626 cat <<EOF
27 texi2pdf (GNU Texinfo 6.4) $rcs_version
27 texi2pdf (GNU Texinfo 6.5) $rcs_version
2828
2929 Copyright (C) 2017 Free Software Foundation, Inc.
3030 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>