Elsarticle Release note: Difference between revisions
Jump to navigation
Jump to search
m (→Version 2.0) |
No edit summary |
||
Line 14: | Line 14: | ||
<geshi lang="latex"> | <geshi lang="latex"> | ||
\def\DOIprefix{doi:} | \def\DOIprefix{doi:} | ||
\def\ArXivprefix{arXiv:} | \def\ArXivprefix{arXiv:} | ||
\def\Pubmedprefix{pmid:} | \def\Pubmedprefix{pmid:} | ||
</geshi> | </geshi> | ||
===Version 1.0=== | ===Version 1.0=== |
Revision as of 17:48, 14 August 2012
Release Notes
Version 2.0
- Provision to include URL, DOI, arXiv eprints and pubmed fields are added.
- A new bibtype
webpage
is added. - The prefixes of URL, DOI, arXiv eprints and pubmed ids are added as TEX control sequences. Hence user can control it through TEX file and no need to change the
.bst
. For example, the defaul URL prefix isURL:
. But user can change it to whatever he wants in the following way:
<geshi lang="latex">
\def\URLprefix{Available online at: }
</geshi> The rest of the prefixes are given below: <geshi lang="latex">
\def\DOIprefix{doi:}
\def\ArXivprefix{arXiv:}
\def\Pubmedprefix{pmid:}
</geshi>