{texmaker} is a cross-platform LaTeX editor. If your question is about its fork TexMakerX, which is now called TeXstudio, please use the tag {texstudio}.

learn more… | top users | synonyms

0
votes
0answers
34 views

What is the closest alternative for TeXnicCenter + SumatraPDF on mac?

I am getting a mac soon, and I am freaked out the fact that I won't be able to use my very much familiar TeXnicCenter + SumatraPDF magic tools. I googled around and decided to switch to TeXMaker, ...
2
votes
2answers
35 views

Where can I find “user tags” in texstudio?

In the features of TeXstudio they indicate the ability to use "tags". If you google for "user tags texstudio", you also find a blog defining user tags in TeXstudio. Basically, because I wanted to ...
0
votes
0answers
177 views

MikTeX and TeXmaker are unable to compile

Please, I need help with some issues that happens with my TeX editors. I've installed MikTeX and TeXmaker on my computer and I got some troubles: The first of them is, when I try to compile my .tex ...
0
votes
1answer
58 views

How to edit the words in TeX Live grammatically?

I have a problem with editing the words in TeX Live? When I installed the program, the program doesn't edit the words after typing, that is, If I make a mistake with typing a word then I can't be ...
0
votes
0answers
64 views

LaTeX fails to produce PDF

I am using Texmaker editor to write my TeX documents. In Texmaker, there is an option how you want to run your TeX document. I have always chosen Quick Build and then View as PDF. This has produced a ...
1
vote
1answer
63 views

How can I do automatic 'environment' of command in 'Texmaker'?

I have knowledge about 'Kile' more or less. Now I am using 'Texmaker'. But there is a problem in it. In Kile when we write \begin{env} it automatically write \end{env} from the following : Settings ...
5
votes
1answer
93 views

TeXmaker and gnuplot compiling issue

I just received a new macbook OS 10.8 Mountain Lion and I have installed TeXmaker, MacTex, MacPorts and gnuplot. I compiled a LateX file that uses TikZ and gnuplot and got the following error in the ...
0
votes
0answers
29 views

Creating nomeclature with texmaker [closed]

I am trying to create nomeclature with my texmaker editor and getting the following error. 'file nomecl.sty not found the text is an example. \documentclass[12pt,a4paper]{article} ...
13
votes
3answers
537 views

Finding a more efficient editor for collaboration of LaTeX people and Word people

Background My supervisor often wants to edit my papers, so he frequently asks for word version of the paper. I tried latex2rtf, but it is very limited in terms of packages and customized commands. ...
3
votes
1answer
230 views

Unable to compile TeXmaker 4.0.2 with MiKTeX 2.9

I just downloaded first MiKTex 2.9 and then TeXmaker 4.0.2. However, I am having a hard time getting it to compile. I always get the info box saying Can't detect the file name followed by the info box ...
1
vote
0answers
90 views

Running BibLatex (Backend=Biber) in Texmaker

I have quite an interesting problem. After backup of my system (Windwos 7 x86) I have troubles running biblatex in general. I solved the problem partially. I have MikTex 2.9 installed and using ...
4
votes
2answers
97 views

How to “jump” brackets in TeXstudio?

In Texmaker when you type the shortcut for \frac, you get something like \frac{*}{*}, but instead of asterisks, you have bullets. When you type something in the first pair of brackets, you can then ...
5
votes
2answers
214 views

TexStudio / TexMaker and Github

I was wondering if anyone has used Github as a version control system, when writing a large document via TexStudio or TexMaker? Rstudio for example has a plugin that allows R projects to be pushed ...
3
votes
1answer
109 views

Unable to generate pdf

I use TeXnicCenter and get the following error window after I try to compile Even TexMaker is unable to create the pdf file. No error is detected in the window below after compilation.
0
votes
1answer
93 views

Automatically created Sub-folder

I've problem for days but I can't find the solution After compiling, the DVI file couldn't opened. a folder named BUILD auto created on the same directory, it contains all the other files like .aux, ...
2
votes
2answers
207 views

Texstudio and Texmaker forward and inverse search

Do these programs support forward and inverse search (with built in PDF viewer or YAP) for files that have a root file which has many chapter files used with \include? I have tried this with no ...
2
votes
0answers
47 views

