Man page - dviselect(1)
Packages contains this manual
- otangle(1)
- msxlint(1)
- devnag(1)
- hishrink(1)
- mf-nowin(1)
- histretch(1)
- ttfdump(1)
- dt2dv(1)
- pfb2pfa(1)
- synctex(5)
- ctangle(1)
- ovf2ovp(1)
- mendex(1)
- ofm2opl(1)
- dvipdft(1)
- dvihp(1)
- gftopk(1)
- dvilj2p(1)
- ptekf(1)
- dviselect(1)
- cweave(1)
- pktogf(1)
- dvicopy(1)
- dvilj4(1)
- vlna(1)
- xml2pmx(1)
- xetex(1)
- texluac(1)
- ctwill-refsort(1)
- synctex(1)
- ttf2tfm(1)
- mf(1)
- afm2pl(1)
- dvipdfmx(1)
- mft(1)
- inimf(1)
- mkofm(1)
- dvitomp(1)
- xdvi(1)
- pltotf(1)
- makejvf(1)
- hitex(1)
- ebb(1)
- mkocp(1)
- outocp(1)
- patgen(1)
- extractbb(1)
- ctie(1)
- detex(1)
- mkindex(1)
- dvitype(1)
- tex2aspc(1)
- xdvipdfmx(1)
- ctwill-twinx(1)
- twill(1)
- opl2ofm(1)
- initex(1)
- ps2pk(1)
- dvibook(1)
- dvilj4l(1)
- dvilj(1)
- dvi2tty(1)
- gsftopk(1)
- odvicopy(1)
- odvitype(1)
- scor2prt(1)
- pdfopen(1)
- dvips(1)
- gftype(1)
- pktype(1)
- kpsestat(1)
- pdfclose(1)
- kpseaccess(1)
- ctwill(1)
- chkdvifont(1)
- vftovp(1)
- kpsewhich(1)
- pdftosrc(1)
- kpsereadlink(1)
- ttf2afm(1)
- prepmx(1)
- dviconcat(1)
- twill-refsort(1)
- weave(1)
- otp2ocp(1)
- tangle(1)
- bibtex8(1)
- afm2tfm(1)
- mag(1)
- tftopl(1)
- pdfetex(1)
- disdvi(1)
- makeindex(1)
- autosp(1)
- ctwill-proofsort(1)
- axohelp(1)
- tpic2pdftex(1)
- luatex(1)
- dv2dt(1)
- dvipdfm(1)
- bibtexu(1)
- cweb(1)
- pdftex(1)
- pooltype(1)
- tie(1)
- pk2bm(1)
- texlua(1)
- dvitodvi(1)
- vptovf(1)
- tex(1)
- aleph(1)
- mpost(1)
- luahbtex(1)
- dvilj6(1)
- dvipos(1)
- pmxab(1)
- dvispc(1)
- gftodvi(1)
- ttf2pk(1)
- bibtex.original(1)
- ovp2ovf(1)
apt-get install texlive-binaries
Manual
DVISELECT
NAMESYNOPSIS
DESCRIPTION
AUTHOR
SEE ALSO
BUGS
NAME
dviselect - extract pages from DVI files
SYNOPSIS
dviselect [ -s ] [ -i infile ] [ -o outfile ] list of pages [ infile [ outfile ] ]
DESCRIPTION
Dviselect selects pages from a DVI file produced by TeX, creating a new DVI file usable by any of the TeX conversion programs, or even by dviselect itself.
A range is a string of the form even , odd , or first:last where both first and last are optional numeric strings, with negative numbers indicated by a leading underscore character ββ_ββ. If both first and last are omitted, the colon may also be omitted, or may be replaced with an asterisk ββ*ββ. A page range is a list of ranges separated by periods. A list of pages is described by a set of page ranges separated by commas and/or white space.
Dviselect actually looks at the ten count variables that TeX writes; the first of these (\count0) is the page number, with \count1 through \count9 having varied uses depending on which macro packages are in use. (Typically \count1 might be a chapter or section number.) A page is included in dviselect βs output if all its \count values match any one of the ranges listed on the command line. For example, the command ββdviselect *.1,35:ββ might select everything in chapter 1, as well as pages 35 and up. ββdviselect 10:30ββ would select pages 10 through 30 (inclusive). ββ:43ββ means everything up to and including page 43 (including negative-numbered pages). To get all even-numbered pages, use ββevenββ; to get all odd-numbered pages, use ββoddββ. If a Table of Contents has negative page numbers, ββ:_1ββ will select it. Note that ββ*ββ must be quoted from the shell; the empty string is more convenient to use, if harder to read.
Instead of \count values, dviselect can also select by ββabsolute page numberββ, where the first page is page 1, the second page 2, and so forth. Absolute page numbers are indicated by a leading equal sign ββ=ββ. Ranges of absolute pages are also allowed: ββdviselect =3:7ββ will extract the third through seventh pages. Dot separators are not legal in absolute ranges, and there are no negative absolute page numbers. Even/odd specifiers, however, are legal; ββdviselect =evenββ selects every other page, starting with the second.
More precisely, an asterisk or an empty string implies no limit; an equal sign means absolute page number rather than \counts; a leading colon means everything up to and including the given page; a trailing colon means everything from the given page on; the word ββevenββ means only even values shall be accepted; the word ββoddββ means only odd values shall be accepted; and a period indicates that the next \count should be examined. If fewer than 10 ranges are specified, the remaining \counts are left unrestricted (that is, ββ1:5ββ and ββ1:5.*ββ are equivalent). A single number n is treated as if it were the range n:n . An arbitrary number of page selectors may be given, separated by commas or whitespace; a page is selected if any of the selectors matches its \counts or absolute page number.
Dviselect normally prints the page numbers of the pages selected; the -s option suppresses this.
AUTHOR
Chris Torek, University of Maryland
SEE ALSO
dviconcat(1),
latex(1), tex(1)
MC-TeX Userβs Guide
The TeXbook
BUGS
A leading ββ-ββ ought to be allowed for negative numbers, but it is currently used as a synonym for ββ:ββ, for backwards compatibility.
Section or subsection selection will sometimes fail, for the DVI file lists only the \count values that were active when the page ended. Clever macro packages can alleviate this by making use of other ββfreeββ \count registers. Chapters normally begin on new pages, and do not suffer from this particular problem.
The heuristic that decides which arguments are page selectors and which are file names is often wrong. Using shell redirection or the -i and -o options is safest.
Dviselect does not adjust the parameters in the postamble; however, since these values are normally used only to size certain structures in the output conversion programs, and the parameters never need to be adjusted upward, this has not proven to be a problem.