| 1 | help=show help on a subcommand |
|---|
| 2 | version=show program version information |
|---|
| 3 | quiet=print as little as possible |
|---|
| 4 | verbose=print extra information |
|---|
| 5 | validate=enable RelaxNG validation with omdoc.rng |
|---|
| 6 | schema=specify a RelaxNG schema for validation |
|---|
| 7 | |
|---|
| 8 | ntn=specify a Notation file - an XML document from which\n\ |
|---|
| 9 | notations will be collected (as well as tags, when\n\ |
|---|
| 10 | --tags is specified). |
|---|
| 11 | doc=collect notations from the document which is rendered |
|---|
| 12 | cd=collect notations from Content Dictionaries, considering\n\ |
|---|
| 13 | cdbase/cd/name attributes in the rendering document |
|---|
| 14 | ec=collect notations referenced by ec attributes |
|---|
| 15 | imports-aware=consider imported theories when collecting notations |
|---|
| 16 | var=collect target elements under the variant |
|---|
| 17 | bundled-ntns=use all bundled notation files when rendering |
|---|
| 18 | bundled-ntn=specify a bundled notation file to be used when rendering.\n\ |
|---|
| 19 | For the available files see 'jomdoc help --list-bundled-ntns' |
|---|
| 20 | |
|---|
| 21 | gc=specify Global Context file |
|---|
| 22 | ic=use Intensional Context |
|---|
| 23 | md=use a Metadata context source |
|---|
| 24 | ccf=specify a Cascading Context File |
|---|
| 25 | |
|---|
| 26 | tags=enable rendering filtering with notation tags;\n\ |
|---|
| 27 | --ntn and --doc will also collect tags in this case\n\ |
|---|
| 28 | and --ec will also consider references to renderings |
|---|
| 29 | tf=specify a file containing notation tags |
|---|
| 30 | tdoc=collect notation tags from the input document |
|---|
| 31 | tec=consider ec attributes as notation tags |
|---|
| 32 | |
|---|
| 33 | rendering-info=specify the used rendering for rendering an object |
|---|
| 34 | prototype-info=specify the used prototype for rendering an object |
|---|
| 35 | |
|---|
| 36 | out=write the result to output file |
|---|
| 37 | xsl=specify XSLT stylesheet |
|---|
| 38 | default-xsl=apply a default XSLT to the rendered result |
|---|
| 39 | html5=produce HTML5 compliant output |
|---|
| 40 | xsl-param=pass a parameter to the specified xsl file as param=value.\n\ |
|---|
| 41 | Supported parameters for the default XSLT:\n\ |
|---|
| 42 | - rdfa=true|false - use RDFa annotations in the output;\n\ |
|---|
| 43 | default false\n\ |
|---|
| 44 | - css=URL - URL for the CSS relative to the output file;\n\ |
|---|
| 45 | default ./css/omdoc-default.css |
|---|
| 46 | |
|---|
| 47 | parallel=use parallel markup in the output file |
|---|
| 48 | content-links=by default links will point from presentation\n\ |
|---|
| 49 | to the content part in parallel markup; use this option to\n\ |
|---|
| 50 | change this behaviour |
|---|
| 51 | dynamic=enable dynamic precedence-based bracket elision;\n\ |
|---|
| 52 | the argument can be "foldable" or "show-all" |
|---|
| 53 | reduce-refs=reduce ref elements before the rendering |
|---|
| 54 | preview=view the output files automatically in a browser;\n\ |
|---|
| 55 | this will only work when the -o option is used |
|---|
| 56 | error-codes=possible return values from the jomdoc client |
|---|
| 57 | |
|---|
| 58 | pragmatic=transform imports elements to cdbases attributes |
|---|
| 59 | strict=transform cdbases attributes to imports elements |
|---|
| 60 | |
|---|
| 61 | config-dir=read user configuration files from directory |
|---|
| 62 | |
|---|
| 63 | imports=check for symbols visibility, circular and redundant imports |
|---|
| 64 | |
|---|
| 65 | flatten-theories=flatten theories in this document |
|---|
| 66 | contract-refs=replace ref elements with the referenced content;\n\ |
|---|
| 67 | accepted values to this option are ref-normal and self-contained |
|---|
| 68 | introduce-refs=replace OMDoc elements with ref elements |
|---|
| 69 | introduce-variants=replace OMDoc elements with variant elements |
|---|
| 70 | contract-variants=concretization of an abstract document |
|---|
| 71 | type-conform=only elements of the same type as the variant are\n\ |
|---|
| 72 | collected to replace a particular variant element |
|---|
| 73 | replace-xpaths=a list of XPath expressions separated by ; which\n\ |
|---|
| 74 | specife which nodes are to be replaced with refs |
|---|
| 75 | content-container=specify where will the replaced content be put\n\ |
|---|
| 76 | the following options are valid:\n\ |
|---|
| 77 | - separate-document:documentName\n\ |
|---|
| 78 | - same-document\n\ |
|---|
| 79 | - variants (only valid for introduce-variants option) |
|---|
| 80 | |
|---|
| 81 | ascii-xml=transform notation definitions from ASCII to XML |
|---|
| 82 | no-pretty-print=don't pretty print the output |
|---|
| 83 | list-bundled-ntns=list bundled notation files that can be used with\n\ |
|---|
| 84 | the -B option of the render command |
|---|
| 85 | copy-css=create a copy of the css files in a directory ./css |
|---|