TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Overleaf: An open-source online real-time collaborative LaTeX editor

246 点作者 kaladin-jasnah11 个月前

30 条评论

tombert11 个月前
I&#x27;ve known about Overleaf for almost as long as I&#x27;ve used LaTeX and until about two years ago, I didn&#x27;t really understand the point of it; it&#x27;s not like LaTeX is hard to install or anything, what&#x27;s the advantage of a web service?<p>It wasn&#x27;t until I started doing my PhD work where I realized the Overleaf is useful, because the collaborative tools are extremely handy. LaTeX is very popular in the academic world, and Overleaf allows me to easily work on papers with my advisors (who live in a different continent). It&#x27;s been great.<p>I do wish they&#x27;d add Pandoc support; LaTeX is cool but I find Markdown considerably more pleasant about 95% of the time, so it&#x27;d be great if they could let us use that, though I realize this is probably easier said than done.
评论 #40833942 未加载
评论 #40834337 未加载
评论 #40833929 未加载
评论 #40834073 未加载
评论 #40837047 未加载
评论 #40834420 未加载
评论 #40845452 未加载
评论 #40834002 未加载
评论 #40835491 未加载
评论 #40835836 未加载
mbforbes11 个月前
I also used Overleaf (and sharelatex before it) for most of my PhD and had no idea it was open source. That&#x27;s awesome!<p>I randomly logged in to Overleaf the other day to make something quick in latex, and discovered that my dissertation would no longer compile. Since I&#x27;d graduated, I no longer had access to my school&#x27;s account, and dissertations are so long they time out the build on the free plan.<p>That it&#x27;s open source makes me feel better about ever being able to reproduce a build someday if I needed to. (As I write this, I realize I never will. But the it&#x27;s the feeling that counts!)
评论 #40837423 未加载
评论 #40834173 未加载
kaladin-jasnah11 个月前
Overleaf&#x27;s documentation is great for learning LaTeX, but I&#x27;d never realized the product itself was free software licensed under AGPLv3, so I thought this was worth posting!
评论 #40834090 未加载
评论 #40834347 未加载
TheBaddest11 个月前
I started using LaTeX with Overleaf in college, and it quickly became a game-changer for me. From meticulously crafting lab reports to designing a Beamer slideshow for my senior capstone project, I spent countless hours on Overleaf, creating documents that I was genuinely proud of. The intuitive interface made the entire process not only efficient but also enjoyable. While I primarily use it for my CV now, I still appreciate the power and elegance of Overleaf every time I need to update my resume.
评论 #40835520 未加载
abhgh11 个月前
I used to run LaTeX on my 3 machines, switching between them based on compute&#x2F;portability of the machine, and used a git repo for syncing. So it doesn&#x27;t give me something novel; but the convenience of overleaf has been amazing. Once you get used to the &quot;write and forget&quot; model, it&#x27;s hard to go back (but still doable).<p>It especially shines when you have to collaborate. The convenience of small features also add up, such as being able to leave comments for your collaborators, clicking on the LaTeX document to have the PDF viewer scroll to the corresponding location, and vice-versa (doesn&#x27;t work exactly the same way, but close), having a fast compile mode that keeps recompiling as you make changes (good for editing, distracting for writing, but ymmv), being able to click on the toc that is generated by overleaf in a side panel.<p>Maybe other tools do some of these things, but having all of them in place is nice.
评论 #40834340 未加载
slwvx11 个月前
Is the publication of Overleaf as open source something new? Or is there some reason that the github page for Overleaf is interesting?
评论 #40835337 未加载
knolan11 个月前
A lot of our students use Overleaf, I’ve never seen the point; especially now that most of their thesis documents no longer compile on the free tier.<p>I suggested one my students simply install LaTeX and he went down some Docker rabbit hole a fellow class mate sent him. Students do love to over complicate things.
评论 #40835498 未加载
评论 #40835564 未加载
评论 #40834434 未加载
EmilioMartinez11 个月前
For my thesis I&#x27;m leveraging Overleaf&#x27;s Lua compilation to automagically input all tex files in a given folder. It organizes them into chapters&#x2F;sections&#x2F;etc matching the folder hierarchy, sorting by leading indices in the folders&#x27; or files&#x27; name (eg &quot;35 Topology.tex&quot;). This allows me to split&#x2F;collapse&#x2F;reorder sections on a whim, keeping the table of contents in sync with the filesystem. I find it particularly useful as I&#x27;m developing a complex framework with yet unclear scope and internal logic. Btw, it supports commands (using ø) in the filesystem to write special characters in the titles.<p>If there&#x27;s any interest I would like to share it, if only for the &quot;import all files in folder&quot; thing. But how should I go about sharing it? A Github repo? Or somewhere inside Overleaf?
oli567911 个月前
Looking at the PR history, it&#x27;s interesting how few PRs are being merged per year.<p>Of the ones that are they are very short, and typically buxfixes or changes to infrastructure rather than any new features.<p>I think I count 4 prs merged, with less than 20 lines of code altered, since 2022, and even going back until the beginning of the 2014 commit history, it&#x27;s hard to find a PR that&#x27;s altering core functionality.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;overleaf&#x2F;overleaf&#x2F;pulls?q=is%3Apr+is%3Amerged+">https:&#x2F;&#x2F;github.com&#x2F;overleaf&#x2F;overleaf&#x2F;pulls?q=is%3Apr+is%3Ame...</a><p>2024<p>+1 -1 A user should be created and a mail with an activation URL should be sent. #1208<p>+6 -6 Fix 502 errors due to IPv6 #1175<p>+1 -1 Make the number of max entities per project configurable #1108<p>2023<p>+6 -0 added SIGKILL timeouts for docker and phusion_image #1090
评论 #40836456 未加载
BWStearns11 个月前
I did a remote calc class and nerd sniped myself into learning latex via using overleaf to do homework instead of taking photos of handwritten stuff. 10&#x2F;10, would self nerdsnipe again.
sha1611 个月前
I started writing my resume in LaTeX years ago. There are a couple templates on Overleaf that are very similar, there seems to be a convergence on the standard &quot;engineering resume&quot;.<p>I made <a href="https:&#x2F;&#x2F;resumai.co&#x2F;convert" rel="nofollow">https:&#x2F;&#x2F;resumai.co&#x2F;convert</a> to allow others to use the template. It works fairly well with most inputs. It&#x27;s a free tool!
评论 #40837558 未加载
drzzhan11 个月前
Overleaf is awesome. Honestly I thought that syncing with git would solve any problem with collaboration, like with coding. I was wrong. Overlead collaboration feature works so well. And the compilation is fast too.<p>I never know they have open source though. I seriously did a google search &quot;overleaf alternative self host&quot; last month and didn&#x27;t realize this.
glietu11 个月前
Wrote my dissertation in grad school using Overleaf. I’d their UI was more refined than ShareLatex. This was back in 2015-16<p>It’s interesting to see that they are still around. I remember in one of my tickets, one of the front desk ticket personnel had a PhD herself and was very quick to narrow down the code within SVG file causing rendering issues!
wiz21c11 个月前
I use LyX a lot and found it very pleasant to type latex without having to remember all Latex commands. It&#x27;s especially good when typing formulas (I have to remember shortcuts though, but it&#x27;s much easier).<p><a href="https:&#x2F;&#x2F;www.lyx.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.lyx.org&#x2F;</a>
belinder11 个月前
Been using this for over a decade, back when it was called sharelatex. Always liked it for the free cloud storage, nowadays mostly just use it when I need to update my resume.
评论 #40834303 未加载
anonymousDan11 个月前
IMO basic Git + your text editor of choice is much better for academic collaboration. I use Vim for text editing and don&#x27;t want to be forced into some web editing tool. Also, when I review student writing I want them to actually look at the edits I make and understand the reasoning behind them. Overleaf makes that harder. I know there is Git integration but last time I checked it was kind of clanky and also required the paid version.
评论 #40840052 未加载
评论 #40837729 未加载
评论 #40837912 未加载
评论 #40836622 未加载
评论 #40836603 未加载
meet_zaveri11 个月前
I came by the parent company which then said to transfer to Overleaf. Mainly I use it for building and maintaining my resume (which has done wonders).
albinahlback11 个月前
Very good tool for learning LaTeX, and has some tutorials as well.<p>Unfortunately, in my experience it does not work as well with Git as they advertise.
yencabulator11 个月前
&gt; Enterprise<p>&gt; It also includes more features for security (SSO with LDAP or SAML), administration and collaboration (e.g. tracked changes).<p><a href="https:&#x2F;&#x2F;sso.tax&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sso.tax&#x2F;</a>
whartung11 个月前
I could swear there was a document producing product way back in the day (i.e. late 80s, early 90s) that was called Overleaf.<p>It may have been a “workstation” (i.e. Sun or similar) product vs a Mac&#x2F;PC product.
评论 #40835381 未加载
Maledictus11 个月前
Is anyone self-hosting this on FreeBSD? Would you share how you set it up? I tried to understand how the docker setup works, but found it to convoluted to replicate on FreeBSD.
titzer11 个月前
There are a couple nice features about Overleaf, like collaborative editing, fairly quick turnaround rebuilding, and being able to double-click to jump back and forth between the PDF and the source. But being forced to edit text in a their crappy web interface just frankly sucks. It&#x27;s like throwing away half my skillset. It&#x27;d be so much better to go the other way and add collaborative features to existing editors than to reinvent the wheel in a crappy way.
2Gkashmiri11 个月前
Is there a latex editor web based that has proper git support ?
zabana11 个月前
Fun fact: I got my current job in part thanks to overleaf. I used it to write down my CV. It&#x27;s so much more useful than Ms Word or Google Docs.
aborsy11 个月前
The compilation is slow.<p>How difficult is it to self host and maintain overleaf docker containers with docker compose? Less than 10 users.
orhmeh0911 个月前
Are there any in-browser WASM implementations of *TeX?
评论 #40839885 未加载
评论 #40834382 未加载
meisel11 个月前
How does the hosted version compare to Deepnote?
jwrallie11 个月前
Didn’t they buy their open source competitor, Sharelatex, adopted the code only to cripple the free functionality like git support behind a paywall? I may be wrong but I think they were proprietary before the acquisition.
piecerough11 个月前
It&#x27;s great!
dash211 个月前
Overleaf is an example of academics&#x27; Stockholm syndrome with respect to LaTeX. It&#x27;s a not very good web-based text editor with none of the basic features you&#x27;d expect from your text editor. Think Notepad, but online. But these guys use LaTeX... they&#x27;re not discriminating consumers. So then you get locked into it by your colleagues who have never used a decent text editor or IDE, and never thought &quot;hmm, I wonder if it should take less than half an hour of fiddling with parameters to build a decent-looking table&quot;.
评论 #40836220 未加载
评论 #40835991 未加载