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
1 answer
Copied project on overleaf does not display font awsome icons anymore
I copied an existing project on overleaf but it doesn't display the icons, instead shows the code, for example, the main project is:
but the copied project is for LinkedIn icon:
here is a minimal reproducible…

ShirinJZ
- 107
- 2
- 16
1
vote
1 answer
Year of publication not appearing in the list of references at the end of a compiled LaTeX document using bibliographystyle{naturemag}
I'm new to LaTex, so I am using overleaf to create my citations. My bibliographystyle is naturemag.
My references are not including the year of publication in the reference list.
Here is an example of the output I am seeing.
Cite these [1,…

Jacob White
- 27
- 3
1
vote
1 answer
Translate section title in Latex Overleaf
How I can only translate one section title(abstract) in english in a german document?
\documentclass{article}
% \usepackage[utf8]{inputenc} is no longer required (since 2018)
%Set the font (output)…

srky
- 350
- 2
- 4
- 12
1
vote
1 answer
Plot becomes distorted when uploading to latex using epslatex in gnuplot
I wrote the code for a plot in gnuplot and set the output using epslatex terminal as follows:
set term epslatex color
set output "test.tex"
set multiplot layout 2,3 columnsfirst margins 0.1,0.9,0.1,0.9 spacing 0.07,0.0
unset key
set format x "…

D.K.
- 15
- 3
1
vote
1 answer
Using multirow and multicoloum in Table in Overleaf
I am trying to make a table where the first column is multiple columns (2 columns) and also multiple rows (2 rows). The error is on the first column (Aspects). How to make it…

MK Huda
- 605
- 1
- 6
- 16
1
vote
1 answer
How to change the font size of my Latex document
I found this latex template that has no font-size attribute, but the writing is just too small to be read.
Hope you can help me figuring out how to change the font size, the template has a file called arxiv.sty that…

Iheb Mar
- 94
- 9
1
vote
1 answer
Weird diagrams using chains within tikz
I am trying to replicate some diagrams that I made using Microsoft Visio, using the tikz package in LaTeX. The basic diagrams are relatively easy to build, but when it comes to add more than two nodes next to each other, it gets quite tricky... I…

Miguel Santana
- 247
- 5
- 14
1
vote
1 answer
Overleaf doesn't insert picture and shows empty rectangle
This is the code snippet. The image is in the same location as the main .tex file and all I get is a rectangle with the name of the image.
\begin{figure}[htp]
\centering
\includegraphics[width=4cm]{B7oiUtYdkK-rb-case-3.png}
…

Catalin Branoiu
- 11
- 2
1
vote
2 answers
Figures all over the show in latex in overleaf
I am having issues with a report I am writing. First time using latex and after getting some help on here regarding some tables weirdness I again have a silly frustrating issue. Figures don't stay where I put them. I made a MWE Posted…

Thegasman2000
- 95
- 3
- 10
1
vote
1 answer
"Missing $ inserted", even though I am using \begin{equation}
Here is my code in Overleaf:
\begin{equation}
\left(\begin{tabular}{l}\sum\limits_{i=0}^n\bigg |\sum\limits_{j=0}^ip_{j}-q_{j}\bigg | \geq \bigg | \sum\limits_{i=0}^n\sum\limits_{j=0}^ip_{j}-q_{j}\bigg | = \bigg |…

Jason K.
- 17
- 3
1
vote
0 answers
Cross referencing between two sub .tex files in latex
I am using overleaf. I have two .tex files like table.tex and results.tex. Please note that none of them are main.tex. So all my preamble are in main.tex file. Now, I would like to refer to a table in my results.tex file and the table is written in…

Samiur Rahman
- 63
- 1
- 6
1
vote
1 answer
How to put many subfigures side by side in latex to fit a two pages?
I want to create 10 subgraphs side by side in latex overleaf. So, I want to put each two subgraphs beside each other with appropriate size (I need to keep the size without decreasing the size). Already I did that, but the problem is that the last…

matrix
- 17
- 2
- 8
1
vote
0 answers
Is it possible for Chapter One to be on page 1 immediately after toc?
I am typing a book on Overleaf. I used \frontmatter and \mainmatter commands to influence page numbering however the final page of TOC ends up on page 1 making the first Chapter start on page 2. Additionally, even though, Chapter One is on page 2,…

Felix Luck
- 11
- 2
1
vote
0 answers
Table size increasing in Latex
How Can I increase the entire size of this table to take large height and width in latex
there is the code
\begin{table}[htb]
\centering
\caption{Recognition rate $\pm$ Standad deviation $\%$ of RFME and SGRFME over 20 splits of…

userfh
- 57
- 1
- 1
- 9
1
vote
1 answer
Put full page width image at bottom of page in Overleaf
I have an Invoice template I want to fill. As part of an Invoice where I live we put a payment slip in the footer of the last page of that Invoice. I have generated a paymentslip in png format. It is about the size of an a4 paper and I want to put…

Toasterson
- 115
- 1
- 2
- 11