mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Slight pimping of the "Basic matrix manipulation" table.
More CSS simplifications.
This commit is contained in:
parent
63287ff08f
commit
e1348b9cc9
@ -124,14 +124,13 @@ Matrix3f m1; m1 << 1, 2, 3,
|
|||||||
|
|
||||||
<tr><td>Comma initializer (bis)</td>
|
<tr><td>Comma initializer (bis)</td>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<table class="noborder"><tr><td>
|
|
||||||
\include Tutorial_commainit_02.cpp
|
\include Tutorial_commainit_02.cpp
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
output:
|
output:
|
||||||
\verbinclude Tutorial_commainit_02.out
|
\verbinclude Tutorial_commainit_02.out
|
||||||
</td></tr></table>
|
</td>
|
||||||
<td></td></tr>
|
</tr>
|
||||||
|
|
||||||
<tr><td>Runtime info</td>
|
<tr><td>Runtime info</td>
|
||||||
<td>\code
|
<td>\code
|
||||||
|
@ -149,24 +149,6 @@ dl.el {
|
|||||||
margin-left: -1cm
|
margin-left: -1cm
|
||||||
}
|
}
|
||||||
|
|
||||||
.fragment {
|
|
||||||
font-family: monospace, fixed;
|
|
||||||
font-size: 95%;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre.fragment {
|
|
||||||
border: 1px solid #cccccc;
|
|
||||||
background-color: #f5f5f5;
|
|
||||||
margin-top: 4px;
|
|
||||||
margin-bottom: 4px;
|
|
||||||
margin-left: 2px;
|
|
||||||
margin-right: 8px;
|
|
||||||
padding-left: 6px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.ah {
|
div.ah {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -449,7 +431,8 @@ a.top {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a.top:hover, a.logo:hover {
|
a.top:hover, a.logo:hover {
|
||||||
background-color: transparent;font-weight : bolder;
|
background-color: transparent;
|
||||||
|
font-weight : bolder;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.navigation {
|
div.navigation {
|
||||||
@ -498,45 +481,44 @@ table.noborder td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.tutorial_code {
|
table.tutorial_code {
|
||||||
border-collapse: collapse;
|
width: 90%;
|
||||||
border-width: 1px;
|
|
||||||
border-style: dotted;
|
|
||||||
border-color: #888888;
|
|
||||||
empty-cells : hide;
|
|
||||||
margin: 4pt 0 0 0;
|
|
||||||
padding: 0 0 0 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table.tutorial_code tr {
|
table.tutorial_code tr {
|
||||||
border-style: dashed;
|
border: 1px dashed #888888;
|
||||||
border-width: 1px;
|
|
||||||
border-color: #888888;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table.tutorial_code td {
|
table.tutorial_code td {
|
||||||
border-style: none dotted none dotted;
|
border: none;
|
||||||
border-width: 0 1px 0 1px;
|
padding: 3pt 5pt 3pt 5pt;
|
||||||
border-color: transparent;
|
|
||||||
empty-cells : show;
|
|
||||||
margin: 0 0 0 0;
|
|
||||||
padding: 2pt 5pt 2pt 5pt;
|
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.tutorial_code td.note {
|
|
||||||
font-size: 8.5pt;
|
|
||||||
padding-top: 3pt;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Whenever doxygen meets a '\n' or a '<BR/>', it will put
|
/* Whenever doxygen meets a '\n' or a '<BR/>', it will put
|
||||||
* the text containing the characted into a <p class="starttd">.
|
* the text containing the characted into a <p class="starttd">.
|
||||||
* This little hack togehter with table.tutorial_code td.note
|
* This little hack togehter with table.tutorial_code td.note
|
||||||
* aims at fixing this issue. */
|
* aims at fixing this issue. */
|
||||||
table.tutorial_code td.note p.starttd {
|
table.tutorial_code td.note p.starttd {
|
||||||
font-size: 8.5pt;
|
margin: 0px;
|
||||||
border: none;
|
border: none;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.fragment {
|
||||||
|
font-family: monospace, fixed;
|
||||||
|
font-size: 95%;
|
||||||
|
|
||||||
margin: 0pt;
|
margin: 0pt;
|
||||||
padding: 0pt;
|
border: none;
|
||||||
|
padding: 0pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre.fragment {
|
||||||
|
margin: 0pt;
|
||||||
|
border: 1px solid #cccccc;
|
||||||
|
padding: 2px 5px 2px 5px;
|
||||||
|
|
||||||
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.eimainmenu {
|
div.eimainmenu {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user