diff options
| author | Simon Tatham <anakin@pobox.com> | 1999-07-31 18:44:53 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 1999-07-31 18:44:53 +0000 |
| commit | 0d14833a9c76c51cc7417d8fd60bec9d92714b8e (patch) | |
| tree | c0716d398e83bc746baad088d5dfc215d5fea483 /inputs | |
| parent | 4c8c2b256ed01563a98b4cd820dc8ffef30d7fc1 (diff) | |
| download | halibut-0d14833a9c76c51cc7417d8fd60bec9d92714b8e.zip halibut-0d14833a9c76c51cc7417d8fd60bec9d92714b8e.tar.gz halibut-0d14833a9c76c51cc7417d8fd60bec9d92714b8e.tar.bz2 halibut-0d14833a9c76c51cc7417d8fd60bec9d92714b8e.tar.xz | |
Further development work. Parser nearly finished
[originally from svn r187]
Diffstat (limited to 'inputs')
| -rw-r--r-- | inputs/test.but | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inputs/test.but b/inputs/test.but index ca159e9..fbc1441 100644 --- a/inputs/test.but +++ b/inputs/test.but @@ -6,7 +6,7 @@ feature that Buttress's input format supports. Creation date \copyright Copyright 1999 Simon Tatham. All rights reserved. -\versionid $Id: test.but,v 1.2 1999/02/07 13:17:47 simon Exp $ +\versionid $Id: test.but,v 1.3 1999/07/31 18:44:53 simon Exp $ \C{chap} First chapter title @@ -63,7 +63,7 @@ An index tag containing non-alternatived Unicode: \i{\u00BFChe?} An invisible index tag: \I{she seems to have an invisible tag}yeah. -\S0{subsub} Smaller heading still +\S1{subsub} Smaller heading still A tiny section. Awww. How cute. @@ -74,7 +74,7 @@ Here's an \i{appendix}, for no terribly good reason at all. See It also contains a \W{http://www.gallery.uk.eu.org/}{hyperlink}. -\U{bib} Bibliography +\U Bibliography \B{book} Some text describing a book. @@ -83,7 +83,7 @@ the document even though there is no \cw{\\k} citing it. \BR{book} [SillyCitation] -\nocite{nocite} +\nocite{bookwithoutcitation}{foo} \B{uncited} If this text appears, there's an actual error. |