Questions tagged [overleaf]

Overleaf is an open-source online real-time collaborative LaTeX editor. It is hosted at https://www.overleaf.com/ or can be self-hosted.

243 questions
-1
votes
1 answer

Overleaf: How do I add another row in my table?

I have a longtable and I would like that both the first part and the second part of the table are identical. As you can see in the figure, on the first page you have a row "test (total) | test | test | test |Stest | test" . I would also like to see…
majapo
  • 1
  • 1
-1
votes
1 answer

Overleaf: Picture Formatting

I want to fit my image in the Overleaf but the output result is not as expected. The overleaf code i used is as: \begin{figure}[htb] \includegraphics[width=\textwidth,height=\textheight,keepaspectratio]{Fig2.png} \label{Fig1} …
-1
votes
1 answer

problem in not showing the statement after arrow inside if else statement

I have written an algorithm in latex like the following. \usepackage{algorithm} \usepackage{algpseudocode} \begin{algorithm} \caption{My algorithm}\label{euclid} ... \State $\vec{cle} \gets $\text{Mean($o1,o2$)} …
MinaMRM
  • 343
  • 4
  • 16
-1
votes
1 answer

References in Latex overleaf starts from 13

I am using overleaf for editing my documents in Latex. However, the citation starts with 13 not from 1 . How to fix this ?
Hana
  • 101
  • 5
-1
votes
1 answer

How to avoid words escape a table in latex

Good day. I have been trying to properly align the table below in latex but, it results in the words escaping the table: \begin{table}[!htbp] % ! \centering \caption{Input…
teddiclax
  • 35
  • 4
-1
votes
1 answer

Latex doesn't create bibliography anymore, also citations aren't displayed correctly

I am working on an article in LaTeX in Overleaf. About an hour ago everything worked just fine, but now it seems that neither the bibliography at the end is created, nor do citations work - instead it just shows the reference to the citation in the…
peeaace
  • 1
  • 3
-1
votes
1 answer

I am builiding my resume on Overleaf.com platform. I am encountering a problem that there is a "4" at the end of the line. I am unable to remove it

The below provided is the complete latex code. %------------------------- % Resume in Latex % Author : Jake Gutierrez % Based off of: https://github.com/sb2nov/resume % License :…
-1
votes
1 answer

Overleaf/Latex. How do I add APA 6th edition citation style?

[EDIT] I am having issues changing the citation style to my document. I am currently working with this preamble. There are a lot of packages, but I need them to organise the entire file. The current code works ok, but the citation style is not…
Flor
  • 1
  • 1
-1
votes
1 answer

How to reduce vertical space between two rSubsection in Latex

I am trying to create my resume in overleaf/latex but I am not able to reduce the space between two rSubsection inside my rSection. I am using overleaf.com to do it. Please find the code below \begin{rSection}{Education} \begin{rSubsection}{Netaji…
Mayank Kumar Thakur
  • 588
  • 1
  • 8
  • 23
-1
votes
1 answer

How to line break long equation in overleaf keeping both lines left sided, and keeping font-size as well?

My tries: 1st example: I didn't find how to fix the problem with th font size using \begin{array}. Code: \begin{equation} \begin{array}{l} \frac{\partial \rho}{\partial t}=-R_{z} \cos \delta_{E} \frac{\partial \delta_{E}}{\partial…
Roman
  • 3
  • 3
-1
votes
1 answer

Package listings error: numbers true unknown

Im getting a warning, as in tittle. Because of that (I think so) I cant see specified bacground colors and so on. Below I paste the source code. The error tells that it do not recognize the "true - how can I fix…
-1
votes
1 answer

How to write equation using latex

I am working on article writing and that's the first time that I use Latex. How to write complex equations contain cosine with latex.
userfh
  • 57
  • 1
  • 1
  • 9
-1
votes
1 answer

Overleaf Link to project appears in the file

I have stumbled across an error in my Latex File. Currently I have a link on every page which leads to the directory of my Latex project. I haven't set this link though and I want it to disappear. It is also visible when I download the PDF.
-1
votes
1 answer

Tex to Word Pipeline With Reference File

I would like to convert my overleaf template to a word document for my collaborators to edit directly outside of Overleaf. I am aware of Pandoc to convert the text file to word pandoc -o Test.docx Test.tex However, my tex document uses references…
Cody Glickman
  • 514
  • 1
  • 8
  • 30
-2
votes
0 answers

Question marks in overleaf

I am unsure how to describe this problem but in a overleaf document that I am working on as a team, there is a section of the document that is commented out and is generating ???s in the comment. Even when I am not typing on the document and nobody…
1 2 3
16
17