diff options
| author | John Ogness <john.ogness@linutronix.de> | 2018-07-13 08:54:48 +0200 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-07-13 08:54:48 +0200 |
| commit | 008d2fe3feb6c2b4069ce3ac6dac6c10640bc3ee (patch) | |
| tree | 292ec998bb35e876c10696a9d9ee6cc8fc9e8e62 /configprint.tex | |
| parent | 1169983c69a673edd3fbf7ff6e2f3ed66645b4ab (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 'configprint.tex')
| -rw-r--r-- | configprint.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configprint.tex b/configprint.tex index b04ade2..576c7c1 100644 --- a/configprint.tex +++ b/configprint.tex @@ -6,6 +6,7 @@ \usepackage{polyglossia} \usepackage{amsmath,amssymb} \usepackage{listings,color} +\usepackage{subfig} \usepackage{graphicx} \usepackage{xltxtra,fontspec,xunicode} \usepackage{fancyvrb} |
