summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-04-22 23:33:17 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-22 23:33:19 +0200
commit7c9bf1f5b647d74261f8bec636d9865b858b93b0 (patch)
treea748bad5bee8432d1f1b9a050026369718cd4120
parent238314f344a23333414e269f205fad1f699e1985 (diff)
Use a plain itemizedlist so that the PDF formatting is better.
-rw-r--r--doc/manual/dcpomatic.xml37
1 files changed, 12 insertions, 25 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml
index d424e9126..cf61f4344 100644
--- a/doc/manual/dcpomatic.xml
+++ b/doc/manual/dcpomatic.xml
@@ -46,31 +46,18 @@ Hello, and welcome to DCP-o-matic!
<para>The full set of DCP-o-matic tools is as follows:</para>
-<segmentedlist>
-<?dbhtml list-presentation="list"?>
-<segtitle>DCP-o-matic</segtitle>
-<segtitle>Player</segtitle>
-<segtitle>Verifier</segtitle>
-<segtitle>Batch Converter</segtitle>
-<segtitle>Combiner</segtitle>
-<segtitle>Disk Writer</segtitle>
-<segtitle>KDM Creator</segtitle>
-<segtitle>Encode Server</segtitle>
-<segtitle>Editor</segtitle>
-<segtitle>Playlist Editor</segtitle>
-<seglistitem>
-<seg>make DCPs from video, audio and text files (including VFs) and make KDMs.</seg>
-<seg>play back DCPs and check them for errors.</seg>
-<seg>check one or more DCPs for errors.</seg>
-<seg>create DCPs from one or more projects previously created by the main DCP-o-matic tool.</seg>
-<seg>take several DCPs and combine them into a single DCP folder.</seg>
-<seg>format external hard drives to EXT2 format and copy DCPs onto them.</seg>
-<seg>create KDMs from DKDMs that were previously made in the main DCP-o-matic tool, or that were sent by other people.</seg>
-<seg>allow faster encoding of DCPs by connecting computers together over a network.</seg>
-<seg>edit the metadata of existing DCPs without changing the video, audio or text assets.</seg>
-<seg>create playlists to allow the player to be used for simple cinema-style playback.</seg>
-</seglistitem>
-</segmentedlist>
+<itemizedlist>
+<listitem><emphasis>DCP-o-matic</emphasis>: make DCPs from video, audio and text files (including VFs) and make KDMs.</listitem>
+<listitem><emphasis>Player</emphasis>: play back DCPs and check them for errors.</listitem>
+<listitem><emphasis>Verifier</emphasis>: check one or more DCPs for errors.</listitem>
+<listitem><emphasis>Batch Converter</emphasis>: create DCPs from one or more projects previously created by the main DCP-o-matic tool.</listitem>
+<listitem><emphasis>Combiner</emphasis>: take several DCPs and combine them into a single DCP folder.</listitem>
+<listitem><emphasis>Disk Writer</emphasis>: format external hard drives to EXT2 format and copy DCPs onto them.</listitem>
+<listitem><emphasis>KDM Creator</emphasis>: create KDMs from DKDMs that were previously made in the main DCP-o-matic tool, or that were sent by other people.</listitem>
+<listitem><emphasis>Encode Server</emphasis>: allow faster encoding of DCPs by connecting computers together over a network.</listitem>
+<listitem><emphasis>Editor</emphasis>: edit the metadata of existing DCPs without changing the video, audio or text assets.</listitem>
+<listitem><emphasis>Playlist Editor</emphasis>: create playlists to allow the player to be used for simple cinema-style playback.</listitem>
+</itemizedlist>
</section>