Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# regl

Tool for converting plain text based legal documents to LaTeX.

Usage:
```./regl2tex my_bylaws.txt > my_bylaws.tex```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions regl/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from setuptools import setup, find_packages

setup(
name='regl',
packages=find_packages(include=['regl', 'regl.*'])
)
File renamed without changes.
File renamed without changes.
28 changes: 0 additions & 28 deletions regl2regll

This file was deleted.

29 changes: 0 additions & 29 deletions regll2tex

This file was deleted.