Commit | Line | Data |
---|---|---|
d9462d28 | 1 | define(`__latest', 3)dnl |
c08732dd AB |
2 | define(`_put', `define(`$1[$2]', `$3')')dnl |
3 | define(`_get', `defn(`$1[$2]')')dnl | |
4 | _put(`notes', 1, `arch-macbook-air')dnl | |
5 | _put(`notes', 2, `computing')dnl | |
d9462d28 | 6 | _put(`notes', 3, `fsf-internship/intro')dnl |
206884ba AB |
7 | dnl |
8 | define(__latex, `<span class="t-logo">L<sup>a</sup>T<sub>e</sub>X</span>')dnl |