Questions tagged [texmaker]

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

Questions about installing packages, compiling Latex code, etc, in the TexMaker environment.

72 questions
1
vote
1 answer

Natbib texmaker

I am using following test program in texmaker For e.g. \documentclass[english]{article} \usepackage[T1]{fontenc} \usepackage[latin9]{inputenc} \usepackage{graphicx} \usepackage{babel} \usepackage{natbib} \begin{document} …
Sami
  • 3,926
  • 1
  • 29
  • 42
1
vote
1 answer

Texmaker: Is there a way to compile main.tex eventhough some child-texfile is opened in the editor?

The main.tex file in my project is the one to be opened in editor view in order to successfully compile the pdf-document. It has several child-files like e.g. content.tex where I write the actual thesis text. Every time I want to compile the…
1
vote
1 answer

TexMaker displays only squares in open/save windows

I installed TexMaker in Archlinux. I followed the tutorial on TexMaker website, and still have this problem: The open/save windows The TexMaker configuration windown When I open or save a file, the window displays only squares. I don't have this…
Thomas
  • 161
  • 1
  • 2
  • 10
1
vote
2 answers

How to open a tex file in Texmaker from terminal in MacOS?

In Ubuntu I could simply run from the terminal: texmaker file.tex which opened my tex file in Texmaker. In MacOS, the texmaker command is not found, even though I have Texmaker installed. How can I achieve this in MacOS? Is there an equivalent…
kamilazdybal
  • 303
  • 3
  • 9
1
vote
0 answers

Citing in URL in latex

I am trying to write my bachelor's thesis in latex but I'm struggling with the URL in the literature. I use Citavi and converted it to a bib file. However, when inserting in latex, the URL citation doesn't look properly. My prerequisites are:…
Magdalena
  • 11
  • 2
1
vote
1 answer

LaTex - How to get rid of red box?

Is there a way to get rid of the red box which appears in TexMaker immediately after building a PDF and disappears after a second or two. It is very annoying and disturbing to see red rectangles while typing LaTex. I suppose there are some packages…
user8499322
1
vote
1 answer

Error Exporting Live Script to LATEX

For my weekly meetings I like to create a live script to show to my advisor. This week I decided to try and export to LaTeX I started with these equations using the MATLAB's equation editor as I could not do it with the the built in LaTeX…
Durkee
  • 778
  • 6
  • 14
1
vote
1 answer

Power-point 2013 export to latex with pdfcrop

I have a powerpoint presentation with ~ 100 slides. Each slide has a figure. I edit each slide [work on each figure] and then save each slide separately as in pdf format. I crop every pdf separately in adobe acrobat to remove whitespace and some…
mantu pandey
  • 133
  • 5
  • 12
1
vote
2 answers

How to disable numbering in latex?

I am new to latex and I wrote the below tex code on Texmaker editor. What I want to do is to add the "University" section without any numbering preceeding it and to be centered horizontally, because when I run the code I find that the word…
Amrmsmb
  • 1
  • 27
  • 104
  • 226
1
vote
1 answer

Simple program that automatically compiles latex file

I am using a unix based OS and i am at moment trying to make a small bash program that compiles my tex file all the time, such that i don't need to do that every single time.. the It seem to be compiling fine, but it doesn't create any PDF file..…
user2691824
1
vote
0 answers

When I add image in my Latex file with TexMaker in windows, I got an error

when I add image in my Latex file with TexMaker in windows, I got an error. My code is following: \begin{figure}[hbtp] \centering \includegraphics[scale=1]{first1.png} \caption{iamgeTitle} \end{figure} show error: undefined control sequence…
1
vote
0 answers

Automatically and frequently back up current version of specific document

I wrote code to a latex file for several hours without compiling nor manually saving, went for a break, my computer ran out of battery; once it was working again all progress had been lost. I want to avoid this in the future. I have set my latex…
Alexandre Holden Daly
  • 6,944
  • 5
  • 25
  • 36
1
vote
1 answer

Decreasing space before and after figure in latex

How can I decrease the marked spacing after figure in latex ? I am using TexMaker to write.
Md. Arafat Al Mahmud
  • 3,124
  • 5
  • 35
  • 66
1
vote
1 answer

Default apt-get language change

My default language in Linux is…
pistal
  • 2,310
  • 13
  • 41
  • 65
0
votes
0 answers

! LaTeX Error: Illegal character in array arg. appeared while executing the .tex code for Table

When I tried to run tex code to generate table, I encountered the error stating that ! LaTeX Error: Illegal character in array arg. And The code goes like this. How can I fix this error? %Table \begin{table} \caption{Drag Breakdown - Component…