migrate the customised thesis
This commit is contained in:
@@ -219,9 +219,9 @@ if$
|
||||
}
|
||||
FUNCTION {format.title}
|
||||
{ title empty$
|
||||
{ "" }
|
||||
{ title "t" change.case$ }
|
||||
if$
|
||||
{ "" }
|
||||
{ title "t" change.case$ }
|
||||
if$
|
||||
}
|
||||
FUNCTION {n.dashify}
|
||||
{ 't :=
|
||||
@@ -435,19 +435,84 @@ if$
|
||||
}
|
||||
FUNCTION {format.inst.tr.num.date}
|
||||
{ institution empty$
|
||||
{ "" "empty institution in " cite$ * warning$ }
|
||||
{ institution }
|
||||
if$
|
||||
" Report No." *
|
||||
number empty$
|
||||
{ "" }
|
||||
{ number tie.or.space.connect }
|
||||
if$
|
||||
year empty$
|
||||
{ "empty year in " cite$ * warning$ }
|
||||
{ ", " * year * " (unpublished)" * }
|
||||
if$
|
||||
{ "" "empty institution in " cite$ * warning$ }
|
||||
{ institution }
|
||||
if$
|
||||
" Report No." *
|
||||
number empty$
|
||||
{ "" }
|
||||
{ number tie.or.space.connect }
|
||||
if$
|
||||
year empty$
|
||||
{ "empty year in " cite$ * warning$ }
|
||||
{ ", " * year * " (unpublished)" * }
|
||||
if$
|
||||
}
|
||||
|
||||
FUNCTION {format.inst.tr.num.prop}
|
||||
{ institution empty$
|
||||
{ "" "empty institution in " cite$ * warning$ }
|
||||
{ institution }
|
||||
if$
|
||||
|
||||
type empty$
|
||||
{" Report"}
|
||||
{" " * type *}
|
||||
if$
|
||||
|
||||
number empty$
|
||||
{ "" }
|
||||
{ number tie.or.space.connect embolden}
|
||||
if$
|
||||
}
|
||||
|
||||
FUNCTION {format.inst.tr.num}
|
||||
{ institution empty$
|
||||
{ "" "empty institution in " cite$ * warning$ }
|
||||
{ institution }
|
||||
if$
|
||||
|
||||
type empty$
|
||||
{" Report"}
|
||||
{" " * type *}
|
||||
if$
|
||||
|
||||
number empty$
|
||||
{ "" }
|
||||
{ number tie.or.space.connect embolden}
|
||||
if$
|
||||
}
|
||||
|
||||
FUNCTION {format.inst.tr.num.year}
|
||||
{ institution empty$
|
||||
{ "" "empty institution in " cite$ * warning$ }
|
||||
{ institution }
|
||||
if$
|
||||
|
||||
type empty$
|
||||
{" Report" *}
|
||||
{" " * type *}
|
||||
if$
|
||||
|
||||
number empty$
|
||||
{ "" tie.or.space.connect embolden}
|
||||
{ number tie.or.space.connect embolden}
|
||||
if$
|
||||
|
||||
year empty$
|
||||
{"" "empty year in " cite$ * warning$ }
|
||||
{ " (" * year * ")" * }
|
||||
if$
|
||||
}
|
||||
|
||||
FUNCTION {format.inst.tr.title}
|
||||
{ title empty$
|
||||
{ "" }
|
||||
{ title emphasize "t" change.case$ }
|
||||
if$
|
||||
|
||||
}
|
||||
|
||||
FUNCTION {format.article.crossref}
|
||||
{ key empty$
|
||||
{ journal empty$
|
||||
@@ -798,14 +863,16 @@ fin.entry
|
||||
}
|
||||
FUNCTION {techreport}
|
||||
{ output.bibitem
|
||||
collaboration output
|
||||
format.authors "author" output.check
|
||||
new.block
|
||||
format.inst.tr.num.date output.nonnull
|
||||
eprint output
|
||||
new.block
|
||||
note output
|
||||
fin.entry
|
||||
collaboration output
|
||||
format.authors "author" output.check
|
||||
new.block
|
||||
format.inst.tr.title "title" output.check
|
||||
new.block
|
||||
format.inst.tr.num.year output.nonnull
|
||||
eprint output
|
||||
new.block
|
||||
note output
|
||||
fin.entry
|
||||
}
|
||||
FUNCTION {unpublished}
|
||||
{ output.bibitem
|
||||
|
||||
Reference in New Issue
Block a user