odfoutline.docbook 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
  4. <refentry id="odfoutline">
  5. <refentryinfo>
  6. <productname>odfpy</productname>
  7. <author><firstname>Søren</firstname><surname>Roug</surname>
  8. <contrib>Original author</contrib>
  9. </author>
  10. </refentryinfo>
  11. <refmeta>
  12. <refentrytitle>odfoutline</refentrytitle>
  13. <manvolnum>1</manvolnum>
  14. <refmiscinfo class="manual">User commands</refmiscinfo>
  15. </refmeta>
  16. <refnamediv>
  17. <refname>odfoutline</refname>
  18. <refpurpose>Show outline of OpenDocument</refpurpose>
  19. </refnamediv>
  20. <refsynopsisdiv>
  21. <cmdsynopsis>
  22. <command>odfoutline</command>
  23. <arg choice="plain"><replaceable>path</replaceable></arg>
  24. </cmdsynopsis>
  25. </refsynopsisdiv>
  26. <refsect1><title>Description</title>
  27. <para>
  28. odfoutline is a simple program that will show the headings in the file
  29. and the level the heading is.
  30. </para>
  31. <para>
  32. <quote>Path</quote> is assumed to be an
  33. OpenDocument file of text, spreadsheet or presentation type.
  34. </para>
  35. </refsect1>
  36. <refsect1><title>Example</title>
  37. <screen>
  38. odfoutline odf-file
  39. </screen>
  40. </refsect1>
  41. </refentry>