From 08fab97d81d2068b140b60f507d858aaa2085d86 Mon Sep 17 00:00:00 2001
From: Martijn Vermaat <martijn@vermaat.name>
Date: Mon, 16 May 2011 08:04:45 +0000
Subject: [PATCH] Merging r274 through r277 from trunk.

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@278 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
---
 doc/Presentation_24-02-11_HumGen_Mutalyzer2/lstBNF.tex    | 6 ++++++
 .../presentation.tex                                      | 8 +-------
 2 files changed, 7 insertions(+), 7 deletions(-)
 create mode 100644 doc/Presentation_24-02-11_HumGen_Mutalyzer2/lstBNF.tex

diff --git a/doc/Presentation_24-02-11_HumGen_Mutalyzer2/lstBNF.tex b/doc/Presentation_24-02-11_HumGen_Mutalyzer2/lstBNF.tex
new file mode 100644
index 00000000..fc6646ff
--- /dev/null
+++ b/doc/Presentation_24-02-11_HumGen_Mutalyzer2/lstBNF.tex
@@ -0,0 +1,6 @@
+\lstdefinelanguage{BNF}{
+  sensitive = true,
+  otherkeywords = {-,>,|,',`,?,(,)},
+  morestring = [b][keywordstyle]',
+  morecomment = [l]{\#},
+}
diff --git a/doc/Presentation_24-02-11_HumGen_Mutalyzer2/presentation.tex b/doc/Presentation_24-02-11_HumGen_Mutalyzer2/presentation.tex
index a7b29033..05ae1d95 100644
--- a/doc/Presentation_24-02-11_HumGen_Mutalyzer2/presentation.tex
+++ b/doc/Presentation_24-02-11_HumGen_Mutalyzer2/presentation.tex
@@ -35,13 +35,7 @@
 
 \newcommand{\bt}[1]{\texttt{\textbf{#1}}}
 
-\lstdefinelanguage{BNF}{
-  sensitive = true,
-  otherkeywords = {-,>,|,',`,?,(,)},
-  morestring = [b][keywordstyle]',
-  morecomment = [l]{\#},
-}
-
+\input{lstBNF}
 
 \newslideframe{TITLE}{ % Template for the title.
   \boxput{
-- 
GitLab