summaryrefslogtreecommitdiff
path: root/configbeamer.tex
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2018-07-13 08:54:48 +0200
committerJohn Ogness <john.ogness@linutronix.de>2018-07-13 08:54:48 +0200
commit008d2fe3feb6c2b4069ce3ac6dac6c10640bc3ee (patch)
tree292ec998bb35e876c10696a9d9ee6cc8fc9e8e62 /configbeamer.tex
parent1169983c69a673edd3fbf7ff6e2f3ed66645b4ab (diff)
config.tex: add subfig package usage
The Jailhouse presentation uses "subfloat" to place 2 images next to each other. This requires the "subfig" package. It looks nice, so maybe other presentations will start using it to put things next to each other. Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'configbeamer.tex')
-rw-r--r--configbeamer.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/configbeamer.tex b/configbeamer.tex
index 70a415a..f77f5f3 100644
--- a/configbeamer.tex
+++ b/configbeamer.tex
@@ -6,6 +6,7 @@
\usepackage{polyglossia}
\usepackage{amsmath,amssymb}
\usepackage{listings,color}
+\usepackage{subfig}
\usepackage{graphicx}
\usepackage{xltxtra,fontspec,xunicode}
\usepackage{fancyvrb}