Results 24 comments of Thomas Hodgson

I noticed one thing that I think is a problem, and I have a few other thoughts. The problem is that the template still has code for `\maketitle` and an...

Regarding adding more variables, I think this would allow the user to set any KOMA variable/option in a neat way: ``` $for(komavar/pairs)$ \setkomavar{$it.key$}{$for(it.value)$$it$$sep$\\$endfor$} $endfor$ $for(komaoption/pairs)$ \KOMAoption{$it.key$}{$it.value$} $endfor$ $if(komaoptions)$ \KOMAoptions{$for(komaoptions)$$it$$sep$,$endfor$} $endif$...

Thanks. That's very reasonable. I do find that for my use of panflute, to make a filter which I use to process my own documents, a virtual environment is an...

You are missing metadata like this, from the example.md: ``` fontfamily: mathpazo fontsize: 12pt geometry: margin=1in ```