this post was submitted on 22 Jun 2023
107 points (100.0% liked)

linuxmemes

20776 readers
551 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Stilicho@lemmy.world 0 points 1 year ago (3 children)

Is this popular? Never heard of this before.

[–] Thwompthwomp@lemmy.world 4 points 1 year ago

You "compile" papers into a camera-ready final form. It handles like page references, figure numbering, citations, etc. There's also a rich package system for extending features. Most people use it for its math typesetting features, which is now a fairly common way to write math expressions (mathjax, word's equation editor can understand latex, markdown). More fun, you can write your own macros and have some pretty rich commands and features.

Latex is very common in math and physics departments, and somewhat common in CS and ECE departments. It's still mostly for academic writing (papers and books), although because its plain-text and scriptable, its pretty nice for other types of documentation where you can bring in tons of things via a makefile.

[–] DonJefe@lemmy.world 1 points 1 year ago (1 children)

LateX is very popular to write academic and scientific papers. It has a great support for mathematical formulas and every formatting option conceivable. I love it because it allows you to write papers using only your keyboard (no need for clicking 20 times to find the option in a menu). It's written as code, and then compiled into whatever format you'd like to use (pdf, etc)

[–] Stilicho@lemmy.world -1 points 1 year ago* (last edited 1 year ago) (1 children)

Hmmm interesting, might check it out later

[–] QuazarOmega@lemmy.world 2 points 1 year ago

Gotta love bots riddling this platformed too lol

[–] Dr_Nope@lemmy.world 1 points 1 year ago (1 children)

In my academic work in France iymt was quite popular (at least in computer science & Mathematics field). But it was like 7 years ago, not sure about the current state of affairs.

[–] Celivalg@iusearchlinux.fyi 2 points 1 year ago

Still use it at least in CS for reports and specifications of a project