initial
This commit is contained in:
61
templates/julia_tex.tpl
Normal file
61
templates/julia_tex.tpl
Normal file
@@ -0,0 +1,61 @@
|
||||
\documentclass[12pt,a4paper]{article}
|
||||
|
||||
\usepackage[a4paper,text={16.5cm,25.2cm},centering]{geometry}
|
||||
\usepackage{lmodern}
|
||||
\usepackage{amssymb,amsmath}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{microtype}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{booktabs}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{listings}
|
||||
\lstset{
|
||||
frame=l,
|
||||
language=Octave
|
||||
}
|
||||
|
||||
\usepackage{mdframed}
|
||||
\mdfsetup{
|
||||
middlelinecolor=red,
|
||||
middlelinewidth=2pt,
|
||||
backgroundcolor=red!10,
|
||||
roundcorner=10pt
|
||||
}
|
||||
|
||||
|
||||
\newcommand{\subsubparagraph}[1]{$\circledast$ #1\\}
|
||||
|
||||
\setlength{\parindent}{0pt}
|
||||
\setlength{\parskip}{1.2ex}
|
||||
|
||||
|
||||
\hypersetup
|
||||
{ pdfauthor = { {{{:author}}} },
|
||||
pdftitle={ {{{:title}}} },
|
||||
colorlinks=TRUE,
|
||||
linkcolor=black,
|
||||
citecolor=blue,
|
||||
urlcolor=blue
|
||||
}
|
||||
|
||||
{{#:title}}
|
||||
\title{ {{{ :title }}} }
|
||||
{{/:title}}
|
||||
|
||||
{{#:author}}
|
||||
\author{ {{{ :author }}} }
|
||||
{{/:author}}
|
||||
|
||||
{{#:date}}
|
||||
\date{ {{{ :date }}} }
|
||||
{{/:date}}
|
||||
|
||||
{{ :highlight }}
|
||||
|
||||
\begin{document}
|
||||
|
||||
{{#:title}}\maketitle{{/:title}}
|
||||
|
||||
{{{ :body }}}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user