Update
This commit is contained in:
29
snippets/latex-mode/Basic template
Normal file
29
snippets/latex-mode/Basic template
Normal file
@@ -0,0 +1,29 @@
|
||||
# key: template
|
||||
# name: Basic template
|
||||
# group: skeleton
|
||||
# --
|
||||
\input{`my-preamble-file`}
|
||||
% \usepackage{hyperref}
|
||||
% \hypersetup{
|
||||
% colorlinks,
|
||||
% citecolor=cyan,
|
||||
% filecolor=black,
|
||||
% linkcolor=blue,
|
||||
% urlcolor=black}
|
||||
|
||||
\author{`user-full-name`\vspace{-2ex}}
|
||||
\title{\vspace{-3.0cm}${1:Title$(capitalize yas-text)}\vspace{-2ex}}
|
||||
${2:\date{${3:\today}}}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begingroup
|
||||
\let\center\flushleft
|
||||
\let\endcenter\endflushleft
|
||||
\maketitle
|
||||
\endgroup
|
||||
|
||||
% \tableofcontents
|
||||
|
||||
$0
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user