From 69ecc24025597fe0afd8fa1d82d4bde8f23af926 Mon Sep 17 00:00:00 2001 From: Jeff Arnold Date: Sun, 16 Sep 2012 00:29:24 -0400 Subject: [PATCH] added source code for examples --- README.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 757e873..8feece8 100644 --- a/README.rst +++ b/README.rst @@ -84,7 +84,11 @@ Examples Some example slides (using the example slides from the Beamer documentation). -A light background with yellow accents. +A light background with yellow accents (the default). + +.. code:: latex + + \usecolortheme{solarized} .. image:: examples/example_yellow_light-1.png :scale: 50% @@ -94,6 +98,11 @@ A light background with yellow accents. A light background with blue accents. +.. code:: latex + + \usecolortheme[accent=blue]{solarized} + + .. image:: examples/example_blue_light-1.png :scale: 50% @@ -102,6 +111,10 @@ A light background with blue accents. A dark background with yellow accents. +.. code:: latex + + \usecolortheme[dark]{solarized} + .. image:: examples/example_yellow_dark-1.png :scale: 50%