X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=emacs_el%2Fsnippets%2Flatex-mode%2Fgame;fp=emacs_el%2Fsnippets%2Flatex-mode%2Fgame;h=92fe7ff9171fd194c213a88f6692e65a4421d7ba;hb=0fad5ec6b36ee1e943350ea0f193f152c07cdc36;hp=0000000000000000000000000000000000000000;hpb=37e2da74cc17eb26f92b0913f3aab7d27fc63ec2;p=lib.git diff --git a/emacs_el/snippets/latex-mode/game b/emacs_el/snippets/latex-mode/game new file mode 100644 index 0000000..92fe7ff --- /dev/null +++ b/emacs_el/snippets/latex-mode/game @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: game +# key: game +# -- +\node [game] (${1:round_name}) [right=of ${2:previous_round}.south east] + {\game{$4}{$5}% + {$6}{$7}}; + \path [bracket] ($2.east) -- ++(0.5em,0) |- ($1.176); + \path [bracket] (${3:other_previous_round}.east) -- ++(0.5em,0) |- ($1.184); +$0