Questions tagged [texstudio]
35 questions
10
votes
2 answers
Use vim shortcuts in TeXstudio
I'm using TeXstudio to edit my *.tex files. Is there any way to add vim shortcuts to TeXstudio?

HosseinBeheshti
- 125
- 2
- 10
8
votes
1 answer
Block selection or multiple cursors in Texstudio?
The website of Texstudio advertises block selection or multiple cursor functionality, but I could not figure out which key combination to use for this feature reading their horribly cryptic user-manual.
I am familiar with how text selection with…

Nanashi No Gombe
- 510
- 1
- 6
- 19
2
votes
1 answer
Strange behavior of + and + in TexStudio editor
I am using TeXstudio 3.0.1, Qt 5.12.1, under Windows 10.
Assume I have a tex file with schematic contents like this
...
text text text
\begin{equation}
\label{eqn:1}
\left( x \right) = 2 \left[ u^{-1} \log{u} \right]^{2/3} % <--- point 1
…

sancho.s ReinstateMonicaCellio
- 14,708
- 20
- 93
- 185
1
vote
0 answers
Unrecognised command in TexStudio
I have just decided to move from Overleaf to Texstudio with the MikTex distribution on Windows 11. I seem to have installed everything correctly although I am getting an annoying issue. When I was working in Overleaf I would create a package called…

RickarySanchez
- 13
- 3
1
vote
0 answers
How to resolve this Beamer error in TexStudio?
I have imported in TeXStudio a document that compile correctly on Overleaf.
But I got this error :
! Emergency stop.
\pgfsys@defineimage ...astform }\else {\pdfximage
\pgf@imageheight…

boubou
- 11
- 2
1
vote
1 answer
TeXstudio macro script : how to move the cursor to specified position?
For example, I want to write the following macro in script in TeXstudio(using QtScript):
%SCRIPT
editor.write("\\textcolor{red}{}")
After invoking this macro, I want the cursor to move into the second pair of curly braces automatically. How can…

Deler
- 61
- 5
1
vote
0 answers
how to make latexmk the default compiler in texstudio?
i recently started to compile my documents in texstudio, and there was an issue adding the literature. i found out that latexmk works best with literature to compile them. so, in order to make latexmk works, a perl script must be imported, i…

sphero
- 37
- 9
1
vote
0 answers
TeXStudio suddenly compiles a file?
I was working with TexStudio on some document ,and at one moment I see in Messages:
Process started: pdflatex.exe -interaction =nonstopmode -ini "&pdflatex hoXIqxR \dump"
Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode…

Cahir7
- 13
- 4
1
vote
1 answer
Intermittent reference (bibliography) in Latex
I have TexStudio and MikTex to edit Latex files on my PC versions 4.0.3 and 4.4, respectively. However, my bibfiles references work in an randomly way: sometimes they're recognized, in others, they are not.
Minimal Reproducible…

Cláudio Almeida
- 21
- 3
1
vote
0 answers
Errors on memoir.cls after updating TexStudio and MikTex
I have TexStudio and MikTex to edit Latex files on my PC. After updating both of them to the versions 4.0.3 and 4.4, respectively, the compilation started to show a lot of errors on the memoir.cls file:
When I try to compile a simpler file that…

Cláudio Almeida
- 21
- 3
1
vote
1 answer
Merge multiple chapters into one thesis document
I am fairly new to Latex.
I have written my thesis in Latex. I have 6 chapters and have made individual stand-alone files for each chapter. The main \thesis folder has a total pf 8 folders containing chapters 1 to 6, bibliography and…

sck
- 65
- 7
0
votes
1 answer
Tex error: Misplaced \omit. Misplaced span
I am still new to LaTex, and I am creating a big table and try to fit it into one page.
Here is my part of the Tex, and I keep received error messages like the image attached.
Could you please kindly help me what has gone wrong and how would I…

Susie Qin
- 1
- 1
0
votes
1 answer
Inserting a SVG into a LaTeX document
I would like to add a logo into my Latex document. Since using \includesvg did not work for me (I am using ubuntu and I have installed incscape) I resorted to manually converting the svg file into a pdf file.
But when I wanted to include this file…

tomle
- 13
- 4
0
votes
0 answers
Shortcut to a Number on Keyboard, but not Numpad
I'd like to have this effect:
When I press the button "6" on Keyboard my macro puts "^"
When I press the button "6" on Numpad I type "6"
Is it possible to achieve this effect in TexStudio?
I've tried to type 6 for command shortcut, but then I lost…

Robai
- 197
- 9
0
votes
0 answers
Why am I getting a "=" symbol at the pdf table of contents
If you notice, I get a the equal symbol before every reference the document have in the pdf.
Unable to find if this is of some optional setting which I should do!
And the below is my preamble and some part of the document.
% In the preamble:
%…

V B
- 75
- 5