Split citation into author and year

I have this in my .tex: This study was done by \cite{mogul1997potential} in X and lately proposed to be a present feature in HTTP servers \cite{mogul2002delta}. It generates: This study was ...
2
votes
0answers
54 views

Why does spell check not work if the figure has a label?

In Texmaker, in the caption environment, why does spell check not work if the figure has a label? This is an example I made to show this 'feature': From the first line, we see that the ...
3
votes
1answer
79 views

BibTeX compilation is corrupting myfiles

I am using TexMaker 1.9.9 and managing my references with KbibTeX. I have all the LiveTex package up to date from Debian Stable release. I always use the same template to write assignments: ...
0
votes
0answers
95 views

XeLaTeX hang on Defining document command \newfontfeature with arg. spec. 'mm' on line 118

I am using TexMaker 4.0 on a Windows 7 (64bit) machine, with MiKTeX v2.9, and I am trying to compile this template (with no modifications) with XeLaTeX using the instructions contained in the first ...
3
votes
1answer
99 views

Problems with glossaries in Texmaker?

I'm kind of new to LaTeX and I'm struggling a lot to make a glossary. I'm using Texmaker under Windows, but I'm not very good at programing. I'm using \usepackage[toc]{glossaries} because I read that ...
5
votes
2answers
269 views

Anyone willing to share his/her custom dark theme for TeXstudio?

After perusing LaTeX Editors/IDEs, I've decided to switch from TeXmaker (in which I use the preset "dark theme") to its fork TeXstudio. What I mean by "dark theme" is a dark background with suitable ...
1
vote
3answers
261 views

A LaTeX editor between TexShop and Texmaker for Mac OS?

I was using TexShop for a while due to its simplicity. But recently discovered Texmaker which makes it so much easier to type common functions (auto completion) and double compile before exporting as ...
14
votes
1answer
332 views

Integration of arara in Texmaker

The documentation of arara has a chapter about IDE integration. However the often used editor Texmaker is missing. The installation of the tool itself is well described in the documentation of arara ...
0
votes
0answers
98 views

Problem when running Texmaker on .ins file [closed]

I want to install the subcaption package manually, since I can't find it in the MiKTeX package manager. It's my first time to manually carry out an installation, so I looked it up and found that I ...
0
votes
1answer
117 views

Problem with TexMaker and Sumatra PDF

When I do quick build with Texmaker, it is also trying to open the output file from desktop and giving error loading C:\Users\UserName\Desktop\pdfname.pdf error. But it is also opening original ...
2
votes
1answer
495 views

PdfLaTeX in Texmaker doesn’t work: “Could not start the command”

I have a problem with LaTeX. I have installed MiKTeX 2.9 and Texmaker, and when I try to compile a .tex file in Texmaker, I get the error Could not start the command When I try to build it from the ...
1
vote
0answers
101 views

TeXmaker opening multiple instances of the same file

I'm working with a document I have split into several pieces and gathered them in one "master file". While writing, I switch between the different files using the structure tree or the arrows beside ...
0
votes
1answer
106 views

texmaker 4.0.1 for OS X Pdf Viewer does not work

https://www.dropbox.com/s/6gedrfsgts9d22z/problem.png with "external viewer" it works fine. But there is a problem with the pdf viewer that it shows the text too wide, there is something wrong with ...
0
votes
0answers
97 views

Texmaker no pdf output and no error message [closed]

I just downloaded Texmaker on my office computer and it seems not producing pdf output. I am using the PdfLaTex + View PDF and the internal pdf viewer. When pressing the 'run' button nothing really ...
0
votes
0answers
96 views

biblatex and biber problems [closed]

Okay, so I try to figure out how to use Biber to cite things instead of BibTeX. I'm using the MiKTeX package manager with Texmaker. I've downloaded the biber.exe file, and put it in the folder ...
1
vote
2answers
131 views

French accents not showing correctly in table of contents

I am writing in French and there are many accents. I can see them in the whole document except in the table of contents. When I compile and preview my document in Texmaker, I can see the french ...
1
vote
0answers
76 views

I can't save a tex file [duplicate]

I'm really new to Texmaker but I already know the basics. The problem is that I can't even save my file, so I can't compile it. It says The file could not be saved. Please check if you have write ...
10
votes
1answer
2k views

