rfics-presentation/presentation.tex

110 lines
1.9 KiB
TeX

\documentclass[10pt, aspectratio=169, usenames, dvipsnames]{beamer}
\usepackage{tikz}
\usepackage{tikz-3dplot}
\usetikzlibrary{spy, external, intersections}
\tikzexternalize[prefix=build/]
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\usepgfplotslibrary{fillbetween}
\usepackage{listings}
\usepackage{subcaption}
\usepackage{bbm}
\usepackage{siunitx}
\usepackage[export]{adjustbox}
%
%
% Custom commands
%
%
\input{lib/latex-common/common.tex}
\pgfplotsset{colorscheme/cel}
\input{common.tex}
%
%
% CEL Template
%
%
\newcommand{\templates}{lib/template}
\input{\templates/packages.tex}
\input{\templates/modifications.tex}
\input{\templates/makros_own.tex}
% Change the way the overview is displayed
\AtBeginSection[]
{
\begin{frame}[t]
\frametitle{Overview}
\tableofcontents[sectionstyle=show/shaded,
subsectionstyle=show/show/shaded,
subsubsectionstyle=hide]
\end{frame}
}
\AtBeginSubsubsection[]{}
\AtBeginSubsection[]{}
%
%
% Set up document
%
%
\title{A Broadband Zero-IF Down-Conversion Mixer in 130 nm\\
SiGe BiCMOS for Beyond 5G Communication Systems\\
in D-Band}
\author{\vspace{6mm} Andreas Tsouchlos}
\date{10.09.2024}
\institute{Karlsruhe Institute of Technology (KIT), \\ Communications Engineering Lab (CEL) }
\tikzstyle{every node}=[font=\small]
%\setlength {\marginparwidth }{2cm}
\captionsetup[sub]{font=small}
%
%
% Document body
%
%
\begin{document}
% Select language of logo and footer text
% \selectlanguage{ngerman}
\begin{frame}[plain]
\maketitle
\end{frame}
\begin{frame}[t]
\frametitle{Overview}
\tableofcontents
\end{frame}
\setnextsection{0}
%\input{sections/01_background_and_intro.tex}
\input{sections/02_proposed_ideas.tex}
\input{sections/03_simulation_results.tex}
%\input{sections/04_discussion.tex}
\input{sections/05_conclusion.tex}
\input{sections/question_slide.tex}
\end{document}