Getting Lyx to work with Caltech thesis
- install Lyx using Synaptic
- From http://www.work.caltech.edu/~ling/tips/cit_thesis.html download
- cit_thesis.cls
- cit_logo.eps*
- cit_logo.pdf*
- cit_ntheorem.std
- Run
sudo mkdir -p /usr/local/share/texmf/tex/latex sudo cp Downloads/cit_thesis.cls /usr/local/share/texmf/tex/latex/ sudo cp Downloads/cit_logo.eps /usr/local/share/texmf/tex/latex/ sudo cp Downloads/cit_logo.pdf /usr/local/share/texmf/tex/latex/ sudo cp Downloads/cit_ntheorem.std /usr/local/share/texmf/tex/latex/ sudo texhash
- open Lyx
- run Tools>Reconfigure
- close Lyx
- reopen Lyx
- run File>New from Template
- choose cit_thesis.lyx
sudo cp cit_logo.png /usr/local/share/texmf/tex/latex/ sudo texhash
I can't remember if I needed to change format to .png or not.
No comments:
Post a Comment