www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2015/07/19/10:12:11

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: <CAOP4iL3rp9gjcS=+KxzYQBgC1ogsSReezWfdzZvG8YwmpMiPVw@mail.gmail.com>
Subject: Re: [geda-user] Howto change drawing box format?
From: "Ouabache Designworks (z3qmtr45 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
To: geda-user AT delorie DOT com
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

--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
<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.
; 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] <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

<div dir=3D"ltr"><div><div><div>Find where your gEDA package is installed o=
n your machine and there will be a subdirectory of all the titleblocks in<b=
r></div>&lt;yourInstall&gt;/share/gEDA/sym/titleblock<br>.<br><br></div>The=
 selection is made in the gschemrc file:<br><br><br>; Automatically place a=
 titleblock (or other components) when creating<br>; a new page.<br>; Comme=
nt in these lines if you want gschem to automatically place a titleblock<br=
>; when you create a new _empty_ page.<br>; Users can customize the default=
 titleblock by adding the following line<br>; (without the semi-colons at t=
he beginning) to the gschemrc file:<br>;; (define default-titleblock &quot;=
title-A4.sym&quot;)<br>;; Change &quot;title-A4.sym&quot; by the name of yo=
ur preferred titleblock!<br>;<br>; If you don&#39;t want a titleblock to be=
 added automatically, then add one of <br>; the following lines to your gsc=
hemrc file (without the semicolon).<br>; There are several ways, so just ch=
oose one:<br>;=C2=A0=C2=A0 (define default-titleblock &quot;&quot;)<br>;=C2=
=A0=C2=A0 (define default-titleblock &#39;())<br>;=C2=A0=C2=A0 (define defa=
ult-titleblock #f)<br>;<br>(define default-titleblock &quot;title-B.sym&quo=
t;)<br><br><br></div>John Eaton<br><br><div><br><br></div></div><div class=
=3D"gmail_extra"><br><div class=3D"gmail_quote">On Sun, Jul 19, 2015 at 5:2=
2 AM, Rub=C3=A9n G=C3=B3mez Antol=C3=AD (<a href=3D"mailto:lobo AT mucharuina.=
com">lobo AT mucharuina DOT com</a>) [via <a href=3D"mailto:geda-user AT delorie DOT com"=
>geda-user AT delorie DOT com</a>] <span dir=3D"ltr">&lt;<a href=3D"mailto:geda-us=
er AT delorie DOT com" target=3D"_blank">geda-user AT delorie DOT com</a>&gt;</span> wrot=
e:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-l=
eft:1px #ccc solid;padding-left:1ex">Hello all:<br>
<br>
I need to change default drawing box* format in order to adapt my schematic=
s to my university requests. Before search I don&#39;t found any references=
.<br>
<br>
Is there any easy way to change this? (Or, at least, a way perhaps should b=
e complex.)<br>
<br>
And, is a way to setting author or title camps? I don&#39;t encounter too. =
(Usually I add a text element but, do should be a way to set it?)<br>
<br>
Thanks in advance.<br>
<br>
Best regards.<br>
<br>
Salud y Revoluci=C3=B3n.<br>
<br>
R. G=C3=B3mez<br>
<br>
*: I&#39;m not completly sure that in english his name are drawing box, in =
spanish is &quot;cajet=C3=ADn&quot;, I&#39;m refer to space where put title=
, author, page, etc.<span class=3D"HOEnZb"><font color=3D"#888888"><br>
-- <br>
Libertad es poder elegir en cualquier momento. Ahora yo elijo GNU/Linux,<br=
>
para no atar mis manos con las cadenas del soft propietario.<br>
Porque la libertad no es tu derecho, es tu responsabilidad.<br>
<a href=3D"http://www.mucharuina.com" rel=3D"noreferrer" target=3D"_blank">=
http://www.mucharuina.com</a><br>
---------<br>
Desde El Ejido, en Almer=C3=ADa, usuario registrado Linux #294013<br>
<a href=3D"http://www.counter.li.org" rel=3D"noreferrer" target=3D"_blank">=
http://www.counter.li.org</a><br>
</font></span></blockquote></div><br></div>

--089e013c69d2186677051b3b0116--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019