This repository has been archived on 2025-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dotfiles/general/.emacs.d/snippets/latex-mode/truthtable.yasnippet
2021-02-07 17:36:52 +01:00

10 lines
114 B
Plaintext

# -*- mode: snippet -*-
# name: \begin{truthtable}
# key: tt
# --
\begin{truthtable}
{$0}
{}
\end{truthtable}