Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
3cd356c9
...
3cd356c910396c3ba1e6a015b3da0dd149285a56
authored
2013-07-29 01:10:51 -0700
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #553 from mickaelandrieu/master
PDF Generation for CasperJs documentation
2 parents
f2a65c66
5947f9aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
docs/conf.py
docs/conf.py
View file @
3cd356c
...
...
@@ -184,10 +184,10 @@ htmlhelp_basename = 'casper-docs'
latex_elements
=
{
# The paper size ('letterpaper' or 'a4paper').
#
'papersize': 'letterpaper',
'papersize'
:
'letterpaper'
,
# The font size ('10pt', '11pt' or '12pt').
#
'pointsize': '10pt',
'pointsize'
:
'10pt'
,
# Additional stuff for the LaTeX preamble.
#'preamble': '',
...
...
@@ -195,9 +195,10 @@ latex_elements = {
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
# latex_documents = [
# (),
# ]
latex_documents
=
[
(
'index'
,
'casperjs.tex'
,
'CasperJs Documentation'
,
'Nicolas Perriault'
,
'manual'
),
]
# The name of an image file (relative to this directory) to place at the top of
# the title page.
...
...
Please
register
or
sign in
to post a comment