\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} % % % Custom commands % % \input{lib/latex-common/common.tex} \pgfplotsset{colorscheme/cel} \input{common.tex} \newcommand{\lineintext}[1]{% \begin{tikzpicture} \draw[#1] (0,0) -- (1.5em,0); % Dummy node taking up the space of a letter to fix spacing \node[outer sep=0, inner sep=0] () at (0.75em,0) {\phantom{a}}; \end{tikzpicture}% } % % % 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} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{frame}[t] \frametitle{Overview} \vspace*{-5mm} \begin{itemize} \item Paper by Maiwald, \emph{et al}. \citereference{Mai21} \end{itemize} \begin{figure}[h] \centering \begin{subfigure}{0.33\textwidth} \centering \fbox{\includegraphics[page=1,width=.6\textwidth]{res/mixer_paper}} \end{subfigure}% \begin{subfigure}{0.33\textwidth} \centering \fbox{\includegraphics[page=2,width=.6\textwidth]{res/mixer_paper}} \end{subfigure}% \begin{subfigure}{0.33\textwidth} \centering \fbox{\includegraphics[page=3,width=.6\textwidth]{res/mixer_paper}} \end{subfigure}% \end{figure} \begin{itemize} \item Spec 1 \item Spec 2 \item Spec 3 \end{itemize} \bigskip \addreference{Mai21}{T. Maiwald et al., "A Broadband Zero-IF Down-Conversion Mixer in 130 nm SiGe BiCMOS for Beyond 5G Communication Systems in D-Band," in IEEE Transactions on Circuits and Systems II: Express Briefs, vol. 68, no. 7, pp. 2277-2281, July 2021} \end{frame} %\input{sections/theoretical_background.tex} %\input{sections/lp_dec_using_admm.tex} %\input{sections/proximal_decoding.tex} %\input{sections/question_slide.tex} %\input{sections/appendix.tex} \end{document}