Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2006 23:02:51 -0500
From:      Dmitriy Shnayder <dis5149@cs.rit.edu>
To:        fernan@iib.unsam.edu.ar,  ports@FreeBSD.org
Subject:   FreeBSD Port: latexmk-307a
Message-ID:  <444464EB.5020702@cs.rit.edu>

next in thread | raw e-mail | index | archive | help
When I use the algorithms LaTeX package [1] in a LaTeX document and run latexmk 
to generate a PDF file, the program works. If I place a list of algorithms into 
my document's table of contents, this generates a .loa file. When I then tell 
latexmk to clean up files with "latexmk -c" or "latexmk -C" this file remains.

I would like you to change latexmk and introduce a simple fix for this problem. 
In the cleanup_basic subroutine, add the following line:

unlink("$root_filename.loa");

[1] http://algorithms.berlios.de/

-- 
Dmitriy Shnayder




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?444464EB.5020702>