Re: Inline enumerate

2020-12-04 Thread Guenter Milde
On 2020-12-01, Richard Kimberly Heck wrote:

> [-- Type: text/plain, Encoding: 7bit --]

> On 12/1/20 7:39 AM, Hal Kierstead wrote:
>> All -

>> I know how to use inline enumerate (enumitem[enumerate*]) in LaTeX. Is there 
>> a good way to use it in LyX without ERT? Among other problems, it seems that 
>> in order to use the  enumitem[enumerate*] package option I need to turn off 
>> the enumitem module.

> The attached is a hacked version of the enumitem module with additional
> list types, including inline. You can either put it into your layouts/
> directory as is, in which case it will replace the official version, or
> rename it and put it there, in which case it will give you a different
> option.

Instead of modifying the existing layout, I recommend writing an additional
one that builds on it. This way, changes/fixes to the original will not be
masked by your local version.

I have e.g. in "~/.lyx/layouts/gm-lists.module" the code below.

Günter



#\DeclareLyXModule{gmlists}
#DescriptionBegin
# Adds quoted-list and condensed list environments.
#DescriptionEnd
#Requires: enumitem
#Author: Günter Milde 

# date: 2008-12-04
# last update: 2016-07-21

Format 49

# Style Variants
# ==


Style Enumerate-Alpha
  CopyStyleEnumerate
  LatexParam   "[label=\emph{\alph*}),ref=\emph{\alph*},fullwidth,itemsep=1ex]"
  Margin   First_Dynamic
  LeftMargin   
  LabelCounter enumi
  LabelString  "\alph{enumi})"
  LabelFont
Series  Medium
Shape   Italic
  EndFont
End


# Dense (condensed/compact) list environments
# ===

Style Itemize-Compact
CopyStyle Itemize
Argument 1
LabelString   "Enumerate Options"
Tooltip   "Optional arguments for this list (see enumitem 
manual)"
PresetArg noitemsep
EndArgument
ParSep0
TopSep0.4
BottomSep 0.4
End 

Style Enumerate-Compact
CopyStyle Enumerate
Argument 1
LabelString   "Enumerate Options"
Tooltip   "Optional arguments for this list (see enumitem 
manual)"
PresetArg noitemsep
EndArgument
ParSep0
TopSep0.4
BottomSep 0.4
End 

Style Description-Compact
CopyStyle Description
Argument 1
LabelString   "Enumerate Options"
Tooltip   "Optional arguments for this list (see enumitem 
manual)"
PresetArg noitemsep
EndArgument
ParSep0
TopSep0.4
BottomSep 0.4
End

