|
@@ -329,7 +329,7 @@ Otherwise, place it near the end. When value is a list of
|
|
|
symbols, put caption above selected elements only. Allowed
|
|
|
symbols are: `image', `table', `src-block' and `special-block'."
|
|
|
:group 'org-export-latex
|
|
|
- :version "25.1"
|
|
|
+ :version "25.2"
|
|
|
:package-version '(Org . "8.3")
|
|
|
:type '(choice
|
|
|
(const :tag "For all elements" t)
|
|
@@ -392,7 +392,7 @@ labeling scheme to generate labels and resolve links into proper
|
|
|
references."
|
|
|
:group 'org-export-latex
|
|
|
:type 'boolean
|
|
|
- :version "25.1"
|
|
|
+ :version "25.2"
|
|
|
:package-version '(Org . "8.3"))
|
|
|
|
|
|
;;;; Preamble
|
|
@@ -574,14 +574,14 @@ precedence over this variable."
|
|
|
The format string should have at most one \"%s\"-expression,
|
|
|
which is replaced with the subtitle."
|
|
|
:group 'org-export-latex
|
|
|
- :version "25.1"
|
|
|
+ :version "25.2"
|
|
|
:package-version '(Org . "8.3")
|
|
|
:type '(string :tag "Format string"))
|
|
|
|
|
|
(defcustom org-latex-subtitle-separate nil
|
|
|
"Non-nil means the subtitle is not typeset as part of title."
|
|
|
:group 'org-export-latex
|
|
|
- :version "25.1"
|
|
|
+ :version "25.2"
|
|
|
:package-version '(Org . "8.3")
|
|
|
:type 'boolean)
|
|
|
|
|
@@ -618,7 +618,7 @@ inserted.
|
|
|
Setting :latex-hyperref-template in publishing projects will take
|
|
|
precedence over this variable."
|
|
|
:group 'org-export-latex
|
|
|
- :version "25.1"
|
|
|
+ :version "25.2"
|
|
|
:package-version '(Org . "8.3")
|
|
|
:type '(choice (const :tag "No template" nil)
|
|
|
(string :tag "Format string")))
|
|
@@ -685,7 +685,7 @@ The function result will be used in the section format string."
|
|
|
(defcustom org-latex-images-centered t
|
|
|
"When non-nil, images are centered."
|
|
|
:group 'org-export-latex
|
|
|
- :version "25.1"
|
|
|
+ :version "25.2"
|
|
|
:package-version '(Org . "9.0")
|
|
|
:type 'boolean
|
|
|
:safe #'booleanp)
|
|
@@ -842,7 +842,7 @@ to typeset and try to protect special characters.
|
|
|
If no association can be found for a given markup, text will be
|
|
|
returned as-is."
|
|
|
:group 'org-export-latex
|
|
|
- :version "25.1"
|
|
|
+ :version "25.2"
|
|
|
:package-version '(Org . "8.3")
|
|
|
:type 'alist
|
|
|
:options '(bold code italic strike-through underline verbatim))
|
|
@@ -884,7 +884,7 @@ The function must accept seven parameters:
|
|
|
The function should return the string to be exported."
|
|
|
:group 'org-export-latex
|
|
|
:type 'function
|
|
|
- :version "25.1"
|
|
|
+ :version "25.2"
|
|
|
:package-version '(Org . "8.3"))
|
|
|
|
|
|
|
|
@@ -1089,7 +1089,7 @@ will produce
|
|
|
(list
|
|
|
(symbol :tag "Language name ")
|
|
|
(string :tag "Environment name or format string")))
|
|
|
- :version "25.1"
|
|
|
+ :version "25.2"
|
|
|
:package-version '(Org . "9.0"))
|
|
|
|
|
|
|
|
@@ -1104,7 +1104,7 @@ See also `org-latex-compiler'."
|
|
|
(const :tag "latex-mode file variable" "%% -*- latex-run-command: %s -*-\n")
|
|
|
(const :tag "AUCTeX file variable" "%% -*- LaTeX-command: %s -*-\n")
|
|
|
(string :tag "custom format" "%% %s"))
|
|
|
- :version "25.1"
|
|
|
+ :version "25.2"
|
|
|
:package-version '(Org . "9.0"))
|
|
|
|
|
|
(defcustom org-latex-compiler "pdflatex"
|
|
@@ -1119,7 +1119,7 @@ Can also be set in buffers via #+LATEX_COMPILER. See also
|
|
|
(const :tag "XeLaTeX" "xelatex")
|
|
|
(const :tag "LuaLaTeX" "lualatex")
|
|
|
(const :tag "Unset" ""))
|
|
|
- :version "25.1"
|
|
|
+ :version "25.2"
|
|
|
:package-version '(Org . "9.0"))
|
|
|
|
|
|
(defconst org-latex-compilers '("pdflatex" "xelatex" "lualatex")
|
|
@@ -1137,7 +1137,7 @@ A better approach is to use a compiler suit such as `latexmk'."
|
|
|
:type '(choice (const :tag "BibTeX" "bibtex")
|
|
|
(const :tag "Biber" "biber")
|
|
|
(string :tag "Other process"))
|
|
|
- :version "25.1"
|
|
|
+ :version "25.2"
|
|
|
:package-version '(Org . "9.0"))
|
|
|
|
|
|
(defcustom org-latex-pdf-process
|
|
@@ -1194,7 +1194,7 @@ file name as its single argument."
|
|
|
The logfiles will be removed if `org-latex-remove-logfiles' is
|
|
|
non-nil."
|
|
|
:group 'org-export-latex
|
|
|
- :version "25.1"
|
|
|
+ :version "25.2"
|
|
|
:package-version '(Org . "8.3")
|
|
|
:type '(repeat (string :tag "Extension")))
|
|
|
|
|
@@ -1218,7 +1218,7 @@ The regular expressions are used to find possible warnings in the
|
|
|
log of a latex-run. These warnings will be reported after
|
|
|
calling `org-latex-compile'."
|
|
|
:group 'org-export-latex
|
|
|
- :version "25.1"
|
|
|
+ :version "25.2"
|
|
|
:package-version '(Org . "8.3")
|
|
|
:type '(repeat
|
|
|
(cons
|