Re: Speaker's notes for beamer presentation

2018-11-30 Thread Rich Shepard

On Fri, 30 Nov 2018, Paul A. Rubin wrote:


Try the following:

1. In the LyX file, use Insert > Custom Inset > Beamer Note to insert
  speaker notes.
2. For each speaker note, put the cursor inside the note, right-click
  and select Action Specifications, which nests another inset inside
  the note. In the nested inset, give the Beamer specification for
  which slide(s) the note applies to. For instance, <2> means the note
  only applies to the second slide of the frame. Note that you have to
  type the angle brackets; LyX does not supply them.
3. You now have three options for generating a PDF file.
   1. To get a PDF file that contains both slides and notes, add the
  line "\setbeameroption{show notes}" to the LaTeX preamble. The
  notes will appear on separate pages embedded in the PDF file.
   2. To get a PDF file that contains just the notes, change that to
  "\setbeameroption{show only notes}".
   3. To get a PDF file that contains only the slides (no notes), do
  neither of the above. The default is to hide notes.

Pro tip: if you put both the \setbeameroption lines in the preamble, you can 
switch among the three options just by commenting one or both out.


Paul,

  Thanks. I read about the actions in either the LyX beamer manual or the
KOMA-Script beamer user guide but was not sure just how to use them.

Best regards,

Rich


Re: Speaker's notes for beamer presentation

2018-11-30 Thread Paul A. Rubin

On 11/30/18 3:52 PM, Paul A. Rubin wrote:



 1. ...
 2. For each speaker note, put the cursor inside the note, right-click
and select Action Specifications, which nests another inset inside
the note. In the nested inset, give the Beamer specification for
which slide(s) the note applies to. For instance, <2> means the
note only applies to the second slide of the frame. Note that you
have to type the angle brackets; LyX does not supply them.

Ack, oops, my bad! You do /not/ type the angle brackets, just the action 
specification (e.g., "2" rather than "<2>"). Also, I think you can use 
things like "+" for the current slide.


Paul



Re: Speaker's notes for beamer presentation

2018-11-30 Thread Paul A. Rubin

On 11/29/18 5:32 PM, Rich Shepard wrote:
I've read the LyX beamer-specific manual and the beamer user guide 
(v3.44)

about \note and I'm not sure it will do what I want. I've a vague
recollection from years ago that I was able to print pages that had the
slides on one column and my speaker notes for each slide in the adjacent
column.

  In a couple of weeks I'll be presenting to a large group. The PDF of 
the
beamer class document will be on a USB flash drive attached to the 
session's
computer. I want my notes on paper. Can I do this within the beamer 
document

or do I do this as a separate document?

Rich


Rich,

Try the following:

1. In the LyX file, use Insert > Custom Inset > Beamer Note to insert
   speaker notes.
2. For each speaker note, put the cursor inside the note, right-click
   and select Action Specifications, which nests another inset inside
   the note. In the nested inset, give the Beamer specification for
   which slide(s) the note applies to. For instance, <2> means the note
   only applies to the second slide of the frame. Note that you have to
   type the angle brackets; LyX does not supply them.
3. You now have three options for generating a PDF file.
1. To get a PDF file that contains both slides and notes, add the
   line "\setbeameroption{show notes}" to the LaTeX preamble. The
   notes will appear on separate pages embedded in the PDF file.
2. To get a PDF file that contains just the notes, change that to
   "\setbeameroption{show only notes}".
3. To get a PDF file that contains only the slides (no notes), do
   neither of the above. The default is to hide notes.

Pro tip: if you put both the \setbeameroption lines in the preamble, you 
can switch among the three options just by commenting one or both out.


Paul



答复: Problems using sumatra PDF viewer

2018-11-30 Thread caokecai
Hi,

Thank you for your reply. I have found the line but the default value is true  
already.

It is a weird phenomenon even  for almost blank document.



 

 

Dear all,

I have set the sumatra as my defalt PDF viewer of  LyX.

But there will a new PDF each time if I compile it using CTRL+R.

I want the output to overwrite the old PDF. 

Is there anything I can do?

As per the Sumatra PDF documentation ;-) — in  "Settings" select "Advanced 
settings" to bring up the advanced settings file in your default text editor. 
Find the line for "ReloadModifiedDocuments" and edit it to read:

 

ReloadModifiedDocuments = true

 

