NeverDefineUs / vitaes

Open source curriculum generation tool
https://vitaes.io/
MIT License
25 stars 7 forks source link

add download .tex option #426

Closed ramonsaboya closed 4 years ago

ramonsaboya commented 4 years ago

This will make it possible to download the .tex file directly.

This is still not optimal, due to the fact that, strictly speaking, we are giving away the tex part, but in a .zip format with all necessary files. With this in mind, there should be a better handling of file extension, MIME Content-Type and proper "internal" format, but this should be done when tackling #301

Fixes #402