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, 23 insertions, 0 deletions
diff --git a/.boilerplates/txt/tex.tex b/.boilerplates/txt/tex.tex
new file mode 100644
index 0000000..9588fa4
--- /dev/null
+++ b/.boilerplates/txt/tex.tex
@@ -0,0 +1,23 @@
+\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}