moved to @ebel@moytura.org utilise witches.town. Vous pouvez læ suivre et interagir si vous possédez un compte quelque part dans le "fediverse".
moved to @ebel@moytura.org @ebel

Dear . I wanna make on . I wanna use some textual markup system, i.e. not a GUI like LibreOffice, and I don't want to use ! It's there anything good?

LaTeX is pretty good in general, it's just so crufty and old fashioned and hard to use sometimes

@ebel hah me neither, first thing relatively user friendly that came to mind.

@ebel You can use pandoc and convert from Markdown to PDF, but IIRC pandoc depends on LaTeX for conversion to PDF.

@starbreaker @ebel if you don't need anything more complicated than Markdown, you could export a PDF from Remarkable

@ebel It goes via LaTeX eventually, but I really like emacs’s org-mode. Pandoc can process it too but in emacs you get stuff like org-babel so you can generate tables and figures through code (plus org’s table editor is a joy to use).

@JoeOsborn @ebel I was about to say that, Org-mode is amazing.

@ebel @Anna Evil-mode is here for you if you want to give it a try! But I totally get it, switching editors hurts. Org and pandoc via vim could still be solid, especially with an ‘emacs -e “<<execute all org Babel blocks in a given file>>”’ in there somewhere.

@ebel I love markdown for that. There are different markdown to PDF converters available and it's easy to integrate in most text editors.
(I wrote a plug-in for sublime that automatically converts the md files to PDF when I save. That was maybe 5 lines of codes)

Also, markdown is even nice to read when not converted to PDF (or anything else).

@ebel if you're into that, emacs has a thing for converting OrgMode files into LaTeX, so you don't actually have to take care of all the syntaxic stuff

@ebel Oh, you said no #GUI. Maybe use #Textile and then #pandoc to make the final #LaTeX output?