Let tex2lyx really produce format 458.

This commit is contained in:
Georg Baum 2012-12-30 23:08:22 +01:00
parent 22cfcab074
commit 9c33bddffa
12 changed files with 29 additions and 29 deletions

View File

@ -1,5 +1,5 @@
#LyX file created by tex2lyx 2.1.0dev
\lyxformat 457
\lyxformat 458
\begin_document
\begin_header
\textclass article

View File

@ -1,5 +1,5 @@
#LyX file created by tex2lyx 2.1.0dev
\lyxformat 457
\lyxformat 458
\begin_document
\begin_header
\textclass article

View File

@ -1,5 +1,5 @@
#LyX file created by tex2lyx 2.1.0dev
\lyxformat 457
\lyxformat 458
\begin_document
\begin_header
\textclass article

View File

@ -1,5 +1,5 @@
#LyX file created by tex2lyx 2.1.0dev
\lyxformat 457
\lyxformat 458
\begin_document
\begin_header
\textclass article

View File

@ -1,5 +1,5 @@
#LyX file created by tex2lyx 2.1.0dev
\lyxformat 457
\lyxformat 458
\begin_document
\begin_header
\textclass article

View File

@ -1,5 +1,5 @@
#LyX file created by tex2lyx 2.1.0dev
\lyxformat 457
\lyxformat 458
\begin_document
\begin_header
\textclass article

View File

@ -1,5 +1,5 @@
#LyX file created by tex2lyx 2.1.0dev
\lyxformat 457
\lyxformat 458
\begin_document
\begin_header
\textclass article

View File

@ -1,5 +1,5 @@
#LyX file created by tex2lyx 2.1.0dev
\lyxformat 457
\lyxformat 458
\begin_document
\begin_header
\textclass article
@ -1345,7 +1345,7 @@ kill
\end_inset
\begin_inset Caption
\begin_inset Caption Standard
\begin_layout Standard
@ -1426,7 +1426,7 @@ Second
\begin_layout Standard
\begin_inset Caption
\begin_inset Caption Standard
\begin_layout Standard
@ -3338,7 +3338,7 @@ LyX
\begin_layout Standard
\begin_inset Caption
\begin_inset Caption Standard
\begin_layout Standard
A long table
@ -3363,7 +3363,7 @@ A long table
\begin_layout Standard
\begin_inset Caption
\begin_inset Caption Standard
\begin_layout Standard
A long table -- continued
@ -4348,7 +4348,7 @@ status open
\begin_layout Standard
\begin_inset Caption
\begin_inset Caption Standard
\begin_layout Standard

View File

@ -1,5 +1,5 @@
#LyX file created by tex2lyx 2.1.0dev
\lyxformat 457
\lyxformat 458
\begin_document
\begin_header
\textclass amsart

View File

@ -1,5 +1,5 @@
#LyX file created by tex2lyx 2.1.0dev
\lyxformat 457
\lyxformat 458
\begin_document
\begin_header
\textclass article
@ -244,7 +244,7 @@ status open
\begin_layout Standard
\begin_inset Caption
\begin_inset Caption Standard
\begin_layout Standard
@ -278,7 +278,7 @@ status open
\begin_layout Standard
\begin_inset Caption
\begin_inset Caption Standard
\begin_layout Standard
@ -322,7 +322,7 @@ status open
\begin_layout Standard
\begin_inset Caption
\begin_inset Caption Standard
\begin_layout Standard
rotated table, spanning all columns
@ -431,7 +431,7 @@ fdgsdfdh
\begin_layout Standard
\begin_inset Caption
\begin_inset Caption Standard
\begin_layout Standard
test1
@ -468,7 +468,7 @@ fdgs
\begin_layout Standard
\begin_inset Caption
\begin_inset Caption Standard
\begin_layout Standard
test2
@ -500,7 +500,7 @@ status open
\begin_layout Standard
\begin_inset Caption
\begin_inset Caption Standard
\begin_layout Standard
fdg
@ -556,7 +556,7 @@ status open
\begin_layout Standard
\begin_inset Caption
\begin_inset Caption Standard
\begin_layout Standard
lkälöä
@ -580,7 +580,7 @@ klöä
\end_layout
\begin_layout Plain Layout
\begin_inset Caption
\begin_inset Caption Standard
\begin_layout Standard
ölkälö
@ -627,7 +627,7 @@ u%re 1
\end_layout
\begin_layout Plain Layout
\begin_inset Caption
\begin_inset Caption Standard
\begin_layout Standard
te%st
@ -662,7 +662,7 @@ subfigure 2ö
\end_layout
\begin_layout Plain Layout
\begin_inset Caption
\begin_inset Caption Standard
\begin_layout Standard
@ -698,7 +698,7 @@ subfigure 3
\begin_layout Standard
\begin_inset Caption
\begin_inset Caption Standard
\begin_layout Standard
figure caption

View File

@ -1,5 +1,5 @@
#LyX file created by tex2lyx 2.1.0dev
\lyxformat 457
\lyxformat 458
\begin_document
\begin_header
\textclass article

View File

@ -2786,7 +2786,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
p.skip_spaces();
context.check_layout(os);
p.skip_spaces();
begin_inset(os, "Caption\n");
begin_inset(os, "Caption Standard\n");
Context newcontext(true, context.textclass, 0, 0, context.font);
newcontext.check_layout(os);
// FIXME InsetArgument is now properly implemented in InsetLayout
@ -2838,7 +2838,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
// we must make sure that the caption gets a \begin_layout
os << "\n\\begin_layout Plain Layout";
p.skip_spaces();
begin_inset(os, "Caption\n");
begin_inset(os, "Caption Standard\n");
Context newcontext(true, context.textclass,
0, 0, context.font);
newcontext.check_layout(os);