diff options
| author | Simon Tatham <anakin@pobox.com> | 1999-10-22 16:04:02 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 1999-10-22 16:04:02 +0000 |
| commit | 8f484cb522ea01737fad808702f61bc20a5c7996 (patch) | |
| tree | d5506996aa90d4b6f4391cde6c8aaffb763c081a /inputs | |
| parent | 038d5c3311dc7676474d2f99d71afc9a1097b4a6 (diff) | |
| download | halibut-8f484cb522ea01737fad808702f61bc20a5c7996.zip halibut-8f484cb522ea01737fad808702f61bc20a5c7996.tar.gz halibut-8f484cb522ea01737fad808702f61bc20a5c7996.tar.bz2 halibut-8f484cb522ea01737fad808702f61bc20a5c7996.tar.xz | |
Added \rule for a horizontal rule
[originally from svn r248]
Diffstat (limited to 'inputs')
| -rw-r--r-- | inputs/test.but | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/inputs/test.but b/inputs/test.but index 57fcea2..86d6b8c 100644 --- a/inputs/test.but +++ b/inputs/test.but @@ -7,7 +7,7 @@ date \date{%Y.%m.%d} (default format is \date). \copyright Copyright 1999 Simon \#{second comment}Tatham. All rights reserved. -\versionid $Id: test.but,v 1.7 1999/10/21 13:26:48 simon Exp $ +\versionid $Id: test.but,v 1.8 1999/10/22 16:04:02 simon Exp $ \C{ch\\ap} First chapter title @@ -40,6 +40,10 @@ This is a list: \b Eek. +This is a horizontal rule: + +\rule + This is a numbered list: \n Ooh. |