Moves templates for use with git stow
This commit is contained in:
parent
8887885796
commit
0e2565eade
9 changed files with 1 additions and 0 deletions
33
templates/Templates/article.latex
Normal file
33
templates/Templates/article.latex
Normal file
|
@ -0,0 +1,33 @@
|
|||
\documentclass[12pt]{article}
|
||||
|
||||
\usepackage{geometry} % Required for adjusting page dimensions
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amsthm}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{amsfonts}
|
||||
\usepackage{longtable}
|
||||
\usepackage{booktabs}
|
||||
\usepackage[UKenglish]{babel}
|
||||
\geometry{
|
||||
paper=a4paper, % Change to letterpaper for US letter
|
||||
top=3cm, % Top margin
|
||||
bottom=1.5cm, % Bottom margin
|
||||
left=4.5cm, % Left margin
|
||||
right=4.5cm, % Right margin
|
||||
%showframe, % Uncomment to show how the type block is set on the page
|
||||
}
|
||||
|
||||
\title{<++>}
|
||||
\author{Jonathan Hodgson}
|
||||
\date{\today}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
|
||||
\section{<++>}
|
||||
<++>
|
||||
|
||||
|
||||
\end{document}
|
Loading…
Add table
Add a link
Reference in a new issue