Figure on title page

2001-03-30 Thread EagleIce

Hello all!

I've been trying to put in a figure/picture on the first page, under the 
Title, in Book Class, Two Sides, but it just doesn't work.
Is this at all possible and in that case how?

Thank's in advance,

ei


-- 
@ EagleIce  [EMAIL PROTECTED]  Running SuSE Linux 7.1 @
@~ Webmaster http://erin.se ~~ http://www.inspired-leadership.com ~@








Re: Figure on title page

2001-03-30 Thread Herbert Voss


On Fri, 30 Mar 2001, EagleIce wrote:

 I've been trying to put in a figure/picture on the first page, under the
 Title, in Book Class, Two Sides, but it just doesn't work.
 Is this at all possible and in that case how?

put it just before your title, means in the same line! than hit
ctrl-enter.


Herbert

---
http:[EMAIL PROTECTED]




Re: Figure on title page

2001-03-30 Thread EagleIce

 On Friday 30 March 2001 10:22, EagleIce wrote:
  Hello all!
 
  I've been trying to put in a figure/picture on the first page, under the
  Title, in Book Class, Two Sides, but it just doesn't work.
  Is this at all possible and in that case how?
 
  Thank's in advance,
 
  ei

 Put
 \usepackage{graphics}
 in the preamble,

 then (in ERT)

 \begin{picture}(0,0)(-330,-210)
 \includegraphics{../whatever.eps}
 \end{picture}

 just after your title - you will need to fiddle with the coordinates to
 position the picture.  You won't see this in LyX either, so you have to do
 a lot of view DVIs before the position is correct!

 HTH,
 Adrian.

Thank's a lot Adrian, I'll give this a try.
But did you see Herberts reply to my question? It's a bit different!
I'll test both of the examples.

Cheers,

ei


-- 
@ EagleIce  [EMAIL PROTECTED]  Running SuSE Linux 7.1 @
@~ Webmaster http://erin.se ~~ http://www.inspired-leadership.com ~@








Re: Figure on title page

2001-03-30 Thread EagleIce

On Friday 30 March 2001 11:42, Herbert Voss wrote:
 On Fri, 30 Mar 2001, EagleIce wrote:
  I've been trying to put in a figure/picture on the first page, under the
  Title, in Book Class, Two Sides, but it just doesn't work.
  Is this at all possible and in that case how?

 put it just before your title, means in the same line! than hit
 ctrl-enter.


 Herbert

Thank's a lot Herbert, I'll give this a try.
But did you see Adrians reply to my question? It's a bit different!
I'll test both of the examples.

Cheers,

ei

-- 
@ EagleIce  [EMAIL PROTECTED]  Running SuSE Linux 7.1 @
@~ Webmaster http://erin.se ~~ http://www.inspired-leadership.com ~@








Re: Figure on title page

2001-03-30 Thread Adrian Ball

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 30 March 2001 11:40, EagleIce wrote:

 Thank's a lot Adrian, I'll give this a try.
 But did you see Herberts reply to my question? It's a bit different!
 I'll test both of the examples.

Well, I think it was Herbert that told me how to do the includegraphics thing 
in the first place - he knows way more about this than I do, so try his 
suggestion first!

- -- 
Adrian Ball - Technical Consultant  || Fax: 07020 965488
 Sun Professional Services  || Mailto:[EMAIL PROTECTED]
  Major Data Services Ltd   || Text message: [EMAIL PROTECTED]
  Tel: 07050 688565 || ICQ#: 111928012
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjrEa9sACgkQ/85LxrzScmcjiwCeIElqoUEOsJZyAbueEKw85FUx
/VEAniojNhyN4Dh2O1xIxpiUN9XG6UBn
=MHok
-END PGP SIGNATURE-



Re: Figure on title page

