[Geany-Devel] Latex Plugin Build Commands

Frank Lanitz frank at xxxxx
Fri Aug 2 06:53:18 UTC 2013


On Fri, 02 Aug 2013 08:39:37 +0200
Thomas Martitz <thomas.martitz at student.htw-berlin.de> wrote:

> Does "% master"  refer to a special comment? If yes I wonder what
> this is for? We support and can build projects for other filetypes
> without such a comment. I would expect the master file to be set in
> some dialog like all other IDEs with Latex support do.

vim as well as Emacs/AucTeX are supporting local variables where you
can e.g. set the master-document for a tex file. On emacs it looks like 

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: "../da"
%%% End: 

(Example from my diploma thesis some time ago)

On vim such a string could look like at the end of the file

vim: fileencoding=utf8 textwidth=128 tabstop=4 nowrap shiftwidth=4 spell spelllang=de

(OK. Not an example with master-file ...)

My gaol is to support these things also in Geany (for TeX-files and for
master-document, as these are the most important to me). But of course,
creating a project is a very good idea for the meanwhile on a
Geany-only project. 

Cheers, 
Frank
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.geany.org/pipermail/devel/attachments/20130802/d4d4701d/attachment.pgp>


More information about the Devel mailing list