From: Peng Li Date: Sat, 30 Jul 2016 14:11:42 +0000 (+0800) Subject: emacs - pdf export mactex X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=435c1683f137d6efa9a93251211815b5835d27f3;hp=4b5702e69a2a4b3812abcb8302df2d52275f6e07;p=dotfiles.git emacs - pdf export mactex --- diff --git a/emacs.d/config.org b/emacs.d/config.org index f0a8f95..dcd017c 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -904,13 +904,11 @@ Setting agenda files and the agenda view #+END_SRC ** Export PDF -Install MacTex-basic and some tex packages -#+BEGIN_SRC bash - +Install MacTex-basic [[http://www.tug.org/mactex/morepackages.html][MacTex-basic]] and some tex packages +#+BEGIN_SRC sh sudo tlmgr update --self sudo tlmgr install titlesec framed threeparttable wrapfig multirow enumitem bbding titling tabu mdframed tcolorbox textpos import varwidth needspace tocloft ntheorem environ trimspaces collection-fontsrecommended capt-of - #+END_SRC #+BEGIN_SRC emacs-lisp :tangle yes :results silent @@ -1399,7 +1397,7 @@ Color for Man-mode #+END_SRC ** pdf-tools -#+BEGIN_SRC bash +#+BEGIN_SRC sh brew install poppler #+END_SRC