Re: Beamer manual and examples fail to render

2019-04-19 Thread Jürgen Spitzmüller
Am Freitag, den 19.04.2019, 03:02 -0700 schrieb list_em...@icloud.com:
> The Beamer manual, Help -> Specific Manuals -> Beamer Presentations
> fails to render. I assume that it would render in PDF as a usable
> presentation by which some of its features are shown thus making the
> textual part more relevant. Here is the problem:
> 
> 
> Could not find LaTeX command for character '⌃' (code point 0x2303)

You are on a Mac, right? This is a bug that has already been fixed for
the next version. It is caused by the shortcut insets used in the
beamer manual.

A quick workaround:
switch to utf8 encoding and add this to the preamble:
\DeclareUnicodeCharacter{2303}{\textasciicircum}
HTH
Jürgen


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


Re: Beamer manual and examples fail to render

2019-04-19 Thread Paul A. Rubin

On 4/19/19 6:32 AM, list_em...@icloud.com wrote:

Oops. Should have sent this to the dev list.
Jerry


On Apr 19, 2019, at 3:02 AM, list_em...@icloud.com wrote:

The Beamer manual, Help -> Specific Manuals -> Beamer Presentations fails to 
render. I assume that it would render in PDF as a usable presentation by which some 
of its features are shown thus making the textual part more relevant. Here is the 
problem:


Could not find LaTeX command for character '⌃' (code point 0x2303)

Some characters of your document are probably not representable in the chosen 
encoding.
Changing the document encoding to utf8 could help.


I went to Document -> Settings -> Language and changed Encoding from Language 
Default to Other -> Unicode (utf8) and then this happened:


Package inputenc Error: Unicode char ⌃ (U+2303)
Package inputenc Error: Unicode char ⌃ (U+2303)

\end{frame}
Your command was ignored.
Type  Ito replace it with another command,
orto continue without it.

When I clicked Show Output Anyway I got a nice PDF but I don’t know if it has 
errors.

The beamer-article.lyx also failed to render for similar reasons but first was 
this error:


Included file `[examples/beamer.lyx]'
has textclass `beamer'
while parent file has textclass `article-beamer’.


I can’t figure out a workaround here. I haven’t put much effort into trying to 
fix this but it seems like the manuals and examples should render without 
problems.

Mac OS 10.11.6
LyX 2.3.2

Jerry

FWIW, it compiles fine for me (pdflatex), both with language set to 
default and with it set to UTF8. This is on Linux Mint, LyX 2.3.2.


Paul



Re: Embedding sounds and video in beamer class

2019-04-19 Thread Dr Eberhard Lisse
First,

why are you putting Frames into ERT? LyX has commands for that.

Then, I have renamed one of my MP4 files, since that was not included in
the allegedly MWE and as I had seemed to recall, the multimedia package
doesn't like MP4.

Use MOV, ie transform

VID_20180616_094640.mp4

into

VID_20180616_094640.mov

which does work.

But, since I don't use Acrobat as the defaul reader on the Mac, I
compile on the command line

lyx -f -e pdf5 beamer_media_test.pdf

and then fire up acrobat as Skim and Preview do not display movies.  If
Acrobat is your default reader than you might get away with running View
(Alt-R (?))

I have changed to LuaLaTeX as default in the document, by the way.


greetings, el

On 2019-04-18 03:45 , Anthony wrote:
> I have attached an MWE.
> 
> Running LyX2.3.0 under windows 10.  Using Adobe Acrobat Pro DC.
> 
> My problem is that I can compile the LyX document to generate a pdf,
> however, when I click on the link in the pdf, the following message
> appears.
> 
> 
> 
> Any suggestions?
> 
> Kind Regards,
> Anthony
> 
> Sent from Mail for Windows 10
> 
> 
#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
\begin_preamble
\usepackage{multimedia}
\end_preamble
\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 pdf5
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize 12
\spacing single
\use_hyperref false
\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 true
\use_refstyle 1
\use_minted 0
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 2
\tocdepth 2
\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
Sound and video example
\end_layout

\end_inset


\end_layout

\begin_deeper
\begin_layout Standard
\begin_inset ERT
status open

\begin_layout Plain Layout


\backslash
movie[width=8cm,height=4.5cm]{test}{VID_20180616_094640.mov}
\end_layout

\end_inset


\end_layout

\end_deeper
\begin_layout Standard
\begin_inset Separator plain
\end_inset


\end_layout

\end_body
\end_document


Re: Beamer manual and examples fail to render

2019-04-19 Thread list_email
Oops. Should have sent this to the dev list.
Jerry

> On Apr 19, 2019, at 3:02 AM, list_em...@icloud.com wrote:
> 
> The Beamer manual, Help -> Specific Manuals -> Beamer Presentations fails to 
> render. I assume that it would render in PDF as a usable presentation by 
> which some of its features are shown thus making the textual part more 
> relevant. Here is the problem:
> 
> 
> Could not find LaTeX command for character '⌃' (code point 0x2303)
> 
> Some characters of your document are probably not representable in the chosen 
> encoding.
> Changing the document encoding to utf8 could help.
> 
> 
> I went to Document -> Settings -> Language and changed Encoding from Language 
> Default to Other -> Unicode (utf8) and then this happened:
> 
> 
> Package inputenc Error: Unicode char ⌃ (U+2303)
> Package inputenc Error: Unicode char ⌃ (U+2303)
> 
> \end{frame}
> Your command was ignored.
> Type  Ito replace it with another command,
> orto continue without it.
> 
> When I clicked Show Output Anyway I got a nice PDF but I don’t know if it has 
> errors.
> 
> The beamer-article.lyx also failed to render for similar reasons but first 
> was this error:
> 
> 
> Included file `[examples/beamer.lyx]'
> has textclass `beamer'
> while parent file has textclass `article-beamer’.
> 
> 
> I can’t figure out a workaround here. I haven’t put much effort into trying 
> to fix this but it seems like the manuals and examples should render without 
> problems.
> 
> Mac OS 10.11.6
> LyX 2.3.2
> 
> Jerry
> 



