diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
commit | 5df6c2aefebe3d2abcc939a88e294876d59f03ca (patch) | |
tree | 63fb332a0f21ddb91cb789c80cf64e134d373463 /t/fmt/halibut/basic.but | |
parent | Initial commit. (diff) | |
download | po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.tar.xz po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.zip |
Adding upstream version 0.72.upstream/0.72
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't/fmt/halibut/basic.but')
-rw-r--r-- | t/fmt/halibut/basic.but | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/t/fmt/halibut/basic.but b/t/fmt/halibut/basic.but new file mode 100644 index 0000000..b1bedfd --- /dev/null +++ b/t/fmt/halibut/basic.but @@ -0,0 +1,47 @@ +\title document title + +\cfg{text-filename}{puzzles.txt} + +\define{dash} \u2013{-} + +Some text + +\copyright Some text. See \k{licence} for details. + +\cfg{html-local-head}{<meta name="AppleTitle" content="Puzzles Help">} + +\C{intro} Introduction + +Text paragraph with some inline formatting. Here is some \e{emphasised +text}. And a \dash sign. +\I{website}\W{https://www.chiark.greenend.org.uk/~sgtatham/puzzles/}\cw{https://www.chiark.greenend.org.uk/~sgtatham/puzzles/}. + +\C{common} \ii{listing} + +\dt \ii\e{New game} (\q{N}, Ctrl+\q{N}) + +\dd Some text + +\dt \ii\e{Restart game} + +\dd Some text + +\dt \ii\e{Load} + +\dd Some text + +\lcont{ + +paragraph text + +} + +\IM{command-line}{command line} command line + +\IM{default parameters, specifying} default parameters, specifying +\IM{default parameters, specifying} preferences, specifying default + +\IM{Unix} Unix +\IM{Unix} Linux + +\versionid Some text |