Difference between revisions of "Format notes"
From timescalewiki
(→Theorem/proof box template) |
|||
Line 13: | Line 13: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | =BiBTeX= | ||
+ | Place all references at the bottom of the document below a | ||
+ | <pre>=References=</pre> | ||
+ | inside of | ||
+ | <pre><bibtex>....</bibtex></pre> | ||
+ | tags. Use the following code as a template: | ||
+ | <pre><div id="deots"></div><bibtex> | ||
+ | @inproceedings{MR1843232, | ||
+ | title="Dynamic equations on time scales", | ||
+ | author="Bohner, Martin and Peterson, Allan", | ||
+ | booktitle="Birkhäuser Boston, Inc., Boston, MA", | ||
+ | year="2001", | ||
+ | doi="10.1007/978-1-4612-0201-1", | ||
+ | url="http://dx.doi.org/10.1007/978-1-4612-0201-1" | ||
+ | } | ||
+ | </bibtex></pre> | ||
+ | creates | ||
+ | <div id="***ABC***"></div><bibtex> | ||
+ | @inproceedings{deots, | ||
+ | title="Dynamic equations on time scales", | ||
+ | author="Bohner, Martin and Peterson, Allan", | ||
+ | booktitle="Birkhäuser Boston, Inc., Boston, MA", | ||
+ | year="2001", | ||
+ | doi="10.1007/978-1-4612-0201-1", | ||
+ | url="http://dx.doi.org/10.1007/978-1-4612-0201-1" | ||
+ | } | ||
+ | </bibtex> | ||
+ | |||
+ | We use the code | ||
+ | <pre><sup>[[#***ABC*** | pp.##]]</sup></pre> | ||
+ | to create a link in the main text that looks like | ||
+ | <sup>[[#***ABC*** | pp.##]]</sup> | ||
+ | which links to the reference next to <pre><div id="***ABC***"></pre> |
Revision as of 03:54, 24 July 2014
Theorem/proof box template
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px"> <strong>THEOREM/LEMMA/PROPOSITION:</strong> STATEMENT OF THEOREM <div class="mw-collapsible-content"> <strong>Proof:</strong> proof goes here █ </div> </div>
creates
THEOREM/LEMMA/PROPOSITION: STATEMENT OF THEOREM
Proof: proof goes here █
BiBTeX
Place all references at the bottom of the document below a
=References=
inside of
<bibtex>....</bibtex>
tags. Use the following code as a template:
<div id="deots"></div><bibtex> @inproceedings{MR1843232, title="Dynamic equations on time scales", author="Bohner, Martin and Peterson, Allan", booktitle="Birkhäuser Boston, Inc., Boston, MA", year="2001", doi="10.1007/978-1-4612-0201-1", url="http://dx.doi.org/10.1007/978-1-4612-0201-1" } </bibtex>
creates
<bibtex>@inproceedings{deots, title="Dynamic equations on time scales", author="Bohner, Martin and Peterson, Allan", booktitle="Birkhäuser Boston, Inc., Boston, MA", year="2001", doi="10.1007/978-1-4612-0201-1", url="http://dx.doi.org/10.1007/978-1-4612-0201-1" }
</bibtex>
We use the code
<sup>[[#***ABC*** | pp.##]]</sup>
to create a link in the main text that looks like pp.##
which links to the reference next to<div id="***ABC***">