Minor fix to latex sphinx build configuration.

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.
This commit is contained in:
Jan de Muijnck-Hughes 2020-03-10 14:12:11 +00:00
parent bbd0f286c2
commit bc8926c1b9
2 changed files with 3 additions and 2 deletions

View File

@ -251,6 +251,7 @@ latex_elements = {
# Additional stuff for the LaTeX preamble.
'preamble': r'''
\usepackage{lmodern}
\usepackage{textalpha}
\usepackage[T1]{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage{titlesec}
@ -300,8 +301,8 @@ latex_elements = {
# (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'),
]

Binary file not shown.