doc/org-manual.org: Document `org-latex-src-block-backend'

* doc/org-manual.org (Source blocks in LaTeX export): Explain possible
LaTeX export options for source blocks.
This commit is contained in:
Ihor Radchenko 2023-05-12 15:21:59 +02:00
parent e83d4e94d8
commit a144b23550
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 9 additions and 0 deletions

View File

@ -14203,6 +14203,15 @@ four:
#+cindex: source blocks, in @LaTeX{} export
#+cindex: @samp{ATTR_LATEX}, keyword
#+vindex: org-latex-src-block-backend
LaTeX export backend provides multiple ways to render src blocks in
LaTeX, according to the value of ~org-latex-src-block-backend~. The
default value =verbatim= renders the src code verbatim, without any
extra styling. Alternative values allow more colorful styling, but
require additional LaTeX (=listings=, =minted=), system (=minted=), or
Emacs (=engraved=) packages. See the ~org-latex-src-block-backend~
docstring for more details.
The LaTeX export backend can make source code blocks into floating
objects through the attributes =:float= and =:options=. For =:float=: