123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312 |
- \input texinfo @c -*-texinfo-*-
- @node Top,First node,(dir)
- @top Tests
- @menu
- * First node:: node 1
- * description: node @'{a}. node with braces
- * node: (manual)A node. node in another manual
- a verbatim in menu comment @verbatim verbatim on same line than @verbatim
- bidule
- @end verbatim
- * node d@'a:: node without braces
- @end menu
- Tests for environments not matching
- @quotation
- A quotation
- @end cartouche
- @deffn {Function Reference} print_navigation $filehandle
- Text
- @end deftypefun
- @table
- @item item
- line
- @end vtable
- @table @emph
- @item ref
- @example
- example
- @end display
- @end table
- @node First node
- @chapter first node chapter
- A list with bullet
- Before itemize, in that case @@bullet isn'right, one needs @@bullet@{@} (in info) @itemize @bullet{} @c segfault <- @item on the same line that itemize
- @item on the same line than item
- some text
- @item
- more text @end itemize
- A list with text before first @@item:
- @itemize @bullet
- text @item more
- text
- @end itemize
- @ifhtml
- a verbatim, not first on the line @verbatim text following @verbatim
- text
- @@@@ @ text before @end verbatim @end verbatim Text following end verbatim, must be exactly one space
- between end and verbatim. @@end verbatim doesn't need to begin at beginning
- of line.
- @end ifhtml
- In tex, @@end verbatim must be on its own on a line.
- A verbatim with begin and end on its own line
- @verbatim
- verbatim @samp{item}
- @end verbatim
- @ifhtml
- Now html @html
- <b>
- some html </b>
- @end html bidule ignored
- @@end html begins the line, and there must be exactly one space between @@end
- and html and thing following @@end html are ignored in info. Strangely
- the empty line following @@end html is ignored but spaces are inserted.
- @end ifhtml
- Now html valid for @TeX{} @html
- <b>
- some html </b>
- @end html
- Some text one the line following @@end html
- And html on it's own line
- @html
- <tt> an html tt</tt>
- @end html
- A sc: @sc{ieee}, and another one in example:
- @example
- @sc{aeei}
- @end example
- @ifhtml
- ignore @ignore ignored
- @end ignore bidule ignore
- @end ifhtml
- Ignore is the same than @@html.
- Now ifnothtml on same line @ifnothtml text following ifnothtml
- text following an empty line
- text before end ifnothtml @end ifnothtml
- @@end ifnothtml doesn't need to begin the line, and there can be more
- than one space between @@end and ifnothtml, but nothing more
- on the line.
- Text on the line before ifnothtml with text following,
- @ifnothtml text following ifnothtml,
- @end ifnothtml
- Text on the line following ifnothtml.
- Text on the line before ifnothtml without text following,
- @ifnothtml
- some text on a line between ifnothtml and end ifnothtml,
- @end ifnothtml
- Text on the line following ifnothtml.
- Text on the line before ifnothtml,
- @ifnothtml
- @end ifnothtml
- Text on the line following empty ifnothtml
- @TeX{} has problems with the ftable.
- @ifhtml
- an ftable on same line @ftable @bullet
- @item fun1
- @itemx fun2
- fun1 et fun2 @item more fun
- text on the same line than end @end ftable
- works like @@ifnothtml
- @end ifhtml
- @item outside format.
- @tab outside format.
- @multitable {@samp{bidule}}
- truc before table beginning @item first cell @tab ignored cell
- @itemx second row
- @end multitable
- before bad multitable @multitable 6 7
- @item 1-1 @tab 1-2 @item@tab@item 3-1 @tab 3-2 @end multitable
- right multitable
- @multitable @columnfractions 6 7
- @item 1-1 @tab 1-2 @item@tab@item 3-1 @tab 3-2 @end multitable
- Columnfraction multitable with an ignored cell
- @multitable @columnfractions 0.3 0.4
- @item 1-1 @tab 1-2 @tab 1-3 (ignored)
- @end multitable
- multitable beginning with @@tab
- @multitable {@samp{@verb{.something.}}} {sec}
- @tab after first tab
- @item new line
- @end multitable
- A flushright
- @flushright some text flushed right
- @end flushright
- A center @center Centered line
- And a center after empty line
- @center centered line after empty line
- And a center at end of line @center
- And an empty center @center
- An empty flushright @flushright
- @end flushright
- A verb follows:
- @verb{' a little
- very little
- verb '}
- another with space as delimiter
- @verb{ what@@ }
- @@verb followed by end of line seems incorrect.
- Now verb delimited with *, with an empty line, a comment and @@samp:
- @verb{*with
- verb @c comment
- and samp @samp{text }
- *}
- @node node @'{a}, node d@'a, First node, Top
- @chapter node 'a with braces
- In the node with braces
- A footnote with an empty line within.
- @footnote{with empty line
- before before}
- Now a ref with a footnote within, there aren't 2 paragraphes in the footnote
- in that case in info. tex doesn't like the paragraph break in the ref
- @ifhtml
- @ref{First
- node, within ref a footnote @footnote{with empty line
- before before}}.
- Conversely, a ref in a footnote
- @footnote{ This is a ref @ref{First node} }
- A footnote with an example
- @footnote{
- @example
- An example
- @end example
- }
- @end ifhtml
- Some @@verbatim, @@verb and @@ignore within an xref, very hard for @TeX{}:
- @ifhtml
- @xref{First node,
- @verbatim
- some
- verbatim @@
- text
- within an xref
- @end verbatim
- and now verb delimited with * with an empty line a comment and @@samp
- @verb{*with
- verb @c comment
- and samp @samp{text }
- next line
- *}
- last ignored sentence
- @ignore
- ignore me causing problems to makeinfo
- @end ignore
- }.
- @end ifhtml
- @xref{First node,
- no verb}.
- @node node d@'a,, node @'{a}, Top
- @chapter node 'a without braces
- @menu
- * node:: node
- @end menu
- @node node,,,
- @section node
- A node with gggggggg
- before example @example after example
- the example
- before end example @end example
- after end example
- Text only after the end
- @example
- Example
- @end example text following end example.
- @deffn category name args
- Deffn.
- @end deffn text following end deffn.
- @contents
- @bye
|