Impossible to save LaTeX file in Texmaker on Windows

Yesterday, I downloaded the latest version of MiKTeX and Texmaker and started using XeLaTeX. Today, I am no longer able to compile or save any .tex file. When I try to do so, a message pops up: “The ...
1
vote
0answers
213 views

hf-tikz.sty package installation on mountain lion

I want to install LaTeX on Mountain Lion and want to use some highlighting in my text for which I am using hf-tikz.sty package. I installed MacTeX and Texmaker on Mountain Lion but the package hf-tikz ...
0
votes
0answers
217 views

installing texlive to work with texmaker [closed]

So I have followed the instructions on installing texlive from the thread How to install "vanilla" Texlive on Debian or Ubuntu but that didn't work so I started the thread installing vanilla texlive ...
2
votes
1answer
92 views

TeXmaker for plain TeX

Sorry if this has already been asked, but, if there is something similar like this TeXmaker for plain TeX?
2
votes
1answer
196 views

Disable syntax highlighting in Texmaker

Sorry for an obvious one, but I'm using Texmaker as my editor and the syntax highlighting has broken down after adding a tikzpicture and is making it very hard to actually see the content. (Everything ...
2
votes
1answer
59 views

Texmaker Illegal unit of measure

I've got problems with my Texmaker on Windows 7... I changed some text in the document and configured the colors for my listings. Suddenly Latex throws an error by the optional parameter of the ...
2
votes
1answer
66 views

PDFLaTeX produces black boxes after executing Sweave

There is the following code \documentclass[a4paper]{article} \begin{document} hey there <<>>= 1+1 @ \end{document} I saved the example.Rnw in my home directory an ...
0
votes
0answers
238 views

Changing PATH variable on Windows 7 to allows TexMaker to use MikTex [closed]

I have installed TexMaker 3.1 and MikTex 2.9, but I get an error: Error : could not start the command when attempting to QuickBuild even the most basic .tex files, e.g.: \documentclass{article} ...
3
votes
1answer
310 views

Issue with TeXMaker on win7 and beamer [closed]

Not sure if this question is appropriate for this forum... Just wondering if others can confirm this before sending it to the developers. Setup: TeXMaker TeXLive 2012 pdflatex with synctex enabled ...
1
vote
0answers
198 views

Is it possible to reorganize coloring/highlighting priority in Texmaker?

I want to be able to see latex commands in Texmaker while in mathmode, but the settings file does not seem to account for priority via line rearrangement, so I was wondering if there was a way to make ...
1
vote
0answers
129 views

Texmaker user commands: output to log/messages

I'm using several User Commands with texmaker on Mac OS X. My problem is, that some of the commands are just shellscripts, or other programs like texcount that produces output to the STDOUT. Is there ...
0
votes
0answers
32 views

Texmaker when clicking on file the hierarchical file structure goes in the lhs window pane [closed]

I find this very annoying. In programming environments this never happens. Is this particular to Texmaker or is it a bug? Anyone know how to work around this?
0
votes
1answer
92 views

Texmaker cannot load dictionary

In texmaker, though I have configured the dictionary, i cannot still check the spelling, any idea??
2
votes
1answer
220 views

IEEE citation style - bibtex - hyperref - first is citation number is zero

I don't know why but the citations start from 0 in the beamer class. But I don't have that problem with article class Here is the MWE \documentclass{beamer} \usepackage[latin1]{inputenc} ...
0
votes
0answers
21 views

Latex bibiography on Fedora 18 [duplicate]

I'm using texmaker I'm getting a problem, my citations are not being generated in spite of me putting the citations, here is my LaTeX file: \documentclass{article} \begin{document} ...
0
votes
0answers
28 views

image placement using hfill [duplicate]

Is it possible places images at the same horizontal level? \begin{figure}[h] \includegraphics[scale=0.54]{/h.jpg} \caption{Architecture} \label{fig:Architecture}\hfill ...
0
votes
0answers
157 views

Texmaker's preview doesn't seem to work anymore [closed]

I use Texmaker in windows. I have used it for a while now without any problem, but recently the preview doesn't work anymore. When I click the "show PDF" button, it creates a new window that I can see ...

1 2 3 4