DJ Delorie wrote: >> What about to export a whole hirarchy of schemas in gschem and get a linked >> (aka clickable) PDF? It's a bit nasty to print every single scheet at once >> and then get them someway together. > > > Makefile bits: > > gschem -p -o $@ -s ./print.scm $< > gschem -p -o $@ -s ./print.scm $< > gschem -p -o $@ -s ./print.scm $< > ./psmerge $(PS) > clock.ps > ps2pdf $< $@ > > It would be sweet if gschem had an option to print the whole page > manager stack that way, or read from a project file (like gsch2pcb > does).
ah, I thought he meant where you could click on an instance in your pdf schematic and have it hyperlinked to the correct page in your pdf document. See my other reply for how to do that (programming required). -Dan _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
