Skip to content

Commit 47c71d0

Browse files
committed
Add vector decoration
1 parent 4547ac6 commit 47c71d0

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

beamerinnerthemepolimi.sty

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
\fi
1919
};
2020
\fi
21-
\node at ([shift={(0, -0.1)}] foot.north) {\includegraphics[width=0.99\paperwidth]{decoration.png}};
21+
\node at ([shift={(0, -0.1)}] foot.north) {\includegraphics[width=\paperwidth]{decoration.pdf}};
2222
\end{tikzpicture}
2323
\else
2424
\begin{tikzpicture}[overlay, remember picture]
2525
\node (head) at (current page.north) [anchor=north, minimum width=\paperwidth, minimum height=0.1835\paperheight, fill=bluePolimi] {};
26-
\node at ([shift={(0, 0.1)}] head.south) {\includegraphics[width=0.99\paperwidth]{decoration.png}};
26+
\node at ([shift={(0, 0.1)}] head.south) {\includegraphics[width=\paperwidth]{decoration.pdf}};
2727
\node (foot) at (current page.south) [anchor=south, minimum width=\paperwidth, minimum height=0.105\paperheight, fill=bluePolimi] {};
2828
\end{tikzpicture}
2929
\fi
@@ -73,7 +73,7 @@
7373
\defbeamertemplate*{section page}{polimi}{
7474
\begin{tikzpicture}[overlay, remember picture]
7575
\node (foot) at (current page.south) [anchor=south, minimum width=\paperwidth, minimum height=0.4415\paperheight, fill=bluePolimi] {};
76-
\node at ([shift={(0, -0.1)}] foot.north) {\includegraphics[width=0.99\paperwidth]{decoration.png}};
76+
\node at ([shift={(0, -0.1)}] foot.north) {\includegraphics[width=\paperwidth]{decoration.pdf}};
7777
\path let \p1 = ([shift={(0, 0.105\paperheight+0.25)}] current page.south west), \p2 = (current page.east) in (\x1, \y1) edge [white, line width=0.5] (\x2, \y1);
7878
\node at ([shift={(\xshift, 3.5)}] current page.south west) [anchor=north west, inner sep=0pt, text width=\textwidth+1cm]
7979
{
@@ -88,7 +88,7 @@
8888
\defbeamertemplate*{subsection page}{polimi}{
8989
\begin{tikzpicture}[overlay, remember picture]
9090
\node (foot) at (current page.south) [anchor=south, minimum width=\paperwidth, minimum height=0.4415\paperheight, fill=bluePolimi] {};
91-
\node at ([shift={(0, -0.1)}] foot.north) {\includegraphics[width=0.99\paperwidth]{decoration.png}};
91+
\node at ([shift={(0, -0.1)}] foot.north) {\includegraphics[width=\paperwidth]{decoration.pdf}};
9292
\path let \p1 = ([shift={(0, 0.105\paperheight+0.25)}] current page.south east), \p2 = (current page.west) in (\paperwidth,\y1) edge [white, line width=0.5] (\x2,\y1);
9393
\node at ([shift={(\xshift, 3.5)}] current page.south west) [anchor=north west, inner sep=0pt, text width=\textwidth+1cm]
9494
{

beamerthemepolimi_img/decoration.pdf

768 KB
Binary file not shown.

beamerthemepolimi_img/decoration.png

-1.59 KB
Binary file not shown.

demo-bgphoto.jpg

-4.92 KB
Loading

demo-bgwhite.jpg

1.34 KB
Loading

demo-sectionpage.jpg

-4.76 KB
Loading

demo-slide.jpg

105 Bytes
Loading

demo.pdf

726 KB
Binary file not shown.

0 commit comments

Comments
 (0)