[Vim-latex-cvs] SF.net SVN: vim-latex:[1076] trunk/vimfiles/doc/latex-suite.xml
Brought to you by:
srinathava,
tmaas
|
From: <tm...@us...> - 2009-11-01 20:34:08
|
Revision: 1076
http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1076&view=rev
Author: tmaas
Date: 2009-11-01 20:33:55 +0000 (Sun, 01 Nov 2009)
Log Message:
-----------
Explain, that the master file can just be empty
Modified Paths:
--------------
trunk/vimfiles/doc/latex-suite.xml
Modified: trunk/vimfiles/doc/latex-suite.xml
===================================================================
--- trunk/vimfiles/doc/latex-suite.xml 2009-10-02 21:34:56 UTC (rev 1075)
+++ trunk/vimfiles/doc/latex-suite.xml 2009-11-01 20:33:55 UTC (rev 1076)
@@ -2774,13 +2774,12 @@
\end{document}</programlisting>
</para>
<para>
- <anchor id="latex-master-file-specification" />
- In such situations, you will need to convey to &ls; that
- <literal>main.tex</literal> is the main file which
- <literal>\input</literal>s the other files. This is done by creating a
- file called <literal>main.tex.latexmain</literal> in the same directory
- in which <literal>main.tex</literal> resides. This file is called the
- <emphasis>master file</emphasis> in this manual. See <link
+ <anchor id="latex-master-file-specification" /> In such situations, you will
+ need to convey to &ls; that <literal>main.tex</literal> is the main file
+ which <literal>\input</literal>s the other files. This is done by creating
+ an empty file called <literal>main.tex.latexmain</literal> in the same
+ directory in which <literal>main.tex</literal> resides. This file is called
+ the <emphasis>master file</emphasis> in this manual. See <link
linkend="Tex_MainFileExpression">Tex_MainFileExpression</link> for an
alternative way of specifying the master file.
</para>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|