codeformat

This commit is contained in:
alex 2025-06-15 08:03:23 +01:00
parent 489d3f8d4d
commit bebbe30b50
2 changed files with 975 additions and 856 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,80 +1,63 @@
$if(false)$ $if(false)$ This is a pandoc template and should not be edited. $endif$
This is a pandoc template and should not be edited.
$endif$
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"$if(lang)$ lang="$lang$" xml:lang="$lang$"$endif$> <html xmlns="http://www.w3.org/1999/xhtml" $if(lang)$ lang="$lang$" xml:lang="$lang$" $endif$>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" /> <meta name="generator" content="pandoc" />
$for(author-meta)$ $for(author-meta)$
<meta name="author" content="$author-meta$" /> <meta name="author" content="$author-meta$" />
$endfor$ $endfor$ $if(date-meta)$
$if(date-meta)$
<meta name="date" content="$date-meta$" /> <meta name="date" content="$date-meta$" />
$endif$ $endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title> <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style>
$if(quotes)$
<style type="text/css">q { quotes: "“" "”" "" ""; }</style>
$endif$
$if(highlighting-css)$
<style type="text/css"> <style type="text/css">
$highlighting-css$ code {
white-space: pre;
}
</style> </style>
$endif$ $if(quotes)$
<link rel="stylesheet" href="css/iclc.css" $if(html5)$$else$type="text/css" $endif$/> <style type="text/css">
$for(css)$ q {
<link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/> quotes: '“' '”' '' '';
$endfor$ }
$if(math)$ </style>
$math$ $endif$ $if(highlighting-css)$
$endif$ <style type="text/css">
$for(header-includes)$ $highlighting-css$
$header-includes$ </style>
$endfor$ $endif$
</head> <link rel="stylesheet" href="css/iclc.css" $if(html5)$$else$type="text/css" $endif$ />
<body> $for(css)$
$for(include-before)$ <link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$ />
$include-before$ $endfor$ $if(math)$ $math$ $endif$ $for(header-includes)$ $header-includes$ $endfor$
$endfor$ </head>
$if(title)$ <body>
<div id="$idprefix$header"> $for(include-before)$ $include-before$ $endfor$ $if(title)$
<h1 class="title">$title$</h1> <div id="$idprefix$header">
$if(subtitle)$ <h1 class="title">$title$</h1>
<h1 class="subtitle">$subtitle$</h1> $if(subtitle)$
$endif$ <h1 class="subtitle">$subtitle$</h1>
<ul id="authorlist"> $endif$
$for(author)$ <ul id="authorlist">
<li>$author$</li> $for(author)$
$endfor$ <li>$author$</li>
</ul> $endfor$
$if(date)$ </ul>
<h3 class="date">$date$</h3> $if(date)$
$endif$ <h3 class="date">$date$</h3>
</div> $endif$
$endif$ </div>
$if(toc)$ $endif$ $if(toc)$
<div id="$idprefix$TOC"> <div id="$idprefix$TOC">$toc$</div>
$toc$ $endif$
</div>
$endif$
<h2 class="abstract">Abstract</h2> <h2 class="abstract">Abstract</h2>
<div id="abstract"> <div id="abstract">
$if(abstract)$ $if(abstract)$ $abstract$ $else$ Please provide an abstract in the metadata block at the top of your markdown
$abstract$ document. Refer to template.txt for details. $endif$
$else$ </div>
Please provide an abstract in the metadata block at the top of your
markdown document. Refer to template.txt for details.
$endif$
</div>
$body$ $body$ $for(include-after)$ $include-after$ $endfor$
$for(include-after)$ </body>
$include-after$
$endfor$
</body>
</html> </html>