texmaker

Latex Table of Contents Links to Wrong Section

I have a section followed by a table of contents like so: \section{Section1} ABC. \addcontentsline{toc}{section}{Table of Contents} \tableofcontents \newpage \addcontentsline{toc}{section}{List of Figures} \listoffigures \newpage \section{Section2} DEF. \section{Section3} GHI. My issue is that the "Table of Contents" and "List of Fi...

latex error: environment proof undefined

hi i am using latex... wanted to use the following: \begin{proof} ... \end{proof} it gives me the following error: !Latex error: Environment proof undefined. can you help me to solve this problem? thanks ...

Latex Inverse search from a pdf in Okular to TexMaker

I am using TexMaker of Karmic Ubuntu with Okular. I use pdfLatex to compile and I view the PDFs in Okular. How can I configure Okular to inverse search with TexMaker? I have tried the following code: texmaker %f -line %l but it does not work. I have tried double clicking, ctrl+click, shift+click, ctrl+shift+click, ctrl+alt+click, alt+s...

Error including multiple images in Latex

While compiling the following code {\centering {\includegraphics[scale=.5]{splash.eps}} \caption{Splash Screen} \par} \end{figure} Splash screen is an integral part and shows a tutorial of application. \begin{figure}[ht] {\centering {\includegraphics[scale=.5]{splashmore.eps}} \caption{Splash Screen 1} \par} \end{figure} The fi...