diff --git a/EagleCurse/Bibliography.bib b/EagleCurse/Bibliography.bib new file mode 100644 index 0000000..298a6d4 --- /dev/null +++ b/EagleCurse/Bibliography.bib @@ -0,0 +1,5 @@ +@misc{eagle2014cadsoft, + title={Cadsoft eagle pcb design software}, + author={EAGLE, CadSoft}, + year={2018} +} \ No newline at end of file diff --git a/EagleCurse/expoEagle.pdf b/EagleCurse/expoEagle.pdf new file mode 100644 index 0000000..b14f835 Binary files /dev/null and b/EagleCurse/expoEagle.pdf differ diff --git a/EagleCurse/expoEagle.tex b/EagleCurse/expoEagle.tex new file mode 100644 index 0000000..ad36512 --- /dev/null +++ b/EagleCurse/expoEagle.tex @@ -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} + diff --git a/EagleCurse/picture/Material de presentación.pptx b/EagleCurse/picture/Material de presentación.pptx new file mode 100644 index 0000000..871328b Binary files /dev/null and b/EagleCurse/picture/Material de presentación.pptx differ diff --git a/EagleCurse/picture/Mirror.png b/EagleCurse/picture/Mirror.png new file mode 100644 index 0000000..92200ac Binary files /dev/null and b/EagleCurse/picture/Mirror.png differ diff --git a/EagleCurse/picture/Rotate.png b/EagleCurse/picture/Rotate.png new file mode 100644 index 0000000..4d788b1 Binary files /dev/null and b/EagleCurse/picture/Rotate.png differ diff --git a/EagleCurse/picture/p1.png b/EagleCurse/picture/p1.png new file mode 100644 index 0000000..3018262 Binary files /dev/null and b/EagleCurse/picture/p1.png differ diff --git a/EagleCurse/picture/p2.png b/EagleCurse/picture/p2.png new file mode 100644 index 0000000..2e8552d Binary files /dev/null and b/EagleCurse/picture/p2.png differ diff --git a/EagleCurse/picture/p3.png b/EagleCurse/picture/p3.png new file mode 100644 index 0000000..83205d8 Binary files /dev/null and b/EagleCurse/picture/p3.png differ diff --git a/EagleCurse/picture/p4.png b/EagleCurse/picture/p4.png new file mode 100644 index 0000000..09d6020 Binary files /dev/null and b/EagleCurse/picture/p4.png differ diff --git a/EagleCurse/picture/p5.png b/EagleCurse/picture/p5.png new file mode 100644 index 0000000..7c8abf3 Binary files /dev/null and b/EagleCurse/picture/p5.png differ diff --git a/EagleCurse/picture/p6.png b/EagleCurse/picture/p6.png new file mode 100644 index 0000000..bdf0b5a Binary files /dev/null and b/EagleCurse/picture/p6.png differ diff --git a/EagleCurse/picture/schTobrd.png b/EagleCurse/picture/schTobrd.png new file mode 100644 index 0000000..2eb1686 Binary files /dev/null and b/EagleCurse/picture/schTobrd.png differ diff --git a/EagleCurse/picture/~$Material de presentación.pptx b/EagleCurse/picture/~$Material de presentación.pptx new file mode 100644 index 0000000..5dda31c Binary files /dev/null and b/EagleCurse/picture/~$Material de presentación.pptx differ diff --git a/EagleCurse/ref.bib b/EagleCurse/ref.bib new file mode 100644 index 0000000..e957e05 --- /dev/null +++ b/EagleCurse/ref.bib @@ -0,0 +1,4 @@ +@misc{ Nobody06, + author = "Nobody Jr", + title = "My Article", + year = "2006" } \ No newline at end of file