this post was submitted on 12 Jul 2025
6 points (100.0% liked)

TeX typesetting

192 readers
6 users here now

A place to share ideas, resources, tips, and hacks for Donald Knuths typesetting software TeX. All variants and formats like OpTeX, LaTeX and ConTeXt are welcome.

founded 2 years ago
MODERATORS
 

I’ve created a very customized LaTeX document which contains portions of machine translated text. I will ask a native speaker to make the text proper. I’m not sure who will take on the task yet, but it’s unlikely to be someone who understands LaTeX. My large preamble would add to the intimidation.

I think overleaf would have normally been ideal. But it became restricted access and hostile toward Tor users a few years ago. I cancel oppressive platforms like that.

One idea is to host it on some arbitary gitea server. They can probably edit the text directly in the web browser of they are a low-tech user. Or if tech-proficient they can use git as it was designed. Doesn’t matter if they butcher the code.. I’ll deal with the cleanup. I guess my main concern is that they would be so alienated by the code that it would put them off this volunteer effort.

Pandoc was one thought: pandoc -o paper.md -f latex -t markdown paper.tex, in which case they would work in a less alien situation. But pandoc can’t even handle my 2-column doc. It falls over on a tabular and produces nothing. But even if it could produce results, I’d expect disaster anyway.

Probably no great answers here.

top 1 comments
sorted by: hot top controversial new old
[–] propter_hog@hexbear.net 1 points 23 hours ago

I think git is a good solution for this, especially since you just need the other person to edit a natural language, not the LaTeX. You can do your coding locally after pulling their updates.