@@ -34,6 +34,9 @@ td center { margin-top:0em; margin-bottom:0em; }
3434.Canvas { position : relative; }
3535img .math {vertical-align : middle;}
3636li p .indent { text-indent : 0em }
37+ li p : first-child { margin-top : 0em ; }
38+ li p : last-child , li div : last-child { margin-bottom : 0.5em ; }
39+ li p ~ ul : last-child , li p ~ ol : last-child { margin-bottom : 0.5em ; }
3740.enumerate1 {list-style-type : decimal;}
3841.enumerate2 {list-style-type : lower-alpha;}
3942.enumerate3 {list-style-type : lower-roman;}
@@ -67,6 +70,8 @@ span.footnote-mark sup.textsuperscript, span.footnote-mark a sup.textsuperscript
6770div .tabular , div .center div .tabular {text-align : center; margin-top : 0.5em ; margin-bottom : 0.5em ; }
6871table .tabular td p {margin-top : 0em ;}
6972table .tabular {margin-left : auto; margin-right : auto;}
73+ td p : first-child { margin-top : 0em ; }
74+ td p : last-child { margin-bottom : 0em ; }
7075div .td00 { margin-left : 0pt ; margin-right : 0pt ; }
7176div .td01 { margin-left : 0pt ; margin-right : 5pt ; }
7277div .td10 { margin-left : 5pt ; margin-right : 0pt ; }
@@ -84,8 +89,9 @@ span.TEX span.E{ position:relative;top:0.5ex;left:-0.0417em;}
8489a span .TEX span .E {text-decoration : none; }
8590span .LATEX span .A { position : relative; top : -0.5ex ; left : -0.4em ; font-size : 85% ;}
8691span .LATEX span .TEX { position : relative; left : -0.4em ; }
87- div .float img , div .float .caption {text-align : center;}
88- div .figure img , div .figure .caption {text-align : center;}
92+ div .float , div .figure {margin-left : auto; margin-right : auto;}
93+ div .float img {text-align : center;}
94+ div .figure img {text-align : center;}
8995.marginpar {width : 20% ; float : right; text-align : left; margin-left : auto; margin-top : 0.5em ; font-size : 85% ; text-decoration : underline;}
9096.marginpar p {margin-top : 0.4em ; margin-bottom : 0.4em ;}
9197table .equation {width : 100% ;}
@@ -102,12 +108,13 @@ table.pmatrix {width:100%;}
102108span .pmatrix img {vertical-align : middle;}
103109div .pmatrix {text-align : center;}
104110table .pmatrix {width : 100% ;}
111+ span .bar-css {text-decoration : overline;}
105112img .cdots {vertical-align : middle;}
106113.partToc a , .partToc , .likepartToc a , .likepartToc {line-height : 200% ; font-weight : bold; font-size : 110% ;}
107114.chapterToc a , .chapterToc , .likechapterToc a , .likechapterToc , .appendixToc a , .appendixToc {line-height : 200% ; font-weight : bold;}
108115.index-item , .index-subitem , .index-subsubitem {display : block}
109- .caption td . id { font-weight : bold; white-space : nowrap; }
110- table .caption { text-align : center; }
116+ div .caption { text-indent : -2 em ; margin-left : 3 em ; margin-right : 1 em ; text-align : left; }
117+ div .caption span . id { font-weight : bold; white-space : nowrap; }
111118h1 .partHead {text-align : center}
112119p .bibitem { text-indent : -2em ; margin-left : 2em ; margin-top : 0.6em ; margin-bottom : 0.6em ; }
113120p .bibitem-p { text-indent : 0em ; margin-left : 2em ; margin-top : 0.6em ; margin-bottom : 0.6em ; }
0 commit comments