miscellanea.html 653 B

123456789101112131415161718192021222324
  1. <html>
  2. <head>
  3. <title>miscellanea.html</title>
  4. <link rel="stylesheet" type="text/css" href="styles.css">
  5. <base target="desc">
  6. </head>
  7. <body>
  8. <h4>Miscellanea <small><a href="contents.html" target="index">[back]</a></small></h4>
  9. <ul>
  10. <li><a href="syntax.html">syntax highlighting</a></li>
  11. <li><a href="acknowledgements.html">acknowledgements</a></li>
  12. <li><a href="bibliography.html">bibliography</a></li>
  13. </ul>
  14. <!--
  15. © Copyright Housemarque Oy 2002
  16. © Copyright Paul Mensonides 2002
  17. Distributed under the Boost Software License, Version 1.0.
  18. (See accompanying file LICENSE_1_0.txt or copy at
  19. http://www.boost.org/LICENSE_1_0.txt)
  20. -->
  21. </body>
  22. </html>