On 8/22/23 10:14, ehud.be...@posteo.net wrote:
Suppose I create two styles.
When Style 1 is in use, I want the LyX editor to add to the preamble the
following code:
\usepackage{x}
latex code for style 1
When style 2 is in use, I want to add to the preamble the following code:
\usepackage{x}
l
Suppose I create two styles.
When Style 1 is in use, I want the LyX editor to add to the preamble the
following code:
usepackage{x}
latex code for style 1
When style 2 is in use, I want to add to the preamble the following
code:
usepackage{x}
latex code for style 2
What I do now to achieve t