mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
90410e570d
- print/texlive-infra was renamed with print/texlive-tlmgr. Note that currently tlmgr(1) does not work because of lack of TLPDB. This will be fixed. - Lua libraries used in LuaTeX are separated into devel/tex-libtexlua and devel/texlibtexluajit. USE_TEX supports them via keywords "texlua" and "texluajit". - libsynctex is currently installed by devel/tex-web2c. This will be separated into a single port. - Add graphics/libpotrace and use installed libpotrace and libharfbuzz.
60 lines
1.9 KiB
Plaintext
60 lines
1.9 KiB
Plaintext
--- texk/xdvik/READMEs/InternalVars.orig 2015-07-19 18:49:41 UTC
|
|
+++ texk/xdvik/READMEs/InternalVars
|
|
@@ -0,0 +1,56 @@
|
|
+------------------------------------------------------------------------
|
|
+ <<<< Internal Variable for printdvi patch >>>>
|
|
+------------------------------------------------------------------------
|
|
+
|
|
+%A : like %T; '=' is put on each page number (assumed dviselect)
|
|
+%a : like %t; '=' is put on each page number (assumed dviselect)
|
|
+ B
|
|
+ b
|
|
+ C
|
|
+%c : current page number
|
|
+%D : temporal directory (environment var. TMPDIR; default is "/tmp")
|
|
+%d : directory where DVI file is placed (directory of pathname)
|
|
+ E
|
|
+%e : end page number of region; maximum of %c and %m
|
|
+%F : filename of DVI file (basename of pathname)
|
|
+%f : filename of DVI file (full pathname)
|
|
+%G : like %O; page-to-page form (=p1:p2) (assumed dviselect)
|
|
+%g : like %o; page-to-page form (=p1:p2) (assumed dviselect)
|
|
+ H
|
|
+ h
|
|
+ I
|
|
+ i
|
|
+ J
|
|
+ j
|
|
+%K : like %L; '=' is put on each page number (assumed dviselect)
|
|
+%k : like %l; '=' is put on each page number (assumed dviselect)
|
|
+%L : marked page list; marked order; separated by " "
|
|
+%l : marked page list; marked order; separated by ","
|
|
+ M
|
|
+%m : last marked page number
|
|
+ N
|
|
+ n
|
|
+%O : marked page list; sorted; page-to-page form (p1-p2); separated by " "
|
|
+%o : marked page list; sorted; page-to-page form (p1-p2); separated by ","
|
|
+%P : print command (environment var. PRINTCMD; default is "lpr -r -s -P%p")
|
|
+%p : printer name (environment var. PRINTER; default is "lp")
|
|
+ Q
|
|
+ q
|
|
+%R : DVI filter (environment var. DVIFILTER; default is "dvi2ps -o %Z")
|
|
+%r : proces id
|
|
+ S
|
|
+%s : start page number of region; minimum of %c and %m
|
|
+%T : marked page list; sorted; separated by " "
|
|
+%t : marked page list; sorted; separated by ","
|
|
+ U
|
|
+ u
|
|
+ V
|
|
+ v
|
|
+ W
|
|
+ w
|
|
+ X
|
|
+ x
|
|
+ Y
|
|
+ y
|
|
+%Z : paper size specified with -paper option (tranlated with table)
|
|
+%z : paper size specified with -paper option (lower case; ex. "a4")
|