个人工具

“UbuntuHelp:LpOptions”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/LpOptions}} {{Languages|UbuntuHelp:LpOptions}} == Introduction == lpoptions lets you tweak your print settings == Margins == Most (non photo)...)
 
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/LpOptions}}
 
{{From|https://help.ubuntu.com/community/LpOptions}}
 
{{Languages|UbuntuHelp:LpOptions}}
 
{{Languages|UbuntuHelp:LpOptions}}
 
 
 
== Introduction ==
 
== Introduction ==
 
 
lpoptions lets you tweak your print settings
 
lpoptions lets you tweak your print settings
 
 
== Margins ==
 
== Margins ==
 
 
Most (non photo) printers don't print on 100% of the paper (unprintable area)
 
Most (non photo) printers don't print on 100% of the paper (unprintable area)
 
<pre><nowiki>
 
<pre><nowiki>
 
# lpoptions -p myxerox -o page-top=8 -o  page-left=8 -o  page-bottom=8 -o  page-right=8
 
# lpoptions -p myxerox -o page-top=8 -o  page-left=8 -o  page-bottom=8 -o  page-right=8
 
</nowiki></pre>
 
</nowiki></pre>
 
 
 
== Page Border ==
 
== Page Border ==
 
 
Print a single line page border around each page
 
Print a single line page border around each page
 
<pre><nowiki>
 
<pre><nowiki>
 
# lpoptions -p myoki -o page-border=single
 
# lpoptions -p myoki -o page-border=single
 
</nowiki></pre>
 
</nowiki></pre>
 
 
== Paper Saving ==
 
== Paper Saving ==
 
 
Print two pages per page
 
Print two pages per page
 
<pre><nowiki>
 
<pre><nowiki>
 
# lpoptions -p myoki -o number-up=2
 
# lpoptions -p myoki -o number-up=2
 
</nowiki></pre>
 
</nowiki></pre>
 
 
----
 
----
[[category:CategoryDocumentation]]
+
[[category:CategoryHardware]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年12月16日 (二) 19:16的最新版本

Introduction

lpoptions lets you tweak your print settings

Margins

Most (non photo) printers don't print on 100% of the paper (unprintable area)

# lpoptions -p myxerox -o page-top=8 -o  page-left=8 -o  page-bottom=8 -o  page-right=8

Page Border

Print a single line page border around each page

# lpoptions -p myoki -o page-border=single

Paper Saving

Print two pages per page

# lpoptions -p myoki -o number-up=2