特殊:Badtitle/NS100:LpOptions:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Oneleaf留言 | 贡献
新页面: {{From|https://help.ubuntu.com/community/LpOptions}} {{Languages|UbuntuHelp:LpOptions}} == Introduction == lpoptions lets you tweak your print settings == Margins == Most (non photo)...
 
Wikibot留言 | 贡献
无编辑摘要
第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:CategoryDocumentation]]


[[category:UbuntuHelp]]
[[category:UbuntuHelp]]

2007年11月30日 (五) 20:10的版本

{{#ifexist: :LpOptions/zh | | {{#ifexist: LpOptions/zh | | {{#ifeq: {{#titleparts:LpOptions|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:LpOptions|1|-1|}} | zh | | }}

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