All Versions
6
Latest Version
Avg Release Cycle
43 days
Latest Release
3479 days ago

Changelog History

  • v0.1.3-alpha Changes

    October 15, 2014

    Note: This version largely consists of major cleanups under the hood. It bring the development of Scholdoc up-to-date with the latest Pandoc development version, and removed many unnecessary source files related to unused reader/writers.

    โž• Added

    • The Pandoc-derived portion of Scholdoc is now up to date with Pandoc 1.13.1 (commit 8b60d430)
    • ๐Ÿ— The build-chain of Scholdoc have been cleaned-up and is now ready for production. Running make deps && make install under the source directory now fully builds using its own scholdoc-types and scholdoc-texmath packages.
    • ๐Ÿ“š Updated documentation to reflect the Scholdoc project: README.md, CONTRIBUTING.md, BUGS, COPYRIGHT

    ๐Ÿ”„ Changed

    • Scholdoc now looks for custom template files under the ~/.scholdoc/ directory, instead of ~/.pandoc
    • The "--no-standalone" option no longer imply "_bodyOnly" writers. Instead "--no-standalone" now strictly stops all template usage.
  • v0.1.2-alpha Changes

    September 09, 2014

    โž• Added

    • ๐Ÿ‘ Allow rudimentary Docx output, although most Scholmd elements map to empty

    ๐Ÿ”„ Changed

    • The program name is changed from scholpandoc to scholdoc to more accurately reflect the limited input/output options compared to Pandoc.

    HTML output

    • 0๏ธโƒฃ Uses HTTPS instead of protocol-relative URLs for default polyfills in the template from CDNJS. This will make previewing local HTML files much easier.
      • Default MathJax CDN URL is also changed to the HTTPS protocol
    • โž• Added an additional variable html-header-includes for inclusion of HTML-specific header tags. This can be specified in YAML metadata blocks, and will be treated as an unformatted string.

    LaTeX output

    • โž• Added indentparagraphs variable to template, so you can change between "no indent/line-height paragraph margins" and "indent/no paragraph margins"
    • โž• Added variables natbib-options and biblatex-options to specify loading options for these citation packages
    • โž• Added additional variables to the template for more flexibility in "injection" of custom LaTeX code without resorting to a separate template:
      • latex-before-documentclass-includes
      • latex-before-packages-includes
      • latex-after-packages-includes
      • latex-header-includes
      • latex-after-body-includes
      • latex-after-document-includes
    • ๐Ÿ“‡ All the above variable can be specified in YAML metadata blocks, and will be treated as unformatted strings (along with geometry)
  • v0.1.1-alpha Changes

    May 30, 2014

    โž• Added

    • ๐Ÿ‘ Allow output of JSON-style native format

    ๐Ÿ”„ Changed

    LaTeX output

    • ๐Ÿ“ฆ No longer hard-codes the htbp placement of floats. This is now controlled in the template using the Float package.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug where figures/floats display captions prefixes when it is not needed
  • v0.1.0-alpha Changes

    April 22, 2014

    ๐Ÿ”„ Changed

    HTML output

    • Conforms to ScholarlyMarkdown HTML5 Schema 0.1

    ๐Ÿ›  Fixed

    • ๐Ÿ“‡ The bibliography metadata is now treated like a pure string and will not be formatted
    • ๐Ÿ“œ Display math and figure/floats now properly parses if delimiters have multiple trailing whitespaces
    • Disabling standalone mode using _bodyonly suffix now works again
    • ๐Ÿ”จ Minor code cleanup using hlint, refactored various writer monads for floats
  • v0.0.1-alpha Changes

    March 16, 2014

    โž• Added

    • โšก๏ธ Display math equations that uses the class math_def instead of math are now appended to a global variable called $math-macros$. In the updated templates this is placed in the header, and enables LaTeX declarations that only work in the header

    ๐Ÿ”„ Changed

    • โช ScholarlyPandoc now has the following arguments enabled by default: -f markdown_scholarly --smart --parse-raw --standalone. Renaming the executable to anything other than scholpandoc reverts this behavior

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed a bug where templates files are not compiled into the binary, resulting in complaints about "can't find file ..."
  • v0.0.0-alpha Changes

    March 14, 2014

    ๐ŸŽ‰ Initial Release