|
|
- %-------------------------------------------------------------------
- %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}
-
|