Elsarticle Release note: Difference between revisions

From STMDocs
Jump to navigation Jump to search
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:


==Release Notes==
==Release Notes==
===Version 2.1===
* Many Astronomical journal abbreviations are added on March 11, 2013 in model2-names.bst as per the request from Jose Stoop.


===Version 2.0===
===Version 2.0===


# Provision to include URL, DOI, arXiv eprints and pubmed fields are added.
* Provision to include URL, DOI, arXiv eprints and pubmed fields are added.
# A new bibtype <code>webpage</code> is added.
* A new bibtype <code>webpage</code> is added.
# The prefixes of URL, DOI, arXiv eprints and pubmed ids are added as T<sub>E</sub>X control sequences. Hence user can control it through T<sub>E</sub>X file and no need to change the <code>.bst</code>. For example, the defaul URL prefix is <code>URL: </code>. But user can change it to whatever he wants in the following way:
* The prefixes of URL, DOI and pubmed ids are added as T<sub>E</sub>X control sequences. Hence user can control it through T<sub>E</sub>X file and no need to change the <code>.bst</code>. For example, the defaul URL prefix is <code>URL: </code>. But user can change it to whatever he wants in the following way:
<geshi lang="latex">
<geshi lang="latex">
  \def\URLprefix{Available online at: }
  \def\URLprefix{Available online at: }
Line 14: Line 17:
<geshi lang="latex">
<geshi lang="latex">
  \def\DOIprefix{doi:}
  \def\DOIprefix{doi:}
\def\ArXivprefix{arXiv:}
 
  \def\Pubmedprefix{pmid:}
  \def\Pubmedprefix{pmid:}
</geshi>
</geshi>
* Collaboration added.
* <code>elsarticle-num.bst</code> is deprecated since <code>elsarticle-num-names.bst</code> can be used for the same purpose.


===Version 1.0===
===Version 1.0===

Latest revision as of 15:09, 19 March 2013

<Back

Release Notes

Version 2.1

  • Many Astronomical journal abbreviations are added on March 11, 2013 in model2-names.bst as per the request from Jose Stoop.

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 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 is URL: . 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\Pubmedprefix{pmid:}

</geshi>

  • Collaboration added.
  • elsarticle-num.bst is deprecated since elsarticle-num-names.bst can be used for the same purpose.


Version 1.0