update packages
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
;;; -*- lexical-binding: t -*-
|
||||
(require 'yasnippet)
|
||||
(require 'yasnippet-snippets)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: bookinbook
|
||||
# key: bookinbook
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@bookinbook{ ${title},
|
||||
author = {${author}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: collection
|
||||
# key: collection
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@collection{ ${title},
|
||||
editor = {${editor}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: dataset
|
||||
# key: dataset
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@dataset{ ${title}
|
||||
title = {${title}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: electronic
|
||||
# key: electronic
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@electronic{ ${title},
|
||||
author = {${author}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: inreference
|
||||
# key: inreference
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@inreference{ ${title},
|
||||
author = {${author}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: mvbook
|
||||
# key: mvbook
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@mvbook{ ${title},
|
||||
author = {${author}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: mvcollection
|
||||
# key: mvcollection
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@mvcollection{ ${title},
|
||||
editor = {${editor}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: mvereference
|
||||
# key: mvreference
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@mvreference{ ${title},
|
||||
editor = {${editor}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: online
|
||||
# key: online
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@online{ ${title},
|
||||
author = {${author}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: patent
|
||||
# key: patent
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@patent{ ${title},
|
||||
title = {${title}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: periodical
|
||||
# key: periodical
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@periodical{ ${title}
|
||||
editor = {${editor}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: reference
|
||||
# key: reference
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@reference{ ${title},
|
||||
editor = {${editor}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: report
|
||||
# key: report
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@report{ ${title},
|
||||
author = {${author}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: set
|
||||
# key: set
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@set{${title},
|
||||
entryset = {${entryset}}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: suppbook
|
||||
# key: suppbook
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@suppbook{ ${title},
|
||||
author = {${author}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: suppcollection
|
||||
# key: suppcollection
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@suppcollection{ ${title},
|
||||
author = {${author}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: suppperiodical
|
||||
# key: suppperiodical
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@suppperiodical{ ${title},
|
||||
author = {${author}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: thesis
|
||||
# key: thesis
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@thesis{ ${title},
|
||||
author = {${author}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: xdata
|
||||
# key: xdata
|
||||
# author: Spenser Truex
|
||||
# contributor: Spenser Truex
|
||||
# --
|
||||
@xdata{ ${title},
|
||||
$0
|
||||
|
||||
Reference in New Issue
Block a user