18

I teach a class in which students write several lab reports in LaTeX, and up until very recently I required students to use Overleaf. This allowed groups of 3-4 to write lab reports in LaTeX with real-time collaboration. It was pretty awesome!

All of a sudden today, people in my class started noticing that the ability to collaborate on a given document with more than 1 other person was now behind a paywall. Since the minimum group size in my class is 3, Overleaf is no longer nearly as useful to us. (While it is possible that my institution will one day provide a site license, that would take ~a year, and I'm ideally looking for solutions that I can implement this week!)

Are there any free alternative online LaTeX editors that allow real-time collaboration, but do not charge for the ability to have multiple collaborators?

(By the way, I am aware of this question, but the question and its answers focus on editors that do not require a sign-in, and not on the ability to collaborate. Requiring a sign-in is not the issue for me.)

7
  • Those lab reports absolutely need to be done with LaTex?
    – user9424
    Commented Sep 17, 2019 at 22:36
  • Is it a physics class or a LaTeX class? Anyway, install it on one machine, and let the students do their job.
    – user9424
    Commented Sep 18, 2019 at 1:52
  • 8
    [BIG CAVEAT AND DISCLAIMER: I'm a support personnel at Overleaf.] Might the link-sharing feature be useful here? This allows users on the Free plan to work with more collaborators, using a shareable read-and-edit link. overleaf.com/learn/how-to/Sharing_a_project
    – imnothere
    Commented Sep 18, 2019 at 3:38
  • 2
    +1, I would add "with the ability to have multiple collaborators but with no charge" to the title of your question.
    – CarLaTeX
    Commented Sep 18, 2019 at 4:58
  • 1
    Not at all, go ahead! :D For completeness' sake might I suggest to include the link overleaf.com/learn/how-to/Sharing_a_project to your answer, to cover different ways of sharing a project?
    – imnothere
    Commented Sep 19, 2019 at 1:53

4 Answers 4

20

With many thanks to @LianTzeLim, the solution to my problem is so simple that it is actually contained within Overleaf itself!

Adding collaborators may be behind a paywall, but "link sharing" is still a free service. To collaborate in real-time on your LaTeX document via link sharing, you can do the following:

  1. Have one group member create a project in Overleaf as you normally would.
  2. Click the "Share" Button in the top, right-hand corner of the screen.
  3. Press the "Turn On Link Sharing" link in the box that appears.
  4. Copy the link beneath the box titled "Anyone with this link can edit this project," and share the link with the other members of your group (e.g. via email)
  5. Anyone with that link should be able to edit the LaTeX document, and you should be able to all edit it in real-time!

At present I have not heard any complaints from my students. I will update this if that changes.

source: https://www.overleaf.com/learn/how-to/Sharing_a_project

3
  • 1
    Nope @Daniel -- Currently using link sharing in the class I'm teaching, and all 4 group-members are collaborating just fine!
    – Bunji
    Commented Jun 1, 2020 at 18:23
  • 1
    Oops, you're correct. Sharing via link and sharing with collaborators are different things.
    – Daniel
    Commented Jun 1, 2020 at 18:37
  • 1
    In two weeks from now link sharing will also be restricted to a single collaborator. Overleaf will likely be abandoned... I'm already looking for an alternative. Commented Jul 13 at 6:18
1

You can use papeeria. Its collaborative, free and reliable. https://www.papeeria.com/

1
  • 1
    While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
    – Mensch
    Commented May 20, 2022 at 2:32
0

You may also consider HandWiki encyclopedia for collaborative editing. It is totally free. Note that you will use the Wiki syntax, and later can convert it to LaTeX. Handwiki is particularly friendly to LaTeX since it allows to import BibTeX files, and your math equations will use the same LaTeX syntax

0

As an additional resource I would recommend CoCalc, it works perfect, it's freen and collaborative (it has also AI assistance to troubleshoot the errors). There are also a lot of additional resources you can use as well (e.g. Jupyter Notebooks, R Notebooks, Spark, etc).

Here you have some tutorials on how to use it:

Additional resources:

Cons:

  • Server does not have access to internet with the free tier. Therefore, you cannot git clone you LaTeX repos. But you can always download the zip and upload them.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .