dita2troff.dita 1.1 KB

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
  3. <!--This file is part of the DITA Open Toolkit project. See the accompanying LICENSE.md file for applicable licenses.-->
  4. <concept id="dita2troff" xml:lang="en-US">
  5. <title>DITA to troff</title>
  6. <shortdesc>The <option>troff</option> transformation produces output for use with the troff viewer on Unix-style
  7. platforms, particularly for programs such as the man page viewer.</shortdesc>
  8. <conbody>
  9. <p>Each DITA topic generally produces one troff output file. The <option>troff</option> transformation supports most
  10. common DITA structures, but it does not support <xmlelement>table</xmlelement> or
  11. <xmlelement>simpletable</xmlelement> elements. Most testing of troff output was performed using the Cygwin Linux
  12. emulator.</p>
  13. <p>To run the troff transformation, set the <parmname>transtype</parmname> parameter to <option>troff</option>, or
  14. pass the <option>-format troff</option> option to the <cmdname>dita</cmdname> command line.</p>
  15. </conbody>
  16. </concept>