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
AutoFit Table in Overleaf
I am new to Overleaf and I want to know how can I fit content of table with AutoWidth on so that it will adjust according to format of page.
% Please add the following required packages to your document preamble:
%…

user14806829
- 93
- 9
0
votes
0 answers
Overleaf : File `emoji.sty' not found
I'm trying to add the emoji package in my project, and I can't import it. It returns "Error: File `emoji.sty' not found. The compiler cannot find the file you want to include. Make sure that you have uploaded the file and specified the file location…

Giannhs Ker
- 97
- 1
- 8
0
votes
0 answers
Can latex automatically update date on each section whenever I write in that section? Trying to use overleaf as a collaborative work journal
Me and my team is using overleaf to keep track of our work progress. Basically I send queries and whoever has solution posts on overleaf as a sub section. I want all of this back and forth queries and solutions sections to have the date when they…

newprogrammer
- 21
- 1
- 1
- 2
0
votes
1 answer
Mutli-row mutli-column matrix in overleaf
I'm very new to Overleaf\LateX and coding in general - I'm struggling quite a bit with the tables.
I managed to do this table but I want to include a sort of footer in the table. Initially the table looks like this.
But when I use multi-column to…

patta83
- 1
- 1
0
votes
0 answers
How to make create Nomenclature List for SETA journal?
I am trying to figure out the exact format of creating a nomenclature list like the one shown in the picture below:
Here is a sample code I've been trying to tweak to meet the…

teddiclax
- 35
- 4
0
votes
0 answers
Latex sets Spacing/Padding after some figures/listings
I am pretty new to Latex. I am confused because before and after some of my figures appears some vertical space which I didn't include.
\subsection{xy}
\begin{figure}[H]
\begin{center}
\hspace*{-0.3cm}
…
0
votes
0 answers
How to force caption title on the left on Latex
I made a table*, but the caption title is not at left as I desire.
Does anyone know how to place it at left?
Below is the image:
Below is the code:
I placed the entire code below including the packages for more details.
I'm using overleaf to run…

Wil
- 1
- 1
0
votes
1 answer
first word not visible when compiling citation in overleaf
im citing a website link in overleaf. however full name is not visible in compiling. instead of getting (Department of Agriculture and Farmers Welfare, 2022) I'm getting (of Agriculture and Farmers Welfare, 2022).
citation: @misc{rainfed,
author…

CovetTachi
- 71
- 7
0
votes
0 answers
How can I set the background color of all cells in a table to red in LaTeX?
I'm trying to create a table in LaTeX where I want all cells to have a red background color. Here's an example of the table structure:
\begin{tabular}{|l|l|l|}
\hline
\multirow{3}{*}{\textbf{RM - Realización de la memoria}} & \textbf{Primer…
0
votes
1 answer
Overleaf LaTeX: Double quotes showing as End Quotes in Latex when using listings package
Hey Stack Overflow Community,
I am getting the following issue with the following code in LaTeX:
\begin{lstlisting}[language=Python]
for file in files:
print(file) #Printing the file helped us know visually what was being run
temp =…

Sid Meka
- 9
- 2
0
votes
2 answers
Overleaf: How to have several images in one page, like a collage, with figure caption in between?
For my thesis I want to show some pictures, like this:
Image collage on A4
What is the best way to code this in overleaf?
So far I was able to get the pictures somewhat in the places I wanted them with the following code. However, I don't know how…

Sofie
- 3
- 2
0
votes
0 answers
'pdflatex -shell-escape -halt-on-error -interaction=batchmode -jobname "tikz/output-figure0" [...] did NOT result in a usable output file
Cannot include Tikz Externalize in existing large Overleaf project
Hi community,
Since I cannot compile my paper with out a timeout anymore due to the large amount of tikz plots (and data for these plots) I want to use tikz externalize. I followed…

Mav
- 11
0
votes
0 answers
Latex and Overleaf; Two column text, Vertical Blank space and Overfull Text Box
As I can't find an appropriate solution I wanted to look for help here.
In the following picture is an example of my problem (I just changed the text for an sample). Throughout the whole document is a two column layout. In between the text are…

nils.bo
- 1
0
votes
0 answers
How to import Chinese font SimSun on overleaf?
I am trying to use Chinese font simsun on the overleaf. but it gave me an error.
Firstly, I tried this solution, but it is not working.
\setCJKfamilyfont{zhsong}[AutoFakeBold = {4.27}]{SimSun}
\renewcommand*{\songti}{\CJKfamily{zhsong}}
I also use…

Sakib Rahman
- 333
- 2
- 13
0
votes
0 answers
Error Missing \endcsname inserted in algpseudocode package LaTex
i'm trying to write algorithm with algpseudocode package in LaTex end got error
"Missing \endcsname inserted". What's wrong with my code..?
When i compile it, it compiled well and looks good in the paper, but still error in the code.
Here are the…