freemocap / 2024-nsf-pose

https://freemocap.github.io/2024-nsf-pose/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Set up `MystMd` to compile `.md` files into Submitable LaTeX pdfs #24

Open jonmatthis opened 2 months ago

jonmatthis commented 2 months ago

I have had some success using MystMD to build the .md files in LaTeX compiled PDF's

However, its not seamless doesn't build to NSF PAPPG specified format (e.g. .tex templates: https://github.com/nsf-open/nsf-proposal-latex-samples and typst templates: https://github.com/ntjess/typst-nsf-templates)

Need to figure out their templating system to adapt the aforementioned NSF compliant templates into MystMd templates (relevant docs: https://mystmd.org/guide/creating-pdf-documents)

If we can't figure this out soon, we may have rely on Google docs, etc, but I would prefer to figure this out because it is very relevant to other tasks (and seems like a good project to get aligned with - its from the creators of Jupyter)

I asked a question on their Discussion board here - https://github.com/orgs/jupyter-book/discussions/1453