os.system("""
zip -X0 ../docs/item_manifest.epub ../docs/epub/mimetype &&
zip -Xur9D ../docs/item_manifest.epub ../docs/epub/* &&
- ebook-convert ../docs/item_manifest.epub ../docs/item_manifest.mobi &
+ ebook-convert ../docs/item_manifest.epub ../docs/item_manifest.mobi
""")
os.system(f"pandoc -f html ../docs/epub/info_page.html -t latex -o ../docs/pdf/info.tex")
<title>Information</title>
</head>
<body>
- <h1>Infomation page</h1>
- <p>Information will go here!</p>
+ <h1>Infomation</h1>
+ <h2>Call Sheet</h2>
+ <table>
+ <tr>
+ <th>Name</th>
+ <th>Role</th>
+ <th>Contact</th>
+ </tr>
+ <tr>
+ <td>William Greenwood</td>
+ <td>Producer</td>
+ <td>
+ W.Greenwood@edu.salford.ac.uk
+ <br>
+ +44 7594 768180
+ </td>
+ </tr>
+ <tr>
+ <td>Test crew</td>
+ <td>Role</td>
+ <td>
+ Email
+ <br>
+ Phone
+ </td>
+ </tr>
+ <tr>
+ <td>Test crew</td>
+ <td>Role</td>
+ <td>
+ Email
+ <br>
+ Phone
+ </td>
+ </tr>
+ <tr>
+ <td>Test crew</td>
+ <td>Role</td>
+ <td>
+ Email
+ <br>
+ Phone
+ </td>
+ </tr>
+ </table>
+
+ <h2>Lighting cue information</h2>
+ <h3>Lighting scenes</h3>
+ <p>Full cue setups, only one can be opperating at once.</p>
+ <ul>
+ <li><b>Scene 0</b> Initial scene, host silluetted, back walls list up by spots.</li>
+ <li><b>Scene 1</b> Lighting scene information</li>
+ <li><b>Scene 2</b> Lighting scene information</li>
+ <li><b>Scene 3</b> Lighting scene information</li>
+ <li><b>Scene 4</b> Lighting scene information</li>
+ </ul>
+ <h3>Lighting triggers</h3>
+ <p>Individual lighting triggers, for things such as the clock. Any number can be activated at once</p>
+ <ul>
+ <li><b>Trigger 0</b> Lighting trigger</li>
+ <li><b>Trigger 1</b> Lighting trigger</li>
+ <li><b>Trigger 2</b> Lighting trigger</li>
+ <li><b>Trigger 3</b> Lighting trigger</li>
+ <li><b>Trigger 4</b> Lighting trigger</li>
+ </ul>
</body>
</html>