The markdown-latex repository is focused on providing a framework to convert markdown documents into scientific journals.
For now, we have only implemented the template for the mdpi journal.
To copy the project only you need to fork the repository or download it into the local machine. If you prefer to download the releases, you nly need to download it for the "releases" tag.
For running the respository, we recommend to install pandoc and pandoc-citeproc,comand line tools.
Once installed and downloaded the project, you shold be able to execute the make all command to test the example article:
$ make all
After that, a PDF file and a latex document should be created into the folder. Moreover, you can also remove output file by eecuting the "make clean":
$ make clean
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Aitor Corchero Rodriguez- Researcher at EURECAT/Phd Student/Assitant Teacher at Udl
This work is licensed under a MIT License
For building this repository, we have followed and learn from the following web resources: