include amsmath in all themes

This commit is contained in:
Sina Atalay 2024-02-24 20:09:39 +01:00
parent 49f955e238
commit 01011741f0
2 changed files with 4 additions and 1 deletions

View File

@ -17,6 +17,7 @@
\definecolor{primaryColor}{RGB}{<<design.color.as_rgb_tuple()|join(", ")>>} % define primary color \definecolor{primaryColor}{RGB}{<<design.color.as_rgb_tuple()|join(", ")>>} % define primary color
\usepackage{enumitem} % for customizing lists \usepackage{enumitem} % for customizing lists
\usepackage{fontawesome5} % for using icons \usepackage{fontawesome5} % for using icons
\usepackage{amsmath} % for math
\usepackage[ \usepackage[
pdftitle={<<cv.name>>'s CV}, pdftitle={<<cv.name>>'s CV},
pdfauthor={<<cv.name>>}, pdfauthor={<<cv.name>>},
@ -27,7 +28,7 @@
\usepackage{calc} % for calculating lengths \usepackage{calc} % for calculating lengths
\usepackage{bookmark} % for bookmarks \usepackage{bookmark} % for bookmarks
\usepackage{lastpage} % for getting the total number of pages \usepackage{lastpage} % for getting the total number of pages
\usepackage[default, type1]{sourcesanspro} % for using source sans pro font \usepackage[default, type1]{sourcesanspro} % for using source sans 3 font
\usepackage{ifthen} \usepackage{ifthen}
% Some settings: % Some settings:

View File

@ -15,6 +15,8 @@
\nopagenumbers{} \nopagenumbers{}
((* endif *)) ((* endif *))
\usepackage{amsmath} % for math
% adjust the page margins % adjust the page margins
\usepackage[scale=<<design.content_scale>>]{geometry} \usepackage[scale=<<design.content_scale>>]{geometry}
\setlength{\hintscolumnwidth}{<<design.date_width>>} % if you want to change the width of the column with the dates \setlength{\hintscolumnwidth}{<<design.date_width>>} % if you want to change the width of the column with the dates