change font size of twelve days
This commit is contained in:
parent
4cf79797c6
commit
1043015186
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -168,7 +168,7 @@ fib n = fib (n - 2) + fib (n - 1)
|
|||
\frametitle{Advanced Example}
|
||||
|
||||
\lstinputlisting[
|
||||
basicstyle=\color{white}\fontsize{9pt}{9pt}\ttfamily
|
||||
basicstyle=\color{white}\fontsize{8pt}{8pt}\ttfamily
|
||||
]{12days.hs}
|
||||
|
||||
\end{frame}
|
||||
|
|
Loading…
Reference in a new issue