X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <5127A9BF.7040708@estechnical.co.uk> Date: Fri, 22 Feb 2013 17:24:15 +0000 From: Ed Simmons User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] linking two page schematic in gschem References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-As: ed AT estechnical DOT co DOT uk Reply-To: geda-user AT delorie DOT com On 22/02/13 17:17, Eugene Mikhantiev wrote: > 2013/2/22 Rob Butts : >> I have a schematic that I had to add a second page to and I did this through >> the page->new menu command. Now fter adding the second page I can't get the >> auto number refdes to auto number the second page. I am trying to auto >> number the whole hierarchy and skipping selected objects with nothing >> selected. >> >> Do I have to auto number specific types and start with specific numbers? >> >> Thanks > I know only one way to preform whole numeration in multiple files: you > must create top-level .sch file and add symbols of your schematics to > it. See project examples/gTAG/ for reference. > There are also useful tutorial: > http://transistorgrab.de/wp-content/uploads/2009/06/gschem-hierarchic-tutorial.pdf Alternatively you can use refdes_renum on the command line with the -pgskip option, then list your schematic file names. From the man page: refdes_renum [--nocopy] [--pgskip [ number ] ] file1 ... I hope that helps, it's quicker if you want a flat multi-page design. Best, Ed