]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.man
Fix layout bug. Pasting text into a cell tried to set Standard layout, because
[lyx.git] / src / tex2lyx / tex2lyx.man
index 93d3c88622a9ca3c74a858ac2fe7364611fda9ae..a78d09c75ea933d60a30952b00cff3649402bef7 100644 (file)
 .SH "NAME"
 \fBtex2lyx\fR \- translate well-behaved LaTeX into LyX
 .SH "SYNOPSIS"
-The simplest way to use \fBtex2lyx\fR is via the File->Import command
+The simplest way to use \fBtex2lyx\fR is via the File->Import->LaTeX (plain) menu item
 in LyX. That runs \fBtex2lyx\fR on the given file and loads the
 resulting file into LyX. You should try that first, and call it from
 the command line only if you need to use more complicated options.
 .PP
-\fBtex2lyx\fR [ \fB\-c\fR \fItextclass\fR ] [ \fB\-df\fR ] [ \fB\-o\fR \fIoutputdir\fR ] [\fB\-n\fR]
-[\ \fB\-r\fR\ \fIrenv1\fR[,\fIrenv2\fR...]] [\ \fB\-s\fR\ \fIsfile1\fR[,\fIsfile2\fR...]]
-\fIinputfile\fR
+\fBtex2lyx\fR [ \fB\-df\fR ] [ \fB\-userdir\fR \fIuserdir\fR ] [ \fB\-systemdir\fR \fIsystemdir\fR ]
+[\fB\-n\fR] [\ \fB\-r\fR\ \fIrenv1\fR[,\fIrenv2\fR...]] [\ \fB\-s\fR\ \fIsfile1\fR[,\fIsfile2\fR...]]
+\fIinputfile\fR  [ \fB\-c\fR \fItextclass\fR ] 
 .PP
-\fBtex2lyx\fR \fB\-p\fR \fB\-c\fR \fItextclass\fR [ \fB\-df\fR ] [ \fB\-o\fR \fIoutputdir\fR ]
+\fBtex2lyx\fR [ \fB\-df\fR ] [ \fB\-userdir\fR \fIuserdir\fR ] [ \fB\-systemdir\fR \fIsystemdir\fR ]
 [\ \fB\-r\fR\ \fIrenv1\fR[,\fIrenv2\fR...]] [\ \fB\-s\fR\ \fIsfile1\fR[,\fIsfile2\fR...]]
-\fIinputfiles\fR
+\fIinputfiles\fR \fB\-p\fR \fB\-c\fR \fItextclass\fR
 .PP
