scholdoc
scholdoc copied to clipboard
Fork of Pandoc for the implementation of a ScholarlyMarkdown parser
It would be great to have a capability where I can include videos just like images. I'm not sure how this will work in latex, but it would work great...
Whenever I have a number in the {#reference} declaration, no reference is generated. Is this some limitation from Pandoc that I'm not aware of?
Do we have support for subfigure/subfloatrow referencing for figures? And if we don't ... could we? What I mean by that is explicit reference to Figure 2a vs Figure 2b....
Do we have support for equation referencing inside aligned math environments? Say I have multiple aligned equations inside an aligned environment. I want to refer to each of the labeled...
Would have possibly prevented the initial confusion of #6 and timtylin/scholdoc-citeproc#1
When trying to generate a document with `scholdoc` I get this error: ``` $ scholdoc -t latex -o test.pdf md_docs/draft3.md ! Undefined control sequence. l.119 \chapter scholdoc: Error producing PDF...
Making the trivial change from ~/.pandoc to ~/.scholdoc would make using both (surely not uncommon) a bit less messy, particularly in terms of templates.
A minimal example: ``` ~~~math #firstequation \frac{\partial C}{\partial t} = \nabla \cdot \left( \nu \nabla C \right ), ~~~ See equation (#firstequation). ``` converted to docx with ``` scholdoc test_minimal.md...