Enumerate 4 freedoms, instead of itemize.

This commit is contained in:
Sergio Durigan Junior 2019-05-08 23:08:28 -04:00
parent e23bf69795
commit 3e3961b77d
1 changed files with 10 additions and 10 deletions

View File

@ -51,22 +51,22 @@
Has anybody said \textbf{four freedoms}? Has anybody said \textbf{four freedoms}?
\newline \newline
\pause \pause
\begin{itemize} \begin{enumerate}
\setcounter{enumi}{-1}
\item{The freedom to run the program as you wish, for any \item{The freedom to run the program as you wish, for any
purpose (freedom \texttt{\#0}).} purpose.}
\pause \pause
\item{The freedom to study how the program works, and change it so \item{The freedom to study how the program works, and change it so
it does your computing as you wish (freedom \texttt{\#1}). Access it does your computing as you wish. Access to the source code is
to the source code is a precondition for this.} a precondition for this.}
\pause \pause
\item{The freedom to redistribute copies so you can help others \item{The freedom to redistribute copies so you can help others.}
(freedom \texttt{\#2}).}
\pause \pause
\item{The freedom to distribute copies of your modified versions \item{The freedom to distribute copies of your modified versions
to others (freedom \texttt{\#3}). By doing this you can give the to others. By doing this you can give the whole community a
whole community a chance to benefit from your changes. Access to chance to benefit from your changes. Access to the source code
the source code is a precondition for this.} is a precondition for this.}
\end{itemize} \end{enumerate}
\end{frame} \end{frame}
\begin{frame}{What's Free Software?$^2$} \begin{frame}{What's Free Software?$^2$}