Re: Beamer question: overlays with graphics

2015-10-31 Thread Jürgen Spitzmüller
Am Dienstag 27 Oktober 2015, 22:09:08 schrieb Eran Kaplinsky:
> I have some older slides with frames divided into two columns. On the left
> column, there is an itemized list exposed one slide at a time. On the
> right, a corresponding image alternates within a fixed overlayarea.
> 
> In previous Lyx versions I did this with <1->, <2-> etc (on the left), and
> overlayarea(width)(height) and  \includegraphics<1>[]{},
> \includegraphics<2>[]{}, etc (on the right)
> 
> These slides do not compile in 2.1.4.

Could you provide an example file? This might be a bug in the lyx2lyx 
converter.

> 
> I am having limited success with Overprint instead: the left column now
> appears like this:
> onslide 1- textA
> onslide 2- textB
> 
> And the right column like this:
> Overprint onslide 1 (image1)
> Overprint onslide 2 (image2)
> 
> But my problem is controlling the width of the overprint. It doesn't seem
> that inserting Overprint Area Width does anything. Looking at the source
> pane, filling the width box is not even reflected in the source; inserting
> it within the width box as ERT with Ctrl+L is reflected in the source, but
> has no effect on the image size.

Again, please post a minimal example.

Jürgen

> Any ideas?
> Eran




Beamer question: overlays with graphics

2015-10-27 Thread Eran Kaplinsky
I have some older slides with frames divided into two columns. On the left
column, there is an itemized list exposed one slide at a time. On the
right, a corresponding image alternates within a fixed overlayarea.

In previous Lyx versions I did this with <1->, <2-> etc (on the left), and
overlayarea(width)(height) and  \includegraphics<1>[]{},
\includegraphics<2>[]{}, etc (on the right)

These slides do not compile in 2.1.4.

I am having limited success with Overprint instead: the left column now
appears like this:
onslide 1- textA
onslide 2- textB

And the right column like this:
Overprint onslide 1 (image1)
Overprint onslide 2 (image2)

But my problem is controlling the width of the overprint. It doesn't seem
that inserting Overprint Area Width does anything. Looking at the source
pane, filling the width box is not even reflected in the source; inserting
it within the width box as ERT with Ctrl+L is reflected in the source, but
has no effect on the image size.

Any ideas?
Eran


beamer question

2012-08-01 Thread paul sutton
Hi

Now we have the raspberry PI out,  I can perhaps use a raspberry Pi as
part of a display system for a TV,  sort of scroll through slides etc.

if i create a presentation in beamer does this allow for auto changing
of slides as in if I set the pi to auto boot to x, auto login and start
a presentation,  I want it to run the presentation and when it gets to
the end,  start over from the beginning without having to press a
keyboard to go to next slide.

Just wondered if this is possible or another package should be used.

Paul

-- 



--
http://drupal.zleap.net
skype : psutton111
http://www.linkedin.com/pub/paul-sutton/36/595/911



Re: beamer question

2012-08-01 Thread Les Denham
On Wed, 01 Aug 2012 20:15:29 +0100
paul sutton zl...@zleap.net wrote:

 Hi
 
 Now we have the raspberry PI out,  I can perhaps use a raspberry Pi as
 part of a display system for a TV,  sort of scroll through slides etc.
 
 if i create a presentation in beamer does this allow for auto changing
 of slides as in if I set the pi to auto boot to x, auto login and
 start a presentation,  I want it to run the presentation and when it
 gets to the end,  start over from the beginning without having to
 press a keyboard to go to next slide.
 
 Just wondered if this is possible or another package should be used.
 
 Paul
 
Paul,

