File: printing-select.page

package info (click to toggle)
gnome-user-docs 48.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 142,176 kB
  • sloc: xml: 829; makefile: 532; sh: 514
file content (46 lines) | stat: -rw-r--r-- 1,740 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="printing-select" xml:lang="ko">

  <info>
    <link type="guide" xref="printing#paper"/>

    <revision pkgversion="3.4.0" date="2012-02-19" status="candidate"/>
    <revision pkgversion="3.13.92" date="2014-09-22" status="candidate"/>
    <revision pkgversion="3.18" date="2015-09-29" status="final"/>

    <credit type="author">
      <name>Phil Bull</name>
      <email>philbull@gmail.com</email>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>지정 페이지 또는 페이지 범위만 인쇄합니다.</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>조성호</mal:name>
      <mal:email>shcho@gnome.org</mal:email>
      <mal:years>2021, 2022, 2023</mal:years>
    </mal:credit>
  </info>

  <title>일부 지정 페이지만 인쇄</title>

  <p>문서에서 일부 지정 페이지만 인쇄하려면:</p>

  <steps>
    <item>
      <p><keyseq><key>Ctrl</key><key>P</key></keyseq> 키를 눌러 인쇄 대화상자를 엽니다.</p>
    </item>
    <item>
      <p><gui>일반</gui> 탭에서 <gui>범위</gui> 섹션의 <gui>페이지</gui>를 선택합니다.</p>
    </item>
    <item><p>텍스트 입력 상자에 인쇄하려는 페이지 수를 쉼표로 구분하여 입력합니다. 대시 기호는 페이지 범위를 나타냅니다.</p></item>
  </steps>

  <note>
    <p>예를 들어 <gui>페이지</gui> 텍스트 입력 상자에 “1,3,5-7”을 입력하면 1,3,5,6,7 페이지를 인쇄합니다.</p>
    <media type="image" src="figures/printing-select.png"/>
  </note>

</page>