I need to import in Lyx the following layout: brain_damage.sty
http://gregorywheeler.org/latex/phil-style1.html
How can I convert it to a format that LyX can understand?
I need to import in Lyx the following layout: brain_damage.sty
http://gregorywheeler.org/latex/phil-style1.html
How can I convert it to a format that LyX can understand?
You can save brain_damage.sty and place it where (La)TeX can find it and then include
\usepackage{brain_damage}
in your Document > Settings... > LaTeX Preamble. Alternatively, copy-and-paste everything between
\ProvidesPackage{brain_damage}
...
\endinput
(that is, the ... above) and place it directly in the Document > Settings... > LaTeX Preamble.
philosophy.sty(which is already included in TeX Live, at least)? I don't use LyX but there is a way to edit the preamble of you document and you need to add\usepackage{philosophy}(or\usepackage{brain_damage}. – cfr Nov 17 '14 at 22:01brain_damage. (Basically, it isbrain_damage+ changes to make the maths fit better, if I remember right.) – cfr Nov 17 '14 at 22:26