From 2bcd424b4bc923cbf78efa91347ac82b26681737 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Thu, 10 Mar 2016 11:48:15 -0500 Subject: Switch to using Minted and splitting long lines in verbatim. --- common/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/conf.py') diff --git a/common/conf.py b/common/conf.py index 821d338..b39de19 100644 --- a/common/conf.py +++ b/common/conf.py @@ -182,7 +182,7 @@ latex_elements = { } -latex_additional_files = ['../common/rtemsstyle.sty', '../common/logo.pdf'] +latex_additional_files = ['../common/rtemsstyle.sty', '../common/minted.sty', '../common/logo.pdf'] latex_use_modindex = False -- cgit v1.2.3