2001-03-30 Thread Adrian Ball

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 30 March 2001 10:22, EagleIce wrote:
 Hello all!

 I've been trying to put in a figure/picture on the first page, under the
 Title, in Book Class, Two Sides, but it just doesn't work.
 Is this at all possible and in that case how?

 Thank's in advance,

 ei

Put 
\usepackage{graphics}
in the preamble, 

then (in ERT)

\begin{picture}(0,0)(-330,-210) 
\includegraphics{../whatever.eps} 
\end{picture}

just after your title - you will need to fiddle with the coordinates to 
position the picture.  You won't see this in LyX either, so you have to do a 
lot of view DVIs before the position is correct!

HTH,
Adrian.

- -- 
Adrian Ball - Technical Consultant  || Fax: 07020 965488
 Sun Professional Services  || Mailto:[EMAIL PROTECTED]
  Major Data Services Ltd   || Text message: [EMAIL PROTECTED]
  Tel: 07050 688565 || ICQ#: 111928012
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjrEU90ACgkQ/85LxrzScmc0PgCfYaEvx/7X5DOXy3lmHbpNrkNZ
Vd0AoJDfFhJ1RGfNdQGBU6ziQaV5nuEZ
=dwK+
-END PGP SIGNATURE-



Re: Figure on title page

2001-03-30 Thread Dekel Tsur

On Fri, Mar 30, 2001 at 11:42:50AM +0200, Herbert Voss wrote:
 
 On Fri, 30 Mar 2001, EagleIce wrote:
 
  I've been trying to put in a figure/picture on the first page, under the
  Title, in Book Class, Two Sides, but it just doesn't work.
  Is this at all possible and in that case how?
 
 put it just before your title, means in the same line! than hit
  ^^
This sould be AFTER the title.

Namely, you should place the cursor at the end of the title, press ctrl-enter
and then insert the figure _as inlined_.



Re: Figure on title page

2001-03-30 Thread Herbert Voss

Dekel Tsur wrote:
 
 On Fri, Mar 30, 2001 at 11:42:50AM +0200, Herbert Voss wrote:
 
  On Fri, 30 Mar 2001, EagleIce wrote:
 
   I've been trying to put in a figure/picture on the first page, under the
   Title, in Book Class, Two Sides, but it just doesn't work.
   Is this at all possible and in that case how?
 
  put it just before your title, means in the same line! than hit
   ^^
 This sould be AFTER the title.
 
 Namely, you should place the cursor at the end of the title, press ctrl-enter
 and then insert the figure _as inlined_.

that's right, i never saw that it should be placed under the title.
you can also try a table with two rows and one column as title.
than you can put the figure as you like.

Herbert


-- 
http:[EMAIL PROTECTED]




Figure on title page

2001-03-30 Thread EagleIce

Hello all!

I've been trying to put in a figure/picture on the first page, under the 
Title, in Book Class, Two Sides, but it just doesn't work.
Is this at all possible and in that case how?

Thank's in advance,

ei


-- 
@ EagleIce  [EMAIL PROTECTED]  Running SuSE Linux 7.1 @
@~ Webmaster http://erin.se ~~ http://www.inspired-leadership.com ~@








Re: Figure on title page

2001-03-30 Thread Herbert Voss


On Fri, 30 Mar 2001, EagleIce wrote:

 I've been trying to put in a figure/picture on the first page, under the
 Title, in Book Class, Two Sides, but it just doesn't work.
 Is this at all possible and in that case how?

put it just before your title, means in the same line! than hit
ctrl-enter.


Herbert

---
http:[EMAIL PROTECTED]




Re: Figure on title page

2001-03-30 Thread EagleIce

 On Friday 30 March 2001 10:22, EagleIce wrote:
  Hello all!
 
  I've been trying to put in a figure/picture on the first page, under the
  Title, in Book Class, Two Sides, but it just doesn't work.
  Is this at all possible and in that case how?
 
  Thank's in advance,
 
  ei

 Put
 \usepackage{graphics}
 in the preamble,

 then (in ERT)

 \begin{picture}(0,0)(-330,-210)
 \includegraphics{../whatever.eps}
 \end{picture}

 just after your title - you will need to fiddle with the coordinates to
 position the picture.  You won't see this in LyX either, so you have to do
 a lot of view DVIs before the position is correct!

 HTH,
 Adrian.

