A simple tool, to extract the markdown from the first markdown cell from a Google Collab link, and turn that into PDF using a given latex template, using Pandoc.
- Create a Python virtual environment and install the dependencies from requirements.txt
- Run the streamlit app, using
streamlit run app.py
- In your markdown, you may use
\newpage
, to put content on a new page in pdf.