From d1ba023d9e747a890b2957326d4d3441c23805e6 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 29 Oct 2015 10:21:56 -0700
Subject: [PATCH] Beamer template:  fix incompatibility of section slides with
 natbib.

Natbib (and presumably biblatex) bibliography commands create
their own section.  Since these are in frame environments,
we have an incompatibility with the `\AtBeginSection` macro
which creates a special frame when a new section occurs.
(We can't have a frame inside another frame.)

This change disables `\AtBeginSection` inside bibliography
slides.

Thinks to Yihui Xie for bringing the problem to my attention.
This supersedes #145.  See discussion there.
---
 data/templates | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/templates b/data/templates
index de2e524e7..a3c8439ad 160000
--- a/data/templates
+++ b/data/templates
@@ -1 +1 @@
-Subproject commit de2e524e7df0a9d4159f2794deaa2e1847c87d46
+Subproject commit a3c8439ad6e8d1da89be1069a9d62bedd62a3279