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}?
\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$}