Am Mittwoch, den 28.03.2018, 09:32 -0600 schrieb Joel Kulesza: > LyX Developers, > > While working with the poster-beamerposter template to create ... a > poster ... I ran into: > > 1) an issue whereby marking a region within the frame as "Comment" > didn't allow a PDF to render but marking it as "LyX Note" does allow > the PDF to render. I would expect these to have similar levels of > (dis)functionality. This seems like a bug and I would appreciate it > if you could confirm. If/when confirmed, I'll submit it to the > tracker.
No, they are not identical. Comment outputs a comment environment to LaTeX, LyX Note just omits the contents. The comment environment that is output for comments is verbatim and cannot be handled by a normal beamer frame. You need to pass the frame option "fragile" in order to make it work. This disables some features such as overlays (but I suppose you don't need overlays in a poster anyway). Please refer to the beamer manual, sec. 12.9 ("Verbatim and Fragile Text"), for details. > 2) a non-obvious functionality omission whereby LyX List / Labeling > environments are not available in Beamer-based documents. Is there a > technical reason why this is not available (and if not, is it > appropriate to file an enhancement request to make it available)? I > tend to prefer how this behaves to the similar "Description" > environment. It cannot be imported as such, since beamer lists are quite specially defined. You'd need to set up a specific new list in beamer, using all the beamertemplates involved in such a definition. Since the main feature of the lyxlist, setting the label width, is already provided by beamer's description, I do not see the need to do that. > and while creating a MWE to demonstrate the first issue: > > 3) a special character insertion issue that seems unique to the > poster-beamerposter template whereby a "right arrow" can be inserted > but throws a warning upon render. It tells you (in rather cryptical words, though) that the font you are using (Utopia = futs) does not contain the right arrow symbol. An easy workaround is to redefine the \textrightarrow command in the preamble and make it output a math arrow: \renewcommand{\textrightarrow}{$\rightarrow$} HTH Jürgen > > Some more details on these are in the attached MWE (expected to > render while throwing the right arrow warning). Changing either LyX > Note within to a Comment is expected to prevent rendering. > > These observations are made with LyX 2.2.3 on OS X 10.11.6. > > Any thoughts you can provide are appreciated. > > Thank you, > Joel >
signature.asc
Description: This is a digitally signed message part