Fix encoding errors in HTML build

This commit is contained in:
Matt McWilliams 2022-08-31 16:25:27 -04:00
parent 53c14a344d
commit fbff95e21e
2 changed files with 31 additions and 2 deletions

View File

@ -13,6 +13,6 @@ SVG="${SVG//img\//..\/img\/}"
echo "${SVG}" > "${HTML_TMP}/index.md"
pandoc --css=style.css -o html/index.html -t html -f markdown+implicit_figures "${HTML_TMP}/index.md"
pandoc --css=style.css -s -o html/index.html -t html -f markdown+implicit_figures "${HTML_TMP}/index.md"
rm -r "${HTML_TMP}"

View File

@ -1,3 +1,25 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta name="author" content="Dennis Couzin" />
<title>NOTES ON OPTICAL PRINTER TECHNIQUE</title>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header id="title-block-header">
<h1 class="title">NOTES ON OPTICAL PRINTER TECHNIQUE</h1>
<p class="author">Dennis Couzin</p>
<p class="date">March 1983</p>
</header>
<div class="indexTable">
<table>
@ -239,6 +261,9 @@
</tbody>
</table>
</div>
<div class="indexTableEnd">
</div>
<p>An optical printer is a device for photographing the frames of one film so as to make another film.</p>
@ -1283,6 +1308,7 @@
<blockquote>
<p>Each line in the chart represents CC filtration to be added to an initial guess of the right CCs. At each line make a series of ND variations surrounding an initial guess of the right ND. Perhaps the guess -.50, -.40, -.30, -.20, -.10, the guese itself, +.10, +.20, and +.30. The series is lopsided because the CC filtrations are all added to the CC guess. The 37 CC variations X the 9 ND variations = a 333 frame test.</p>
</blockquote>
<div class="ymcTable">
<table>
<thead>
<tr class="header">
@ -1479,6 +1505,7 @@
</tr>
</tbody>
</table>
</div>
<p><strong><img src="../img/image_9.svg" alt="Diagram depicting the CC chart plotted on 3 axes: +M, +Y, +C" /></strong></p>
<p>A joint color and brightness test is a net spread over the logical region around an initial guesea, to catch the right exposure.</p>
<p>The 37 line test in the example ia a rather fine 10-20-30 net usable when there is fair confidence in the initial guess.</p>
@ -1598,7 +1625,7 @@
<p>Any pair of maak and countermask, where one proceeds gradually from all clear to all black (the other from all black to all clear) defines a wipe. “Proceeds gradually” is subject to interpretation.</p>
<p>Pretty nearly all image marriages fall into three categories:</p>
<p><strong><img src="../img/image_10.svg" alt="Graphic depicting three examples of travelling matte marriages, I, II, and III" /></strong></p>
<p>I. One region takee ita shape from the things pictured within it. II. One region takes ite shape from the things pictured around it III. One region takes its shape from some not-pictured thing.</p>
<p>I. One region takes its shape from the things pictured within it. II. One region takes its shape from the things pictured around it III. One region takes its shape from some not-pictured thing.</p>
<p><a name="mask-blackness"></a></p>
<h2 id="mask-blackness">MASK BLACKNESS</h2>
<p>For successful image marriage the black of the hicon mask should be about 3 stops darker than the black of the picture which will f1l1 the black region.</p>
@ -1644,3 +1671,5 @@
<p><a name="ritual-and-art"></a></p>
<h2 id="ritual-and-art">RITUAL AND ART</h2>
<p>Two mediums may allow production of exactly the same range of objects, but by different means. Then different objects will in fact be made in the two mediums and the occasional identical objects will have different meanings. Know what medium you are in.</p>
</body>
</html>