ARM vs Universal Etf
Eberhard W Lisse
nospam at lisse.NA
Sun Jan 14 20:38:37 UTC 2024
When I export from 2.4 RC1 to LuaLaTeX this line triggers the error
\lstinputlisting[showstringspaces=false,caption={/opt/local,
/usr/local}/etc/my.cnf},label={mac:my.cnf}]{my.cnf}
whereas it should actually look like
\lstinputlisting[showstringspaces=false,caption={/opt/local,
/usr/local}/etc/my.cnf,label={mac:my.cnf}]{my.cnf}
in other words RC1 adds '}' to
{/opt/local, /usr/local}/etc/my.cnf
If I add an open brace '{' to the caption in RC1 ie something like
{/opt/local, /usr/local}/etc/my.cnf{
It balances the closing brace.
Unfortunately the only system where I have 2.3.7 running is my practice
iMac which I have brought in for a routine blowjob :-)-O so I can only
look at this in a week or so.
But it should be easy to lyx2lyx it to 544, open it with 2.3.7 and see
if this does same.
greetings, el
On 13/01/2024 22:52, Scott Kostyshak wrote:
> On Sat, Jan 13, 2024 at 09:57:07PM +0200, Eberhard W Lisse wrote:
>
>> There was one single issue, I had a pair of braces '{}' in a
>> figure caption and it did not like that. 2.3.7 didn't mind. Should
>> I look at an MWE and send that in?
>
> Yes, please. If possible, make the MWE with 2.3.7 and send that
> file.
>
> Thanks, Scott
>
>
-------------- next part --------------
[mysqld]
skip-innodb
default_storage_engine = Aria
-------------- next part --------------
#LyX 2.4 created this file. For more info see https://www.lyx.org/
\lyxformat 620
\begin_document
\begin_header
\save_transient_properties true
\origin unavailable
\textclass scrreprt
\options DIV=12, parskip=half
\use_default_options false
\begin_modules
enumitem
todonotes
\end_modules
\maintain_unincluded_children no
\begin_local_layout
Format 66
PackageOptions fontspec no-math
Requires fontspec
\end_local_layout
\language american
\language_package default
\inputencoding iso8859-15
\fontencoding auto
\font_roman "auto" "auto"
\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_roman_osf false
\font_sans_osf false
\font_typewriter_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 1
\output_sync_macro "\synctex=-1"
\bibtex_command default
\index_command default
\float_placement class
\float_alignment class
\paperfontsize 11
\spacing other 1.15
\use_hyperref true
\pdf_bookmarks true
\pdf_bookmarksnumbered false
\pdf_bookmarksopen false
\pdf_bookmarksopenlevel 1
\pdf_breaklinks true
\pdf_pdfborder true
\pdf_colorlinks true
\pdf_backref false
\pdf_pdfusetitle true
\pdf_quoted_options "allcolors=blue"
\papersize default
\use_geometry false
\use_package amsmath 0
\use_package amssymb 0
\use_package cancel 0
\use_package esint 0
\use_package mathdots 1
\use_package mathtools 0
\use_package mhchem 1
\use_package stackrel 0
\use_package stmaryrd 0
\use_package undertilde 0
\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 0
\use_formatted_ref 0
\use_minted 0
\use_lineno 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
\tablestyle default
\listings_params "frame=none,basicstyle={\small\ttfamily},tabsize=4,captionpos=b"
\tracking_changes false
\output_changes false
\change_bars false
\postpone_fragile_content false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\docbook_table_output 0
\docbook_mathml_prefix 1
\end_header
\begin_body
\begin_layout Standard
\begin_inset CommandInset include
LatexCommand lstinputlisting
filename "my.cnf"
lstparams "showstringspaces=false,caption={{/opt/local, /usr/local}/etc/my.cnf},label={mac:my.cnf}"
literal "true"
\end_inset
\end_layout
\end_body
\end_document
More information about the lyx-devel
mailing list