Look at \transduration in the the Beamer User Guide
(http://mirrors.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf)

I haven't used it myself, but it seems as if it should do what you're
asking.

Or you could use Impressive
(http://impressive.sourceforge.net/index.php)
which can be used to automate any PDF presentation.

You might need to write a simple loop in some scripting language (I'd
use Perl, but Python, bash, etc. would work) to repeat the show.

Les


beamer question

2012-08-01 Thread paul sutton
Hi

Now we have the raspberry PI out,  I can perhaps use a raspberry Pi as
part of a display system for a TV,  sort of scroll through slides etc.

if i create a presentation in beamer does this allow for auto changing
of slides as in if I set the pi to auto boot to x, auto login and start
a presentation,  I want it to run the presentation and when it gets to
the end,  start over from the beginning without having to press a
keyboard to go to next slide.

Just wondered if this is possible or another package should be used.

Paul

-- 



--
http://drupal.zleap.net
skype : psutton111
http://www.linkedin.com/pub/paul-sutton/36/595/911



Re: beamer question

2012-08-01 Thread Les Denham
On Wed, 01 Aug 2012 20:15:29 +0100
paul sutton zl...@zleap.net wrote:

 Hi
 
 Now we have the raspberry PI out,  I can perhaps use a raspberry Pi as
 part of a display system for a TV,  sort of scroll through slides etc.
 
 if i create a presentation in beamer does this allow for auto changing
 of slides as in if I set the pi to auto boot to x, auto login and
 start a presentation,  I want it to run the presentation and when it
 gets to the end,  start over from the beginning without having to
 press a keyboard to go to next slide.
 
 Just wondered if this is possible or another package should be used.
 
 Paul
 
Paul,

Look at \transduration in the the Beamer User Guide
(http://mirrors.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf)

I haven't used it myself, but it seems as if it should do what you're
asking.

Or you could use Impressive
(http://impressive.sourceforge.net/index.php)
which can be used to automate any PDF presentation.

You might need to write a simple loop in some scripting language (I'd
use Perl, but Python, bash, etc. would work) to repeat the show.

Les


beamer question

2012-08-01 Thread paul sutton
Hi

Now we have the raspberry PI out,  I can perhaps use a raspberry Pi as
part of a display system for a TV,  sort of scroll through slides etc.

if i create a presentation in beamer does this allow for auto changing
of slides as in if I set the pi to auto boot to x, auto login and start
a presentation,  I want it to run the presentation and when it gets to
the end,  start over from the beginning without having to press a
keyboard to go to next slide.

Just wondered if this is possible or another package should be used.

Paul

-- 



--
http://drupal.zleap.net
skype : psutton111
http://www.linkedin.com/pub/paul-sutton/36/595/911



Re: beamer question

2012-08-01 Thread Les Denham
On Wed, 01 Aug 2012 20:15:29 +0100
paul sutton  wrote:

> Hi
> 
> Now we have the raspberry PI out,  I can perhaps use a raspberry Pi as
> part of a display system for a TV,  sort of scroll through slides etc.
> 
> if i create a presentation in beamer does this allow for auto changing
> of slides as in if I set the pi to auto boot to x, auto login and
> start a presentation,  I want it to run the presentation and when it
> gets to the end,  start over from the beginning without having to
> press a keyboard to go to next slide.
> 
> Just wondered if this is possible or another package should be used.
> 
> Paul
> 
Paul,

Look at \transduration in the the Beamer User Guide
(http://mirrors.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf)

I haven't used it myself, but it seems as if it should do what you're
asking.

Or you could use Impressive
(http://impressive.sourceforge.net/index.php)
which can be used to automate any PDF presentation.

You might need to write a simple loop in some scripting language (I'd
use Perl, but Python, bash, etc. would work) to repeat the show.

Les


Re: A Lyx-beamer question

2011-10-10 Thread Murat Yildizoglu
Hi Liviu,

I agree with your strategy as a general approach, but given the
tendency of the students to religiously copy the projection, I prefer
to limit a lot the contents of my slides, and uncover things in a very
progressive way in my courses. Otherwise, they get obsessed by copying
the screen and they do not listen to the explanations... As a
consequence, for these cases, I prefer something automatic and
systematical.

Murat

2011/9/28 Liviu Andronic landronim...@gmail.com:
 On Wed, Sep 28, 2011 at 3:49 PM, Murat Yildizoglu yi...@u-bordeaux4.fr 
 wrote:
 But I see that I can learn many tricks from this template (I do every
 trick manually in ERB for now), and better use Lyx with beamer. Very
 good news.

 I use regularly Beamer with LyX, and of course it always depends what
 you do and how you subsequently present your slides, but my experience
 with stepwise display (everywhere) is: don't. Stepwise is good in
 specific places, but usually it makes more sense (for me, anyway) to
 display in blocks. For example, you can put two items in one slide and
 uncover the three next in the second slide. I also tend to combine
 this with 'block' environment (again, with pauses between 'blocks'),
 and sometimes the vertical columns (don't remember their proper name).
 But stepwise uncovering for every item tends not to work for me.

 Cheers
 Liviu




-- 
Prof. Murat Yildizoglu
Université Montesquieu Bordeaux IV
GREThA (UMR CNRS 5113)
Avenue Léon Duguit
33608 Pessac cedex
France

yi...@u-bordeaux4.fr
http://yildizoglu.info
http://www.twitter.com/yildizoglu


Re: A Lyx-beamer question

2011-10-10 Thread Paul Rubin
Murat Yildizoglu myildi at gmail.com wrote:
 
 Is there a way to catch back my initial trick (putting it only once
 for all slides)? Why what I put in the preamble is not used during the
 compilation (means that, I imagine, something else in the template
 reverses it)?
 
 Murat
 

Does it work if you put it in ERT in a standard environment at the beginning of
the body of the document?

Paul




Re: A Lyx-beamer question

2011-10-10 Thread Murat Yildizoglu
Hi Liviu,

I agree with your strategy as a general approach, but given the
tendency of the students to religiously copy the projection, I prefer
to limit a lot the contents of my slides, and uncover things in a very
progressive way in my courses. Otherwise, they get obsessed by copying
the screen and they do not listen to the explanations... As a
consequence, for these cases, I prefer something automatic and
systematical.

Murat

2011/9/28 Liviu Andronic landronim...@gmail.com:
 On Wed, Sep 28, 2011 at 3:49 PM, Murat Yildizoglu yi...@u-bordeaux4.fr 
 wrote:
 But I see that I can learn many tricks from this template (I do every
 trick manually in ERB for now), and better use Lyx with beamer. Very
 good news.

 I use regularly Beamer with LyX, and of course it always depends what
 you do and how you subsequently present your slides, but my experience
 with stepwise display (everywhere) is: don't. Stepwise is good in
 specific places, but usually it makes more sense (for me, anyway) to
 display in blocks. For example, you can put two items in one slide and
 uncover the three next in the second slide. I also tend to combine
 this with 'block' environment (again, with pauses between 'blocks'),
 and sometimes the vertical columns (don't remember their proper name).
 But stepwise uncovering for every item tends not to work for me.

 Cheers
 Liviu




-- 
Prof. Murat Yildizoglu
Université Montesquieu Bordeaux IV
GREThA (UMR CNRS 5113)
Avenue Léon Duguit
33608 Pessac cedex
France

yi...@u-bordeaux4.fr
http://yildizoglu.info
http://www.twitter.com/yildizoglu


Re: A Lyx-beamer question

2011-10-10 Thread Paul Rubin
Murat Yildizoglu myildi at gmail.com wrote:
 
 Is there a way to catch back my initial trick (putting it only once
 for all slides)? Why what I put in the preamble is not used during the
 compilation (means that, I imagine, something else in the template
 reverses it)?
 
 Murat
 

Does it work if you put it in ERT in a standard environment at the beginning of
the body of the document?

Paul




Re: A Lyx-beamer question

2011-10-10 Thread Murat Yildizoglu
Hi Liviu,

I agree with your strategy as a general approach, but given the
tendency of the students to religiously copy the projection, I prefer
to limit a lot the contents of my slides, and uncover things in a very
progressive way in my courses. Otherwise, they get obsessed by copying
the screen and they do not listen to the explanations... As a
consequence, for these cases, I prefer something automatic and
systematical.

Murat

2011/9/28 Liviu Andronic :
> On Wed, Sep 28, 2011 at 3:49 PM, Murat Yildizoglu  
> wrote:
>> But I see that I can learn many tricks from this template (I do every
>> trick manually in ERB for now), and better use Lyx with beamer. Very
>> good news.
>>
> I use regularly Beamer with LyX, and of course it always depends what
> you do and how you subsequently present your slides, but my experience
> with stepwise display (everywhere) is: don't. Stepwise is good in
> specific places, but usually it makes more sense (for me, anyway) to
> display in blocks. For example, you can put two items in one slide and
> uncover the three next in the second slide. I also tend to combine
> this with 'block' environment (again, with pauses between 'blocks'),
> and sometimes the vertical columns (don't remember their proper name).
> But stepwise uncovering for every item tends not to work for me.
>
> Cheers
> Liviu
>



-- 
Prof. Murat Yildizoglu
Université Montesquieu Bordeaux IV
GREThA (UMR CNRS 5113)
Avenue Léon Duguit
33608 Pessac cedex
France

yi...@u-bordeaux4.fr
http://yildizoglu.info
http://www.twitter.com/yildizoglu


Re: A Lyx-beamer question

2011-10-10 Thread Paul Rubin
Murat Yildizoglu  gmail.com> wrote:
> 
> Is there a way to catch back my initial trick (putting it only once
> for all slides)? Why what I put in the preamble is not used during the
> compilation (means that, I imagine, something else in the template
> reverses it)?
> 
> Murat
> 

Does it work if you put it in ERT in a standard environment at the beginning of
the body of the document?

Paul




A Lyx-beamer question

2011-09-28 Thread Murat Yildizoglu
Hi,

When I do beamers in a standard latex editor, I put

\beamerdefaultoverlayspecification{+-}

in the header to have the list show progressively their items (by
pausing between items)

When I use the beamer template of Lyx, this instruction in the
preamble seems ineffective: I get plain slides like if I have given
then handout option to the class.

I can only get the original setup if I put this instruction in each
slide, in an ERB.

Is there a way to catch back my initial trick (putting it only once
for all slides)? Why what I put in the preamble is not used during the
compilation (means that, I imagine, something else in the template
reverses it)?

Murat

-- 
Prof. Murat Yildizoglu
Université Montesquieu Bordeaux IV
GREThA (UMR CNRS 5113)
Avenue Léon Duguit
33608 Pessac cedex
France

yi...@u-bordeaux4.fr
http://yildizoglu.info
http://www.twitter.com/yildizoglu


Re: A Lyx-beamer question

2011-09-28 Thread Liviu Andronic
On Wed, Sep 28, 2011 at 8:41 AM, Murat Yildizoglu myi...@gmail.com wrote:
 Hi,

 When I do beamers in a standard latex editor, I put

 \beamerdefaultoverlayspecification{+-}

I'm not familiar with this, btu this is the exact same instruction in
File  New from Template  beamer.lyx. Try that and see if it works.
(The note just before the first frame.)

Liviu


 in the header to have the list show progressively their items (by
 pausing between items)

 When I use the beamer template of Lyx, this instruction in the
 preamble seems ineffective: I get plain slides like if I have given
 then handout option to the class.

 I can only get the original setup if I put this instruction in each
 slide, in an ERB.

 Is there a way to catch back my initial trick (putting it only once
 for all slides)? Why what I put in the preamble is not used during the
 compilation (means that, I imagine, something else in the template
 reverses it)?

 Murat

 --
 Prof. Murat Yildizoglu
 Université Montesquieu Bordeaux IV
 GREThA (UMR CNRS 5113)
 Avenue Léon Duguit
 33608 Pessac cedex
 France

 yi...@u-bordeaux4.fr
 http://yildizoglu.info
 http://www.twitter.com/yildizoglu




-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: A Lyx-beamer question

2011-09-28 Thread Manolo Martínez
On 09/28/11 at 11:48am, Liviu Andronic wrote:
 On Wed, Sep 28, 2011 at 8:41 AM, Murat Yildizoglu myi...@gmail.com wrote:
  Hi,
 
  When I do beamers in a standard latex editor, I put
 
  \beamerdefaultoverlayspecification{+-}
 
 I'm not familiar with this, btu this is the exact same instruction in
 File  New from Template  beamer.lyx. Try that and see if it works.
 (The note just before the first frame.)
 
 Liviu
 
I have never got this to work in the LyX Beamer template. Always
end up adding Pauses galore.

Manolo


Re: A Lyx-beamer question

2011-09-28 Thread Murat Yildizoglu
Hi Liviu,

Thanks a lot for this suggestion, I have used the templates, so I have
definitely missed this one.

Unfortunately, it does not solve my problem, since the template itself
uses an even more manual approach than mine to solve this problem (by
putting overlays after each item).

I have inserted a dummy slide with just three items on it, they came
all visible in the same in the PDF.

But I see that I can learn many tricks from this template (I do every
trick manually in ERB for now), and better use Lyx with beamer. Very
good news.

Anyway, it seems that Lyx redefines something somewhere to suppress
the effect of the global instruction I put in the preamble (it
perfectly works with beamer documents written with TexMaker, for
example). This definition would be in the slide part, since putting
the instruction in the beginning of my document (before the first
slide)  does not solve the problem either. When I have some time, I
will check the layout file to see how it redefines the frame and its
properties.

2011/9/28 Liviu Andronic landronim...@gmail.com:
 On Wed, Sep 28, 2011 at 8:41 AM, Murat Yildizoglu myi...@gmail.com wrote:
 Hi,

 When I do beamers in a standard latex editor, I put

 \beamerdefaultoverlayspecification{+-}

 I'm not familiar with this, btu this is the exact same instruction in
 File  New from Template  beamer.lyx. Try that and see if it works.
 (The note just before the first frame.)

 Liviu


 in the header to have the list show progressively their items (by
 pausing between items)

 When I use the beamer template of Lyx, this instruction in the
 preamble seems ineffective: I get plain slides like if I have given
 then handout option to the class.

 I can only get the original setup if I put this instruction in each
 slide, in an ERB.

 Is there a way to catch back my initial trick (putting it only once
 for all slides)? Why what I put in the preamble is not used during the
 compilation (means that, I imagine, something else in the template
 reverses it)?

 Murat

 --
 Prof. Murat Yildizoglu
 Université Montesquieu Bordeaux IV
 GREThA (UMR CNRS 5113)
 Avenue Léon Duguit
 33608 Pessac cedex
 France

 yi...@u-bordeaux4.fr
 http://yildizoglu.info
 http://www.twitter.com/yildizoglu




 --
 Do you know how to read?
 http://www.alienetworks.com/srtest.cfm
 http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
 Do you know how to write?
 http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail




-- 
Prof. Murat Yildizoglu
Université Montesquieu Bordeaux IV
GREThA (UMR CNRS 5113)
Avenue Léon Duguit
33608 Pessac cedex
France

yi...@u-bordeaux4.fr
http://yildizoglu.info
http://www.twitter.com/yildizoglu


Re: A Lyx-beamer question

2011-09-28 Thread Liviu Andronic
On Wed, Sep 28, 2011 at 3:49 PM, Murat Yildizoglu yi...@u-bordeaux4.fr wrote:
 But I see that I can learn many tricks from this template (I do every
 trick manually in ERB for now), and better use Lyx with beamer. Very
 good news.

I use regularly Beamer with LyX, and of course it always depends what
you do and how you subsequently present your slides, but my experience
with stepwise display (everywhere) is: don't. Stepwise is good in
specific places, but usually it makes more sense (for me, anyway) to
display in blocks. For example, you can put two items in one slide and
uncover the three next in the second slide. I also tend to combine
this with 'block' environment (again, with pauses between 'blocks'),
and sometimes the vertical columns (don't remember their proper name).
But stepwise uncovering for every item tends not to work for me.

Cheers
Liviu


A Lyx-beamer question

2011-09-28 Thread Murat Yildizoglu
Hi,

When I do beamers in a standard latex editor, I put

\beamerdefaultoverlayspecification{+-}

in the header to have the list show progressively their items (by
pausing between items)

When I use the beamer template of Lyx, this instruction in the
preamble seems ineffective: I get plain slides like if I have given
then handout option to the class.

I can only get the original setup if I put this instruction in each
slide, in an ERB.

Is there a way to catch back my initial trick (putting it only once
for all slides)? Why what I put in the preamble is not used during the
compilation (means that, I imagine, something else in the template
reverses it)?

Murat

-- 
Prof. Murat Yildizoglu
Université Montesquieu Bordeaux IV
GREThA (UMR CNRS 5113)
Avenue Léon Duguit
33608 Pessac cedex
France

yi...@u-bordeaux4.fr
http://yildizoglu.info
http://www.twitter.com/yildizoglu


Re: A Lyx-beamer question

2011-09-28 Thread Liviu Andronic
On Wed, Sep 28, 2011 at 8:41 AM, Murat Yildizoglu myi...@gmail.com wrote:
 Hi,

 When I do beamers in a standard latex editor, I put

 \beamerdefaultoverlayspecification{+-}

I'm not familiar with this, btu this is the exact same instruction in
File  New from Template  beamer.lyx. Try that and see if it works.
(The note just before the first frame.)

Liviu


 in the header to have the list show progressively their items (by
 pausing between items)

 When I use the beamer template of Lyx, this instruction in the
 preamble seems ineffective: I get plain slides like if I have given
 then handout option to the class.

 I can only get the original setup if I put this instruction in each
 slide, in an ERB.

 Is there a way to catch back my initial trick (putting it only once
 for all slides)? Why what I put in the preamble is not used during the
 compilation (means that, I imagine, something else in the template
 reverses it)?

 Murat

 --
 Prof. Murat Yildizoglu
 Université Montesquieu Bordeaux IV
 GREThA (UMR CNRS 5113)
 Avenue Léon Duguit
 33608 Pessac cedex
 France

 yi...@u-bordeaux4.fr
 http://yildizoglu.info
 http://www.twitter.com/yildizoglu




-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: A Lyx-beamer question

2011-09-28 Thread Manolo Martínez
On 09/28/11 at 11:48am, Liviu Andronic wrote:
 On Wed, Sep 28, 2011 at 8:41 AM, Murat Yildizoglu myi...@gmail.com wrote:
  Hi,
 
  When I do beamers in a standard latex editor, I put
 
  \beamerdefaultoverlayspecification{+-}
 
 I'm not familiar with this, btu this is the exact same instruction in
 File  New from Template  beamer.lyx. Try that and see if it works.
 (The note just before the first frame.)
 
 Liviu
 
I have never got this to work in the LyX Beamer template. Always
end up adding Pauses galore.

Manolo


Re: A Lyx-beamer question

2011-09-28 Thread Murat Yildizoglu
Hi Liviu,

Thanks a lot for this suggestion, I have used the templates, so I have
definitely missed this one.

Unfortunately, it does not solve my problem, since the template itself
uses an even more manual approach than mine to solve this problem (by
putting overlays after each item).

I have inserted a dummy slide with just three items on it, they came
all visible in the same in the PDF.

But I see that I can learn many tricks from this template (I do every
trick manually in ERB for now), and better use Lyx with beamer. Very
good news.

Anyway, it seems that Lyx redefines something somewhere to suppress
the effect of the global instruction I put in the preamble (it
perfectly works with beamer documents written with TexMaker, for
example). This definition would be in the slide part, since putting
the instruction in the beginning of my document (before the first
slide)  does not solve the problem either. When I have some time, I
will check the layout file to see how it redefines the frame and its
properties.

2011/9/28 Liviu Andronic landronim...@gmail.com:
 On Wed, Sep 28, 2011 at 8:41 AM, Murat Yildizoglu myi...@gmail.com wrote:
 Hi,

 When I do beamers in a standard latex editor, I put

 \beamerdefaultoverlayspecification{+-}

 I'm not familiar with this, btu this is the exact same instruction in
 File  New from Template  beamer.lyx. Try that and see if it works.
 (The note just before the first frame.)

 Liviu


 in the header to have the list show progressively their items (by
 pausing between items)

 When I use the beamer template of Lyx, this instruction in the
 preamble seems ineffective: I get plain slides like if I have given
 then handout option to the class.

 I can only get the original setup if I put this instruction in each
 slide, in an ERB.

 Is there a way to catch back my initial trick (putting it only once
 for all slides)? Why what I put in the preamble is not used during the
 compilation (means that, I imagine, something else in the template
 reverses it)?

 Murat

 --
 Prof. Murat Yildizoglu
 Université Montesquieu Bordeaux IV
 GREThA (UMR CNRS 5113)
 Avenue Léon Duguit
 33608 Pessac cedex
 France

 yi...@u-bordeaux4.fr
 http://yildizoglu.info
 http://www.twitter.com/yildizoglu




 --
 Do you know how to read?
 http://www.alienetworks.com/srtest.cfm
 http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
 Do you know how to write?
 http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail




-- 
Prof. Murat Yildizoglu
Université Montesquieu Bordeaux IV
GREThA (UMR CNRS 5113)
Avenue Léon Duguit
33608 Pessac cedex
France

yi...@u-bordeaux4.fr
http://yildizoglu.info
http://www.twitter.com/yildizoglu


Re: A Lyx-beamer question

2011-09-28 Thread Liviu Andronic
On Wed, Sep 28, 2011 at 3:49 PM, Murat Yildizoglu yi...@u-bordeaux4.fr wrote:
 But I see that I can learn many tricks from this template (I do every
 trick manually in ERB for now), and better use Lyx with beamer. Very
 good news.

I use regularly Beamer with LyX, and of course it always depends what
you do and how you subsequently present your slides, but my experience
with stepwise display (everywhere) is: don't. Stepwise is good in
specific places, but usually it makes more sense (for me, anyway) to
display in blocks. For example, you can put two items in one slide and
uncover the three next in the second slide. I also tend to combine
this with 'block' environment (again, with pauses between 'blocks'),
and sometimes the vertical columns (don't remember their proper name).
But stepwise uncovering for every item tends not to work for me.

Cheers
Liviu


A Lyx-beamer question

2011-09-28 Thread Murat Yildizoglu
Hi,

When I do beamers in a standard latex editor, I put

\beamerdefaultoverlayspecification{<+->}

in the header to have the list show progressively their items (by
pausing between items)

When I use the beamer template of Lyx, this instruction in the
preamble seems ineffective: I get plain slides like if I have given
then "handout" option to the class.

I can only get the original setup if I put this instruction in each
slide, in an ERB.

Is there a way to catch back my initial trick (putting it only once
for all slides)? Why what I put in the preamble is not used during the
compilation (means that, I imagine, something else in the template
reverses it)?

Murat

-- 
Prof. Murat Yildizoglu
Université Montesquieu Bordeaux IV
GREThA (UMR CNRS 5113)
Avenue Léon Duguit
33608 Pessac cedex
France

yi...@u-bordeaux4.fr
http://yildizoglu.info
http://www.twitter.com/yildizoglu


Re: A Lyx-beamer question

2011-09-28 Thread Liviu Andronic
On Wed, Sep 28, 2011 at 8:41 AM, Murat Yildizoglu  wrote:
> Hi,
>
> When I do beamers in a standard latex editor, I put
>
> \beamerdefaultoverlayspecification{<+->}
>
I'm not familiar with this, btu this is the exact same instruction in
File > New from Template > beamer.lyx. Try that and see if it works.
(The note just before the first frame.)

Liviu


> in the header to have the list show progressively their items (by
> pausing between items)
>
> When I use the beamer template of Lyx, this instruction in the
> preamble seems ineffective: I get plain slides like if I have given
> then "handout" option to the class.
>
> I can only get the original setup if I put this instruction in each
> slide, in an ERB.
>
> Is there a way to catch back my initial trick (putting it only once
> for all slides)? Why what I put in the preamble is not used during the
> compilation (means that, I imagine, something else in the template
> reverses it)?
>
> Murat
>
> --
> Prof. Murat Yildizoglu
> Université Montesquieu Bordeaux IV
> GREThA (UMR CNRS 5113)
> Avenue Léon Duguit
> 33608 Pessac cedex
> France
>
> yi...@u-bordeaux4.fr
> http://yildizoglu.info
> http://www.twitter.com/yildizoglu
>



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: A Lyx-beamer question

2011-09-28 Thread Manolo Martínez
On 09/28/11 at 11:48am, Liviu Andronic wrote:
> On Wed, Sep 28, 2011 at 8:41 AM, Murat Yildizoglu  wrote:
> > Hi,
> >
> > When I do beamers in a standard latex editor, I put
> >
> > \beamerdefaultoverlayspecification{<+->}
> >
> I'm not familiar with this, btu this is the exact same instruction in
> File > New from Template > beamer.lyx. Try that and see if it works.
> (The note just before the first frame.)
> 
> Liviu
> 
I have never got this to work in the LyX Beamer template. Always
end up adding Pauses galore.

Manolo


Re: A Lyx-beamer question

2011-09-28 Thread Murat Yildizoglu
Hi Liviu,

Thanks a lot for this suggestion, I have used the templates, so I have
definitely missed this one.

Unfortunately, it does not solve my problem, since the template itself
uses an even more manual approach than mine to solve this problem (by
putting overlays after each item).

I have inserted a dummy slide with just three items on it, they came
all visible in the same in the PDF.

But I see that I can learn many tricks from this template (I do every
trick manually in ERB for now), and better use Lyx with beamer. Very
good news.

Anyway, it seems that Lyx redefines something somewhere to suppress
the effect of the global instruction I put in the preamble (it
perfectly works with beamer documents written with TexMaker, for
example). This definition would be in the slide part, since putting
the instruction in the beginning of my document (before the first
slide)  does not solve the problem either. When I have some time, I
will check the layout file to see how it redefines the frame and its
properties.

2011/9/28 Liviu Andronic :
> On Wed, Sep 28, 2011 at 8:41 AM, Murat Yildizoglu  wrote:
>> Hi,
>>
>> When I do beamers in a standard latex editor, I put
>>
>> \beamerdefaultoverlayspecification{<+->}
>>
> I'm not familiar with this, btu this is the exact same instruction in
> File > New from Template > beamer.lyx. Try that and see if it works.
> (The note just before the first frame.)
>
> Liviu
>
>
>> in the header to have the list show progressively their items (by
>> pausing between items)
>>
>> When I use the beamer template of Lyx, this instruction in the
>> preamble seems ineffective: I get plain slides like if I have given
>> then "handout" option to the class.
>>
>> I can only get the original setup if I put this instruction in each
>> slide, in an ERB.
>>
>> Is there a way to catch back my initial trick (putting it only once
>> for all slides)? Why what I put in the preamble is not used during the
>> compilation (means that, I imagine, something else in the template
>> reverses it)?
>>
>> Murat
>>
>> --
>> Prof. Murat Yildizoglu
>> Université Montesquieu Bordeaux IV
>> GREThA (UMR CNRS 5113)
>> Avenue Léon Duguit
>> 33608 Pessac cedex
>> France
>>
>> yi...@u-bordeaux4.fr
>> http://yildizoglu.info
>> http://www.twitter.com/yildizoglu
>>
>
>
>
> --
> Do you know how to read?
> http://www.alienetworks.com/srtest.cfm
> http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
> Do you know how to write?
> http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail
>



-- 
Prof. Murat Yildizoglu
Université Montesquieu Bordeaux IV
GREThA (UMR CNRS 5113)
Avenue Léon Duguit
33608 Pessac cedex
France

yi...@u-bordeaux4.fr
http://yildizoglu.info
http://www.twitter.com/yildizoglu


Re: A Lyx-beamer question

2011-09-28 Thread Liviu Andronic
On Wed, Sep 28, 2011 at 3:49 PM, Murat Yildizoglu  wrote:
> But I see that I can learn many tricks from this template (I do every
> trick manually in ERB for now), and better use Lyx with beamer. Very
> good news.
>
I use regularly Beamer with LyX, and of course it always depends what
you do and how you subsequently present your slides, but my experience
with stepwise display (everywhere) is: don't. Stepwise is good in
specific places, but usually it makes more sense (for me, anyway) to
display in blocks. For example, you can put two items in one slide and
uncover the three next in the second slide. I also tend to combine
this with 'block' environment (again, with pauses between 'blocks'),
and sometimes the vertical columns (don't remember their proper name).
But stepwise uncovering for every item tends not to work for me.

Cheers
Liviu


RE: Beamer question: Addional infos for Teacher

2010-03-21 Thread Ingar Pareliussen
It sound like branches are good fit for your problem. 

Make the presentation. Make new branch in Document-Setting --Branches. Make 
the changes for the students, change the document layout to handouts. Make a 
new branch and add the extra for the teachers. Choose the right branch you want 
when making the different handouts and the presentation. 

Some addition info can be fount in the lyxwiki:
http://wiki.lyx.org/LyX/Presentations
http://wiki.lyx.org/LyX/HumanitiesLyX#toc4

hth, 
Ingar 


RE: Beamer question: Addional infos for Teacher

2010-03-21 Thread Ingar Pareliussen
It sound like branches are good fit for your problem. 

Make the presentation. Make new branch in Document-Setting --Branches. Make 
the changes for the students, change the document layout to handouts. Make a 
new branch and add the extra for the teachers. Choose the right branch you want 
when making the different handouts and the presentation. 

Some addition info can be fount in the lyxwiki:
http://wiki.lyx.org/LyX/Presentations
http://wiki.lyx.org/LyX/HumanitiesLyX#toc4

hth, 
Ingar 


RE: Beamer question: Addional infos for Teacher

2010-03-21 Thread Ingar Pareliussen
It sound like branches are good fit for your problem. 

Make the presentation. Make new branch in Document->Setting -->Branches. Make 
the changes for the students, change the document layout to handouts. Make a 
new branch and add the extra for the teachers. Choose the right branch you want 
when making the different handouts and the presentation. 

Some addition info can be fount in the lyxwiki:
http://wiki.lyx.org/LyX/Presentations
http://wiki.lyx.org/LyX/HumanitiesLyX#toc4

hth, 
Ingar 


Beamer question: Addional infos for Teacher

2010-03-20 Thread Uwe Ade
Hello

im looking for a solution to make two different types of presentations  with 
beamer from one Source-document:

The first one is a normal Handout for the students.

The second one is a special handout for the teacher. The second one has 
additional informations for the teacher (examples, discussion points, facts 
that are necessary for teaching.

Is it possible to make this kind of Documents with latex beamer? Who does it 
works!

Thanks for every idea.

uwe 

Re: Beamer question: Addional infos for Teacher

2010-03-20 Thread Paul A. Rubin

Uwe Ade wrote:

Hello

im looking for a solution to make two different types of presentations  with 
beamer from one Source-document:

The first one is a normal Handout for the students.

The second one is a special handout for the teacher. The second one has 
additional informations for the teacher (examples, discussion points, facts 
that are necessary for teaching.

Is it possible to make this kind of Documents with latex beamer? Who does it 
works!

Thanks for every idea.

uwe 


The following works fairly well for handouts:

1.  Insert into the preamble (Document  Settings  LaTeX Preamble) the 
command \setbeameroption{show notes}.


2.  Create a branch (Document  Settings  Branches) for the notes, 
using any name you like. Activate the branch when you are creating the 
instructor handout; deactivate it when creating the student handout or 
the actual slide show.


3.  Any place you want a note, do the following:

3a.  Create a standard environment (paragraph), which you may nest under 
an enumerated or itemized list item like any other text.


3b.  In the standard environment, insert the branch (Insert  Branch  
[select your branch]).


3c.  Inside the branch, change the environment to NoteItem and insert 
your note.


More granular control of notes is possible (Beamer user guide, section 
19) but probably requires the insertion of raw LaTeX.


/Paul



Beamer question: Addional infos for Teacher

2010-03-20 Thread Uwe Ade
Hello

im looking for a solution to make two different types of presentations  with 
beamer from one Source-document:

The first one is a normal Handout for the students.

The second one is a special handout for the teacher. The second one has 
additional informations for the teacher (examples, discussion points, facts 
that are necessary for teaching.

Is it possible to make this kind of Documents with latex beamer? Who does it 
works!

Thanks for every idea.

uwe 

Re: Beamer question: Addional infos for Teacher

2010-03-20 Thread Paul A. Rubin

Uwe Ade wrote:

Hello

im looking for a solution to make two different types of presentations  with 
beamer from one Source-document:

The first one is a normal Handout for the students.

The second one is a special handout for the teacher. The second one has 
additional informations for the teacher (examples, discussion points, facts 
that are necessary for teaching.

Is it possible to make this kind of Documents with latex beamer? Who does it 
works!

Thanks for every idea.

uwe 


The following works fairly well for handouts:

1.  Insert into the preamble (Document  Settings  LaTeX Preamble) the 
command \setbeameroption{show notes}.


2.  Create a branch (Document  Settings  Branches) for the notes, 
using any name you like. Activate the branch when you are creating the 
instructor handout; deactivate it when creating the student handout or 
the actual slide show.


3.  Any place you want a note, do the following:

3a.  Create a standard environment (paragraph), which you may nest under 
an enumerated or itemized list item like any other text.


3b.  In the standard environment, insert the branch (Insert  Branch  
[select your branch]).


3c.  Inside the branch, change the environment to NoteItem and insert 
your note.


More granular control of notes is possible (Beamer user guide, section 
19) but probably requires the insertion of raw LaTeX.


/Paul



Beamer question: Addional infos for Teacher

2010-03-20 Thread Uwe Ade
Hello

im looking for a solution to make two different types of presentations  with 
beamer from one Source-document:

The first one is a normal Handout for the students.

The second one is a special handout for the teacher. The second one has 
additional informations for the teacher (examples, discussion points, facts 
that are necessary for teaching.

Is it possible to make this kind of Documents with latex beamer? Who does it 
works!

Thanks for every idea.

uwe 

Re: Beamer question: Addional infos for Teacher

2010-03-20 Thread Paul A. Rubin

Uwe Ade wrote:

Hello

im looking for a solution to make two different types of presentations  with 
beamer from one Source-document:

The first one is a normal Handout for the students.

The second one is a special handout for the teacher. The second one has 
additional informations for the teacher (examples, discussion points, facts 
that are necessary for teaching.

Is it possible to make this kind of Documents with latex beamer? Who does it 
works!

Thanks for every idea.

uwe 


The following works fairly well for handouts:

1.  Insert into the preamble (Document > Settings > LaTeX Preamble) the 
command \setbeameroption{show notes}.


2.  Create a branch (Document > Settings > Branches) for the notes, 
using any name you like. Activate the branch when you are creating the 
instructor handout; deactivate it when creating the student handout or 
the actual slide show.


3.  Any place you want a note, do the following:

3a.  Create a standard environment (paragraph), which you may nest under 
an enumerated or itemized list item like any other text.


3b.  In the standard environment, insert the branch (Insert > Branch > 
[select your branch]).


3c.  Inside the branch, change the environment to NoteItem and insert 
your note.


More granular control of notes is possible (Beamer user guide, section 
19) but probably requires the insertion of raw LaTeX.


/Paul



Re: usetheme beamer question

2005-06-25 Thread Paul A. Rubin

Myriam Abramson wrote:

Hi!

What are the options for usetheme[options]{theme}? I couldn't find
anything in the manual. I am particularly interested in the options
that suppress the outline to appear at the top or the side in a
theme to indicate status as that takes a lot of real estate. 



I'm not positive, but I think the available options vary by theme (and I 
think certain themes don't recognize any options).  What theme are you 
using?


-- Paul




Re: usetheme beamer question

2005-06-25 Thread Paul A. Rubin

Myriam Abramson wrote:

Hi!

What are the options for usetheme[options]{theme}? I couldn't find
anything in the manual. I am particularly interested in the options
that suppress the outline to appear at the top or the side in a
theme to indicate status as that takes a lot of real estate. 



I'm not positive, but I think the available options vary by theme (and I 
think certain themes don't recognize any options).  What theme are you 
using?


-- Paul




Re: usetheme beamer question

2005-06-25 Thread Paul A. Rubin

Myriam Abramson wrote:

Hi!

What are the options for usetheme[options]{theme}? I couldn't find
anything in the manual. I am particularly interested in the options
that suppress the outline to appear at the top or the side in a
theme to indicate status as that takes a lot of real estate. 



I'm not positive, but I think the available options vary by theme (and I 
think certain themes don't recognize any options).  What theme are you 
using?


-- Paul




usetheme beamer question

2005-06-20 Thread Myriam Abramson
Hi!

What are the options for usetheme[options]{theme}? I couldn't find
anything in the manual. I am particularly interested in the options
that suppress the outline to appear at the top or the side in a
theme to indicate status as that takes a lot of real estate. 

-- 
   myriam



Re: usetheme beamer question

2005-06-20 Thread samar

Sent: Monday, June 20, 2005 6:03 PM
Subject: usetheme beamer question



Hi!

What are the options for usetheme[options]{theme}? I couldn't find
anything in the manual. I am particularly interested in the options
that suppress the outline to appear at the top or the side in a
theme to indicate status as that takes a lot of real estate.

--
  myriam



Hi
Dont know if this is precisely what you want but Section 16 on page 145 of 
themanual explains inner themes, outer themes and templates.


samar 



usetheme beamer question

2005-06-20 Thread Myriam Abramson
Hi!

What are the options for usetheme[options]{theme}? I couldn't find
anything in the manual. I am particularly interested in the options
that suppress the outline to appear at the top or the side in a
theme to indicate status as that takes a lot of real estate. 

-- 
   myriam



Re: usetheme beamer question

2005-06-20 Thread samar

Sent: Monday, June 20, 2005 6:03 PM
Subject: usetheme beamer question



Hi!

What are the options for usetheme[options]{theme}? I couldn't find
anything in the manual. I am particularly interested in the options
that suppress the outline to appear at the top or the side in a
theme to indicate status as that takes a lot of real estate.

--
  myriam



Hi
Dont know if this is precisely what you want but Section 16 on page 145 of 
themanual explains inner themes, outer themes and templates.


samar 



usetheme beamer question

2005-06-20 Thread Myriam Abramson
Hi!

What are the options for usetheme[options]{theme}? I couldn't find
anything in the manual. I am particularly interested in the options
that suppress the outline to appear at the top or the side in a
theme to indicate status as that takes a lot of real estate. 

-- 
   myriam



Re: usetheme beamer question

2005-06-20 Thread samar

Sent: Monday, June 20, 2005 6:03 PM
Subject: usetheme beamer question



Hi!

What are the options for usetheme[options]{theme}? I couldn't find
anything in the manual. I am particularly interested in the options
that suppress the outline to appear at the top or the side in a
theme to indicate status as that takes a lot of real estate.

--
  myriam



Hi
Dont know if this is precisely what you want but Section 16 on page 145 of 
themanual explains inner themes, outer themes and templates.


samar 



Re: Another beamer question

2005-05-17 Thread Sven Schreiber
[EMAIL PROTECTED] wrote:

 
 As a temporary measure, maybe you could add this information to the wiki,
 e.g. on this page
 
   http://wiki.lyx.org/FAQ/ERT

 /Christian


Ok thanks to your continuing efforts to get people to collaborate on the
wiki I did that. Hopefully I described the problem correctly.
-sven



Re: Another beamer question

2005-05-17 Thread Sven Schreiber
[EMAIL PROTECTED] wrote:

 
 As a temporary measure, maybe you could add this information to the wiki,
 e.g. on this page
 
   http://wiki.lyx.org/FAQ/ERT

 /Christian


Ok thanks to your continuing efforts to get people to collaborate on the
wiki I did that. Hopefully I described the problem correctly.
-sven



Re: Another beamer question

2005-05-17 Thread Sven Schreiber
[EMAIL PROTECTED] wrote:

> 
> As a temporary measure, maybe you could add this information to the wiki,
> e.g. on this page
> 
>   http://wiki.lyx.org/FAQ/ERT

> /Christian


Ok thanks to your continuing efforts to get people to collaborate on the
wiki I did that. Hopefully I described the problem correctly.
-sven



Re: Another beamer question

2005-05-16 Thread Fernando Gisbert Cervera
Rich Shepard wrote:
Fernando,
   I read that in the docs and changed the string to exclude the 
suffix. It
still does not work. It may be a path issue. On the other hand, not 
having
the company logo on the title slide is no big deal and not worth a 
large time
investment. But, I'd sure like to understand why it's not working 
(path?) and
how to consistently get images in.
Yes, I think it is the path, I experienced the same problem, but I 
didn't remember by the time I answered you, sorry about that. I just had 
a look at my beamer presentations and I always declare the images there 
with their absolute path. This problem does not occur when handling the 
images directly with the *.tex file. You can declare images there with 
relative path, too. Perhaps it is a lyx problem when handling the 
temporary files, I don't know for sure.

   Perhaps I'll try 'insert' rather than pgf.
The advantage of pgf, as far as I know, is that you can handle image 
transparencies, so if you don't need this feature, insert works fine.


Re: Another beamer question

2005-05-16 Thread Fernando Gisbert Cervera
Rich Shepard wrote:
Fernando,
   I read that in the docs and changed the string to exclude the 
suffix. It
still does not work. It may be a path issue. On the other hand, not 
having
the company logo on the title slide is no big deal and not worth a 
large time
investment. But, I'd sure like to understand why it's not working 
(path?) and
how to consistently get images in.
Yes, I think it is the path, I experienced the same problem, but I 
didn't remember by the time I answered you, sorry about that. I just had 
a look at my beamer presentations and I always declare the images there 
with their absolute path. This problem does not occur when handling the 
images directly with the *.tex file. You can declare images there with 
relative path, too. Perhaps it is a lyx problem when handling the 
temporary files, I don't know for sure.

   Perhaps I'll try 'insert' rather than pgf.
The advantage of pgf, as far as I know, is that you can handle image 
transparencies, so if you don't need this feature, insert works fine.


Re: Another beamer question

2005-05-16 Thread Fernando Gisbert Cervera
Rich Shepard wrote:
Fernando,
   I read that in the docs and changed the string to exclude the 
suffix. It
still does not work. It may be a path issue. On the other hand, not 
having
the company logo on the title slide is no big deal and not worth a 
large time
investment. But, I'd sure like to understand why it's not working 
(path?) and
how to consistently get images in.
Yes, I think it is the path, I experienced the same problem, but I 
didn't remember by the time I answered you, sorry about that. I just had 
a look at my beamer presentations and I always declare the images there 
with their absolute path. This problem does not occur when handling the 
images directly with the *.tex file. You can declare images there with 
relative path, too. Perhaps it is a lyx problem when handling the 
temporary files, I don't know for sure.

   Perhaps I'll try 'insert' rather than pgf.
The advantage of pgf, as far as I know, is that you can handle image 
transparencies, so if you don't need this feature, insert works fine.


Re: Another beamer question

2005-05-13 Thread Fernando Gisbert Cervera
Rich Shepard wrote:
  I specify a logo to use on the title slide:
\pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color.eps}
\logo{\pgfuseimage{institution-logo}}
yet it does not display when I View-PDF. Instead, I see Title 
Graphics at
the bottom of that frame.

  What have I missed on this?
I think that you must specify the image file name without the eps 
extension, that is
\pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color}

Thanks,
Rich



Re: Another beamer question

2005-05-13 Thread Sven Schreiber
Angus Leeming wrote:

 LyX doesn't know anything about anything you put in ERT. So yes, if you
 have the file as 'relative to the main document', lyx will be unable to
 find it when it processes a copy of the main document
 in /tmp/lyxfoobar.
 

This is very useful information and not obvious to users, imho. Maybe a
warning to be careful with paths should be added to the ERT part (2.4)
of the Extended Features help doc distributed with lyx? (Given that
quite a bit of advice to lyx users amounts to going the ERT route...)

-sven


Re: Another beamer question

2005-05-13 Thread chr
On Fri, 13 May 2005, Sven Schreiber wrote:

 Angus Leeming wrote:
 
  LyX doesn't know anything about anything you put in ERT. So yes, if you
  have the file as 'relative to the main document', lyx will be unable to
  find it when it processes a copy of the main document
  in /tmp/lyxfoobar.
  
 
 This is very useful information and not obvious to users, imho. Maybe a
 warning to be careful with paths should be added to the ERT part (2.4)
 of the Extended Features help doc distributed with lyx? (Given that
 quite a bit of advice to lyx users amounts to going the ERT route...)

As a temporary measure, maybe you could add this information to the wiki,
e.g. on this page

http://wiki.lyx.org/FAQ/ERT

or possibly create a page with this name

http://wiki.lyx.org/Tips/ERT

If you decide on the latter, please also add the following line to the 
page http://wiki.lyx.org/Tips/PageList

T* Tips/{{ERT}}

so that the new page shows up in the list of pages.

/Christian

-- 
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr




Re: Another beamer question

2005-05-13 Thread Rich Shepard
On Fri, 13 May 2005, Fernando Gisbert Cervera wrote:
I think that you must specify the image file name without the eps
extension, that is
\pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color}
Fernando,
   I read that in the docs and changed the string to exclude the suffix. It
still does not work. It may be a path issue. On the other hand, not having
the company logo on the title slide is no big deal and not worth a large time
investment. But, I'd sure like to understand why it's not working (path?) and
how to consistently get images in.
   Perhaps I'll try 'insert' rather than pgf.
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: Another beamer question

2005-05-13 Thread Angus Leeming
Rich Shepard wrote:
 I read that in the docs and changed the string to exclude the suffix.
 It still does not work. It may be a path issue. On the other hand, not
 having the company logo on the title slide is no big deal and not worth a
 large time investment. But, I'd sure like to understand why it's not
 working (path?) and how to consistently get images in.
 
 Perhaps I'll try 'insert' rather than pgf.

Did you look at the latex log file?

-- 
Angus



Re: Another beamer question

2005-05-13 Thread Fernando Gisbert Cervera
Rich Shepard wrote:
  I specify a logo to use on the title slide:
\pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color.eps}
\logo{\pgfuseimage{institution-logo}}
yet it does not display when I View-PDF. Instead, I see Title 
Graphics at
the bottom of that frame.

  What have I missed on this?
I think that you must specify the image file name without the eps 
extension, that is
\pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color}

Thanks,
Rich



Re: Another beamer question

2005-05-13 Thread Sven Schreiber
Angus Leeming wrote:

 LyX doesn't know anything about anything you put in ERT. So yes, if you
 have the file as 'relative to the main document', lyx will be unable to
 find it when it processes a copy of the main document
 in /tmp/lyxfoobar.
 

This is very useful information and not obvious to users, imho. Maybe a
warning to be careful with paths should be added to the ERT part (2.4)
of the Extended Features help doc distributed with lyx? (Given that
quite a bit of advice to lyx users amounts to going the ERT route...)

-sven


Re: Another beamer question

2005-05-13 Thread chr
On Fri, 13 May 2005, Sven Schreiber wrote:

 Angus Leeming wrote:
 
  LyX doesn't know anything about anything you put in ERT. So yes, if you
  have the file as 'relative to the main document', lyx will be unable to
  find it when it processes a copy of the main document
  in /tmp/lyxfoobar.
  
 
 This is very useful information and not obvious to users, imho. Maybe a
 warning to be careful with paths should be added to the ERT part (2.4)
 of the Extended Features help doc distributed with lyx? (Given that
 quite a bit of advice to lyx users amounts to going the ERT route...)

As a temporary measure, maybe you could add this information to the wiki,
e.g. on this page

http://wiki.lyx.org/FAQ/ERT

or possibly create a page with this name

http://wiki.lyx.org/Tips/ERT

If you decide on the latter, please also add the following line to the 
page http://wiki.lyx.org/Tips/PageList

T* Tips/{{ERT}}

so that the new page shows up in the list of pages.

/Christian

-- 
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr




Re: Another beamer question

2005-05-13 Thread Rich Shepard
On Fri, 13 May 2005, Fernando Gisbert Cervera wrote:
I think that you must specify the image file name without the eps
extension, that is
\pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color}
Fernando,
   I read that in the docs and changed the string to exclude the suffix. It
still does not work. It may be a path issue. On the other hand, not having
the company logo on the title slide is no big deal and not worth a large time
investment. But, I'd sure like to understand why it's not working (path?) and
how to consistently get images in.
   Perhaps I'll try 'insert' rather than pgf.
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: Another beamer question

2005-05-13 Thread Angus Leeming
Rich Shepard wrote:
 I read that in the docs and changed the string to exclude the suffix.
 It still does not work. It may be a path issue. On the other hand, not
 having the company logo on the title slide is no big deal and not worth a
 large time investment. But, I'd sure like to understand why it's not
 working (path?) and how to consistently get images in.
 
 Perhaps I'll try 'insert' rather than pgf.

Did you look at the latex log file?

-- 
Angus



Re: Another beamer question

2005-05-13 Thread Fernando Gisbert Cervera
Rich Shepard wrote:
  I specify a logo to use on the title slide:
\pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color.eps}
\logo{\pgfuseimage{institution-logo}}
yet it does not display when I View->PDF. Instead, I see "Title 
Graphics" at
the bottom of that frame.

  What have I missed on this?
I think that you must specify the image file name without the "eps" 
extension, that is
\pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color}

Thanks,
Rich



Re: Another beamer question

2005-05-13 Thread Sven Schreiber
Angus Leeming wrote:

> LyX doesn't know anything about anything you put in ERT. So yes, if you
> have the file as 'relative to the main document', lyx will be unable to
> find it when it processes a copy of the main document
> in /tmp/lyxfoobar.
> 

This is very useful information and not obvious to users, imho. Maybe a
warning to be careful with paths should be added to the ERT part (2.4)
of the Extended Features help doc distributed with lyx? (Given that
quite a bit of advice to lyx users amounts to going the ERT route...)

-sven


Re: Another beamer question

2005-05-13 Thread chr
On Fri, 13 May 2005, Sven Schreiber wrote:

> Angus Leeming wrote:
> 
> > LyX doesn't know anything about anything you put in ERT. So yes, if you
> > have the file as 'relative to the main document', lyx will be unable to
> > find it when it processes a copy of the main document
> > in /tmp/lyxfoobar.
> > 
> 
> This is very useful information and not obvious to users, imho. Maybe a
> warning to be careful with paths should be added to the ERT part (2.4)
> of the Extended Features help doc distributed with lyx? (Given that
> quite a bit of advice to lyx users amounts to going the ERT route...)

As a temporary measure, maybe you could add this information to the wiki,
e.g. on this page

http://wiki.lyx.org/FAQ/ERT

or possibly create a page with this name

http://wiki.lyx.org/Tips/ERT

If you decide on the latter, please also add the following line to the 
page http://wiki.lyx.org/Tips/PageList

T* Tips/{{ERT}}

so that the new page shows up in the list of pages.

/Christian

-- 
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr




Re: Another beamer question

2005-05-13 Thread Rich Shepard
On Fri, 13 May 2005, Fernando Gisbert Cervera wrote:
I think that you must specify the image file name without the "eps"
extension, that is
\pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color}
Fernando,
   I read that in the docs and changed the string to exclude the suffix. It
still does not work. It may be a path issue. On the other hand, not having
the company logo on the title slide is no big deal and not worth a large time
investment. But, I'd sure like to understand why it's not working (path?) and
how to consistently get images in.
   Perhaps I'll try 'insert' rather than pgf.
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863


Re: Another beamer question

2005-05-13 Thread Angus Leeming
Rich Shepard wrote:
> I read that in the docs and changed the string to exclude the suffix.
> It still does not work. It may be a path issue. On the other hand, not
> having the company logo on the title slide is no big deal and not worth a
> large time investment. But, I'd sure like to understand why it's not
> working (path?) and how to consistently get images in.
> 
> Perhaps I'll try 'insert' rather than pgf.

Did you look at the latex log file?

-- 
Angus



Another beamer question

2005-05-12 Thread Rich Shepard
  I specify a logo to use on the title slide:
\pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color.eps}
\logo{\pgfuseimage{institution-logo}}
yet it does not display when I View-PDF. Instead, I see Title Graphics at
the bottom of that frame.
  What have I missed on this?
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: Another beamer question

2005-05-12 Thread Angus Leeming
Rich Shepard wrote:

I specify a logo to use on the title slide:
 
 \pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color.eps}
 \logo{\pgfuseimage{institution-logo}}
 
 yet it does not display when I View-PDF. Instead, I see Title Graphics
 at the bottom of that frame.
 
What have I missed on this?

pdflatex doesn't know what to do with .eps files, perhaps?
ps2pdf is your friend.

 Thanks,
 Rich

-- 
Angus



Re: Another beamer question

2005-05-12 Thread Rich Shepard
On Thu, 12 May 2005, Angus Leeming wrote:
pdflatex doesn't know what to do with .eps files, perhaps? ps2pdf is your
friend.
  Could be, Angus. I've used .eps files in my book with no problems. In this
case I'm explicitly using the PDF viewer, not pdflatex. Just tried the latter
and it's still no go, but the image is larger and easier to read.
  Well, I'll go spelunking in the beamer manual again and see if I can
stumble across insight there. If so, I'll post the answer so that future
archeologists who dig in the archives can find a complete thread.
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: Another beamer question

2005-05-12 Thread Rich Drewes
I found that unless I copied the graphic to the Lyx working directory in 
/tmp, the logo wouldn't end up in the presentation.  My working hypothesis 
was that this was because the graphics package automatically put the .eps 
or .png on the end of the filename, Lyx didn't know what filename to put 
into /tmp.

Rich

On Thu, 12 May 2005, Rich Shepard wrote:

I specify a logo to use on the title slide:
 
 \pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color.eps}
 \logo{\pgfuseimage{institution-logo}}
 
 yet it does not display when I View-PDF. Instead, I see Title Graphics at
 the bottom of that frame.
 
What have I missed on this?
 
 Thanks,
 
 Rich
 
 


Re: Another beamer question

2005-05-12 Thread Angus Leeming
Rich Drewes wrote:

 I found that unless I copied the graphic to the Lyx working directory in
 /tmp, the logo wouldn't end up in the presentation.  My working
 hypothesis was that this was because the graphics package automatically
 put the .eps or .png on the end of the filename, Lyx didn't know what
 filename to put into /tmp.

LyX doesn't know anything about anything you put in ERT. So yes, if you
have the file as 'relative to the main document', lyx will be unable to
find it when it processes a copy of the main document
in /tmp/lyxfoobar.

Bit embarrassed I didn't spot this first time round...

-- 
Angus



Another beamer question

2005-05-12 Thread Rich Shepard
  I specify a logo to use on the title slide:
\pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color.eps}
\logo{\pgfuseimage{institution-logo}}
yet it does not display when I View-PDF. Instead, I see Title Graphics at
the bottom of that frame.
  What have I missed on this?
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: Another beamer question

2005-05-12 Thread Angus Leeming
Rich Shepard wrote:

I specify a logo to use on the title slide:
 
 \pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color.eps}
 \logo{\pgfuseimage{institution-logo}}
 
 yet it does not display when I View-PDF. Instead, I see Title Graphics
 at the bottom of that frame.
 
What have I missed on this?

pdflatex doesn't know what to do with .eps files, perhaps?
ps2pdf is your friend.

 Thanks,
 Rich

-- 
Angus



Re: Another beamer question

2005-05-12 Thread Rich Shepard
On Thu, 12 May 2005, Angus Leeming wrote:
pdflatex doesn't know what to do with .eps files, perhaps? ps2pdf is your
friend.
  Could be, Angus. I've used .eps files in my book with no problems. In this
case I'm explicitly using the PDF viewer, not pdflatex. Just tried the latter
and it's still no go, but the image is larger and easier to read.
  Well, I'll go spelunking in the beamer manual again and see if I can
stumble across insight there. If so, I'll post the answer so that future
archeologists who dig in the archives can find a complete thread.
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: Another beamer question

2005-05-12 Thread Rich Drewes
I found that unless I copied the graphic to the Lyx working directory in 
/tmp, the logo wouldn't end up in the presentation.  My working hypothesis 
was that this was because the graphics package automatically put the .eps 
or .png on the end of the filename, Lyx didn't know what filename to put 
into /tmp.

Rich

On Thu, 12 May 2005, Rich Shepard wrote:

I specify a logo to use on the title slide:
 
 \pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color.eps}
 \logo{\pgfuseimage{institution-logo}}
 
 yet it does not display when I View-PDF. Instead, I see Title Graphics at
 the bottom of that frame.
 
What have I missed on this?
 
 Thanks,
 
 Rich
 
 


Re: Another beamer question

2005-05-12 Thread Angus Leeming
Rich Drewes wrote:

 I found that unless I copied the graphic to the Lyx working directory in
 /tmp, the logo wouldn't end up in the presentation.  My working
 hypothesis was that this was because the graphics package automatically
 put the .eps or .png on the end of the filename, Lyx didn't know what
 filename to put into /tmp.

LyX doesn't know anything about anything you put in ERT. So yes, if you
have the file as 'relative to the main document', lyx will be unable to
find it when it processes a copy of the main document
in /tmp/lyxfoobar.

Bit embarrassed I didn't spot this first time round...

-- 
Angus



Another beamer question

2005-05-12 Thread Rich Shepard
  I specify a logo to use on the title slide:
\pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color.eps}
\logo{\pgfuseimage{institution-logo}}
yet it does not display when I View->PDF. Instead, I see "Title Graphics" at
the bottom of that frame.
  What have I missed on this?
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863


Re: Another beamer question

2005-05-12 Thread Angus Leeming
Rich Shepard wrote:

>I specify a logo to use on the title slide:
> 
> \pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color.eps}
> \logo{\pgfuseimage{institution-logo}}
> 
> yet it does not display when I View->PDF. Instead, I see "Title Graphics"
> at the bottom of that frame.
> 
>What have I missed on this?

pdflatex doesn't know what to do with .eps files, perhaps?
ps2pdf is your friend.

> Thanks,
> Rich

-- 
Angus



Re: Another beamer question

2005-05-12 Thread Rich Shepard
On Thu, 12 May 2005, Angus Leeming wrote:
pdflatex doesn't know what to do with .eps files, perhaps? ps2pdf is your
friend.
  Could be, Angus. I've used .eps files in my book with no problems. In this
case I'm explicitly using the PDF viewer, not pdflatex. Just tried the latter
and it's still no go, but the image is larger and easier to read.
  Well, I'll go spelunking in the beamer manual again and see if I can
stumble across insight there. If so, I'll post the answer so that future
archeologists who dig in the archives can find a complete thread.
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863


Re: Another beamer question

2005-05-12 Thread Rich Drewes
I found that unless I copied the graphic to the Lyx working directory in 
/tmp, the logo wouldn't end up in the presentation.  My working hypothesis 
was that this was because the graphics package automatically put the .eps 
or .png on the end of the filename, Lyx didn't know what filename to put 
into /tmp.

Rich

On Thu, 12 May 2005, Rich Shepard wrote:

>I specify a logo to use on the title slide:
> 
> \pgfdeclareimage[height=0.5cm]{institution-logo}{new-logo-color.eps}
> \logo{\pgfuseimage{institution-logo}}
> 
> yet it does not display when I View->PDF. Instead, I see "Title Graphics" at
> the bottom of that frame.
> 
>What have I missed on this?
> 
> Thanks,
> 
> Rich
> 
> 


Re: Another beamer question

2005-05-12 Thread Angus Leeming
Rich Drewes wrote:

> I found that unless I copied the graphic to the Lyx working directory in
> /tmp, the logo wouldn't end up in the presentation.  My working
> hypothesis was that this was because the graphics package automatically
> put the .eps or .png on the end of the filename, Lyx didn't know what
> filename to put into /tmp.

LyX doesn't know anything about anything you put in ERT. So yes, if you
have the file as 'relative to the main document', lyx will be unable to
find it when it processes a copy of the main document
in /tmp/lyxfoobar.

Bit embarrassed I didn't spot this first time round...

-- 
Angus