Author: baum
Date: Sun Jan 22 21:00:19 2012
New Revision: 40654
URL: http://www.lyx.org/trac/changeset/40654

Log:
Backport fix for bug #5906

Modified:
   lyx-devel/branches/BRANCH_2_0_X/   (props changed)
   lyx-devel/branches/BRANCH_2_0_X/src/tex2lyx/   (props changed)
   lyx-devel/branches/BRANCH_2_0_X/src/tex2lyx/tex2lyx.1in
   lyx-devel/branches/BRANCH_2_0_X/status.20x

Modified: lyx-devel/branches/BRANCH_2_0_X/src/tex2lyx/tex2lyx.1in
==============================================================================
--- lyx-devel/branches/BRANCH_2_0_X/src/tex2lyx/tex2lyx.1in     Sun Jan 22 
16:31:44 2012        (r40653)
+++ lyx-devel/branches/BRANCH_2_0_X/src/tex2lyx/tex2lyx.1in     Sun Jan 22 
21:00:19 2012        (r40654)
@@ -34,6 +34,11 @@
 (something like /usr/local/share/lyx/layouts/foo.layout \s-1OR\s0
 \fB\s-1HOME\s0\fR/.lyx/layouts/foo.layout).  Use \fB\-c\fR to declare a 
different textclass
 (and read a different layout file).
+.IP ""
+This option is needed if the input file is a LaTeX fragment, with no preamble
+matter or \f(CW\ebegin{document}\fR command. LyX files created by
+\fBtex2lyx\fR from partial files can be included in an existing LyX file using
+the \*[lq]Include LyX File\*[rq] command from LyX's Insert menu.
 .TP
 .BI \-f
 Force. \fBtex2lyx\fR will not run if the .lyx file it would generate already 
exists.
@@ -44,16 +49,6 @@
 (almost?) equivalent to running \*[lq]noweb2lyx foo.tex foo.lyx\*[rq]. This 
option
 requires the \fB\-c\fR option.
 .\" .TP
-.\" .BI \-p
-.\" Partial file. The input files are LaTeX fragments, with no preamble matter 
or
-.\" \f(CW\ebegin{document}\fR commands. This option requires the \fB\-c\fR 
option, since there
-.\" are no \f(CW\edocumentclass\fR commands in the files \fBtex2lyx\fR is 
translating. When
-.\" using this option, you can translate more than one file, as long as all 
files
-.\" are the same class. The LyX file created by \fBtex2lyx\fR can be included 
in an
-.\" existing LyX file using the \*[lq]Include LyX File\*[rq] command from
-.\" LyX's Insert menu. (\fBNOTE\fR: this feature of the older \fBreLyX\fR 
script has
-.\" not yet been implemented in \fBtex2lyx\fR).
-.\" .TP
 .\" .BI \-r
 .\" Regular environments (see the section on \fISyntax Files\fR).  If you give 
more than one
 .\" environment, separate them with commas (not spaces). You'll probably need 
to
@@ -120,7 +115,7 @@
 you don't want any output at all, try (in csh) `tex2lyx foo.tex >& /dev/null'.
 You should \s-1NOT\s0 redirect standard output to \fIfoo.lyx\fR.
 .IP "\(bu" 4
-Run LyX (version 1.6 or later) on the resulting .lyx file.
+Run LyX (version 2.1 or later) on the resulting .lyx file.
 .IP ""
 In theory, most of the file will have been translated, and anything that's
 untranslatable will be transferred to TeX code (ERT in LyX-speak). In theory, 
LyX will be

Modified: lyx-devel/branches/BRANCH_2_0_X/status.20x
==============================================================================
--- lyx-devel/branches/BRANCH_2_0_X/status.20x  Sun Jan 22 16:31:44 2012        
(r40653)
+++ lyx-devel/branches/BRANCH_2_0_X/status.20x  Sun Jan 22 21:00:19 2012        
(r40654)
@@ -216,6 +216,8 @@
 - Fixed example file modernCV.lyx: corrected subsection example, added a
   separator, set the page size to A4 (bug 7991).
 
+- Update tex2lyx man page regarding partial documents (bug 5906).
+
 
 * ADVANCED FIND AND REPLACE
 

Reply via email to