aboutsummaryrefslogtreecommitdiff
path: root/.boilerplates/txt
diff options
context:
space:
mode:
authorMarvin Borner2020-06-28 17:19:25 +0200
committerMarvin Borner2020-06-28 17:19:25 +0200
commita738067f158938d9db8ef4e9be71804a2a6ef7c2 (patch)
treec5036519f5b09d0bf4ea9beaa7084700326307d0 /.boilerplates/txt
parent7a13e3d67691eb47e95361b61e7ac6a0598e04ff (diff)
Way better latex template
Diffstat (limited to '.boilerplates/txt')
-rw-r--r--.boilerplates/txt/tex.tex23
1 files changed, 0 insertions, 23 deletions
diff --git a/.boilerplates/txt/tex.tex b/.boilerplates/txt/tex.tex
deleted file mode 100644
index 9588fa4..0000000
--- a/.boilerplates/txt/tex.tex
+++ /dev/null
@@ -1,23 +0,0 @@
-\documentclass{article}
-\usepackage{graphicx}
-
-\begin{document}
-
-\title{Awesome paper}
-\author{Marvin Borner}
-
-\maketitle
-
-\begin{abstract}
-Writing a professional paper in latex can be hard and exhausting. It takes a long time to compile but it's just the best option if you need a flawless vectorized font with a specific instruction set.
-\end{abstract}
-
-\section{Introduction}
-Welcome back!
-
-\begin{equation}
- \label{simple_equation}
- \alpha = \sqrt{\beta}
-\end{equation}
-
-\end{document}