mirror of
https://gitlab.kit.edu/kit/cel/misc/cel-slides-template-2025.git
synced 2025-12-13 06:34:40 +00:00
61 lines
2.0 KiB
TeX
61 lines
2.0 KiB
TeX
|
|
%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Boolean settings
|
|
%
|
|
\newboolean{EnglishLanguage}
|
|
\booltrue{EnglishLanguage}
|
|
|
|
\newbool{right_align_logos_on_title}
|
|
\boolfalse{right_align_logos_on_title}
|
|
|
|
% leave some space for the face in case we want to make a recording with ourselves on the slide. Use \booltrue{space_for_face} to allow for the space
|
|
\newbool{space_for_face}
|
|
\boolfalse{space_for_face}
|
|
|
|
% typeset subitems in smaller font, default is off
|
|
\newbool{small_subitems}
|
|
\boolfalse{small_subitems}
|
|
|
|
% hide author names in footer
|
|
\newbool{hide_author_in_footer}
|
|
\boolfalse{hide_author_in_footer}
|
|
|
|
% show CEL logo on title page
|
|
\newbool{cel_on_title}
|
|
\boolfalse{cel_on_title}
|
|
|
|
% show ERC logo on title page (include if paper contains acknowledgment to ERC funding)
|
|
\newbool{erc_on_title}
|
|
\booltrue{erc_on_title}
|
|
|
|
% show DFG logo on title page (include if paper contains acknowledgment to DFG funding)
|
|
\newbool{dfg_on_title}
|
|
\booltrue{dfg_on_title}
|
|
|
|
% show BMFTR logo on title page (include if paper contains acknowledgment to BMFTR/BMBF funding)
|
|
% ATTENTION: BMBF logo is deprecated, please do not use anymore unless explicitly stated
|
|
\newbool{bmftr_on_title}
|
|
\booltrue{bmftr_on_title}
|
|
|
|
% show BMWi logo on title page (include if paper contains acknowledgment to BMWi funding)
|
|
\newbool{bmwi_on_title}
|
|
\booltrue{bmwi_on_title}
|
|
|
|
% to have compatibility with the legacy template
|
|
% if you have legacy slides, please remove this, as it uses a redefinition of the footnotesize command. Prefer to have it correctly.
|
|
% If you want to use full flexibility, keep these two lines as they are
|
|
\newbool{use_real_footnotesize}
|
|
\booltrue{use_real_footnotesize}
|
|
|
|
% get a a table of contents at the beginning of each subsection
|
|
\newbool{overview_at_subsection}
|
|
\booltrue{overview_at_subsection}
|
|
|
|
% print first table of contents without any shading
|
|
\newbool{first_overview_unshaded}
|
|
\boolfalse{first_overview_unshaded}
|
|
|
|
% set this to true if not using \supercite, otherwise set to false
|
|
\newbool{use_legacy_citations}
|
|
\boolfalse{use_legacy_citations} % set it to false, since this example contains \supercite
|