]> git.lyx.org Git - features.git/commit
Fix bug #8422.
authorGeorg Baum <baum@lyx.org>
Fri, 28 Dec 2012 13:29:46 +0000 (14:29 +0100)
committerGeorg Baum <baum@lyx.org>
Fri, 28 Dec 2012 19:08:42 +0000 (20:08 +0100)
commit8693f5a91e6a394429498ab035e2aca4a48c4d29
treeedae0f7aa34e82a2589dfc5f2357de0df21be7be
parent594c83261a1a7c124f17ffb3f1375704a75fbea0
Fix bug #8422.

Both problems where caused by the fact that tex2lyx did not handle
natbib/jurabib citations correctly if natbib/jurabib was loaded by the
document class. Therefore it tried to parse the standard \cite syntax, and
did not recognize \citet and \citep.
src/tex2lyx/Preamble.h
src/tex2lyx/tex2lyx.cpp
src/tex2lyx/tex2lyx.h
src/tex2lyx/text.cpp