diff --git a/README.md b/README.md index de760c5..3a0bd11 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,13 @@ Thus to compile the demo with `make` you must * have a usable TikZ installation, and * install the Python package [Pygments](http://pygments.org/) (`pip install pygments`). + ### Package options * `titleprogressbar` adds a thin progress bar similar to the section progress - bar underneath *each* slide. + bar underneath *each* frame title + + ![Progressbar](http://i.imgur.com/4BXHU4K.png) ### Commands @@ -29,12 +32,15 @@ Thus to compile the demo with `make` you must * `\plain{title=[]}{body}` sets a slide in plain dark colors. + ### pgfplot styles The beamer theme also contains pre-defined pgfplot styles. Use the `mlineplot` key to plot line data and `mbarplot` or `horizontal mbarplot` to plot bar charts. +![Charts](http://i.imgur.com/yuEqU3j.png) + ### License diff --git a/demo.pdf b/demo.pdf index 951a915..e750c34 100644 Binary files a/demo.pdf and b/demo.pdf differ