You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.1 KiB
75 lines
1.1 KiB
4 years ago
|
////
|
||
|
Used in:
|
||
|
|
||
|
User manual: Equations and Formulas
|
||
|
////
|
||
|
|
||
|
// tag::base-co[]
|
||
|
= My Diabolical Mathmatical Opus
|
||
|
Jamie Moriarty
|
||
|
:stem: // <1>
|
||
|
// end::base-co[]
|
||
|
|
||
|
// tag::base-alt[]
|
||
|
= My Diabolical Mathmatical Opus
|
||
|
Jamie Moriarty
|
||
|
:stem: latexmath
|
||
|
// end::base-alt[]
|
||
|
|
||
|
// tag::in-co[]
|
||
|
stem:[sqrt(4) = 2] // <1> <2>
|
||
|
|
||
|
Water (stem:[H_2O]) is a critical component.
|
||
|
// end::in-co[]
|
||
|
|
||
|
// tag::in[]
|
||
|
stem:[sqrt(4) = 2]
|
||
|
|
||
|
Water (stem:[H_2O]) is a critical component.
|
||
|
// end::in[]
|
||
|
|
||
|
// tag::in-sb[]
|
||
|
A matrix can be written as stem:[[[a,b\],[c,d\]\]((n),(k))].
|
||
|
// end::in-sb[]
|
||
|
|
||
|
// tag::bl-macro[]
|
||
|
.Exponential growth
|
||
|
stem::[x_0(1 + r)^2]
|
||
|
// end::bl-macro[]
|
||
|
|
||
|
// tag::bl-co[]
|
||
|
[stem] // <1>
|
||
|
++++ // <2>
|
||
|
sqrt(4) = 2
|
||
|
++++
|
||
|
// end::bl-co[]
|
||
|
|
||
|
// tag::bl[]
|
||
|
[stem]
|
||
|
++++
|
||
|
sqrt(4) = 2
|
||
|
++++
|
||
|
// end::bl[]
|
||
|
|
||
|
// tag::bl-alt[]
|
||
|
[latexmath]
|
||
|
++++
|
||
|
x = {-b \pm \sqrt{b^2-4ac} \over 2a}
|
||
|
++++
|
||
|
// end:: bl-alt[]
|
||
|
|
||
|
// tag::multi-l[]
|
||
|
latexmath:[C = \alpha + \beta Y^{\gamma} + \epsilon]
|
||
|
// end::multi-l[]
|
||
|
|
||
|
// tag::multi-a[]
|
||
|
= My Diabolical Mathmatical Opus
|
||
|
Jamie Moriarty
|
||
|
:stem: latexmath
|
||
|
|
||
|
[asciimath]
|
||
|
++++
|
||
|
sqrt(4) = 2
|
||
|
++++
|
||
|
// end::multi-a[]
|