mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
3a96a2d462
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>
12 lines
476 B
Plaintext
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}"
|
|
|
|
======================================================================
|