Add link to PDF

This commit is contained in:
Thomas Dehaeze 2020-12-05 00:08:03 +01:00
parent 6509926f56
commit 6826e2b049
2 changed files with 401 additions and 385 deletions

File diff suppressed because it is too large Load Diff

View File

@ -47,6 +47,12 @@
#+PROPERTY: header-args:latex+ :post pdf2svg(file=*this*, ext="png")
:END:
#+begin_export html
<hr>
<p>This document is also available as a <a href="./index.pdf">pdf</a>.</p>
<hr>
#+end_export
* LaTeX Config :noexport:
#+begin_src emacs-lisp :tangle no
(setq org-latex-default-table-environment "tabular")