notes.org 1.5 KB

About this document

This document contains notes (more refined and not so much refined) and explanations from reading and thinking about the content of the book Introduction to Mathematical Thinking by Keith Devlin.

Notes

Appendix

TODO

Export noexport

Clear TeX Files

rm notes.aux rm notes.log rm notes.toc rm notes.out rm notes.tex rm notes.xdv rm notes.fls rm notes.fdb_latexmk rm notes.bbl rm notes.blg

Org --> TeX

;; (org-latex-export-to-latex &optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST) (org-latex-export-to-latex t nil)

TeX --> PDF

latexmk -xelatex notes.tex