diff options
Diffstat (limited to 'print/latexmk/pkg-message')
-rw-r--r-- | print/latexmk/pkg-message | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/latexmk/pkg-message b/print/latexmk/pkg-message new file mode 100644 index 000000000000..e52a38853235 --- /dev/null +++ b/print/latexmk/pkg-message @@ -0,0 +1,11 @@ +====================================================================== + + 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}" + +====================================================================== |