diff options
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/xdvi.1')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/xdvi.1 | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/man/man1/xdvi.1 b/Master/texmf-dist/doc/man/man1/xdvi.1 index 0b0c4d0835a..d34cd361e25 100644 --- a/Master/texmf-dist/doc/man/man1/xdvi.1 +++ b/Master/texmf-dist/doc/man/man1/xdvi.1 @@ -52,7 +52,7 @@ .de SB \&\fB\s-1\&\\$1 \\$2\s0\fR .. -.TH XDVI 1 "2014-04-12" "Xdvik 22.87" +.TH XDVI 1 "2016-04-02" "Xdvik 22.87.03" .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .SH NAME @@ -2515,6 +2515,33 @@ is then the corresponding shrink factor is the ratio .IR p / n , rounded to the nearest integer. +.\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +.TP +.B user-exec() +This action takes one (required) argument. Runs an external program +specified by the argument, which is tokenized on whitespace. The +.B XDVI_FILE +environment variable is set to the absolute pathname of the DVI file, +so that the program can find the DVI. As an example, to establish the +key +.RB ` m ' +as a keybinding that regenerates the DVI file with `make', put the +following into your +.I ~/.Xdefaults +file: +.sp +xdvi.mainTranslations: #override\e +.br +<Key>m: user-exec(xdvi-remake)\en + +where `xdvi-remake' names a program in your +.B PATH +analogous to `cd $(dirname $XDVI_FILE) && make $(basename $XDVI_FILE)'. +(See also the section +.B SIGNALS +for a way to get +.B xdvi +to reload the DVI file once it has been regenerated.) .PP .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |