Add xlttabular package
This commit is contained in:
parent
ba40f314d2
commit
03ac0ad1fc
2 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
(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") ("booktabs" "") ("grffile" "") ("unicode-math" "") ("adjustbox" "Export") ("graphicx" "") ("etoolbox" "") ("longtable" "") ("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") ("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" "")))
|
||||||
(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 "path")
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
|
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
|
||||||
|
@ -27,13 +27,14 @@
|
||||||
"biblatex"
|
"biblatex"
|
||||||
"float"
|
"float"
|
||||||
"xcolor"
|
"xcolor"
|
||||||
|
"longtable"
|
||||||
|
"xltabular"
|
||||||
"booktabs"
|
"booktabs"
|
||||||
"grffile"
|
"grffile"
|
||||||
"unicode-math"
|
"unicode-math"
|
||||||
"adjustbox"
|
"adjustbox"
|
||||||
"graphicx"
|
"graphicx"
|
||||||
"etoolbox"
|
"etoolbox"
|
||||||
"longtable"
|
|
||||||
"wrapfig"
|
"wrapfig"
|
||||||
"rotating"
|
"rotating"
|
||||||
"ulem"
|
"ulem"
|
||||||
|
|
|
@ -10,13 +10,14 @@
|
||||||
\usepackage{biblatex}
|
\usepackage{biblatex}
|
||||||
\usepackage{float}
|
\usepackage{float}
|
||||||
\usepackage[table]{xcolor}
|
\usepackage[table]{xcolor}
|
||||||
|
\usepackage{longtable}
|
||||||
|
\usepackage{xltabular}
|
||||||
\usepackage{booktabs}
|
\usepackage{booktabs}
|
||||||
\usepackage{grffile}
|
\usepackage{grffile}
|
||||||
\usepackage{unicode-math}
|
\usepackage{unicode-math}
|
||||||
\usepackage[Export]{adjustbox}
|
\usepackage[Export]{adjustbox}
|
||||||
\usepackage{graphicx} % Needed for title page
|
\usepackage{graphicx} % Needed for title page
|
||||||
\usepackage{etoolbox} % For custom quote environment
|
\usepackage{etoolbox} % For custom quote environment
|
||||||
\usepackage{longtable}
|
|
||||||
\usepackage{wrapfig}
|
\usepackage{wrapfig}
|
||||||
\usepackage{rotating}
|
\usepackage{rotating}
|
||||||
\usepackage[normalem]{ulem}
|
\usepackage[normalem]{ulem}
|
||||||
|
|
Loading…
Add table
Reference in a new issue