latex-workshop/workshop.tex

80 lines
1.7 KiB
TeX

\documentclass[presentation,aspectratio=169]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\graphicspath{{./graphics/}}
\usepackage[ngerman]{babel}
\usepackage{longtable,capt-of,fvextra,csquotes}
\MakeOuterQuote{"}
\usepackage{wrapfig,rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath,amssymb}
\usepackage{hyperref}
\usepackage{listings,minted}
\usepackage[duration=20]{pdfpc}
\usetheme{metropolis}
\author{Julius Freudenberger}
\date{Cyberweek Sommersemester 2025}
\title{WYSIWYAF with \LaTeX}
\subtitle{Einstieg in Wissenschaftliche Arbeiten mit \LaTeX}
\mode<presentation>{\usetheme{metropolis}}
\mode<beamer|handout>{\metroset{sectionpage=progressbar}}
\mode<beamer|handout>{\metroset{subsectionpage=progressbar}}
\mode<beamer|handout>{\metroset{progressbar=frametitle}}
\mode<beamer|handout>{\metroset{block=fill}}
\institute[Hochschule Esslingen]{Hochschule Esslingen}
\hypersetup{
pdfauthor={Julius Freudenberger},
pdftitle={WYSIWYAF with LaTeX},
pdfkeywords={},
pdfsubject={},
pdflang={German},
colorlinks,
linkcolor=black,
citecolor=black,
filecolor=black,
urlcolor=blue
}
\usepackage{biblatex}
\begin{document}
\maketitle
\input{chapters/what-is-needed}
\input{chapters/about-me}
\input{chapters/introduction}
\begin{frame}{Inhalt}
\tableofcontents
\end{frame}
\section{\LaTeX{} -- die Theorie}
\input{chapters/what-is-latex}
\input{chapters/latex-code}
\input{chapters/own-changes}
\input{chapters/writing-text}
\input{chapters/math}
\input{chapters/graphics-floats}
\input{chapters/listings}
\input{chapters/listofs}
\input{chapters/formatting}
\input{chapters/external-files}
\input{chapters/closing.tex}
\maketitle
\end{document}