It uses the following output defines:

-W author-skip=<text> The amount to skip after the author and before address/organization (default is "12pt"). -W caption=<after|before> Specify that a figure caption should appear after or before the figure (default is "after"). -W chapter[=0|1] Specify that the top-level sections should be \chapter (default is 0 if documentclass is "article" and 1 otherwise). -W cloak-email-addresses[=<0|1>] Enables cloaking of email addresses to keep spambots from harvesting email addresses. Default is 0. -W documentclass=<text> Specify documentclass for the output (default is "article"). -W documentclass-opts=<text> Specify the options for the documentclass command (default is ""). -W footer[=1] If 1, specify that the footer decoration generated by the RST transform should be included in the document (default is 0). -W footnote-links[=1] If 1, specify that link URIs should be placed into footnotes (default is 0). -W image-ext=<text> The file type to which to coerce figures ( default is "eps"). -W index[=1] If 1, specify that an index should be created from inline targets and indirect references to them (default is 0). -W inputs=<list> Specify comma-separated list of files to \\input -W max-unwrapped-colsize The maximum length of a string in a column of a table without forcing the width of the column and turning on wrapping for the entry. Setting it to 0 ensures that all tables will be exactly the width of the text, even if the table's natural width may be smaller. Setting it too large may result in tables that overflow the column boundary (default is 8). -W omit-docinfo=<regexp> Omit any docinfo section(s) that match the regular expression. -W packages=<list> Specify comma-separated list of packages to \\use -W sidebar=<margin|float> Whether a sidebar should be processed as a paragraph in the margin or as a floating box within the text. Processing as a margin paragraph requires that \\marginparwidth have a reasonable value and may require a raw directive with a \\vspace -<dist> at the top to keep it from running off the page (default is "float").

There are a number of commands defined which specify default styles for rendering various items. These default styles can be overridden by putting \\renewcommand definitions for them into some file.tex and then invoking with ``-W inputs=file``. These commands are

\\styleadmonitiontitle Argument: the title (type) of the admonition. Default is centered boldface followed by a colon. \\styleaddress Argument: an organization, address, or contact. Default is normal. \\styleauthor Argument: an author. Default is emphasized. \\styleclassZZZ Argument: the contents of a compound directive with class ZZZ. \\stylefieldname Argument: the name of a field. Default is boldface followed by a colon. \\stylelegendtitle Argument: the word "Legend". Default is boldface followed by a colon. \\styleliteralblock Argument: none, but encloses a verbatim section. Default is null. \\styleoption Arguments: the option string, the option argument(s) (may be null). Default is teletype option string followed by non-breaking space and italic option argument(s). \\stylesidebartitles Arguments: the title for a sidebar, the subtitle for a sidebar (may be null). Default is centered boldface title followed by centered italic subtitle. Is not invoked if sidebar's title is null. \\styleterm Arguments: description term, description classifier (may be null). Default is italic term followed by italic ": classifier" if the classifier is not null. \\styletitle Arguments: the document's title, the document's subtitle (may be null). Default is the title followed by ":", a newline and the subtitle in a smaller font, if the subtitle is not null. \\styletopictitle Arguments: the title of a topic. Default is bold face.

It is probably easiest to define these by first creating a .tex file with the writer and then copying the definition you want to modify from the top of the generated file into your style file, changing the "\\newcommand" to "\\renewcommand" and supplanting the definition. =end Description =end reST

1 POD Error

The following errors were encountered while parsing the POD:

Around line 7:

=pod directives shouldn't be over one line long! Ignoring all 6 lines of content