Search found 4 matches

by gnarlyx
Wed Nov 27, 2013 10:36 pm
Forum: LyX
Topic: Header and caption importing longtable-file in LyX
Replies: 7
Views: 7273

Re: Header and caption importing longtable-file in LyX

I need to import more tables, so I will try the new version. Thank you!
by gnarlyx
Wed Nov 27, 2013 8:40 pm
Forum: LyX
Topic: Header and caption importing longtable-file in LyX
Replies: 7
Views: 7273

Re: Header and caption importing longtable-file in LyX

Yes, your PDF was correct, there is no repetition of the caption.
by gnarlyx
Wed Nov 27, 2013 8:07 pm
Forum: LyX
Topic: Header and caption importing longtable-file in LyX
Replies: 7
Views: 7273

Re: Header and caption importing longtable-file in LyX

I am using LyX Version 2.0.6 on Win 7, also I have recently done a MikeTeX update.
by gnarlyx
Wed Nov 27, 2013 7:49 pm
Forum: LyX
Topic: Header and caption importing longtable-file in LyX
Replies: 7
Views: 7273

Header and caption importing longtable-file in LyX

I am trying to import a longtable formatted .tex-file into LyX. The file works fine with TeXStudio, but after import into LyX the caption is repeated and the footer disappears.

Here is some example code:

\documentclass{article}
\usepackage{longtable}
\providecommand{\tabularnewline}{\\}

\begin ...