Webブラウザでプレゼン

PowerPointがインストールされていないパソコンがあっても、Webブラウザがインストールされていないパソコンはそれ程多くないだろう。
Webでそのまま公開出来るのが良い。
HTMLファイルに

<meta http-equiv="content-type" content="text/html; charset=euc-jp">

を念のため追加する事を忘れないように。
pretty.css

.slide ol {margin-left: 5%; margin-right: 7%; list-style: decimal;}
.slide ol ol {line-height: 1;}
.slide ol ol li {margin: .2em; font-size: 85%; list-style: lower-alpha;}

を追加。