I'm using KILE editor. There is no problem when I run others .tex article in Kile. But problem is when I run a thesis article in KILE. This thesis article is running fine in WinEdt.
\documentclass[12pt,a4paper]{thesis}
\usepackage{amsmath}\usepackage{amssymb}
\usepackage{graphicx}
Is there anything need to add in KILE setting to run the Thesis .tex in KILE?
This is the log file:
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=latex 2013.3.7) 25 AUG 2013 23:37
entering extended mode
%&-line parsing enabled.
**Thesis-Aug24-2013.tex
(./Thesis-Aug24-2013.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.
! LaTeX Error: File `thesis.cls' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: cls)
Enter file name:
! Emergency stop.
<read *>
l.2 \usepackage
{amsmath}\usepackage{amssymb}^^M
*** (cannot \read from terminal in nonstop modes)
Here is how much of TeX's memory you used:
10 strings out of 495062
226 string characters out of 1182645
45108 words of memory out of 3000000
3285 multiletter control sequences out of 15000+50000
3640 words of font info for 14 fonts, out of 3000000 for 9000
28 hyphenation exceptions out of 8191
10i,0n,7p,80b,8s stack positions out of 5000i,500n,10000p,200000b,50000s
No pages of output.
.logfiles are the same when run with the different editors. – Joseph Wright Aug 25 '13 at 17:19\listfilescommand as very first line to this example to get the list of used files at the end of the log. – Thorsten Donig Aug 25 '13 at 17:28.logfiles, then. As Thorsten says, it's very likely you have different TeX systems and so different package versions on the two machines. – Joseph Wright Aug 25 '13 at 17:38thesis.clsfile to your Linux machine. This must be a non-standard file, so you must have installed it on your Windows system. Details of installing local files are in Where do I place my own .sty files, to make them available to all my .tex files? – Joseph Wright Aug 25 '13 at 17:45thesis.clson Windows. What doeskpsewhich thesis.clsat the Command Prompt on the Windows system give? – Joseph Wright Aug 25 '13 at 18:00