summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fancyslides/doc/example.tex
blob: d667fdf05124c39103dc466291fc7650a2f162ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
\documentclass{fancyslides} 
\usepackage[utf8]{inputenc}
\usepackage{times}


%%% Beamer settings (do not change)
\usetheme{default} 
\setbeamertemplate{navigation symbols}{} %no navigation symbols
\setbeamercolor{structure}{fg=\yourowntexcol} 
\setbeamercolor{normal text}{fg=\yourowntexcol} 



%%%%%%%%%%%%%%%%%%%%%%%%%
%%% CUSTOMISATIONS %%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%

%%%% SLIDE ELEMENTS
\newcommand{\structureopacity}{0.75} %opacity for the structure elements (boxes and dots)
\newcommand{\strcolor}{blue} %elements colour (predefined blue; orange; green)

%%%% TEXT COLOUR
\newcommand{\yourowntexcol}{white}



%%%%%%%%%%%%%%%%%%%%%%%%%
%%% TITLE SLIDE DATA %%%%
%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\titlephrase}{MAKE YOUR POINT CLEAR WITH FANCYSLIDES}
\newcommand{\name}{Your Name}
\newcommand{\affil}{Company}
\newcommand{\email}{your.email@domain.com}





\begin{document}







\startingslide %this generates titlepage from the data above




\fbckg{1}
\begin{frame}
\pointedsl{your point}
\end{frame}


\fbckg{2}
\begin{frame}
\framedsl{explained clearly}
\end{frame}


\fbckg{2}
\begin{frame}
\itemized{
\item BEAMER EASE OF USE
\item MODERN LOOK \& FEEL
}
\end{frame}






\fbckg{2}
\begin{frame}
\framedsl{\pitem{pointed slogan} \pitem{framed slogan} \fitem{beamer features}}
\end{frame}







\fbckg{1}
\begin{frame}
  \thankyou   %%%% ending slide with thank you notice
\end{frame}





\fbckg{blank}
\begin{frame}
\sources{
\includegraphics[scale=0.048]{1} \ flickr/lovelornpoets\\
\includegraphics[scale=0.2]{2} \ flickr/apsmuseum
}
\end{frame}


\end{document}