Skip to content

Commit

Permalink
Merge pull request #4823 from jfdm/doc-fixes
Browse files Browse the repository at this point in the history
Minor fix to latex sphinx build configuration.
  • Loading branch information
jfdm committed Mar 10, 2020
2 parents bbd0f28 + bc8926c commit b7a191b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@
# Additional stuff for the LaTeX preamble.
'preamble': r'''
\usepackage{lmodern}
\usepackage{textalpha}
\usepackage[T1]{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage{titlesec}
Expand Down Expand Up @@ -300,8 +301,8 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'idris-documentation-complete.tex', u'Documentation for the Idris Language', u'The Idris Community', 'report'),
('tutorial/index', 'idris-tutorial.tex', u'The Idris Tutorial', u'The Idris Community', 'howto'),
(master_doc, 'idris.tex', u'Documentation for the Idris Language', u'The Idris Community', 'report')
, ('tutorial/index', 'idris-tutorial.tex', u'The Idris Tutorial', u'The Idris Community', 'howto'),
]


Expand Down
Binary file modified idris-tutorial.pdf
Binary file not shown.

0 comments on commit b7a191b

Please sign in to comment.