blob: 1befc74e8c7cde4848b0e3e82c792c6792c29988 (
plain)
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
|
Bogus keyword: \k{nonexist}
\BR{nonexist2} [Foogle]
\B{book} Foo McBar, "A Lot Of Rubbish", 1992.
\B{book} The same book again. Isn't that odd?
\IM{nonexist3} Logical impossibilities
\define{macro} macro definition
\define{macro} same macro again
\c Foo
\c Bar
Bombadillo. Now get out of _that_.
\unngh This is a bit of a bizarre paragraph, now isn't it?
\C{unfinished-symphony
\U{thisshouldn'tbehere} Unnumbered chapter. Or is it?
\C Numbered chapter. Or _is_ it?
\BR{two}{too}{many} [Which One?]
\nocite{ooh} With some illegal text.
Paragraph with {bizarre braces}.
Another one } .
Bogus in-para comment: \# foobar.
Bogus xrefs: \k and \k{foo{}}.
Nest those styles! \c{foo\e{bar}}. And
\c{foo\W{file:/dev/null}\e{bar}}. And \e{foo\i\c{bar}}.
And one without brace: \e.
Bogus hyperlinks: \W and \W{file:/dev/null}bar.
Nested index: \i{foo\i{bar}}. Broken styled index: \i\c.
Complete twaddle: \twaddle.
Unclosed brace: \c{foo.
Comment to EOF: \#{ and here we go.
|