aboutsummaryrefslogtreecommitdiff
path: root/.boilerplates/txt/tex.tex
blob: 9588fa4ba6623fc3b6bafb8efc726e6df1007674 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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}