File: ox-latex.el.html
See Org manual for details.
Defined variables (56)
org-latex-active-timestamp-format | A printf format string to be applied to active timestamps. |
org-latex-bib-compiler | Command to process a LaTeX file’s bibliography. |
org-latex-caption-above | When non-nil, place caption string at the beginning of elements. |
org-latex-classes | Alist of LaTeX classes and associated header and structure. |
org-latex-compiler | LaTeX compiler to use. |
org-latex-compiler-file-string | LaTeX compiler format-string. |
org-latex-compilers | Known LaTeX compilers. |
org-latex-custom-lang-environments | Alist mapping languages to language-specific LaTeX environments. |
org-latex-default-class | The default LaTeX class. |
org-latex-default-figure-position | Default position for LaTeX figures. |
org-latex-default-footnote-command | Default command used to insert footnotes. |
org-latex-default-quote-environment | Default environment used to ‘quote’ blocks. |
org-latex-default-table-environment | Default environment used to build tables. |
org-latex-default-table-mode | Default mode for tables. |
org-latex-diary-timestamp-format | A printf format string to be applied to diary timestamps. |
org-latex-engraved-options | Association list of options for the latex fvextra package when engraving code. |
org-latex-engraved-preamble | Preamble content injected when using engrave-faces-latex for source blocks. |
org-latex-engraved-theme | The theme that should be used for engraved code, when non-nil. |
org-latex-footnote-defined-format | Format string used to format reference to footnote already defined. |
org-latex-footnote-separator | Text used to separate footnotes. |
org-latex-format-drawer-function | Function called to format a drawer in LaTeX code. |
org-latex-format-headline-function | Function for formatting the headline’s text. |
org-latex-format-inlinetask-function | Function called to format an inlinetask in LaTeX code. |
org-latex-hyperref-template | Template for hyperref package options. |
org-latex-image-default-height | Default height for images. |
org-latex-image-default-option | Default option for images. |
org-latex-image-default-scale | Default scale for images. |
org-latex-image-default-width | Default width for images. |
org-latex-images-centered | When non-nil, images are centered. |
org-latex-inactive-timestamp-format | A printf format string to be applied to inactive timestamps. |
org-latex-inline-image-rules | Rules characterizing image files that can be inlined into LaTeX. |
org-latex-inputenc-alist | Alist of inputenc coding system names, and what should really be used. |
org-latex-known-warnings | Alist of regular expressions and associated messages for the user. |
org-latex-language-alist | Alist between language code and its properties for LaTeX export. |
org-latex-link-with-unknown-path-format | Format string for links with unknown path type. |
org-latex-listings-langs | Alist mapping languages to their listing language counterpart. |
org-latex-listings-options | Association list of options for the latex listings package. |
org-latex-listings-src-omit-language | Discard src block language parameter in listings. |
org-latex-logfiles-extensions | The list of file extensions to consider as LaTeX logfiles. |
org-latex-math-environments-re | Regexp of LaTeX math environments. |
org-latex-minted-langs | Alist mapping languages to their minted language counterpart. |
org-latex-minted-options | Association list of options for the latex minted package. |
org-latex-pdf-process | Commands to process a LaTeX file to a PDF file. |
org-latex-prefer-user-labels | Use user-provided labels instead of internal ones when non-nil. |
org-latex-reference-command | Format string that takes a reference to produce a LaTeX reference command. |
org-latex-remove-logfiles | Non-nil means remove the logfiles produced by PDF production. |
org-latex-src-block-backend | Backend used to generate source code listings. |
org-latex-subtitle-format | Format string used for transcoded subtitle. |
org-latex-subtitle-separate | Non-nil means the subtitle is not typeset as part of title. |
org-latex-table-matrix-macros | Alist between matrix macros and their row ending. |
org-latex-table-scientific-notation | Format string to display numbers in scientific notation. |
org-latex-tables-booktabs | When non-nil, display tables in a formal "booktabs" style. |
org-latex-tables-centered | When non-nil, tables are exported in a center environment. |
org-latex-text-markup-alist | Alist of LaTeX expressions to convert text markup. |
org-latex-title-command | The command used to insert the title just after \begin{document}. |
org-latex-toc-command | LaTeX command to set the table of contents, list of figures, etc. |