diff options
Diffstat (limited to 'libraries/libpaper/README')
-rw-r--r-- | libraries/libpaper/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libpaper/README b/libraries/libpaper/README new file mode 100644 index 0000000000..af51f88a63 --- /dev/null +++ b/libraries/libpaper/README @@ -0,0 +1,7 @@ +libpaper is a library for handling paper characteristics. + +The libpaper paper-handling library automates recognition of many different +paper types and sizes for programs that need to deal with printed output. + +Pass the variable PAPERSIZE=letter|a3|a4|... to the script to set the +preferred papersize (the default is a4). |