Search found 2 matches

by dtnd
Wed Dec 03, 2014 1:02 am
Forum: Texmaker and TeXstudio
Topic: Writing a report using a .cls and a .sty file
Replies: 3
Views: 5792

Re: Writing a report using a .cls and a .sty file

Thanks for your reply.
I tried to run the code you gave. I replaced the usepackage and documentclass parameters with the name of my sty and cls file respectively. But it is not running & getting the following message:

"Could not start the command,
pdflatex - synctex =1 -interaction = nonstopmode ...
by dtnd
Mon Dec 01, 2014 11:28 pm
Forum: Texmaker and TeXstudio
Topic: Writing a report using a .cls and a .sty file
Replies: 3
Views: 5792

Writing a report using a .cls and a .sty file

Hi,

I am not very experienced in using Latex. I have the latex format of a technical report which includes only a .cls and a .sty file. I am wondering, how to write the whole report out of these files using Texmaker.

Is it possible to run a cls file in latex? Or, should I create a 'tex' file ...