lamme2024-scientific-project/sty/lamme2024.sty

88 lines
1.7 KiB
Plaintext
Raw Normal View History

2024-03-27 19:51:22 +01:00
\usepackage{scrhack}
2024-03-21 19:36:09 +01:00
% Font
\usepackage{fontspec}
\setmainfont{TeX Gyre Termes} % Times New Roman alternative
\usepackage{setspace}
\onehalfspacing % 1.5 interline spacing
\defaultfontfeatures[\rmfamily,\sffamily]{Ligatures=TeX}
% Float
\RequirePackage{graphicx}
\RequirePackage{float}
\RequirePackage{caption}
\RequirePackage{subcaption}
\RequirePackage{xcolor}
2024-03-21 19:36:09 +01:00
\RequirePackage{csquotes}
\RequirePackage[english]{babel}
% Math
\RequirePackage{amsmath}
\RequirePackage{amsthm}
\RequirePackage{amssymb}
\usepackage{enumitem}
\usepackage{lipsum}
% References
\usepackage[
maxcitenames=2,
style=authoryear-comp,
backend=biber,
citestyle=authoryear-comp,
natbib=true
]{biblatex}
2024-03-21 19:36:09 +01:00
%\RequirePackage{doi}
%\RequirePackage{xurl}
\RequirePackage{orcidlink}
\RequirePackage[
type={CC},
modifier={by-sa},
version={4.0},
]{doclicense}
\RequirePackage[
nameinlink,
noabbrev
]{cleveref}
\usepackage[
abbreviations, % create "abbreviations" glossary
%nomain, % don't create "main" glossary
stylemods=longbooktabs, % do the adjustments for the longbooktabs styles,
automake
]{glossaries-extra}
2024-03-21 19:36:09 +01:00
\usepackage{hyperref}
% Force text on right side, float on left side
% \usepackage{sty/floatlefttextright}
\renewcommand\maketitle{\include{titlepage}}
% Abstract
2024-03-27 19:51:22 +01:00
\providecommand{\myabstractname}{Abstract} % not in scrbook class
\newenvironment{myabstract}[1]{%
\hrule
\vspace{0.25cm}
\small\textbf{\myabstractname: }
%\small\emph #1 % emph takes an argument
\small\emph{#1} % or \small\textit{#1}
\itshape % use this if you want the text to be in italics
}{%
\newline\hrule
\vspace{0.6cm}
}
2024-03-27 19:51:22 +01:00
\hypersetup{
hidelinks
}
\renewcommand*{\mkbibnamefamily}[1]{\textsc{#1}}
\renewcommand*{\mkbibnameprefix}[1]{\textsc{#1}}