Browse Source

1er avance de Precentación

master
VAIO\oscar 6 years ago
parent
commit
8189a8eb96
15 changed files with 186 additions and 0 deletions
  1. +5
    -0
      EagleCurse/Bibliography.bib
  2. BIN
      EagleCurse/expoEagle.pdf
  3. +177
    -0
      EagleCurse/expoEagle.tex
  4. BIN
      EagleCurse/picture/Material de presentación.pptx
  5. BIN
      EagleCurse/picture/Mirror.png
  6. BIN
      EagleCurse/picture/Rotate.png
  7. BIN
      EagleCurse/picture/p1.png
  8. BIN
      EagleCurse/picture/p2.png
  9. BIN
      EagleCurse/picture/p3.png
  10. BIN
      EagleCurse/picture/p4.png
  11. BIN
      EagleCurse/picture/p5.png
  12. BIN
      EagleCurse/picture/p6.png
  13. BIN
      EagleCurse/picture/schTobrd.png
  14. BIN
      EagleCurse/picture/~$Material de presentación.pptx
  15. +4
    -0
      EagleCurse/ref.bib

+ 5
- 0
EagleCurse/Bibliography.bib View File

@ -0,0 +1,5 @@
@misc{eagle2014cadsoft,
title={Cadsoft eagle pcb design software},
author={EAGLE, CadSoft},
year={2018}
}

BIN
EagleCurse/expoEagle.pdf View File


+ 177
- 0
EagleCurse/expoEagle.tex View File

