february 2026 updates

This commit is contained in:
khannurien
2026-02-10 16:54:57 +01:00
parent 039ad357bb
commit 936b389832
5 changed files with 59 additions and 30 deletions

View File

@@ -4,10 +4,6 @@
% Settings %
%%%%%%%%%%%%
% Encoding
\RequirePackage[utf8]{inputenc}
% Font
% \RequirePackage{lmodern}
@@ -21,7 +17,6 @@
\RequirePackage{geometry}
\RequirePackage{fancyhdr}
\RequirePackage[bottom]{footmisc}
\RequirePackage{lscape}
\geometry{margin=2.5cm}
@@ -31,6 +26,8 @@
\fancyfoot[C]{\thepage}
\renewcommand*{\headrulewidth}{0pt}
\RequirePackage{pdflscape}
% Code blocks
\RequirePackage[newfloat]{minted}
@@ -48,6 +45,7 @@
\RequirePackage{eurosym}
\RequirePackage[parfill]{parskip}
\RequirePackage[dvipsnames]{xcolor}
\RequirePackage{soul}
% Links
@@ -83,6 +81,10 @@
\RequirePackage{circledsteps}
\pgfkeys{/csteps/inner color=white}
\pgfkeys{/csteps/fill color=black}
\RequirePackage{pifont}
\newcommand{\cmark}{{\color{YellowGreen}\ding{51}}}
\newcommand{\xmark}{{\color{BrickRed}\ding{55}}}
\newcommand{\imark}{{\color{Orange}\ding{109}}}
% Figures
@@ -98,11 +100,28 @@
\RequirePackage{booktabs}
\RequirePackage{tabularx}
\RequirePackage{multirow}
\RequirePackage{longtable}
\RequirePackage{geometry}
\RequirePackage{array}
\setlength{\extrarowheight}{1pt}
\renewcommand{\arraystretch}{1.1}
\newcolumntype{Z}{>{\centering\arraybackslash}X} % Tabular text-wrapping column
\renewcommand\tabularxcolumn[1]{m{#1}} % Vertical centering of text in X columns
% dynamic columns
\newcolumntype{B}{>{\hsize=1.3\hsize}X}
\newcolumntype{C}{>{\hsize=.2\hsize}X}
\newcolumntype{s}{>{\hsize=.5\hsize}X}
% various tabular columns with text wrapping
\newcolumntype{L}{>{\arraybackslash}m{\linewidth}}
\newcolumntype{M}{>{\centering\arraybackslash}m{0.33\linewidth}}
\newcolumntype{V}{>{\centering\arraybackslash}m{0.10\linewidth}}
\newcolumntype{Y}{>{\centering\arraybackslash}m{0.15\linewidth}}
\newcolumntype{z}{>{\centering\arraybackslash}m{0.20\linewidth}}
\newcolumntype{y}{>{\arraybackslash}m{0.15\linewidth}}
% generic horizontally centered column with line breaks
\newcolumntype{Z}{>{\centering\arraybackslash}X}
% vertical centering of text in all tabularx columns
\renewcommand\tabularxcolumn[1]{m{#1}}
% Algorithms
@@ -247,15 +266,15 @@
% In-PDF comments
\newboolean{showcomments}
\setboolean{showcomments}{true}
% \newboolean{showcomments}
% \setboolean{showcomments}{true}
\ifthenelse{\boolean{showcomments}}
{ \newcommand{\mynote}[3]{
\fbox{\bfseries\sffamily\scriptsize#1}
{\small$\blacktriangleright$\textsf{\emph{\color{#3}{#2}}}$\blacktriangleleft$}}}
{ \newcommand{\mynote}[3]{}}
\newcommand{\shrink}[1]{}
% \ifthenelse{\boolean{showcomments}}
% { \newcommand{\mynote}[3]{
% \fbox{\bfseries\sffamily\scriptsize#1}
% {\small$\blacktriangleright$\textsf{\emph{\color{#3}{#2}}}$\blacktriangleleft$}}}
% { \newcommand{\mynote}[3]{}}
% \newcommand{\shrink}[1]{}
\newcommand{\jb}[1]{\mynote{Jalil}{#1}{red}}
\newcommand{\vl}[1]{\mynote{Vincent}{#1}{blue}}
% \newcommand{\jb}[1]{\mynote{Jalil}{#1}{red}}
% \newcommand{\vl}[1]{\mynote{Vincent}{#1}{blue}}