Re: How to reduce code lineheight in LaTeX Beamer

2023-12-11 Thread Herbert Voss



Am 11.12.23 um 15:11 schrieb Herbert Voss:



Am 10.12.23 um 23:09 schrieb Steve Litt:

Hi all,

I'm using Beamer straight with LaTeX (no LyX). There's too much space
between lines of code, so it makes the code hard to read and also
pushes other content down too far. The following is a frame from my
presentation:

\begin{frame} [fragile]
    \frametitle{How to Design BNF}
    \begin{semiverbatim}


semiverbatim causes an error if used with [fragile], it works without it.


    wholefile ::= chunk | wholefile chunk
    chunk ::= paratext multinewline
    multinewline ::= NL NL | multinewline NL
    \end{semiverbatim}
\end{frame}

How can I reduce the space between lines of this code?


I cannot see it ... and a  working minimal example makes sense here ...


Sorry, herre is the  correct screenshot

Herbert

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: How to reduce code lineheight in LaTeX Beamer

2023-12-11 Thread Herbert Voss



Am 10.12.23 um 23:09 schrieb Steve Litt:

Hi all,

I'm using Beamer straight with LaTeX (no LyX). There's too much space
between lines of code, so it makes the code hard to read and also
pushes other content down too far. The following is a frame from my
presentation:

\begin{frame} [fragile]
\frametitle{How to Design BNF}
\begin{semiverbatim}


semiverbatim causes an error if used with [fragile], it works without it.


wholefile ::= chunk | wholefile chunk
chunk ::= paratext multinewline
multinewline ::= NL NL | multinewline NL
\end{semiverbatim}
\end{frame}

How can I reduce the space between lines of this code?


I cannot see it ... and a  working minimal example makes sense here ...

Herbert
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


How to reduce code lineheight in LaTeX Beamer

2023-12-10 Thread Steve Litt
Hi all,

I'm using Beamer straight with LaTeX (no LyX). There's too much space
between lines of code, so it makes the code hard to read and also
pushes other content down too far. The following is a frame from my
presentation:

\begin{frame} [fragile]
\frametitle{How to Design BNF}
\begin{semiverbatim}
wholefile ::= chunk | wholefile chunk
chunk ::= paratext multinewline
multinewline ::= NL NL | multinewline NL
\end{semiverbatim}
\end{frame}

How can I reduce the space between lines of this code?

Thanks,

SteveT

Steve Litt 

Autumn 2023 featured book: Rapid Learning for the 21st Century
http://www.troubleshooters.com/rl21
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: beamer usability

2023-08-20 Thread Steve Litt
Neal Becker said on Fri, 18 Aug 2023 07:49:45 -0400

>I've been using LyX for quite a while and beamer for even quite a while
>longer, but my knowledge of LyX is fairly superficial.

One man's opinion: When I use Beamer, I don't use LyX. From my
perspective, LyX adds more complication than convenience or capability.

I love LyX for long text documents, but for slide presentations,
letters, resumes and flyers, I think there are better ways to do things.


SteveT

Steve Litt 
Autumn 2022 featured book: Thriving in Tough Times
http://www.troubleshooters.com/bookstore/thrive.htm
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: beamer usability

2023-08-18 Thread Scott Kostyshak
On Fri, Aug 18, 2023 at 11:33:15AM -0400, Neal Becker wrote:
> If I change my workflow it does, I need to only copy/paste the frame
> contents (not the entire frame).  So insert separated frame and then paste
> in the contents does seem to work.  This is probably much better than what
> I was doing.  Thanks!

Great! I know it's not ideal, but I'm not sure there's any quick fix.

Scott


signature.asc
Description: PGP signature
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: beamer usability

2023-08-18 Thread Neal Becker
If I change my workflow it does, I need to only copy/paste the frame
contents (not the entire frame).  So insert separated frame and then paste
in the contents does seem to work.  This is probably much better than what
I was doing.  Thanks!

On Fri, Aug 18, 2023 at 11:21 AM Scott Kostyshak  wrote:

> On Fri, Aug 18, 2023 at 10:59:20AM -0400, Neal Becker wrote:
> > On Fri, Aug 18, 2023 at 10:13 AM Scott Kostyshak 
> wrote:
> >
> > > On Fri, Aug 18, 2023 at 07:49:45AM -0400, Neal Becker wrote:
> > > > I've been using LyX for quite a while and beamer for even quite a
> while
> > > > longer, but my knowledge of LyX is fairly superficial.
> > > >
> > > > I frequently produce slides which incorporate a graph on the left
> with
> > > > bulleted text on the right.  An example LaTeX code is below.  I do
> need
> > > to
> > > > use ERT for the minipage.  The reason for the minipage is to shrink
> the
> > > > text on the left.  I cut/paste LaTeX here because pasting LyX doesn't
> > > seem
> > > > to include the ERT.
> > > >
> > > > Since this structure is a bit tedious to enter I usually prefer to
> > > > copy/paste the frame, changing the text and the figure but keeping
> the
> > > > structure.
> > > >
> > > > This copy/pasting is a bit more difficult than I would hope.
> Firstly, to
> > > > successfully copy/paste a beamer frame it is best to make sure there
> is a
> > > > frame separator.  Position the cursor just at the end of this frame
> > > > separator before the frame you wish to copy, then select down to the
> end
> > > of
> > > > the frame.
> > > >
> > > > When pasting, it seems best to position cursor just after a frame
> > > > separator.  If this is not done (frame separators not used) I
> frequently
> > > > wind up with a frame title outside of a frame, a situation that seems
> > > > difficult to recover from (although at least 1 time I did fix it by
> > > > positioning the cursor near the start of the frame title and
> selecting
> > > > "frame").
> > > >
> > > > Assuming I've placed the cursor at the end of the graphic of the
> frame
> > > I'd
> > > > like to copy, the procedure to get frame separator inserted seems
> > > tedious.
> > > > 1.  Hit enter.  Now I'm in "columns"
> > > > 2. Hit dedent.  Now I'm still in "columns" but outside the frame
> > > > 3. Change to "standard" . For some reason, this moves cursor back
> inside
> > > > frame
> > > > 4. Hit dedent again.  Now finally I can hit enter to produce the
> frame
> > > > separator.
> > > >
> > > > Is there an easier way?
> > > >
> > > > Thanks,
> > > > Neal
> > >
> > > For your specific question, does this thread help you out?
> > >
> > >   https://www.mail-archive.com/lyx-users@lists.lyx.org/msg104013.html
> > >
> > > Basically, if you figure out a command sequence that does what you want
> > > then you can bind it to a shortcut. I know this isn't out-of-the-box
> > > user-friendly, but perhaps it helps your use case.
> > >
> > > More generally, I've also found similar workflows to be unexpectedly
> > > complicated. I think that LyX's beamer workflow needs some
> improvements.
> > > Thankfully, LyX's beamer support was hugely improved several years ago.
> > > Before then, from what I understand it was a bunch of Beamer-specific
> hacks
> > > cobbled together; now it is just a well-defined special case of a
> document
> > > class. So I think the hard work is done, and all the required
> functionality
> > > is there, we just need to improve the interface/workflow.
> > >
> > > I have some ideas, based on sporadic discussions on the list. But I
> have
> > > no time to work on the code, and I do not want to start long
> conversations
> > > unless there is a volunteer willing to work on the code. Anyone who
> would
> > > be interested in working on the code, let me know and I will put the
> time
> > > into organizing my thoughts.
> > >
> > > In the meantime, I think it would be helpful to collect several use
> cases
> > > that are unexpected complicated, like the one that you bring up.
> > >
> > > Thanks.  I've never learned about key bindings or command sequences,
> maybe
> > it's time to learn about that.
> > Since insert frame separator is no longer on the menu it seems my
> procedure
> > has become more complex.
> > I looked at the email thread.  First thing suggest edit/start new parent
> > environment(frame).  I don't see this in edit.  I'm on
> > lyx-2.4.0beta3.
>
> > --
> > lyx-users mailing list
> > lyx-users@lists.lyx.org
> > http://lists.lyx.org/mailman/listinfo/lyx-users
>
> Does Insert > Separated Frame [above/below] help?
>
> Scott
> --
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
>


-- 
*Those who don't understand recursion are doomed to repeat it*
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: beamer usability

2023-08-18 Thread Scott Kostyshak
On Fri, Aug 18, 2023 at 10:59:20AM -0400, Neal Becker wrote:
> On Fri, Aug 18, 2023 at 10:13 AM Scott Kostyshak  wrote:
> 
> > On Fri, Aug 18, 2023 at 07:49:45AM -0400, Neal Becker wrote:
> > > I've been using LyX for quite a while and beamer for even quite a while
> > > longer, but my knowledge of LyX is fairly superficial.
> > >
> > > I frequently produce slides which incorporate a graph on the left with
> > > bulleted text on the right.  An example LaTeX code is below.  I do need
> > to
> > > use ERT for the minipage.  The reason for the minipage is to shrink the
> > > text on the left.  I cut/paste LaTeX here because pasting LyX doesn't
> > seem
> > > to include the ERT.
> > >
> > > Since this structure is a bit tedious to enter I usually prefer to
> > > copy/paste the frame, changing the text and the figure but keeping the
> > > structure.
> > >
> > > This copy/pasting is a bit more difficult than I would hope.  Firstly, to
> > > successfully copy/paste a beamer frame it is best to make sure there is a
> > > frame separator.  Position the cursor just at the end of this frame
> > > separator before the frame you wish to copy, then select down to the end
> > of
> > > the frame.
> > >
> > > When pasting, it seems best to position cursor just after a frame
> > > separator.  If this is not done (frame separators not used) I frequently
> > > wind up with a frame title outside of a frame, a situation that seems
> > > difficult to recover from (although at least 1 time I did fix it by
> > > positioning the cursor near the start of the frame title and selecting
> > > "frame").
> > >
> > > Assuming I've placed the cursor at the end of the graphic of the frame
> > I'd
> > > like to copy, the procedure to get frame separator inserted seems
> > tedious.
> > > 1.  Hit enter.  Now I'm in "columns"
> > > 2. Hit dedent.  Now I'm still in "columns" but outside the frame
> > > 3. Change to "standard" . For some reason, this moves cursor back inside
> > > frame
> > > 4. Hit dedent again.  Now finally I can hit enter to produce the frame
> > > separator.
> > >
> > > Is there an easier way?
> > >
> > > Thanks,
> > > Neal
> >
> > For your specific question, does this thread help you out?
> >
> >   https://www.mail-archive.com/lyx-users@lists.lyx.org/msg104013.html
> >
> > Basically, if you figure out a command sequence that does what you want
> > then you can bind it to a shortcut. I know this isn't out-of-the-box
> > user-friendly, but perhaps it helps your use case.
> >
> > More generally, I've also found similar workflows to be unexpectedly
> > complicated. I think that LyX's beamer workflow needs some improvements.
> > Thankfully, LyX's beamer support was hugely improved several years ago.
> > Before then, from what I understand it was a bunch of Beamer-specific hacks
> > cobbled together; now it is just a well-defined special case of a document
> > class. So I think the hard work is done, and all the required functionality
> > is there, we just need to improve the interface/workflow.
> >
> > I have some ideas, based on sporadic discussions on the list. But I have
> > no time to work on the code, and I do not want to start long conversations
> > unless there is a volunteer willing to work on the code. Anyone who would
> > be interested in working on the code, let me know and I will put the time
> > into organizing my thoughts.
> >
> > In the meantime, I think it would be helpful to collect several use cases
> > that are unexpected complicated, like the one that you bring up.
> >
> > Thanks.  I've never learned about key bindings or command sequences, maybe
> it's time to learn about that.
> Since insert frame separator is no longer on the menu it seems my procedure
> has become more complex.
> I looked at the email thread.  First thing suggest edit/start new parent
> environment(frame).  I don't see this in edit.  I'm on
> lyx-2.4.0beta3.

> -- 
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users

Does Insert > Separated Frame [above/below] help?

Scott


signature.asc
Description: PGP signature
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: beamer usability

2023-08-18 Thread Neal Becker
On Fri, Aug 18, 2023 at 10:13 AM Scott Kostyshak  wrote:

> On Fri, Aug 18, 2023 at 07:49:45AM -0400, Neal Becker wrote:
> > I've been using LyX for quite a while and beamer for even quite a while
> > longer, but my knowledge of LyX is fairly superficial.
> >
> > I frequently produce slides which incorporate a graph on the left with
> > bulleted text on the right.  An example LaTeX code is below.  I do need
> to
> > use ERT for the minipage.  The reason for the minipage is to shrink the
> > text on the left.  I cut/paste LaTeX here because pasting LyX doesn't
> seem
> > to include the ERT.
> >
> > Since this structure is a bit tedious to enter I usually prefer to
> > copy/paste the frame, changing the text and the figure but keeping the
> > structure.
> >
> > This copy/pasting is a bit more difficult than I would hope.  Firstly, to
> > successfully copy/paste a beamer frame it is best to make sure there is a
> > frame separator.  Position the cursor just at the end of this frame
> > separator before the frame you wish to copy, then select down to the end
> of
> > the frame.
> >
> > When pasting, it seems best to position cursor just after a frame
> > separator.  If this is not done (frame separators not used) I frequently
> > wind up with a frame title outside of a frame, a situation that seems
> > difficult to recover from (although at least 1 time I did fix it by
> > positioning the cursor near the start of the frame title and selecting
> > "frame").
> >
> > Assuming I've placed the cursor at the end of the graphic of the frame
> I'd
> > like to copy, the procedure to get frame separator inserted seems
> tedious.
> > 1.  Hit enter.  Now I'm in "columns"
> > 2. Hit dedent.  Now I'm still in "columns" but outside the frame
> > 3. Change to "standard" . For some reason, this moves cursor back inside
> > frame
> > 4. Hit dedent again.  Now finally I can hit enter to produce the frame
> > separator.
> >
> > Is there an easier way?
> >
> > Thanks,
> > Neal
>
> For your specific question, does this thread help you out?
>
>   https://www.mail-archive.com/lyx-users@lists.lyx.org/msg104013.html
>
> Basically, if you figure out a command sequence that does what you want
> then you can bind it to a shortcut. I know this isn't out-of-the-box
> user-friendly, but perhaps it helps your use case.
>
> More generally, I've also found similar workflows to be unexpectedly
> complicated. I think that LyX's beamer workflow needs some improvements.
> Thankfully, LyX's beamer support was hugely improved several years ago.
> Before then, from what I understand it was a bunch of Beamer-specific hacks
> cobbled together; now it is just a well-defined special case of a document
> class. So I think the hard work is done, and all the required functionality
> is there, we just need to improve the interface/workflow.
>
> I have some ideas, based on sporadic discussions on the list. But I have
> no time to work on the code, and I do not want to start long conversations
> unless there is a volunteer willing to work on the code. Anyone who would
> be interested in working on the code, let me know and I will put the time
> into organizing my thoughts.
>
> In the meantime, I think it would be helpful to collect several use cases
> that are unexpected complicated, like the one that you bring up.
>
> Thanks.  I've never learned about key bindings or command sequences, maybe
it's time to learn about that.
Since insert frame separator is no longer on the menu it seems my procedure
has become more complex.
I looked at the email thread.  First thing suggest edit/start new parent
environment(frame).  I don't see this in edit.  I'm on
lyx-2.4.0beta3.
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: beamer usability

