From 461ec19be6343e29d91937033657747e1409cb03 Mon Sep 17 00:00:00 2001 From: Nate Levesque Date: Mon, 8 Feb 2016 11:55:47 -0500 Subject: [PATCH 1/3] Update with reqs and build instructions --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index e2cb178..154abbf 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,34 @@ The official governance documents for the RIT Linux Users Group. All work is open-source and suggestions to improve these documents is welcome. +All changes to the constitution are required to be submitted to the clubs +office for approval, so actual acceptance of changes may lag a bit. When +new versions of these policies are accepted, they should be printed and +the hard copies in the club binder should be updated. + +Compiling +----------- +These documents are maintained in LaTeX and must be compiled. LaTeX supports +compiling to a variety of formats. In RITlug, we most often need these +documents in PDF format. + +Requirements: +* texlive-core +* texlive-latexextra + +(these are likely available in your package manager, but may be under +different names). + +Once you have the requirements installed, you can build the policies by +running + +`make` + +You should then have a governance.zip file, which will contain the PDFs for +the policies. + +License +----------- All documents in this repository are licensed under the [CC0 1.0 Universal License](https://creativecommons.org/publicdomain/zero/1.0/) and are released into the public domain. From 84eacc21ebffd7807c5c6863ca73c226b6e45adc Mon Sep 17 00:00:00 2001 From: Nate Levesque Date: Mon, 8 Feb 2016 11:58:49 -0500 Subject: [PATCH 2/3] Move requirements to dedicated section --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 154abbf..22956e8 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,21 @@ office for approval, so actual acceptance of changes may lag a bit. When new versions of these policies are accepted, they should be printed and the hard copies in the club binder should be updated. -Compiling ------------ -These documents are maintained in LaTeX and must be compiled. LaTeX supports -compiling to a variety of formats. In RITlug, we most often need these -documents in PDF format. - Requirements: +----------- * texlive-core * texlive-latexextra (these are likely available in your package manager, but may be under -different names). +different names). You may wish to install additional packages if you +prefer to edit LaTeX in a specialized editor. + + +Compiling +----------- +These documents are maintained in LaTeX and must be compiled. LaTeX supports +compiling to a variety of formats. In RITlug, we most often need these +documents in PDF format. Once you have the requirements installed, you can build the policies by running From 8b4c6bf7338418f1954771ef3313e2d64c6a1fb3 Mon Sep 17 00:00:00 2001 From: Nate Levesque Date: Mon, 8 Feb 2016 11:59:31 -0500 Subject: [PATCH 3/3] Remove extra colon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22956e8..fe963df 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ office for approval, so actual acceptance of changes may lag a bit. When new versions of these policies are accepted, they should be printed and the hard copies in the club binder should be updated. -Requirements: +Requirements ----------- * texlive-core * texlive-latexextra