aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2019-04-24 16:52:38 +0900
committerGitHub <noreply@github.com>2019-04-24 16:52:38 +0900
commitc1c13949a145803995a29c2b7d50cd58e8642128 (patch)
tree1e9005ec1fd5e00c2b73475a1851951bc75c20bf
parent89a80b787754b348071a905d1705a1aaceebf59f (diff)
parent820dc8b4358152aaa7c69f65d356c67af73b04e1 (diff)
downloadvim-sonictemplate-c1c13949a145803995a29c2b7d50cd58e8642128.tar.gz
vim-sonictemplate-c1c13949a145803995a29c2b7d50cd58e8642128.tar.bz2
vim-sonictemplate-c1c13949a145803995a29c2b7d50cd58e8642128.zip
Merge pull request #32 from homedm/add-latex-template
add latex template
-rw-r--r--template/latex/base-page.ltx9
1 files changed, 9 insertions, 0 deletions
diff --git a/template/latex/base-page.ltx b/template/latex/base-page.ltx
new file mode 100644
index 0000000..a1b411f
--- /dev/null
+++ b/template/latex/base-page.ltx
@@ -0,0 +1,9 @@
+\documentclass{}
+\begin{document}
+\title{{{_name_}}}
+\author{}
+\maketitle
+% Start Document Body
+{{_cursor_}}
+% End Document Body
+\end{document}