X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=+JrX/Cmc6+YE9qMWLkJA8ojPFaL/h/7HzQe0VHrUDuI=; b=KhmCiBHfK7y2VGTyxrHAk5ueTxjZea6EvyqoYKuusWCQ7n93Qf73zy2syAwcPBaqpo gjx+24cNiN2LgxzCOW9GCpI8lpJQwnAL+fHycIgJT3nlNDJezxq+mhQIyENv8kHfgc1L 0h0Z8ZFRwDGiWB65I+slLhftaxP5/Y4iueuR5B2NYUKNTZmi6rQLqjc06SIlQ+1DpxUe /Dcl1HdWGjiZUBbqAEHPfDuYtX+VKX1gXw0sD4/7SaX9dexU8fn5libZ/PMu8x/2U5fU kXQbg9YG2jwZWTDYerz+AKEKWvxDyAyfPkdqR7ECeaSDp7SsO7KSA7lIvizEEsxHuN7z iNeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=+JrX/Cmc6+YE9qMWLkJA8ojPFaL/h/7HzQe0VHrUDuI=; b=j/m1RtjGLytBrQ7c362GVIFtmr8q+NFHrlKDO5nmDGNbgY8FaC0a2t4h7ubr2x7+vP oMa906WEoiLmKHIODH0KFSWK8v/ui1QhTQsGmz0oSohPIpIWl+KTajkeCWbO+xzDHlRJ 1/wzxircmELA05XFpEjY8SPu6FcqaT1R4bZGtSVhrxeAHFgU71g+JiIbcQ+GNK2Qn2OT BOUI7NqTQPs0CJzJkLTcBDdj0TOSlYR0rCv/AXa9RExJHMrwI4ghCXXHsN0SslC5imCV VKEeVdScgUZCyYaB+Lnd0Nmmf7eGFXZwCX6MGRNWimh/RbQnuXniwtVAprWgHzmmMaSu 9ATQ== X-Gm-Message-State: AOUpUlGWG06WDlL9Wt19L29ASwwHEsEyQJaCjqsklsfB+tt+/meFyEHT jFf6i9BerneQ9dXHI2XI7C0OhgHBmhaS5HtzsK7SWg== X-Google-Smtp-Source: AAOMgpfvawMtsgCR5MNlvPcxgCj2tiNa805I1q83W0U/kOKGlOvzAilAu+h3qkUXXsHVZPjp139Cgyc6cxfkoY6M6k4= X-Received: by 2002:aca:dc55:: with SMTP id t82-v6mr9636837oig.159.1532362372393; Mon, 23 Jul 2018 09:12:52 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180723152807.13d27cadcd023b63aa3fd9c0@gmail.com> References: <20180723152807 DOT 13d27cadcd023b63aa3fd9c0 AT gmail DOT com> From: "Luis de Arquer (ldearquer AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Mon, 23 Jul 2018 18:12:51 +0200 Message-ID: Subject: Re: [geda-user] gschem multiple pages To: geda-user AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi Nicklas, Thanks for the help. I managed to make it work this way, thanks for the tips. However, this is still foreign to the gschem "Page" menu. Page->Previous, Page->Next, still don't work, is it a work in progress? Maybe I should update? (I am using v. 1.8.2.20130925). Even if I use the Page->New command to create a new page, save and close, the page manager forgets about them next time they open. It would be great if this could create "sibling" pages and remember them. Luis 2018-07-23 15:28 GMT+02:00, Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com] : >> Hi all, >> >> I have an schematic split in 6 pages, but I am unable to tell gschem >> the pages are related. I can open the first sch file, open the page >> manager, and then open all the pages in the page manager. Then I can >> use AvPag and RePag to navigate through my whole project. However: > > You add the source=filename.sch attribute to any symbol. Then you could > traverse the hierachy with "Hd" or right click and chose "Down schematic". > > You probably need to draw your own symbol which and gschem need to be > restarted befor you could add them with just an any other symbol. In the > schematic below input and output symbols are with refdes equal to symbol pin > label is used to connect nets. You also have to chose a hierarchy which make > sense. > > Mechanism is very powerful/flexible and it is possible to add symbol "above" > schematics with connections to show cable connections in between boards but > not possible to connect to connectors below. > > > a file named "gafrc" in the schematic directory with the rows below you have > to search yourself in gschem manual may also be useful: > (source-library ".") > (component-library ".") > (component-library "../sym") > > > Nicklas Karlsson >