this post was submitted on 16 Jun 2023
58 points (100.0% liked)

Linux

48052 readers
726 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I try using Org-mode/Latex with pandoc,, but end up using only Office for docx and PowerPoint.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 15 points 1 year ago (4 children)

I typically use libreoffice, but if I ever have the time to learn latex I’ll switch, I’ve heard nothing but good things aside from the learning curve

[–] Lorgres 6 points 1 year ago (1 children)

The learning curve is actually pretty manageable. Took me an afternoon to be good enough to create lab reports for Uni. Creating your first template takes a bit but isn't super hard. Afterwards you can reuse that and only need to tweak.

This is the Tutorial I used. For an editor I'd suggest VSCode with LaTeX Workshop. (There's also LTeX which is a great grammar and spelling checker)

[–] [email protected] 2 points 1 year ago

I second this, haven't used the tutorial, I just learned by doing in the beginning and than took a course at Uni, which was really good and got me all the way to quickly being able to set up my own templates and quickly get a document done.

LaTeX workshop with vscode is also great, however if you're a (neo)vim user already, give https://www.github.com/lervag/vimtex a try, it's an awesome plugin and works flawlessly, especially when combined with zathura as pdf reader.

[–] [email protected] 3 points 1 year ago

org-mode's initial goal was to make writing latex easy. It can do a lot more today, I use it for pretty much everything text related.

If you're interested in trying out Emacs, check out Doom Emacs or Spacemacs.

[–] TheCakeWasNoLie 3 points 1 year ago

I just wrote a book in Latex and it's really easy. You just learn as you go. The only problem was when a publisher required a docx-document. It was possible using pandex, but my end notes were all screwed up.

[–] [email protected] 1 points 1 year ago

It's very difficult to learn, you just need to adapt to the Latex style of writing and Latex takes care of (almost) all the formatting.