File: vlfeat-website-template.xml

package info (click to toggle)
vlfeat 0.9.21%2Bdfsg0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,628 kB
  • sloc: ansic: 23,176; python: 1,784; makefile: 197; xml: 188; sh: 49
file content (81 lines) | stat: -rw-r--r-- 2,227 bytes parent folder | download | duplicates (6)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE site PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
 <head>
  <!-- IE Standards Mode -->
  <meta http-equiv="X-UA-Compatible" content="IE=edge"/>

  <!-- Favicon -->
  <link rel="icon" href="%pathto:root;images/vl_blue.ico" type="image/x-icon"/>
  <link rel="shortcut icon" href="%pathto:root;images/vl_blue.ico" type="image/x-icon"/>

  <!-- Page title -->
  <title>VLFeat - %path:plain;</title>

  <!-- Stylesheets -->
  <link href="%pathto:root;vlfeat.css" rel="stylesheet" type="text/css"/>
  <link href="%pathto:root;pygmentize.css" rel="stylesheet" type="text/css"/>
  <style>
    /* fixes a conflict between Pygmentize and MathJax */
    .MathJax .mo, .MathJax .mi {color: inherit ! important}
  </style>
  %pagestyle;

  <!-- Scripts-->
  %pagescript;

  <!-- MathJax -->
  <script type="text/x-mathjax-config">
    MathJax.Hub.Config({
    tex2jax: {
      inlineMath: [ ['$','$'], ['\\(','\\)'] ],
      processEscapes: true,
    },
    TeX: {
      Macros: {
        balpha: '\\boldsymbol{\\alpha}',
        bc: '\\mathbf{c}',
        be: '\\mathbf{e}',
        bg: '\\mathbf{g}',
        bq: '\\mathbf{q}',
        bu: '\\mathbf{u}',
        bv: '\\mathbf{v}',
        bw: '\\mathbf{w}',
        bx: '\\mathbf{x}',
        by: '\\mathbf{y}',
        bz: '\\mathbf{z}',
        bsigma: '\\mathbf{\\sigma}',
        sign: '\\operatorname{sign}',
        diag: '\\operatorname{diag}',
        real: '\\mathbb{R}',
      },
      equationNumbers: { autoNumber: 'AMS' }
      }
    });
  </script>
  <script type="text/javascript"
          src="file:/usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"/>
 </head>

 <!-- Body Start -->
 <body>
  <div id="headbanner-section">
    <div id="headbanner">
      %path;
    </div>
  </div>
  <div id="content-section">
    <div id="content-wrapper">
      <div id="content">
        %content;
      </div>
      <div class="clear">&nbsp;</div>
    </div>
  </div> <!-- content-section -->
  <div id="footer-section">
    <div id="footer">
      &copy; 2007-14,18 The VLFeat Authors
    </div> <!-- footer -->
  </div> <!-- footer section -->
 </body>
 <!-- Body ends -->
</html>