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

When I import a PDF file inside Overleaf the math mode characters turns "bold" (shadow)

I used the website diagrams.net to create a figure with some mathematical expressions. Of course, I can export it how PNG and import it to my Overleaf, but I want to retain the vectorization of the expressions. Because of that, I am trying to import…
Yafrag
  • 21
  • 2
2
votes
1 answer

Error in using \cite and \bibliography in Overleaf

Today Overleaf behaving weird and I am not getting what's wrong in citation and references. I tried a very simple one line code, but getting error. Please let me know what's wrong in my .tex and .bib…
2
votes
1 answer

How can reduce the vertical space between 2 block on a tikzposter?

Hi all I would like to reduce the vertical space between block similarly to how its done to make the two column closer in the code…
2
votes
1 answer

how to add sub figure on MNRAS LATEX paper?

I have been trying to add subfigure captions on my document but couldnot find any. kindly help i am attaching an result i am getting need to add caption without changing the figure number. This is a MNRAS paper using double coulmn…
bhaskar
  • 51
  • 5
2
votes
1 answer

Spacing between label and sectiontitle

I would like to change the spacing between the label and the section title. Right now I'm using titlesec with scrartcl, but there are warnings. I guess it is because titlesec has some problems with KOMA-script. So I would like to create the same by…
Jannis
  • 23
  • 4
2
votes
1 answer

How to adjust a logo on my latex cv header

I am making this cv in latex using an altacv template. I want to add this logo to the top right of the document in the same line as my name but I can't figure out how to do that. The pdf currently looks like this: and this is the code for this…
Osama Younus
  • 115
  • 1
  • 8
2
votes
2 answers

Algorithm left margin and Comment Customizing

I'm trying to save space, reduce both margins of the algorithm in 1, and add a comment after the "do" in line 1 (see the problem in red). All my tentatives failed. I only could place the comment between the "SemCompositeIndex" and the "do." Its…
Ana Souza
  • 65
  • 1
  • 7
1
vote
2 answers

How to number items and write below them without indentation in Latex

I have a question that maybe it's simple but I can't do by myself. I want to enumerate items (I'm doing with \begin{enumerate}) but also, want to write paragraphs below each \item. Something like this: The methods are: 1. Classic The best for…
sigma5563
  • 25
  • 4
1
vote
0 answers

Overleaf get content of shared public project

I have this sample public read-only project which I want to curl/wget to get its content. However, wget and curl results contain message Cannot grant access; contact the project owner for help. Is there any way or program to get html (or, more…
llesha
  • 423
  • 1
  • 15
1
vote
1 answer

Using \@author Latex messes up figure captions

I am using the \@author command from the authblk package on Overleaf to list chapter authors per chapter without creating a new title page every time (example below). This works, but as soon as I include the \@author command, all figure captions in…
Koalabear
  • 110
  • 1
  • 6
1
vote
1 answer

How can I add new language support in the Overleaf LaTeX editor?

I'm trying to add Georgian text support in Overleaf LaTeX editor but it shows me empty space where the Georgian text is supposed to be. How Georgian text looks: ეს არის ქართული ტექსტი. I tried adding \usepackage[georgian]{babel} in background.tex…
dsha256
  • 230
  • 1
  • 7
1
vote
1 answer

How to make LaTex table vertical row headers fit?

For reference, this is what I am trying to achieve: This is what my current table looks like: This is the problem I am trying to solve (making the class names longer breaks the table): Here are the the required packages to reproduce the…
1
vote
0 answers

How I can solve this problem I have update the SVG function?

See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.768 \FamilyProcessOptions{SVG} …
Hassan
  • 11
  • 1
1
vote
0 answers

Overleaf math writing shorthands

I was using a platform called "Obsidian" to take notes and I downloaded a plugin called "Quick maths" where you could write something like this: $$ al:\alpha; be:\beta; ga:\gamma; $$ and if you were working on a .tex using math or equation…
3DN4C
  • 11
  • 2
1
vote
1 answer

Adding a list of acronyms to front matter file from separate file?

I've been fighting with this for too long - time to ask for help. I am trying to create a list of acronyms for my thesis - Ideally I'd like the acronym definitions to be in a separate file so they are easier to find (instead of in main.tex). Is…
DS14
  • 133
  • 9
1 2
3
16 17