|
|
| Line 1: |
Line 1: |
| == In Line ==
| | Step 1 is to copy the reference list generated by EndNote (or whatever I was using for that paper) into the section at the end of the paper. |
| In line text citation:
| |
|
| |
|
| <code><nowiki> <sup>[[#TAG|[NUMBER]]]</sup></nowiki></code>
| | Format each reference like so: |
|
| |
|
| Where TAG is a name not seen by the reader and NUMBER is the reference number seen by the reader
| | <code> |
| | <nowiki> |
| | : [1] Smith, Smith and Smith. A very big important paper. pp. 666-667, 2012. |
|
| |
|
| '''Example:'''
| | : [2] Jones, Jones and Jones. An even MORE important paper, pp. 2-3, 2013. |
| | | </nowiki> |
| <code><nowiki> <sup>[[#SmithAndJones|[1]]]</sup></nowiki></code>
| | </code> |
| | |
| ''Provides:''
| |
| | |
| Citeable text <sup>[[#SmithAndJones|[1]]]</sup>, and so on...
| |
| | |
| == Bibliography ==
| |
| End of text bibliographical note:
| |
| | |
| <code><nowiki><span id="TAG"><sup>[NUMBER]</sup> CITATION</span></nowiki></code>
| |
| | |
| Where TAG and NUMBER match with the above.
| |
| | |
| '''Example:'''
| |
| | |
| <code><nowiki><span id="SmithAndJones"><sup>[1]</sup> Smith, B and Jones, M. ''Our really, really important paper''.</span></nowiki></code>
| |
| | |
| | |
| ''Provides:''
| |
| | |
| <span id="SmithAndJones"><sup>[1]</sup> Smith, B and Jones, M. ''Our really, really important paper''.</span>
| |