Overleaf is an open-source online real-time collaborative LaTeX editor. It is hosted at https://www.overleaf.com/ or can be self-hosted.
Questions tagged [overleaf]
243 questions
1
vote
0 answers
Can I synch OverLeaf with an Enterprise GitHub account (not a regular account)?
I am a university student, and I am provided an enterprise GitHub account from my school. Our research group members use the university-provided enterprise GitHub accounts to maintain the research-related repos.
I would like to sync my OverLeaf…

Ahmad Abuaish
- 31
- 4
1
vote
1 answer
How to make a hyperlink text bold in overleaf resume?
I was trying to add a link to my project but on adding a hyperlink I am unable to make it bold can anyone help please..

YoCode
- 11
- 2
1
vote
0 answers
Fixing too much indentation in overleaf latex
I am having a problem where there is too much indentation in the abstract, tables captions, and figure captions. Does this have anything to do with the compiler? and since \noindent did not work. What is the best way to fix this problem? I could not…

Sam Hall
- 35
- 4
1
vote
1 answer
Changing size and position of momentum arrows in LaTex Feynman diagrams
I am making a Feynman diagram for Compton scattering in LaTeX. There are two diagrams actually. First one is ok. The code is:
\begin{tikzpicture}
\begin{feynman}
\diagram[horizontal=a to b] {
i1 [particle=\(e^{-}\)] --…

Jakov
- 51
- 5
1
vote
1 answer
Inline math rendering limits underneath instead of besides the sum
I'm here because I'm writing a thesis in LaTeX using overleaf and I'm having some troubles with the math inline style, which is not working.
This is what I'm writing:
$p_{nj}^2=\sum\limits_{i\in j}{\left|c_{in}\right|^2}$
and this is what I'm…

chewingram
- 13
- 2
1
vote
1 answer
How to highlight Flutter / DART code segment in Overleaf Latex?
I made a project with Flutter, with Dart language, and I'm trying to write a report on it. I need to copy code segments to the document, however I can't highlight my dart code. The closest I can get is with the java highlight, but it's still not…

ayowhatthedogdoin
- 59
- 6
1
vote
0 answers
Overleaf automatically update png figures
I am working on an overleaf project with involves several figures which are all in .png format. I know how to upload figures into overleaf and how to include them in the text.
However, I have to modify and adjust these plots quite often and it seems…

martinim
- 31
- 3
1
vote
0 answers
How to insert a picture into a table, spanning multiple rows in latex?
I'm trying to create a table in Latex for a risk assessment for a project. Currently I have the table itself, however I want to insert a picture in the empty white space, spanning multiple rows. When we insert the picture at the moment, it however…
1
vote
1 answer
How to decrease header level in Overleaf for table of figures + tables?
I'm trying to figure out how to change my list of figures and tables so it refers to figures and tables on a section level. My document type is article in overleaf.
My current code looks as…

Tossibob
- 31
- 4
1
vote
0 answers
Restart the numbering of the reference labels in the appendix body in overleaf
I have created a supplementary section in my journal manuscript using the following…

George TS
- 11
- 3
1
vote
1 answer
Can anyone tell me how can I remove this side line number and all blue color written from the CVPR paper overleaf template?
can anyone tell me how can I remove these blue line numbers and words? check the screenshot;
How can I remove this?
I have attached link of its template as well;
https://www.overleaf.com/latex/templates/cvpr-2022-author-kit/qbmjsdxryffn

Tariq Hussain Dahri
- 88
- 7
1
vote
1 answer
How to draw a vertical arrow across the rows of the table in latex?
I want to create below table in latex. I have looked into the tikzlibrary but I was unable to find a solution to draw an arrow across a column in latex.
Below is the code for generating the table in latex:
\begin{table*}
\caption{Trend}
…

learner
- 99
- 8
1
vote
1 answer
Latex pgfplots do not show dots in my plot
I am trying to make a plot which meant to be looking like this
I used overleaf as my editing tool
It works when I separate it in a clear file without any other things
But when I combine it with other things in my project, it turned out to look…

377462 Matthew
- 57
- 5
1
vote
0 answers
Bibtex saying empty bibliography when it is not empty
So I am trying to print my bibliography on my LaTex file and am having trouble. The package I am using is
\usepackage[backend=biber, style=alphabetic, sorting=ynt]{biblatex}
\addbibresource{refs.bib}
At the end of my document (still inside the…

Mibbles
- 11
- 2
1
vote
0 answers
Fix spacing on Overleaf with LaTex
I am working on my resume and am using LaTex in Overleaf. I am having issue with spacing everything properly. Here is my LaTex.
%-------------------------
% Resume in Latex
% Author : Sidratul Muntaha Ahmed
% License :…

Brad Bieselin
- 107
- 1
- 11