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
3
votes
2 answers

How to highlight an inline code snippet in latex?

I would like to hightlight a piece of code in the middle of a body of text. I would like it to appear similar to the inline heightlight in markdown. I want it to look like this: tensorflow.keras.optimizers
3
votes
0 answers

Overleaf GitHub Synchronization limit on file size

I want to sync my GitHub repo, which contains Python code, data, and LaTeX source files into Overleaf. The Overleaf GitHub integration works very well until you have a single file in your GitHub repo that exceeds 50MB. If you do have such a large…
Federico
  • 612
  • 7
  • 7
3
votes
1 answer

How can I make the verticle line in the table without any gaps?

The verticle line in the third column has 2 gaps. How do I do I make it look full? Here's the code: \begin{table}[H] \centering \caption{Enzymatic cocktails and the respective tested concentrations in \%(v/v) used in Combined…
3
votes
2 answers

*** (job aborted, no legal \end found) error in LaTex

I'm having an issue with LaTex. I'm using Overleaf to ellaborate my thesis document, and when I try to compile it, I get this error: <*> Preambulo.tex *** (job aborted, no legal \end found) I've seen other questions related to…
HRDSL
  • 711
  • 1
  • 5
  • 22
2
votes
1 answer

Underscore inside csv file, is not printed when importing the file in LaTeX (Overleaf)

I am building a table in LaTeX, the csv contains the following: Problem Instance,Best…
2
votes
1 answer

Updating overleaf project using git

I have an overleaf project that I am working on. I have cloned it to my local computer using git clone. To this, I have added few image files to be used in the project and I want to upload it back to the overleaf server. I have done the following…
rnp
  • 55
  • 7
2
votes
1 answer

Biblatex in Overleaf does not show citations nor bibliography

I am working with biblatex in overleaf and here is a minimal (not) working version of what I…
Keks
  • 37
  • 8
2
votes
1 answer

how to make subfigures to have same width and height in latex

Hello I have 7 figures in latex. I want to make all those figures to have the same width and height, Here is what I have tried till now. However as you can see in the result, the figures have not the same height and width. I appreciate if anyone can…
MinaMRM
  • 343
  • 4
  • 16
2
votes
1 answer

Latex using OverLeaf inserting image inserts only an empty rectangle with its path

I have tried both including the path before declaring the beginning of the document and when importing the image. Both times I get the same problem. The image appears as a blank rectangle and I get an error saying that the file has not been found…
2
votes
1 answer

Vertical and horizontal cell centering in LaTex table

I am making a LaTex table and have trouble centering text (and images) inside cells themselves. The table as a whole is centered on the page, but what I want is that text and images in every cell are centered both vertically and horizontally. This…
Jakov
  • 51
  • 5
2
votes
1 answer

Overleaf Appendix Table Numbering

I am using overleaf to write a journal article and want to move a lot of my results table to the Appendix. So I write the following…
Lorien
  • 23
  • 1
  • 4
2
votes
0 answers

How to use a custom git command in vscode

Is there a way to customize vscodes git commands? Ideally I'd like to be able to use something like: git push overleaf main:master and git pull overleaf master:main using vscode -- as well as have the automatic fetching. I haven't been able to…
juan
  • 31
  • 3
2
votes
1 answer

Changing navigation bar's color in a latex beamer with Frankfurt theme

I would like to change the color of the black navigation bar, which is at the top of the slide. Here is a picture :
armandfavrot
  • 169
  • 9
2
votes
1 answer

Change section text size in latex

Is it possible to set text size of sections to a particular value, say 11pt? \documentclass{article} \usepackage[utf8]{inputenc} \begin{document} \section{Introduction} Bla Bla \section{Thank} Bla Bla \end{document} Here I want to set…
dev
  • 47
  • 6
2
votes
1 answer

How to remove middle horizontal line in a table in Overleaf

I have a table in Overleaf. I want to remove the horizontal line (crossing the number 0.3). I know I can use \cline{} command to remove some horizontal lines, but I do not know how to use the combination of…
MK Huda
  • 605
  • 1
  • 6
  • 16
1
2
3
16 17