Skip to content

Commit

Permalink
Minor fix to latex sphinx build configuration.
Browse files Browse the repository at this point in the history
Build was failing locally with \textlambda not being found. Added new package for fix.

Changed name of generated pdf to match project name, and removed second PDF file in list. This hopefuly will make RTD build again...

Update PDF of tutorial in source repository.
  • Loading branch information
jfdm committed Mar 10, 2020
1 parent bbd0f28 commit bc8926c
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 bc8926c

Please sign in to comment.