[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
org-latex-packages-alist now includes lettrines.
smart-documents.org
@@ -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"))