@ -0,0 +1,177 @@
%-------------------------------------------------------------------
%Código para realizar presentaciones
%-------------------------------------------------------------------
\documentclass{beamer} %se elige el tipo de documento
%\usepackage{polyglossia}
\usepackage[utf8]{inputenc} %libreria para el uso de acentos
\usepackage[spanish,es-tabla]{babel} %idioma espanol
%\usepackage{subfigure} %paqueteria para creacion de subfiguras
\usepackage{booktabs} %libreria para crear tablas
\usepackage{cancel}
\usepackage{multirow} %multiples filas
\usepackage{graphicx}
\setbeamertemplate{caption}[numbered] %comando para numeracion de figuras
%\setdefaultlanguage{spanish}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
\usepackage{tikz} %libreria para crear graficas a partir de .dat
\usepackage{pgfplots}
\pgfplotsset{width=4in,compat=1.10, every axis legend/.append style={ at={(1.2,0.0)}, anchor=south}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\definecolor{logo}{HTML}{B43104}
\newcommand{\Resaltado}[1]{{\color{logo}\textbf{#1}}}
\newcommand\COL{\color{logo}}
\newcommand{\Cursiva}[1]{{\color{logo}\textit{{#1}}}}
\renewcommand{\figurename}{Figura}
\renewcommand{\tablename}{Tabla}
\usetheme{Copenhagen}
\usecolortheme{crane}
\title[ITM 2018]{\textbf{E}asy \textbf{A}pplicable \textbf{G}raphical \textbf{L}ayout \textbf{E}ditor (EAGLE)}
\subtitle{Schematic and Layout Editor.}
\author[Instituto Tecnológico de Morelia]{}
\renewcommand{\contentsname}{Índice}
\begin{document}
\begin{frame}
\maketitle
\end{frame}
\begin{frame}
\frametitle{Index}
\tableofcontents
\end{frame}
\section{Introduction}
\subsection{What is EAGLE?}
\begin{frame}
\textbf{Eagle} is a program designing diagrams and PCBs, is famous software around the world of DiY electronic projects, because have a Freeware license and a large number of component libraries around the network.
\begin{itemize}
\item The \textbf{Schematic Editor} allows to draw diagrams for electronic systems.
\item The \textbf{Layout Editor}, which allows you to design Printed Circuit Boards (PCBs).
\end{itemize}
\end{frame}
\begin{frame}
\begin{figure}[h!]
\centering
\includegraphics[width=10cm]{picture/schTobrd.png}
\caption{Interaction between Schematic and Layout editor.}
\end{figure}
\end{frame}
\subsection{System Requirements}
\begin{frame}
\frametitle {System Requirements for Autodesk EAGLE}
\begin{table}[htbp]
\begin{center}
\scalebox{0.9}{
\begin{tabular}{ll}
Operative & Requirements\\
System&\\\toprule
Windows& Microsoft® Windows® 7 or newer is required.\\
& EAGLE 64-bit requires a 64-bit operating system.\\\hline
Linux& Linux® based on kernel 2.6 for Intel computers,\\
& X11 with a minimum color depth of 8 bpp, the\\
& following runtime libraries: libssl.so.1.0.0,\\
& libcrypto.so.1.0.0, and CUPS for printing.\\\hline
Mac&Apple® Mac OS® X version 10.10 or above for\\
& Intel computers.\\\hline
All operating&A minimum graphics resolution of 1024x768 pixels \\
Systems&and preferably a \textcolor{red}{3-button wheel mouse}.\
\end{tabular}}
\end{center}
\end{table}
\end{frame}
\subsection{License}
\begin{frame}
\frametitle{License}
\begin{figure}[h!]
\centering
\includegraphics[width=8cm]{picture/p1.png}
\caption{https://www.autodesk.com/education/free-software/eagle}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[h!]
\centering
\includegraphics[width=6.5cm]{picture/p2.png}
\caption{https://www.autodesk.com/education/free-software/eagle}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[h!]
\centering
\includegraphics[width=6cm]{picture/p3.png}
\caption{https://www.autodesk.com/education/free-software/eagle}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[h!]
\centering
\includegraphics[width=5.5cm]{picture/p4.png}
\caption{https://www.autodesk.com/education/free-software/eagle}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[h!]
\centering
\includegraphics[width=7cm]{picture/p5.png}
\caption{https://www.autodesk.com/education/free-software/eagle}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[h!]
\centering
\includegraphics[width=5.5cm]{picture/p6.png}
\caption{https://www.autodesk.com/education/free-software/eagle}
\end{figure}
\end{frame}
\section{Schematic editor}
\subsection{Work space}
\begin{frame}
contenidos...
\end{frame}
\subsection{Tools}
\begin{frame}
contenidos...
\end{frame}
\section{Layout editor}
\subsection{Work space}
\begin{frame}
contenidos...
\end{frame}
\subsection{Tools}
\begin{frame}
contenidos...
\end{frame}
\section{Library}
\subsection{Work space}
\begin{frame}
contenidos...
\end{frame}
\subsection{Tools}
\begin{frame}
contenidos...
\end{frame}
\bibliographystyle{ieeetr}
\bibliography{Bibliography}
\begin{frame}
\centering GRACIAS
\end{frame}
\end{document}

BIN
EagleCurse/picture/Material de presentación.pptx View File


BIN
EagleCurse/picture/Mirror.png View File

Before After
Width: 41  |  Height: 40  |  Size: 689 B

BIN
EagleCurse/picture/Rotate.png View File

Before After
Width: 40  |  Height: 40  |  Size: 1.1 KiB

BIN
EagleCurse/picture/p1.png View File

Before After
Width: 1152  |  Height: 833  |  Size: 80 KiB

BIN
EagleCurse/picture/p2.png View File

Before After
Width: 442  |  Height: 528  |  Size: 25 KiB

BIN
EagleCurse/picture/p3.png View File

Before After
Width: 449  |  Height: 570  |  Size: 26 KiB

BIN
EagleCurse/picture/p4.png View File

Before After
Width: 454  |  Height: 683  |  Size: 39 KiB

BIN
EagleCurse/picture/p5.png View File

Before After
Width: 656  |  Height: 517  |  Size: 28 KiB

BIN
EagleCurse/picture/p6.png View File

Before After
Width: 461  |  Height: 715  |  Size: 37 KiB

BIN
EagleCurse/picture/schTobrd.png View File

Before After
Width: 1600  |  Height: 900  |  Size: 61 KiB

BIN
EagleCurse/picture/~$Material de presentación.pptx View File


+ 4
- 0
EagleCurse/ref.bib View File

@ -0,0 +1,4 @@
@misc{ Nobody06,
author = "Nobody Jr",
title = "My Article",
year = "2006" }

Loading…
Cancel
Save