Dotfiles with the latest changes
This commit is contained in:
43
.config/nvim/templates/latex/theory/main.latex
Normal file
43
.config/nvim/templates/latex/theory/main.latex
Normal file
@@ -0,0 +1,43 @@
|
||||
\documentclass{report}
|
||||
|
||||
% TODO: Change Variables
|
||||
\def\papertitle{Title}
|
||||
|
||||
% TODO: Change variables according to language preference
|
||||
\def\theorytitle{Theory}
|
||||
\def\theorytitle{Theorie}
|
||||
\def\corollarytitle{Corollary}
|
||||
\def\corollarytitle{Daraus folgt}
|
||||
\def\proposaltitle{Proposal}
|
||||
\def\proposaltitle{Vorschlag}
|
||||
\def\claimtitle{Claim}
|
||||
\def\claimtitle{Behauptung}
|
||||
\def\exercisetitle{Exercise}
|
||||
\def\exercisetitle{Aufgabe}
|
||||
\def\exampletitle{Example}
|
||||
\def\exampletitle{Beispiel}
|
||||
\def\questiontitle{Question}
|
||||
\def\questiontitle{Frage}
|
||||
\def\wrongctitle{Wrong Concept}
|
||||
\def\wrongctitle{Falscher Konzept}
|
||||
|
||||
\input{preamble}
|
||||
\input{macros}
|
||||
\input{letterfonts}
|
||||
|
||||
\title{\huge{\papertitle}}
|
||||
\author{\huge{Jirayu Ruh}}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
\newpage% or \cleardoublepage
|
||||
% \pdfbookmark[<level>]{<title>}{<dest>}
|
||||
\pdfbookmark[section]{\contentsname}{toc}
|
||||
\tableofcontents
|
||||
\pagebreak
|
||||
|
||||
% TODO: Begin Paper here.
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user