From de8c1bd028386653105d12300926af356612c97d Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Tue, 30 Nov 2010 00:31:03 -0500 Subject: Make new docs icons work with pdf book --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index a4b1ffbba..6ef9ff67b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -307,8 +307,8 @@ _PREAMBLE = r""" \renewenvironment{notice}[2]{% \origbeginnotice{#1}{}% equivalent to original \begin{notice}{#1}{#2} % load graphics - \ifthenelse{\equal{#1}{warning}}{\includegraphics{exclaim.png}}{} - \ifthenelse{\equal{#1}{note}}{\includegraphics{info.png}}{} + \ifthenelse{\equal{#1}{warning}}{\includegraphics{latex-warning.png}}{} + \ifthenelse{\equal{#1}{note}}{\includegraphics{latex-note.png}}{} % etc. }{% \origendnotice% equivalent to original \end{notice} -- cgit v1.2.3