diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-22 18:01:31 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-22 18:01:31 +0000 |
| commit | 696363c8dd1637fda63d45f98b4474803bba87b3 (patch) | |
| tree | df4134bb5cf60802f3ead1090109a78ad6915c43 /inputs | |
| parent | 3e7ac03ca71c9b93c73fa58fd1de9a2042ec13d7 (diff) | |
| download | halibut-696363c8dd1637fda63d45f98b4474803bba87b3.zip halibut-696363c8dd1637fda63d45f98b4474803bba87b3.tar.gz halibut-696363c8dd1637fda63d45f98b4474803bba87b3.tar.bz2 halibut-696363c8dd1637fda63d45f98b4474803bba87b3.tar.xz | |
Instead of traversing a list of paragraphs, mark_attr_ends() now
merely traverses a list of words, and main() takes responsibility
for applying it to each paragraph in the document. This is so that
it can _also_ be applied to the display form of each index entry,
which Jacob spotted wasn't previously being done.
[originally from svn r4117]
Diffstat (limited to 'inputs')
| -rw-r--r-- | inputs/test.but | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/inputs/test.but b/inputs/test.but index abdafcd..cd08ef6 100644 --- a/inputs/test.but +++ b/inputs/test.but @@ -32,7 +32,7 @@ a bit] \define{eur} \u20AC{EUR } -\versionid $Id: test.but,v 1.29 2004/04/20 19:20:55 simon Exp $ +\versionid $Id: test.but,v 1.30 2004/04/22 18:01:31 simon Exp $ \C{ch\\ap} First chapter title; for similar wrapping reasons this chapter title will be ludicrously long. I wonder how much more @@ -219,6 +219,9 @@ whitespace). It also contains a \W{http://www.tartarus.org/}{hyperlink}. +Also I'm going to index \i\c{-output} to ensure that its two +components are displayed as a joined-up code fragment in the index. + Here are some subsections with silly chapter titles and interesting use of Unicode. The Unicode oddities are in the titles rather than the body text because that way I get to test their handling in the |