On 2011-03-27, stephen's mailinglist account wrote: > --bcaec5016413414940049f7c084b > Content-Type: text/plain; charset=UTF-8
> On 27 March 2011 14:17, Jim Maas <[email protected]> wrote: >> I'm trying to create a new .cls file for a journal called Bayesian >> Analysis. They supply a list of files called "latex macros" which I would >> like to use with Lyx to create the correct format. I've tried lots of things >> but no luck yet. This is the list of files I can get, anyone care to offer >> suggestions? >> Using Lyx 2.0, texmf, ubuntu 10.10 >> Thanks a bunch >> Jim >> ba.bst >> ba.cls >> baextra.readme >> ba.sty >> ba.version >> bayes.sty >> ... >> ...xart.tex > It looks like you have your class file (ba.cls). You also seem to have a > readme file (baextra.readme) and possibly most importantly an example > (main.tex & main.dvi). > Files will need to be installed somewhere TeX/LaTeX can find them - probably > usr/share/texmf/tex/latex/ba or usr/share/texmf-texlive/tex/latex/ba. I am > not sure of the convention here. With Ubuntu, local installed files should not be put under /usr/share/...., but rather /usr/local/share/texmf/ > You will also need to refresh Tex (sudo texhash) so the packages can be > found. Alternatively, (for single-user use) place them under ~/texmf/. No need for sudo, then and running texhash is optional. Günter
