gjaeger / JuPedSim.github.io

http://jupedsim.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JuPedSim

This repository contains the documentation of JuPedSim.

Markdown files from jpscore and jpsreport repositories are also used.

These files are converted automatically by jekyll to produce the website http://jupedsim.org.

Furthermore, pdf-guide can be produced. Here are the steps to follow:

Directory structure:

Your directory tree should look like:

├── JuPedSim.github.io
├── jpscore
└── jpsreport

The repositories jpscore and jpsreport have to be cloned on the same directory level as this repository.

In both repositories (jpscore and jpsreport) change to the branches gh-pages.

Requirements

To create the pdf file the following requirements are needed:

Steps to PDF

The pdf file is created by converting the markdown files to tex files. These are processed by xelatex to a single file called JuPedSim.pdf.

  • clean repository i.e.,
    • git push if you have any changes,
    • git pull to be up to date.
  • cd jps_guide
  • python make_guide.py This script performs the following actions:
    • create _tex-directory
    • convert md-files to tex-files
    • cleanup tex-files by removing md-header
    • make sure post-commit hook is copied in the right place and made executable
    • run git checkout master to produce titlepage
    • run make to produce pdf file

Credits: Beautiful Jekyll

The website uses the theme Beautiful Jekyll

Copyright 2016 Dean Attali. Licensed under the MIT license.

About

http://jupedsim.github.io

License:MIT License


Languages

Language:HTML 38.1%Language:CSS 25.9%Language:TeX 17.8%Language:JavaScript 6.1%Language:Python 4.9%Language:Ruby 4.9%Language:Shell 2.0%Language:Makefile 0.3%