View | Details | Raw Unified | Return to bug 24455
Collapse All | Expand All

(-)apsfilter Thu Jan 18 15:47:17 2001 (-2 / +2 lines)
Lines 1643-1649 Link Here
1643
      a2ps|mpage|recode)       # choose filter for ASCII files
1643
      a2ps|mpage|recode)       # choose filter for ASCII files
1644
       ASCII_FILTER=$option ;;
1644
       ASCII_FILTER=$option ;;
1645
      1pps|2pps|4pps|8pps)     # pages per sheet
1645
      1pps|2pps|4pps|8pps)     # pages per sheet
1646
       PS_NUP=${option%pps} ASCII_PPS=$PS_NUP ;;
1646
       PS_NUP=${option%pps} ; ASCII_PPS=$PS_NUP ;;
1647
      header|noheader)         # use ASCII headers?
1647
      header|noheader)         # use ASCII headers?
1648
       ASCII_HEADER=${option#noheader} ;;
1648
       ASCII_HEADER=${option#noheader} ;;
1649
      border|noborder)         # use ASCII borders?
1649
      border|noborder)         # use ASCII borders?
Lines 1657-1663 Link Here
1657
      book)                    # "book" printing mode
1657
      book)                    # "book" printing mode
1658
       PS_BOOK=set PS_NUP=2 ASCII_PPS=2 DUPLEX=set BINDING=short ;;
1658
       PS_BOOK=set PS_NUP=2 ASCII_PPS=2 DUPLEX=set BINDING=short ;;
1659
      land*|port*)             # force paper orientation
1659
      land*|port*)             # force paper orientation
1660
       LANDSCAPE=${option##port*} ASCII_LANDSCAPE=$LANDSCAPE ;;
1660
       LANDSCAPE=${option##port*} ; ASCII_LANDSCAPE=$LANDSCAPE ;;
1661
      color|colour|mono)       # use color or grayscale
1661
      color|colour|mono)       # use color or grayscale
1662
       COLOR=$option ;;
1662
       COLOR=$option ;;
1663
    esac
1663
    esac

Return to bug 24455