https://github.com/athlan/polsl-picknplay-doc
Engineer’s Degree Thesis: Remote control from the smartphone of the marketing game displayed on distributed LED screens.
https://github.com/athlan/polsl-picknplay-doc
Last synced: 4 months ago
JSON representation
Engineer’s Degree Thesis: Remote control from the smartphone of the marketing game displayed on distributed LED screens.
- Host: GitHub
- URL: https://github.com/athlan/polsl-picknplay-doc
- Owner: athlan
- Created: 2013-11-13T18:30:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-09T10:21:35.000Z (over 12 years ago)
- Last Synced: 2025-10-20T01:35:24.958Z (8 months ago)
- Language: TeX
- Homepage:
- Size: 3.72 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
picknplay-doc
=============
## Compiling
To compile PDF into `/target` directory just use prepared script:
```
./bin/printpdf.sh
```
Make sure, that you able to call `pdflatex` from cli.
## Publishing
Configure file once:
```
cp bin/publish-ftp.sh.diff bin/publish-ftp.sh && chmod +x bin/publish-ftp.sh
vi bin/publish-ftp.sh # edit credentials
```
To publish, just type:
```
./bin/publish-ftp.sh
```