1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/print/latexmk/pkg-message
Pav Lucistnik 3a96a2d462 Add latexmk, tool which completely automates the process of generating a LaTeX
document. Essentially, it is a highly specialized relative of the general make
utility.

PR:		ports/75206
Submitted by:	Fernan Aguero <fernan@iib.unsam.edu.ar>
2004-12-18 20:52:04 +00:00

12 lines
476 B
Plaintext

======================================================================
In order for the 'pvc' (preview continuously) option to work
perfectly, latexmk needs to know the correct way to invoke ps(1)
in each operating system. Thus, users may have to change the $pscmd
variable in their ~/.latexmkrc files.
For FreeBSD-4.x the following is known to work:
$pscmd = "ps -w -f -u $ENV{USER}"
======================================================================