16 lines
187 B
Text
16 lines
187 B
Text
# -*- mode: snippet -*-
|
|
# name: Manual definition
|
|
# key: manual
|
|
# --
|
|
@manual{$1,
|
|
title={$2},
|
|
author={$3},
|
|
organization={$4},
|
|
address={$5},
|
|
edition={$6},
|
|
month=$7,
|
|
year=$8,
|
|
note=$9,
|
|
}
|
|
|
|
$0
|