Difference between revisions of "Format notes"
From timescalewiki
Line 108: | Line 108: | ||
<sup>[[#***ABC*** | pp.##]]</sup> | <sup>[[#***ABC*** | pp.##]]</sup> | ||
which links to the reference next to <pre><div id="***ABC***"></pre> | which links to the reference next to <pre><div id="***ABC***"></pre> | ||
+ | |||
+ | =General format for time scale pages= | ||
+ | {| class="wikitable" | ||
+ | |+$\mathbb{T}=*********$ | ||
+ | |- | ||
+ | |[[Forward jump]]: | ||
+ | |$\sigma(t)=*********$ | ||
+ | |- | ||
+ | |[[Forward graininess]]: | ||
+ | |$\mu(t)=*********$ | ||
+ | |- | ||
+ | |[[Backward jump]]: | ||
+ | |$\rho(t)=*********$ | ||
+ | |- | ||
+ | |[[Backward graininess]]: | ||
+ | |$\nu(t)=*********$ | ||
+ | |- | ||
+ | |[[Delta derivative | $\Delta$-derivative]] | ||
+ | |$f^{\Delta}(t)=*********$ | ||
+ | |- | ||
+ | |[[Nabla derivative | $\nabla$-derivative]] | ||
+ | |$f^{\nabla}(t) =*********$ | ||
+ | |- | ||
+ | |[[Delta integral | $\Delta$-integral]] | ||
+ | |$\displaystyle\int_s^t f(\tau) \Delta \tau = *********$ | ||
+ | |- | ||
+ | |[[Nabla derivative | $\nabla$-derivative]] | ||
+ | |$\displaystyle\int_s^t f(\tau) \nabla \tau = *********$ | ||
+ | |- | ||
+ | |[[Delta exponential | $e_p(t,s)=$]] | ||
+ | | $*********$ | ||
+ | ([[Derivation of delta exponential T=******|derivation]]) | ||
+ | |- | ||
+ | |[[Nabla exponential | $\hat{e}_p(t,s)=$]] | ||
+ | |$*********$ | ||
+ | ([[Derivation of nabla exponential T=*********|derivation]]) | ||
+ | |- | ||
+ | |[[Delta sine | $\mathrm{sin}_p(t,s)=$]] | ||
+ | |$*********$ | ||
+ | ([[Derivation of sin sub p for T=*********|derivation]]) | ||
+ | |- | ||
+ | |$\mathrm{\sin}_1(t,0)$ | ||
+ | |$*********$ | ||
+ | ([[Derivation of sin sub 1 for T=*********|derivation]]) | ||
+ | |- | ||
+ | |$\mathrm{\cos}_p(t,s)$ | ||
+ | |$*********$ | ||
+ | ([[Derivation of cos sub p for T=*********|derivation]]) | ||
+ | |- | ||
+ | |$\mathrm{\cos}_1(t,0)$ | ||
+ | |$*********$ | ||
+ | ([[Derivation of cos sub 1 for T=*********|derivation]]) | ||
+ | |- | ||
+ | |[[Hilger circle]] | ||
+ | | | ||
+ | |- | ||
+ | |[[Laplace transform]] | ||
+ | |$\mathscr{L}_{\mathbb{R}}\{f\}(z;s)=*********$ | ||
+ | |- | ||
+ | |[[Gamma function]] | ||
+ | |$\Gamma_{\mathbb{T}}(x,s)=*********$ | ||
+ | |- | ||
+ | |} |
Revision as of 00:01, 18 May 2015
This is a list of common code templates and styles we use at timescalewiki.
Contents
Theorem/proof box template
The code
<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 █
Generic list of time scales
The code
{| class="wikitable" |+Time Scale foo Functions |- |$\mathbb{T}$ | |- |[[Real_numbers | $\mathbb{R}$]] |$foo(t)= $ |- |[[Integers | $\mathbb{Z}$]] |$foo(t) = $ |- |[[Multiples_of_integers | $h\mathbb{Z}$]] | $foo(t) = $ |- | [[Square_integers | $\mathbb{Z}^2$]] | $foo(t) = $ |- |[[Quantum_q_greater_than_1 | $\overline{q^{\mathbb{Z}}}, q > 1$]] | $foo(t) = $ |- |[[Quantum_q_less_than_1 | $\overline{q^{\mathbb{Z}}}, q < 1$]] | $foo(t) =$ |- |[[Harmonic_numbers | $\mathbb{H}$]] |$foo(t) = $ |}
generates
$\mathbb{T}$ | |
$\mathbb{R}$ | $foo(t)= $ |
$\mathbb{Z}$ | $foo(t) = $ |
$h\mathbb{Z}$ | $foo(t) = $ |
$\mathbb{Z}^2$ | $foo(t) = $ |
$\overline{q^{\mathbb{Z}}}, q > 1$ | $foo(t) = $ |
$\overline{q^{\mathbb{Z}}}, q < 1$ | $foo(t) =$ |
$\mathbb{H}$ | $foo(t) = $ |
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***">
General format for time scale pages
Forward jump: | $\sigma(t)=*********$ |
Forward graininess: | $\mu(t)=*********$ |
Backward jump: | $\rho(t)=*********$ |
Backward graininess: | $\nu(t)=*********$ |
$\Delta$-derivative | $f^{\Delta}(t)=*********$ |
$\nabla$-derivative | $f^{\nabla}(t) =*********$ |
$\Delta$-integral | $\displaystyle\int_s^t f(\tau) \Delta \tau = *********$ |
$\nabla$-derivative | $\displaystyle\int_s^t f(\tau) \nabla \tau = *********$ |
$e_p(t,s)=$ | $*********$ |
$\hat{e}_p(t,s)=$ | $*********$ |
$\mathrm{sin}_p(t,s)=$ | $*********$ |
$\mathrm{\sin}_1(t,0)$ | $*********$ |
$\mathrm{\cos}_p(t,s)$ | $*********$ |
$\mathrm{\cos}_1(t,0)$ | $*********$ |
Hilger circle | |
Laplace transform | $\mathscr{L}_{\mathbb{R}}\{f\}(z;s)=*********$ |
Gamma function | $\Gamma_{\mathbb{T}}(x,s)=*********$ |