-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslides.tex
71 lines (56 loc) · 1.59 KB
/
slides.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
\documentclass{beamer}
% Include additional LaTeX packages here if needed
\usepackage{amsmath}
\usepackage[style=ieee]{biblatex}
\setbeamertemplate{bibliography item}{\insertbiblabel}
% \usepackage[style=ACM-Reference-Format,sortcites,backend=biber]{biblatex}
\addbibresource{paper.bib} % Include your bibliography file here
% \bibliographystyle{ACM-Reference-Format}
% \bibliography{paper}
% Theme choice:
\usetheme{tud}
\usepackage[ngerman]{babel}
\usepackage{caption}
\usepackage{tikz}
\usepackage{graphicx}
\usepackage{svg}
\title{My Presi}
\author{Your Name}
\date{June 25, 2024}
\AtBeginSection[]{
\partpage{\usebeamertemplate***{part page}}
}
\newcommand*\inmm[1]{\pgfmathsetmacro\inmmwert{#1 / 1mm}\inmmwert}
\makeatletter
\newcommand*\inpt[1]{\setlength\@tempdima{#1}\the\@tempdima}
\makeatother
% see [StackOverflow-Fix](https://stackoverflow.com/a/67244130)
\newenvironment{CSLReferences}%
{}
\begin{document}
\maketitle
\begin{frame}{title}
\protect\hypertarget{title}{}
\begin{block}{Slide 1}
\protect\hypertarget{slide-1}{}
Test1 \emph{{\textless Imaginary} Book {not existing\textgreater{}}}
(\protect\hyperlink{ref-NonExistent}{2024})
\end{block}
\begin{block}{Slide 2}
\protect\hypertarget{slide-2}{}
Test2
\end{block}
\begin{block}{Slide 3}
\protect\hypertarget{slide-3}{}
Test3
\end{block}
\end{frame}
\begin{frame}{Neue Section}
\protect\hypertarget{neue-section}{}
\hypertarget{refs}{}
\begin{CSLReferences}{1}{0}
\leavevmode\vadjust pre{\hypertarget{ref-NonExistent}{}}%
\emph{{\textless Imaginary} Book {not existing\textgreater{}}}. 2024.
\end{CSLReferences}
\end{frame}
\end{document}