comparison mupdf-source/thirdparty/zint/docs/templates/default.html @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$>
3 <head>
4 <meta charset="utf-8" />
5 <meta name="generator" content="pandoc" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
7 $for(author-meta)$
8 <meta name="author" content="$author-meta$" />
9 $endfor$
10 $if(date-meta)$
11 <meta name="dcterms.date" content="$date-meta$" />
12 $endif$
13 $if(keywords)$
14 <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
15 $endif$
16 $if(description-meta)$
17 <meta name="description" content="$description-meta$" />
18 $endif$
19 <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
20 <style>
21 $styles.html()$
22 </style>
23 $for(css)$
24 <link rel="stylesheet" href="$css$" />
25 $endfor$
26 $for(header-includes)$
27 $header-includes$
28 $endfor$
29 $if(math)$
30 $if(mathjax)$
31 <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
32 $endif$
33 $math$
34 $endif$
35 <!--[if lt IE 9]>
36 <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
37 <![endif]-->
38 </head>
39 <body>
40 $for(include-before)$
41 $include-before$
42 $endfor$
43 $if(title)$
44 <header id="title-block-header">
45 <h1 class="title">$title$</h1>
46 $if(subtitle)$
47 <p class="subtitle">$subtitle$</p>
48 $endif$
49 $for(author)$
50 <p class="author">$author$</p>
51 $endfor$
52 $if(date)$
53 <p class="date">$date$</p>
54 $endif$
55 $if(abstract)$
56 <div class="abstract">
57 <div class="abstract-title">$abstract-title$</div>
58 $abstract$
59 </div>
60 $endif$
61 </header>
62 $endif$
63 $if(toc)$
64 <nav id="$idprefix$TOC" role="doc-toc">
65 $if(toc-title)$
66 <h2 id="$idprefix$toc-title">$toc-title$</h2>
67 $endif$
68 $table-of-contents$
69 </nav>
70 $endif$
71 $body$
72 $for(include-after)$
73 $include-after$
74 $endfor$
75 </body>
76 </html>