Note that I believe there is a size limit (10MB?) after which Sumatra will not 
do auto-reloads even if you set this parameter to "true".

 

-cm

 



Re: Beamer class frame title symbol

2018-11-30 Thread Baris Erkus
On 11/30/2018 5:50 PM, Jürgen Spitzmüller wrote:
> Am Freitag, den 30.11.2018, 13:22 +0100 schrieb Daniel:
>> The one from Rich's screenshot marks and creates an extra blank line
>> in
>> order to keep the documents as they used to look like with older
>> version. But since the blank line was actually rather a bug it is
>> safe
>> to remove the symbol in almost all cases.
>>
>> There was an announcement about that in some version but I can't find
>> it
>> just now.
> https://wiki.lyx.org/LyX/NewInLyX22#parbreak
>
> Jürgen
>
>> Daniel
>>
Yep! That is it!

That sign appeared in my documents when I got the new version. I did not 
mind it much because, it did not effect the outputs much.

Baris

-- 
↓↓
Please bottom-post. Start your reply here:



Re: Problems using sumatra PDF viewer

2018-11-30 Thread Chris Menzel
On Fri, Nov 30, 2018 at 11:51 AM  wrote:

> Dear all,
>
> I have set the sumatra as my defalt PDF viewer of  LyX.
>
> But there will a new PDF each time if I compile it using CTRL+R.
>
> I want the output to overwrite the old PDF.
>
> Is there anything I can do?
>
As per the Sumatra PDF documentation ;-) — in  "Settings" select "Advanced
settings" to bring up the advanced settings file in your default text
editor. Find the line for "ReloadModifiedDocuments" and edit it to read:

ReloadModifiedDocuments = true

Note that I believe there is a size limit (10MB?) after which Sumatra will
not do auto-reloads even if you set this parameter to "true".

-cm


Re: Problems using sumatra PDF viewer

2018-11-30 Thread Daniel

On 30/11/2018 18:50, caoke...@gmail.com wrote:

Dear all,

I have set the sumatra as my defalt PDF viewer of  LyX.

But there will a new PDF each time if I compile it using CTRL+R.

I want the output to overwrite the old PDF.

Is there anything I can do?

Thank you so much.

Best,

Sincerely,

KC Cao



I cannot reproduce the problem. How did you set it up?

Daniel



Problems using sumatra PDF viewer

2018-11-30 Thread caokecai
Dear all,

I have set the sumatra as my defalt PDF viewer of  LyX.

But there will a new PDF each time if I compile it using CTRL+R.

I want the output to overwrite the old PDF. 

Is there anything I can do?

Thank you so much.

Best,

Sincerely,

KC Cao



Re: Beamer class frame title symbol

2018-11-30 Thread Jürgen Spitzmüller
Am Freitag, den 30.11.2018, 13:22 +0100 schrieb Daniel:
> The one from Rich's screenshot marks and creates an extra blank line
> in 
> order to keep the documents as they used to look like with older 
> version. But since the blank line was actually rather a bug it is
> safe 
> to remove the symbol in almost all cases.
> 
> There was an announcement about that in some version but I can't find
> it 
> just now.

https://wiki.lyx.org/LyX/NewInLyX22#parbreak

Jürgen

> 
> Daniel
> 


signature.asc
Description: This is a digitally signed message part


Re: lyx changes the file access privileges

2018-11-30 Thread Daniel

On 30/11/2018 14:33, Daniel wrote:

On 24/11/2018 22:05, paolo m.  wrote:

As i change a lyx file name (say test1.lyx ) with a new name  (say
test2.lyx) , by the command 'file -> save as', the new file created has
the usual access mode, but, when saved, its mode change so that is
inaccessible to groups and to the world.
That does not happen when test1.lyx is opened by a text editor, e.g.
kate, then saved with a new name (say test3.lyx)

Here is the result:
% ll *lyx
pol  pol  test3.lyx 1745 21:54 -rw-rw-r--
pol  pol  test2.lyx 1746 21:53 -rw---
pol  pol  test1.lyx 1745 21:52 -rw-rw-r--



Any ideas?

thank you

paolo m.




Any chance these file access privilege changes are the cause of LyX 
telling me that all the time that my file has been changed in the 
background when working with a file in SpiderOak?


Daniel




No, probably not. Files seem to have mode -a irrespectively. So, it 
is probably some change in content due to the sync process...


Daniel



