Questions tagged [texstudio]

35 questions
0
votes
1 answer

TeXstudio locale issues with LuaLaTeX

I am having trouble running lualatex from TeXstudio, seemingly due to issues with some locale settings. My environment is a pretty stock Fedora 37 with a local TeXLive installation (using the TeXLive installer instead of distribution…
Thargon
  • 424
  • 1
  • 3
  • 12
0
votes
0 answers

How to exit block selection mode in Texstudio via keyboard?

Referring to the Texstudio user manual section 2.7.1 Manipulating tables there is the shortcut Ctrl+Alt+Shift to enter block selection mode. Is there a way to exit that block selection mode (i.e. go back to only one cursor), using only the…
x51mon
  • 1
  • 2
0
votes
1 answer

Error with latex when using the package babel option with TexStudio

I am writing the following code in TeXstudio: % !TeX encoding = UTF-8 % !TeX spellcheck = en_US \documentclass{report} % Este pacote abaixo é relacionado à acentuação. \usepackage[utf8]{inputenc} \usepackage[brazil]{babel} \begin{document} …
0
votes
1 answer

MikTex installation stops showing a list of options

I had to change my computer with WIn10, where I had TexStudio+MikTex. On the new computer which still uses Win10 I am reinstalling MikTex and TexStudio, but MikTex installer (basic-miktex-22.7-x64.exe) stops showing a list of options "Usage:…
0
votes
0 answers

The code comes out of the chunk in knitr texstudio

I use knitr in texstudio to include my R script into my document, but the problem is my code comes out of the color chunk background This is my code…
0
votes
0 answers

Highlight text winthin an LaTeX environment

I'm currently writing a big report. In order to classify what tasks remain to do, I would like to highlight not reviewed parts of the report (like green for "Grammar check", red for "Need reformulation"...) To do so, I need like to highlight large…
graille
  • 1,131
  • 2
  • 14
  • 33
0
votes
0 answers

How to solve the latex error in TexStudio 4.2.2?

I am using simple template on texstudio 4.2.2 The template is simple and no errors in syntax and everything. But I receive following error message while I try to debug & run. Error: Could not start the command: pdflatex.exe -synctex=1…
0
votes
1 answer

TexStudio can't find pygmentize in Pop!_os

I'm using Texstudio 21.2.2022 and i can´t use minted package I have installed pygments with pip install Pygments and the terminal says Requirement already satisfied: Pygments in /usr/lib/python3/dist-packages (2.7.1) and put -shell-escape in the…
0
votes
0 answers

How to create a texstudio-user command that executes a CMD file by calling its absolute path that has spaces and passes arguments to it?

I have a *.cmd to be called by texstudio to which I pass two arguemtns: tex file name (%) and the engine (lualatex) In texstudio, when I try to execute the cmd file by defining the user command by cmd.exe /C "C:\Users\Diaa\Desktop\New…
Diaa
  • 135
  • 1
  • 10
0
votes
1 answer

Find a regex generic string and replace it with the same string enclosed in parenthesis - Latex and TeXStudio

I have made my BIB file and I am compiling my project using BIBTEX on TeXStudio. In my particular case, I get an error when the reference entry has the month in the following format: month = jan, It should be month = {jan}, I tried searching using…
0
votes
0 answers

TexStudio - my citations show up with weird characters

When I try to cite a reference with \cite all my references is shown with weird characters. I am using the latest release of TexStudio 4.0.1.
happygoat
  • 791
  • 2
  • 7
  • 17
0
votes
1 answer

why @ ( a round) is not displayed in LaTeX lstlisting

\documentclass[a4paper,12pt,oneside]{report}…
MiRAY
  • 188
  • 2
  • 15
0
votes
1 answer

Texstudio 2.10.8 embedded viewer does not show up after Build&view F5

All of a sudden my viewer would not pop up anymore whithout me changing anything in any options. F7 view and ctrl+leftmouse work alright but when I re-build, the viewer wouldn't scroll to the current editing position. I reinstalled but it seems that…
0
votes
0 answers

Latex - Nomenclature for a thesis when you have multiple chapters

I am writing my PhD thesis, and I have multiple chapters where I compile a list of tables, figures and references. However, I struggle to put my "List of Symbols", as I need to call them from multiple chapters. Their order is not very important at…
gungordu
  • 1
  • 1
0
votes
1 answer

Inputenc error with bibliography: unicode character (U+009D)

I am trying to compile a "book" document with its bibliography, but each time I compile it with TeXstudio I get the same error: "Package inputenc Error: Unicode character (U+009D) (inputenc) not set up for use with LaTeX". My bibliography is…