.\" Manpage for mdoc-extract. .\" Contact mail@wagnertech.de to correct errors or typos. .TH MDOC-EXTRACT 1 "27 Jan 2020" Linux "Linux Manual" .SH NAME mdoc-extract \- mdoc extraction tool .SH SYNOPSIS .B mdoc-extract INPUT CLASS .SH DESCRIPTION .PP mdoc-extract reads an input xml file and builds an output tex file. Elements in the input file can be labeled by .I include or .I exclude tags. The value of these tags is the class name from which on this advise is valid. Advices are inherited to subclasses. Subclasses are named by "base.sub". Advices for "base.sub" are valid for CLASS=base.sub, CLASS=base.sub.subsub and so on, but not for CLASS=base. .TP \fBINPUT\fR Input xml file name .TP \fBCLASS\fR Production class name .SH FILES Input file is expected with this format: .nf This text is always used This text appears only in "base.sub" and its subclasses This text does not appear in "base.sub" and its subclasses .fi .SH AUTHOR Michael Wagner (michael@wagnertech.de)