This is an old revision of the document!
To edit the pages you need to register (see upper right corner).
The editing window is hopefully enough self-descriptive. For more information about dokuwiki syntax, see Formatting Syntax. In addition, please pay attention to the following two features: citations and formulas.
For rendering formulas, we use a modification of the latex plugin for dokuwiki. Inline formulas are to be written inside single dollar signs. Formulas on separate line are to be written inside double dollar signs.
Each formula is compiled as a separate LaTeX document and the result is then transformed to a SVG image. Note that it is not possible to define any additional commands locally for each page.
We define the following additional macros. The purpose of those definitions is not only to make writing formulas easier but also to unify the notation for the wiki. So, authors are strongly encouraged to use the macros and to use them in the meaning specified in the table. If you suggest any changes in the list, please contact the administrators.
Symbol | Command | Meaning |
---|---|---|
\C | Set of complex numbers | |
\GL | General linear group | |
\N | Set of natural numbers (without zero) | |
\Part | Set of all partitions | |
\R | Set of real numbers | |
\spanlin | Linear span | |
\Q | Set of rational numbers | |
\Z | Set of integers |
For typesetting partitions, we use the macro package partmac
from Daniel Gromada. Here are the instructions
There are macros of the form \Lxxxx
for partitions on lower line, \Uxxxx
for partitions on upper line and \Pxxxx
for partitions with the same ammount of upper and lower points. Here xxxx
is the lexicographically smallest word representation of the partiiton. That is, we have the following macros for partitions with points on the lower line.
\La | | \Laaaa | | \Laabc | |
\Laa | | \Laaab | | \Labac | |
\Lab | | \Laaba | | \Labca | |
\Laaa | | \Labaa | | \Labbc | |
\Laab | | \Labbb | | \Labcb | |
\Laba | | \Laabb | | \Labcc | |
\Labb | | \Labba | | \Labcd | |
\Labc | | \Labab | |
Then we have the following macros for partitions with points on the upper line.
\Ua | | \Uaaaa | | \Uaabc | |
\Uaa | | \Uaaab | | \Uabac | |
\Uab | | \Uaaba | | \Uabca | |
\Uaaa | | \Uabaa | | \Uabbc | |
\Uaab | | \Uabbb | | \Uabcb | |
\Uaba | | \Uaabb | | \Uabcc | |
\Uabb | | \Uabba | | \Uabcd | |
\Uabc | | \Uabab | |
Finally partitions with equal number of points on lower and upper line.
\Paa | | \Pabab | | \Pabcabc | |
\Pab | | \Paabc | | \Pabcabd | |
\Paaaa | | \Pabac | | \Pabcadc | |
\Paaab | | \Pabca | | \Pabcdbc | |
\Paaba | | \Pabbc | | \Pabcade | |
\Pabaa | | \Pabcb | | \Pabcdbe | |
\Pabbb | | \Pabcc | | \Pabcdec | |
\Paabb | | \Pabcd | | \Pabcdef | |
\Pabba |
In addition, we define the following synonyms.
\singleton | | \idpart | | \fourpart | |
\upsingleton | | \disconnecterpart | | \crosspart | |
\pairpart | | \positionerpart | | \halflibpart | |
\uppairpart | | \connecterpart | |