\input texinfo @c -*-texinfo-*- @c %**start of header @setfilename sample.info @settitle Sample Document @c %**end of header @setchapternewpage odd @ifinfo This is a short example of a complete Texinfo file. Copyright 1990 Free Software Foundation, Inc. @end ifinfo @titlepage @sp 10 @comment The title is printed in a large font. @center @titlefont{Sample Title} @c The following two commands start the copyright page. @page @vskip 0pt plus 1filll Copyright @copyright{} 1990 Free Software Foundation, Inc. @end titlepage @comment ################################################################## @node Top, First Chapter, Second Chapter , (dir) @comment node-name, next, previous, up @menu * First Chapter:: The first chapter is not the only chapter in this sample. * Second Chapter:: The second chapter is the second chapter in this sample. @end menu @comment ################################################################## @node First Chapter, Second Chapter, First Chapter, Top @comment node-name, next, previous, up @chapter First Chapter @cindex Sample index entry This is the contents of the first chapter. @url{http://www.editcorp.com/Personal/Lars_Appel/texinfo/texinfo_toc.html} @emph{Texinfo - The GNU Documentation Format} @cindex Another sample index entry Here is a numbered list. @enumerate @item This is the first item. @item This is the second item. @end enumerate @comment ################################################################## @node Second Chapter, Second Chapter, First Chapter, Top @comment node-name, next, previous, up @chapter Second Chapter @cindex Sample index entry This is the contents of the second chapter. @cindex Another sample index entry Here is a numbered list. @enumerate @item This is the first item. @item This is the second item. @end enumerate @lowersections @comment ##### 2.1. ##################################################### @node Third Node, Third Node, Third Node, Second Chapter @comment node-name, next, previous, up @chapter Third Node @cindex Sample index entry foo bar @lowersections @comment ##### 2.1.1 #################################################### @node First Section, First Subsection, First Subsection, Third Node @comment node-name, next, previous, up @chapter First Section @cindex Sample index entry foo @comment ##### 2.1.2 #################################################### @node First Subsection, First Subsection, First Subsection, Third Node @comment node-name, next, previous, up @chapter First Subsection @cindex Sample index entry bar @multitable @columnfractions .15 .45 .4 @item Key @tab Command @tab Description @item C-x 2 @tab @code{split-window-vertically} @tab Split the selected window into two windows, with one above the other. @item C-x 3 @tab @code{split-window-horizontally} @tab Split the selected window into two windows positioned side by side. @item C-Mouse-2 @tab @tab In the mode line or scroll bar of a window, split that window. @end multitable