On 22/06/2012 11:02 AM, Amjad Usman wrote:
Hello everybody,

I am new to LyX.
I am composing an article for International Journal of Semantic
Computing (IJSC).
They have given .cls file.
I have installed LyX2 with MikeTex 2.9 on my system running Windows 7.
i followed the blogs written for adding custom classes in LyX on windows,
yet i am unable to get it.
My article class doesnot appear in document. as far i know the texhash
command is not properly working.

Can anybody help, how can i do it ?

Regards
amjad


Hi Amjad,

I'm running through old emails thread that weren't answered and found your question. It's a shame nobody answered yet. Anyway, the first thing to make sure is that LaTeX can see your document class. To do this try a very minimal .tex document with the proper document class

\documentclass{ws-ijsc}
\begin{document}
Hello World!
\end{document}

and see if pdflatex can convert it to a pdf. Then let's go from there.

--
Julien

Reply via email to