mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix some mark-up issues in latex.rst with "Default:" lines
This commit is contained in:
parent
82ef497a8c
commit
59694da63a
@ -195,8 +195,8 @@ Keys that you may want to override include:
|
|||||||
"Bjornstrup". You can also set this to ``''`` to disable fncychap.
|
"Bjornstrup". You can also set this to ``''`` to disable fncychap.
|
||||||
|
|
||||||
Default: ``'\\usepackage[Bjarne]{fncychap}'`` for English documents,
|
Default: ``'\\usepackage[Bjarne]{fncychap}'`` for English documents,
|
||||||
``'\\usepackage[Sonny]{fncychap}'`` for internationalized documents, and
|
``'\\usepackage[Sonny]{fncychap}'`` for internationalized documents, and
|
||||||
``''`` for Japanese documents.
|
``''`` for Japanese documents.
|
||||||
|
|
||||||
``'preamble'``
|
``'preamble'``
|
||||||
Additional preamble content. One may move all needed macros into some file
|
Additional preamble content. One may move all needed macros into some file
|
||||||
@ -300,7 +300,7 @@ Keys that don't need to be overridden unless in special cases are:
|
|||||||
"inputenc" package inclusion.
|
"inputenc" package inclusion.
|
||||||
|
|
||||||
Default: ``'\\usepackage[utf8]{inputenc}'`` when using pdflatex, else
|
Default: ``'\\usepackage[utf8]{inputenc}'`` when using pdflatex, else
|
||||||
``''``
|
``''``
|
||||||
|
|
||||||
.. versionchanged:: 1.4.3
|
.. versionchanged:: 1.4.3
|
||||||
Previously ``'\\usepackage[utf8]{inputenc}'`` was used for all
|
Previously ``'\\usepackage[utf8]{inputenc}'`` was used for all
|
||||||
@ -389,7 +389,7 @@ Keys that don't need to be overridden unless in special cases are:
|
|||||||
key is ignored.
|
key is ignored.
|
||||||
|
|
||||||
Default: ``'\\usepackage{textalpha}'`` or ``''`` if ``fontenc`` does not
|
Default: ``'\\usepackage{textalpha}'`` or ``''`` if ``fontenc`` does not
|
||||||
include the ``LGR`` option.
|
include the ``LGR`` option.
|
||||||
|
|
||||||
.. versionadded:: 2.0
|
.. versionadded:: 2.0
|
||||||
|
|
||||||
@ -407,7 +407,7 @@ Keys that don't need to be overridden unless in special cases are:
|
|||||||
<latexsphinxsetup>`.
|
<latexsphinxsetup>`.
|
||||||
|
|
||||||
Default: ``'\\usepackage{geometry}'`` (or
|
Default: ``'\\usepackage{geometry}'`` (or
|
||||||
``'\\usepackage[dvipdfm]{geometry}'`` for Japanese documents)
|
``'\\usepackage[dvipdfm]{geometry}'`` for Japanese documents)
|
||||||
|
|
||||||
.. versionadded:: 1.5
|
.. versionadded:: 1.5
|
||||||
|
|
||||||
@ -784,14 +784,14 @@ macros may be significant.
|
|||||||
|warningbdcolors|
|
|warningbdcolors|
|
||||||
The colour for the admonition frame.
|
The colour for the admonition frame.
|
||||||
|
|
||||||
Default: ``{rgb}{0,0,0}`` (black)
|
Default: ``{rgb}{0,0,0}`` (black)
|
||||||
|
|
||||||
.. only:: latex
|
.. only:: latex
|
||||||
|
|
||||||
|wgbdcolorslatex|
|
|wgbdcolorslatex|
|
||||||
The colour for the admonition frame.
|
The colour for the admonition frame.
|
||||||
|
|
||||||
Default: ``{rgb}{0,0,0}`` (black)
|
Default: ``{rgb}{0,0,0}`` (black)
|
||||||
|
|
||||||
|warningbgcolors|
|
|warningbgcolors|
|
||||||
The background colours for the respective admonitions.
|
The background colours for the respective admonitions.
|
||||||
|
Loading…
Reference in New Issue
Block a user