diff options
author | Blendoit <blendoit@gmail.com> | 2020-12-06 18:22:24 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-12-06 18:22:24 -0800 |
commit | fdd840d10a05c6a135dc6257f7effd31ff5ff84e (patch) | |
tree | 0de2b0af1aad01156bdf1d4f156ca23cca2a05b6 | |
parent | 4a65449ad160b2b741ffbc85e9b081a84c19d134 (diff) |
org-latex-packages-alist now includes lettrines.
-rw-r--r-- | smart-documents.org | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/smart-documents.org b/smart-documents.org index 6a3a1c0..7145708 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -5,10 +5,9 @@ #+DATE: <2020-12-02 Wed> #+EMAIL: blendoit@gmail.com #+STARTUP: showall -#+SETUPFILE: ~/.emacs.d/templates/documents/wealthy.org -#+INCLUDE: ~/.emacs.d/templates/documents/wealthy-title.org +#+SETUPFILE: ~/.emacs.d/templates/documents/default.org +#+INCLUDE: ~/.emacs.d/templates/documents/default-title.org -#+LATEX_HEADER: \usepackage{lettrine} #+LATEX_HEADER_EXTRA: \newfontfamily\garamond{EB Garamond} #+LATEX_HEADER_EXTRA: \newfontfamily\publicsans{Public Sans} @@ -1215,9 +1214,11 @@ LaTeX. ("xelatex" "lualatex")) ("" "fontspec" t ; Fonts for LuaLaTeX ("lualatex")) - ("" "booktabs" t ; Publication quality tables in LaTeX + ("" "booktabs" t ; Publication quality tables ("pdflatex" "luatex")) - ("" "wasysym" t ; Publication quality tables in LaTeX + ("" "wasysym" t ; Emojis and other symbols + ("pdflatex" "luatex")) + ("" "lettrine" t ("pdflatex" "luatex")) ("table,svgnames" "xcolor" t ; svgnames opens up ~150 color keywords ("pdflatex")) |