org-latex-packages-alist now includes lettrines.

Commit
fdd840d10a05c6a135dc6257f7effd31ff5ff84e
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
smart-documents.org
index 6a3a1c05..71457081 100644..100644
@@ -5,10 +5,9 @@
5 5 #+DATE: <2020-12-02 Wed>
6 6 #+EMAIL: blendoit@gmail.com
7 7 #+STARTUP: showall
8 Removed: #+SETUPFILE: ~/.emacs.d/templates/documents/wealthy.org
9 Removed: #+INCLUDE: ~/.emacs.d/templates/documents/wealthy-title.org
8 Added: #+SETUPFILE: ~/.emacs.d/templates/documents/default.org
9 Added: #+INCLUDE: ~/.emacs.d/templates/documents/default-title.org
10 10
11 Removed: #+LATEX_HEADER: \usepackage{lettrine}
12 11 #+LATEX_HEADER_EXTRA: \newfontfamily\garamond{EB Garamond}
13 12 #+LATEX_HEADER_EXTRA: \newfontfamily\publicsans{Public Sans}
14 13
@@ -1215,9 +1214,11 @@
1215 1214 ("xelatex" "lualatex"))
1216 1215 ("" "fontspec" t ; Fonts for LuaLaTeX
1217 1216 ("lualatex"))
1218 Removed: ("" "booktabs" t ; Publication quality tables in LaTeX
1217 Added: ("" "booktabs" t ; Publication quality tables
1219 1218 ("pdflatex" "luatex"))
1220 Removed: ("" "wasysym" t ; Publication quality tables in LaTeX
1219 Added: ("" "wasysym" t ; Emojis and other symbols
1220 Added: ("pdflatex" "luatex"))
1221 Added: ("" "lettrine" t
1221 1222 ("pdflatex" "luatex"))
1222 1223 ("table,svgnames" "xcolor" t ; svgnames opens up ~150 color keywords
1223 1224 ("pdflatex"))