Skip to content

Commit

Permalink
added Usage information to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurk committed Jan 7, 2009
1 parent 880eee8 commit 3a701e3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1 +1,3 @@
build/
MANIFEST
dist/
12 changes: 12 additions & 0 deletions README.markdown
Expand Up @@ -10,6 +10,18 @@ Requirements
- [PyYAML][pyyaml] 3.07
- [Pygments][pygments] 1.0 (Optional, used for syntax highlighting)

Usage
-----

Pass yml2tex a YAML file as the first argument. The output will
be printed to stdout.

yml2tex foobar.yml > foobar.tex

The document can then be compiled:

pdflatex foobar.tex

Structure
---------

Expand Down

0 comments on commit 3a701e3

Please sign in to comment.