diff options
Diffstat (limited to 'help/C/adf.page')
| -rw-r--r-- | help/C/adf.page | 53 | 
1 files changed, 33 insertions, 20 deletions
| diff --git a/help/C/adf.page b/help/C/adf.page index 6074808..7c6f81b 100644 --- a/help/C/adf.page +++ b/help/C/adf.page @@ -1,8 +1,18 @@ -<page xmlns="http://projectmallard.org/1.0/" +<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its"        type="guide"        id="adf">      <info> +        <revision pkgversion="3.35.90" date="2020-02-07"/> +        <credit type="author" its:translate="no"> +            <name>Robert Ancell</name> +            <email>robert.ancell@gmail.com</email> +        </credit> +        <credit type="author" its:translate="no"> +            <name>Ali Shtarbanov</name> +            <email>ametedinov@gmail.com</email> +        </credit> +        <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />          <link type="guide" xref="index#acquire"/>      </info> @@ -20,32 +30,35 @@        </steps>        <steps> -	<title>Use a Menu</title> +	<title>Use the Toolbar</title>  	<item> -	  <p>Navigate to <guiseq><gui>Document</gui> -	  <gui>Scan</gui><gui>All Pages From Feeder</gui></guiseq>. -	  </p> -	</item> -      </steps> -       -      <steps> -	<title>Use the Toolbar Buttons</title> -	<item> -	  <p>Click on the arrow to the right of the "Scan" button.</p> +          <p>Click the arrow to the right of the <gui style="button">Scan</gui> button.</p>  	</item>  	<item> -	  <p>Choose "All Pages From Feeder".</p> +	  <p>Select <gui style="button">All Pages From Feeder</gui>.</p>  	  <media type="image" src="figures/scan_toolbar.png"/>  	</item>        </steps> -     -     -    <note style="tip"> +      <p> -    By default, both sides of a sheet will scan if your scanner has this capability. -    You can choose single side scanning from the <guiseq><gui>Document</gui><gui>Preferences</gui></guiseq> menu. +    By default, both sides of a page will be scanned if your scanner has this +    capability. To scan only a single side:      </p> -    <media type="image" src="figures/preferences.png"/> -    </note> +    <steps> +      <item> +        <p>Press the menu button in the top-right corner of the window and select +        <gui style="menuitem">Preferences</gui>.</p> +      </item> +      <item> +        <p>Select <gui style="tab">Scanning</gui>.</p> +      </item> +      <item> +        <p>Change the <gui>Scan Sides</gui> value.</p> +      </item> +      <item> +        <p>Close the dialog.</p> +        <media type="image" src="figures/preferences.png"/> +      </item> +    </steps>  </page> | 
