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
1
vote
0 answers

Importing SVG file into Overleaf with *.pdf_tex results in searching for *.pdf instead

I'm trying to write a paper in Overleaf and trying to follow Gilles Castel's format of importing SVG files into my TeX document. I understand he used VIM to program his TeX documents, but the fundamental should be the same. However, when compiling…
mvh28
  • 11
  • 2
1
vote
1 answer

Overlaying off-margin figure over another on Latex using Tikz

I was hoping anyone could help me with this. I am working with Latex and the Tikz package (I'm a new user on both) on a document cover using 2 figures so it looks like this: That is, the background image leaves a thin margin on all sides, and the…
Max
  • 13
  • 3
1
vote
0 answers

"Sorry, there was a problem checking our GitHub service. Please try again in a few moments."

Long story short: Overleaf keeps returning: "Sorry, there was a problem checking our GitHub service. Please try again in a few moments." when I "Pull GitHub changes to Overleaf". In details: I have used git to control versions of coding line on…
tvo
  • 11
  • 1
1
vote
1 answer

Row and column colors in tabular environment with `\usepackage[table]{xcolor}` error with jss.cls?

I would like to include a table with row and column colors in a submission to the Journal of Statistical Software. The following is a reprex that uses the jss.cls class…
1
vote
1 answer

How to get rid of vertical space?

How can I get rid of vertical extra space in latex? I am getting unnecessary space between the table and the figure in the latex…
1
vote
1 answer

Decreasing the size of a matrix in latex (overleaf)

I have this code in latex (overleaf to be precise) and it displays the image below. I used \footnotesize to decrease the size so it would fit on the width of the page however, it did not decrease enough. How can I reduce the size of the matrix more?…
1
vote
1 answer

How Do I Create a Groupplot in Overleaf/Latex?

So I'm using Overleaf and just made a line graph with nine different lines in it. It looks like this: However, I want each line to have a separate graph but the graphs should all be grouped together, so in the end, it looks something like this (but…
user20421928
1
vote
1 answer

confusion in writing the equation in latex

I'm writing the following formulas in latex and I see the elements of the first equation is spreading in the page. Here is what is what I have tried: \usepackage{amsmath} \begin{equation} \min\limits_{w, \xi_n, \rho} \frac{1}{2} $$ || w || $$^2 +…
Shima19
  • 11
  • 3
1
vote
0 answers

How to export first stage estimate into LaTeX output when using ivreg2?

I'm running ivreg2 in Stata and am unable to export the first-stage coefficient and sd into the LaTeX output. However, I can export the F-stat of IV in the first stage. I'm only interested in the IV estimate, so the 2SLS coefficient on the…
aimalik
  • 13
  • 4
1
vote
1 answer

LaTeX with overleaf editor - adding another line of text without it overlapping

I want to add another line of italic text below 'Surbiton high school'. When I add another line it just overlaps on top of what is there, instead of underneath my A-level description. I am very new to all of this and am using a template to create my…
Boo
  • 61
  • 6
1
vote
1 answer

LaTeX with overleaf editor - my text goes off the page - how do I get it to go onto the next line, in line with my other text?

I am new to coding - I am using a template to create my CV with overleaf/LaTeX. There were some default settings but I wanted to create some elements that weren't in the default template. I am trying to add in headings within one of my job…
Boo
  • 61
  • 6
1
vote
1 answer

TikZ-Feynman: Making a diagram with no horizontal propagator

This is a code for a Feynman diagram with a horizontal propagator (LuaTex is needed): \documentclass{article} \usepackage[utf8]{inputenc} \usepackage[compat=1.1.0]{tikz-feynman} \begin{document} \begin{tikzpicture} \begin{feynman} …
Jakov
  • 51
  • 5
1
vote
1 answer

Can I change the colour of a FontAwesome logo (i.e. twitter/ORCiD/phone) using a RGB or HEX Code?

I'm using the CurVe CV template in Overleaf. I've changed the colour scheme to purple (from default of green). In the header, I want to include my email, twitter, phone and ORCiD details, using Font Awesome. All those logos have been changed to…
mda08rds
  • 59
  • 7
1
vote
3 answers

small y greek symbol in overleaf

How could I use a small 'y' symbol like greek in overleaf (latex)? X seems like chi, however, I couldn't find greek 'y'. The symbols are written in the page 40 of a book 2nd ed. 'The Elements of Statistical Learning -Data Mining, Inference, and…
Hyunseung Kim
  • 493
  • 1
  • 6
  • 17
1
vote
1 answer

Error while defining a \newcommand using xcolor package

I am required to show the changes while I am editing a Latex document. So I have defined some colours variables as follows: \usepackage{xcolor} \usepackage{ulem} \newcommand{\added}[1]{{\color{NavyBlue}{{}ADDED:…
Shosho
  • 69
  • 6