-\fBtex2lyx\fR \fB\-h\fR
+\fBtex2lyx\fR \fB\-help\fR
 .SH "OPTIONS"
 .Ip "\fB\-c\fR" 4
 Class. By default, when \fBtex2lyx\fR sees a \f(CW\edocumentclass{foo}\fR command, it
@@ -219,22 +219,14 @@ Debug. By default, \fBtex2lyx\fR gives sparse output and deletes the temporary f
 which were created during translation. Using the \fB\-d\fR flag will create much
 more output (both to stdout and stderr) and leave the temporary files around.
 .Ip "\fB\-f\fR" 4
-Force. \fBtex2lyx\fR will not run if the .lyx file it would generate already exists
+Force. \fBtex2lyx\fR will not run if the .lyx file it would generate already exists.
 Use the \fB\-f\fR option (carefully) to clobber any existing files.
-.Ip "\fB\-h\fR" 4
+.Ip "\fB\-help\fR" 4
 Help. Print out usage information and quit.
 .Ip "\fB\-n\fR" 4
 Noweb. Translate a noweb (aka literate programming) file. This should be
 (almost?) equivalent to running \*(L"noweb2lyx foo.tex foo.lyx\*(R". This option
 requires the \fB\-c\fR option.
-.Ip "\fB\-o\fR" 4
-Output directory. With this option, all temporary files and LyX output files
-(for the given input file, for any included files, or for any file fragments
-given with the \fB\-p\fR option) will be put into \fIoutputdir\fR. Otherwise, for
-each file \fIdir/foo.tex\fR, the temporary files and the LyX output file will be
-created in \fIdir\fR. This can be useful if a file includes files from other
-directories which you want to consolidate in one directory, or if you don't
-have write permission on the directory the LaTeX files are in.
 .Ip "\fB\-p\fR" 4
 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
@@ -251,10 +243,16 @@ file.
 .Ip "\fB\-s\fR" 4
 Syntax files. Input (one or more quoted, comma-separated) syntax files to read
 in addition to the default. (see the section on \fISyntax Files\fR for details).
+.Ip "\fB\-sysdir\fR" 4
+Specify a system directory. Normally, you shouldn't need this. Your LyX system directory is
+chosen. Cf. the section \f(CWFILES\fR for details.
+.Ip "\fB\-userdir\fR" 4
+Specify a user directory. Normally, you shouldn't need this. Your LyX user directory is
+chosen. Cf. the section \f(CWFILES\fR for details.
 .SH "DESCRIPTION"
 .Sh "Introduction"
 \fBtex2lyx\fR will create a LyX file \fIdir/foo.lyx\fR from the LaTeX file
-\fIdir/foo.tex\fR (unless the \fB\-o\fR option is used).
+\fIdir/foo.tex\fR.
 .PP
 Suffixes .tex, .ltx and .latex are supported. If \fIinputfile\fR
 does not exist and does not have one of these suffixes, \fBtex2lyx\fR will try to
@@ -262,10 +260,10 @@ translate \fIinputfile.tex\fR. (This is similar to the behavior of LaTeX.)
 .PP
 The purpose of \fBtex2lyx\fR is to translate \fIwell-behaved\fR LaTeX2e into LyX. If
 your LaTeX file doesn't compile---or if you do weird things, like redefining
-standard LaTex commands---it may choke. LaTeX209 will often be translated
+standard LaTeX commands---it may choke. LaTeX209 will often be translated
 correctly, but it's not guaranteed.
 .PP
-\fBtex2lyx\fR has some bugs and lacks a few features. However, its main goals are:
+\fBtex2lyx\fR lacks a few features. However, its main goals are:
 .Ip "\(bu" 4
 Get through a well-behaved LaTeX2e file without crashing
 .Ip "\(bu" 4
@@ -274,10 +272,6 @@ Translate a lot of that file.
 Localize the parts that can't be translated and copy them in TeX mode
 .PP
 It achieves these main goals pretty well on most files.
-.PP
-There are many improvements that can and will be made to \fBtex2lyx\fR in the
-future. However, we wanted to get \fBtex2lyx\fR out there early on, to make
-it easier for new LyX users to read in their existing LaTeX files.
 .Sh "Usage"
 Here's a more lengthy description of what you should do to translate a LaTeX
 document into LyX.
@@ -288,30 +282,30 @@ Run \fBtex2lyx\fR.
 you don't want any output at all, try (in csh) \*(L'tex2lyx foo.tex >& /dev/null\*(R'.
 You should \s-1NOT\s0 redirect standard output to \fIfoo.lyx\fR.
 .Ip "\(bu" 4
-Run LyX (version 0.12 or 1.0 or later) on the resulting .lyx file.
+Run LyX (version 1.4 or later) on the resulting .lyx file.
 .Sp
 In theory, most of the file will have been translated, and anything that's
-untranslatable will be highlighted in red (TeX mode). In theory, LyX will be
+untranslatable will be transferred to TeX code (ERT in LyX-speak). In theory, LyX will be
 able to read in the file, and to create printed documents from it, because all
-that untranslated red stuff will be passed directly back to LaTeX, which LyX
+that untranslated ERT stuff will be passed directly back to LaTeX, which LyX
 uses as a backend. Unfortunately, reality doesn't always reflect theory. If
-\fBtex2lyx\fR crashes, or LyX cannot read the generated LyX file, see the \f(CWBUGS\fR entry elsewhere in this document or the \fI\s-1BUGS\s0\fR file.
+\fBtex2lyx\fR crashes, or LyX cannot read the generated LyX file, see the \f(CWBUGS\fR section below.
 .Ip "\(bu" 4
-Change things that are highlighted in red (TeX mode) by hand in LyX.
+Transform things have been inserted as TeX code manually to LyX features, if possible.
 .Sp
 As mentioned above, you should be able to print out the LyX file even without
-doing this. However, changing a command in TeX mode to the corresponding LyX
+doing this. However, changing a command in TeX code to the corresponding LyX
 object will allow you to take advantage of LyX's \s-1WYSIWYM\s0 editing.
 .Sp
 \fBtex2lyx\fR is not guaranteed to create a LyX file which generates exactly the same
-output as the LaTeX file, but it should come close. \fBrelyX\fR will generally err
-on the side of translating less to ensure that dvi or ps files are accurate,
-even though this leads to more \*(L"evil red text\*(R" and less \s-1WYSIWYM\s0.
+output as the LaTeX file, although its goal is to achieve this. \fBtex2lyx\fR will generally err
+on the side of translating less to ensure that the resulting output files are accurate,
+even though this leads to more TeX code and less \s-1WYSIWYM\s0.
 .Ip "\(bu" 4
 \s-1PROOFREAD\s0 \s-1THE\s0 \s-1DOCUMENT\s0!!
 .Sp
 I'm sure you were planning on doing this anyway, but it's particularly
-important after translating a LaTeX document. \fBtex2lyx\fR is, at least now, better
+important after translating a LaTeX document. \fBtex2lyx\fR is better
 at \*(L"macro-translating\*(R" (translating the whole document) than
 \*(L"micro-translating\*(R" (translating every little detail). For example, you may see
 extra spaces or deleted spaces. Space handling has improved, but it's
@@ -351,8 +345,6 @@ them
 float environments figure and figure*, as well as graphics inclusion commands
 \eepsf, \eepsffile, \eepsfbox, \eepsfxsize, \eepsfig, \epsfig, and \eincludegraphics.
 Both the graphics and graphicx forms of \eincludegraphics are supported.
-Note, however, that many figures will not be translatable into LyX. See
-the section on \*(L"What LyX Can't Handle\*(R" below.
 .Ip "\(bu" 4
 thebibliography environment and \f(CW\ebibitem\fR command, as well as BibTeX's
 \f(CW\ebibliography\fR and \f(CW\ebibliographystyle\fR commands
@@ -368,33 +360,29 @@ Some of this support may not be 100% yet. See below for details
 .PP
 \fBtex2lyx\fR copies math (almost) verbatim from your LaTeX file. Luckily, LyX reads
 in LaTeX math, so (almost) any math which is supported by LyX should work just
-fine. A few math commands which are not supported by LyX will be replaced with
-their equivalents, e.g., \f(CW\eto\fR is converted to \f(CW\erightarrow\fR. See
-the section on \fISyntax Files\fR for more details.
+fine.
 .PP
-\fBtex2lyx\fR will also copy any preamble commands (i.e., anything before
-\f(CW\ebegin{document}\fR) verbatim, so fancy stuff you've got in your preamble
-should be conserved in dvi and printed documents, although it will not of
-course show up in the LyX window. Check Layout->LaTeX Preamble to make sure.
+\fBtex2lyx\fR will copy any preamble commands (i.e., anything before
+\f(CW\ebegin{document}\fR) verbatim. Fancy stuff you've got in your preamble
+should thus be conserved in printed documents, although it will not of
+course show up in the LyX window. Check Document->Settings->LaTeX Preamble to see the result.
 .Sh "What tex2lyx Can't Handle --- But it's \s-1OK\s0"
 .Ip "\(bu" 4
 tabular* tables
 .Ip "\(bu" 4
-minipages
-.Ip "\(bu" 4
-spacing commands (\f(CW\evspace\fR, \f(CW\epagebreak\fR, \f(CW\epar\fR, ...)
+some spacing commands (\f(CW\ehspace\fR, \f(CW\epagebreak\fR and \f(CW\elinebreak\fR)
 .Ip "\(bu" 4
 \f(CW\ecentering\fR, \f(CW\eraggedleft\fR, \f(CW\eraggedright\fR
 .Ip "\(bu" 4
 \f(CW\everb\fR and verbatim environment. \fBtex2lyx\fR is careful to copy \fIexactly\fR in
 this case, including comments and whitespace.
 .Ip "\(bu" 4
-some unknown (e.g., user-defined) environments and commands
+unknown (e.g., user-defined) environments and commands
 .PP
 \fBtex2lyx\fR copies unknown commands, along with their arguments, verbatim into the
 LyX file. Also, if it sees a \f(CW\ebegin{foo}\fR where it doesn't recognize the
 \*(L"foo\*(R" environment, it will copy verbatim until it sees \f(CW\eend{foo}\fR (unless
-you use the \fB\-r\fR option). Hopefully, then, most of these unknown commands
+you use the \fB\-r\fR option). Most of these unknown commands
 won't cause \fBtex2lyx\fR to break; they'll merely require you to do some editing
 once you've loaded the file up in LyX.  That should be less painful than
 editing either the .tex or the .lyx file using a text editor.
@@ -402,93 +390,74 @@ editing either the .tex or the .lyx file using a text editor.
 Since \fBtex2lyx\fR is relatively new, it's got a number of problems.  As it
 matures, these bugs will be squished.
 .PP
-If \fBtex2lyx\fR is choking on something, or LyX can't read it after \fBtex2lyx\fR
-translates it, the best thing to do is to put \f(CW\ebegin{tex2lyxskip}\fR before the
-offending text, and \f(CW\eend{tex2lyxskip}\fR after it. I call this a \*(L"skip\*(R" block.
-\fBtex2lyx\fR will copy this block exactly, in TeX mode. Then edit the resulting
-LyX file, and translate the unknown stuff by hand. The tex2lyxskip environment
-is magical; the \f(CW\ebegin\fR and \f(CW\eend\fR commands will not be put into the LyX
-file.
 .Ip "\(bu" 4
 \*(L"Exact\*(R" copying of unknown environments and commands isn't quite exact.
-Specifically, newlines and comments may be lost. This will yield ugly LyX, but
-in almost all cases the output will be the same. However, certain parts of the
-file will be copied perfectly, including whitespace and comments. This
-includes: the LaTeX preamble, verbatim environments and \f(CW\everb\fR commands, and
-skip blocks.
-.Ip "\(bu" 4
-\fBtex2lyx\fR translates only a few options to the \f(CW\edocumentclass\fR command.
-(Specifically 1[012]pt, [letter|legal|executive|a4|a5|b5]paper,
-[one|two]side, landscape, and [one|two]column.) Other options are placed in
-the \*(L"options\*(R" field in the Layout->Document popup.
+This will yield ugly LyX, but in almost all cases the output will be the same. 
+However, most parts of the file will be copied perfectly, including whitespace 
+and comments. This includes: the LaTeX preamble, verbatim environments as well as
+\f(CW\everb\fR commands, and skip blocks.
+.Ip "\(bu" 4
+\fBtex2lyx\fR translates only a subset of the document class options to native features.
+Other options are placed in the \*(L"options\*(R" field in the Document->Settings popup.
 .Sp
-More importantly, \fBtex2lyx\fR doesn't translate \f(CW\eusepackage\fR commands, margin
-commands, \f(CW\enewcommands\fR, or, in fact, anything else from the preamble. It
-simply copies them into the LaTeX preamble. If you have margin commands in
-your preamble, then the LyX file will generate the right margins. However,
-these margins will override any margins you set in the LyX Layout->Paper
-popup. So you should remove the options from the preamble
-(Layout->Latex Preamble) to be safe. The same goes for setting your language
-with babel, \f(CW\einputencoding\fR, \f(CW\epagestyle\fR, etc.
-.Ip "\(bu" 4
-The foil class has a couple bugs. \fBtex2lyx\fR may do weird things with optional
+More importantly, \fBtex2lyx\fR doesn't translate \f(CW\enewcommands\fR, unknown
+\f(CW\eusepackage\fR commands and other unknown code in the preamble. It
+simply copies that into the LaTeX preamble. If you use special commands, e.g. to
+specify the text layout in a way that that is not understood by LyX, tex2lyx won't
+recognize it. Note that these settings will be overwritten if you modify the text 
+layout in LyX's document settings. Better remove these special options from the LaTeX 
+preamble (Document->Settings->LaTeX Preamble) and use the corresponding LyX document 
+settings, if possible.
+.Ip "\(bu" 4
+\fBtex2lyx\fR doesn't handle unicode yet. So if you have an utf8-encoded tex file, some
+characters might not be (well) supported. Also, the output format of \fBtex2lyx\fR
+remains that of LyX 1.4 until unicode support is implemented. This disallows us from
+supporting newer features natively, which is in fact the most severe issue in current 
+\fBtex2lyx\fR.
+.Ip "\(bu" 4
+The foil document class has a couple of bugs. \fBtex2lyx\fR may do weird things with optional
 arguments to \f(CW\efoilhead\fR commands. Also, it may handle \f(CW\ebegin{dinglist}\fR
 incorrectly (although the stuff in the environment should translate normally).
 .PP
-Less significant bugs can be found in the \fI\s-1BUGS\s0\fR file.
+All known bugs of \fBtex2lyx\fR can be found on \fI\s-1http://bugzilla.lyx.org\s0\fR.
 .PP
-\fBtex2lyx\fR is hopefully rather robust. As mentioned above, it may not translate
-your file perfectly, but it shouldn't crash. If it does crash---and the
-problem is not one of those mentioned above or in the \fI\s-1BUGS\s0\fR file---see
-the section on \fIBug Reports\fR.
+\fBtex2lyx\fR is rather robust. As mentioned above, it may not translate
+your file perfectly, but the result should be usable and it shouldn't crash. If you encounter
+problems---and the problem is not one of those mentioned above or on 
+\fI\s-1http://bugzilla.lyx.org\s0\fR---please report the issue as described in the section 
+on \fIBug Reports\fR.
 .Sh "What LyX Can't Handle"
-LyX itself is missing a couple features, such that even if \fBtex2lyx\fR translates
+LyX itself is missing a couple of features, such that even if \fBtex2lyx\fR translates
 things perfectly, LyX may still have trouble reading it. If you really need
 these features, you can export your final document as LaTeX, and put them
 back in. See \fI\s-1BUGS\s0\fR for more details on these bugs.
 .Ip "\(bu" 4
-For a number of commands, LyX does not support the optional argument. Examples
-include \f(CW\echapter\fR (and other sectioning commands), and \f(CW\e\e\fR.
+For a number of commands (such as \f(CW\e\e\fR), LyX does not support the optional argument.
 \fBtex2lyx\fR will automatically discard the optional arguments with a warning to
 stdout.  LyX also ignores the width argument for the thebibliography
 environment.
 .Ip "\(bu" 4
-Centering (or right or left justifying) works on full paragraphs.
-.Ip "\(bu" 4
 LyX support for tables isn't perfect. For complicated tables, use a \*(L"skip\*(R"
 block, so that they will be copied in TeX mode.
 .Ip "\(bu" 4
-The LyX math editor can't handle the \s-1AMS\s0\-LaTeX math environments align, split,
-etc. So those environments will be copied in TeX mode. You can change
-equation* environments to the exactly equivalent displaymath, and then they
-will be translated correctly.
-.Ip "\(bu" 4
-Lyx does not support clipping or bounding boxes for included graphics files.
-Therefore, many graphics inclusion commands will be untranslatable, and
-copied in TeX mode. In certain cases, you might be able to translate the
-command by hand within LyX---for example, if you included a bounding box but
-the bounding box is already in the .eps file.
+LyX allows figures to have sizes in the units known to TeX, such as in, cm, etc. It also 
+translates percentages of \etextwidth, \etextheight, \ecolumnwidth, but no other lengths 
+(e.g. if you wanted to scale a figure to size \etopmargin for some reason). \fBtex2lyx\fR 
+will copy figures with untranslatable sizes in TeX mode. Again, you might be able to fix 
+that within LyX.
 .Sp
-LyX only allows figures to have sizes in in,cm, or percentages of \etextwidth
-or \etextheight (or \ecolumnwidth). \fBtex2lyx\fR will translate from other units, like
-pt or mm, but it cannot translate other lengths (e.g. if you wanted to scale a
-figure to size \etopmargin for some reason). \fBtex2lyx\fR will copy figures with
-untranslatable sizes in TeX mode. Again, you might be able to fix that within
-LyX.
 .Sh "The Future of tex2lyx"
-In the future, more commands and environments will be supported by \fBtex2lyx\fR.
-Bugs will be eradicated.
-.PP
-See the \s-1TODO\s0 file for details.
+\fBtex2lyx\fR is actively maintained. Commands and environments will be added in the future.
+Bugs will be eradicated. The most important task will be to make \fBtex2lyx\fR unicode
+compliant.
 .SH "EXAMPLES"
-tex2lyx \fB\-df\fR \fB\-o\fR \*(L"my/dir\*(R" \fB\-r\fR \*(L"myenv\*(R" foo.tex > foo.debug
+tex2lyx \fB\-df\fR \fB\-r\fR \*(L"myenv\*(R" foo.tex > foo.debug
 .PP
-The above will create a file my/dir/foo.lyx from foo.tex, overwriting if
+The above will create a file foo.lyx from foo.tex, overwriting if
 necessary.  When it finds a \f(CW\ebegin{myenv} ... \eend{myenv}\fR block, it will
 translate the stuff within the block, but copy the \f(CW\ebegin\fR and \f(CW\eend\fR
-commands in TeX mode.  Finally, I'm going to keep the temporary files around
-(they will also be in my/dir/) and output lots of debugging information into
-the file foo.debug.
+commands in TeX mode.  Finally, it's going to keep the temporary files around
+and output lots of debugging information into the file foo.debug.
 .PP
 tex2lyx \fB\-n\fR \fB\-c\fR \*(L"literate-article\*(R" foo.tex
 .PP
@@ -498,18 +467,19 @@ article.
 .SH "NOTES"
 .Sh "Bug Reports"
 If \fBtex2lyx\fR is crashing or otherwise acting strangely---in ways
-other than those described in the section on \fI\s-1BUGS\s0\fR or the \fI\s-1BUGS\s0\fR file---then please run
+other than those described in the section on \fI\s-1BUGS\s0\fR or on 
+\fI\s-1http://bugzilla.lyx.org\s0\fR---then please run
 \fBtex2lyx \-d\fR.  That will allow you to figure out where in the tex2lyxing process
 it crashed. That, in turn, will allow you to write a better bug report, which
 will allow the developers to fix it more quickly and easily.
 .PP
-Bug reports should be sent to the LyX developers\*(R' mailing list. Its address
-is currently lyx-devel@lists.lyx.org, but you can check the LyX home page,
-http://www.lyx.org if that bounces. If you are running \fBtex2lyx\fR on a huge file,
-please do not send all of the output in your bug report. Just include the last
-ten or twenty lines of output, along with the piece of the LaTeX file it
-crashed on.  Or, even better, attach a small but complete file which causes
-the same problem as your original file.
+Bugs should be reported to the LyX bug tracker at http://bugzilla.lyx.org. Additionally,
+you can post a message to the LyX developers\*(R' mailing list. Its address is currently
+lyx-devel@lists.lyx.org. If your message bounces, you can check the LyX home page, 
+http://www.lyx.org. If you are running \fBtex2lyx\fR on a huge file, please do not send all of the output in 
+your bug report. Just include the last ten or twenty lines of output, along with 
+the piece of the LaTeX file it crashed on.  Or, even better, attach a small but 
+complete file which causes the same problem as your original file.
 .Sh "Implementation Details:"
 \fBtex2lyx\fR makes several \*(L"passes\*(R" in order to translate a TeX file. On each pass,
 it creates one or two files.
@@ -620,10 +590,6 @@ whitespace-separated, between \f(CW\ebegin{tex2lyxre}\fR and \f(CW\eend{tex2lyxr
 statements in the syntax file. (If you have a regular environment which you
 won't use very often, you can use the \fB\-r\fR option rather than writing a
 syntax file.)
-.Sh "Miscellaneous"
-You need Perl version 5.002 or later to run \fBtex2lyx\fR. <plug> If you don't have
-Perl, you should get it anyway (at http://www.perl.com), because it's a really
-useful tool for pretty much anything. </plug>
 .SH "DIAGNOSTICS"
 \fBtex2lyx\fR should always explain why it crashes, if it crashes. Some diagnostics
 may be very technical, though, if they come from the guts of the code.
@@ -641,10 +607,11 @@ If you import foo.tex to create foo.lyx, then edit foo.lyx and want to
 re-export it, note that it will overwrite the original foo.tex. (LyX will ask
 you if you want to overwrite it.)
 .PP
-If you have the \euse_tempdir variable set to false in your lyxrc, then LyX
-will create its temporary files in your current directory, which means your
-LaTeX original may be overwritten (without a warning from LyX) when you \*(L"view
-dvi\*(R" or print the LyX document.
+If you have the \euse_tempdir variable set to false in your lyxrc (or did not
+have defined a temporary directory path in LyX's preferences, respectively),
+LyX will create its temporary files in your current directory, which means your
+LaTeX original may be overwritten (without a warning from LyX) when you view
+or export the LyX document.
 .SH "FILES"
 .Ip "\fI\s-1MY_LYXDIR\s0\fR/layouts/*.layout" 4
 User's personal layout files for document classes
@@ -661,32 +628,10 @@ like .lyx/ in your home directory.
 .SH "SEE ALSO"
 \fIlyx\fR\|(1), \fIlatex\fR\|(1)
 .SH "AUTHORS"
-Copyright (c) 1998-9 Amir Karger (karger@post.harvard.edu)
-.PP
-Code contributors:
-.Ip "\(bu" 4
-John Weiss wrote the original CleanTeX pass.
-.Ip "\(bu" 4
-Etienne Grossmann
-.Ip "\(bu" 4
-Jose\*' Abi\*'lio Oliveira Matos
-.Ip "\(bu" 4
-David Suarez de Lis
-.Ip "\(bu" 4
-Kayvan Aghaiepour Sylvan added noweb stuff and wrote noweb2lyx
+tex2lyx is Copyright (c) 2003ff. by the LyX Team (lyx-devel@lists.lyx.org)
 .PP
-Other contributors:
-.Ip "\(bu" 4
-Jean-Marc Lasgouttes worked on the wrapper script and offered lots of bug
-reports, advice, and feature suggestions.
-.Ip "\(bu" 4
-Asger K. Alstrup Nielsen and Marc Pavese provided advice.
-.Ip "\(bu" 4
-Various members of the LyX developers\*(R' and users\*(R' lists provided bug reports
-and feature suggestions.
-
 .rn }` ''
-.IX Title "RELYX 1"
+.IX Title "TEX2LYX 1"
 .IX Name "B<tex2lyx> - translate well-behaved LaTeX into LyX"
 
 .IX Header "NAME"
@@ -701,7 +646,7 @@ and feature suggestions.
 
 .IX Item "\fB\-f\fR"
 
-.IX Item "\fB\-h\fR"
+.IX Item "\fB\-help\fR"
 
 .IX Item "\fB\-n\fR"