File: ox-latex.el.html

See Org manual for details.

Defined variables (56)

org-latex-active-timestamp-formatA printf format string to be applied to active timestamps.
org-latex-bib-compilerCommand to process a LaTeX file’s bibliography.
org-latex-caption-aboveWhen non-nil, place caption string at the beginning of elements.
org-latex-classesAlist of LaTeX classes and associated header and structure.
org-latex-compilerLaTeX compiler to use.
org-latex-compiler-file-stringLaTeX compiler format-string.
org-latex-compilersKnown LaTeX compilers.
org-latex-custom-lang-environmentsAlist mapping languages to language-specific LaTeX environments.
org-latex-default-classThe default LaTeX class.
org-latex-default-figure-positionDefault position for LaTeX figures.
org-latex-default-footnote-commandDefault command used to insert footnotes.
org-latex-default-quote-environmentDefault environment used to ‘quote’ blocks.
org-latex-default-table-environmentDefault environment used to build tables.
org-latex-default-table-modeDefault mode for tables.
org-latex-diary-timestamp-formatA printf format string to be applied to diary timestamps.
org-latex-engraved-optionsAssociation list of options for the latex fvextra package when engraving code.
org-latex-engraved-preamblePreamble content injected when using engrave-faces-latex for source blocks.
org-latex-engraved-themeThe theme that should be used for engraved code, when non-nil.
org-latex-footnote-defined-formatFormat string used to format reference to footnote already defined.
org-latex-footnote-separatorText used to separate footnotes.
org-latex-format-drawer-functionFunction called to format a drawer in LaTeX code.
org-latex-format-headline-functionFunction for formatting the headline’s text.
org-latex-format-inlinetask-functionFunction called to format an inlinetask in LaTeX code.
org-latex-hyperref-templateTemplate for hyperref package options.
org-latex-image-default-heightDefault height for images.
org-latex-image-default-optionDefault option for images.
org-latex-image-default-scaleDefault scale for images.
org-latex-image-default-widthDefault width for images.
org-latex-images-centeredWhen non-nil, images are centered.
org-latex-inactive-timestamp-formatA printf format string to be applied to inactive timestamps.
org-latex-inline-image-rulesRules characterizing image files that can be inlined into LaTeX.
org-latex-inputenc-alistAlist of inputenc coding system names, and what should really be used.
org-latex-known-warningsAlist of regular expressions and associated messages for the user.
org-latex-language-alistAlist between language code and its properties for LaTeX export.
org-latex-link-with-unknown-path-formatFormat string for links with unknown path type.
org-latex-listings-langsAlist mapping languages to their listing language counterpart.
org-latex-listings-optionsAssociation list of options for the latex listings package.
org-latex-listings-src-omit-languageDiscard src block language parameter in listings.
org-latex-logfiles-extensionsThe list of file extensions to consider as LaTeX logfiles.
org-latex-math-environments-reRegexp of LaTeX math environments.
org-latex-minted-langsAlist mapping languages to their minted language counterpart.
org-latex-minted-optionsAssociation list of options for the latex minted package.
org-latex-pdf-processCommands to process a LaTeX file to a PDF file.
org-latex-prefer-user-labelsUse user-provided labels instead of internal ones when non-nil.
org-latex-reference-commandFormat string that takes a reference to produce a LaTeX reference command.
org-latex-remove-logfilesNon-nil means remove the logfiles produced by PDF production.
org-latex-src-block-backendBackend used to generate source code listings.
org-latex-subtitle-formatFormat string used for transcoded subtitle.
org-latex-subtitle-separateNon-nil means the subtitle is not typeset as part of title.
org-latex-table-matrix-macrosAlist between matrix macros and their row ending.
org-latex-table-scientific-notationFormat string to display numbers in scientific notation.
org-latex-tables-booktabsWhen non-nil, display tables in a formal "booktabs" style.
org-latex-tables-centeredWhen non-nil, tables are exported in a center environment.
org-latex-text-markup-alistAlist of LaTeX expressions to convert text markup.
org-latex-title-commandThe command used to insert the title just after \begin{document}.
org-latex-toc-commandLaTeX command to set the table of contents, list of figures, etc.

Defined functions (106)

