Author: Unknown
Email:
Date Submitted: April 16, 1998
Edited By: Ray Curtis <ray@clark.net>
Status: New Entry

Releases: All
Platform: All
Category: Printing and Printers
Category Listing: Printing from Lyx problem

ISSUE:

How do I setup printing from Lyx ?

RESPONSE:

#!/bin/bash

# If I knew what it was that "dvips" was bitching about, I'd fix it (dvips: ! no config file for printer `lp'),
# or I'd convince "lyx" not to put in a "-Plp", but since I can't (lazy), I'll just edit out the "-Plp" argument to "dvips" this way.

exec /usr/lib/texmf/bin/i586-linux/dvips $2

REFERENCES: