0.02
Low commit activity in last 3 years
There's a lot of open issues
A long-lived project that still receives updates
A framework for writing markdown-based scholarly articles.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.4.7
~> 2.0

Runtime

 Project Readme

ScholarMarkdown

scholarmarkdown gem version

ScholarMarkdown is Ruby gem for writing scholarly articles in Markdown/HTML. These articles can be viewed in your browser with rich HTML annotations, and they can be printed to PDF into traditional scientific templates via your browser.

It provides an executable (generate-scholarmd) for initializing a nanoc project to generate HTML and PDF versions of articles.

ScholarMarkdown consists of a collection of modules that can be configured in your Rules file. More information on these modules can be found in the wiki.

Quick Start

1. Use RubyGems to install this bundle:

$ gem install scholarmarkdown

2. Generate your article

This will create a directory my-awesome-article containing the basic files for a ScholarMarkdown project.

$ generate-scholarmarkdown my-awesome-article
$ cd my-awesome-article
$ bundle install

If you want to output articles in the double-column ACM template, execute generate-scholarmarkdown my-awesome-article acm instead.

If you want to output articles in the single-column CEUR ART template, execute generate-scholarmarkdown my-awesome-article ceur instead.

3. Compile your article

This will start a live webserver that will continuously compile your article files upon any change.

$ bundle exec guard

4. View your article

Visit http://localhost:3000/ in your browser to read your article.

Preview in print-mode to see it in its traditional scientific format.

5. (Optional) Share your article

After compiling your article, the output/ directory will contain the standalone HTML source files of your article, which can be shared or published anywhere.

License

This software is released under the MIT license.