Skip to content

stelabouras/airplane-safety

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Airplane Safety

Logo

This is the open source repository for the Airplane Safety project.

If you want to learn the story behind this project, read the blog post here.

This repository contains the scanned original documents (in Greek), the translated documents, as well as the vector images accompanying the description in SVG and PDF formats.

I also include the Sketch project I used to design all the graphics used in this project.

All the resources contained in this project are open source under the MIT License.

HTML version

If you want to visit a live HTML version of this project, visit https://airplane-safety.stelabouras.com/.

Generating the documents

The PDF, epub and LaTeX versions have been generated using the Pandoc tool.

If you want to re-generate those documents, install and configure Pandoc locally and run the following commands:

  • For the ePub version:
pandoc airplane-safety-epub.md -f markdown -t epub -s -o Airplane-Safety.epub --metadata title="Airplane Safety" --epub-cover-image=Cover.png
  • For the LaTeX version:
pandoc airplane-safety-pdf-latex.md  -f markdown -t latex -s -o Airplane-Safety.latex
  • For the PDF version:
pandoc airplane-safety-pdf-latex.md  -f markdown --pdf-engine=xelatex -s -o Airplane-Safety.pdf

About

Airplane Safety - A study by Panagiotis S. Petrakis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published