org-manual: Fix typos in print_bibliography kwd
* doc/org-manual.org (Bibliography options in the "biblatex" and "csl" export processors): In some example Org content, the "+" in the keyword prefix "#+" was missing.
This commit is contained in:
parent
4b546e04af
commit
0af74d33a7
|
@ -17133,13 +17133,13 @@ The "biblatex" and "csl" export processors support bibliography
|
|||
options through a property list attached to the =PRINT_BIBLIOGRAPHY=
|
||||
keyword. For example,
|
||||
|
||||
: #print_bibliography: :keyword algebra :type book
|
||||
: #+print_bibliography: :keyword algebra :type book
|
||||
|
||||
Values including spaces must be surrounded with double quotes. If you
|
||||
need to use a key multiple times, you can separate its values with
|
||||
commas, but without any space in-between:
|
||||
|
||||
: #print_bibliography: :keyword "algebraic logic" :nottype article,book
|
||||
: #+print_bibliography: :keyword "algebraic logic" :nottype article,book
|
||||
|
||||
The "biblatex" export processor accepts all options supported by
|
||||
BibLaTeX's ~\printbibliography~ command, while the "csl" processor
|
||||
|
|
Loading…
Reference in New Issue