showyourwork / showyourwork

A workflow for reproducible and open scientific articles

Home Page:https://show-your.work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrating Overleaf error when setup

iphysresearch opened this issue · comments

I followed the setup tutorial with command showyourwork setup iphysresearch/DLGW_review --overleaf=64254ea499a2ff8e814a607d --cache but encounter the error when integrating Overleaf as below:

Overleaf repository not empty! Refusing to rewrite files on remote.

image

My target project shows here:
image

The version of showyourwork is 0.4.2.

Hi, the problem is detailed in #322 :

but TL;DR

change
\usepackage{graphicx}

to
\usepackage[utf8]{inputenc}

...in the new Overleaf and your showyourwork command should now work!

Hi, the problem is detailed in #322 :

but TL;DR

change \usepackage{graphicx}

to \usepackage[utf8]{inputenc}

...in the new Overleaf and your showyourwork command should now work!

Awesome! Perfectly resolved!

image