Thank's a lot Adrian, I'll give this a try.
But did you see Herberts reply to my question? It's a bit different!
I'll test both of the examples.

Cheers,

ei


-- 
@ EagleIce  [EMAIL PROTECTED]  Running SuSE Linux 7.1 @
@~ Webmaster http://erin.se ~~ http://www.inspired-leadership.com ~@








Re: Figure on title page

2001-03-30 Thread EagleIce

On Friday 30 March 2001 11:42, Herbert Voss wrote:
 On Fri, 30 Mar 2001, EagleIce wrote:
  I've been trying to put in a figure/picture on the first page, under the
  Title, in Book Class, Two Sides, but it just doesn't work.
  Is this at all possible and in that case how?

 put it just before your title, means in the same line! than hit
 ctrl-enter.


 Herbert

Thank's a lot Herbert, I'll give this a try.
But did you see Adrians reply to my question? It's a bit different!
I'll test both of the examples.

Cheers,

ei

-- 
@ EagleIce  [EMAIL PROTECTED]  Running SuSE Linux 7.1 @
@~ Webmaster http://erin.se ~~ http://www.inspired-leadership.com ~@








Re: Figure on title page

2001-03-30 Thread Adrian Ball

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 30 March 2001 11:40, EagleIce wrote:

 Thank's a lot Adrian, I'll give this a try.
 But did you see Herberts reply to my question? It's a bit different!
 I'll test both of the examples.

Well, I think it was Herbert that told me how to do the includegraphics thing 
in the first place - he knows way more about this than I do, so try his 
suggestion first!

- -- 
Adrian Ball - Technical Consultant  || Fax: 07020 965488
 Sun Professional Services  || Mailto:[EMAIL PROTECTED]
  Major Data Services Ltd   || Text message: [EMAIL PROTECTED]
  Tel: 07050 688565 || ICQ#: 111928012
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjrEa9sACgkQ/85LxrzScmcjiwCeIElqoUEOsJZyAbueEKw85FUx
/VEAniojNhyN4Dh2O1xIxpiUN9XG6UBn
=MHok
-END PGP SIGNATURE-



Re: Figure on title page

2001-03-30 Thread Adrian Ball

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 30 March 2001 10:22, EagleIce wrote:
 Hello all!

 I've been trying to put in a figure/picture on the first page, under the
 Title, in Book Class, Two Sides, but it just doesn't work.
 Is this at all possible and in that case how?

 Thank's in advance,

 ei

Put 
\usepackage{graphics}
in the preamble, 

then (in ERT)

\begin{picture}(0,0)(-330,-210) 
\includegraphics{../whatever.eps} 
\end{picture}

just after your title - you will need to fiddle with the coordinates to 
position the picture.  You won't see this in LyX either, so you have to do a 
lot of view DVIs before the position is correct!

HTH,
Adrian.

- -- 
Adrian Ball - Technical Consultant  || Fax: 07020 965488
 Sun Professional Services  || Mailto:[EMAIL PROTECTED]
  Major Data Services Ltd   || Text message: [EMAIL PROTECTED]
  Tel: 07050 688565 || ICQ#: 111928012
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjrEU90ACgkQ/85LxrzScmc0PgCfYaEvx/7X5DOXy3lmHbpNrkNZ
Vd0AoJDfFhJ1RGfNdQGBU6ziQaV5nuEZ
=dwK+
-END PGP SIGNATURE-



Re: Figure on title page

2001-03-30 Thread Dekel Tsur

