diff options
author | Blendoit <blendoit@gmail.com> | 2021-01-09 11:08:45 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2021-01-09 11:08:45 -0800 |
commit | 2eff28f258a2528d23d9f82b2f5095dfb2922a2b (patch) | |
tree | 45dfc0c05c7222bc6b0557d8c008770c2b9b63f3 | |
parent | 892f906d4437ab0b48f6f859430923e6608d54ed (diff) |
org-latex-packages-alist
-rw-r--r-- | smart-documents.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/smart-documents.org b/smart-documents.org index 7a94370..87fa1d5 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1187,13 +1187,13 @@ The following packages are loaded for every time we export to LaTeX. ("" "fontspec" t ; Fonts for LuaLaTeX ("lualatex")) ("" "booktabs" t ; Publication quality tables - ("pdflatex" "luatex")) + ("pdflatex" "lualatex")) ("" "wasysym" t ; Emojis and other symbols - ("pdflatex" "luatex")) + ("pdflatex" "lualatex")) ("" "lettrine" t - ("pdflatex" "luatex")) + ("pdflatex" "lualatex")) ("table,svgnames" "xcolor" t ; svgnames opens up ~150 new color keywords - ("pdflatex" "luatex")) + ("pdflatex" "lualatex")) ("skip=0.5\\baselineskip, width=0.618\\textwidth" "caption" t ; Increase space between floats and captions ("pdflatex" "lualatex")))) #+END_SRC |