[tex-k] Dvips: missing documentation of -p and -l options

Igor Liferenko igor.liferenko at gmail.com
Fri Aug 20 05:13:32 CEST 2021


Hi,

In dvips.c we find such code while processing `-p' option:

    switch(sscanf(p, "%ld.%ld", &firstpage, &firstseq)) {

and this for `-l' option:

    switch(sscanf(p, "%ld.%ld", &lastpage, &lastseq)) {

Does anybody recall what for is used firstseq and lastseq?

Regards,
Igor


More information about the tex-k mailing list.