From: Max Value Date: Tue, 28 Jan 2025 13:38:27 +0000 (+0000) Subject: changed PDF styling on document delivery X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=3501478cbc505f73d402197bbef4c325fe1f532e;p=shopping-channel changed PDF styling on document delivery --- diff --git a/.gitignore b/.gitignore index 3db8363..8a9cde9 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ toc.ncx *.pdf *.aux *.log +*.out diff --git a/auth/generate_docs.py b/auth/generate_docs.py index 52b791a..e7010e3 100755 --- a/auth/generate_docs.py +++ b/auth/generate_docs.py @@ -158,7 +158,7 @@ with open("../docs/epub/toc.ncx", "w") as f: 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") diff --git a/docs/epub/info_page.html b/docs/epub/info_page.html index bdd496a..3784551 100644 --- a/docs/epub/info_page.html +++ b/docs/epub/info_page.html @@ -5,7 +5,70 @@ Information -

Infomation page

-

Information will go here!

+

Infomation

+

Call Sheet

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRoleContact
William GreenwoodProducer + W.Greenwood@edu.salford.ac.uk +
+ +44 7594 768180 +
Test crewRole + Email +
+ Phone +
Test crewRole + Email +
+ Phone +
Test crewRole + Email +
+ Phone +
+ +

Lighting cue information

+

Lighting scenes

+

Full cue setups, only one can be opperating at once.

+ +

Lighting triggers

+

Individual lighting triggers, for things such as the clock. Any number can be activated at once

+ diff --git a/docs/epub/stylesheet.css b/docs/epub/stylesheet.css index 773dd89..1d70e71 100644 --- a/docs/epub/stylesheet.css +++ b/docs/epub/stylesheet.css @@ -2,3 +2,8 @@ margin-bottom: 5pt; margin-top: 5pt; } + +table, th, td { + border: 1px solid black; + border-collapse: collapse; +}