On Fri, Mar 30, 2001 at 11:42:50AM +0200, Herbert Voss wrote:
 
 On Fri, 30 Mar 2001, EagleIce wrote:
 
  I've been trying to put in a figure/picture on the first page, under the
  Title, in Book Class, Two Sides, but it just doesn't work.
  Is this at all possible and in that case how?
 
 put it just before your title, means in the same line! than hit
  ^^
This sould be AFTER the title.

Namely, you should place the cursor at the end of the title, press ctrl-enter
and then insert the figure _as inlined_.



Re: Figure on title page

2001-03-30 Thread Herbert Voss

Dekel Tsur wrote:
 
 On Fri, Mar 30, 2001 at 11:42:50AM +0200, Herbert Voss wrote:
 
  On Fri, 30 Mar 2001, EagleIce wrote:
 
   I've been trying to put in a figure/picture on the first page, under the
   Title, in Book Class, Two Sides, but it just doesn't work.
   Is this at all possible and in that case how?
 
  put it just before your title, means in the same line! than hit
   ^^
 This sould be AFTER the title.
 
 Namely, you should place the cursor at the end of the title, press ctrl-enter
 and then insert the figure _as inlined_.

that's right, i never saw that it should be placed under the title.
you can also try a table with two rows and one column as title.
than you can put the figure as you like.

Herbert


-- 
http:[EMAIL PROTECTED]




Figure on title page

2001-03-30 Thread EagleIce

Hello all!

I've been trying to put in a figure/picture on the first page, under the 
Title, in Book Class, Two Sides, but it just doesn't work.
Is this at all possible and in that case how?

Thank's in advance,

ei


-- 
@ EagleIce  [EMAIL PROTECTED]  Running SuSE Linux 7.1 @
@~ Webmaster  ~~  ~@








Re: Figure on title page

2001-03-30 Thread Herbert Voss


On Fri, 30 Mar 2001, EagleIce wrote:

> I've been trying to put in a figure/picture on the first page, under the
> Title, in Book Class, Two Sides, but it just doesn't work.
> Is this at all possible and in that case how?

put it just before your title, means in the same line! than hit
ctrl-enter.


Herbert

---
http:[EMAIL PROTECTED]




Re: Figure on title page

2001-03-30 Thread EagleIce

> On Friday 30 March 2001 10:22, EagleIce wrote:
> > Hello all!
> >
> > I've been trying to put in a figure/picture on the first page, under the
> > Title, in Book Class, Two Sides, but it just doesn't work.
> > Is this at all possible and in that case how?
> >
> > Thank's in advance,
> >
> > ei
>
> Put
> \usepackage{graphics}
> in the preamble,
>
> then (in ERT)
>
> \begin{picture}(0,0)(-330,-210)
> \includegraphics{../whatever.eps}
> \end{picture}
>
> just after your title - you will need to fiddle with the coordinates to
> position the picture.  You won't see this in LyX either, so you have to do
> a lot of view DVIs before the position is correct!
>
> HTH,
> Adrian.
>
Thank's a lot Adrian, I'll give this a try.
But did you see Herberts reply to my question? It's a bit different!
I'll test both of the examples.

Cheers,

ei


-- 
@ EagleIce  [EMAIL PROTECTED]  Running SuSE Linux 7.1 @
@~ Webmaster  ~~  ~@








Re: Figure on title page

2001-03-30 Thread EagleIce

On Friday 30 March 2001 11:42, Herbert Voss wrote:
> On Fri, 30 Mar 2001, EagleIce wrote:
> > I've been trying to put in a figure/picture on the first page, under the
> > Title, in Book Class, Two Sides, but it just doesn't work.
> > Is this at all possible and in that case how?
>
> put it just before your title, means in the same line! than hit
> ctrl-enter.
>
>
> Herbert
>
Thank's a lot Herbert, I'll give this a try.
But did you see Adrians reply to my question? It's a bit different!
I'll test both of the examples.

Cheers,

ei

