diff --git a/CHANGELOG.md b/CHANGELOG.md index 014b031..802adc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ # Changelog All changes of this template is documented in this file. + +## [2025.11 changes] +- Minor fix involving the interaction between the template and the minted package +- Add an example where the .tex file is not directly in the template folder + ## [2025.10 changes] - Changed the normal size to 23pt - Set tikz arrows to latex - Fix the font size of subsubitems + ## [2025.08.28 v1.0.1] CEL citation style - Simplified \addreference(s) and \citereference by using \supercite and \fullcite - TODO: integrate the \supercite from the old CEL template diff --git a/example_as_template/introduction.tex b/example_as_template/introduction.tex new file mode 100644 index 0000000..677dfc2 --- /dev/null +++ b/example_as_template/introduction.tex @@ -0,0 +1,524 @@ +% Here we showcase how you can use the CEL-KIT template in the case where the main .tex file is not inside the template directory +% The location of the main .tex file is arbitrary, it can also be "outside" the template directory +% Necessary/possible changes are indicated with %% CHANGE + + +%%%%%%%%%%% CEL beamer class %%%%%%%%%%%%%%% +\documentclass[overviewatsection, showsubsectionsatfirstoverview]{../CELbeamer} %% CHANGE +%% default options: en, helvet, bigfoot (12pt) +%% other options: de, franklin, smallfoot (11pt), navbaron, kitgrid, handout, +%% spaceforface, overviewatsection, showsubsectionsatfirstoverview + +%%%%%%%%%%% Load packages (from previous CEL template %%%%%%%%%%%%%%% +\newcommand{\templates}{..} %% CHANGE +\input{\templates/preambles/packages.tex} +\input{\templates/preambles/macros.tex} + +%%%%%%%%%%% Provide path for graphics inside template folder +% The directory of the main .tex is always searched; this line also tells to search inside the template directory (e.g. \templates/logos/ etc.) +% Include custom directories by doing \graphicspath{{./images1/}{./images2/}} +\graphicspath{{\templates}} %% CHANGE + +% \showallatfirstoverviewfalse % uncomment to not show all sections at the first section + +%%%%%%%%%%% Group info: logo must be in the directory logos/ %%%%%%%%%%%%%%% +%% If no group logo is desired, please call \grouplogo{} +\grouplogo{CEL_logo.pdf} + +%% Group name and width (default: 89 mm) +\groupname{Communication Engineering Lab (CEL)} +% \groupname{} +\groupnamewidth{80mm} % addjust this to change the distance between the group name and the group logo in the footer + +%%%%%%%%%%%% Funding logos: logos must be in logos/Funding-logos %%%%%%%%%%%%%% +%% If no funding logos are desired, please call \fundinglogos{} +% \fundinglogos{} +\fundinglogos{bmbf_logo_en, dfg_logo} % add funding logos here +% erc_logo, bmbf_logo_en, BMFTR_en_crop, bmwk_logo, logo_jupyter + +%%%%%%%%%%%% Presentation Meta Data %%%%%%%%%%%%%%%%%%%% +\title[short title]{Title: Presentation with \emph{CEL} template} +\subtitle{Subtitle: An Introduction to CELbeamer.cls} +\author[Doe, Liu \& Schmalen]{\underline{Jone Doe}, Hedongliang Liu and Laurent Schmalen} +\date[]{\today} + +% Reference .bib file +\addbibresource{presentation.bib} + +\usepackage{lipsum} + +\begin{document} + +% Start of the presentation +% Title page + +% KA palace north +\begin{frame}[title white vertical, picture=images/castle_1] + \titlepage +\end{frame} +\begin{frame}[title white vertical, picture=images/castle_2] + \titlepage +\end{frame} + +\section{Basic Usage} +\subsection{Options} +\begin{frame}{Usages Options} + The following options can be used by putting the \texttt{