Re: lyx changes the file access privileges

2018-11-30 Thread Daniel

On 24/11/2018 22:05, paolo m.  wrote:

As i change a lyx file name (say test1.lyx ) with a new name  (say
test2.lyx) , by the command 'file -> save as', the new file created has
the usual access mode, but, when saved, its mode change so that is
inaccessible to groups and to the world.
That does not happen when test1.lyx is opened by a text editor, e.g.
kate, then saved with a new name (say test3.lyx)

Here is the result:
% ll *lyx
pol  pol  test3.lyx 1745 21:54 -rw-rw-r--
pol  pol  test2.lyx 1746 21:53 -rw---
pol  pol  test1.lyx 1745 21:52 -rw-rw-r--



Any ideas?

thank you

paolo m.




Any chance these file access privilege changes are the cause of LyX 
telling me that all the time that my file has been changed in the 
background when working with a file in SpiderOak?


Daniel



Re: Beamer class frame title symbol

2018-11-30 Thread Daniel

On 29/11/2018 22:25, Kornel Benko wrote:

Am Donnerstag, 29. November 2018 20:53:26 CET schrieb Baris Erkus 
:

On 11/29/2018 11:37 PM, Rich Shepard wrote:

On Thu, 29 Nov 2018, Kornel Benko wrote:


It looks different (sometimes grayish) with different fonts. You may
have
overseen it.


Kornel,

   For all document classes that box is unchecked. I suppose that years
ago I
prepared a beamer document that had that preference box checked and the
paragraph ending symbol just hung around in the new presentations.

   I've seen applications that offer a symbol for paragraph endings,
but have
not understood their benefit. Paragraphs I write, in all text
applications,
are either separated by a blank line or are indented. That's sufficient
visual cues for me. :-)

Best regards,

Rich


I have seen this sign in my documents that I have prepared in the older
version of LyX but opened in a newer version. I can confirm this sign
appear in LyX documents with classes other than beamer.

I have thought that this has something to do with the encoding of "end
of paragraph" character and maybe related to Windows. Not sure. Would
like to hear the actual meaning.

Baris

--
↓↓
Please bottom-post. Start your reply here:




See C.1.5 in UserGuide.lyx

Kornel



No, I think that's a different one.

The one from Rich's screenshot marks and creates an extra blank line in 
order to keep the documents as they used to look like with older 
version. But since the blank line was actually rather a bug it is safe 
to remove the symbol in almost all cases.


There was an announcement about that in some version but I can't find it 
just now.


Daniel



Re: Speaker's notes for beamer presentation

2018-11-30 Thread Daniel

On 29/11/2018 23:32, Rich Shepard wrote:
   I've read the LyX beamer-specific manual and the beamer user guide 
(v3.44)

about \note and I'm not sure it will do what I want. I've a vague
recollection from years ago that I was able to print pages that had the
slides on one column and my speaker notes for each slide in the adjacent
column.

   In a couple of weeks I'll be presenting to a large group. The PDF of the
beamer class document will be on a USB flash drive attached to the 
session's
computer. I want my notes on paper. Can I do this within the beamer 
document

or do I do this as a separate document?

Rich


Not sure this is the best way to go but you can try to add a notes page 
after each slide and print that with two columns of pages on a paper 
(see attachment).


You need to use the "notes" document class option in order to get the 
notes output.


You can probably modify the layout of the notes page.

There is both a NoteItem layout and a Beamer Note in Custom Insets but I 
didn't figure out how to achieve the itemize notes with it. Maybe 
someone else knows?


Daniel


slide_with_comment.lyx
Description: application/lyx


slide_with_comment.pdf
Description: Adobe PDF document


Re: Beamer class frame title symbol

2018-11-30 Thread Dr Eberhard Lisse
That's a change from previous LyX versions, which I also encountered.

Take an old one, remove one of these.  save and run a diff, so you'll
see what regex you need to plug into Perl :-)-O

el

On 29/11/2018 20:43, Rich Shepard wrote:
>   I've copied an older beamer document to a new name to keep the
>   framework and change the content.  It's the way my presentations
>   maintain a consistent appearance.
> 
>   On existing frame titles there is a cute, curly-tailed arrow at the
>   end, outside the title frame text (see attached image).  Newly
>   created frames lack this decoration.  Is it an anachronism?
>   Does/did it have a meaning?  Just curious.
> 
> Rich