Changeset 35 for docs/trunk/200711-tock-seminars
- Timestamp:
- Nov 23, 2007, 5:50:36 PM (18 years ago)
- Author:
- neil.c.c.brown
- Message:
-
Added a custom (outer) theme to the presentation, and reverted the inner theme to rectangles while I was at it. The new outer theme is like the tree
theme, but it removes the title (I didn't see the point in having Tock at the top of every slide - and 3 layers seemed too much) so there are now just
2 layers, and it right-aligns the section items (to avoid cluttering the top-left of the slide too much). Also removed that pointless (for us)
navigation bar from the bottom right.
- Location:
- docs/trunk/200711-tock-seminars
- Files:
-
- 1 added
- 2 edited
- 200711-tock-slides.tex (modified) (1 diff)
- Makefile (modified) (1 diff)
- beamerouterthemekenttree.sty (added)
Legend:
- Unmodified
- Added
- Removed
-
docs/trunk/200711-tock-seminars/200711-tock-slides.tex
r34 r35 14 14 \mode<presentation> 15 15 { 16 \usetheme{JuanLesPins} 16 \setbeamercolor{title in head/foot}{bg=KentBlue} 17 \setbeamercolor{section in head/foot}{bg=KentBlue} 18 \setbeamercolor{subsection in head/foot}{bg=KentBlue} 19 20 \useoutertheme{kenttree} 21 \usecolortheme{whale} 22 \usecolortheme{orchid} 23 \useinnertheme{rectangles} 24 25 \setbeamerfont{block title}{size={}} 26 17 27 \usecolortheme[named=KentBlue]{structure} 18 28 \setbeamercovered{transparent} 29 (追記) (追記ここまで) 30 (追記) % Suppress the navigation bar that usually appears in the bottom right: (追記ここまで) 31 (追記) \setbeamertemplate{navigation symbols}{} (追記ここまで) 19 32 } 20 33 -
docs/trunk/200711-tock-seminars/Makefile
r11 r35 5 5 pdflatex = pdflatex -interaction=nonstopmode 6 6 7 $(name).pdf: $(name).tex (削除) (削除ここまで)7 $(name).pdf: $(name).tex(追記) beamerouterthemekenttree.sty (追記ここまで) 8 8 $(pdflatex) $(name).tex 9 9 $(pdflatex) $(name).tex
Note:
See TracChangeset
for help on using the changeset viewer.