Initial commit
This commit is contained in:
commit
c7bcc90c17
4 changed files with 70 additions and 0 deletions
BIN
software-livre-secomp21.odp
Normal file
BIN
software-livre-secomp21.odp
Normal file
Binary file not shown.
20
software-livre-secomp21.org
Normal file
20
software-livre-secomp21.org
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
#+OPTIONS: toc:nil date:nil ':t
|
||||||
|
#+TITLE: Software Livre: da Universidade à Carreira Profissional
|
||||||
|
#+Author: Sergio Durigan Junior @@latex:\\@@ sergiodj@sergiodj.net
|
||||||
|
#+LANGUAGE: pt-br
|
||||||
|
#+BEAMER_THEME: Rochester
|
||||||
|
#+LaTeX_HEADER: \hypersetup{colorlinks=true,urlcolor=blue}
|
||||||
|
#+LaTeX_HEADER: \lstset{basicstyle=\footnotesize\ttfamily}
|
||||||
|
|
||||||
|
* Introdução
|
||||||
|
- UNICAMP entre 2005 e 2008 (ou 2014, dependendo de como a gente
|
||||||
|
olhar).
|
||||||
|
#+BEAMER: \pause
|
||||||
|
- Red Hat entre 2010 e 2020; GDB (GNU Debugger) no mesmo período.
|
||||||
|
#+BEAMER: \pause
|
||||||
|
- Canonical começando em 2020.
|
||||||
|
|
||||||
|
* Software Livre?
|
||||||
|
- Movimento técnico e social criado em 1983 por *Richard M. Stallman*.
|
||||||
|
#+BEAMER: \pause
|
||||||
|
-
|
BIN
software-livre-secomp21.pdf
Normal file
BIN
software-livre-secomp21.pdf
Normal file
Binary file not shown.
50
software-livre-secomp21.tex
Normal file
50
software-livre-secomp21.tex
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
% Created 2021-09-25 Sat 01:36
|
||||||
|
% Intended LaTeX compiler: pdflatex
|
||||||
|
\documentclass[presentation]{beamer}
|
||||||
|
\usepackage[utf8]{inputenc}
|
||||||
|
\usepackage[T1]{fontenc}
|
||||||
|
\usepackage{graphicx}
|
||||||
|
\usepackage{grffile}
|
||||||
|
\usepackage{longtable}
|
||||||
|
\usepackage{wrapfig}
|
||||||
|
\usepackage{rotating}
|
||||||
|
\usepackage[normalem]{ulem}
|
||||||
|
\usepackage{amsmath}
|
||||||
|
\usepackage{textcomp}
|
||||||
|
\usepackage{amssymb}
|
||||||
|
\usepackage{capt-of}
|
||||||
|
\usepackage{hyperref}
|
||||||
|
\usepackage{color}
|
||||||
|
\usepackage{listings}
|
||||||
|
\hypersetup{colorlinks=true,urlcolor=blue}
|
||||||
|
\lstset{basicstyle=\footnotesize\ttfamily}
|
||||||
|
\usetheme{Rochester}
|
||||||
|
\author{Sergio Durigan Junior \\ sergiodj@sergiodj.net}
|
||||||
|
\date{}
|
||||||
|
\title{Software Livre: da Universidade à Carreira Profissional}
|
||||||
|
\hypersetup{
|
||||||
|
pdfauthor={Sergio Durigan Junior \\ sergiodj@sergiodj.net},
|
||||||
|
pdftitle={Software Livre: da Universidade à Carreira Profissional},
|
||||||
|
pdfkeywords={},
|
||||||
|
pdfsubject={},
|
||||||
|
pdfcreator={Emacs 27.1 (Org mode 9.3)},
|
||||||
|
pdflang={Brazilian}}
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\maketitle
|
||||||
|
|
||||||
|
\begin{frame}[label={sec:org168f06b}]{Introdução}
|
||||||
|
\begin{itemize}
|
||||||
|
\item UNICAMP entre 2005 e 2008 (ou 2014, dependendo de como a gente
|
||||||
|
olhar).
|
||||||
|
\item Red Hat entre 2010 e 2020; GDB (GNU Debugger) no mesmo período.
|
||||||
|
\item Canonical começando em 2020.
|
||||||
|
\end{itemize}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[label={sec:org7c543f7}]{Software Livre?}
|
||||||
|
\begin{itemize}
|
||||||
|
\item Movimento técnico e social criado em 1983 por \alert{Richard M. Stallman}.
|
||||||
|
\end{itemize}
|
||||||
|
\end{frame}
|
||||||
|
\end{document}
|
Loading…
Reference in a new issue