I'm using rb_sdl2... it works awesome!
Gem: https://rubygems.org/gems/rb_sdl2
Tileset: https://opengameart.org/content/whispers-of-avalon-grassland-tileset
Programmer. Libre Software advocate.
https://emailselfdefense.fsf.org/
```
gpg2 --receive-keys C936B214EB93830D
```
Header image from https://flic.kr/p/d5UHiu
| emacs | 31.0.50 (devel) |
| languages | Racket, Ada, Common Lisp, Ruby, ... |
| likes | libre software, computer science, retrocomputing, LaTeX, XMPP, Gemini |
| Homepage | https://crowd.fi.uncoma.edu.ar/christian.gimenez |
I'm using rb_sdl2... it works awesome!
Gem: https://rubygems.org/gems/rb_sdl2
Tileset: https://opengameart.org/content/whispers-of-avalon-grassland-tileset
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
ยกHappy birthday Alan!
๐๐๐๐๐
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! ๐คฉ