Re: Math Macro's In LyX

2022-08-31 Thread Udicoudco
On Thu, Sep 1, 2022 at 3:27 AM Udicoudco wrote: > Using \globaldefs (see page 275 in The TeX Book, or here) we might get a > global assignment with \newcommand. First we can define a new command fo the > matter (LyX may include this line in the preamble if it notices a math macro > defintion w

Math Macro's In LyX

2022-08-31 Thread Udicoudco
Hello LyX Developers, Currently (or at least in LyX 2.3.6.1) the definition of a new math macro with LyX's GUI is implemented using a latex code of the form \global\long\def\foo#1{} I'm guessing this is implemented this way because you can never be sure if a user will define the macro within a

Re: Setting things up for using parallel STL C++17

2022-08-31 Thread Scott Kostyshak
On Wed, Aug 31, 2022 at 06:09:20PM +0200, Jean-Marc Lasgouttes wrote: > Le 31/08/2022 à 17:46, Pavel Sanda a écrit : > > Seems like too little music for a new tab. Fair enough. > But I wouldn't be against > > preference checkbox for loading all images when document loads (by > > default false).

Re: Setting things up for using parallel STL C++17

2022-08-31 Thread Jean-Marc Lasgouttes
Le 31/08/2022 à 17:46, Pavel Sanda a écrit : Seems like too little music for a new tab. But I wouldn't be against preference checkbox for loading all images when document loads (by default false). If the loading is done in background, I am not sure that it would hurt. I also think that we have

Re: Setting things up for using parallel STL C++17

2022-08-31 Thread Pavel Sanda
On Wed, Aug 31, 2022 at 10:02:55AM -0400, Scott Kostyshak wrote: > > > By the way, I've sometimes wanted a more aggressive graphics loader. I > > > think it's pretty impressive how it currently works and converts things > > > on-the-fly with scrolling, but I would like to be able to say "don't > >

Re: Setting things up for using parallel STL C++17

2022-08-31 Thread Scott Kostyshak
On Wed, Aug 31, 2022 at 12:32:18PM +0200, Pavel Sanda wrote: > On Tue, Aug 30, 2022 at 09:36:42PM -0400, Scott Kostyshak wrote: > > > > Does anyone know of any candidates in LyX's code for using such > > > > parallelization? > > > > > > - As written in another thread if you can get parallel graph

biblatex-chicago cite engine

2022-08-31 Thread madmurphy
I wanted to use the biblatex-chicago package instead of the plain biblatex, but it appeared harder to do than I thought. After digging around a bit I found out that three years ago someone wanted to do the same . So I have created th

Re: Setting things up for using parallel STL C++17

2022-08-31 Thread Pavel Sanda
On Tue, Aug 30, 2022 at 09:36:42PM -0400, Scott Kostyshak wrote: > > > Does anyone know of any candidates in LyX's code for using such > > > parallelization? > > > > - As written in another thread if you can get parallel graphics conversions > > for document load and export, that would be cool.