Summer term 2015 Master seminar held at Chair of Financial Econometrics.
In order to stay up to date with the seminar files, simply clone the repository to your computer:
git clone https://github.com/cgroll/ss_15_ma.git
You can now produce all output files yourself: (pandoc is required!)
cd ss_15_ma
make
To get new changes from the repository into your local copy, simply pull them in with git:
cd ss_15_ma
git pull origin master
In order to be able to recreate the output yourself, you need to have pandoc installed. You can find some installation instructions in the accompanying research tools repository.
For students that do not succeed in setting up pandoc there also should be an online version of at least all html files accessible. These files can be updated through the following steps:
- update markdown files
- create new output files with make
- commit and upload html files (if output files of master branch are embedded somewhere else, this is already the final stage)
- copy output files to gh-pages, commit and upload
- optionally: copy pdf files to Dropbox
- either: download zip from github
- or: clone repository as subtree
- does not include project history
- allows easy updating
git subtree add --prefix MathJax https://github.com/mathjax/MathJax.git master --squash
git subtree add --prefix reveal.js https://github.com/hakimel/reveal.js.git master --squash
git subtree add --prefix d3 https://github.com/mbostock/d3.git master --squash
On Linux machines:
- install TeXlive:
sudo apt-get -y install texlive
- download debian package
- install using package manager
On Windows machines: follow screencast instructions
git subtree add --prefix pandoc_templates https://github.com/jgm/pandoc-templates.git master --squash