tbabel.texinfo - clic - Clic is an command line interactive client for gopher w… | |
git clone git://bitreich.org/clic/ git://hg6vgqziawt5s4dj.onion/clic/ | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
tbabel.texinfo (3094B) | |
--- | |
1 \input texinfo @c -*-texinfo-*- | |
2 @c %**start of header | |
3 @setfilename babel.info | |
4 @settitle Babel Manual | |
5 | |
6 @c @exampleindent 2 | |
7 @c @documentencoding utf-8 | |
8 | |
9 @c %**end of header | |
10 | |
11 @c for install-info | |
12 @c @dircategory %%INFO-CATEGORY%% | |
13 @c @direntry | |
14 @c * babel: %%PROJECT-DESCRIPTION%% | |
15 @c @end direntry | |
16 | |
17 @include macros.texinfo | |
18 | |
19 @c Show types, functions, and concepts in the same index. | |
20 @syncodeindex tp cp | |
21 @syncodeindex fn cp | |
22 | |
23 @copying | |
24 @c Copyright @copyright{} 2084 John Doe <[email protected]> | |
25 | |
26 @include license.texinfo | |
27 @end copying | |
28 | |
29 @titlepage | |
30 @title Babel Manual | |
31 @subtitle draft version | |
32 @c @author John Doe | |
33 @page | |
34 @vskip 0pt plus 1filll | |
35 @insertcopying | |
36 @end titlepage | |
37 | |
38 @contents | |
39 | |
40 @ifnottex | |
41 @node Top | |
42 @top babel | |
43 @insertcopying | |
44 @end ifnottex | |
45 | |
46 @c Top Menu | |
47 @menu | |
48 * First Chapter:: | |
49 * Comprehensive Index:: | |
50 @end menu | |
51 | |
52 @node First Chapter | |
53 @chapter First Chapter | |
54 | |
55 Bla bla bla, bla bla bla. | |
56 | |
57 @section Conditions | |
58 | |
59 @include include/condition-babel-character-out-of-range.texinfo | |
60 @include include/condition-babel-encodings-character-out-of-range.texinfo | |
61 @include include/condition-babel-encodings-end-of-input-in-character.tex… | |
62 @include include/condition-babel-encodings-invalid-utf8-continuation-byt… | |
63 @include include/condition-babel-encodings-invalid-utf8-starter-byte.tex… | |
64 @include include/condition-babel-encodings-overlong-utf8-sequence.texinfo | |
65 @include include/condition-babel-end-of-input-in-character.texinfo | |
66 @include include/condition-babel-invalid-utf8-continuation-byte.texinfo | |
67 @include include/condition-babel-invalid-utf8-starter-byte.texinfo | |
68 @include include/condition-babel-overlong-utf8-sequence.texinfo | |
69 @include include/constant-babel-unicode-char-code-limit.texinfo | |
70 | |
71 @section More stuff | |
72 | |
73 @include include/fun-babel-encodings-get-character-encoding.texinfo | |
74 @include include/fun-babel-encodings-list-character-encodings.texinfo | |
75 @include include/fun-babel-encodings-lookup-mapping.texinfo | |
76 @include include/fun-babel-list-character-encodings.texinfo | |
77 @include include/macro-babel-encodings-with-checked-simple-vector.texinfo | |
78 @include include/macro-babel-encodings-with-simple-vector.texinfo | |
79 @include include/type-babel-simple-unicode-string.texinfo | |
80 @include include/type-babel-unicode-char.texinfo | |
81 @include include/type-babel-unicode-string.texinfo | |
82 @include include/var-babel-encodings-star-default-character-encoding-sta… | |
83 @include include/var-babel-encodings-star-suppress-character-coding-erro… | |
84 @include include/var-babel-star-default-character-encoding-star.texinfo | |
85 @include include/var-babel-star-default-eol-style-star.texinfo | |
86 | |
87 @c @include include/fun-somepackage-somefunction.texinfo | |
88 @c @include include/macro-somepackage-somemacro.texinfo | |
89 | |
90 @c @node First Section | |
91 @c @section First Section | |
92 | |
93 @c @include include/fun-somepackage-somefunction.texinfo | |
94 @c @include include/fun-somepackage-somefunction.texinfo | |
95 | |
96 | |
97 | |
98 @c We call this node ``Comprehensive Index'' so that texinfo's HTML | |
99 @c output doesn't generate an index.html that'd overwrite the manual's | |
100 @c initial page. | |
101 @node Comprehensive Index | |
102 @unnumbered Index | |
103 @printindex cp | |
104 | |
105 @bye |