@cnngimenez

66 Followers
182 Following
316 Posts

Programmer. Libre Software advocate.

https://emailselfdefense.fsf.org/
```
gpg2 --receive-keys C936B214EB93830D
```

Header image from https://flic.kr/p/d5UHiu

emacs31.0.50 (devel)
languagesRacket, Ada, Common Lisp, Ruby, ...
likeslibre software, computer science, retrocomputing, LaTeX, XMPP, Gemini
Homepagehttps://crowd.fi.uncoma.edu.ar/christian.gimenez
rb_sdl2 | RubyGems.org | your community gem host

If you want standalone in #Org #Orgmode #Emacs:

Add to your init:
```
(unless (assoc "standalone" org-latex-classes)
(push '("standalone" "\\documentclass[11pt]{standalone}"
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}")
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
org-latex-classes))
```

If you want to create an image or to see the result of a #LaTeX snippet, but do not want a whole paper! just the result: use the standalone class. See [1,2].

[1] https://ctan.org/pkg/standalone
[2] https://ondahostil.wordpress.com/2020/02/04/lo-que-he-aprendido-la-clase-standalone/ @ondiz

CTAN: Package standalone

ยกHappy birthday Alan!
๐ŸŽ‰๐ŸŽ‰๐ŸŽ‚๐ŸŽ‰๐ŸŽ‰

#Alan #Turing #AlanTuring

๐Ÿ˜ข @konpeito is offline... loved their songs...

Oh hoho! You don't need to do anything in order to make the shortdoc group appear at the proper function help. #Emacs does that for you!

For example: There is a "string" shortdoc group, and string-equal is member of this group. If I do `C-h f string-equal`, the help suggests to look at the "string" shortdocs group.

But the string-equal docstring does not say anything about shortdocs! Surely comes from the shortdoc group definition itself!

I have to learn more! ๐Ÿคฉ