SF.net SVN: geany-plugins:[1350] trunk/geanylatex/doc/geanylatex.tex

frlan at users.sourceforge.net frlan at xxxxx
Fri May 14 19:27:13 UTC 2010


Revision: 1350
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1350&view=rev
Author:   frlan
Date:     2010-05-14 19:27:13 +0000 (Fri, 14 May 2010)

Log Message:
-----------
GeanyLaTeX: Add a hint how to set up backward search for DVI documents to documentation (Thanks to Michal Kaut for the hint)

Modified Paths:
--------------
    trunk/geanylatex/doc/geanylatex.tex

Modified: trunk/geanylatex/doc/geanylatex.tex
===================================================================
--- trunk/geanylatex/doc/geanylatex.tex	2010-05-11 14:42:31 UTC (rev 1349)
+++ trunk/geanylatex/doc/geanylatex.tex	2010-05-14 19:27:13 UTC (rev 1350)
@@ -847,6 +847,23 @@
 daily work more easy without need to write a new plugin or extend
 Geany\LaTeX{}.
 
+\subsection{Geany's build system}
+
+On Geany you can define a couple of commands for the build system to
+improve work with your source file.
+
+\subsubsection{Document backward search}
+When working on a document it happens taht you find a typing error or
+some more generic issue on your document. Once this happend, its hard
+to find the correct position in your tex file. If you are using xdvi
+you can use the backward search function to jump to the right place of
+your document. An example configuration line for Geany's build system
+could look similar to  this snippet:
+
+\begin{lstlisting}
+xdvi -editor "geany --line %l '%%f'" "%f"
+\end{lstlisting}
+
 \subsection{Geany's template system}
 \label{sec:recommended_things_geany_template_system}
 If you don't need a dynamic template as described in chapter \ref


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list