Update komageneral.el
This commit is contained in:
parent
6858826e5a
commit
ca8d435ed9
1 changed files with 17 additions and 13 deletions
|
@ -6,17 +6,17 @@
|
||||||
(setq TeX-command-extra-options
|
(setq TeX-command-extra-options
|
||||||
"-shell-escape")
|
"-shell-escape")
|
||||||
(TeX-add-to-alist 'LaTeX-provided-package-options
|
(TeX-add-to-alist 'LaTeX-provided-package-options
|
||||||
'(("fontspec" "") ("geometry" "") ("scrlayer-scrpage" "autooneside=false") ("enumitem" "") ("caption" "") ("microtype" "protrusion=true" "expansion=true" "final" "tracking=true" "kerning=true") ("biblatex" "") ("float" "") ("xcolor" "table") ("longtable" "") ("xltabular" "") ("booktabs" "") ("grffile" "") ("unicode-math" "") ("adjustbox" "Export") ("graphicx" "") ("etoolbox" "") ("wrapfig" "") ("rotating" "") ("ulem" "normalem") ("amsmath" "") ("amssymb" "") ("capt-of" "") ("hyperref" "") ("array" "") ("pdfx" "a-1a") ("listings" "") ("csvsimple" "")))
|
'(("fontspec" "") ("geometry" "") ("scrlayer-scrpage" "autooneside=false") ("enumitem" "") ("caption" "") ("microtype" "protrusion=true" "expansion=true" "final" "tracking=true" "kerning=true") ("biblatex" "") ("float" "") ("xcolor" "table") ("xltabular" "") ("longtable" "") ("booktabs" "") ("grffile" "") ("unicode-math" "") ("adjustbox" "Export") ("graphicx" "") ("etoolbox" "") ("wrapfig" "") ("rotating" "") ("ulem" "normalem") ("amsmath" "") ("amssymb" "") ("capt-of" "") ("array" "") ("listings" "") ("csvsimple" "") ("hyperref" "")))
|
||||||
(add-to-list 'LaTeX-verbatim-environments-local "lstlisting")
|
(add-to-list 'LaTeX-verbatim-environments-local "lstlisting")
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "path")
|
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
|
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "lstinline")
|
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl")
|
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl")
|
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage")
|
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "href")
|
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "href")
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
|
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage")
|
||||||
|
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl")
|
||||||
|
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl")
|
||||||
|
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "lstinline")
|
||||||
|
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
|
||||||
|
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "path")
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-delims-local "lstinline")
|
(add-to-list 'LaTeX-verbatim-macros-with-delims-local "lstinline")
|
||||||
|
(add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
|
||||||
(TeX-run-style-hooks
|
(TeX-run-style-hooks
|
||||||
"fontspec"
|
"fontspec"
|
||||||
"geometry"
|
"geometry"
|
||||||
|
@ -27,8 +27,8 @@
|
||||||
"biblatex"
|
"biblatex"
|
||||||
"float"
|
"float"
|
||||||
"xcolor"
|
"xcolor"
|
||||||
"longtable"
|
|
||||||
"xltabular"
|
"xltabular"
|
||||||
|
"longtable"
|
||||||
"booktabs"
|
"booktabs"
|
||||||
"grffile"
|
"grffile"
|
||||||
"unicode-math"
|
"unicode-math"
|
||||||
|
@ -41,18 +41,22 @@
|
||||||
"amsmath"
|
"amsmath"
|
||||||
"amssymb"
|
"amssymb"
|
||||||
"capt-of"
|
"capt-of"
|
||||||
"hyperref"
|
|
||||||
"array"
|
"array"
|
||||||
"pdfx"
|
|
||||||
"listings"
|
"listings"
|
||||||
"csvsimple")
|
"csvsimple"
|
||||||
|
"hyperref")
|
||||||
(TeX-add-symbols
|
(TeX-add-symbols
|
||||||
'("TitlePage" 1))
|
'("TitlePage" 1))
|
||||||
(LaTeX-add-environments
|
(LaTeX-add-environments
|
||||||
"oldtabular")
|
"oldtabular")
|
||||||
(LaTeX-add-xcolor-definecolors
|
(LaTeX-add-xcolor-definecolors
|
||||||
"darkgray"
|
"darkgray"
|
||||||
"lightgray")
|
"lightgray"
|
||||||
|
"sepia"
|
||||||
|
"codeblue"
|
||||||
|
"codeborder")
|
||||||
|
(LaTeX-add-array-newcolumntypes
|
||||||
|
"P")
|
||||||
(LaTeX-add-listings-lstdefinestyles
|
(LaTeX-add-listings-lstdefinestyles
|
||||||
"numbers"))
|
"numbers"))
|
||||||
:latex)
|
:latex)
|
||||||
|
|
Loading…
Add table
Reference in a new issue