Ubuntu Forums Archive Viewer

Latex/Kile: .cls in TEXINPUTS path yet...

Archived thread 1006019 from Education & Science. Markdown source: Education_&_Science/thread_1006019_LatexKile_.cls_in_TEXINPUTS_path_yet....md

Original URL About this archive
#1

Hello,

I need to use a .cls file and a .tex file (which contains definitions) as part of preparing an article for a journal (sim). So I've added their path to

KILE>Settings>Configure>General>TEXINPUTS

but the new commands result in compile errors such as

.tex:18:Undefined control sequence. \received

Any suggestions?

Also in the above I have added the full path in TEXINPUTS. However, can I also just add . (current path). Path . is relative to what? Kile? The latex document?

Thanks.

#2

\documentclass{simauth} instead of \documentclass{article}

solves this problem.