detiuaveiro / ua-thesis-template

📖 A thesis LaTeX template that complies with the University of Aveiro's guidelines and provides a simple CLI workflow around make and compatibility with Overleaf.
MIT License
103 stars 36 forks source link

Overleaf import-ability #2

Closed pkill37 closed 1 year ago

pkill37 commented 5 years ago

https://www.overleaf.com/help/216-how-does-overleaf-compile-my-project

pkill37 commented 5 years ago

I think we should reconsider this. Overleaf is increasingly more popular in the research community. Let's not be elitist and pretend everyone likes working at the CLI. It'd be a nice feature appreciated by most people.

Plus we're just talking about a single file, which seems to be the recommended way of configuring latexmk anyway. I dislike additional config files too, but there's a benefit in this case.

LudeeD commented 5 years ago

I suggest closing down this issue, since there is no real solution for this, besides sketchy hacks.

rj-jesus commented 5 years ago

Commit 12690780b61e8238de628ba3498689ff3230903c should add support for overleaf (please test).

The main issue we are faced with is that Overleaf v2 seems to have a bug with Portuguese and the ftmcount package (see https://github.com/nlct/fmtcount/issues/26).

Placing the file fc-portuges.def found in http://mirrors.ctan.org/install/macros/latex/contrib/fmtcount.tds.zip in the root directory of the project seems to solve the problem.

I'm accepting suggestions as to whether this file should or should not be included in the repository directly (simplifying others' lifes).

LudeeD commented 5 years ago

Commit 1269078 should add support for overleaf (please test).

It seems to be working

About the other file, my vote is to leave it out of this repo and update the documentation about this

LudeeD commented 2 years ago

Recently the NEEF - NĂșcleo de Estudantes de Engenharia FĂ­sica neef@aauav.pt reached out to know more about this functionality and maybe do a workshop for them on how to do this.

How is the state on this project xD ?

rj-jesus commented 2 years ago

This project -i.e.- using the template with Overleaf? I just did a quick test and the instructions from https://github.com/detiuaveiro/ua-thesis-template#use-it-in-overleaf still seem to apply, with the caveat that the user needs to change the main document to matter.tex in Overleaf's settings, which we currently do not state.

It would perhaps be easier if we (or NEEF) created a template based on this repo on Overleaf so users could use/open it directly.

P.S. I'm under the impression the issue with ftmcount no longer applies.

Jpfonseca commented 2 years ago

Sorry to jump in the thread. I believe I opened #28 without checking this issue.

I just did a quick test and the instructions from https://github.com/detiuaveiro/ua-thesis-template#use-it-in-overleaf still seem to apply, with the caveat that the user needs to change the main document to matter.tex in Overleaf's settings, which we currently do not state.

Yes, that's true.

It would perhaps be easier if we (or NEEF) created a template based on this repo on Overleaf so users could use/open it directly.

In April, after being contacted by NEEF too, I took time to upload the latest changes to the template to Overleaf so it can be easily used by colleagues from other departments. This has been documented in #28 too. In the future, all that is needed is to request the Overleaf team to update the template.

To promote a better track of updates across forks, I believe this repo should be transformed into a template repo. It simplifies for people working on their documents to update their documents with the latest changes to the upstream project.

jpbarraca commented 1 year ago

Added further instructions to the readme Repository is a template