Skip to content

Commit 392f933

Browse files
committed
Merge pull request #3 from thenaterhood/master
Add basic latex instructions
2 parents b9b65f2 + 6cb0d70 commit 392f933

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,25 @@ Governance
22
==========
33

44
The official governance documents for the RIT Linux Users Group. All
5-
work is open-source and suggestions to improve these documents is
5+
work is open-source and suggestions to improve these documents are
66
welcome.
77

8+
Don't be put off if you don't know LaTeX! These documents are not complicated
9+
and you can easily figure out what's going on from the source code. Here's
10+
a quick crash course for what you'll find here:
11+
12+
```
13+
\section{ $name } // Define a new section with the name $name.
14+
\subsection{ $name } // Define a new subsection with the name $name
15+
\begin{subroutines} // Start a new list of items in the section
16+
\item item text // create an item in the section
17+
\end{subroutines} // end the list
18+
```
19+
20+
21+
There you go! That's all you'll need to contribute. Make sure to also take
22+
a look at the compiling and requirements sections.
23+
824
All changes to the constitution are required to be submitted to the clubs
925
office for approval, so actual acceptance of changes may lag a bit. When
1026
new versions of these policies are accepted, they should be printed and

0 commit comments

Comments
 (0)