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
9
votes
3 answers
Unable to show the glossary with \printglossary in latex
I was given a Latex project as template and I decided to add a glossary on it, however, \printglossary is not working. I can add and use different entries so I guess that the glossary creation is not the problem.
I am using Overleaf and if I try a…

anmarlea
- 370
- 1
- 3
- 11
6
votes
1 answer
Remove chapter margin in LaTeX
I've a big problem with LaTeX, because I can't delete margin before new chapter
I've tried everything but I am rather new and I didn't manage. My…

bartosz325
- 61
- 2
- 7
5
votes
1 answer
Is there a way to resolve repeated server error problem in LaTex (Overleaf)?
I ran into this error while trying to compile my overleaf latex;
"Server Error Sorry, something went wrong and your project could not be compiled. Please try again in a few moments".
Your response will be helpful. Thanks

Grace U. Nneji
- 331
- 5
- 8
5
votes
0 answers
How to upload an artifact (a pdf file associated to a tex file) in GitHub Action to an external repository in GitHub
My ultimate goal is the following: given a pull of a TeX file (for example by Overleaf) in some repository of GitHub, I would like to automatically overwrite the associated PDF file in the repository of my GitHub Page (i.e. under…

P. Usada
- 151
- 3
5
votes
1 answer
Interactive Checkbox in Latex
Does anyone know how to do an interactive checkbox in LaTeX that can be crossed when it is clicked? Right now I can get it to work with with a checkbox that glows red when checked like this:
with
\usepackage{hyperref}
\begin{document}
…

Andrew
- 1,238
- 3
- 13
- 28
5
votes
2 answers
Change prefix Figure 1 to Fig. S1. in latex
I want to ask, How can I change prefix in the caption from Figure 1 into Fig. S1. in latex?. Thank you

Ericka Huang
- 73
- 1
- 1
- 3
5
votes
3 answers
Overleaf API - How to programmatically upload an image?
I use overleaf to edit latex documents. The overleaf platform has a feature to upload an image file, which can then be referenced and included in the latex document.
I'm able to manually upload images into the overleaf platform, and use/reference…

s2t2
- 2,462
- 5
- 37
- 47
4
votes
1 answer
4
votes
1 answer
How to fit a table to the width of the page?
Im trying to create a latex table using overleaf. How can I fit this table to be shown on one page? Attached is a picture that shows how my table is currently looking…

Audun Przytula Fjeldberg
- 43
- 1
- 1
- 6
4
votes
1 answer
LaTeX Error: Option clash for package hyperref
\documentclass[11pt,a4paper,sans]{moderncv}
\moderncvstyle{banking}
\moderncvcolor{blue}
\usepackage[utf8]{inputenc}
\usepackage[scale=0.75]{geometry}
\usepackage{graphicx}
\usepackage{float}
\usepackage{import}
% links…

emoleumassi
- 4,881
- 13
- 67
- 93
4
votes
2 answers
How Can I split the same block into 2 column inside it? Tikzposter
Hi all I would like to split the block in 2 column, in 1 placing an Image and in other the written part. Thank in…

Not_Anonymous
- 93
- 9
4
votes
1 answer
Bibliography is not showing up in Overleaf
I am using this template in my overleaf Report:
https://www.overleaf.com/project/60c75f5e234ec24080f0ea6a
If link is not accesible here is the code:
\documentclass [11pt]{article}
\title{Fuel Cell Technology\\\medskip An Annotated…

MAC
- 1,345
- 2
- 30
- 60
4
votes
2 answers
Insert Google Scholar icon via Overleaf
I want to insert the Google Scholar icon in my CV using Overleaf.com. The way I coded as follow:
\usepackage{academicons}
...
\makefield{\aiGoogleScholar}{\url{https://scholar.google.com.tw/myscholarexample}}
However, it did not work.
Could…

hhle88
- 53
- 1
- 4
4
votes
1 answer
Can I add additional R packages to Overleaf?
Is there any way to add packages that knitr doesn't know? I use knitr in Overleaf, and I need to use packages "pacma", "nonlinearTseries" and "RHRV". But when I tried to install them it didn't work.
I tried do add them with library function but it…

Silvia Svihlova
- 43
- 3
3
votes
0 answers
How to add vertical space between subfigure in latex/overleaf
My figures layout is as follows
\begin{figure*}
\centering
\begin{subfigure}{0.45\linewidth}
\centering
\includegraphics[width=5cm, height=5cm]{m1.png}
\caption{M1:Correlation graph.}
\label{fig:m1}
…

Ram
- 121
- 1
- 6