sanjib-sen/WebLaTex

Need Examples for Porting Overleaf Project

ayush1120 opened this issue · 1 comments

Problem:
Facing Errors While Uploading Overleaf Project

Request:
Provide a Template for Overleaf Project Porting

Details:
I am encountering difficulties when trying to migrate an Overleaf project to my local environment and build the .tex file. I believe having a template for this process would be incredibly beneficial.

Overleaf Template:
Deedy CV Template

Additional Information:
I'm looking for assistance in successfully transferring an Overleaf project to my local setup. Having a template or step-by-step guide would greatly aid in resolving the errors I'm encountering during this process.

Hi @ayush1120 ,
It looks like you need to add the following line in your main tex file in order to compile the latex to pdf

%!TEX program = lualatex

image

Just add the line and your latex project will work just fine without doing anything else.

To port an Overleaf project just download the source code of the project from Overleaf, extract the zip file,
and just drag and drop the zip files to the WebLaTeX.
That's it, you are done.

Some latex projects need to be compiled with different LaTeX compilers. So, don't forget to try with a different compiler if the default one does not work for you.
More on this here

Let me know if you need further help. I have also created a branch for you to test your latex project.
https://github.com/sanjib-sen/WebLaTex/tree/ayush1120