mdTeX
This gem provides some functions making LaTeX document with Markdown.
Installation
Add this line to your application's Gemfile:
gem 'mdtex'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mdtex
Usage
Create a new LaTeX document
$ mdtex init mydocument
$ cd mydocument
where "mydocument" is the document name.
Build your document
$ rake build
Directory Structure
|- src: Source directory
| |- document.tex: Root document
| |- foo.md
| |- bar.md
| ...
|
|- tmp
|- dist
|- Rakefile
|- settings.yml: Setting file
Contributing
- Fork it ( http://github.com/izumin5210/mdtex/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
mdTeX is released under the MIT License.