From 3e3961b77d45beef95a3975a8917d782b3cc037a Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Wed, 8 May 2019 23:08:28 -0400 Subject: [PATCH] Enumerate 4 freedoms, instead of itemize. --- free-sw-rh-interns.tex | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/free-sw-rh-interns.tex b/free-sw-rh-interns.tex index fed180b..1320ee4 100644 --- a/free-sw-rh-interns.tex +++ b/free-sw-rh-interns.tex @@ -51,22 +51,22 @@ Has anybody said \textbf{four freedoms}? \newline \pause - \begin{itemize} + \begin{enumerate} + \setcounter{enumi}{-1} \item{The freedom to run the program as you wish, for any - purpose (freedom \texttt{\#0}).} + purpose.} \pause \item{The freedom to study how the program works, and change it so - it does your computing as you wish (freedom \texttt{\#1}). Access - to the source code is a precondition for this.} + it does your computing as you wish. Access to the source code is + a precondition for this.} \pause - \item{The freedom to redistribute copies so you can help others - (freedom \texttt{\#2}).} + \item{The freedom to redistribute copies so you can help others.} \pause \item{The freedom to distribute copies of your modified versions - to others (freedom \texttt{\#3}). By doing this you can give the - whole community a chance to benefit from your changes. Access to - the source code is a precondition for this.} - \end{itemize} + to others. By doing this you can give the whole community a + chance to benefit from your changes. Access to the source code + is a precondition for this.} + \end{enumerate} \end{frame} \begin{frame}{What's Free Software?$^2$}