Klimi's new dotfiles with stow.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

11 satır
170 B

# -*- mode: snippet -*-
# name: full template of article class
# key: article
# --
\documentclass[${1:options}]{article}
\author{$3}
\begin{document}
$0
\end{document}