-- 
@ EagleIce  [EMAIL PROTECTED]  Running SuSE Linux 7.1 @
@~ Webmaster  ~~  ~@








Re: Figure on title page

2001-03-30 Thread Adrian Ball

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 30 March 2001 11:40, EagleIce wrote:

> Thank's a lot Adrian, I'll give this a try.
> But did you see Herberts reply to my question? It's a bit different!
> I'll test both of the examples.

Well, I think it was Herbert that told me how to do the includegraphics thing 
in the first place - he knows way more about this than I do, so try his 
suggestion first!

- -- 
Adrian Ball - Technical Consultant  || Fax: 07020 965488
 Sun Professional Services  || Mailto:[EMAIL PROTECTED]
  Major Data Services Ltd   || Text message: [EMAIL PROTECTED]
  Tel: 07050 688565 || ICQ#: 111928012
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjrEa9sACgkQ/85LxrzScmcjiwCeIElqoUEOsJZyAbueEKw85FUx
/VEAniojNhyN4Dh2O1xIxpiUN9XG6UBn
=MHok
-END PGP SIGNATURE-



Re: Figure on title page

2001-03-30 Thread Adrian Ball

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 30 March 2001 10:22, EagleIce wrote:
> Hello all!
>
> I've been trying to put in a figure/picture on the first page, under the
> Title, in Book Class, Two Sides, but it just doesn't work.
> Is this at all possible and in that case how?
>
> Thank's in advance,
>
> ei

Put 
\usepackage{graphics}
in the preamble, 

then (in ERT)

\begin{picture}(0,0)(-330,-210) 
\includegraphics{../whatever.eps} 
\end{picture}

just after your title - you will need to fiddle with the coordinates to 
position the picture.  You won't see this in LyX either, so you have to do a 
lot of view DVIs before the position is correct!

HTH,
Adrian.

- -- 
Adrian Ball - Technical Consultant  || Fax: 07020 965488
 Sun Professional Services  || Mailto:[EMAIL PROTECTED]
  Major Data Services Ltd   || Text message: [EMAIL PROTECTED]
  Tel: 07050 688565 || ICQ#: 111928012
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjrEU90ACgkQ/85LxrzScmc0PgCfYaEvx/7X5DOXy3lmHbpNrkNZ
Vd0AoJDfFhJ1RGfNdQGBU6ziQaV5nuEZ
=dwK+
-END PGP SIGNATURE-



Re: Figure on title page

2001-03-30 Thread Dekel Tsur

On Fri, Mar 30, 2001 at 11:42:50AM +0200, Herbert Voss wrote:
> 
> On Fri, 30 Mar 2001, EagleIce wrote:
> 
> > I've been trying to put in a figure/picture on the first page, under the
> > Title, in Book Class, Two Sides, but it just doesn't work.
> > Is this at all possible and in that case how?
> 
> put it just before your title, means in the same line! than hit
  ^^
This sould be AFTER the title.

Namely, you should place the cursor at the end of the title, press ctrl-enter
and then insert the figure _as inlined_.



Re: Figure on title page

2001-03-30 Thread Herbert Voss

Dekel Tsur wrote:
> 
> On Fri, Mar 30, 2001 at 11:42:50AM +0200, Herbert Voss wrote:
> >
> > On Fri, 30 Mar 2001, EagleIce wrote:
> >
> > > I've been trying to put in a figure/picture on the first page, under the
> > > Title, in Book Class, Two Sides, but it just doesn't work.
> > > Is this at all possible and in that case how?
> >
> > put it just before your title, means in the same line! than hit
>   ^^
> This sould be AFTER the title.
> 
> Namely, you should place the cursor at the end of the title, press ctrl-enter
> and then insert the figure _as inlined_.

that's right, i never saw that it should be placed under the title.
you can also try a table with two rows and one column as title.
than you can put the figure as you like.

Herbert


-- 
http:[EMAIL PROTECTED]