notes-TAOCP

Notes for /The Art of Computer Programming/

git clone git://git.shimmy1996.com/notes-TAOCP.git
commit 7805488297100e33233a99a4602e26b60a504d14
parent 036a681a651ee1d742f166d1591f6de55777a8c2
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun,  4 Apr 2021 20:18:27 -0500

Add boilerplate for LaTeX export

Diffstat:
MREADME.org | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/README.org b/README.org
@@ -1,3 +1,10 @@
+#+Title: The Art of Computer Programming
+#+Subtitle: Notes
+#+Author: Shimmy Xu
+#+LaTeX_CLASS: article
+#+LaTeX_HEADER: \usepackage{amsmath,amssymb,amsthm,placeins,esint,bm}
+#+INCLUDE: "~/.emacs.d/static/math_macros.sty" src latex-macros
+#+Options: toc:nil num:t
 #+STARTUP: logdone
 
 * TODO The Art of Computer Programming Volume 1: Fundamental Algorithms