{texstudio} is about the LaTeX editor TeXstudio, formerly called TexMakerX. It is a fork of another editor called Texmaker, which has its own tag {texmaker}.

learn more… | top users | synonyms

3
votes
2answers
456 views

TeXStudio does not recognize \colon

What is the file to load the command \colon to be recognized (as a known command) by TeXStudio? If I add it to the personal command it works but I guess that this command comes from some package. ps: ...
3
votes
4answers
6k views

Configuring portable TeXstudio to use MiKTeX portable

I have downloaded and installed the portable versions of TeXstudio and MiKTeX for Windows. I assume I now have to map the commands in TeXstudio to the binaries (or the batch files) in MiKTeX. However, ...
2
votes
1answer
2k views

Converted xxx-eps-converted-to.pdf not found

I'm using TeXStudio on Mac OS X 10.7.4. The problem is that the EPS to PDF conversion is somehow broken: \usepackage[pdftex]{graphicx} \graphicspath{{img/}} ...
2
votes
1answer
2k views

TeXStudio doesn't recognize some commands

I'm starting to use TeXStudio. I'm having some issues, for example with \begin{align*} \sqrt[n]{a}^2-\sqrt[n]{ab}&=m\sqrt[n]{a}\\ \end{align*} When i put the point on align* i get a small ...
4
votes
1answer
5k views

Commands paths in TeXstudio on Mac OS X - with 'could not start the command' error

When I am trying to 'quick build' my document in TeXstudio 2.1 on Mac OS X 10.6.8, I am getting and error: could not start the command (with 'quick build' options being LaTeX + DviPdf + PdfViewer). I ...
7
votes
2answers
3k views

Dictionary for TeXstudio: “No dictionary Available”

I have trouble spell checking my document in TeXstudio. When I press spellcheck, I get the error No dictionary Available. Am I supposed to install a dictionary separately? How? Any suggestion?
0
votes
1answer
94 views

Problem in bibliography autocompletion in TeXStudio 2.5.2

This question is the continuation of my previous question in here. I have updated everything according to the instructions given there in the answer of @doctorate. The problem that I have is the ...
5
votes
4answers
1k views

fontspec LuaTeX error

I have installed "ProTeX" with "TeXstudio 2.3" & "Miktex 2.9". I get an error ! The fontspec package requires either XeTeX or LuaTeX to function when I attempt to run \documentclass{article} ...
4
votes
1answer
62 views

How to configure TexStudio editor to use Xindy?

I am using TexStudio editor for LaTeXing, I want to use Xindy engine though for indexing, in the commands of TexStudio, I found there is a default command for texdindy as in the image below. But how ...
4
votes
3answers
362 views

How to invoke latex with the -shell-escape flag in TeXMakerX?

This is a follow-up question on the post: Creating a table around a java script code highlighted using minted where invoking -shell-escape flag in TeXStudio is one of the two questions posted by the ...
4
votes
1answer
3k views

How do I open the internal viewer in a custom Quick Build command with TeXStudio or TeXMaker?

I'm using TeXStudio 2.2 (A fork of TeXMaker, formerly known as TeXMakerX) and I'm trying to make a Quickbuild option that adds in Bibtex. I've written the command line as pdflatex ...
2
votes
1answer
130 views

Cite pop-up in Texstudio doesn't show up anymore

I'm using TeXstudio 2.5.2 together with Jabref 2.9.2 and BibLaTeX. Everything in my document works fine except that when I enter \cite no pop-up with all the bibliography entries shows up. The weird ...
2
votes
1answer
218 views

In TexMakerX, how can I generate only the PDF, with no log, aux or gz files? [duplicate]

Possible Duplicate: Prevent pdflatex from writing a bunch of files. Every time I generate the PDF in TexMakerX 2.1 for Windows, it also generates the log, aux and gz files, in which I have ...
1
vote
1answer
74 views

copy/pastes odd chars from a document written using hangul package

Recently i've been involved in writing document in Korean. I've managed to install the hangul package and write the following statement : \usepackage{hangul} % pretty simple everything was fine ...
1
vote
1answer
1k views

Error: TexStudio “Could not start command”

I just installed TeXstudio 2.5.2 and compiled the following \documentclass{article} \begin{document} \end{document} but I get this error Error: Could not start the command: "/usr/texbin/pdflatex" ...
1
vote
2answers
6k views

Trouble referencing with Bibtex and TeXstudio

All right, this is driving me crazy... I have thesis example template with one reference that I'm trying to compile with TeXstudio on Windows 7. My thesis template looks like this: ...a bunch of ...
0
votes
1answer
89 views

Autocomplete problem in TeXStudio 2.3

I am having problem in autocomplete feature of TeXStudio 2.3 under Windows 7 x64. Most of the times, I don't have the autocomplete of all the commands of the loaded packages as well as the ...
0
votes
1answer
161 views

Author not appearing

I've properly set the reference in the .bib file but still getting author problems: Author undefined for the 'baeza1999modern' on page 1 In my ref.bib, I do have an entry: @book{baeza1999modern, ...