org-export-region-to-latex()
org-latex--align-string(TABLE INFO &optional MATH?)
org-latex--align-string-tabbing(TABLE INFO)
org-latex--caption-above-p(ELEMENT INFO)
org-latex--caption/label-string(ELEMENT INFO)
org-latex--collect-warnings(BUFFER)
org-latex--decorate-table(TABLE ATTRIBUTES CAPTION ABOVE? INFO)
org-latex--delayed-footnotes-definitions(ELEMENT INFO)
org-latex--environment-type(LATEX-ENVIRONMENT)
org-latex--find-verb-separator(S)
org-latex--format-spec(INFO)
org-latex--inline-image(LINK INFO)
org-latex--insert-compiler(INFO)
org-latex--label(DATUM INFO &optional FORCE FULL)
org-latex--make-option-string(OPTIONS &optional SEPARATOR)
org-latex--math-table(TABLE INFO)
org-latex--org-table(TABLE CONTENTS INFO)
org-latex--protect-text(TEXT)
org-latex--protect-texttt(TEXT)
org-latex--remove-packages(PKG-ALIST INFO)
org-latex--table.el-table(TABLE INFO)
org-latex--text-markup(TEXT MARKUP INFO)
org-latex--translate(S INFO)
org-latex--wrap-label(ELEMENT OUTPUT INFO)
org-latex--wrap-latex-math-block(DATA INFO)
org-latex--wrap-latex-matrices(DATA INFO)
org-latex-bold(BOLD CONTENTS INFO)
org-latex-center-block(CENTER-BLOCK CONTENTS INFO)
org-latex-clean-invalid-line-breaks(DATA BACKEND INFO)
org-latex-clock(CLOCK CONTENTS INFO)
org-latex-code(CODE CONTENTS INFO)
org-latex-compile(TEXFILE &optional SNIPPET)
org-latex-compile--postprocess(OUTFILE LOG-BUF &optional SNIPPET)
org-latex-convert-region-to-latex()
org-latex-drawer(DRAWER CONTENTS INFO)
org-latex-dynamic-block(DYNAMIC-BLOCK CONTENTS INFO)
org-latex-entity(ENTITY CONTENTS INFO)
org-latex-example-block(EXAMPLE-BLOCK CONTENTS INFO)
org-latex-export-as-latex(&optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)
org-latex-export-block(EXPORT-BLOCK CONTENTS INFO)
org-latex-export-snippet(EXPORT-SNIPPET CONTENTS INFO)
org-latex-export-to-latex(&optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)
org-latex-export-to-pdf(&optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)
org-latex-fixed-width(FIXED-WIDTH CONTENTS INFO)
org-latex-footnote-reference(FOOTNOTE-REFERENCE CONTENTS INFO)
org-latex-format-headline-default-function(TODO TODO-TYPE PRIORITY TEXT TAGS INFO)
org-latex-format-inlinetask-default-function(TODO TODO-TYPE PRIORITY TITLE TAGS CONTENTS INFO)
org-latex-generate-engraved-preamble(INFO)
org-latex-guess-babel-language(HEADER INFO)
org-latex-guess-inputenc(HEADER)
org-latex-guess-polyglossia-language(HEADER INFO)
org-latex-headline(HEADLINE CONTENTS INFO)
org-latex-horizontal-rule(HORIZONTAL-RULE CONTENTS INFO)
org-latex-image-link-filter(DATA BACKEND INFO)
org-latex-inline-src-block(INLINE-SRC-BLOCK CONTENTS INFO)
org-latex-inline-src-block--engraved(INFO CODE LANG)
org-latex-inline-src-block--listings(INFO CODE LANG)
org-latex-inline-src-block--minted(INFO CODE LANG)
org-latex-inlinetask(INLINETASK CONTENTS INFO)
org-latex-italic(ITALIC CONTENTS INFO)
org-latex-item(ITEM CONTENTS INFO)
org-latex-keyword(KEYWORD CONTENTS INFO)
org-latex-latex-environment(LATEX-ENVIRONMENT CONTENTS INFO)
org-latex-latex-fragment(LATEX-FRAGMENT CONTENTS INFO)
org-latex-line-break(LINE-BREAK CONTENTS INFO)
org-latex-link(LINK DESC INFO)
org-latex-make-preamble(INFO &optional TEMPLATE SNIPPET?)
org-latex-math-block(MATH-BLOCK CONTENTS INFO)
org-latex-math-block-options-filter(INFO BACKEND)
org-latex-math-block-tree-filter(TREE BACKEND INFO)
org-latex-matrices(MATRICES CONTENTS INFO)
org-latex-matrices-tree-filter(TREE BACKEND INFO)
org-latex-node-property(NODE-PROPERTY CONTENTS INFO)
org-latex-paragraph(PARAGRAPH CONTENTS INFO)
org-latex-plain-list(PLAIN-LIST CONTENTS INFO)
org-latex-plain-text(TEXT INFO)
org-latex-planning(PLANNING CONTENTS INFO)
org-latex-property-drawer(PROPERTY-DRAWER CONTENTS INFO)
org-latex-publish-to-latex(PLIST FILENAME PUB-DIR)
org-latex-publish-to-pdf(PLIST FILENAME PUB-DIR)
org-latex-quote-block(QUOTE-BLOCK CONTENTS INFO)
org-latex-radio-target(RADIO-TARGET TEXT INFO)
org-latex-section(SECTION CONTENTS INFO)
org-latex-special-block(SPECIAL-BLOCK CONTENTS INFO)
org-latex-src--engrave-code(CONTENT LANG &optional THEME OPTIONS INLINE)
org-latex-src--engrave-mathescape-p(INFO OPTIONS)
org-latex-src-block(SRC-BLOCK CONTENTS INFO)
org-latex-src-block--custom
org-latex-src-block--engraved
org-latex-src-block--listings
org-latex-src-block--minted
org-latex-src-block--verbatim
org-latex-statistics-cookie(STATISTICS-COOKIE CONTENTS INFO)
org-latex-strike-through(STRIKE-THROUGH CONTENTS INFO)
org-latex-subscript(SUBSCRIPT CONTENTS INFO)
org-latex-superscript(SUPERSCRIPT CONTENTS INFO)
org-latex-table(TABLE CONTENTS INFO)
org-latex-table-cell(TABLE-CELL CONTENTS INFO)
org-latex-table-row(TABLE-ROW CONTENTS INFO)
org-latex-target(TARGET CONTENTS INFO)
org-latex-template(CONTENTS INFO)
org-latex-timestamp(TIMESTAMP CONTENTS INFO)
org-latex-underline(UNDERLINE CONTENTS INFO)
org-latex-verbatim(VERBATIM CONTENTS INFO)
org-latex-verse-block(VERSE-BLOCK CONTENTS INFO)
org-table--org-tabbing(TABLE CONTENTS INFO)

Defined faces (0)