We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7201190 + 1c2a2cd commit a35a97eCopy full SHA for a35a97e
docs/flaskstyle.sty
@@ -1,11 +1,17 @@
1
\definecolor{TitleColor}{rgb}{0,0,0}
2
\definecolor{InnerLinkColor}{rgb}{0,0,0}
3
4
+% Replace Unicode character 'PARTY POPPER' (U+1F389) with a non-breaking space.
5
+% pdfLaTeX doesn't support Unicode.
6
+\DeclareUnicodeCharacter{1F389}{\nobreakspace}
7
+
8
\renewcommand{\maketitle}{%
9
\begin{titlepage}%
10
\let\footnotesize\small
11
\let\footnoterule\relax
- \ifsphinxpdfoutput
12
+ % Apply following fix only on PDF output, i.e. pdfoutput macro is not
13
+ % undefined
14
+ \ifx\pdfoutput\undefined\else
15
\begingroup
16
% This \def is required to deal with multi-line authors; it
17
% changes \\ to ', ' (comma-space), making it pass muster for
0 commit comments