I’m currently writing a report in using Overleaf. As I’m getting the premium version for free through my Uni, I’ve had no problems so far. Now I’m working in a place with unstable internet and using Overleaf has become very annoying.

Are there some good FOSS alternatives out there, preferably where I can just upload my Project.zip and continue working offline? I have no need to collaborate with anyone or anything like that.

Currently I’m looking at LyX, but I’d be happy to hear about your experiences with that or other programs.

  • vicvinfroi@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    2 months ago

    Before overleaf, most people installed Latex locally (see e.g. texlive on Linux, miktex on Windows, etc), and then used their editor of choice (dozen of options here, ranging from dedicated Latex IDE like textudio, texmaker, etc. to more general editors like emacs, etc). LyX is nice too, essentially it’s just a particular IDE (i.e. a nice way to edit a latex file without looking directly at the source file). To collaborate (or just backup), they used a cloud provider (e.g. Dropbox is pretty popular in academia); these days, some ppl use private github repo to work collectively on a paper (but you can do that even if you are the only one editing the file, of course).

    Would one of these options that work for you? or do you specifically need something that does not rely on a local installation?