Resources related to "Programming with Python" course taught at Yerevan State University.
Install the required libraries:
brew install pandoc
brew install --cask basictex
To convert Markdown files to PDF files, use the following command:
pandoc example.md -o example.pdf --pdf-engine=xelatex