From 0a80e5481bdb29e8a42bc019e825deb745bf55fc Mon Sep 17 00:00:00 2001 From: devlinjd Date: Thu, 10 Dec 2015 22:27:40 -0500 Subject: [PATCH] Hello-World: Add latex format. --- themes/hello-world/src/latex.tex | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 themes/hello-world/src/latex.tex diff --git a/themes/hello-world/src/latex.tex b/themes/hello-world/src/latex.tex new file mode 100644 index 0000000..69afd3d --- /dev/null +++ b/themes/hello-world/src/latex.tex @@ -0,0 +1,8 @@ +\documentclass{article} +\title{[[ r.name ]]'s Resume} +\author{[[ r.name ]]} +\date{December 2015} +\begin{document} + \maketitle + Hello world! My name is [[ r.name ]]. +\end{document}