Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
abjarna committed May 27, 2024
1 parent c1697d1 commit 7b52270
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion rit/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,14 @@
html_theme = 'sphinx_book_theme'
html_static_path = ['_static']


# -- Options for LaTeX output ------------------------------------------------
latex_engine = 'pdflatex'
latex_elements = {
'papersize': 'a4paper',
'babel': '\\usepackage[icelandic]{babel}',
'fontpkg': '',
'fncychap': '\\usepackage[Sonny]{fncychap}',
'figure_align': 'htbp',
}
latex_use_xindy = True
latex_theme = 'book'

0 comments on commit 7b52270

Please sign in to comment.