I am a very recent user of Lyx 2.3.0 on OSX 10.13.3 (High Sierra) and am preparing a thesis in the field of organic chemistry with the ClassicThesis layout downloaded from https://bitbucket.org/amiede/classicthesis/wiki/Home. My thesis has four graphic types (Figures, Schemes, Tables, and Equations), and each graphic type will need to have a separate listing (List of Figures, List of Schemes,...) in the front of the thesis.
Based on my research, it seems that the only way to have different graphic types is by defining separate floats and that the best (only?) way to do this is using the caption https://ctan.org/pkg/caption and float https://ctan.org/pkg/float packages. I've downloaded these packages and installed them and their .sty files using the instructions provided in https://tex.stackexchange.com/questions ... le-in-lyx? in my Lyx user directory (~/Library/Application Support/LyX-2.3/layouts). I've also installed the packages in the same directory that my working documents are located. I've rerun the reconfiguration command (Tools ->Reconfigure) and I pasted into the preamble (Document -> Settings ->Latex Preamble) the following commands I found online: (https://latex.org/forum/viewtopic.php?t=26451
\usepackage{float}
\usepackage{newfloat}
\usepackage{caption}
\DeclareFloatingEnvironment[
fileext = los, % file extension for the list of schemes
listname = {List of schemes}, % heading for the list
name = Scheme, % name in captions
placement = htp % default floating paramaters
]{scheme}
It's my understanding that these commands should insert a new menu item called "Scheme" under Insert -> Float, and that new floating Schemes would behave similarly to floating Figures but I don't see Schemes anywhere in the menus. I'm sure that the answer is probably elementary but I've spent about ten hours trying to resolve this issue. It seems that the OSX version of Lyx differs subtly but sufficiently from Windows and Unix versions of Lyx.
The document I'm working with is a subdocument of a master document. Should I be adding floating schemes to the master document instead of a subdocument? Would floating graphic types automatically appear in subdocuments if they are defined in a master document?
I'd appreciate any guidance that the honorable community can provide. Thank you in advance.
Sincerely,
AndyBlue