Skip to content

Commit a35a97e

Browse files
committed
Merge branch '0.12-maintenance' into 1.0-maintenance
2 parents 7201190 + 1c2a2cd commit a35a97e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/flaskstyle.sty

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
\definecolor{TitleColor}{rgb}{0,0,0}
22
\definecolor{InnerLinkColor}{rgb}{0,0,0}
33

4+
% Replace Unicode character 'PARTY POPPER' (U+1F389) with a non-breaking space.
5+
% pdfLaTeX doesn't support Unicode.
6+
\DeclareUnicodeCharacter{1F389}{\nobreakspace}
7+
48
\renewcommand{\maketitle}{%
59
\begin{titlepage}%
610
\let\footnotesize\small
711
\let\footnoterule\relax
8-
\ifsphinxpdfoutput
12+
% Apply following fix only on PDF output, i.e. pdfoutput macro is not
13+
% undefined
14+
\ifx\pdfoutput\undefined\else
915
\begingroup
1016
% This \def is required to deal with multi-line authors; it
1117
% changes \\ to ', ' (comma-space), making it pass muster for

0 commit comments

Comments
 (0)