equal
deleted
inserted
replaced
1 \documentclass[dvipsnames,14pt,t]{beamer} |
1 \documentclass[dvipsnames,14pt,t]{beamer} |
2 \usepackage{../slides} |
2 \usepackage{../slides} |
3 \usepackage{../langs} |
3 \usepackage{../langs} |
4 \usepackage{../graphics} |
4 \usepackage{../graphics} |
5 \usepackage{../grammar} |
5 \usepackage{../grammar} |
6 |
6 \usepackage{soul} |
7 %\usepackage{soul} |
|
8 |
|
9 %\newcommand\hl[1]{% |
|
10 % \tikz[baseline,% |
|
11 % outer sep=-15pt, inner sep = 0pt% |
|
12 % ]% |
|
13 % \node[decorate,rectangle,fill=yellow,anchor=text]{#1};% |
|
14 %}% |
|
15 \newcommand{\hl}[1]{#1} |
|
16 |
7 |
17 % beamer stuff |
8 % beamer stuff |
18 \renewcommand{\slidecaption}{APP 09, King's College London} |
9 \renewcommand{\slidecaption}{APP 09, King's College London} |
19 \newcommand{\bl}[1]{\textcolor{blue}{#1}} |
10 \newcommand{\bl}[1]{\textcolor{blue}{#1}} |
20 |
11 |
1141 \end{column} |
1132 \end{column} |
1142 \end{columns}\bigskip\bigskip |
1133 \end{columns}\bigskip\bigskip |
1143 |
1134 |
1144 Replace all constants and variables by either |
1135 Replace all constants and variables by either |
1145 \pcode{+}, \pcode{-} or \pcode{0}. What we want to find out |
1136 \pcode{+}, \pcode{-} or \pcode{0}. What we want to find out |
1146 is what the sign of \texttt{a} and \texttt{n} is (they are |
1137 is what the sign of \texttt{a} and \texttt{n} is (they should |
1147 always positive). |
1138 always positive). |
1148 |
1139 |
1149 \end{frame} |
1140 \end{frame} |
1150 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
1141 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
1151 |
1142 |