Skip to content

Commit c83d39d

Browse files
committed
changed the cover
1 parent 81543c7 commit c83d39d

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

_static/Large_Book_cover.pdf

-1.51 MB
Binary file not shown.

_static/cover.pdf

834 KB
Binary file not shown.

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192

193193
# The name of an image file (relative to this directory) to place at the top of
194194
# the title page.
195-
latex_logo = '_static/Large_Book_cover.pdf'
196-
latex_additional_files = ['flaskstyle.sty', '_static/Large_Book_cover.pdf']
195+
latex_logo = '_static/cover.pdf'
196+
latex_additional_files = ['flaskstyle.sty', '_static/cover.pdf']
197197

198198
# For "manual" documents, if this is true, then toplevel headings are parts,
199199
# not chapters.

flaskstyle.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
\renewcommand{\maketitle}{%
1313

1414
\begin{titlepage}
15-
\includepdf[pages={1}]{Large_Book_cover.pdf}
15+
\includepdf[pages={1}]{cover.pdf}
1616

1717
\end{titlepage}
1818
\restoregeometry % restores the geometry

0 commit comments

Comments
 (0)