1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
/* start css.sty */
.cmbx-10{font-weight: bold;}
.cmtt-10{font-family: monospace;}
.cmti-10{font-style: italic;}
.small-caps{font-variant: small-caps; }
p.noindent { text-indent: 0em }
p.indent{ text-indent: 1.5em }
.sub, .sup {font-size:110%}
.Canvas { position:relative; }
img.mathdisplay{ margin-top: 1em; margin-bottom: 1em; }
td.eqalign3 { text-align:right; margin-left:10em;}
.eqalign td { white-space: nowrap; }
td.eqalignno3 { text-align:right; margin-left:10em;}
.eqalignno td { white-space: nowrap; }
.eqalignno td.noalign { white-space: normal; }
td.leqalignno3 { text-align:right; margin-left:10em;}
.leqalignno td { white-space: nowrap; }
.leqalignno td.noalign { white-space: normal; }
span.TEX {letter-spacing: -0.125em; }
span.TEX span.E{ position:relative;top:0.5ex;left:-0.0417em;}
a span.TEX span.E {text-decoration: none; }
.obeylines-h,.obeylines-v {white-space: nowrap; }
span.pmatrix img{vertical-align:middle;}
.underline{ text-decoration:underline; }
.overline{ text-decoration:overline; }
.itemitem {margin-left: 5em; text-indent: -2em; margin-top: 0.5em; margin-bottom: 0.5em;}
.item {margin-left: 3em; text-indent: -2em; margin-top: 0.5em; margin-bottom: 0.5em;}
/* end css.sty */
|