1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
\input texinfo @c -*-texinfo-*-
@setfilename formatting.info
@node Top
@top Top section
@menu
* chapter:: chapter
Menu comment
* description:chapter2. Chapter 2
@end menu
@include coverage_macro.texi
@copying
In copying
@mymacro{}
@end copying
@titlepage
@title title --a
@subtitle formatting subtitle --a
@subtitle subtitle 2 --a
@author author1 --a with accents in name T@'e@,ca
@author author2 --a
In titlepage
@mymacro
Insercopying in titlepage
@insertcopying
@end titlepage
Insertcopying in normal text
@insertcopying
Normal text
@mymacro{}
In example.
@example
@mymacro{}
@end example
@cindex t--ruc
@cindex T--ruc
@cindex .
@cindex ?
@cindex a
@findex t--ruc
@findex T--ruc
@findex .
@findex ?
@findex a
cp
@printindex cp
fn
@printindex fn
vr
@printindex vr
ky
@printindex ky
pg
@printindex pg
tp
@printindex tp
@node chapter
@chapter chapter
@footnote{in footnote}
@format
@menu
* s--ect@comma{}ion:: s--ect@comma{}ion
Menu comment
``simple-double--three---four----''@*
@end menu
@end format
@node s--ect@comma{}ion
@section A section
@menu
* subsection::
@end menu
@node subsection
@subsection subsection
@menu
* subsubsection ``simple-double--three---four----''::
@end menu
@anchor{anchor}
@node subsubsection ``simple-double--three---four----''
@subsubsection subsubsection ``simple-double--three---four----''
@node chapter2
@centerchap chapter 2
@printindex cp
@printindex fn
@contents
@shortcontents
@bye
|