mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
9 lines
136 B
Text
9 lines
136 B
Text
# -*- mode: snippet -*-
|
|
# name: defdoc
|
|
# key: defdoc
|
|
# --
|
|
\documentclass[a4paper, 14pt]{extarticle}
|
|
$0
|
|
\begin{document}
|
|
|
|
\end{document}
|