[Vim-latex-cvs] SF.net SVN: vim-latex:[1093] trunk/htdocs
Brought to you by:
srinathava,
tmaas
From: <tm...@us...> - 2010-01-27 22:15:22
|
Revision: 1093 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1093&view=rev Author: tmaas Date: 2010-01-27 22:15:09 +0000 (Wed, 27 Jan 2010) Log Message: ----------- fix some broken internal links - remove static svn changelog file - update links to latex-suite html doc Modified Paths: -------------- trunk/htdocs/download.inc trunk/htdocs/faq.inc trunk/htdocs/manual.inc Modified: trunk/htdocs/download.inc =================================================================== --- trunk/htdocs/download.inc 2010-01-27 21:55:18 UTC (rev 1092) +++ trunk/htdocs/download.inc 2010-01-27 22:15:09 UTC (rev 1093) @@ -4,7 +4,6 @@ href="http://sourceforge.net/projects/vim-latex/files/">SourceForge Files for vim-latex</a> page. </p> -<a href="vimfiles/Changelog">Changelog</a> <a name=installation> <h2>Installation Instructions</h2> Modified: trunk/htdocs/faq.inc =================================================================== --- trunk/htdocs/faq.inc 2010-01-27 21:55:18 UTC (rev 1092) +++ trunk/htdocs/faq.inc 2010-01-27 22:15:09 UTC (rev 1093) @@ -149,7 +149,7 @@ <div class=ans> First check to make sure that you can call the programs specified by the <a -href="documentation/latex-suite/viewer-customization.html#Tex_ViewRule_format">viewing +href="documentation/latex-suite/customizing-viewing.html#Tex_ViewRule_format">viewing rules</a> from within vim. For example, if you specified the PDF viewing program as <tt>AcroRd32</tt>, then you should be able to do <pre>!start AcroRd32</pre> @@ -211,7 +211,7 @@ <div class=ans> Latex-suite maps certain <tt>Alt</tt> key sequences to some functions as described <a -href="documentation/latex-suite/bracketing-macros.html">here</a>. If you +href="documentation/latex-suite/altkey-mappings.html">here</a>. If you need to use these keys for regular editing, you will need to remap the Alt keys to something else as described in <a href="documentation/latex-suite/latex-suite-maps.html">here</a>. In Modified: trunk/htdocs/manual.inc =================================================================== --- trunk/htdocs/manual.inc 2010-01-27 21:55:18 UTC (rev 1092) +++ trunk/htdocs/manual.inc 2010-01-27 22:15:09 UTC (rev 1093) @@ -60,7 +60,7 @@ <h2>LaTeX Reference</h2> Latex-Suite comes ships with edition 1.6 of the LaTeX2e documentation translated into vim-help format. This file can be downloaded separately from -Latex-Suite <a href="documentation/latexhelp.txt">here</a>. After downloading +Latex-Suite <a href="download/latexhelp.txt">here</a>. After downloading this file to <tt>~/.vim/doc</tt>, you will need to run the <tt>:helptags</tt> command from within vim to view LaTeX help from within Vim. <p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |