slds-lmu / lecture_optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[fix] Adjust folder structure for slides

jemus42 opened this issue · comments

This is rechnically part of #22 in an attempt to unify the infrastructure of all lectures.

Currently, slides in slides-pdf are stored in

  • slides-pdf/<topic>/<slide-name>.pdf, based on slide sources in
  • slides/<topic>/<slide-name>.tex

That's fine and all, but in i2ml and other lectures it's slides-pdf/<slide-name>.pdf.

Any changes in that regard need to be reflected https://github.com/slds-lmu/website_optimization, otherwise the course site will break.

To resolve this, the contents of slides-pdf will have to be deleted and recompiled from the updated sources in slides/, and at that point the website will need to be updated with corresponding file path changes etc.