aboutsummaryrefslogtreecommitdiff
path: root/.boilerplates/txt/tex.tex
diff options
context:
space:
mode:
Diffstat (limited to '.boilerplates/txt/tex.tex')
-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}