Beamer manual and examples fail to render

2019-04-19 Thread list_email
The Beamer manual, Help -> Specific Manuals -> Beamer Presentations fails to 
render. I assume that it would render in PDF as a usable presentation by which 
some of its features are shown thus making the textual part more relevant. Here 
is the problem:


Could not find LaTeX command for character '⌃' (code point 0x2303)

Some characters of your document are probably not representable in the chosen 
encoding.
Changing the document encoding to utf8 could help.


I went to Document -> Settings -> Language and changed Encoding from Language 
Default to Other -> Unicode (utf8) and then this happened:


Package inputenc Error: Unicode char ⌃ (U+2303)
Package inputenc Error: Unicode char ⌃ (U+2303)

\end{frame}
Your command was ignored.
Type  Ito replace it with another command,
orto continue without it.

When I clicked Show Output Anyway I got a nice PDF but I don’t know if it has 
errors.

The beamer-article.lyx also failed to render for similar reasons but first was 
this error:


Included file `[examples/beamer.lyx]'
has textclass `beamer'
while parent file has textclass `article-beamer’.


I can’t figure out a workaround here. I haven’t put much effort into trying to 
fix this but it seems like the manuals and examples should render without 
problems.

Mac OS 10.11.6
LyX 2.3.2

Jerry



Re: multiple authors: cite only 3

2019-04-19 Thread Daniel

On 2019-04-18 18:03, Wolfgang Engelmann wrote:


On 18.04.19 17:06, Daniel wrote:

On 18/04/2019 15:51, Wolfgang Engelmann wrote:


On 18.04.19 10:38, Daniel wrote:

On 17/04/2019 11:23, Daniel wrote:

On 17/04/2019 11:08, Wolfgang Engelmann wrote:
How would I in the case of multiple authors cite in the pdf output 
only 3 followed by /and others/ or /et.al./? Should I do it in the 
reference manager (in my case JabRef) or in Lyx? There in the 
Latex preamble?


Wolfgang



If you are using Biblatex, then the mincitenames=3 option gives you 
what you want.


See 
https://tex.stackexchange.com/questions/69028/set-limit-to-one-author-when-using-et-al-in-biblatex. 



Minimal example attached.

Daniel


Btw. it is always helpful if you can include a minimal example, so 
one does not need to guess what your setup is when answering.


Daniel


Thanks, Daniel

I have asked in a separate mail for a biblatex template for a book. I 
am a bit lost with the requirements. Do you happen to have one or a 
link to the Internet?


Wolfgang




I am a bit lost with what you are after. What do you mean by "a 
biblatex template"?


Daniel

A template (>file>template) which I can use for starting a book with 
biblatex settings.


Wolfgang




I see "File > New From Template" on my end. I take it that is what you mean.

You can easily create your own template. Just create a new document and 
make all the settings you would like to have in your document. Then save 
it in the template folder.


Daniel