Skip to content

Commit

Permalink
update font size to 12
Browse files Browse the repository at this point in the history
according to our feedbacks, we've decided to increase font size a bit
  • Loading branch information
gucio321 committed May 22, 2024
1 parent 78e3d69 commit 58903ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def defineLatexVar(varName : str, var : str) -> str:
latex_additional_files = ['resources/titlepage.cls', 'resources/logo_AGH.jpg']
latex_elements = {
'papersize': 'a4paper',
'pointsize': '10pt',
'pointsize': '12pt',
'preamble': r'''
\newcolumntype{L}{>{\raggedright\arraybackslash}X}
\ChRuleWidth{0pt}
Expand Down

0 comments on commit 58903ce

Please sign in to comment.