scholdoc
scholdoc copied to clipboard
Fork of Pandoc for the implementation of a ScholarlyMarkdown parser
Hey everyone, Is this project still alive. Last commit was 2015.. I would really love to here positive from you :-)
I frequently use this command for converting mediawiki-encoded text: `pandoc input.txt -f mediawiki -t latex -o output.tex` The output is included in a scrbook class book project. **Problem:** pandoc converts...
Hi! @timtylin, are you still actively developing this project? Based on the commits, it's hard to decide whether the development is completely abandoned or just suspended for a couple of...
Homebrew install doesn't work, and I don't know enough about Haskell to figure it out. Halp! ``` [11:56 ~ 522] brew install scholdoc ==> Installing scholdoc from timtylin/scholdoc ==> Downloading...
As far as I know, Scholdoc (like Pandoc) does not handle abbreviations when converting to LaTex (of course, correct me if I am wrong). It would be so great though...
The example given on the scholarly markdown syntax guide website doesn't seem to work for me. ~~~math #maxwellEq \left.\begin{aligned} B'&=-\partial\times E\ E'&=\partial\times B - 4\pi j \end{aligned} \right} \qquad \text{Maxwell's...
```math #foo \begin{array}{ccc} 1+1 & = & 2 \end{array} ``` Equation (#foo) shows as Equation (???). Inspecting the html code, schodoc seems to be doing the right thing - is...
The title might suggest that the well-intended pandoc-like feature works. But I mean it differently: When calling scholdoc on my ScholarlyMarkdown files to create .html, for instance, it looks almost...
``` $ cabal update Config file path source is default config file. Config file /home/userm/.cabal/config not found. Writing default configuration to /home/userm/.cabal/config Downloading the latest package list from hackage.haskell.org $...
When you make and maintain it as fork of pandoc, then there is always a splitted effort . Why not make it as an extension for example: currently ``` pandoc...