2023-08-18 Thread Scott Kostyshak
On Fri, Aug 18, 2023 at 07:49:45AM -0400, Neal Becker wrote:
> I've been using LyX for quite a while and beamer for even quite a while
> longer, but my knowledge of LyX is fairly superficial.
> 
> I frequently produce slides which incorporate a graph on the left with
> bulleted text on the right.  An example LaTeX code is below.  I do need to
> use ERT for the minipage.  The reason for the minipage is to shrink the
> text on the left.  I cut/paste LaTeX here because pasting LyX doesn't seem
> to include the ERT.
> 
> Since this structure is a bit tedious to enter I usually prefer to
> copy/paste the frame, changing the text and the figure but keeping the
> structure.
> 
> This copy/pasting is a bit more difficult than I would hope.  Firstly, to
> successfully copy/paste a beamer frame it is best to make sure there is a
> frame separator.  Position the cursor just at the end of this frame
> separator before the frame you wish to copy, then select down to the end of
> the frame.
> 
> When pasting, it seems best to position cursor just after a frame
> separator.  If this is not done (frame separators not used) I frequently
> wind up with a frame title outside of a frame, a situation that seems
> difficult to recover from (although at least 1 time I did fix it by
> positioning the cursor near the start of the frame title and selecting
> "frame").
> 
> Assuming I've placed the cursor at the end of the graphic of the frame I'd
> like to copy, the procedure to get frame separator inserted seems tedious.
> 1.  Hit enter.  Now I'm in "columns"
> 2. Hit dedent.  Now I'm still in "columns" but outside the frame
> 3. Change to "standard" . For some reason, this moves cursor back inside
> frame
> 4. Hit dedent again.  Now finally I can hit enter to produce the frame
> separator.
> 
> Is there an easier way?
> 
> Thanks,
> Neal

For your specific question, does this thread help you out?

  https://www.mail-archive.com/lyx-users@lists.lyx.org/msg104013.html

Basically, if you figure out a command sequence that does what you want then 
you can bind it to a shortcut. I know this isn't out-of-the-box user-friendly, 
but perhaps it helps your use case.

More generally, I've also found similar workflows to be unexpectedly 
complicated. I think that LyX's beamer workflow needs some improvements. 
Thankfully, LyX's beamer support was hugely improved several years ago. Before 
then, from what I understand it was a bunch of Beamer-specific hacks cobbled 
together; now it is just a well-defined special case of a document class. So I 
think the hard work is done, and all the required functionality is there, we 
just need to improve the interface/workflow.

I have some ideas, based on sporadic discussions on the list. But I have no 
time to work on the code, and I do not want to start long conversations unless 
there is a volunteer willing to work on the code. Anyone who would be 
interested in working on the code, let me know and I will put the time into 
organizing my thoughts.

In the meantime, I think it would be helpful to collect several use cases that 
are unexpected complicated, like the one that you bring up.

Scott


signature.asc
Description: PGP signature
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


beamer usability

2023-08-18 Thread Neal Becker
I've been using LyX for quite a while and beamer for even quite a while
longer, but my knowledge of LyX is fairly superficial.

I frequently produce slides which incorporate a graph on the left with
bulleted text on the right.  An example LaTeX code is below.  I do need to
use ERT for the minipage.  The reason for the minipage is to shrink the
text on the left.  I cut/paste LaTeX here because pasting LyX doesn't seem
to include the ERT.

Since this structure is a bit tedious to enter I usually prefer to
copy/paste the frame, changing the text and the figure but keeping the
structure.

This copy/pasting is a bit more difficult than I would hope.  Firstly, to
successfully copy/paste a beamer frame it is best to make sure there is a
frame separator.  Position the cursor just at the end of this frame
separator before the frame you wish to copy, then select down to the end of
the frame.

When pasting, it seems best to position cursor just after a frame
separator.  If this is not done (frame separators not used) I frequently
wind up with a frame title outside of a frame, a situation that seems
difficult to recover from (although at least 1 time I did fix it by
positioning the cursor near the start of the frame title and selecting
"frame").

Assuming I've placed the cursor at the end of the graphic of the frame I'd
like to copy, the procedure to get frame separator inserted seems tedious.
1.  Hit enter.  Now I'm in "columns"
2. Hit dedent.  Now I'm still in "columns" but outside the frame
3. Change to "standard" . For some reason, this moves cursor back inside
frame
4. Hit dedent again.  Now finally I can hit enter to produce the frame
separator.

Is there an easier way?

Thanks,
Neal

%

\begin{frame}{example}

\begin{columns}


\column{0.4\textwidth}


\selectlanguage{english}%

\scalebox{0.7}{\begin{minipage}{\textwidth}

\selectlanguage{american}%

\begin{itemize}

\item item1

\item item2

\end{itemize}

\selectlanguage{english}%

\end{minipage}}


\selectlanguage{american}%


\selectlanguage{english}%


\column{0.8\textwidth}

\selectlanguage{american}%

\begin{center}

\includegraphics[width=1\textwidth,page=3]{example}

\par\end{center}

\end{columns}

\end{frame}


-- 
*Those who don't understand recursion are doomed to repeat it*
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: beamer error

2023-08-12 Thread Patrick Dupre
This error is now fixed, but to get A4 output size, I set
\usepackage{pgfpages}
\pgfpagesuselayout{4 on 1}[a4paper]

but I get the error:
\pdfpages@includegraphics@status=\count340
\AM@pagebox=\box78
\AM@global@opts=\toks49
\AM@pagecnt=\count341
\AM@toc@title=\toks50
\AM@lof@heading=\toks51
\c@AM@survey=\count342
\AM@templatesizebox=\box79
)
! Undefined control sequence.
 \pdfpagesuselayout

l.46 \pdfpagesuselayout
   {4 on 1}[a4paper]
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.


! LaTeX Error: Missing \begin{document}.



-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


beamer error

2023-08-12 Thread Patrick Dupre
Hello,

I use beamer and I want to have a4 output size,
I tried \usepackage[size=a4]{beamerposter}

and I get error

