diff --git a/rit/conf.py b/rit/conf.py index 039eb54..c1643ed 100644 --- a/rit/conf.py +++ b/rit/conf.py @@ -30,8 +30,9 @@ # -- Options for LaTeX output ------------------------------------------------ latex_engine = 'pdflatex' latex_elements = { - 'papersize': 'a4paper', 'babel': '\\usepackage[icelandic]{babel}', + 'papersize': 'a4paper', + 'fontpkg': '', } latex_theme = 'book' \ No newline at end of file