diff options
author | Blendoit <blendoit@gmail.com> | 2020-12-02 21:22:07 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-12-02 21:22:07 -0800 |
commit | 2b6acb40f84761e078fceac7196bde5195e72482 (patch) | |
tree | 35b94af0cc89f82d9cb4ec0154bdfdaad0a4f1bf | |
parent | d9d59c418c3f31eb569d61da38f22fb469ef1a23 (diff) |
emojis in latex
-rw-r--r-- | smart-documents.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/smart-documents.org b/smart-documents.org index c8d11e4..c532d47 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1210,7 +1210,9 @@ LaTeX. ("" "fontspec" t ; Fonts for LuaLaTeX ("lualatex")) ("" "booktabs" t ; Publication quality tables in LaTeX - ("pdflatex")) + ("pdflatex" "luatex")) + ("" "wasysym" t ; Publication quality tables in LaTeX + ("pdflatex" "luatex")) ("table,svgnames" "xcolor" t ; svgnames opens up ~150 color keywords ("pdflatex")) ("skip=0.5\\baselineskip, width=0.618\\textwidth" "caption" t ; Increase space between floats and captions |