\item \textbf
   {Nuclear Spin-Nuclear Spin} Coupling (dipole-dipole inter...
Sorry...I usually can't take things from the current page.
Try `I\vskip-\lastskip' instead.


Would you have a solution?

Thank


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
===

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: centering frame titles in beamer

2023-04-25 Thread Tom Goldring

Yes, that did it - thanks a million!
Tom

On 4/25/23 11:37 AM, Paul A. Rubin wrote:

Document > Settings... > LaTeX Preamble):

\setbeamertemplate{frametitle}[default][center]

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: centering frame titles in beamer

2023-04-25 Thread Steve Litt
Tom Goldring said on Mon, 24 Apr 2023 15:18:13 -0400

>I am able to create a slide presentation in LyX using beamer. Is there 
>an easy way to center the frame titles without going through trial and 
>error adjustments (depending on the length of the frame title) for
>each frame?

Hi Tom,

Could you please attach a small, 2 slide example sliver of your
document that demonstrates the frame title, without attempting to
center it. You've already learned the right way to center it, but I'd
like to try an alternative way, and will report whether my idea works.
Once again, the real way is what Paul Rubin said, but I'd like to take
a crack at it.

SteveT

Steve Litt 
Autumn 2022 featured book: Thriving in Tough Times
http://www.troubleshooters.com/bookstore/thrive.htm
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: centering frame titles in beamer

2023-04-25 Thread Paul A. Rubin

On 4/24/23 21:04, Tom Goldring wrote:
My apologies, somehow I missed seeing your answer. Could you please 
resend?


Thanks,
Tom

Try adding the following to the preamble (Document > Settings... > LaTeX 
Preamble):


\setbeamertemplate{frametitle}[default][center].


Paul

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: centering frame titles in beamer

2023-04-24 Thread Herbert Voss




Am 25.04.23 um 03:04 schrieb Tom Goldring:
My apologies, somehow I missed seeing your answer. Could you please 
resend?


http://lists.lyx.org/pipermail/lyx-users/

Herbert

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: centering frame titles in beamer

2023-04-24 Thread Tom Goldring

My apologies, somehow I missed seeing your answer. Could you please resend?

Thanks,
Tom

On 4/24/23 5:31 PM, Paul A. Rubin wrote:

On 4/24/23 15:18, Tom Goldring wrote:


I am able to create a slide presentation in LyX using beamer. Is 
there an easy way to center the frame titles without going through 
trial and error adjustments (depending on the length of the frame 
title) for each frame?



You asked this and I answered last week. Assuming my answer did not 
solve the problem, can you supply more information (why it didn't 
work, any special concerns, ...).


Paul

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: centering frame titles in beamer

2023-04-24 Thread Paul A. Rubin

On 4/24/23 15:18, Tom Goldring wrote:


I am able to create a slide presentation in LyX using beamer. Is there 
an easy way to center the frame titles without going through trial and 
error adjustments (depending on the length of the frame title) for 
each frame?



You asked this and I answered last week. Assuming my answer did not 
solve the problem, can you supply more information (why it didn't work, 
any special concerns, ...).


Paul
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


centering frame titles in beamer

2023-04-24 Thread Tom Goldring
I am able to create a slide presentation in LyX using beamer. Is there 
an easy way to center the frame titles without going through trial and 
error adjustments (depending on the length of the frame title) for each 
frame?
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: centering frame titles in beamer

2023-04-17 Thread Paul A. Rubin

On 4/16/23 21:32, Tom Goldring wrote:
I am able to create a file containing a slide presentation, using 
beamer, in LyX and from there, create the slides as a pdf. Is there an 
easy way to center the frame titles without going through trial and 
error adjustments for each frame?


Try adding the following to the preamble (Document > Settings... > LaTeX 
Preamble):


\setbeamertemplate{frametitle}[default][center].

Paul
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


centering frame titles in beamer

2023-04-17 Thread Tom Goldring
I am able to create a file containing a slide presentation, using 
beamer, in LyX and from there, create the slides as a pdf. Is there an 
easy way to center the frame titles without going through trial and 
error adjustments for each frame?


--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: resume enumerate for beamer

2023-03-29 Thread jspitzm
Am Mittwoch, dem 29.03.2023 um 08:44 -0400 schrieb Neal Becker:
> The usage of this environment is, it will continue numbering of
> whatever enumeration preceded it?  Presumably also works across
> slides?

Yes, that's the idea.

Jürgen

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: resume enumerate for beamer

2023-03-29 Thread Neal Becker
The usage of this environment is, it will continue numbering of whatever
enumeration preceded it?  Presumably also works across slides?
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: resume enumerate for beamer

2023-03-29 Thread jspitzm
Am Mittwoch, dem 29.03.2023 um 13:52 +0200 schrieb jspi...@gmail.com:
> There needs to be at least one frame in the document (the enumeration
> itself doesn't need to be in a frame).

FWIW this is even the case with normal enumerate and without the
module. See attached MWE which produces the same error.

Jürgen



newfile2b.lyx
Description: application/lyx
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: resume enumerate for beamer

2023-03-29 Thread jspitzm
Am Mittwoch, dem 29.03.2023 um 07:36 -0400 schrieb Neal Becker:
> Thanks for the suggestion!  Unfortunately tried on lyx-2.4-dev and
> got
> ! Undefined control sequence.
> \beamer@enum@ ...fix item}##1}\beamer@cramped 
>   \raggedright
> \beamer@first...
> l.47 \item
> 
> Attached is a minimal example using beamer, with only this beamer-
> resenumerate (not title page or frames).

There needs to be at least one frame in the document (the enumeration
itself doesn't need to be in a frame).

HTH,
Jürgen



newfile2.lyx
Description: application/lyx
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: resume enumerate for beamer

2023-03-29 Thread Neal Becker
On Wed, Mar 29, 2023 at 1:00 AM Jürgen Spitzmüller 
wrote:

> Am Dienstag, dem 28.03.2023 um 07:47 -0400 schrieb Neal Becker:
> > I'm trying to do resume enumeration in beamer.  I read instructions
> > to use doc settings, modules, list enhancements, customizable lists,
> > but the "add" button is grayed out.  I'm assuming this is because of
> > compatibility with beamer, as a test I see I can add it to an
> > amsarticle document.
>
> Sure you tried the beamer-resenumerate.module from here?
> https://wiki.lyx.org/Layouts/Modules#toc12
>
> --
> Jürgen
> --
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
>
Thanks for the suggestion!  Unfortunately tried on lyx-2.4-dev and got

! Undefined control sequence.

\beamer@enum@ ...fix item}##1}\beamer@cramped

\raggedright \beamer@first...

l.47 \item


Attached is a minimal example using beamer, with only this
beamer-resenumerate (not title page or frames).

-- 
*Those who don't understand recursion are doomed to repeat it*


newfile2.lyx
Description: application/lyx
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: resume enumerate for beamer

2023-03-28 Thread Jürgen Spitzmüller
Am Dienstag, dem 28.03.2023 um 07:47 -0400 schrieb Neal Becker:
> I'm trying to do resume enumeration in beamer.  I read instructions
> to use doc settings, modules, list enhancements, customizable lists,
> but the "add" button is grayed out.  I'm assuming this is because of
> compatibility with beamer, as a test I see I can add it to an
> amsarticle document.

Sure you tried the beamer-resenumerate.module from here?
https://wiki.lyx.org/Layouts/Modules#toc12

-- 
Jürgen
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


resume enumerate for beamer

2023-03-28 Thread Neal Becker
I'm trying to do resume enumeration in beamer.  I read instructions to use
doc settings, modules, list enhancements, customizable lists, but the "add"
button is grayed out.  I'm assuming this is because of compatibility with
beamer, as a test I see I can add it to an amsarticle document.

I also saw here:
https://tex.stackexchange.com/questions/365974/resuming-a-list-in-lyx
That I should be able to right click on an enum item and see enumerate
options, but I don't get this choice (this is 2.4-devel).

Any suggestions?

Thanks,
Neal
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Insert an empty line in beamer

2023-03-19 Thread Udicoudco
On Sun, Mar 19, 2023 at 11:34 AM Ehud Behar  wrote:
>
> I now realized that this problem is only when the document language is
> set to Hebrew.
>

Strange, it seems to only happen with Hebrew and LuaTeX.
To overcome this problem you can use the latexpar separator.

It can be inserted via the minibuffer, and you can create a shortcut
for it. The LFUN is separator-insert latexpar. see the attached file
for an example.

Regards,
Udi


a.lyx
Description: application/lyx
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Insert an empty line in beamer

2023-03-19 Thread Ehud Behar

Thanks for this piece of information!

I've never tried beamer-article so I didn't know there is a meaning to 
content which is outside of a frame.


--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Insert an empty line in beamer

2023-03-19 Thread José Matos
On Sat, 2023-03-18 at 21:18 +, Ehud Behar wrote:
> If not inside a frame (which is non sense in beamer) it does create
> an empty line.

[This is a side note and unrelated to your problem]
Actually with the proper configuration you can place content outside of
frames. I use that, for example, either for notes or for additional
content for beamer-article. :-)

Best regards,
-- 
José Abílio
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Insert an empty line in beamer

2023-03-19 Thread Ehud Behar
I now realized that this problem is only when the document language is 
set to Hebrew.



In the link you can see a screen shot of the problem.


https://gcdnb.pbrd.co/images/hqN0FDHQNahA.png


I am still looking for a solution with better legibility that an ERT 
code as here:



https://gcdnb.pbrd.co/images/0lwkrvZmqst1.png

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Insert an empty line in beamer

2023-03-19 Thread Steve Litt
Ehud Behar said on Sat, 18 Mar 2023 19:46:37 +

>I want to print the following in my beamer document:
>"
>First line
>Second line
>"

[snip]

>Any idea how to insert a (real) empty line in the editor?

I'm confused as to what you're trying to accomplish, and have no idea
what a "real" empty line is. I also don't know what LyX does to Beamer
(I use Beamer directly, without LyX), and I have no idea how the
Beamer macro package changes the behavior of normal LaTeX macros.

But I do know this about LaTeX: The following produces the phrase
"First line" directly over the phrase "Second line".

=
~\\[0ex]First line\\[1ex]Second line
=

The purpose of the ~\\[0ex] is so the next two lines aren't subject to
the paragraph's indenting. The distance between the lines can be
adjusted by modifying the 1ex. You can create a character style to
express the command above, and use that character so you wouldn't
need to use ERT. 

>What I do now is I insert an empty line with an ERT box.

If you're satisfied with the spacing your ERT box presents, it would be
almost trivial to create a character style that puts a box at the end
of the line.

SteveT

Steve Litt 
Autumn 2022 featured book: Thriving in Tough Times
http://www.troubleshooters.com/bookstore/thrive.htm
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Insert an empty line in beamer

2023-03-18 Thread Dr Eberhard W Lisse
Insert a vertical space?

el

On 18/03/2023 15:46, Ehud Behar wrote:
> I want to print the following in my beamer document:
> "
> First line
> Second line
> "
> 
> The beamer lyx doc class allows the user to insert empty line in the
> Standard layout. But even if insert more than 2 empty lines between
> "First line" and "Second line" in lyx, still there is no any empty line
> (or more correctly a \par command between them) in the generated latex
> file.
> 
> Any idea how to insert a (real) empty line in the editor?
> 
> What I do now is I insert an empty line with an ERT box.
> 
> 


-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Insert an empty line in beamer

2023-03-18 Thread Ehud Behar

  
  
Kind of.


Inside a frame, it puts the cursor outside the last \end{frame}
  line and suggests me to insert a new frame with a new frame title
  etc.


If not inside a frame (which is non sense in beamer) it does
  create an empty line.

  

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Insert an empty line in beamer

2023-03-18 Thread Ehud Behar

Kind of.


Inside a frame, it puts the cursor outside the last \end{frame} line and 
suggests me to insert a new frame with a new frame title etc.



If not inside a frame (which is non sense in beamer) it does create an 
empty line.

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Insert an empty line in beamer

2023-03-18 Thread Ehud Behar

  
  
Kind of.


Inside a frame, it puts the cursor outside the last \end{frame}
  line and suggests me to insert a new frame with a new frame title
  etc.


If not inside a frame (which is non sense in beamer) it does create
an empty line.

  

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Insert an empty line in beamer

2023-03-18 Thread José Matos
On Sat, 2023-03-18 at 19:46 +, Ehud Behar wrote:
> I want to print the following in my beamer document:
> "
> First line
> Second line
> "
> 
> The beamer lyx doc class allows the user to insert empty line in the 
> Standard layout. But even if insert more than 2 empty lines between 
> "First line" and "Second line" in lyx, still there is no any empty
> line 
> (or more correctly a \par command between them) in the generated
> latex file.
> 
> Any idea how to insert a (real) empty line in the editor?


What if you add a hard space (Ctr+Space), does it work?
-- 
José Abílio
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Insert an empty line in beamer

2023-03-18 Thread Ehud Behar

I want to print the following in my beamer document:
"
First line
Second line
"

The beamer lyx doc class allows the user to insert empty line in the 
Standard layout. But even if insert more than 2 empty lines between 
"First line" and "Second line" in lyx, still there is no any empty line 
(or more correctly a \par command between them) in the generated latex 
file.


Any idea how to insert a (real) empty line in the editor?

What I do now is I insert an empty line with an ERT box.


--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Create a shortcut to insert the frames separator for beamer documents

2023-03-16 Thread Kornel Benko
Am Wed, 15 Mar 2023 22:54:14 -0400
schrieb "Paul A. Rubin" :

> On 3/15/23 12:46, Ehud Behar wrote:
> > Just created it.
> > The message pane says "Unknown function. Warning: unknown command 
> > definition 'newframe'
> >
> > Are you sure it is this name for the function?
> Sorry, I forgot that long ago I set up the "newframe" command for this 
> purpose. I have the attached default.def file parked in ~/.lyx/commands 
> (on my Linux Mint system). If you already have a customized default.def 
> file under your home directory, you can just add the lines in mine to 
> your file.
> 
> Paul

There is a problem with the path to default.def.

The use of this file does not consider the 'userdir' option.

Kornel


pgpmzjLc45nuq.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Create a shortcut to insert the frames separator for beamer documents

2023-03-16 Thread Daniel

On 15/03/2023 16:49, Ehud Behar wrote:
I want to create a shortcut to insert the short thin red line that 
separates frames when the document class is Beamer.


I know how to create shortcuts, I just don't know the name of the 
"function" that actually inserts this red line.


In the lyx file this red line is called "Separator plain".

If you really think of it, I don't know the function name because I also 
don't know how to insert it from the menus, so you are welcome to tell 
me how to do that as well.


I think it depends on your LyX version where to find the menu entry.

It used to be possible to insert a separator from the "Edit" menu.

In recent versions it was replaced by menus called "Separated Frame 
Above" and "Separated Frame Below" in the "Insert" menu. It is already 
bound to the Alt+P Alt+Return and Alt+P Return, respectively.


You can see the function by opening the Messages Pane (View menu) and 
executing the function. Spoiler ahead! It is


command-alternatives environment-split ; environment-split previous

The menu entries disappear when the Standard environment is used. I 
guess it would be better to show them at all times but gray them out 
when not accessible. In that way the user gets accustomed to that there 
are such menu entries and where those menu entries are. Also, for some 
reason when you are in the "Frame Title" inset, then the command 
disappears. I guess it would be better to make it accessible in that 
case or at least only gray it out.


(I made the suggestion elsewhere that these separators should be 
disbanded and instead frame content should be distinguished from 
non-content by indentation. But it is yet to be seen whether this works 
and will be taken up by the developers.)


--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Create a shortcut to insert the frames separator for beamer documents

2023-03-15 Thread Paul A. Rubin

On 3/15/23 12:46, Ehud Behar wrote:

Just created it.
The message pane says "Unknown function. Warning: unknown command 
definition 'newframe'


Are you sure it is this name for the function?
Sorry, I forgot that long ago I set up the "newframe" command for this 
purpose. I have the attached default.def file parked in ~/.lyx/commands 
(on my Linux Mint system). If you already have a customized default.def 
file under your home directory, you can just add the lines in mine to 
your file.


Paul
\define "newframe" "command-sequence paragraph-break inverse ; depth-decrement 
; depth-decrement ; depth-decrement ; depth-decrement ; layout Frame ; 
inset-dissolve ; environment-split"


-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Create a shortcut to insert the frames separator for beamer documents

2023-03-15 Thread Ehud Behar

Just created it.
The message pane says "Unknown function. Warning: unknown command 
definition 'newframe'


Are you sure it is this name for the function?
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Create a shortcut to insert the frames separator for beamer documents

2023-03-15 Thread Paul A. Rubin

On 3/15/23 11:49, Ehud Behar wrote:
I want to create a shortcut to insert the short thin red line that 
separates frames when the document class is Beamer.


I know how to create shortcuts, I just don't know the name of the 
"function" that actually inserts this red line.


In the lyx file this red line is called "Separator plain".

If you really think of it, I don't know the function name because I 
also don't know how to insert it from the menus, so you are welcome to 
tell me how to do that as well.


I bound Ctrl+Alt+Return to "call newframe" for precisely this purpose.

Paul

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Create a shortcut to insert the frames separator for beamer documents

2023-03-15 Thread Ehud Behar
I want to create a shortcut to insert the short thin red line that 
separates frames when the document class is Beamer.


I know how to create shortcuts, I just don't know the name of the 
"function" that actually inserts this red line.


In the lyx file this red line is called "Separator plain".

If you really think of it, I don't know the function name because I also 
don't know how to insert it from the menus, so you are welcome to tell 
me how to do that as well.

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: speaker notes & Beamer

2023-02-24 Thread Dr Eberhard W Lisse
On the Mac: Slidepilot


el

On 23/02/2023 14:07, Saša Janiška wrote:
> Hello,
> 
> I need to put together one presentation and wonder how to deal with the 
> speaker 
> notes in Beamer?
> 
> Are they visible in Linux PDF viewers like Atril/Evince or Acrobat if I'd 
> just 
> copy presentation on USB stick to present under Windows OS?
> 
> One option for presenting might be to use (https://pdfpc.github.io/), but in 
> that case it seems that preferrable way is to use notes embedded in *.pdfpc 
> files, possibly formatted with Markdown markup.
> 
> Any hint?
> 
> Sincerely,
> Saša
> 


-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: embedding video in Beamer

2023-02-24 Thread Jürgen Spitzmüller
Am Donnerstag, dem 23.02.2023 um 17:19 +0100 schrieb Saša Janiška:
> Wow! You're my saviour!!

I am glad it works out for you.

> p.s. TLDR; I did two books more than 20 years ago using LyX. In the
> meantime I tried few 
> times with ConTeXt, but never had enought time to overcome lack of
> good docs. :-)
> 
> Now, when I'm more in study-mode and have to prepare /both for my &
> my wife) 
> some presentations, I, naturally, returned back to LyX, but had some
> problems 
> due to my ignorance of LyX-Beamer combo. Now, I believe that all the
> obstacles 
> are behind us, and I am thrilled that good-old LyX did the job
> without resort 
> to HTML/JS (reveal) technology.
> 
> Actually, I'm looking forward to embrace LyX as my main writing tool
> instead of 
> fiddling with different editors (Vim, Emacs etc.) and then simply
> deal with 
> export/import when there is is need to put some content online.

Welcome back, then :-)

-- 
Jürgen
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: speaker notes & Beamer

2023-02-23 Thread Saša Janiška
On Thu, 23 Feb 2023 18:27:36 +
tush via lyx-users  wrote:

> Try Présentation:
> http://iihm.imag.fr/blanch/software/osx-presentation/ 

It looks like Mac OS only?


Sincerely,
Saša


-- 
What is night for all beings is the time of awakening
for the self-controlled; and the time of awakening for
all beings is night for the introspective sage.


-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: embedding video in Beamer

2023-02-23 Thread tush via lyx-users
Maybe the information in this lecture notes book would help:
https://atomoptics.uoregon.edu/~dsteck/teaching/optics/optics-notes.pdf,page 
15-16

It is taken from here: https://atomoptics.uoregon.edu/~dsteck/teaching/optics/-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: speaker notes & Beamer

2023-02-23 Thread Scott Kostyshak
On Thu, Feb 23, 2023 at 05:57:05PM +0100, Patrick Dupre wrote:
> 
> 
> > Sent: Thursday, February 23, 2023 at 5:25 PM
> > From: "Saša Janiška" 
> > To: lyx-users@lists.lyx.org
> > Subject: Re: speaker notes & Beamer
> >
> > On Thu, 23 Feb 2023 10:26:01 -0500
> > Scott Kostyshak  wrote:
> > 
> > > In LyX, a "Beamer note" is just an inset, so it is saved in the .lyx
> > > file as any inset (e.g., like a URL inset or a Note inset). There is
> > > also a Note environment, and it is saved like any environment.
> Are you talking about the beamer Note ?

Yes. There is both a Beamer Note command and a Note environment. I usually use 
the command, but sometimes it's helpful to use the environment.

Scott


signature.asc
Description: PGP signature
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: speaker notes & Beamer

2023-02-23 Thread Scott Kostyshak
On Thu, Feb 23, 2023 at 05:25:48PM +0100, Saša Janiška wrote:
> On Thu, 23 Feb 2023 10:26:01 -0500
> Scott Kostyshak  wrote:
> 
> > In LyX, a "Beamer note" is just an inset, so it is saved in the .lyx
> > file as any inset (e.g., like a URL inset or a Note inset). There is
> > also a Note environment, and it is saved like any environment.
> 
> Aha, that's good to know. Thank you for teaching me something new...
> 
> > When compiling to PDF, you need to add some preamble code, otherwise
> > the Note contents will be ignored (by Beamer). I'm using this basic
> > setup:
> > 
> > % https://tex.stackexchange.com/a/21872/12212
> > \usepackage{pgfpages}
> > \setbeamertemplate{note page}[plain]
> > \setbeameroption{show notes on second screen=right}
> 
> I did that and now I can see the Notes. :-)
> 
> > One tip: sometimes I think Pympress gets confused and is not sure
> > which monitor is for you and which is for the audience. If it starts
> > up the wrong way, press "s" to swap. Just in case though, you might
> > want to make sure the presenter notes on the first slide aren't too
> > embarrassing if they are accidentally revealed to the audience :).
> 
> Jürgen helped me, so I'll use pdfpc. ;-)

Great! I think pdfpc is a great choice.

> > I have used a video slide successfully before with Pympress. I
> > remember searching and I think I found it is also supported by pdfpc
> > but I could not test it. Also with Pympress, I remember it worked on
> > one computer and for some reason did not work on the other. I did not
> > narrow it down to whether it was a difference in Pympress viewer
> > versions, or what, but I did come away with the feeling that it was
> > "fragile".
> 
> pdfpc-movie package is the key!

Ah perhaps that was the missing dependency on my other system.

> > This week and next are a bit busy for me. How time-sensitive is this?
> > I can try to find time to make a full Pympress example and send you
> > the .lyx file and video file and see if it works for you. Would that
> > help?
> 
> Heh, deadline is tomorrow afternoon, but everything is fine now. :-)
> 
> Thank you for your assistance and for your readiness to help!

I'm glad you got it figured out. Hope it goes smoothly tomorrow!

Best,
Scott


signature.asc
Description: PGP signature
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: speaker notes & Beamer

2023-02-23 Thread tush via lyx-users
Try Présentation: http://iihm.imag.fr/blanch/software/osx-presentation/
I used it when I presented my thesis.
If you do double display (e.g. connect your computer to a projector) then you 
can see on the laptop monitor your notes for the presentation together with a 
timer and a thumbnail of the next slide.
However I don't know how you add in LaTeX those notes to the pdf, and I never 
dig deep into what it means in terms of adobe's pdf specs.-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: speaker notes & Beamer

2023-02-23 Thread Patrick Dupre


> Sent: Thursday, February 23, 2023 at 5:25 PM
> From: "Saša Janiška" 
> To: lyx-users@lists.lyx.org
> Subject: Re: speaker notes & Beamer
>
> On Thu, 23 Feb 2023 10:26:01 -0500
> Scott Kostyshak  wrote:
> 
> > In LyX, a "Beamer note" is just an inset, so it is saved in the .lyx
> > file as any inset (e.g., like a URL inset or a Note inset). There is
> > also a Note environment, and it is saved like any environment.
Are you talking about the beamer Note ?

> 
> Aha, that's good to know. Thank you for teaching me something new...
> 
> > When compiling to PDF, you need to add some preamble code, otherwise
> > the Note contents will be ignored (by Beamer). I'm using this basic
> > setup:
> > 
> > % https://tex.stackexchange.com/a/21872/12212
> > \usepackage{pgfpages}
> > \setbeamertemplate{note page}[plain]
> > \setbeameroption{show notes on second screen=right}
> 
> I did that and now I can see the Notes. :-)
> 
> > One tip: sometimes I think Pympress gets confused and is not sure
> > which monitor is for you and which is for the audience. If it starts
> > up the wrong way, press "s" to swap. Just in case though, you might
> > want to make sure the presenter notes on the first slide aren't too
> > embarrassing if they are accidentally revealed to the audience :).
> 
> Jürgen helped me, so I'll use pdfpc. ;-)
> 
> > I have used a video slide successfully before with Pympress. I
> > remember searching and I think I found it is also supported by pdfpc
> > but I could not test it. Also with Pympress, I remember it worked on
> > one computer and for some reason did not work on the other. I did not
> > narrow it down to whether it was a difference in Pympress viewer
> > versions, or what, but I did come away with the feeling that it was
> > "fragile".
> 
> pdfpc-movie package is the key!
> 
> > This week and next are a bit busy for me. How time-sensitive is this?
> > I can try to find time to make a full Pympress example and send you
> > the .lyx file and video file and see if it works for you. Would that
> > help?
> 
> Heh, deadline is tomorrow afternoon, but everything is fine now. :-)
> 
> Thank you for your assistance and for your readiness to help!
> 
> 
> Sincerely,
> Saša
> 
> -- 
> Whatever action a great man performs, common men follow. And
> whatever standards he sets by exemplary acts, all the world pursues.
> 
> -- 
> One who is able to withdraw his senses from sense objects,
> as the tortoise draws its limbs within the shell,
> is firmly fixed in perfect consciousness.
> 
> 
> -- 
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
>
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: speaker notes & Beamer

2023-02-23 Thread Saša Janiška
On Thu, 23 Feb 2023 10:26:01 -0500
Scott Kostyshak  wrote:

> In LyX, a "Beamer note" is just an inset, so it is saved in the .lyx
> file as any inset (e.g., like a URL inset or a Note inset). There is
> also a Note environment, and it is saved like any environment.

Aha, that's good to know. Thank you for teaching me something new...

> When compiling to PDF, you need to add some preamble code, otherwise
> the Note contents will be ignored (by Beamer). I'm using this basic
> setup:
> 
> % https://tex.stackexchange.com/a/21872/12212
> \usepackage{pgfpages}
> \setbeamertemplate{note page}[plain]
> \setbeameroption{show notes on second screen=right}

I did that and now I can see the Notes. :-)

> One tip: sometimes I think Pympress gets confused and is not sure
> which monitor is for you and which is for the audience. If it starts
> up the wrong way, press "s" to swap. Just in case though, you might
> want to make sure the presenter notes on the first slide aren't too
> embarrassing if they are accidentally revealed to the audience :).

Jürgen helped me, so I'll use pdfpc. ;-)

> I have used a video slide successfully before with Pympress. I
> remember searching and I think I found it is also supported by pdfpc
> but I could not test it. Also with Pympress, I remember it worked on
> one computer and for some reason did not work on the other. I did not
> narrow it down to whether it was a difference in Pympress viewer
> versions, or what, but I did come away with the feeling that it was
> "fragile".

pdfpc-movie package is the key!

> This week and next are a bit busy for me. How time-sensitive is this?
> I can try to find time to make a full Pympress example and send you
> the .lyx file and video file and see if it works for you. Would that
> help?

Heh, deadline is tomorrow afternoon, but everything is fine now. :-)

Thank you for your assistance and for your readiness to help!


Sincerely,
Saša

-- 
Whatever action a great man performs, common men follow. And
whatever standards he sets by exemplary acts, all the world pursues.

-- 
One who is able to withdraw his senses from sense objects,
as the tortoise draws its limbs within the shell,
is firmly fixed in perfect consciousness.


-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: embedding video in Beamer

2023-02-23 Thread Saša Janiška
On Thu, 23 Feb 2023 16:28:46 +0100
"Jürgen Spitzmüller"  wrote:

> I've good experience with the pdfpc presenting software in combination
> with the pdfpc-movie latex package:

Wow! You're my saviour!!

> 
> https://pdfpc.github.io/
> 
> https://www.ctan.org/pkg/pdfpc-movie

It really does work. :-)

> All my other (humble) attempts to include movies in presentations on
> Linux failed.

It's strange indeed, but I'm happy there are still nice apps like LyX, pdfpc 
available .

Sincerely,
Saša

p.s. TLDR; I did two books more than 20 years ago using LyX. In the meantime I 
tried few 
times with ConTeXt, but never had enought time to overcome lack of good docs. 
:-)

Now, when I'm more in study-mode and have to prepare /both for my & my wife) 
some presentations, I, naturally, returned back to LyX, but had some problems 
due to my ignorance of LyX-Beamer combo. Now, I believe that all the obstacles 
are behind us, and I am thrilled that good-old LyX did the job without resort 
to HTML/JS (reveal) technology.

Actually, I'm looking forward to embrace LyX as my main writing tool instead of 
fiddling with different editors (Vim, Emacs etc.) and then simply deal with 
export/import when there is is need to put some content online.

-- 
Never was there a time when I did not exist,
nor you, nor all these kings; nor in the future
shall any of us cease to be.


-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: speaker notes & Beamer

2023-02-23 Thread Jürgen Spitzmüller
Am Donnerstag, dem 23.02.2023 um 13:07 +0100 schrieb Saša Janiška:
> One option for presenting might be to use (https://pdfpc.github.io/),
> but in that case it seems that preferrable way is to use notes
> embedded in *.pdfpc files, possibly formatted with Markdown markup.

With the pdfpc latex package [1], you can insert notes to latex
directly via \pdfpcnote (never tried it myself). The package
documentation also states that:

"If you prefer using full-featured beamer notes rendered alongside the
presentation (\setbeameroption{show notes on second screen}), the
pdfpc package will autodetect it, so using the --notes command-line
option is unnecessary. To override the autodetection, use the
notesposition option, accepting the same values
(right/left/top/bottom/none)."

[1] https://www.ctan.org/pkg/pdfpc 

HTH,
-- 
Jürgen
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: embedding video in Beamer

2023-02-23 Thread Jürgen Spitzmüller
Am Donnerstag, dem 23.02.2023 um 13:09 +0100 schrieb Saša Janiška:
> Is it possible to embed video file in Beamer PDF presentation
> prepared with LyX 
> which is suppsed to be presented from Linux (Debian)?
> 
> What about using Windows OS for presenting from USB stick?
> 
> In the archived I've found one message recommendeding to convert
> video file 
> from *.mp4 to *.mov?

I've good experience with the pdfpc presenting software in combination
with the pdfpc-movie latex package:

https://pdfpc.github.io/

https://www.ctan.org/pkg/pdfpc-movie

All my other (humble) attempts to include movies in presentations on
Linux failed.

-- 
Jürgen
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: speaker notes & Beamer

2023-02-23 Thread Scott Kostyshak
On Thu, Feb 23, 2023 at 03:42:51PM +0100, Saša Janiška wrote:
> On Thu, 23 Feb 2023 07:46:17 -0500
> Scott Kostyshak  wrote:
> 
> Hello Scott,
> 
> > On Thu, Feb 23, 2023 at 01:07:03PM +0100, Saša Janiška wrote:
> 
> > I've heard great things about pdfpc and also Pympress. For Pympress,
> > then notes are embedded in the .pdf file themselves (by adding a
> > right/left side of PDF pages I think). 
> 
> Does Pympress use Beamer notes embedded within LyX file?

In LyX, a "Beamer note" is just an inset, so it is saved in the .lyx
file as any inset (e.g., like a URL inset or a Note inset). There is
also a Note environment, and it is saved like any environment.

When compiling to PDF, you need to add some preamble code, otherwise the
Note contents will be ignored (by Beamer). I'm using this basic setup:

% https://tex.stackexchange.com/a/21872/12212
\usepackage{pgfpages}
\setbeamertemplate{note page}[plain]
\setbeameroption{show notes on second screen=right}

> Btw, I've installed it and it looks great, but have to figure out if
> the setup 
> - multiple displays etc. are eas easy as with pdfpc since presentation
> will be done by not-so-tech-savvy person. :-)

One tip: sometimes I think Pympress gets confused and is not sure which
monitor is for you and which is for the audience. If it starts up the
wrong way, press "s" to swap. Just in case though, you might want to
make sure the presenter notes on the first slide aren't too embarrassing
if they are accidentally revealed to the audience :).

> > Indeed you have to use the Pympress viewer.
> 
> Yeah, similar as with pdfpc..
> 
> > I'm not sure how to use Evince with presentation notes. I've never
> > tried that.
> 
> I am sure Pympres can handle speaker notes as pdfpc...but have to find
> out how to compile presentation by using "video" slide...

I have used a video slide successfully before with Pympress. I remember
searching and I think I found it is also supported by pdfpc but I could
not test it. Also with Pympress, I remember it worked on one computer
and for some reason did not work on the other. I did not narrow it down
to whether it was a difference in Pympress viewer versions, or what, but
I did come away with the feeling that it was "fragile".

This week and next are a bit busy for me. How time-sensitive is this? I
can try to find time to make a full Pympress example and send you the
.lyx file and video file and see if it works for you. Would that help?

Scott


signature.asc
Description: PGP signature
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: speaker notes & Beamer

2023-02-23 Thread Saša Janiška
On Thu, 23 Feb 2023 07:46:17 -0500
Scott Kostyshak  wrote:

Hello Scott,

> On Thu, Feb 23, 2023 at 01:07:03PM +0100, Saša Janiška wrote:

> I've heard great things about pdfpc and also Pympress. For Pympress,
> then notes are embedded in the .pdf file themselves (by adding a
> right/left side of PDF pages I think). 

Does Pympress use Beamer notes embedded within LyX file?

Btw, I've installed it and it looks great, but have to figure out if
the setup 
- multiple displays etc. are eas easy as with pdfpc since presentation
will be done by not-so-tech-savvy person. :-)

> Indeed you have to use the Pympress viewer.

Yeah, similar as with pdfpc..

> I'm not sure how to use Evince with presentation notes. I've never
> tried that.

I am sure Pympres can handle speaker notes as pdfpc...but have to find
out how to compile presentation by using "video" slide...


Sincerely,
Saša

-- 
Everyone is forced to act helplessly according to the qualities
he has acquired from the modes of material nature; therefore no
one can refrain from doing something, not even for a moment.

-- 
In the material world, one who is unaffected by whatever good
or evil he may obtain, neither praising it nor despising it,
is firmly fixed in perfect knowledge.


-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: speaker notes & Beamer

2023-02-23 Thread Scott Kostyshak
On Thu, Feb 23, 2023 at 01:07:03PM +0100, Saša Janiška wrote:
> Hello,
> 
> I need to put together one presentation and wonder how to deal with the 
> speaker 
> notes in Beamer?
> 
> Are they visible in Linux PDF viewers like Atril/Evince or Acrobat if I'd 
> just 
> copy presentation on USB stick to present under Windows OS?
> 
> One option for presenting might be to use (https://pdfpc.github.io/), but in 
> that case it seems that preferrable way is to use notes embedded in *.pdfpc 
> files, possibly formatted with Markdown markup.

Hi Saša,

I've heard great things about pdfpc and also Pympress. For Pympress,
then notes are embedded in the .pdf file themselves (by adding a
right/left side of PDF pages I think). Indeed you have to use the
Pympress viewer.

I'm not sure how to use Evince with presentation notes. I've never tried
that.

Scott


signature.asc
Description: PGP signature
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


embedding video in Beamer

2023-02-23 Thread Saša Janiška
Hello!

Is it possible to embed video file in Beamer PDF presentation prepared with LyX 
which is suppsed to be presented from Linux (Debian)?

What about using Windows OS for presenting from USB stick?

In the archived I've found one message recommendeding to convert video file 
from *.mp4 to *.mov?

Sincerely,
Saša

-- 
Those who are on this path are resolute in purpose,
and their aim is one. O beloved child of the Kurus,
the intelligence of those who are irresolute is many-branched.


-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


speaker notes & Beamer

2023-02-23 Thread Saša Janiška
Hello,

I need to put together one presentation and wonder how to deal with the speaker 
notes in Beamer?

Are they visible in Linux PDF viewers like Atril/Evince or Acrobat if I'd just 
copy presentation on USB stick to present under Windows OS?

One option for presenting might be to use (https://pdfpc.github.io/), but in 
that case it seems that preferrable way is to use notes embedded in *.pdfpc 
files, possibly formatted with Markdown markup.

Any hint?

Sincerely,
Saša

-- 
The working senses are superior to dull matter; mind is higher
than the senses; intelligence is still higher than the mind;
and he [the soul] is even higher than the intelligence.


-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Fwd: ogv animation in Lyx beamer?

2022-12-05 Thread Richard Kimberly Heck
Try VLC? It can convert files.

On Mon, Dec 5, 2022, 12:16 PM Wolfgang Engelmann 
wrote:

>
>
> Am 05.12.22 um 17:51 schrieb Wolfgang Engelmann:
> >
> >
> > Am 05.12.22 um 17:18 schrieb Richard Kimberly Heck:
> >> On 12/5/22 04:31, Jean-Marc Lasgouttes wrote:
> >>>
> >>> Can someone help Wolfgang?
> >>
> >> I do not use these kinds of formats, but my instinct would be to try
> >> converting the ogv file to something more common, like gif.
> >
> > you mean ogv > ffmpeg > gif (animation)?
> >
> > I will have a look in the internet
> >
> > Thanks, Riki!
>
> I tried
> ffmpeg -i Video_schematic_of_glymphatic_flow.ogv -crf 18
> Video_schematic_of_glymphatic_flow.mp4
>
> (from
>
> https://stackoverflow.com/questions/37325629/efficient-ogv-video-conversion-in-linux
> )
>
> but get
> Video_schematic_of_glymphatic_flow.ogv: Invalid data found when
> processing input
>
> This
> https://tweenpath.net/how-to-install-ffmpeg-or-avconv-on-debian/
>
> tells me, to use libav-tools:
>
> sudo apt-get install libav-tools
> [sudo] Passwort für wolfgang:
>
> However:
> Paketlisten werden gelesen… Fertig
> Abhängigkeitsbaum wird aufgebaut… Fertig
> Statusinformationen werden eingelesen… Fertig
> Paket libav-tools ist nicht verfügbar, wird aber von einem anderen Paket
> referenziert. Das kann heißen, dass das Paket fehlt, dass es abgelöst
> wurde oder nur aus einer anderen Quelle verfügbar ist.
> Doch die folgenden Pakete ersetzen es:
>ffmpeg
> E: Für Paket »libav-tools« existiert kein Installationskandidat.
>
> But I tried ffmpeg (see top of my reply) which did not work. To bad!
>
> Wolfgang
>
>
> --
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
>
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Fwd: ogv animation in Lyx beamer?

2022-12-05 Thread Wolfgang Engelmann



Am 05.12.22 um 17:51 schrieb Wolfgang Engelmann:



Am 05.12.22 um 17:18 schrieb Richard Kimberly Heck:

On 12/5/22 04:31, Jean-Marc Lasgouttes wrote:


Can someone help Wolfgang?


I do not use these kinds of formats, but my instinct would be to try 
converting the ogv file to something more common, like gif.


you mean ogv > ffmpeg > gif (animation)?

I will have a look in the internet

Thanks, Riki!


I tried
ffmpeg -i Video_schematic_of_glymphatic_flow.ogv -crf 18 
Video_schematic_of_glymphatic_flow.mp4


(from 
https://stackoverflow.com/questions/37325629/efficient-ogv-video-conversion-in-linux)


but get
Video_schematic_of_glymphatic_flow.ogv: Invalid data found when 
processing input


This
https://tweenpath.net/how-to-install-ffmpeg-or-avconv-on-debian/

tells me, to use libav-tools:

sudo apt-get install libav-tools
[sudo] Passwort für wolfgang:

However:
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
Paket libav-tools ist nicht verfügbar, wird aber von einem anderen Paket
referenziert. Das kann heißen, dass das Paket fehlt, dass es abgelöst
wurde oder nur aus einer anderen Quelle verfügbar ist.
Doch die folgenden Pakete ersetzen es:
  ffmpeg
E: Für Paket »libav-tools« existiert kein Installationskandidat.

But I tried ffmpeg (see top of my reply) which did not work. To bad!

Wolfgang


--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Fwd: ogv animation in Lyx beamer?

2022-12-05 Thread Wolfgang Engelmann



Am 05.12.22 um 17:18 schrieb Richard Kimberly Heck:

On 12/5/22 04:31, Jean-Marc Lasgouttes wrote:


Can someone help Wolfgang?


I do not use these kinds of formats, but my instinct would be to try 
converting the ogv file to something more common, like gif.


you mean ogv > ffmpeg > gif (animation)?

I will have a look in the internet

Thanks, Riki!

Wolfgang


Riki



 Message transféré 
Sujet : ogv animation in Lyx beamer?
Date : Wed, 30 Nov 2022 19:52:12 +0100
De : Wolfgang Engelmann 
Pour : lyx-users-ow...@lists.lyx.org

I would like to show an .ogv animation in a beamer presentation. If I 
include the ogv file, I get this:


 error converting to loadable format

Is there another format which would be displayed in the lyx beamer 
presentation?


Wolfgang




--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Fwd: ogv animation in Lyx beamer?

2022-12-05 Thread Richard Kimberly Heck

On 12/5/22 04:31, Jean-Marc Lasgouttes wrote:


Can someone help Wolfgang?


I do not use these kinds of formats, but my instinct would be to try 
converting the ogv file to something more common, like gif.


Riki



 Message transféré 
Sujet : ogv animation in Lyx beamer?
Date : Wed, 30 Nov 2022 19:52:12 +0100
De : Wolfgang Engelmann 
Pour : lyx-users-ow...@lists.lyx.org

I would like to show an .ogv animation in a beamer presentation. If I 
include the ogv file, I get this:


 error converting to loadable format

Is there another format which would be displayed in the lyx beamer 
presentation?


Wolfgang



--

Richard Kimberly (Riki) Heck
Professor of Philosophy
Brown University

Pronouns: they/them/their

Website: http://rkheck.frege.org/
Blog:http://rikiheck.blogspot.com/
Amazon:  http://amazon.com/author/richardgheckjr
Google Scholar:  https://scholar.google.com/citations?user=QUKBG6EJ
ORCID:   http://orcid.org/-0002-2961-2663
Research Gate:   https://www.researchgate.net/profile/Richard_Heck

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: ogv animation in Lyx beamer?

2022-12-05 Thread Joel Kulesza
On Mon, Dec 5, 2022 at 02:34 Jean-Marc Lasgouttes 
wrote:

>
> Can someone help Wolfgang?
>
> JMarc
>
>  Message transféré 
> Sujet : ogv animation in Lyx beamer?
> Date : Wed, 30 Nov 2022 19:52:12 +0100
> De : Wolfgang Engelmann 
> Pour : lyx-users-ow...@lists.lyx.org
>
> I would like to show an .ogv animation in a beamer presentation. If I
> include the ogv file, I get this:
>
>   error converting to loadable format
>
> Is there another format which would be displayed in the lyx beamer
> presentation?


Wolfgang,

Can an MWE be provided showing what you tried that is failing?

Thanks,
Joel

>
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Fwd: ogv animation in Lyx beamer?

2022-12-05 Thread Jean-Marc Lasgouttes


Can someone help Wolfgang?

JMarc

 Message transféré 
Sujet : ogv animation in Lyx beamer?
Date : Wed, 30 Nov 2022 19:52:12 +0100
De : Wolfgang Engelmann 
Pour : lyx-users-ow...@lists.lyx.org

I would like to show an .ogv animation in a beamer presentation. If I 
include the ogv file, I get this:


 error converting to loadable format

Is there another format which would be displayed in the lyx beamer 
presentation?


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Last word-- Re: insert a url into a lyx/beamer presentation

2022-10-06 Thread UD K

  
  
I finally figured it
out-- the bizarre behavior described in the last message is due
to my using (the default on MX Linux) pdf viewer Qpdfview.  When
I use Evince all works as it should.  Live and learn.
Ehud Kaplan

  
On 10/6/22 11:43 AM, UD K wrote:


  
  
  I have made some
  progress in being able to play a movie from the pdf output of
  a Lyx/Beamer presentation.  It turns out that it DOES work if
  I insert a hyperlink pointing to the movie file on my
  computer, but this miracle happens ONLY if I am NOT in
  full-screen (presentation) mode.  In presentation mode
  (stupidly, I usually run presentations in presentation  mode..
  ;-) nothing happens when I click on the link in the pdf file. 
  If I take it out of presentation mode (hit escape), the link
  has a frame around it, and that frame must bring it back to
  life, and makes it clickable.  Who knew? 
  
  Ehud Kaplan
  

  On 10/4/22 1:03 PM, Murat Yildizoglu
wrote:
  
  

One idea Ehud,
Given what you signal, does your LateX
  installation include the package hyperref? Maybe LyX cannot
  find it and hence does not propose this option.
Because your Lyx version is recent enough to have
  this option normally.
  

  On 4 October 2022, at 17:59, UD K <ehud.kap...@gmail.com>
wrote:
  
  

Hi Murat,
I do believe that SOME people have it working, but,
as you can see from my response to Udi today, this
exercise has uncovered some problems with my Lyx
installation.  When I have more time, I shall scrub
and re-install it, unless I find out before what is
failing/missing.
Thanks for your help--
Ehud Kaplan 
  
On 10/4/22 12:50 PM, Murat Yildizoglu wrote:

Hello again Ehud,
  Here is a screen capture video of what I
have under OS X.
  
  
  https://www.dropbox.com/s/k8r8jacyej5213i/Lyx-Hyperlink.gif?dl=0
  

  
On 4 October 2022, at 17:36, UD K
  <ehud.kap...@gmail.com>
  wrote:

Hi Murat,
  I think you are on the right track.  I do
  want the active link to be in the pdf
  output of the Lyx file, not in the Lyx
  file itself.  So I clicked:
  Insert/Hyperlink in the main Lyx menu. 
  However, when I go to the
  Document/Settings/Pdf properties I find no
  "Use Hyperref
  support" there.  When I select: Use Class Defaults the
  link appears colored in the pdf output,
  but it is just as dead and useless. So I
  feel that some progress has been made, but
  not enough to do what I am trying to do.
  Thanks,
  Ehud Kaplan
  
  

  On 10/4/22 11:30 AM,
Murat Yildizoglu wrote:
  
  And for the link to
be active in the compiled PDF documents, I
think you need to check “Use Hyperref
support" in the PDF panel of document
properties.

  
On 4 October 2022, at
  16:28, Murat Yildizoglu <myi...@gmail.com>
  wrote:


  Dear Ehud,
Maybe I have not
  understood your request. 
Inserting a hyperlink
  will create an active link in the
  compiled PDF document and not in
  the document in LyX. Maybe you are
  

Re: insert a url into a lyx/beamer presentation

2022-10-06 Thread UD K

  
  
I have made some progress
in being able to play a movie from the pdf output of a
Lyx/Beamer presentation.  It turns out that it DOES work if I
insert a hyperlink pointing to the movie file on my computer,
but this miracle happens ONLY if I am NOT in full-screen
(presentation) mode.  In presentation mode (stupidly, I usually
run presentations in presentation  mode.. ;-) nothing happens
when I click on the link in the pdf file.  If I take it out of
presentation mode (hit escape), the link has a frame around it,
and that frame must bring it back to life, and makes it
clickable.  Who knew? 

Ehud Kaplan

  
On 10/4/22 1:03 PM, Murat Yildizoglu
  wrote:


  
  One idea Ehud,
  Given what you signal, does your LateX installation
include the package hyperref? Maybe LyX cannot find it and hence
does not propose this option.
  Because your Lyx version is recent enough to have
this option normally.

  
On 4 October 2022, at 17:59, UD K <ehud.kap...@gmail.com>
  wrote:


  
  Hi
  Murat,
  I do believe that SOME people have it working, but, as
  you can see from my response to Udi today, this
  exercise has uncovered some problems with my Lyx
  installation.  When I have more time, I shall scrub
  and re-install it, unless I find out before what is
  failing/missing.
  Thanks for your help--
  Ehud Kaplan 

  On 10/4/22 12:50 PM, Murat
Yildizoglu wrote:
  
  Hello again Ehud,
Here is a screen capture video of what I
  have under OS X.


https://www.dropbox.com/s/k8r8jacyej5213i/Lyx-Hyperlink.gif?dl=0

  

  On 4 October 2022, at 17:36, UD K
<ehud.kap...@gmail.com>
wrote:
  
  Hi Murat,
I think you are on the right track.  I do
want the active link to be in the pdf output
of the Lyx file, not in the Lyx file
itself.  So I clicked: Insert/Hyperlink in
the main Lyx menu.  However, when I go to
the Document/Settings/Pdf properties I find
no "Use Hyperref
support" there.  When I select: Use Class Defaults the
link appears colored in the pdf output, but
it is just as dead and useless. So I feel
that some progress has been made, but not
enough to do what I am trying to do.
Thanks,
Ehud Kaplan


  
On 10/4/22 11:30
  AM, Murat Yildizoglu wrote:

And for the link to be
  active in the compiled PDF documents, I think
  you need to check “Use Hyperref support" in
  the PDF panel of document properties.
  

  On 4 October 2022, at 16:28,
Murat Yildizoglu <myi...@gmail.com>
wrote:
  
  
Dear
  Ehud,
  Maybe I have not
understood your request. 
  Inserting a hyperlink
will create an active link in the
compiled PDF document and not in the
document in LyX. Maybe you are
looking for the second option. Then
I do not know if it is possible.

  
On 4 October 2022,
  at 15:23, UD K <ehud.kap...@gmail.com>
  wrote:

That
  

Re: insert a url into a lyx/beamer presentation

2022-10-05 Thread Udicoudco
On Tue, Oct 4, 2022 at 1:56 PM UD K  wrote:
>
> This little exercise has uncovered some bad things.  The Examples folder,
as well as several other folders under .lyx, was empty.  I don't know
whether anything crucial is also missing, which could account for the
failure.  When I tried to re-install Lyx, I got several errors. I am doing
this under MX Linux 21, and the Lyx version they provide is 2.3.6-1.  I am
reluctant to un-install and re-install, because I need this to work for the
next few days.
>Thanks,
> Udi
>
> On 10/4/22 11:00 AM, Udicoudco wrote:
>
> On Tue, Oct 4, 2022 at 11:38 AM UD K  wrote:
>
> Shalom Udi,
> Without reading the manual, which provides only minimal instructions
about inserting a url, I did exactly what the manual recommends, and it did
not work, which is why I bothered the community with my request for help.
I still do not know how to insert a functioning, clickable url into a
lyx/beamer presentation.
> Yours,
> Udi
>
> Hi Udi,
>
> There should be an example file for the beamer class in the examples
> directory called beamer.lyx, in its appendix there is a url, are you
> able to compile this file without any errors?
>
> If so, can you provide a minimal file that demonstrates your error?
>
> Regards,
> Udi
>
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
>
>
> --
> Ehud Kaplan, Ph.D.
>  Visiting Professor
>  Dept. of Philosophy & History of Science
>  Charles University, Prague
>  &
>  the National Institute of Mental Health,
>  Topolová 748, Klecany
>  Czechia
> -Formerly:
>  Jules and Doris Stein Research to Prevent Blindness Professor
>  Director, Center of Excellence for Computational & System
Neuroscience,
>  The Friedman Brain Institute, MSSM
>  Director, The laboratory of Visual & Computational Neuroscience
>  Depts. of Neuroscience, Ophthalmology, Chemical & Structural Biology
>  Icahn school of medicine at Mount Sinai
>  One Gustave Levy Place
>  New York, NY, 10029
>  USA

Hi Ehud,

You might have looked into the examples folder in the user directory. This
folder should be empty with fresh lyx installation.

You can find the location of lyx's system directory in Help->About LyX,
this is the directory I meant for you to look, sorry for not clarifying
that.

You can find more information about LyX's directories in Lyx wiki
<https://wiki.lyx.org/LyX/SystemDir>.

Regards,
Udi
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: insert a url into a lyx/beamer presentation

2022-10-04 Thread Murat Yildizoglu
One idea Ehud,
Given what you signal, does your LateX installation include the package 
hyperref? Maybe LyX cannot find it and hence does not propose this option.
Because your Lyx version is recent enough to have this option normally.

> On 4 October 2022, at 17:59, UD K  wrote:
> 
> Hi Murat,
> I do believe that SOME people have it working, but, as you can see from my 
> response to Udi today, this exercise has uncovered some problems with my Lyx 
> installation.  When I have more time, I shall scrub and re-install it, unless 
> I find out before what is failing/missing.
> Thanks for your help--
> Ehud Kaplan 
> 
> On 10/4/22 12:50 PM, Murat Yildizoglu wrote:
>> Hello again Ehud,
>> Here is a screen capture video of what I have under OS X.
>> 
>> https://www.dropbox.com/s/k8r8jacyej5213i/Lyx-Hyperlink.gif?dl=0 
>> <https://www.dropbox.com/s/k8r8jacyej5213i/Lyx-Hyperlink.gif?dl=0>
>> 
>> 
>>> On 4 October 2022, at 17:36, UD K >> <mailto:ehud.kap...@gmail.com>> wrote:
>>> 
>>> Hi Murat,
>>> I think you are on the right track.  I do want the active link to be in the 
>>> pdf output of the Lyx file, not in the Lyx file itself.  So I clicked: 
>>> Insert/Hyperlink in the main Lyx menu.  However, when I go to the 
>>> Document/Settings/Pdf properties I find no "Use Hyperref support" there.  
>>> When I select: Use Class Defaults the link appears colored in the pdf 
>>> output, but it is just as dead and useless. So I feel that some progress 
>>> has been made, but not enough to do what I am trying to do.
>>> Thanks,
>>> Ehud Kaplan
>>> 
>>> 
>>> On 10/4/22 11:30 AM, Murat Yildizoglu wrote:
>>>> And for the link to be active in the compiled PDF documents, I think you 
>>>> need to check “Use Hyperref support" in the PDF panel of document 
>>>> properties.
>>>> 
>>>>> On 4 October 2022, at 16:28, Murat Yildizoglu >>>> <mailto:myi...@gmail.com>> wrote:
>>>>> 
>>>>> Dear Ehud,
>>>>> Maybe I have not understood your request. 
>>>>> Inserting a hyperlink will create an active link in the compiled PDF 
>>>>> document and not in the document in LyX. Maybe you are looking for the 
>>>>> second option. Then I do not know if it is possible.
>>>>> 
>>>>>> On 4 October 2022, at 15:23, UD K >>>>> <mailto:ehud.kap...@gmail.com>> wrote:
>>>>>> 
>>>>>> That did not work either.. ;-(
>>>>>> 
>>>>>> On 10/3/22 1:16 PM, Murat Yildizoglu wrote:
>>>>>>> 
>>>>>>> 
>>>>>>>> On 3 October 2022, at 16:54, UD K >>>>>>> <mailto:ehud.kap...@gmail.com>> wrote:
>>>>>>>> 
>>>>>>>> I tried to insert a url into a lyx/beamer document. I naively thought 
>>>>>>>> that all I had to do was click: Insert/url with the cursor at the 
>>>>>>>> frame where I waned the url to appear and be clickable.  
>>>>>>>> Unfortunately, all I got was the text of the url, and clicking on it 
>>>>>>>> did nothing.  
>>>>>>>>For some reason I am convinced that Lyx CAN do that, but it failed 
>>>>>>>> in my hands.  What am I doing wrong here?
>>>>>>>> Thanks,
>>>>>>>> Ehud Kaplan
>>>>>>>> 
>>>>>>>> -- 
>>>>>>>> lyx-users mailing list
>>>>>>>> lyx-users@lists.lyx.org <mailto:lyx-users@lists.lyx.org>
>>>>>>>> http://lists.lyx.org/mailman/listinfo/lyx-users 
>>>>>>>> <http://lists.lyx.org/mailman/listinfo/lyx-users>
>>>>>>> Dear Ehud,
>>>>>>> I think that what you are looking for is Insert Hyperlink.
>>>>>>> Best,
>>>>>>> Murat
>>>>>>> 
>>>>>>> —
>>>>>>> 
>>>>>>> Prof. Murat Yildizoglu
>>>>>>> 
>>>>>>> Advisor to the Minister of Education, Youth, and Sports of Cambodia
>>>>>>> Expertise France
>>>>>>> 
>>>>>>> ទីប្រឹក្សាឯកឧត្តមបណ្ឌិតសភាចារ្យរដ្ឋមន្ត្រីក្រសួងអប់រំ យុវជន និងកីឡា 
>>>>>>> (ជំនាញការនៃប្រទេសបារាំង)
>>>>>>> 
>>

Re: insert a url into a lyx/beamer presentation

2022-10-04 Thread UD K

  
  
Hi Murat,
I do believe that SOME people have it working, but, as you can
see from my response to Udi today, this exercise has uncovered
some problems with my Lyx installation.  When I have more time,
I shall scrub and re-install it, unless I find out before what
is failing/missing.
Thanks for your help--
Ehud Kaplan 
  
On 10/4/22 12:50 PM, Murat Yildizoglu
  wrote:


  
  Hello again Ehud,
  Here is a screen capture video of what I have under
OS X.
  
  
  https://www.dropbox.com/s/k8r8jacyej5213i/Lyx-Hyperlink.gif?dl=0
  

  
On 4 October 2022, at 17:36, UD K <ehud.kap...@gmail.com>
  wrote:


  
  Hi
  Murat,
  I think you are on the right track.  I do want the
  active link to be in the pdf output of the Lyx file,
  not in the Lyx file itself.  So I clicked:
  Insert/Hyperlink in the main Lyx menu.  However, when
  I go to the Document/Settings/Pdf properties I find no
  "Use Hyperref support"
  there.  When I select: Use
Class Defaults the link
  appears colored in the pdf output, but it is just as
  dead and useless. So I feel that some progress has
  been made, but not enough to do what I am trying to
  do.
  Thanks,
  Ehud Kaplan
  
  

  On 10/4/22 11:30 AM, Murat
Yildizoglu wrote:
  
  And for the link to be active in the compiled
PDF documents, I think you need to check “Use Hyperref
support" in the PDF panel of document properties.

  
On 4 October 2022, at 16:28, Murat
  Yildizoglu <myi...@gmail.com>
  wrote:


  Dear Ehud,
Maybe I have not understood your
  request. 
Inserting a hyperlink will create
  an active link in the compiled PDF document
  and not in the document in LyX. Maybe you are
  looking for the second option. Then I do not
  know if it is possible.
  

  On 4 October 2022, at 15:23,
UD K <ehud.kap...@gmail.com>
wrote:
  
  That
did not work either.. ;-(

On 10/3/22
  1:16 PM, Murat Yildizoglu wrote:


  

  On 3 October 2022,
at 16:54, UD K <ehud.kap...@gmail.com>
wrote:
  
  I tried
to insert a url into a
    lyx/beamer document. I
naively thought that all I
had to do was click:
Insert/url with the cursor
at the frame where I waned
the url to appear and be
clickable.  Unfortunately,
all I got was the text of
the url, and clicking on it
did nothing.  
   For
some reason I am convinced
that Lyx CAN do that,
but it failed in my
hands.  What am I doing
wrong here?
Thanks,
Ehud Kaplan

  -- 
lyx-users mailing
   

Re: insert a url into a lyx/beamer presentation

2022-10-04 Thread UD K

  
  
This little exercise has
uncovered some bad things.  The Examples folder, as well
as several other folders under .lyx, was empty.  I don't know
whether anything crucial is also missing, which could account
for the failure.  When I tried to re-install Lyx, I got several
errors. I am doing this under MX Linux 21, and the Lyx version
they provide is 2.3.6-1.  I am reluctant to un-install and
re-install, because I need this to work for the next few days. 
   Thanks,
Udi
  
On 10/4/22 11:00 AM, Udicoudco wrote:


  On Tue, Oct 4, 2022 at 11:38 AM UD K  wrote:

  

Shalom Udi,
Without reading the manual, which provides only minimal instructions about inserting a url, I did exactly what the manual recommends, and it did not work, which is why I bothered the community with my request for help.  I still do not know how to insert a functioning, clickable url into a lyx/beamer presentation.
Yours,
Udi

  
  
Hi Udi,

There should be an example file for the beamer class in the examples
directory called beamer.lyx, in its appendix there is a url, are you
able to compile this file without any errors?

If so, can you provide a minimal file that demonstrates your error?

Regards,
Udi


  
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users

  


-- 
Ehud Kaplan, Ph.D.
 Visiting Professor
 Dept. of Philosophy & History of Science
 Charles University, Prague
 & 
 the National Institute of Mental Health,
 Topolová 748, Klecany
 Czechia
-Formerly:
 Jules and Doris Stein Research to Prevent Blindness Professor
 Director, Center of Excellence for Computational & System Neuroscience,
 The Friedman Brain Institute, MSSM
 Director, The laboratory of Visual & Computational Neuroscience
 Depts. of Neuroscience, Ophthalmology, Chemical & Structural Biology
 Icahn school of medicine at Mount Sinai
 One Gustave Levy Place
 New York, NY, 10029
 USA
  

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: insert a url into a lyx/beamer presentation

2022-10-04 Thread Murat Yildizoglu
Hello again Ehud,
Here is a screen capture video of what I have under OS X.

https://www.dropbox.com/s/k8r8jacyej5213i/Lyx-Hyperlink.gif?dl=0 
<https://www.dropbox.com/s/k8r8jacyej5213i/Lyx-Hyperlink.gif?dl=0>


> On 4 October 2022, at 17:36, UD K  wrote:
> 
> Hi Murat,
> I think you are on the right track.  I do want the active link to be in the 
> pdf output of the Lyx file, not in the Lyx file itself.  So I clicked: 
> Insert/Hyperlink in the main Lyx menu.  However, when I go to the 
> Document/Settings/Pdf properties I find no "Use Hyperref support" there.  
> When I select: Use Class Defaults the link appears colored in the pdf output, 
> but it is just as dead and useless. So I feel that some progress has been 
> made, but not enough to do what I am trying to do.
> Thanks,
> Ehud Kaplan
> 
> 
> On 10/4/22 11:30 AM, Murat Yildizoglu wrote:
>> And for the link to be active in the compiled PDF documents, I think you 
>> need to check “Use Hyperref support" in the PDF panel of document properties.
>> 
>>> On 4 October 2022, at 16:28, Murat Yildizoglu >> <mailto:myi...@gmail.com>> wrote:
>>> 
>>> Dear Ehud,
>>> Maybe I have not understood your request. 
>>> Inserting a hyperlink will create an active link in the compiled PDF 
>>> document and not in the document in LyX. Maybe you are looking for the 
>>> second option. Then I do not know if it is possible.
>>> 
>>>> On 4 October 2022, at 15:23, UD K >>> <mailto:ehud.kap...@gmail.com>> wrote:
>>>> 
>>>> That did not work either.. ;-(
>>>> 
>>>> On 10/3/22 1:16 PM, Murat Yildizoglu wrote:
>>>>> 
>>>>> 
>>>>>> On 3 October 2022, at 16:54, UD K >>>>> <mailto:ehud.kap...@gmail.com>> wrote:
>>>>>> 
>>>>>> I tried to insert a url into a lyx/beamer document. I naively thought 
>>>>>> that all I had to do was click: Insert/url with the cursor at the frame 
>>>>>> where I waned the url to appear and be clickable.  Unfortunately, all I 
>>>>>> got was the text of the url, and clicking on it did nothing.  
>>>>>>For some reason I am convinced that Lyx CAN do that, but it failed in 
>>>>>> my hands.  What am I doing wrong here?
>>>>>> Thanks,
>>>>>> Ehud Kaplan
>>>>>> 
>>>>>> -- 
>>>>>> lyx-users mailing list
>>>>>> lyx-users@lists.lyx.org <mailto:lyx-users@lists.lyx.org>
>>>>>> http://lists.lyx.org/mailman/listinfo/lyx-users 
>>>>>> <http://lists.lyx.org/mailman/listinfo/lyx-users>
>>>>> Dear Ehud,
>>>>> I think that what you are looking for is Insert Hyperlink.
>>>>> Best,
>>>>> Murat
>>>>> 
>>>>> —
>>>>> 
>>>>> Prof. Murat Yildizoglu
>>>>> 
>>>>> Advisor to the Minister of Education, Youth, and Sports of Cambodia
>>>>> Expertise France
>>>>> 
>>>>> ទីប្រឹក្សាឯកឧត្តមបណ្ឌិតសភាចារ្យរដ្ឋមន្ត្រីក្រសួងអប់រំ យុវជន និងកីឡា 
>>>>> (ជំនាញការនៃប្រទេសបារាំង)
>>>>> 
>>>>> 
>>>>> On temporary leave from 
>>>>> University of Bordeaux
>>>>> 
>>>>> 
>>>>> #80 Preah Norodom Boulevard
>>>>> Phnom Penh. Royaume du Cambodge
>>>>> Telegram: +855 95 732 088
>>>>> 
>>>>> http://yildizoglu.fr <http://yildizoglu.fr/>
>>>>> https://www.linkedin.com/in/murat-yildizoglu-3b810993/ 
>>>>> <https://www.linkedin.com/in/murat-yildizoglu-3b810993/>
>>>>> 
>>>>> 
>>>>> 
>>>> 
>>>> -- 
>>>> Ehud Kaplan, Ph.D.
>>>>  Visiting Professor
>>>>  Dept. of Philosophy & History of Science
>>>>  Charles University, Prague
>>>>  & 
>>>>  the National Institute of Mental Health,
>>>>  Topolová 748, Klecany
>>>>  Czechia
>>>> -Formerly:
>>>>  Jules and Doris Stein Research to Prevent Blindness Professor
>>>>  Director, Center of Excellence for Computational & System 
>>>> Neuroscience,
>>>>  The Friedman Brain Institute, MSSM
>>>>  Director, The laboratory of Visual & Computational Neuroscience
>>

Re: insert a url into a lyx/beamer presentation

2022-10-04 Thread UD K

  
  
Hi Murat,
I think you are on the right track.  I do want the active link
to be in the pdf output of the Lyx file, not in the Lyx file
itself.  So I clicked: Insert/Hyperlink in the main Lyx menu. 
However, when I go to the Document/Settings/Pdf properties I
find no "Use Hyperref support" there.  When I select: Use Class
  Defaults the link appears colored in the pdf output, but
it is just as dead and useless. So I feel that some progress has
been made, but not enough to do what I am trying to do.
Thanks,
Ehud Kaplan


  
On 10/4/22 11:30 AM, Murat Yildizoglu
  wrote:


  
  And for the link to be active in the compiled PDF documents, I
  think you need to check “Use Hyperref support" in the PDF panel of
  document properties.
  

  On 4 October 2022, at 16:28, Murat Yildizoglu
<myi...@gmail.com> wrote:
  
  

Dear Ehud,
  Maybe I have not understood your request. 
  Inserting a hyperlink will create an active
link in the compiled PDF document and not in the
document in LyX. Maybe you are looking for the second
option. Then I do not know if it is possible.

  
On 4 October 2022, at 15:23, UD K <ehud.kap...@gmail.com>
  wrote:


  
  That did not work
  either.. ;-(
  
  On 10/3/22 1:16 PM,
Murat Yildizoglu wrote:
  
  

  
On 3 October 2022, at 16:54,
  UD K <ehud.kap...@gmail.com>
  wrote:

I tried
  to insert a url into a
      lyx/beamer document. I naively thought
  that all I had to do was click:
  Insert/url with the cursor at the
  frame where I waned the url to appear
  and be clickable.  Unfortunately, all
  I got was the text of the url, and
  clicking on it did nothing.  
     For
  some reason I am
  convinced that Lyx CAN do that,
  but it failed in my hands.  What
  am I doing wrong here?
  Thanks,
  Ehud Kaplan
  
-- 
  lyx-users
mailing list
  lyx-users@lists.lyx.org
  http://lists.lyx.org/mailman/listinfo/lyx-users
  
  

Dear Ehud,
I think that what you are looking
  for is Insert Hyperlink.
Best,
Murat


  

  

  

  

  

  —
  
  Prof. Murat Yildizoglu
  
Advisor to the Minister
of Education, Youth, and
Sports of Cambodia
  Expertise
France

  

  

  



ទីប្រឹក្សាឯកឧត្តមបណ្ឌិតសភាចារ្យរដ្ឋមន្ត្រីក្រសួងអប់រំ
  

Re: insert a url into a lyx/beamer presentation

2022-10-04 Thread Murat Yildizoglu
And for the link to be active in the compiled PDF documents, I think you need 
to check “Use Hyperref support" in the PDF panel of document properties.

> On 4 October 2022, at 16:28, Murat Yildizoglu  wrote:
> 
> Dear Ehud,
> Maybe I have not understood your request. 
> Inserting a hyperlink will create an active link in the compiled PDF document 
> and not in the document in LyX. Maybe you are looking for the second option. 
> Then I do not know if it is possible.
> 
>> On 4 October 2022, at 15:23, UD K > <mailto:ehud.kap...@gmail.com>> wrote:
>> 
>> That did not work either.. ;-(
>> 
>> On 10/3/22 1:16 PM, Murat Yildizoglu wrote:
>>> 
>>> 
>>>> On 3 October 2022, at 16:54, UD K >>> <mailto:ehud.kap...@gmail.com>> wrote:
>>>> 
>>>> I tried to insert a url into a lyx/beamer document. I naively thought that 
>>>> all I had to do was click: Insert/url with the cursor at the frame where I 
>>>> waned the url to appear and be clickable.  Unfortunately, all I got was 
>>>> the text of the url, and clicking on it did nothing.  
>>>>For some reason I am convinced that Lyx CAN do that, but it failed in 
>>>> my hands.  What am I doing wrong here?
>>>> Thanks,
>>>> Ehud Kaplan
>>>> 
>>>> -- 
>>>> lyx-users mailing list
>>>> lyx-users@lists.lyx.org <mailto:lyx-users@lists.lyx.org>
>>>> http://lists.lyx.org/mailman/listinfo/lyx-users 
>>>> <http://lists.lyx.org/mailman/listinfo/lyx-users>
>>> Dear Ehud,
>>> I think that what you are looking for is Insert Hyperlink.
>>> Best,
>>> Murat
>>> 
>>> —
>>> 
>>> Prof. Murat Yildizoglu
>>> 
>>> Advisor to the Minister of Education, Youth, and Sports of Cambodia
>>> Expertise France
>>> 
>>> ទីប្រឹក្សាឯកឧត្តមបណ្ឌិតសភាចារ្យរដ្ឋមន្ត្រីក្រសួងអប់រំ យុវជន និងកីឡា 
>>> (ជំនាញការនៃប្រទេសបារាំង)
>>> 
>>> 
>>> On temporary leave from 
>>> University of Bordeaux
>>> 
>>> 
>>> #80 Preah Norodom Boulevard
>>> Phnom Penh. Royaume du Cambodge
>>> Telegram: +855 95 732 088
>>> 
>>> http://yildizoglu.fr <http://yildizoglu.fr/>
>>> https://www.linkedin.com/in/murat-yildizoglu-3b810993/ 
>>> <https://www.linkedin.com/in/murat-yildizoglu-3b810993/>
>>> 
>>> 
>>> 
>> 
>> -- 
>> Ehud Kaplan, Ph.D.
>>  Visiting Professor
>>  Dept. of Philosophy & History of Science
>>  Charles University, Prague
>>  & 
>>  the National Institute of Mental Health,
>>  Topolová 748, Klecany
>>  Czechia
>> -Formerly:
>>  Jules and Doris Stein Research to Prevent Blindness Professor
>>  Director, Center of Excellence for Computational & System Neuroscience,
>>  The Friedman Brain Institute, MSSM
>>  Director, The laboratory of Visual & Computational Neuroscience
>>  Depts. of Neuroscience, Ophthalmology, Chemical & Structural Biology
>>  Icahn school of medicine at Mount Sinai
>>  One Gustave Levy Place
>>  New York, NY, 10029
>>  USA
> 
> —
> 
> Prof. Murat Yildizoglu
> 
> Advisor to the Minister of Education, Youth, and Sports of Cambodia
> Expertise France
> 
> ទីប្រឹក្សាឯកឧត្តមបណ្ឌិតសភាចារ្យរដ្ឋមន្ត្រីក្រសួងអប់រំ យុវជន និងកីឡា 
> (ជំនាញការនៃប្រទេសបារាំង)
> 
> 
> On temporary leave from 
> University of Bordeaux
> 
> 
> #80 Preah Norodom Boulevard
> Phnom Penh. Royaume du Cambodge
> Telegram: +855 95 732 088
> 
> http://yildizoglu.fr <http://yildizoglu.fr/>
> https://www.linkedin.com/in/murat-yildizoglu-3b810993/ 
> <https://www.linkedin.com/in/murat-yildizoglu-3b810993/>
> 
> 
> 

—

Prof. Murat Yildizoglu

Advisor to the Minister of Education, Youth, and Sports of Cambodia
Expertise France

ទីប្រឹក្សាឯកឧត្តមបណ្ឌិតសភាចារ្យរដ្ឋមន្ត្រីក្រសួងអប់រំ យុវជន និងកីឡា 
(ជំនាញការនៃប្រទេសបារាំង)


On temporary leave from 
University of Bordeaux


#80 Preah Norodom Boulevard
Phnom Penh. Royaume du Cambodge
Telegram: +855 95 732 088

http://yildizoglu.fr <http://yildizoglu.fr/>
https://www.linkedin.com/in/murat-yildizoglu-3b810993/ 
<https://www.linkedin.com/in/murat-yildizoglu-3b810993/>



-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: insert a url into a lyx/beamer presentation

2022-10-04 Thread Murat Yildizoglu
Dear Ehud,
Maybe I have not understood your request. 
Inserting a hyperlink will create an active link in the compiled PDF document 
and not in the document in LyX. Maybe you are looking for the second option. 
Then I do not know if it is possible.

> On 4 October 2022, at 15:23, UD K  wrote:
> 
> That did not work either.. ;-(
> 
> On 10/3/22 1:16 PM, Murat Yildizoglu wrote:
>> 
>> 
>>> On 3 October 2022, at 16:54, UD K >> <mailto:ehud.kap...@gmail.com>> wrote:
>>> 
>>> I tried to insert a url into a lyx/beamer document. I naively thought that 
>>> all I had to do was click: Insert/url with the cursor at the frame where I 
>>> waned the url to appear and be clickable.  Unfortunately, all I got was the 
>>> text of the url, and clicking on it did nothing.  
>>>For some reason I am convinced that Lyx CAN do that, but it failed in my 
>>> hands.  What am I doing wrong here?
>>> Thanks,
>>> Ehud Kaplan
>>> 
>>> -- 
>>> lyx-users mailing list
>>> lyx-users@lists.lyx.org <mailto:lyx-users@lists.lyx.org>
>>> http://lists.lyx.org/mailman/listinfo/lyx-users 
>>> <http://lists.lyx.org/mailman/listinfo/lyx-users>
>> Dear Ehud,
>> I think that what you are looking for is Insert Hyperlink.
>> Best,
>> Murat
>> 
>> —
>> 
>> Prof. Murat Yildizoglu
>> 
>> Advisor to the Minister of Education, Youth, and Sports of Cambodia
>> Expertise France
>> 
>> ទីប្រឹក្សាឯកឧត្តមបណ្ឌិតសភាចារ្យរដ្ឋមន្ត្រីក្រសួងអប់រំ យុវជន និងកីឡា 
>> (ជំនាញការនៃប្រទេសបារាំង)
>> 
>> 
>> On temporary leave from 
>> University of Bordeaux
>> 
>> 
>> #80 Preah Norodom Boulevard
>> Phnom Penh. Royaume du Cambodge
>> Telegram: +855 95 732 088
>> 
>> http://yildizoglu.fr <http://yildizoglu.fr/>
>> https://www.linkedin.com/in/murat-yildizoglu-3b810993/ 
>> <https://www.linkedin.com/in/murat-yildizoglu-3b810993/>
>> 
>> 
>> 
> 
> -- 
> Ehud Kaplan, Ph.D.
>  Visiting Professor
>  Dept. of Philosophy & History of Science
>  Charles University, Prague
>  & 
>  the National Institute of Mental Health,
>  Topolová 748, Klecany
>  Czechia
> -Formerly:
>  Jules and Doris Stein Research to Prevent Blindness Professor
>  Director, Center of Excellence for Computational & System Neuroscience,
>  The Friedman Brain Institute, MSSM
>  Director, The laboratory of Visual & Computational Neuroscience
>  Depts. of Neuroscience, Ophthalmology, Chemical & Structural Biology
>  Icahn school of medicine at Mount Sinai
>  One Gustave Levy Place
>  New York, NY, 10029
>  USA

—

Prof. Murat Yildizoglu

Advisor to the Minister of Education, Youth, and Sports of Cambodia
Expertise France

ទីប្រឹក្សាឯកឧត្តមបណ្ឌិតសភាចារ្យរដ្ឋមន្ត្រីក្រសួងអប់រំ យុវជន និងកីឡា 
(ជំនាញការនៃប្រទេសបារាំង)


On temporary leave from 
University of Bordeaux


#80 Preah Norodom Boulevard
Phnom Penh. Royaume du Cambodge
Telegram: +855 95 732 088

http://yildizoglu.fr <http://yildizoglu.fr/>
https://www.linkedin.com/in/murat-yildizoglu-3b810993/ 
<https://www.linkedin.com/in/murat-yildizoglu-3b810993/>



-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: insert a url into a lyx/beamer presentation

2022-10-04 Thread Udicoudco
On Tue, Oct 4, 2022 at 11:38 AM UD K  wrote:
>
> Shalom Udi,
> Without reading the manual, which provides only minimal instructions about 
> inserting a url, I did exactly what the manual recommends, and it did not 
> work, which is why I bothered the community with my request for help.  I 
> still do not know how to insert a functioning, clickable url into a 
> lyx/beamer presentation.
> Yours,
> Udi

Hi Udi,

There should be an example file for the beamer class in the examples
directory called beamer.lyx, in its appendix there is a url, are you
able to compile this file without any errors?

If so, can you provide a minimal file that demonstrates your error?

Regards,
Udi

> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: insert a url into a lyx/beamer presentation

2022-10-04 Thread UD K

  
  
Shalom Udi,
Without reading the manual, which provides only minimal
instructions about inserting a url, I did exactly what the
manual recommends, and it did not work, which is why I bothered
the community with my request for help.  I still do not know how
to insert a functioning, clickable url into a lyx/beamer
presentation.
Yours,
Udi
  
On 10/3/22 2:46 PM, Udicoudco wrote:


  On Mon, Oct 3, 2022 at 2:16 PM Murat Yildizoglu  wrote:

  



On 3 October 2022, at 16:54, UD K  wrote:

I tried to insert a url into a lyx/beamer document. I naively thought that all I had to do was click: Insert/url with the cursor at the frame where I waned the url to appear and be clickable.  Unfortunately, all I got was the text of the url, and clicking on it did nothing.
   For some reason I am convinced that Lyx CAN do that, but it failed in my hands.  What am I doing wrong here?
Thanks,
Ehud Kaplan

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Dear Ehud,
I think that what you are looking for is Insert Hyperlink.
Best,
Murat


  
  
Hi Ehud,

You can find a detailed explanation about ho to inert URLs and
Hyperlinks in section 6.3 of LyX's User's Guide, which you can find in
Help->User's Guide

Best Regards,
Udi

  
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users

  


-- 
Ehud Kaplan, Ph.D.
 Visiting Professor
 Dept. of Philosophy & History of Science
 Charles University, Prague
 & 
 the National Institute of Mental Health,
 Topolová 748, Klecany
 Czechia
-Formerly:
 Jules and Doris Stein Research to Prevent Blindness Professor
 Director, Center of Excellence for Computational & System Neuroscience,
 The Friedman Brain Institute, MSSM
 Director, The laboratory of Visual & Computational Neuroscience
 Depts. of Neuroscience, Ophthalmology, Chemical & Structural Biology
 Icahn school of medicine at Mount Sinai
 One Gustave Levy Place
 New York, NY, 10029
 USA
  

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: insert a url into a lyx/beamer presentation

2022-10-04 Thread UD K

  
  
That did not work
either.. ;-(

On 10/3/22 1:16 PM, Murat Yildizoglu
  wrote:


  
  
  

  On 3 October 2022, at 16:54, UD K <ehud.kap...@gmail.com>
wrote:
  
  

I
tried to insert a url into
a lyx/beamer document. I naively thought that all I had
to do was click: Insert/url with the cursor at the frame
where I waned the url to appear and be clickable. 
Unfortunately, all I got was the text of the url, and
clicking on it did nothing.  
   For some reason I
am convinced that Lyx CAN do that, but it failed in
my hands.  What am I doing wrong here?
Thanks,
Ehud Kaplan

  -- 
lyx-users
  mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


  
  Dear Ehud,
  I think that what you are looking for is Insert Hyperlink.
  Best,
  Murat
  
  


  

  

  

  

  
—

Prof. Murat Yildizoglu

  Advisor to the Minister of Education,
  Youth, and Sports of Cambodia
Expertise
  France
  

  

  

  
  
  
  ទីប្រឹក្សាឯកឧត្តមបណ្ឌិតសភាចារ្យរដ្ឋមន្ត្រីក្រសួងអប់រំ
យុវជន និងកីឡា 
  (ជំនាញការនៃប្រទេសបារាំង)


On temporary leave from 
  University of Bordeaux




#80 Preah Norodom Boulevard
  Phnom Penh. Royaume du Cambodge
Telegram: +855 95 732 088

  http://yildizoglu.fr
https://www.linkedin.com/in/murat-yildizoglu-3b810993/


  

  


  
  


-- 
Ehud Kaplan, Ph.D.
 Visiting Professor
 Dept. of Philosophy & History of Science
 Charles University, Prague
 & 
 the National Institute of Mental Health,
 Topolová 748, Klecany
 Czechia
-Formerly:
 Jules and Doris Stein Research to Prevent Blindness Professor
 Director, Center of Excellence for Computational & System Neuroscience,
 The Friedman Brain Institute, MSSM
 Director, The laboratory of Visual & Computational Neuroscience
 Depts. of Neuroscience, Ophthalmology, Chemical & Structural Biology
 Icahn school of medicine at Mount Sinai
 One Gustave Levy Place
 New York, NY, 10029
 USA
  

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: insert a url into a lyx/beamer presentation

2022-10-03 Thread Udicoudco
On Mon, Oct 3, 2022 at 2:16 PM Murat Yildizoglu  wrote:
>
>
>
> On 3 October 2022, at 16:54, UD K  wrote:
>
> I tried to insert a url into a lyx/beamer document. I naively thought that 
> all I had to do was click: Insert/url with the cursor at the frame where I 
> waned the url to appear and be clickable.  Unfortunately, all I got was the 
> text of the url, and clicking on it did nothing.
>For some reason I am convinced that Lyx CAN do that, but it failed in my 
> hands.  What am I doing wrong here?
> Thanks,
> Ehud Kaplan
>
> --
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
>
>
> Dear Ehud,
> I think that what you are looking for is Insert Hyperlink.
> Best,
> Murat
>

Hi Ehud,

You can find a detailed explanation about ho to inert URLs and
Hyperlinks in section 6.3 of LyX's User's Guide, which you can find in
Help->User's Guide

Best Regards,
Udi
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: insert a url into a lyx/beamer presentation

2022-10-03 Thread Murat Yildizoglu


> On 3 October 2022, at 16:54, UD K  wrote:
> 
> I tried to insert a url into a lyx/beamer document. I naively thought that 
> all I had to do was click: Insert/url with the cursor at the frame where I 
> waned the url to appear and be clickable.  Unfortunately, all I got was the 
> text of the url, and clicking on it did nothing.  
>For some reason I am convinced that Lyx CAN do that, but it failed in my 
> hands.  What am I doing wrong here?
> Thanks,
> Ehud Kaplan
> 
> -- 
> lyx-users mailing list
> lyx-users@lists.lyx.org <mailto:lyx-users@lists.lyx.org>
> http://lists.lyx.org/mailman/listinfo/lyx-users 
> <http://lists.lyx.org/mailman/listinfo/lyx-users>
Dear Ehud,
I think that what you are looking for is Insert Hyperlink.
Best,
Murat

—

Prof. Murat Yildizoglu

Advisor to the Minister of Education, Youth, and Sports of Cambodia
Expertise France

ទីប្រឹក្សាឯកឧត្តមបណ្ឌិតសភាចារ្យរដ្ឋមន្ត្រីក្រសួងអប់រំ យុវជន និងកីឡា 
(ជំនាញការនៃប្រទេសបារាំង)


On temporary leave from 
University of Bordeaux


#80 Preah Norodom Boulevard
Phnom Penh. Royaume du Cambodge
Telegram: +855 95 732 088

http://yildizoglu.fr <http://yildizoglu.fr/>
https://www.linkedin.com/in/murat-yildizoglu-3b810993/ 
<https://www.linkedin.com/in/murat-yildizoglu-3b810993/>



-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


insert a url into a lyx/beamer presentation

2022-10-03 Thread UD K

  
  
I tried to insert a url
into a
lyx/beamer document. I naively thought that all I had to do was
click: Insert/url with the cursor at the frame where I waned the
url to appear and be clickable.  Unfortunately, all I got was
the text of the url, and clicking on it did nothing.  
   For some reason I
am convinced that Lyx CAN do that, but it failed in my
hands.  What am I doing wrong here?
Thanks,
Ehud Kaplan

  


  

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Running a command from within Lyx/Beamer

2022-09-27 Thread Dr Eberhard Lisse
\usepackage{multimedia}

in the preamble comes to mind.

el


On 27/09/2022 14:24, UD K wrote:
> Is there a (simple) way of running a (linux) command from within a
> Lyx/Beamer presentation? 
> I have tried the href latex command but it did not do anything, although
> I included the \includepackage{hyperref} in the preamble.  I want to use
> it as a (simple) way of running a video from within a presentation.
> Thanks,
> Ehud Kaplan
> 
> -- 
> 
> 

-- 
To email me replace 'nospam' with 'el'



-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Running a command from within Lyx/Beamer

2022-09-27 Thread UD K

  
  
Is there a (simple) way
of running a (linux) command from within a Lyx/Beamer
presentation?  
I have tried the href latex command but it did not do anything,
although I included the \includepackage{hyperref} in the
preamble.  I want to use it as a (simple) way of running a video
from within a presentation.
Thanks,
Ehud Kaplan
  
-- 
  

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: beamer

2022-06-17 Thread José Abílio Matos
On Thursday, 16 June 2022 17.32.06 WEST Daniel wrote:
> Apparently one can even hack the navigation icons away on a specific
> frame if that is desired. See attachment. Inspired by
> https://tex.stackexchange.com/questions/14796/beamer-blank-black-frame.
> 
> Daniel

That is also one of the reasons why I like the metropolis theme. :-)

-- 
José Abílio-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: beamer

2022-06-16 Thread Daniel

On 2022-06-16 17:01, Paul A. Rubin wrote:

On 6/16/22 07:22, Patrick Dupre wrote:

Hello,

Can I create a slide entirely blank?

Thanks

===
  Patrick DUPRÉ | | email: pdu...@gmx.com
  Laboratoire interdisciplinaire Carnot de Bourgogne
  9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
  Tel: +33 (0)380395988    | | Room# D114A
===

You can insert a frame and set the environment to "PlainFrame" in the 
environment select box. Assuming you leave the frame title inset empty, 
the PDF page will be blank except for the little navigation icons in the 
lower right.


Paul



Apparently one can even hack the navigation icons away on a specific 
frame if that is desired. See attachment. Inspired by 
https://tex.stackexchange.com/questions/14796/beamer-blank-black-frame.


Daniel#LyX 2.3 created this file. For more info see http://www.lyx.org/
\lyxformat 544
\begin_document
\begin_header
\save_transient_properties true
\origin unavailable
\textclass beamer
\use_default_options true
\maintain_unincluded_children false
\language english
\language_package default
\inputencoding auto
\fontencoding global
\font_roman "default" "default"
\font_sans "default" "default"
\font_typewriter "default" "default"
\font_math "auto" "auto"
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100 100
\font_tt_scale 100 100
\use_microtype false
\use_dash_ligatures true
\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize default
\spacing single
\use_hyperref true
\pdf_bookmarks true
\pdf_bookmarksnumbered false
\pdf_bookmarksopen false
\pdf_bookmarksopenlevel 1
\pdf_breaklinks false
\pdf_pdfborder false
\pdf_colorlinks false
\pdf_backref false
\pdf_pdfusetitle true
\papersize default
\use_geometry true
\use_package amsmath 1
\use_package amssymb 1
\use_package cancel 1
\use_package esint 1
\use_package mathdots 1
\use_package mathtools 1
\use_package mhchem 1
\use_package stackrel 1
\use_package stmaryrd 1
\use_package undertilde 1
\cite_engine basic
\cite_engine_type default
\biblio_style plain
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\justification false
\use_refstyle 1
\use_minted 0
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\is_math_indent 0
\math_numbering_side default
\quotes_style english
\dynamic_quotes 0
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header

\begin_body

\begin_layout Frame
\begin_inset Argument 4
status open

\begin_layout Plain Layout
A frame
\end_layout

\end_inset


\end_layout

\begin_layout Standard
\begin_inset Separator plain
\end_inset


\end_layout

\begin_layout Standard
\begin_inset ERT
status open

\begin_layout Plain Layout


\backslash
bgroup
\end_layout

\end_inset


\end_layout

\begin_layout Standard
\begin_inset ERT
status open

\begin_layout Plain Layout


\backslash
setbeamertemplate{navigation symbols}{}
\end_layout

\end_inset


\end_layout

\begin_layout PlainFrame
\begin_inset Argument 4
status open

\begin_layout Plain Layout

\end_layout

\end_inset


\end_layout

\begin_layout PlainFrame

\end_layout

\begin_deeper
\begin_layout Standard
Completely empty frame
\end_layout

\end_deeper
\begin_layout Standard
\begin_inset ERT
status open

\begin_layout Plain Layout


\backslash
egroup
\end_layout

\end_inset


\end_layout

\begin_layout Frame
\begin_inset Argument 4
status open

\begin_layout Plain Layout
Another frame
\end_layout

\end_inset


\end_layout

\end_body
\end_document
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: beamer

2022-06-16 Thread Paul A. Rubin

On 6/16/22 07:22, Patrick Dupre wrote:

Hello,

Can I create a slide entirely blank?

Thanks

===
  Patrick DUPRÉ | | email: pdu...@gmx.com
  Laboratoire interdisciplinaire Carnot de Bourgogne
  9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
  Tel: +33 (0)380395988| | Room# D114A
===

You can insert a frame and set the environment to "PlainFrame" in the 
environment select box. Assuming you leave the frame title inset empty, 
the PDF page will be blank except for the little navigation icons in the 
lower right.


Paul

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


beamer

2022-06-16 Thread Patrick Dupre
Hello,

Can I create a slide entirely blank?

Thanks

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988| | Room# D114A
===

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: conflict beamer, eulervm (with mnwe)

2022-03-31 Thread Neal Becker via lyx-users
Yes, that fixed it!  Thanks!

On Thu, Mar 31, 2022 at 12:32 PM Jürgen Spitzmüller via lyx-users <
lyx-users@lists.lyx.org> wrote:

> Am Donnerstag, dem 31.03.2022 um 12:09 -0400 schrieb Neal Becker via
> lyx-users:
> > Strange conflict.  Using beamer, if
> > \usepackage{eulervm} is added, then when
> > \hat{a} used something happened that causes:
> >
> > ! Undefined control sequence.
> >  \hat
> >
> > l.39 \end{frame}
> >
> > without \hat{} there is no error, and without \usepackage{eulervm}
> > there is no error.
>
> I think the problem is not related to beamer. The eulervm package
> assumes classic (pdf)latex, not lua- or xelatex.
>
> Jürgen
> --
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
>


-- 
*Those who don't understand recursion are doomed to repeat it*
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: conflict beamer, eulervm (with mnwe)

2022-03-31 Thread Jürgen Spitzmüller via lyx-users
Am Donnerstag, dem 31.03.2022 um 12:09 -0400 schrieb Neal Becker via
lyx-users:
> Strange conflict.  Using beamer, if 
> \usepackage{eulervm} is added, then when
> \hat{a} used something happened that causes:
> 
> ! Undefined control sequence.
>  \hat 
>  
> l.39 \end{frame}
> 
> without \hat{} there is no error, and without \usepackage{eulervm}
> there is no error.

I think the problem is not related to beamer. The eulervm package
assumes classic (pdf)latex, not lua- or xelatex.

Jürgen


signature.asc
Description: This is a digitally signed message part
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: conflict beamer, eulervm (with mnwe)

2022-03-31 Thread Paul A. Rubin via lyx-users

On 3/31/22 12:09, Neal Becker via lyx-users wrote:

Strange conflict.  Using beamer, if
\usepackage{eulervm} is added, then when
\hat{a} used something happened that causes:

! Undefined control sequence.

 \hat

l.39 \end{frame}

without \hat{} there is no error, and without \usepackage{eulervm} 
there is no error.


Any thoughts?

Thanks,

Neal




Try changing the line that loads eulervm to 
\usepackage[euler-hat-accent]{eulervm}.


Paul

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


conflict beamer, eulervm (with mnwe)

2022-03-31 Thread Neal Becker via lyx-users
Strange conflict.  Using beamer, if
\usepackage{eulervm} is added, then when
\hat{a} used something happened that causes:

! Undefined control sequence.

 \hat

l.39 \end{frame}


without \hat{} there is no error, and without \usepackage{eulervm} there is
no error.


Any thoughts?

Thanks,

Neal


mwe.lyx
Description: application/lyx
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: beamer reference to a page number?

2022-03-30 Thread Paul A. Rubin via lyx-users

On 3/30/22 15:04, Neal Becker wrote:
Hmm, a bit more complicated than I thought.  I really want the cross 
reference to the slide number, which is indicated in the footer.
When I put \section, I get an un-numbered slide so page numbers and 
slide numbers are not the same.
Weirdly, I put in 3 labels and 3 cross references to them. They all 
look the same format (even in the LaTeX code).  For some reason I 
can't see, 2 of them did give me a cross reference corresponding to 
the slide number, as I want, but the 3rd gave me what seems to be the 
page number (which is 4 greater than the slide number) because I have 
4 \sections before this.


On Wed, Mar 30, 2022 at 2:21 PM Paul A. Rubin via lyx-users 
 wrote:


On 3/30/22 13:56, Neal Becker via lyx-users wrote:
> Can I make a reference to a page number in a beamer document?  How?
>
>
When you say "beamer document", do you mean a Beamer slide show or a
Beamer article class document?

For a slide show, you can put the cursor in either the title or
body of
the frame to be referenced and use Insert > Label... to insert a
label.
Then, where the page number should appear, use Insert >
Cross-Reference..., pick the label of the target frame, and set the
"Reference Format:" box to one of the three options that contains
"".




-- 
lyx-users mailing list

lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users



--
/Those who don't understand recursion are doomed to repeat it/
It might help if you provided an MWE (just enough to show an incorrect 
slide number.
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: beamer reference to a page number?

2022-03-30 Thread Neal Becker via lyx-users
OK, I got it.  If I use  I get the slide number, which is what I
wanted.

On Wed, Mar 30, 2022 at 3:04 PM Neal Becker  wrote:

> Hmm, a bit more complicated than I thought.  I really want the cross
> reference to the slide number, which is indicated in the footer.
> When I put \section, I get an un-numbered slide so page numbers and slide
> numbers are not the same.
> Weirdly, I put in 3 labels and 3 cross references to them.  They all look
> the same format (even in the LaTeX code).  For some reason I can't see, 2
> of them did give me a cross reference corresponding to the slide number, as
> I want, but the 3rd gave me what seems to be the page number (which is 4
> greater than the slide number) because I have 4 \sections before this.
>
> On Wed, Mar 30, 2022 at 2:21 PM Paul A. Rubin via lyx-users <
> lyx-users@lists.lyx.org> wrote:
>
>> On 3/30/22 13:56, Neal Becker via lyx-users wrote:
>> > Can I make a reference to a page number in a beamer document?  How?
>> >
>> >
>> When you say "beamer document", do you mean a Beamer slide show or a
>> Beamer article class document?
>>
>> For a slide show, you can put the cursor in either the title or body of
>> the frame to be referenced and use Insert > Label... to insert a label.
>> Then, where the page number should appear, use Insert >
>> Cross-Reference..., pick the label of the target frame, and set the
>> "Reference Format:" box to one of the three options that contains
>> "".
>>
>>
>>
>>
>> --
>> lyx-users mailing list
>> lyx-users@lists.lyx.org
>> http://lists.lyx.org/mailman/listinfo/lyx-users
>>
>
>
> --
> *Those who don't understand recursion are doomed to repeat it*
>


-- 
*Those who don't understand recursion are doomed to repeat it*
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: beamer reference to a page number?

2022-03-30 Thread Neal Becker via lyx-users
Hmm, a bit more complicated than I thought.  I really want the cross
reference to the slide number, which is indicated in the footer.
When I put \section, I get an un-numbered slide so page numbers and slide
numbers are not the same.
Weirdly, I put in 3 labels and 3 cross references to them.  They all look
the same format (even in the LaTeX code).  For some reason I can't see, 2
of them did give me a cross reference corresponding to the slide number, as
I want, but the 3rd gave me what seems to be the page number (which is 4
greater than the slide number) because I have 4 \sections before this.

On Wed, Mar 30, 2022 at 2:21 PM Paul A. Rubin via lyx-users <
lyx-users@lists.lyx.org> wrote:

> On 3/30/22 13:56, Neal Becker via lyx-users wrote:
> > Can I make a reference to a page number in a beamer document?  How?
> >
> >
> When you say "beamer document", do you mean a Beamer slide show or a
> Beamer article class document?
>
> For a slide show, you can put the cursor in either the title or body of
> the frame to be referenced and use Insert > Label... to insert a label.
> Then, where the page number should appear, use Insert >
> Cross-Reference..., pick the label of the target frame, and set the
> "Reference Format:" box to one of the three options that contains "".
>
>
>
>
> --
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
>


-- 
*Those who don't understand recursion are doomed to repeat it*
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: beamer reference to a page number?

2022-03-30 Thread Paul A. Rubin via lyx-users

On 3/30/22 13:56, Neal Becker via lyx-users wrote:

Can I make a reference to a page number in a beamer document?  How?


When you say "beamer document", do you mean a Beamer slide show or a 
Beamer article class document?


For a slide show, you can put the cursor in either the title or body of 
the frame to be referenced and use Insert > Label... to insert a label. 
Then, where the page number should appear, use Insert > 
Cross-Reference..., pick the label of the target frame, and set the 
"Reference Format:" box to one of the three options that contains "".





--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


beamer reference to a page number?

2022-03-30 Thread Neal Becker via lyx-users
Can I make a reference to a page number in a beamer document?  How?
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Does LyX's natively support Beamer \onslide command?

2022-03-17 Thread Scott Kostyshak via lyx-users
On Thu, Mar 17, 2022 at 07:12:37AM +0100, Jürgen Spitzmüller via lyx-users 
wrote:
> Am Mittwoch, dem 16.03.2022 um 11:46 -0400 schrieb Scott Kostyshak via
> lyx-users:
> > In LyX can I use the \onslide command without ERT? 
> 
> No.
> 
> > Perhaps there's no native LyX support since the functionality can be
> > achieved with \uncover or \only?
> 
> I think this was not existing when the layout was set up, and not yet
> added since nobody missed it.

Makse sense, thanks.

Scott


signature.asc
Description: PGP signature
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


  1   2   3   4   5   6   7   8   9   10   >