Re: Document how to use Requires when there are multiple optional arguments.

2023-11-09 Thread Jürgen Spitzmüller
Am Donnerstag, dem 09.11.2023 um 10:44 + schrieb Isaac Oscar Gariano: > So the solution was to put Requires "1, 2"​ (with the quotation > marks) in my Layout instead of justRequires 2​. > > > I think this behaviour should be documented. I would modify the > documentation myself, and submit a

Document how to use Requires when there are multiple optional arguments.

2023-11-09 Thread Isaac Oscar Gariano
Hey, So I wanted to create an inset with multiple optional arguments; lyx's Customization documenation mentions a Requires [int=0]​ option which "defines another argument (by its number) which this argument requires to be output if it is itself output." So I tried to do this: ​InsetLayout Flex: