From 008d2fe3feb6c2b4069ce3ac6dac6c10640bc3ee Mon Sep 17 00:00:00 2001 From: John Ogness Date: Fri, 13 Jul 2018 08:54:48 +0200 Subject: 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 --- configbeamer.tex | 1 + 1 file changed, 1 insertion(+) (limited to 'configbeamer.tex') 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} -- cgit v1.2.3