Template:Bibtex: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly>@misc{qetlab, author = {Nathaniel Johnston}, title = {{QETLAB}: A {MATLAB} toolbox for quantum entanglement, version {{CurrentVersion}}}, howpu..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>@misc{qetlab, | <includeonly><pre>@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}} | ||
}</includeonly><noinclude>{{Bibtex}}</noinclude> | }</pre></includeonly><noinclude>This template creates BibTeX code for citing QETLAB. Its output is shown below: | ||
{{Bibtex}}</noinclude> | |||
Revision as of 19:00, 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 {{CurrentVersion}}},
howpublished = {\url{http://qetlab.com}},
month = {{#substring:{{LastUpdated}}|0|3}},
year = {{#substring:{{LastUpdated}}|-4}}
}