msc-drozdz/config.tex

17 lines
506 B
TeX
Raw Normal View History

2021-10-18 21:37:05 +02:00
% In this file some settings are passed from cookiecutter to LaTeX.
% Do not edit this file, but rather change .cookiecutter.yml and
% re-apply the template.
% whether an appendix was created
\newif\ifwithappendix
\withappendixfalse
% whether the appendix will actually be shown;
% note: in some template, the appendix cannot be rendered,
% you can use this conditional to change the content of your paper
% (for instance, to remove parts like "see Appendix")
\newif\ifappendixshown
\appendixshowntrue