I've recently had to move over to a linux based OS and I'm using Kile to edit tex files.
I think i have all the packages installed, but the following bit of code throws up an error...
Code: Select all
\usepackage{caption}
\captionsetup{
figurewithin=chapter,
% tablewithin=chapter
}
Code: Select all
[PDFLaTeX] Main.tex => Main.pdf (pdflatex)
[PDFLaTeX] finished with exit status 1
./Main.tex:17:Package caption Error: figurewithin undefined. }
[PDFLaTeX] 1 error, 0 warnings, 0 badboxes
Tim