Skip to content

Commit

Permalink
Merge pull request #81 from learningequality/new_pdf_cover
Browse files Browse the repository at this point in the history
added high-res PDF for coverpage
  • Loading branch information
Benjamin Balder Bach committed Feb 14, 2020
2 parents 0e1f9f7 + ee07f1e commit 337d47a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ def setup(app):
\newcommand{\chapterquote}[2]{\epigraphhead[60]{\epigraph{\textit{#1}}{\textbf {\textit{--#2}}}}}
%%%%%%%%%%% Quote for all places except Chapter
\newcommand{\sectionquote}[2]{{\quote{\textit{``#1''}}{\textbf {\textit{--#2}}}}}
''',

'maketitle': r'''
Expand Down Expand Up @@ -372,11 +373,11 @@ def setup(app):
\begin{titlepage}
\centering
\vspace*{20mm} %%% * is used to give space from top
\vspace*{80mm} %%% * is used to give space from top
\begin{figure}[!h]
\centering
\includegraphics[scale=0.75]{logo.png}
\includegraphics[width=0.95\textwidth]{kolibri-contexts.pdf}
\end{figure}
\vspace{0mm}
Expand Down Expand Up @@ -449,7 +450,7 @@ def setup(app):
# The name of an image file (relative to this directory) to place at the top of
# the title page.
#latex_logo = None
latex_logo = 'logo.png'
latex_logo = 'kolibri-contexts.pdf'

# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
Expand Down
Binary file added docs/kolibri-contexts.pdf
Binary file not shown.

0 comments on commit 337d47a

Please sign in to comment.