Skip to content

Commit

Permalink
hotfix: change paper size to a4paper
Browse files Browse the repository at this point in the history
reported in FT2z7/FT2z7c25vX
gucio321 committed Apr 21, 2024
1 parent 6033780 commit cb26e11
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
@@ -132,7 +132,7 @@ def defineLatexVar(varName : str, var : str) -> str:

latex_additional_files = ['resources/titlepage.cls', 'resources/logo_AGH.jpg']
latex_elements = {
'papersize': 'letterpaper',
'papersize': 'a4paper',
'pointsize': '10pt',
'preamble': r'''
\newcolumntype{L}{>{\raggedright\arraybackslash}X}

0 comments on commit cb26e11

Please sign in to comment.