# Indented compact LyX-List environment
Style Quoted-Labeling
CopyStyle   Labeling
LatexName   qlyxlist
ItemSep 0
ParSep  0
LabelIndent MMM
Preamble
% labeling-like list based on enumitem's description list with
% mandatory second argument (label-pattern) and indent of 2em:
\newenvironment{qlyxlist}[2][]%
  {\settowidth{\lyxlabelwidth}{#2}
   \addtolength{\lyxlabelwidth}{1.5em}
   \description[font=,style=sameline,
 leftmargin=\lyxlabelwidth,
 noitemsep, labelindent=1.5em,
 #1]}
  {\enddescription}
EndPreamble

End



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


Re: beamer notes support?

2020-12-04 Thread John White
Perfect!  I couldn't find it in synaptic until receiving your kind email.

John

On Friday, December 4, 2020 12:12:00 PM PST Kornel Benko wrote:
> Am Fri, 4 Dec 2020 20:02:32 +0100
> 
> schrieb Wolfgang Engelmann :
> > Am 04.12.20 um 17:49 schrieb Jürgen Spitzmüller:
> > > Am Donnerstag, dem 03.12.2020 um 22:53 -0800 schrieb John White:
> > >> So, what to do? Not knowing much of Beamer and nothing of Apple.  I
> > >> open the
> > >> url and it asks me to open or save.  When I open it I get an ad for
> > >> Slide
> > >> Pilot.  Where does my debian buster system fit in here?
> > > 
> > > For Linux, use pdfpc (I think that Mac app is basically a clone of
> > > pdfpc):
> > > 
> > > https://pdfpc.github.io/
> > > 
> > > Jürgen
> > 
> > I tried to install pdfpc in Debian. Search for it in synaptic shows
> > texlive-latex-extra, but after running pdfpc I am told the command was
> > not found ???
> > Wolfgang
> 
> Here it is in pdf-presenter-console package.
> 
>   Kornel



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


Re: beamer notes support?

2020-12-04 Thread Kornel Benko
Am Fri, 4 Dec 2020 20:02:32 +0100
schrieb Wolfgang Engelmann :

> Am 04.12.20 um 17:49 schrieb Jürgen Spitzmüller:
> > Am Donnerstag, dem 03.12.2020 um 22:53 -0800 schrieb John White:  
> >> So, what to do? Not knowing much of Beamer and nothing of Apple.  I
> >> open the
> >> url and it asks me to open or save.  When I open it I get an ad for
> >> Slide
> >> Pilot.  Where does my debian buster system fit in here?  
> > 
> > For Linux, use pdfpc (I think that Mac app is basically a clone of
> > pdfpc):
> > 
> > https://pdfpc.github.io/
> > 
> > Jürgen
> > 
> >   
> I tried to install pdfpc in Debian. Search for it in synaptic shows 
> texlive-latex-extra, but after running pdfpc I am told the command was 
> not found ???
> Wolfgang

Here it is in pdf-presenter-console package.

Kornel


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


Re: beamer notes support?

2020-12-04 Thread Wolfgang Engelmann



Am 04.12.20 um 17:49 schrieb Jürgen Spitzmüller:

Am Donnerstag, dem 03.12.2020 um 22:53 -0800 schrieb John White:

So, what to do? Not knowing much of Beamer and nothing of Apple.  I
open the
url and it asks me to open or save.  When I open it I get an ad for
Slide
Pilot.  Where does my debian buster system fit in here?


For Linux, use pdfpc (I think that Mac app is basically a clone of
pdfpc):

https://pdfpc.github.io/

Jürgen


I tried to install pdfpc in Debian. Search for it in synaptic shows 
texlive-latex-extra, but after running pdfpc I am told the command was 
not found ???

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


Re: LyX 2.3.6 Windows Installer

2020-12-04 Thread Yu Jin
Am Fr., 4. Dez. 2020 um 04:31 Uhr schrieb Richard Kimberly Heck <
rikih...@lyx.org>:

> On 12/3/20 3:49 PM, Bert Lloyd wrote:
> > Thanks to all for your work on this update.
> >
> > I have a few custom modules in my AppData, will these be affected by
> > uninstalling my previous release? If so, is there a recommended way to
> > back them up or restore them?
>
Just don't enable "LyX's users preferences" when uninstalling the old LyX,
that way your user folder will not be deleted. Then install the new LyX and
your modules should still be there.

>
> I don't think the installer will delete them, but you may need to copy
> them over manually to the new user directory (if there is one). Of
> course, it's probably a good idea to back these up before installing the
> new version. And regularly for any reason.
>
 Actually, since it is still LyX2.3, there is no need to copy anything. It
should work out of the box if the preferences are not chosen to be deleted
when uninstalling old LyX. The installer does not delete anything in
AppData, if it gets deleted then only by the uninstaller.

>
> >
> > Many thanks,
> > BL
> >
> > PS - LyX 2.3.5.2 with MikTeX 2.9 on Windows 10 Ed
> >
> > On Wed, Dec 2, 2020 at 1:32 PM Richard Kimberly Heck 
> wrote:
> >> As noted in the announcement of LyX 2.3.6, there is now an updated
> >> installer available for Windows, including a 64 bit version. In order to
> >> update to 2.3.6 on Windows using the new installer, you should uninstall
> >> the previous 2.3 releases using the uninstaller or from within the
> >> control panel/Windows settings beforehand. Make sure to not install LyX
> >> 2.3.6 into an existing LyX directory by choosing an empty folder for the
> >> installation.


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


Re: beamer notes support?

2020-12-04 Thread Neal Becker
pympress is particularly nice because:
python!
automatically detects notes
puts notes in a separate window, just what I want for online presentation

On Fri, Dec 4, 2020 at 12:57 PM Paul A. Rubin  wrote:

> On 12/4/20 1:38 AM, Dr Eberhard W Lisse wrote:
>
> Slightly off topic, but prompted by BeamerNotes, on the Mac there is the
> marvelous SlidePilot PDF viewer
>
>   https://slidepilotapp.com/en/
>
> which has a little iOS companion (to drive the presentation on screen)
> and specifically supports BeamerNotes.  It took me 5 minutes of
> experimenting to get them to work from my usual LyX template, not having
> used them before.
>
> This is an impressive piece of software.
>
> And the author is responsive to suggestions (my next one being that the
> iOS App should be able to drive the pointer on the main screen like a
> laser pointer).
>
> greetings, el
>
>
>
> My personal favorite is Impressive 
> (literally -- that's its name).
>
> Paul
>
> --
> 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 notes support?

2020-12-04 Thread Paul A. Rubin

On 12/4/20 1:38 AM, Dr Eberhard W Lisse wrote:

Slightly off topic, but prompted by BeamerNotes, on the Mac there is the
marvelous SlidePilot PDF viewer

https://slidepilotapp.com/en/

which has a little iOS companion (to drive the presentation on screen)
and specifically supports BeamerNotes.  It took me 5 minutes of
experimenting to get them to work from my usual LyX template, not having
used them before.

This is an impressive piece of software.

And the author is responsive to suggestions (my next one being that the
iOS App should be able to drive the pointer on the main screen like a
laser pointer).

greetings, el


My personal favorite is Impressive  
(literally -- that's its name).


Paul

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


Re: beamer notes support?

2020-12-04 Thread Neal Becker
I've been trying pympress and I am very impressed!

On Fri, Dec 4, 2020, 11:49 AM Jürgen Spitzmüller  wrote:

> Am Donnerstag, dem 03.12.2020 um 22:53 -0800 schrieb John White:
> > So, what to do? Not knowing much of Beamer and nothing of Apple.  I
> > open the
> > url and it asks me to open or save.  When I open it I get an ad for
> > Slide
> > Pilot.  Where does my debian buster system fit in here?
>
> For Linux, use pdfpc (I think that Mac app is basically a clone of
> pdfpc):
>
> https://pdfpc.github.io/
>
> Jürgen
>
> --
> 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: beamer notes support?

2020-12-04 Thread Jürgen Spitzmüller
Am Donnerstag, dem 03.12.2020 um 22:53 -0800 schrieb John White:
> So, what to do? Not knowing much of Beamer and nothing of Apple.  I
> open the 
> url and it asks me to open or save.  When I open it I get an ad for
> Slide 
> Pilot.  Where does my debian buster system fit in here?

For Linux, use pdfpc (I think that Mac app is basically a clone of
pdfpc):

https://pdfpc.github.io/

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