For questions related to programming issues in the TexMaker crossplatform Latex editor.

learn more… | top users | synonyms

1
vote
2answers
68 views

setting up texmaker with knitr on linux

I am trying to change the R Sweave command to knitr on linux. The current (R Sweave) command is found under options > configure: R CMD Sweave %.Rnw Yihui gives and example of how to do this on ...
0
votes
0answers
193 views

TexMaker adding a digit to subfigure's labels [closed]

I'm having TexMaker adding the digit '9' before subfigure labels. For example, 9(a), 9(b) etc. Has anyone encountered a similar situation before? Here is my code (I am using this style file ...
2
votes
2answers
714 views

Texmaker don't compile latex document on Ubuntu

I'm using ubuntu, and i'm trying to compile some latex documents, but i'm getting a lot of errors. I think that compiler is installed, but i'm not sure. I used Latex before on Windows, with Miktex, ...
2
votes
0answers
366 views

Images correct in .ps file but not displaying in .pdf

I'm using Texmaker 3.1 and having trouble getting my figures to show up in the PDF output. My QuickBuild setting is "LaTeX + dvipdfm + View PDF" (I've also tried "LaTeX + dvips + ps2pdf + View PDF") ...
1
vote
1answer
378 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
1answer
2k 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
568 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
319 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 ...
2
votes
3answers
3k 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: ...
1
vote
2answers
9k 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 ...
10
votes
3answers
7k 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 ...