Template:Bibtex: Difference between revisions

From QETLAB
Jump to navigation Jump to search
m Protected "Template:Bibtex" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
No edit summary
Line 1: Line 1:
<includeonly><pre>@misc{qetlab,
<includeonly><tt>@misc{qetlab,
   author      = {Nathaniel Johnston},
   author      = {Nathaniel Johnston},
   title        = {{QETLAB}: A {MATLAB} toolbox for quantum entanglement, version {{CurrentVersion}}},
   title        = {{QETLAB}: A {MATLAB} toolbox for quantum entanglement, version {{CurrentVersion}}},
Line 5: Line 5:
   month        = {{#substring:{{LastUpdated}}|0|3}},
   month        = {{#substring:{{LastUpdated}}|0|3}},
   year        = {{#substring:{{LastUpdated}}|-4}}
   year        = {{#substring:{{LastUpdated}}|-4}}
}</pre></includeonly><noinclude>This template creates BibTeX code for citing QETLAB. Its output is shown below:
}</tt></includeonly><noinclude>This template creates BibTeX code for citing QETLAB. Its output is shown below:
{{Bibtex}}</noinclude>
{{Bibtex}}</noinclude>

Revision as of 19:01, 14 January 2015

This template creates BibTeX code for citing QETLAB. Its output is shown below: @misc{qetlab,

 author       = {Nathaniel Johnston},
 title        = {{QETLAB}: A {MATLAB} toolbox for quantum entanglement, version 1.0},
 howpublished = {\url{http://qetlab.com}},
 month        = {{#substring:July 22, 2025|0|3}},
 year         = {{#substring:July 22, 2025|-4}}

}