commit 15d55c3214a14d1f680218c8b424ec5e300fff1b
Author: Scott Kostyshak <[email protected]>
Date:   Mon Mar 3 14:47:50 2014 -0500

    instant_preview.lyx: load 'etex' package
    
    The pgf package 3.0.0 update lead to an error being given with
    this document. Loading the 'etex' package fixes the problem.
    For more information, see:
      https://sourceforge.net/p/pgf/bugs/296/

diff --git a/lib/examples/instant_preview.lyx b/lib/examples/instant_preview.lyx
index 8d53da3..2f8b522 100644
--- a/lib/examples/instant_preview.lyx
+++ b/lib/examples/instant_preview.lyx
@@ -4,6 +4,7 @@
 \begin_header
 \textclass article
 \begin_preamble
+\usepackage{etex}
 \usepackage[all, knot]{xy}
 \xyoption{arc} 
 \usepackage{qtree}
@@ -90,7 +91,7 @@ In order to properly typeset the document and have instant 
preview working,
 \end_layout
 
 \begin_layout LyX-Code
-xy, qtree, tipa, pstricks, pst-plot, rotating, tikz, pgf
+xy, qtree, tipa, pstricks, pst-plot, rotating, tikz, pgf, etex
 \end_layout
 
 \begin_layout Standard

Reply via email to