Metanorma for IEEE output formats
Metanorma for IEEE output formats
General
Metanorma for IEEE supports the generation of the following formats.
html
-
HTML output
pdf
-
PDF output
doc
-
Word document in the
.doc
extension ieee
-
IEEE STL XML (see IEEE SA STL XML)
IEEE SA STL XML
IEEE SA uses the IEEE SA Standards Tag Library (STL) XML format for publication of standards. [added in https://github.com/metanorma/isodoc/releases/tag/v0.1.0]
Metanorma-IEEE supports the IEEE STL XML format as output for assisting the IEEE editorial and publication process.
Note
|
The IEEE STL XML format is only meant for IEEE SA internal publication use and not typically needed for IEEE Working Groups. |
Example 1. Generating IEEE STL XML and HTML output from an IEEE SA document
metanorma -t ieee -x html,ieee test.adoc
Validation against IEEE SA STL DTD
If you wish to run DTD validation on the IEEE XML output, you will need to
specify the location of the IEEE XML DTD, with the ieee-dtd
document argument.
Note
|
The IEEE XML DTD is not publicly available. It can be obtained from the IEEE SA editorial team on WG request. |
Example 2. Example of running IEEE XML validation given a local IEEE XML DTD file
On macOS/Linux:
...
:ieee-dtd: ../standards-1-7-DTD/standards-1-7-dtd/standards.dtd
On Windows:
...
:ieee-dtd: C:\Metanorma\IEEE\standards-1-7-DTD\standards-1-7-dtd\standards.dtd