diff options
author | Kevin Breit <battery841@mediaone.net> | 2001-09-04 23:41:09 +0800 |
---|---|---|
committer | Kevin Breit <battery841@src.gnome.org> | 2001-09-04 23:41:09 +0800 |
commit | e7df94f6f78ec35551a30625171b53c48c44ca87 (patch) | |
tree | 69782b3e05830b3701e25e8b07e7997d06866fa4 | |
parent | 43cc7a078a685c48d086f57ae1ede6eacab43370 (diff) | |
download | gsoc2013-evolution-e7df94f6f78ec35551a30625171b53c48c44ca87.tar.gz gsoc2013-evolution-e7df94f6f78ec35551a30625171b53c48c44ca87.tar.zst gsoc2013-evolution-e7df94f6f78ec35551a30625171b53c48c44ca87.zip |
Added infoa about Windows not handling .ps
2001-09-04 Kevin Breit <battery841@mediaone.net>
* C/usage-print.sgml: Added infoa about Windows not handling .ps
svn path=/trunk/; revision=12580
-rw-r--r-- | help/C/usage-print.sgml | 18 | ||||
-rw-r--r-- | help/ChangeLog | 4 |
2 files changed, 16 insertions, 6 deletions
diff --git a/help/C/usage-print.sgml b/help/C/usage-print.sgml index 747b6838d0..4e217dc99c 100644 --- a/help/C/usage-print.sgml +++ b/help/C/usage-print.sgml @@ -59,12 +59,18 @@ linkend="print-dest">, lets you choose the format for printing— <guilabel>Generic Postscript</guilabel>, whether to write to a PDF file, and whether to print - to a file or to an actual printer in Generic Postscript. If you choose a printer, - you'll be asked for the printer command (probably - <guilabel>lpr</guilabel>) which your system uses. If you - choose to print to a file, you'll need to decide upon a - filename. And of course, you'll want to choose a number of - copies, and whether to collate them. + to a file or to an actual printer in Generic Postscript. If you choose a printer, + you'll be asked for the printer command (probably + <guilabel>lpr</guilabel>) which your system uses. If you + choose to print to a file, you'll need to decide upon a + filename. And of course, you'll want to choose a number of + copies, and whether to collate them. + <note id="windows-ps"> + <title>Printing to PostScript?</title> + <para> + If you're printing to PostScript, be careful. Windows cannot open up PostScript files. If you need your file to be read on a Windows, you should export to PDF. + </para> + </note> </para> <!-- ==============Figure=================================== --> diff --git a/help/ChangeLog b/help/ChangeLog index 48259b71db..ae79f90dff 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,7 @@ +2001-09-04 Kevin Breit <battery841@mediaone.net> + + * C/usage-print.sgml: Added infoa about Windows not handling .ps + 2001-09-03 Kevin Breit <battery841@mediaone.net> * C/usage-mail.sgml: Fixed brokenness |