Repository for the international webinar 2021, prepared with Jade, ITM, and Óbuda universities.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

347 lines
10 KiB

3 years ago
3 years ago
3 years ago
  1. % LaTeX webinar
  2. % February 15 to 20, 2021
  3. % Gerardo Marx Chávez-Campos
  4. %--------------------------------
  5. \documentclass[gray]{beamer}
  6. \usetheme{Warsaw}
  7. \setbeamercovered{transparent}
  8. %Preamble
  9. \usepackage[spanish]{babel}
  10. \usepackage[utf8]{inputenc}
  11. \usepackage{graphicx}
  12. \usepackage{hyperref}
  13. \usepackage{color}
  14. \usepackage{xcolor}
  15. \usepackage{listings}
  16. \usepackage[compatibility=false]{caption}
  17. \DeclareCaptionFont{white}{\color{white}}
  18. \DeclareCaptionFormat{listing}{
  19. \colorbox{gray}{\parbox{\textwidth}{#1#2#3}}}
  20. \captionsetup[lstlisting]{
  21. format=listing,labelfont=white,textfont=white}
  22. \makeatletter
  23. \let\@@magyar@captionfix\relax
  24. \makeatother
  25. \usepackage{amssymb}
  26. %scripts configuration
  27. \lstset{numbers=left, numberstyle=\tiny\color{gray}, numbersep=5pt, stepnumber=1,language=[LaTeX]TeX,basicstyle=\footnotesize}
  28. \renewcommand{\lstlistingname}{Example}% Listing -> Example
  29. % ---------
  30. \title[\LaTeX{} Webinar]{How to Write your Next Thesis in \LaTeX}
  31. \author[gmarx\_cc@itmorelia.edu.mx]{Gerardo Marx Chávez-Campos}
  32. \institute[ITM]{Instituto Tecnológico de Morelia: Industrial Applications Society}
  33. \titlegraphic{\includegraphics[width=3cm]{logoItm.pdf}}
  34. \date{15/Feb/2021}
  35. \begin{document}
  36. %----Title page:
  37. \begin{frame}[plain]
  38. \titlepage
  39. \end{frame}
  40. %======= Part 1 =========
  41. \section{Part 1: Introduction to \LaTeX}
  42. \subsection{What I going to learn?}
  43. % +++++++++++++++++++
  44. \begin{frame}
  45. \frametitle{What I going to learn?}
  46. \begin{itemize}
  47. \item How \LaTeX{} works
  48. \item How to use Overleaf, \LaTeX{} on a server
  49. \item Create simple and complex documents(Thesis)
  50. \item How to use different document classes
  51. \item Inserting Equations, Tables, and Figures
  52. \item How to create \textbf{wonderful} plots
  53. \item Create bibliography files and sync them with bib\TeX
  54. \end{itemize}
  55. \end{frame}
  56. %+++++++++++++++++++
  57. \subsection{¿What is \LaTeX{}?}
  58. \begin{frame}
  59. \frametitle{What is \LaTeX?}
  60. \begin{columns}
  61. \column{0.35\textwidth}
  62. \includegraphics[width=1.2\textwidth]{donald1.png}
  63. Donald Knuth
  64. \column{0.65\textwidth}
  65. \begin{itemize}
  66. \item {\bfseries What is \LaTeX?} \LaTeX{} is a document preparation system focused on \textbf{quality and structure} %created by Donald Knuth in 1978.
  67. \item The system allows to prepare \textbf{scientific and technical} documents, reports, \textbf{thesis}, presentations, and more.
  68. \item \textbf{It is not} a text processor like MS-Word.
  69. \item \textbf{Why I should use \LaTeX?} Repeatability, portable, high quality, focus on context not on format.
  70. \end{itemize}
  71. \end{columns}
  72. \end{frame}
  73. %+++++++++++++++++++
  74. \begin{frame}
  75. \frametitle{How can I try \LaTeX{}?}
  76. \begin{itemize}
  77. \item <1->\textbf{GUI}:
  78. \TeX{}Studio(Windows, MacOS, Linux);
  79. \TeX{}Maker(All)
  80. \item<2-> \textbf{Distributions}: Mik\TeX{}, Mac\TeX{}, \TeX{}Live
  81. \item<3-> \textbf{Online tools}: Share-\LaTeX{} and Overleaf
  82. \end{itemize}
  83. \end{frame}
  84. % +++++++++++++++++++
  85. % overleaf:
  86. \begin{frame}{``Los geht's'' - Overleaf}
  87. \begin{figure}
  88. \centering
  89. \includegraphics[width=0.7\textwidth]{doh}
  90. %\caption{Esperemos que la computadora no explote...}
  91. \end{figure}
  92. \end{frame}
  93. % +++++++++++++++++++
  94. %---First example:
  95. \subsection{A basic document}
  96. \begin{frame}[containsverbatim]
  97. \frametitle{The first example of \LaTeX}
  98. %\example 1:
  99. The first example will test that system is working properly and get comfortable with Overleaf.
  100. \begin{lstlisting}[label=example1,caption=Hello World]
  101. \documentclass{standalone}
  102. \begin{document}
  103. Hello \LaTeX{}.
  104. \end{document}
  105. \end{lstlisting}
  106. \end{frame}
  107. %here 10/Feb/2021
  108. % +++++++++++++++++++
  109. %Example 2:
  110. %\begin{frame}[containsverbatim]
  111. % \frametitle{Preámbulo y cuerpo}
  112. %\begin{itemize}
  113. % \item Un documento en \LaTeX{} está
  114. % compuesto por dos partes fundamentales:
  115. % \textbf{el preámbulo} (librerías) y
  116. % \textbf{el cuerpo} del texto
  117. % (código)[documentoLaTeX2014].
  118. % \item El preámbulo contiene indicaciones
  119. % generales que afectan a la totalidad del
  120. % documento; su formato.
  121. % \end{itemize}
  122. %\begin{lstlisting}[caption=Ejemplo de
  123. %preámbulo]
  124. %\documentclass[opciones]{clase}
  125. %\usepackage[opciones]{paquete}
  126. %\title{Nombre-Documento}
  127. % ...
  128. %\end{lstlisting}
  129. %
  130. % Hay diversidad de clases de documentos
  131. % (\textbf{article, book, report}) y paquetes.
  132. %\end{frame}
  133. %% +++++++++++++++++++
  134. %\begin{frame}[containsverbatim]
  135. % Mientras que el cuerpo del documento se
  136. % encuentra entre las siguientes líneas de
  137. % código:
  138. % \begin{lstlisting}[caption=Ejemplo]
  139. % \begin{document}
  140. % \section{nombreSec1}
  141. % \section{nombreSec2}
  142. % \section{nombreSec3}
  143. % ...
  144. % \end{document}
  145. % \end{lstlisting}
  146. %
  147. % \textit{Note que para contener el cuerpo del
  148. % documento utilizamos un \textbf{entorno.}
  149. %}\end{frame}
  150. %% +++++++++++++++++++
  151. %%clases y paquetes
  152. %\subsection{Clases y paquetes básicos}
  153. %\begin{frame}
  154. %\frametitle{Clases}
  155. %Las clases son obligatorias para cada
  156. %documento.\textbf{ Solo puede haber un tipo de documento.}
  157. %
  158. %Los más comunes son:
  159. %\begin{itemize}
  160. %\item <1-> \textbf{book:} Para escribir libros.
  161. % \textit{Estructura el documento en partes,
  162. % capítulos, secciones, subsecciones, etc.
  163. % }\item <2->\textbf{article:} Se utiliza para
  164. % escribir artículos. \textit{Estructura el documento
  165. % en secciones, subsecciones, parrafos, etc.
  166. % }\item <3->\textbf{report:} Para escribir
  167. % informes, es parecido al anterior.
  168. % \item <4->\textbf{beamer:} Para hacer documentos
  169. % para presentaciones/diapositivas.
  170. % \item <5->\textbf{tikz-poster:}Para el
  171. % desarrollo de posters.
  172. %\end{itemize}
  173. %\end{frame}
  174. %% +++++++++++++++++++
  175. %\begin{frame}
  176. %\frametitle{Paquetes}
  177. %Los paquetes son opcionales, pueden ser
  178. %múltiples y usarse con cualquiera de las
  179. %clases.\\
  180. %\vspace{0.1in}
  181. %Algunos de los paquetes básicos son:
  182. % \begin{itemize}
  183. % \item <1-> \textbf{babel:} Permite trabajar
  184. % con múltiples idiomas. \textit{Siempre debe
  185. % ser el primer paquete}.
  186. %\item <2->\textbf{inputenc:} Permite especificar
  187. % el tipo de codificación en los caracteres
  188. % ingresados por el teclado.
  189. % \item <3->\textbf{graphicx.} Permite incluir gráficos y procesarlos.
  190. % \end{itemize}
  191. % \end{frame}
  192. %%+++++++++++++++++++
  193. % \begin{frame}
  194. % \centering
  195. % \includegraphics[width=3.2in]{phdRefreshments}\\
  196. %
  197. % \LARGE{Receso}
  198. % \end{frame}
  199. %%=*=*=*=*=*=*=*=*=*=*=*=*
  200. %\subsection{Preparando un reporte}
  201. %%Después del receso
  202. %%+++++++++++++++++++
  203. % \begin{frame}
  204. % \frametitle{Definición de las secciones}
  205. % \begin{columns}
  206. % \column{0.5\textwidth}
  207. % \includegraphics[width=2.in]{structure}
  208. % \column{0.5\textwidth}
  209. % \begin{itemize}
  210. % \item<1->Las secciones son normalmente
  211. % las mismas en los reportes; más o menos
  212. % \item<2->No deben de pasar de entre 5 a 7
  213. % hojas
  214. % \item<3-> Las imágenes son en blanco y
  215. % negro
  216. % \item<4-> Contenido del artículo en texto
  217. % plano e imágenes por separado
  218. % \item<5-> ¿Qué escribir primero y cómo?
  219. % \end{itemize}
  220. % \end{columns}
  221. % \end{frame}
  222. %%======= Día 2 =========
  223. %\section{Día 2: Sección Metodología}
  224. % \begin{frame}
  225. % \frametitle{Que incluir en la metodología}
  226. % \begin{columns}
  227. % \column{0.5\textwidth}
  228. % \includegraphics[width=1.8in]{structure-2}
  229. % \column{0.5\textwidth}
  230. % \begin{itemize}
  231. % \item<1-> Materialesd y metodos, or Procedimeinto, Experimentos, Simulación, Metodología o Modelo
  232. % \item<2->Indica que se hizo y/o utilizo; para replicar los resultados
  233. % \item<3->El lector debe aprender del reporte
  234. % \item<4-> Normalmente la sección se acompaña de un esquema
  235. % \end{itemize}
  236. % \end{columns}
  237. % \end{frame}
  238. %
  239. %%+++++++++++++++++++
  240. %\subsection{Revisando metodología}
  241. %\begin{frame}
  242. % \frametitle{Empezando por el final}
  243. % \includegraphics[width=4.5in]{methodology}
  244. %\end{frame}
  245. % \begin{frame}
  246. % \frametitle{Nuestra metodología}
  247. % \centering
  248. % \includegraphics[width=4.5in]{mistakes}
  249. %\end{frame}% +++++++++++++++++++
  250. %%+++++++++++++++++++
  251. %
  252. %
  253. %%+++++++++++++++++++
  254. %\subsection{Bibliografía}
  255. %\begin{frame}{Entorno bibliografía}
  256. % El entorno \texttt{thebibliography} es
  257. % nativo de \LaTeX{} y puede preferirse
  258. % cuando el documento \textbf{contendrá pocas citas
  259. % bibliográficas}(menos de 20) o será un documento que
  260. % pasará por la revisión de diversos
  261. % autores\cite[pág 21]{Mata2014}. En la
  262. % siguiente sección de código se muestra el
  263. % entorno \texttt{thebibliography}.
  264. %\end{frame}
  265. %
  266. %%+++++++++++++++++++
  267. %\begin{frame}[containsverbatim]
  268. %\begin{lstlisting}[caption=Entorno ]
  269. %Preambulo
  270. %...
  271. %\begin{document}
  272. %...
  273. %\begin{thebibliography}{X}
  274. %\bibitem{clave1} Texto de la referencia 1.
  275. %\bibitem{clave2} Texto de la referencia 2.
  276. %\end{thebibliography}
  277. %\end{document}
  278. %\end{lstlisting}
  279. % El argumento $X$ del entorno indica el
  280. % número de entradas que habrá en el
  281. % documento. Y cada entrada va acompañada del
  282. % comando \texttt{$\backslash$bibitem}, el
  283. % argumento (\texttt{clave1}) es una referencia para
  284. % el usuario y se recomienda que sea el autor
  285. % y el año, tal como se usa en el estilo de
  286. % referencias tipo \textbf{Harvard}. El texto
  287. % de la referencia debe usarse dependiendo
  288. % del estilo de documento que se redacte.
  289. %\end{frame}
  290. %%+++++++++++++++++++
  291. %\begin{frame}[containsverbatim]
  292. %\frametitle{Citas bibliográficas}
  293. %Para hacer una cita bibliográfica debe usarse la instrucción \texttt{$\backslash$cite} con la etiqueta correspondiente.
  294. %
  295. %\begin{lstlisting}[caption=Ejemplo de citas bibliográficas]
  296. %Como se puede ver en \cite{Mata2014} ...
  297. %...
  298. %Como se puede ver en \cite[pag 3]{Mata2014}...
  299. %\end{lstlisting}
  300. %\end{frame}
  301. %%+++++++++++++++++++
  302. %\begin{frame}[plain]
  303. % \includegraphics[width=4.5in]{meme-1}
  304. %\end{frame}
  305. %%+++++++++++++++++++
  306. %%+++++++++++++++++++
  307. %%+++++++++++++++++++
  308. %%+++++++++++++++++++
  309. %%Bibliography:
  310. %\begin{thebibliography}{10}
  311. %
  312. %\bibitem{guiaLatex2014}[Nokyotsu, 2014]
  313. %http://nokyotsu.com.
  314. %\newblock LaTeX Fácil: Guía rápida de \LaTeX
  315. %
  316. %\bibitem{documentoLaTeX2014}[Guía de \LaTeX, 2014]
  317. %http://thales.cica.es
  318. %\newblock Guía para la configuración de documentos de \LaTeX.
  319. %
  320. %\bibitem{Moser2013}[Moser, 2013]
  321. %\newblock How to typeset equations in \LaTeX.
  322. %
  323. %\bibitem{Reckdahl2006}[Reckdahl K., 2006]
  324. %\newblock Using imported graphics in \LaTeX{} and PDF\LaTeX{}.
  325. %
  326. %\bibitem{Hunninger2012}[Hünninger D., 2012]
  327. %\newblock \LaTeX{} a Wikibook, www.wikibooks.org
  328. %
  329. %\bibitem{Mata2014}[Mata-Pérez M., 2014]
  330. %\newblock Bibliografía en \LaTeX{}, una guía concisa de BIB\TeX{}.
  331. %
  332. %\end{thebibliography}
  333. %+++++++++++++++++++
  334. \end{document}
  335. %%% Local Variables:
  336. %%% mode: latex
  337. %%% TeX-master: t
  338. %%% End: