|
From: <mi...@us...> - 2026-06-27 17:25:55
|
Revision: 10374
http://sourceforge.net/p/docutils/code/10374
Author: milde
Date: 2026-06-27 17:25:52 +0000 (Sat, 27 Jun 2026)
Log Message:
-----------
Update command-line help.
Use more consistent style.
After 10 years, character_level_inline_markup is no longer "experimental".
Modified Paths:
--------------
trunk/docutils/docutils/frontend.py
trunk/docutils/docutils/parsers/__init__.py
trunk/docutils/docutils/parsers/rst/__init__.py
trunk/docutils/docutils/writers/latex2e/__init__.py
trunk/docutils/test/data/help/docutils.rst
trunk/docutils/test/data/help/rst2html.rst
trunk/docutils/test/data/help/rst2latex.rst
Modified: trunk/docutils/docutils/frontend.py
===================================================================
--- trunk/docutils/docutils/frontend.py 2026-06-27 17:25:07 UTC (rev 10373)
+++ trunk/docutils/docutils/frontend.py 2026-06-27 17:25:52 UTC (rev 10374)
@@ -685,7 +685,7 @@
settings_spec = (
'General Docutils Options',
None,
- (('Output destination name. Default: None (stdout).',
+ (('Output destination name. (default: stdout)',
['--output', '-o'], {'metavar': '<destination>',
'dest': 'output_path'}),
('Specify the document title as metadata.',
@@ -706,7 +706,7 @@
['--no-datestamp'], {'action': 'store_const', 'const': None,
'dest': 'datestamp'}),
('Base directory for absolute paths when reading '
- 'from the local filesystem. Default "".',
+ 'from the local filesystem. (default: "")',
['--root-prefix'],
{'default': '', 'metavar': '<path>'}),
('Include a "View document source" link.',
@@ -750,13 +750,13 @@
{'action': 'store_false', 'dest': 'strip_comments'}),
('Remove all elements with classes="<class>" from the document tree. '
'Warning: potentially dangerous; use with caution. '
- '(Multiple-use option.)',
+ '(multiple-use option.)',
['--strip-elements-with-class'],
{'action': 'append', 'dest': 'strip_elements_with_classes',
'metavar': '<class>', 'validator': validate_strip_class}),
('Remove all classes="<class>" attributes from elements in the '
'document tree. Warning: potentially dangerous; use with caution. '
- '(Multiple-use option.)',
+ '(multiple-use option.)',
['--strip-class'],
{'action': 'append', 'dest': 'strip_classes',
'metavar': '<class>', 'validator': validate_strip_class}),
@@ -798,7 +798,7 @@
('Disable Python tracebacks. (default)',
['--no-traceback'], {'dest': 'traceback', 'action': 'store_false'}),
('Specify the encoding and optionally the '
- 'error handler of input text. Default: utf-8.',
+ 'error handler of input text. (default: utf-8)',
['--input-encoding'],
{'metavar': '<name[:handler]>', 'default': 'utf-8',
'validator': validate_encoding_and_error_handler}),
@@ -805,7 +805,7 @@
(SUPPRESS_HELP, ['--input-encoding-error-handler'],
{'default': 'strict', 'validator': validate_encoding_error_handler}),
('Specify the text encoding and optionally the error handler for '
- 'output. Default: utf-8.',
+ 'output. (default: utf-8)',
['--output-encoding'],
{'metavar': '<name[:handler]>', 'default': 'utf-8',
'validator': validate_encoding_and_error_handler}),
@@ -812,7 +812,7 @@
(SUPPRESS_HELP, ['--output-encoding-error-handler'],
{'default': 'strict', 'validator': validate_encoding_error_handler}),
('Specify text encoding and optionally the error handler'
- f' for error output. Default: {default_error_encoding}.',
+ f' for error output. (default: {default_error_encoding})',
['--error-encoding', '-e'],
{'metavar': '<name[:handler]>', 'default': default_error_encoding,
'validator': validate_encoding_and_error_handler}),
@@ -819,7 +819,7 @@
(SUPPRESS_HELP, ['--error-encoding-error-handler'],
{'default': default_error_encoding_error_handler,
'validator': validate_encoding_error_handler}),
- ('Specify the language (as BCP 47 language tag). Default: en.',
+ ('Specify the language (as BCP 47 language tag). (default: en)',
['--language', '-l'], {'dest': 'language_code', 'default': 'en',
'metavar': '<tag>'}),
('Write output file dependencies to <file>.',
Modified: trunk/docutils/docutils/parsers/__init__.py
===================================================================
--- trunk/docutils/docutils/parsers/__init__.py 2026-06-27 17:25:07 UTC (rev 10373)
+++ trunk/docutils/docutils/parsers/__init__.py 2026-06-27 17:25:52 UTC (rev 10374)
@@ -44,11 +44,11 @@
('Enable the "raw" directive. (default)',
['--raw-enabled'],
{'action': 'store_true'}),
- ('Maximal number of characters in an input line. Default 10 000.',
+ ('Maximal number of characters in an input line. (default 10 000)',
['--line-length-limit'],
{'metavar': '<length>', 'type': 'int', 'default': 10_000,
'validator': frontend.validate_nonnegative_int}),
- ('Keep identifiers backwards compatible. Default.',
+ ('Keep identifiers backwards compatible. (default)',
['--legacy-ids'],
{'action': 'store_true',
'validator': frontend.validate_boolean,
Modified: trunk/docutils/docutils/parsers/rst/__init__.py
===================================================================
--- trunk/docutils/docutils/parsers/rst/__init__.py 2026-06-27 17:25:07 UTC (rev 10373)
+++ trunk/docutils/docutils/parsers/rst/__init__.py 2026-06-27 17:25:52 UTC (rev 10374)
@@ -118,12 +118,12 @@
['--leave-footnote-reference-space'],
{'action': 'store_false', 'dest': 'trim_footnote_reference_space'}),
('Token name set for parsing code with Pygments: one of '
- '"long", "short", or "none" (no parsing). Default is "long".',
+ '"long", "short", or "none" (no parsing). (default: "long")',
['--syntax-highlight'],
{'choices': ['long', 'short', 'none'],
'default': 'long', 'metavar': '<format>'}),
('Change straight quotation marks to typographic form: '
- 'one of "yes", "no", "alt[ernative]" (default "no").',
+ 'one of "yes", "no", "alt[ernative]". (default: "no")',
['--smart-quotes'],
{'default': False, 'metavar': '<yes/no/alt>',
'validator': frontend.validate_ternary}),
@@ -135,13 +135,12 @@
('Inline markup recognized at word boundaries only '
'(adjacent to punctuation or whitespace). '
'Force character-level inline markup recognition with '
- '"\\ " (backslash + space). Default.',
+ '"\\ " (backslash + space). (default)',
['--word-level-inline-markup'],
{'action': 'store_false', 'dest': 'character_level_inline_markup'}),
('Inline markup recognized anywhere, regardless of surrounding '
'characters. Backslash-escapes must be used to avoid unwanted '
- 'markup recognition. Useful for East Asian languages. '
- 'Experimental.',
+ 'markup recognition. Useful for East Asian languages. ',
['--character-level-inline-markup'],
{'action': 'store_true', 'default': False,
'dest': 'character_level_inline_markup'}),
Modified: trunk/docutils/docutils/writers/latex2e/__init__.py
===================================================================
--- trunk/docutils/docutils/writers/latex2e/__init__.py 2026-06-27 17:25:07 UTC (rev 10373)
+++ trunk/docutils/docutils/writers/latex2e/__init__.py 2026-06-27 17:25:52 UTC (rev 10374)
@@ -45,15 +45,15 @@
settings_spec = (
'LaTeX-Specific Options',
None,
- (('Specify LaTeX documentclass. Default: "article".',
+ (('Specify LaTeX documentclass. (default: "article")',
['--documentclass'],
{'metavar': '<documentclass>', 'default': 'article'}),
('Specify document options. Multiple options can be given, '
- 'separated by commas. Default: "a4paper".',
+ 'separated by commas. (default: "a4paper")',
['--documentoptions'],
{'metavar': '<options>', 'default': 'a4paper'}),
('Format for footnote references: one of "superscript" or '
- '"brackets". Default: "superscript".',
+ '"brackets". (default: "superscript")',
['--footnote-references'],
{'choices': ['superscript', 'brackets'], 'default': 'superscript',
'metavar': '<format>',
@@ -68,7 +68,7 @@
{'dest': 'use_latex_citations', 'action': 'store_false',
'validator': frontend.validate_boolean}),
('Format for block quote attributions: one of "dash" (em-dash '
- 'prefix), "parentheses"/"parens", or "none". Default: "dash".',
+ 'prefix), "parentheses"/"parens", or "none". (default: "dash")',
['--attribution'],
{'choices': ['dash', 'parentheses', 'parens', 'none'],
'default': 'dash', 'metavar': '<format>'}),
@@ -96,8 +96,8 @@
{'default': False, 'action': 'store_true',
'validator': frontend.validate_boolean}),
('Comma-separated list of directories where stylesheets are found. '
- 'Used by --stylesheet-path when expanding relative path arguments. '
- 'Default: ".".',
+ 'Used by --stylesheet-path when expanding relative path arguments. '
+ '(default: ".")',
['--stylesheet-dirs'],
{'metavar': '<dir[,dir,...]>',
'validator': frontend.validate_comma_separated_list,
@@ -106,10 +106,10 @@
'Default: select PDF standard fonts (Times, Helvetica, Courier).',
['--latex-preamble'],
{'metavar': '<preamble>', 'default': default_preamble}),
- ('Specify the template file. Default: "%s".' % default_template,
+ (f'Specify the template file. (default: "{default_template}")',
['--template'],
{'default': default_template, 'metavar': '<file>'}),
- ('Table of contents by LaTeX. (default)',
+ ('Table of contents by LaTeX. (default)',
['--use-latex-toc'],
{'default': True, 'action': 'store_true',
'validator': frontend.validate_boolean}),
@@ -162,7 +162,7 @@
['--no-section-prefix-for-enumerators'],
{'action': 'store_false', 'dest': 'section_prefix_for_enumerators'}),
('Set the separator between section number and enumerator '
- 'for compound enumerated lists. Default: "-".',
+ 'for compound enumerated lists. (default: "-")',
['--section-enumerator-separator'],
{'default': '-', 'metavar': '<char>'}),
('When possible, use the specified environment for literal-blocks. '
@@ -175,8 +175,8 @@
'validator': frontend.validate_boolean}),
('Table style. "standard" with horizontal and vertical lines, '
'"booktabs" (LaTeX booktabs style) only horizontal lines '
- 'above and below the table and below the header, or "borderless". '
- 'Default: "standard"',
+ 'above and below the table and below the header, or "borderless". '
+ '(default: "standard")',
['--table-style'],
{'default': ['standard'],
'metavar': '<format>',
@@ -183,7 +183,7 @@
'action': 'append',
'validator': frontend.validate_comma_separated_list,
'choices': table_style_values}),
- ('LaTeX graphicx package option. Default: "".',
+ ('LaTeX graphicx package option. (default: "")',
['--graphicx-option'],
{'metavar': '<option>', 'default': ''}),
('LaTeX font encoding. '
Modified: trunk/docutils/test/data/help/docutils.rst
===================================================================
--- trunk/docutils/test/data/help/docutils.rst 2026-06-27 17:25:07 UTC (rev 10373)
+++ trunk/docutils/test/data/help/docutils.rst 2026-06-27 17:25:52 UTC (rev 10374)
@@ -12,7 +12,7 @@
General Docutils Options
------------------------
--output=<destination>, -o <destination>
- Output destination name. Default: None (stdout).
+ Output destination name. (default: stdout)
--title=<title> Specify the document title as metadata.
--generator, -g Include a "Generated by Docutils" credit and link.
--no-generator Do not include a generator credit.
@@ -20,7 +20,7 @@
--time, -t Include the time & date (UTC).
--no-datestamp Do not include a datestamp of any kind.
--root-prefix=<path> Base directory for absolute paths when reading from
- the local filesystem. Default "".
+ the local filesystem. (default: "")
--source-link, -s Include a "View document source" link.
--source-url=<URL> Use <URL> for a source link; implies --source-link.
--no-source-link Do not include a "View document source" link.
@@ -37,10 +37,10 @@
--strip-elements-with-class=<class>
Remove all elements with classes="<class>" from the
document tree. Warning: potentially dangerous; use
- with caution. (Multiple-use option.)
+ with caution. (multiple-use option.)
--strip-class=<class> Remove all classes="<class>" attributes from elements
in the document tree. Warning: potentially dangerous;
- use with caution. (Multiple-use option.)
+ use with caution. (multiple-use option.)
--report=<level>, -r <level>
Report system messages at or higher than <level>:
"info" or "1", "warning"/"2" (default), "error"/"3",
@@ -59,16 +59,16 @@
--no-traceback Disable Python tracebacks. (default)
--input-encoding=<name[:handler]>
Specify the encoding and optionally the error handler
- of input text. Default: utf-8.
+ of input text. (default: utf-8)
--output-encoding=<name[:handler]>
Specify the text encoding and optionally the error
- handler for output. Default: utf-8.
+ handler for output. (default: utf-8)
--error-encoding=<name[:handler]>, -e <name[:handler]>
Specify text encoding and optionally the error handler
- for error output. Default: utf-8.
+ for error output. (default: utf-8)
--language=<tag>, -l <tag>
Specify the language (as BCP 47 language tag).
- Default: en.
+ (default: en)
--record-dependencies=<file>
Write output file dependencies to <file>.
--config=<file> Read configuration settings from <file>, if it exists.
@@ -87,9 +87,9 @@
system message.
--raw-enabled Enable the "raw" directive. (default)
--line-length-limit=<length>
- Maximal number of characters in an input line. Default
- 10 000.
---legacy-ids Keep identifiers backwards compatible. Default.
+ Maximal number of characters in an input line.
+ (default 10 000)
+--legacy-ids Keep identifiers backwards compatible. (default)
--matching-ids Explicit targets use identifiers matching the
reference name.
--validate Validate the document tree after parsing.
@@ -115,11 +115,11 @@
Leave spaces before footnote references.
--syntax-highlight=<format>
Token name set for parsing code with Pygments: one of
- "long", "short", or "none" (no parsing). Default is
- "long".
+ "long", "short", or "none" (no parsing).
+ (default: "long")
--smart-quotes=<yes/no/alt>
Change straight quotation marks to typographic form:
- one of "yes", "no", "alt[ernative]" (default "no").
+ one of "yes", "no", "alt[ernative]". (default: "no")
--smartquotes-locales=<language:quotes[,language:quotes,...]>
Characters to use as "smart quotes" for <language>.
--word-level-inline-markup
@@ -126,12 +126,12 @@
Inline markup recognized at word boundaries only
(adjacent to punctuation or whitespace). Force
character-level inline markup recognition with "\ "
- (backslash + space). Default.
+ (backslash + space). (default)
--character-level-inline-markup
Inline markup recognized anywhere, regardless of
surrounding characters. Backslash-escapes must be used
to avoid unwanted markup recognition. Useful for East
- Asian languages. Experimental.
+ Asian languages.
Standalone Reader Options
-------------------------
Modified: trunk/docutils/test/data/help/rst2html.rst
===================================================================
--- trunk/docutils/test/data/help/rst2html.rst 2026-06-27 17:25:07 UTC (rev 10373)
+++ trunk/docutils/test/data/help/rst2html.rst 2026-06-27 17:25:52 UTC (rev 10374)
@@ -13,7 +13,7 @@
General Docutils Options
------------------------
--output=<destination>, -o <destination>
- Output destination name. Default: None (stdout).
+ Output destination name. (default: stdout)
--title=<title> Specify the document title as metadata.
--generator, -g Include a "Generated by Docutils" credit and link.
--no-generator Do not include a generator credit.
@@ -21,7 +21,7 @@
--time, -t Include the time & date (UTC).
--no-datestamp Do not include a datestamp of any kind.
--root-prefix=<path> Base directory for absolute paths when reading from
- the local filesystem. Default "".
+ the local filesystem. (default: "")
--source-link, -s Include a "View document source" link.
--source-url=<URL> Use <URL> for a source link; implies --source-link.
--no-source-link Do not include a "View document source" link.
@@ -38,10 +38,10 @@
--strip-elements-with-class=<class>
Remove all elements with classes="<class>" from the
document tree. Warning: potentially dangerous; use
- with caution. (Multiple-use option.)
+ with caution. (multiple-use option.)
--strip-class=<class> Remove all classes="<class>" attributes from elements
in the document tree. Warning: potentially dangerous;
- use with caution. (Multiple-use option.)
+ use with caution. (multiple-use option.)
--report=<level>, -r <level>
Report system messages at or higher than <level>:
"info" or "1", "warning"/"2" (default), "error"/"3",
@@ -60,16 +60,16 @@
--no-traceback Disable Python tracebacks. (default)
--input-encoding=<name[:handler]>
Specify the encoding and optionally the error handler
- of input text. Default: utf-8.
+ of input text. (default: utf-8)
--output-encoding=<name[:handler]>
Specify the text encoding and optionally the error
- handler for output. Default: utf-8.
+ handler for output. (default: utf-8)
--error-encoding=<name[:handler]>, -e <name[:handler]>
Specify text encoding and optionally the error handler
- for error output. Default: utf-8.
+ for error output. (default: utf-8)
--language=<tag>, -l <tag>
Specify the language (as BCP 47 language tag).
- Default: en.
+ (default: en)
--record-dependencies=<file>
Write output file dependencies to <file>.
--config=<file> Read configuration settings from <file>, if it exists.
@@ -88,9 +88,9 @@
system message.
--raw-enabled Enable the "raw" directive. (default)
--line-length-limit=<length>
- Maximal number of characters in an input line. Default
- 10 000.
---legacy-ids Keep identifiers backwards compatible. Default.
+ Maximal number of characters in an input line.
+ (default 10 000)
+--legacy-ids Keep identifiers backwards compatible. (default)
--matching-ids Explicit targets use identifiers matching the
reference name.
--validate Validate the document tree after parsing.
@@ -116,11 +116,11 @@
Leave spaces before footnote references.
--syntax-highlight=<format>
Token name set for parsing code with Pygments: one of
- "long", "short", or "none" (no parsing). Default is
- "long".
+ "long", "short", or "none" (no parsing).
+ (default: "long")
--smart-quotes=<yes/no/alt>
Change straight quotation marks to typographic form:
- one of "yes", "no", "alt[ernative]" (default "no").
+ one of "yes", "no", "alt[ernative]". (default: "no")
--smartquotes-locales=<language:quotes[,language:quotes,...]>
Characters to use as "smart quotes" for <language>.
--word-level-inline-markup
@@ -127,12 +127,12 @@
Inline markup recognized at word boundaries only
(adjacent to punctuation or whitespace). Force
character-level inline markup recognition with "\ "
- (backslash + space). Default.
+ (backslash + space). (default)
--character-level-inline-markup
Inline markup recognized anywhere, regardless of
surrounding characters. Backslash-escapes must be used
to avoid unwanted markup recognition. Useful for East
- Asian languages. Experimental.
+ Asian languages.
Standalone Reader Options
-------------------------
Modified: trunk/docutils/test/data/help/rst2latex.rst
===================================================================
--- trunk/docutils/test/data/help/rst2latex.rst 2026-06-27 17:25:07 UTC (rev 10373)
+++ trunk/docutils/test/data/help/rst2latex.rst 2026-06-27 17:25:52 UTC (rev 10374)
@@ -13,7 +13,7 @@
General Docutils Options
------------------------
--output=<destination>, -o <destination>
- Output destination name. Default: None (stdout).
+ Output destination name. (default: stdout)
--title=<title> Specify the document title as metadata.
--generator, -g Include a "Generated by Docutils" credit and link.
--no-generator Do not include a generator credit.
@@ -21,7 +21,7 @@
--time, -t Include the time & date (UTC).
--no-datestamp Do not include a datestamp of any kind.
--root-prefix=<path> Base directory for absolute paths when reading from
- the local filesystem. Default "".
+ the local filesystem. (default: "")
--source-link, -s Include a "View document source" link.
--source-url=<URL> Use <URL> for a source link; implies --source-link.
--no-source-link Do not include a "View document source" link.
@@ -38,10 +38,10 @@
--strip-elements-with-class=<class>
Remove all elements with classes="<class>" from the
document tree. Warning: potentially dangerous; use
- with caution. (Multiple-use option.)
+ with caution. (multiple-use option.)
--strip-class=<class> Remove all classes="<class>" attributes from elements
in the document tree. Warning: potentially dangerous;
- use with caution. (Multiple-use option.)
+ use with caution. (multiple-use option.)
--report=<level>, -r <level>
Report system messages at or higher than <level>:
"info" or "1", "warning"/"2" (default), "error"/"3",
@@ -60,16 +60,16 @@
--no-traceback Disable Python tracebacks. (default)
--input-encoding=<name[:handler]>
Specify the encoding and optionally the error handler
- of input text. Default: utf-8.
+ of input text. (default: utf-8)
--output-encoding=<name[:handler]>
Specify the text encoding and optionally the error
- handler for output. Default: utf-8.
+ handler for output. (default: utf-8)
--error-encoding=<name[:handler]>, -e <name[:handler]>
Specify text encoding and optionally the error handler
- for error output. Default: utf-8.
+ for error output. (default: utf-8)
--language=<tag>, -l <tag>
Specify the language (as BCP 47 language tag).
- Default: en.
+ (default: en)
--record-dependencies=<file>
Write output file dependencies to <file>.
--config=<file> Read configuration settings from <file>, if it exists.
@@ -88,9 +88,9 @@
system message.
--raw-enabled Enable the "raw" directive. (default)
--line-length-limit=<length>
- Maximal number of characters in an input line. Default
- 10 000.
---legacy-ids Keep identifiers backwards compatible. Default.
+ Maximal number of characters in an input line.
+ (default 10 000)
+--legacy-ids Keep identifiers backwards compatible. (default)
--matching-ids Explicit targets use identifiers matching the
reference name.
--validate Validate the document tree after parsing.
@@ -116,11 +116,11 @@
Leave spaces before footnote references.
--syntax-highlight=<format>
Token name set for parsing code with Pygments: one of
- "long", "short", or "none" (no parsing). Default is
- "long".
+ "long", "short", or "none" (no parsing).
+ (default: "long")
--smart-quotes=<yes/no/alt>
Change straight quotation marks to typographic form:
- one of "yes", "no", "alt[ernative]" (default "no").
+ one of "yes", "no", "alt[ernative]". (default: "no")
--smartquotes-locales=<language:quotes[,language:quotes,...]>
Characters to use as "smart quotes" for <language>.
--word-level-inline-markup
@@ -127,12 +127,12 @@
Inline markup recognized at word boundaries only
(adjacent to punctuation or whitespace). Force
character-level inline markup recognition with "\ "
- (backslash + space). Default.
+ (backslash + space). (default)
--character-level-inline-markup
Inline markup recognized anywhere, regardless of
surrounding characters. Backslash-escapes must be used
to avoid unwanted markup recognition. Useful for East
- Asian languages. Experimental.
+ Asian languages.
Standalone Reader Options
-------------------------
@@ -148,19 +148,19 @@
LaTeX-Specific Options
----------------------
--documentclass=<documentclass>
- Specify LaTeX documentclass. Default: "article".
+ Specify LaTeX documentclass. (default: "article")
--documentoptions=<options>
Specify document options. Multiple options can be
- given, separated by commas. Default: "a4paper".
+ given, separated by commas. (default: "a4paper")
--footnote-references=<format>
Format for footnote references: one of "superscript"
- or "brackets". Default: "superscript".
+ or "brackets". (default: "superscript")
--use-latex-citations Use \cite command for citations. (default)
--figure-citations Use figure floats for citations (might get mixed with
real figures).
--attribution=<format> Format for block quote attributions: one of "dash"
(em-dash prefix), "parentheses"/"parens", or "none".
- Default: "dash".
+ (default: "dash")
--stylesheet=<file[,file,...]>
Specify LaTeX packages/stylesheets. A style is
referenced with "\usepackage" if extension is ".sty"
@@ -179,12 +179,12 @@
--stylesheet-dirs=<dir[,dir,...]>
Comma-separated list of directories where stylesheets
are found. Used by --stylesheet-path when expanding
- relative path arguments. Default: ".".
+ relative path arguments. (default: ".")
--latex-preamble=<preamble>
Customization by LaTeX code in the preamble. Default:
select PDF standard fonts (Times, Helvetica, Courier).
---template=<file> Specify the template file. Default: "default.tex".
---use-latex-toc Table of contents by LaTeX. (default)
+--template=<file> Specify the template file. (default: "default.tex")
+--use-latex-toc Table of contents by LaTeX. (default)
--use-docutils-toc Table of contents by Docutils (without page numbers).
--use-part-section Add parts on top of the section hierarchy.
--use-docutils-docinfo Attach author and date to the document info table.
@@ -212,8 +212,8 @@
(default)
--section-enumerator-separator=<char>
Set the separator between section number and
- enumerator for compound enumerated lists. Default:
- "-".
+ enumerator for compound enumerated lists.
+ (default: "-")
--literal-block-env=<environment>
When possible, use the specified environment for
literal-blocks. Default: "" (fall back to "alltt").
@@ -220,9 +220,9 @@
--table-style=<format> Table style. "standard" with horizontal and vertical
lines, "booktabs" (LaTeX booktabs style) only
horizontal lines above and below the table and below
- the header, or "borderless". Default: "standard"
+ the header, or "borderless". (default: "standard")
--graphicx-option=<option>
- LaTeX graphicx package option. Default: "".
+ LaTeX graphicx package option. (default: "")
--font-encoding=<encoding>
LaTeX font encoding. Possible values are "", "T1"
(default), "OT1", "LGR,T1" or any other combination of
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|