From 9d4022834f4f7dce3bf6a6eada8804521ed65778 Mon Sep 17 00:00:00 2001 From: Alvin Wan Date: Thu, 19 May 2016 21:37:51 -0700 Subject: [PATCH] moved installation instructions to top --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ec9c791..b3acd52 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,15 @@ navigate latex files as trees, using either the default or a custom hierarchy. S created by [Alvin Wan](http://alvinwan.com) -## Usage +# Installation + +Install via pip. + +``` +pip install tex2py +``` + +# Usage LaTeX2Python offers only one function `tex2py`, which generates a Python parse tree from Latex. This object is a navigable, "Tree of Contents" @@ -102,15 +110,7 @@ True Chikin Scream ``` -## Installation - -Install via pip. - -``` -pip install tex2py -``` - -## Additional Notes +# Additional Notes - Behind the scenes, tex2py uses [`TexSoup`](https://github.com/alvinwan/TexSoup). All tex2py objects have a `source` attribute containing a [TexSoup](https://github.com/alvinwan/TexSoup) object.