Adding sty files to path

2007-12-11 Thread jb162
I have a custom sty that I need to use and read about adding to the Latex search path. In my .bashrc I now have export TEXINPUTS=".:~/latex/styles//:" and a sty file in that dir. Lyx can't find it though. I get "Latex error: can't find file StuS13.sty". Is there something else I need to do? Than

Re: importing LaTeX

2007-11-15 Thread jb162
On Tue, 2007-11-13 at 09:41 -0500, Steve Litt wrote: > Hi Jim, > Hi Steve, thanks for your reply. [...] > Anyway, back to your question. I think the general answer is that the > environments this code declares with the \newenvironment{} command can be > used in LyX by writing a LyX environment

importing LaTeX

2007-11-13 Thread jb162
Hi, I want to use LyX to work on LaTeX files produced by lhs2tex from literate haskell scripts (and I know very little about LaTeX). When I open these files in LyX they are a massive jumble of ERT and ordinary text. lhs2tex uses a format file which is at /usr/share/lhs2tex/polycode.fmt on my system