diff options
| author | John Ogness <john.ogness@linutronix.de> | 2018-04-19 11:02:34 +0200 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-04-19 11:02:34 +0200 |
| commit | 6c4b8bc457831a351875ec1415d37ccb471bfc20 (patch) | |
| tree | 186abc267578a0d0f0d126a58b78b7afa4550b3b | |
| parent | 7c0a8d20c8b3a2214d467d74380b1a4a0c44eed6 (diff) | |
configpres: add fancyvrb package use
The "fancyvrb" package is needed by the minicoredumper presentation. This
is quite a nice package for marking up text. Perhaps other presentations
will start using it also.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
| -rw-r--r-- | configpres.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configpres.tex b/configpres.tex index 924b459..2e979e7 100644 --- a/configpres.tex +++ b/configpres.tex @@ -8,6 +8,7 @@ \usepackage{listings,color} \usepackage{graphicx} \usepackage{xltxtra,fontspec,xunicode} +\usepackage{fancyvrb} \usepackage{lxextras} \defaultfontfeatures{Scale=MatchLowercase} |
