title | author | header | footer | geometry | abstract |
---|---|---|---|---|---|
Test |
Author Name |
This is fancy |
So is this |
margin=1in |
This is a pandoc test . . . |
This markdown is compliant with pandoc markdown. In order to render the it correctly you need to install and use pandoc, here is a working example of the command to render this page: pandoc -f markdown+tex_math_dollars+yaml_metadata_block -t html5 -s --mathjax notes.md > test.html
And here is an example of a working math formula:
Here is another example:
Here is a test of a category diagram using AMScd:
And another example:
And here is an example using dclic:
Other useful links for mathjax are:
- Tex Info
- amscd Tex extension guide
- DCpic, Commutative Diagrams in a (La)TEX
- Play with Latex Math
- Free Online Editor
- The associative property is closely related to the commutative property. The associative property of an expression containing two or more occurrences of the same operator states that the order operations are performed in does not affect the final result, as long as the order of terms doesn't change. In contrast, the commutative property states that the order of the terms does not affect the final result.
- Most commutative operations encountered in practice are also associative. However, commutativity does not imply associativity. A counterexample is the function:
$f(x,y)=(x+y)/2$ which is clearly commutative (interchanging x and y does not affect the result), but it is not associative (since, for example,$f(1, f(2, 3)) = 1.75$ but$f(f(1, 2), 3) = 2.25$ ) - Morphisms have a domain and codomain