summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamer/doc/themeexamples/beamerthememakeexamples.sh
blob: 7fa8ccca0458b291385d0c9f1c90804d5721c4b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#$/bin/sh

for i in \
  Antibes Berkeley Berlin Copenhagen Darmstadt \
  Dresden Goettingen Hannover Ilmenau JuanLesPins \
  Luebeck Malmoe Marburg Montpellier PaloAlto \
  Pittsburgh Rochester Singapore Szeged Warsaw; do 
  pdflatex \\def\\theme\{"$i"\}\\input beamerthemeexample.tex;
  mv beamerthemeexample.pdf beameruserguideexample"$i".pdf;
done