Action_Thermostats
Add_AtomRandomPerturbation
Add_RotateAroundBondAction
Add_SelectAtomByNameAction
Adding_Graph_to_ChangeBondActions
Adding_MD_integration_tests
Adding_StructOpt_integration_tests
AutomationFragmentation_failures
Candidate_v1.6.1
ChangeBugEmailaddress
ChemicalSpaceEvaluator
Docu_Python_wait
EmpiricalPotential_contain_HomologyGraph_documentation
Enhance_userguide
Enhanced_StructuralOptimization
Enhanced_StructuralOptimization_continued
Example_ManyWaysToTranslateAtom
Exclude_Hydrogens_annealWithBondGraph
Fix_StatusMsg
Fix_StepWorldTime_single_argument
Fix_Verbose_Codepatterns
ForceAnnealing_oldresults
ForceAnnealing_with_BondGraph
ForceAnnealing_with_BondGraph_continued
ForceAnnealing_with_BondGraph_continued_betteresults
ForceAnnealing_with_BondGraph_contraction-expansion
Gui_displays_atomic_force_velocity
IndependentFragmentGrids_IntegrationTest
JobMarket_RobustOnKillsSegFaults
JobMarket_StableWorkerPool
PythonUI_with_named_parameters
QtGui_reactivate_TimeChanged_changes
Recreated_GuiChecks
RotateToPrincipalAxisSystem_UndoRedo
StoppableMakroAction
TremoloParser_IncreasedPrecision
TremoloParser_MultipleTimesteps
Last change
on this file since 788dce was 6029a6, checked in by Frederik Heber <heber@…>, 11 years ago |
Added largely extended userguide with some images into subfolder of doc folder.
- Munched docbook into something workable:
- the big problem was out-of-source build in conjunction with the figures in
the userguide.
- I did not try hard enough with img.src.path but used entityref instead
together with a catalog file.
- so in all, we have followed:
- ... this was a long way ...
- am_conditioning on both xsltproc and fop.
|
-
Property mode
set to
100644
|
File size:
4.0 KB
|
Rev | Line | |
---|
[6029a6] | 1 | body {
|
---|
| 2 | font-family: sans-serif;
|
---|
| 3 | font-size: 10pt;
|
---|
| 4 | color: black;
|
---|
| 5 | background-color: white;
|
---|
| 6 | }
|
---|
| 7 |
|
---|
| 8 | h1,
|
---|
| 9 | h2,
|
---|
| 10 | h3,
|
---|
| 11 | h4,
|
---|
| 12 | h5,
|
---|
| 13 | h6 {
|
---|
| 14 | color: #394986;
|
---|
| 15 | font-height: bold;
|
---|
| 16 | margin-top: 1.33ex;
|
---|
| 17 | margin-bottom: 1.33ex;
|
---|
| 18 | }
|
---|
| 19 |
|
---|
| 20 | h1 {
|
---|
| 21 | font-size: 1.8em;
|
---|
| 22 | }
|
---|
| 23 |
|
---|
| 24 | h2 {
|
---|
| 25 | font-size: 1.6em;
|
---|
| 26 | }
|
---|
| 27 |
|
---|
| 28 | h3 {
|
---|
| 29 | font-size: 1.4em;
|
---|
| 30 | }
|
---|
| 31 |
|
---|
| 32 | h4 {
|
---|
| 33 | font-size: 1.2em;
|
---|
| 34 | }
|
---|
| 35 |
|
---|
| 36 | h5,
|
---|
| 37 | h6 {
|
---|
| 38 | font-size: 1em;
|
---|
| 39 | }
|
---|
| 40 |
|
---|
| 41 | table {
|
---|
| 42 | border-spacing: 0;
|
---|
| 43 | font-size: 1em;
|
---|
| 44 | }
|
---|
| 45 |
|
---|
| 46 | thead,
|
---|
| 47 | tfoot {
|
---|
| 48 | background-color: #EEEEEE;
|
---|
| 49 | }
|
---|
| 50 |
|
---|
| 51 | th,
|
---|
| 52 | td {
|
---|
| 53 | padding: 0 0.5ex;
|
---|
| 54 | }
|
---|
| 55 |
|
---|
| 56 | blockquote {
|
---|
| 57 | margin-top: 1.33ex 4ex;
|
---|
| 58 | }
|
---|
| 59 |
|
---|
| 60 | p,
|
---|
| 61 | th,
|
---|
| 62 | td,
|
---|
| 63 | li,
|
---|
| 64 | dt,
|
---|
| 65 | dd {
|
---|
| 66 | font-size: 1em;
|
---|
| 67 | }
|
---|
| 68 |
|
---|
| 69 | p,
|
---|
| 70 | pre,
|
---|
| 71 | ol,
|
---|
| 72 | dl,
|
---|
| 73 | ul,
|
---|
| 74 | table {
|
---|
| 75 | margin-top: 1.33ex;
|
---|
| 76 | margin-bottom: 1.33ex;
|
---|
| 77 | }
|
---|
| 78 |
|
---|
| 79 | code,
|
---|
| 80 | kbd,
|
---|
| 81 | tt,
|
---|
| 82 | pre {
|
---|
| 83 | font-family: monospace;
|
---|
| 84 | font-size: 90%;
|
---|
| 85 | }
|
---|
| 86 |
|
---|
| 87 | pre {
|
---|
| 88 | white-space: pre;
|
---|
| 89 | background-color: #EEEEEE;
|
---|
| 90 | border: 1px solid #C0C0C0;
|
---|
| 91 | padding: 1ex;
|
---|
| 92 | }
|
---|
| 93 |
|
---|
| 94 | li {
|
---|
| 95 | margin-top: 1.33ex;
|
---|
| 96 | margin-bottom: 1.33ex;
|
---|
| 97 | }
|
---|
| 98 |
|
---|
| 99 | *[compact] > li {
|
---|
| 100 | margin-top: 0;
|
---|
| 101 | margin-bottom: 0;
|
---|
| 102 | }
|
---|
| 103 |
|
---|
| 104 | dt {
|
---|
| 105 | margin-top: 1.33ex;
|
---|
| 106 | margin-bottom: 0;
|
---|
| 107 | }
|
---|
| 108 |
|
---|
| 109 | dd {
|
---|
| 110 | margin-top: 0;
|
---|
| 111 | margin-bottom: 1.33ex;
|
---|
| 112 | }
|
---|
| 113 |
|
---|
| 114 | *[compact] > dt {
|
---|
| 115 | margin-top: 0;
|
---|
| 116 | }
|
---|
| 117 |
|
---|
| 118 | *[compact] > dd {
|
---|
| 119 | margin-bottom: 0;
|
---|
| 120 | }
|
---|
| 121 |
|
---|
| 122 | div.toc,
|
---|
| 123 | div.index,
|
---|
| 124 | div.list-of-figures,
|
---|
| 125 | div.list-of-tables,
|
---|
| 126 | div.list-of-examples,
|
---|
| 127 | div.list-of-equations,
|
---|
| 128 | div.list-of-procedures {
|
---|
| 129 | margin-top: 1.33ex;
|
---|
| 130 | margin-bottom: 1.33ex;
|
---|
| 131 | }
|
---|
| 132 |
|
---|
| 133 | div.toc dl,
|
---|
| 134 | div.index dl,
|
---|
| 135 | div.list-of-figures dl,
|
---|
| 136 | div.list-of-tables dl,
|
---|
| 137 | div.list-of-examples dl,
|
---|
| 138 | div.list-of-equations dl,
|
---|
| 139 | div.list-of-procedures dl {
|
---|
| 140 | margin-top: 0;
|
---|
| 141 | margin-bottom: 0;
|
---|
| 142 | }
|
---|
| 143 |
|
---|
| 144 | div.toc dt,
|
---|
| 145 | div.index dt,
|
---|
| 146 | div.list-of-figures dt,
|
---|
| 147 | div.list-of-tables dt,
|
---|
| 148 | div.list-of-examples dt,
|
---|
| 149 | div.list-of-equations dt,
|
---|
| 150 | div.list-of-procedures dt {
|
---|
| 151 | margin-top: 0.25ex;
|
---|
| 152 | margin-bottom: 0.25ex;
|
---|
| 153 | }
|
---|
| 154 |
|
---|
| 155 | div.toc dd,
|
---|
| 156 | div.index dd,
|
---|
| 157 | div.list-of-figures dd,
|
---|
| 158 | div.list-of-tables dd,
|
---|
| 159 | div.list-of-examples dd,
|
---|
| 160 | div.list-of-equations dd,
|
---|
| 161 | div.list-of-procedures dd {
|
---|
| 162 | margin-top: 0;
|
---|
| 163 | margin-bottom: 0;
|
---|
| 164 | }
|
---|
| 165 |
|
---|
| 166 | div.toc span.part,
|
---|
| 167 | div.toc span.chapter,
|
---|
| 168 | div.toc span.appendix {
|
---|
| 169 | font-weight: bold;
|
---|
| 170 | }
|
---|
| 171 |
|
---|
| 172 | div.attribution {
|
---|
| 173 | text-align: right;
|
---|
| 174 | }
|
---|
| 175 |
|
---|
| 176 | div.sidebar {
|
---|
| 177 | background-color: #EEEEFF;
|
---|
| 178 | border: 1px solid #C0C0DD;
|
---|
| 179 | padding: 1ex;
|
---|
| 180 | margin-top: 1.33ex;
|
---|
| 181 | margin-bottom: 1.33ex;
|
---|
| 182 | }
|
---|
| 183 |
|
---|
| 184 | div.sidebar > p.title {
|
---|
| 185 | margin-top: 0.33ex;
|
---|
| 186 | }
|
---|
| 187 |
|
---|
| 188 | div.example > p.title,
|
---|
| 189 | div.figure > p.title,
|
---|
| 190 | div.table > p.title,
|
---|
| 191 | div.procedure > p.title,
|
---|
| 192 | div.equation > p.title {
|
---|
| 193 | color: #394986;
|
---|
| 194 | font-weight: bold;
|
---|
| 195 | }
|
---|
| 196 |
|
---|
| 197 | div.orderedlist,
|
---|
| 198 | div.calloutlist {
|
---|
| 199 | margin-top: 1.33ex;
|
---|
| 200 | margin-bottom: 1.33ex;
|
---|
| 201 | }
|
---|
| 202 |
|
---|
| 203 | div.orderedlist > table,
|
---|
| 204 | div.calloutlist > table {
|
---|
| 205 | margin: 0;
|
---|
| 206 | }
|
---|
| 207 |
|
---|
| 208 | div.orderedlist > table td,
|
---|
| 209 | div.calloutlist > table td {
|
---|
| 210 | vertical-align: baseline;
|
---|
| 211 | }
|
---|
| 212 |
|
---|
| 213 | div.footnote {
|
---|
| 214 | font-size: 0.9em;
|
---|
| 215 | }
|
---|
| 216 |
|
---|
| 217 | a:link:hover,
|
---|
| 218 | a:visited:hover {
|
---|
| 219 | text-decoration: underline;
|
---|
| 220 | }
|
---|
| 221 |
|
---|
| 222 | a:link {
|
---|
| 223 | text-decoration: none;
|
---|
| 224 | color: #004668;
|
---|
| 225 | }
|
---|
| 226 |
|
---|
| 227 | a:visited {
|
---|
| 228 | text-decoration: none;
|
---|
| 229 | color: #135678;
|
---|
| 230 | }
|
---|
| 231 |
|
---|
| 232 | span.term {
|
---|
| 233 | font-weight: bold;
|
---|
| 234 | }
|
---|
| 235 |
|
---|
| 236 | abbr,
|
---|
| 237 | acronym {
|
---|
| 238 | font-weight: bold;
|
---|
| 239 | }
|
---|
| 240 |
|
---|
| 241 | span.keycap,
|
---|
| 242 | span.keycode,
|
---|
| 243 | span.keysym,
|
---|
| 244 | span.mousebutton {
|
---|
| 245 | font-family: monospace;
|
---|
| 246 | font-size: 90%;
|
---|
| 247 | background-color: #EEEEEE;
|
---|
| 248 | padding: 0.2ex;
|
---|
| 249 | }
|
---|
| 250 |
|
---|
| 251 | span.guimenu,
|
---|
| 252 | span.guisubmenu,
|
---|
| 253 | span.guimenuitem,
|
---|
| 254 | span.guibutton,
|
---|
| 255 | span.guiicon,
|
---|
| 256 | span.interface,
|
---|
| 257 | span.guilabel {
|
---|
| 258 | font-weight: bold;
|
---|
| 259 | }
|
---|
| 260 |
|
---|
| 261 | a img {
|
---|
| 262 | border-style: none;
|
---|
| 263 | }
|
---|
| 264 |
|
---|
| 265 | hr.footnote-hr {
|
---|
| 266 | width: 100px;
|
---|
| 267 | margin-left: 0;
|
---|
| 268 | text-align: left;
|
---|
| 269 | }
|
---|
| 270 |
|
---|
| 271 | /* ------------------------------------------------------------------------
|
---|
| 272 | | Syntax highlighting
|
---|
| 273 | +------------------------------------------------------------------------- */
|
---|
| 274 |
|
---|
| 275 | .hl-keyword {
|
---|
| 276 | font-weight: bold;
|
---|
| 277 | color: #602060;
|
---|
| 278 | }
|
---|
| 279 |
|
---|
| 280 | .hl-string {
|
---|
| 281 | color: #A00000;
|
---|
| 282 | }
|
---|
| 283 |
|
---|
| 284 | .hl-number {
|
---|
| 285 | color: #B08000;
|
---|
| 286 | }
|
---|
| 287 |
|
---|
| 288 | .hl-comment {
|
---|
| 289 | font-style: italic;
|
---|
| 290 | color: #808080;
|
---|
| 291 | }
|
---|
| 292 |
|
---|
| 293 | .hl-doccomment {
|
---|
| 294 | color: #008080;
|
---|
| 295 | }
|
---|
| 296 |
|
---|
| 297 | .hl-directive {
|
---|
| 298 | color: #00A000;
|
---|
| 299 | }
|
---|
| 300 |
|
---|
| 301 | .hl-annotation {
|
---|
| 302 | font-weight: bold;
|
---|
| 303 | color: #808080;
|
---|
| 304 | }
|
---|
| 305 |
|
---|
| 306 | /*
|
---|
| 307 | * XML
|
---|
| 308 | */
|
---|
| 309 |
|
---|
| 310 | .hl-tag {
|
---|
| 311 | font-weight: bold;
|
---|
| 312 | color: #602060;
|
---|
| 313 | }
|
---|
| 314 |
|
---|
| 315 | .hl-attribute {
|
---|
| 316 | color: #0050A0;
|
---|
| 317 | }
|
---|
| 318 |
|
---|
| 319 | .hl-value {
|
---|
| 320 | color: #A00000;
|
---|
| 321 | }
|
---|
| 322 |
|
---|
| 323 | .hl-doctype {
|
---|
| 324 | color: #008080;
|
---|
| 325 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.