Tagged Questions
The texmaker tag has no wiki summary.
3
votes
3answers
4k views
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 ...
1
vote
3answers
1k views
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:
...
0
votes
1answer
111 views
Using Texmaker, I want to lock the PDF file created so others cannot copy text or print the file
I'm creating PDFs using Texmaker. I would like to create some of the PDF files so that when I give the PDF to others, they are not able to print the file or to copy the text. I know I can do this with ...
0
votes
0answers
319 views
Enable --shell-escape in TexMaker
I am trying to use dot2texi package with texmaker on a Mac, and I am aware that I need to enable shell escape in order to let TexLive process using external packages. So I edit the commands in ...
0
votes
1answer
396 views
Natbib texmaker
Hi I am using following test program in texmaker
For e.g.
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{graphicx}
\usepackage{babel}
...
0
votes
1answer
205 views
Latex: Trouble with \label and \ref in texmaker
I think I know how to use \label{...} and \ref{...}
But after changing the tex-file to pdf I have no possibility to click the refers. Once I get it. There were red frames around the clickable words, ...
0
votes
2answers
157 views
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 ...
0
votes
2answers
3k views
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 ...