mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
move flake to own repository
This commit is contained in:
commit
84b5cd816c
55 changed files with 13637 additions and 0 deletions
29
templates/tex_standard.tex
Normal file
29
templates/tex_standard.tex
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
\documentclass[11pt]{article}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{longtable}
|
||||
\usepackage{wrapfig}
|
||||
\usepackage{rotating}
|
||||
\usepackage[normalem]{ulem}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{capt-of}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{verbatim}
|
||||
\usepackage{listings}
|
||||
\author{Leon Schwarzäugl}
|
||||
\date{\today}
|
||||
\title{--NAME--}
|
||||
\hypersetup{
|
||||
pdfauthor={Leon Schwarzäugl},
|
||||
pdftitle={--METADATA-NAME--},
|
||||
pdfkeywords={},
|
||||
pdfsubject={},
|
||||
pdfcreator={Emacs 30.0.50 (Org mode 9.6.12)},
|
||||
pdflang={English}}
|
||||
\begin{document}
|
||||
|
||||
|
||||
|
||||
\end{document}
|
||||
Loading…
Add table
Add a link
Reference in a new issue