Remove spaces on empty lines in manual.
This commit is contained in:
parent
b5d393fc61
commit
f6ebb33353
1 changed files with 9 additions and 9 deletions
18
MANUAL.txt
18
MANUAL.txt
|
@ -1026,9 +1026,9 @@ Options affecting specific writers {.options}
|
||||||
in Word, modify the styles as you wish, and save the file.
|
in Word, modify the styles as you wish, and save the file.
|
||||||
For best results, do not make changes to this file other
|
For best results, do not make changes to this file other
|
||||||
than modifying the styles used by pandoc:
|
than modifying the styles used by pandoc:
|
||||||
|
|
||||||
Paragraph styles:
|
Paragraph styles:
|
||||||
|
|
||||||
- Normal
|
- Normal
|
||||||
- Body Text
|
- Body Text
|
||||||
- First Paragraph
|
- First Paragraph
|
||||||
|
@ -1058,17 +1058,17 @@ Options affecting specific writers {.options}
|
||||||
- Figure
|
- Figure
|
||||||
- Captioned Figure
|
- Captioned Figure
|
||||||
- TOC Heading
|
- TOC Heading
|
||||||
|
|
||||||
Character styles:
|
Character styles:
|
||||||
|
|
||||||
- Default Paragraph Font
|
- Default Paragraph Font
|
||||||
- Body Text Char
|
- Body Text Char
|
||||||
- Verbatim Char
|
- Verbatim Char
|
||||||
- Footnote Reference
|
- Footnote Reference
|
||||||
- Hyperlink
|
- Hyperlink
|
||||||
|
|
||||||
Table style:
|
Table style:
|
||||||
|
|
||||||
- Table
|
- Table
|
||||||
|
|
||||||
ODT
|
ODT
|
||||||
|
@ -1437,10 +1437,10 @@ Language variables
|
||||||
The [Language subtag lookup] tool can look up or verify these tags.
|
The [Language subtag lookup] tool can look up or verify these tags.
|
||||||
This affects most formats, and controls hyphenation in PDF output
|
This affects most formats, and controls hyphenation in PDF output
|
||||||
when using LaTeX (through [`babel`] and [`polyglossia`]) or ConTeXt.
|
when using LaTeX (through [`babel`] and [`polyglossia`]) or ConTeXt.
|
||||||
|
|
||||||
Use native pandoc [Divs and Spans] with the `lang` attribute to
|
Use native pandoc [Divs and Spans] with the `lang` attribute to
|
||||||
switch the language:
|
switch the language:
|
||||||
|
|
||||||
---
|
---
|
||||||
lang: en-GB
|
lang: en-GB
|
||||||
...
|
...
|
||||||
|
@ -1592,7 +1592,7 @@ Pandoc uses these variables when [creating a PDF] with a LaTeX engine.
|
||||||
: options for package used as `fontfamily`; repeat for multiple options.
|
: options for package used as `fontfamily`; repeat for multiple options.
|
||||||
For example, to use the Libertine font with proportional lowercase
|
For example, to use the Libertine font with proportional lowercase
|
||||||
(old-style) figures through the [`libertinus`] package:
|
(old-style) figures through the [`libertinus`] package:
|
||||||
|
|
||||||
---
|
---
|
||||||
fontfamily: libertinus
|
fontfamily: libertinus
|
||||||
fontfamilyoptions:
|
fontfamilyoptions:
|
||||||
|
|
Loading…
Add table
Reference in a new issue