this post was submitted on 19 Apr 2024
258 points (98.1% liked)
Linux
48186 readers
1431 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
TeX. I was able to use it during school for some beautiful type setting and formatting but nobody I work with wants to use anything other than plain text or unfortunately more commonly binary wysiwyg editor formats. It's frustrating and ugly.
What WYSIWYG binary formats have you been using? OpenDocument is zipped XML. OOXML is also zipped XML. RTF is plain text. Everything else is dead. RTF is too, actually.
One way I do TeX now is a few templates (letter, memo, etc) and circulate files in PDF.
If you must use Word to circulate files, consider Pandoc as a way to get them out.
I somewhat disagree.
WYSIWYG document editors are terrible at getting things exactly as you want.
If you're a perfectionist, especially in presentation, it's probably easier to adopt TeX than it is to get (Open)Office to do exactly what you want into.
Binary wysiwyg is shit for versioning, I hate it. Plaintext is fine but limited. I like both markdown and tex.