Klimi's new dotfiles with stow.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

22 rader
474 B

# -*- mode: snippet -*-
# name: book
# key: book
# --
@book{ ${title},
author = {${author}},
editor = {${editor}}
title = {${title}},
publisher = {${publisher}},
year = {${year}}${,
volume = {${volume}}}${,
number = {${number}}}${,
series = {${series}}}${,
type = {${type}}}${,
address = {${address}}}${,
edition = {${edition}}}${,
month = {${month}}}${,
isbn = {${isbn}}}${,
note = {${note}}}
}
$0