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=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=SNfHn6/S9SfrnARueXQKRtYGHveBcj6FO6r+UH+J73o=; b=zfiIg2k1QgezK45acZhpuKPXbvS7gONOxgwMzqIbOAmj7b9K3VvjrtffpW1pAHEMmG 5XY24oJ3x9RVyjqGp5d6R+kJymGFNzbX8Qo9CaW9uNlybPrhjNUKF69RG4AZ2svKTxlB wQBh7736DGcqbm6fTnbAMsWUgv7LWNnBcmcH6VjSqpXukEuj8ZpfLhiPIOD12D/TUxpl PdUyePBxQCM9Q247kyb4z86J1NpyNilyLrg1qo5exVhHnJ+UTaPmVGhOINjJ59hghF6k TWfoWobJQoBAW+v7qhKbWHp+yurlP1TP+Y+eAJTT6VCY206xD0FsTrHx2RC3872yEs7N r1Ag== MIME-Version: 1.0 X-Received: by 10.50.36.72 with SMTP id o8mr7577462igj.16.1437315118948; Sun, 19 Jul 2015 07:11:58 -0700 (PDT) In-Reply-To: <55AB969F.9040508@mucharuina.com> References: <55AB969F DOT 9040508 AT mucharuina DOT com> Date: Sun, 19 Jul 2015 07:11:58 -0700 Message-ID: Subject: Re: [geda-user] Howto change drawing box format? From: "Ouabache Designworks (z3qmtr45 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=089e013c69d2186677051b3b0116 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 --089e013c69d2186677051b3b0116 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Find where your gEDA package is installed on your machine and there will be a subdirectory of all the titleblocks in /share/gEDA/sym/titleblock . The selection is made in the gschemrc file: ; Automatically place a titleblock (or other components) when creating ; a new page. ; Comment in these lines if you want gschem to automatically place a titleblock ; when you create a new _empty_ page. ; Users can customize the default titleblock by adding the following line ; (without the semi-colons at the beginning) to the gschemrc file: ;; (define default-titleblock "title-A4.sym") ;; Change "title-A4.sym" by the name of your preferred titleblock! ; ; If you don't want a titleblock to be added automatically, then add one of ; the following lines to your gschemrc file (without the semicolon). ; There are several ways, so just choose one: ; (define default-titleblock "") ; (define default-titleblock '()) ; (define default-titleblock #f) ; (define default-titleblock "title-B.sym") John Eaton On Sun, Jul 19, 2015 at 5:22 AM, Rub=C3=A9n G=C3=B3mez Antol=C3=AD (lobo AT mu= charuina.com) [via geda-user AT delorie DOT com] wrote: > Hello all: > > I need to change default drawing box* format in order to adapt my > schematics to my university requests. Before search I don't found any > references. > > Is there any easy way to change this? (Or, at least, a way perhaps should > be complex.) > > And, is a way to setting author or title camps? I don't encounter too. > (Usually I add a text element but, do should be a way to set it?) > > Thanks in advance. > > Best regards. > > Salud y Revoluci=C3=B3n. > > R. G=C3=B3mez > > *: I'm not completly sure that in english his name are drawing box, in > spanish is "cajet=C3=ADn", I'm refer to space where put title, author, pa= ge, etc. > -- > Libertad es poder elegir en cualquier momento. Ahora yo elijo GNU/Linux, > para no atar mis manos con las cadenas del soft propietario. > Porque la libertad no es tu derecho, es tu responsabilidad. > http://www.mucharuina.com > --------- > Desde El Ejido, en Almer=C3=ADa, usuario registrado Linux #294013 > http://www.counter.li.org > --089e013c69d2186677051b3b0116 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Find where your gEDA package is installed o= n your machine and there will be a subdirectory of all the titleblocks in
<yourInstall>/share/gEDA/sym/titleblock
.

The= selection is made in the gschemrc file:


; Automatically place a= titleblock (or other components) when creating
; a new page.
; Comme= nt in these lines if you want gschem to automatically place a titleblock; when you create a new _empty_ page.
; Users can customize the default= titleblock by adding the following line
; (without the semi-colons at t= he beginning) to the gschemrc file:
;; (define default-titleblock "= title-A4.sym")
;; Change "title-A4.sym" by the name of yo= ur preferred titleblock!
;
; If you don't want a titleblock to be= added automatically, then add one of
; the following lines to your gsc= hemrc file (without the semicolon).
; There are several ways, so just ch= oose one:
;=C2=A0=C2=A0 (define default-titleblock "")
;=C2= =A0=C2=A0 (define default-titleblock '())
;=C2=A0=C2=A0 (define defa= ult-titleblock #f)
;
(define default-titleblock "title-B.sym&quo= t;)


John Eaton




On Sun, Jul 19, 2015 at 5:2= 2 AM, Rub=C3=A9n G=C3=B3mez Antol=C3=AD (lobo AT mucharuina DOT com) [via geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrot= e:
Hello all:

I need to change default drawing box* format in order to adapt my schematic= s to my university requests. Before search I don't found any references= .

Is there any easy way to change this? (Or, at least, a way perhaps should b= e complex.)

And, is a way to setting author or title camps? I don't encounter too. = (Usually I add a text element but, do should be a way to set it?)

Thanks in advance.

Best regards.

Salud y Revoluci=C3=B3n.

R. G=C3=B3mez

*: I'm not completly sure that in english his name are drawing box, in = spanish is "cajet=C3=ADn", I'm refer to space where put title= , author, page, etc.
--
Libertad es poder elegir en cualquier momento. Ahora yo elijo GNU/Linux, para no atar mis manos con las cadenas del soft propietario.
Porque la libertad no es tu derecho, es tu responsabilidad.
= http://www.mucharuina.com
---------
Desde El Ejido, en Almer=C3=ADa, usuario registrado Linux #294013
= http://www.counter.li.org

--089e013c69d2186677051b3b0116--