dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 2b814373053c4440322802a62df2093274f14570
parent 11ef0a6dab80bc6e4393a7502b41b60a132b6390
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Fri,  3 Jul 2020 18:46:46 +0200

vim: bib snippet fr tech report

Former-commit-id: 6f89f29359e5bdfaeb2e71a7cd5f4c59e641d59e
Diffstat:
Mvim/ultisnips/bib.snippets | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/vim/ultisnips/bib.snippets b/vim/ultisnips/bib.snippets @@ -54,3 +54,16 @@ snippet @misc "Misc (website, etc.)" b ?_note = {} } endsnippet +snippet @tech "Technical report" b +@techreport{${1:ref}, + author = {}, + title = {}, + institution = {}, + ?_type = {}, + ?_number = {}, + ?_address = {}, + year = {XXXX}, + ?_month = {}, + ?_note = {} +} +endsnippet