diff --git a/.gitignore b/.gitignore index 1f02380..06d65e9 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,8 @@ *.vrb *.bbl *.blg +*.run.xml +*.bcf # Final LaTeX files Introducción a LaTeX.pdf diff --git "a/1- Introducci\303\263n a LaTeX/Introducci\303\263n a LaTeX.tex" "b/1- Introducci\303\263n a LaTeX/Introducci\303\263n a LaTeX.tex" index 70fb288..456d73d 100644 --- "a/1- Introducci\303\263n a LaTeX/Introducci\303\263n a LaTeX.tex" +++ "b/1- Introducci\303\263n a LaTeX/Introducci\303\263n a LaTeX.tex" @@ -4,13 +4,14 @@ % Paquetes de configuración basica del texto % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage[spanish,es-nodecimaldot]{babel} -\usepackage{babelbib} +\usepackage{biblatex} \usepackage[T1]{fontenc} \usepackage{listings} \usepackage{multirow} \usepackage{hyperref} \usepackage{hyperxmp} \usepackage{ifthen} +\usepackage{csquotes} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % [listings] % @@ -69,13 +70,35 @@ \setbeamertemplate{navigation symbols}{} \setbeamertemplate{itemize items}{\color{Igreen}\raisebox{.45ex}{\rule{.6ex}{.6ex}}} +\setbeamertemplate{enumerate item}{\color{Igreen}\bfseries\arabic{enumi}.} +\setbeamertemplate{enumerate subitem}{\color{Igreen}\bfseries\arabic{enumi}.\arabic{enumii}.} \usefonttheme{professionalfonts} \usefonttheme{serif} + \setbeamercolor{frametitle}{fg=Ired,bg=Igreen!50} \setbeamercolor{alerted text}{fg=Ired} -\setbeamertemplate{enumerate item}{\color{Igreen}\bfseries\arabic{enumi}.} -\setbeamertemplate{enumerate subitem}{\color{Igreen}\bfseries\arabic{enumi}.\arabic{enumii}.} + +\setbeamertemplate{bibliography item}{ + \ifboolexpr{ test {\ifentrytype{book}} or test {\ifentrytype{mvbook}} + or test {\ifentrytype{collection}} or test {\ifentrytype{mvcollection}} + or test {\ifentrytype{reference}} or test {\ifentrytype{mvreference}} } + {\setbeamertemplate{bibliography item}[book]} + {\ifentrytype{online} + {\setbeamertemplate{bibliography item}[online]} + {\setbeamertemplate{bibliography item}[article]}} + \usebeamertemplate{bibliography item}} + +\defbibenvironment{bibliography} + {\list{} + {\settowidth{\labelwidth}{\usebeamertemplate{bibliography item}}% + \setlength{\leftmargin}{\labelwidth}% + \setlength{\labelsep}{\biblabelsep}% + \addtolength{\leftmargin}{\labelsep}% + \setlength{\itemsep}{\bibitemsep}% + \setlength{\parsep}{\bibparsep}}} + {\endlist} + {\item} \makeatletter \newcommand{\ifratio}[2]{ @@ -104,7 +127,7 @@ % Información de la presentación % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\title{Introducción a {\lmr\LaTeX}} +\title{{\lmr\LaTeX} Online y Colaborativo} \subtitle{Curso Libre de {\lmr\LaTeX}} \author{Joar Esteban Buitrago Carrillo} \institute{Universidad Nacional de Colombia} @@ -114,6 +137,7 @@ pdfcopyright={Esta obra está bajo una licencia de Creative Commons Reconocimiento-CompartirIgual 4.0 Internacional.}, pdflicenseurl={https://creativecommons.org/licenses/by-sa/4.0/deed.es} } +\addbibresource{biblio.bib} \begin{document} \begin{frame}[plain] @@ -132,22 +156,22 @@ \begin{frame}[fragile]{Funciones Seno y Coseno} \begin{center} -% \begin{animateinline}[autoplay,loop,nomouse,poster=first]{24} -% \multiframe{359}{nAngle=0+1}{ -% \begin{tikzpicture} -% \draw[thick,-latex,blue] (-3,0) -- (3,0) node[right] {$x$}; -% \draw[thick,-latex,blue] (0,-3) -- (0,3) node[above] {$y$}; -% \draw[red,thick] (0,0) circle (2.5); -% \draw[ultra thick,cyan] (0,0) -- (0,0 |- \nAngle:2.5) node[midway,left] {$\sin(\alpha)$}; -% \draw[ultra thick,orange] (0,0) -- (\nAngle:2.5 |- 0,0) node[midway,below] {$\cos(\alpha)$}; -% \draw[densely dotted,orange] (\nAngle:2.5) -- (\nAngle:2.5 |- 0,0); -% \draw[densely dotted,cyan] (\nAngle:2.5) -- (0,0 |- \nAngle:2.5); -% \draw[thick,green] (0.5,0) arc (0:\nAngle:0.5); -% \draw[thick,green,opacity=0] (0.7,0) arc (0:\nAngle:0.7) node[midway,opacity=1] {$\alpha$}; -% \draw[ultra thick,red,-latex] (0,0) -- (\nAngle:2.5); -% \end{tikzpicture} -% } -% \end{animateinline} + \begin{animateinline}[autoplay,loop,nomouse,poster=first]{24} + \multiframe{359}{nAngle=0+1}{ + \begin{tikzpicture} + \draw[thick,-latex,blue] (-3,0) -- (3,0) node[right] {$x$}; + \draw[thick,-latex,blue] (0,-3) -- (0,3) node[above] {$y$}; + \draw[red,thick] (0,0) circle (2.5); + \draw[ultra thick,cyan] (0,0) -- (0,0 |- \nAngle:2.5) node[midway,left] {$\sin(\alpha)$}; + \draw[ultra thick,orange] (0,0) -- (\nAngle:2.5 |- 0,0) node[midway,below] {$\cos(\alpha)$}; + \draw[densely dotted,orange] (\nAngle:2.5) -- (\nAngle:2.5 |- 0,0); + \draw[densely dotted,cyan] (\nAngle:2.5) -- (0,0 |- \nAngle:2.5); + \draw[thick,green] (0.5,0) arc (0:\nAngle:0.5); + \draw[thick,green,opacity=0] (0.7,0) arc (0:\nAngle:0.7) node[midway,opacity=1] {$\alpha$}; + \draw[ultra thick,red,-latex] (0,0) -- (\nAngle:2.5); + \end{tikzpicture} + } + \end{animateinline} \end{center} \end{frame} @@ -628,7 +652,6 @@ \section{Opciones del documento} \begin{frame}{Bibliografía} \nocite{*} -\bibliographystyle{babplain} -\bibliography{biblio} +\printbibliography \end{frame} \end{document} diff --git "a/1- Introducci\303\263n a LaTeX/biblio.bib" "b/1- Introducci\303\263n a LaTeX/biblio.bib" index 4073c85..b2d6f64 100644 --- "a/1- Introducci\303\263n a LaTeX/biblio.bib" +++ "b/1- Introducci\303\263n a LaTeX/biblio.bib" @@ -1,16 +1,15 @@ @Book{universoLaTeX, - author = {{Rodrigo De Castro Korgi}}, - title = {El universo {\lmr\LaTeX}}, - publisher = {Universidad Nacional de Colombia}, - year = {2003}, - edition = {Segunda} + author = {{Rodrigo De Castro Korgi}}, + title = {El universo {\lmr\LaTeX}}, + publisher = {Universidad Nacional de Colombia}, + year = {2003}, + edition = {Segunda edición} } @Book{TeXbook, - author = {{Donald Ervin Knuth}}, - title = {The {\lmr\TeX} book}, - publisher = {Stanford University}, - year = {1986}, - edition = {Primera} + author = {{Donald Ervin Knuth}}, + title = {The {\lmr\TeX} book}, + publisher = {Stanford University}, + year = {1986}, + edition = {Primera edición} } - diff --git a/2- Editores y Compiladores/Editores y Compiladores.tex b/2- Editores y Compiladores/Editores y Compiladores.tex index bfc00a7..83ebb2b 100644 --- a/2- Editores y Compiladores/Editores y Compiladores.tex +++ b/2- Editores y Compiladores/Editores y Compiladores.tex @@ -4,13 +4,14 @@ % Paquetes de configuración basica del texto % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage[spanish,es-nodecimaldot]{babel} -\usepackage{babelbib} +\usepackage{biblatex} \usepackage[T1]{fontenc} \usepackage{listings} \usepackage{multirow} \usepackage{hyperref} \usepackage{hyperxmp} \usepackage{ifthen} +\usepackage{csquotes} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % [listings] % @@ -69,13 +70,35 @@ \setbeamertemplate{navigation symbols}{} \setbeamertemplate{itemize items}{\color{Igreen}\raisebox{.45ex}{\rule{.6ex}{.6ex}}} +\setbeamertemplate{enumerate item}{\color{Igreen}\bfseries\arabic{enumi}.} +\setbeamertemplate{enumerate subitem}{\color{Igreen}\bfseries\arabic{enumi}.\arabic{enumii}.} \usefonttheme{professionalfonts} \usefonttheme{serif} + \setbeamercolor{frametitle}{fg=Ired,bg=Igreen!50} \setbeamercolor{alerted text}{fg=Ired} -\setbeamertemplate{enumerate item}{\color{Igreen}\bfseries\arabic{enumi}.} -\setbeamertemplate{enumerate subitem}{\color{Igreen}\bfseries\arabic{enumi}.\arabic{enumii}.} + +\setbeamertemplate{bibliography item}{ + \ifboolexpr{ test {\ifentrytype{book}} or test {\ifentrytype{mvbook}} + or test {\ifentrytype{collection}} or test {\ifentrytype{mvcollection}} + or test {\ifentrytype{reference}} or test {\ifentrytype{mvreference}} } + {\setbeamertemplate{bibliography item}[book]} + {\ifentrytype{online} + {\setbeamertemplate{bibliography item}[online]} + {\setbeamertemplate{bibliography item}[article]}} + \usebeamertemplate{bibliography item}} + +\defbibenvironment{bibliography} + {\list{} + {\settowidth{\labelwidth}{\usebeamertemplate{bibliography item}}% + \setlength{\leftmargin}{\labelwidth}% + \setlength{\labelsep}{\biblabelsep}% + \addtolength{\leftmargin}{\labelsep}% + \setlength{\itemsep}{\bibitemsep}% + \setlength{\parsep}{\bibparsep}}} + {\endlist} + {\item} \makeatletter \newcommand{\ifratio}[2]{ @@ -104,7 +127,7 @@ % Información de la presentación % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\title{Editores y Compiladores} +\title{{\lmr\LaTeX} Online y Colaborativo} \subtitle{Curso Libre de {\lmr\LaTeX}} \author{Joar Esteban Buitrago Carrillo} \institute{Universidad Nacional de Colombia} @@ -114,6 +137,7 @@ pdfcopyright={Esta obra está bajo una licencia de Creative Commons Reconocimiento-CompartirIgual 4.0 Internacional.}, pdflicenseurl={https://creativecommons.org/licenses/by-sa/4.0/deed.es} } +\addbibresource{biblio.bib} \begin{document} \begin{frame}[plain] @@ -365,7 +389,6 @@ \subsection{LuaLaTeX} \begin{frame}[allowframebreaks]{Bibliografía} \nocite{*} -\bibliographystyle{babplain} -\bibliography{biblio} +\printbibliography \end{frame} \end{document} \ No newline at end of file diff --git a/2- Editores y Compiladores/biblio.bib b/2- Editores y Compiladores/biblio.bib index 2434476..bdc0130 100644 --- a/2- Editores y Compiladores/biblio.bib +++ b/2- Editores y Compiladores/biblio.bib @@ -1,7 +1,7 @@ @Online {TeXmaker, author = {{Pascal Brachet}}, title = {Página oficial de {\textup\TeXmaker}}, - month = {julio}, + month = {07}, year = {2018}, url = {http://www.xm1math.net/texmaker/} } @@ -9,7 +9,7 @@ @Online {TeXmaker @Online {TeXstudio, author = {{Benito van der Zander} and {Jan Sundermeyer} and {Daniel Braun} and {Tim Hoffmann}}, title = {Página oficial de {\textup\TeXstudio}}, - month = {junio}, + month = {07}, year = {2018}, url = {https://texstudio.org/} } @@ -17,7 +17,7 @@ @Online {TeXstudio @Online {LyX, author = {{The LyX Team}}, title = {Página oficial de {\textup\LyX}}, - month = {julio}, + month = {07}, year = {2018}, url = {https://www.lyx.org/} } @@ -25,7 +25,7 @@ @Online {LyX @Online {AUCTeX, author = {{GNU}}, title = {Página oficial de {\textup\AUCTeX}}, - month = {julio}, + month = {07}, year = {2018}, url = {https://www.gnu.org/software/auctex/} } @@ -33,35 +33,35 @@ @Online {AUCTeX @Online {TeXmacs, author = {{GNU}}, title = {Página oficial de {\textup\TeXmacs}}, - month = {julio}, + month = {07}, year = {2018}, url = {http://www.texmacs.org/} } @Online {LaTeX, title = {Wikipedia en Ingles \textup{\lmr\LaTeX}}, - month = {julio}, + month = {07}, year = {2018}, url = {https://en.wikipedia.org/wiki/LaTeX/} } @Online {pdfTeX, title = {Wikipedia en Ingles \textup{\lmr PDF\TeX}}, - month = {julio}, + month = {07}, year = {2018}, url = {https://en.wikipedia.org/wiki/pdfTeX/} } @Online {XeTeX, title = {Wikipedia en Ingles \textup{\XeTeX}}, - month = {julio}, + month = {07}, year = {2018}, url = {https://en.wikipedia.org/wiki/XeTeX/} } @Online {LuaTeX, title = {Wikipedia en Ingles \textup{\LuaTeX}}, - month = {julio}, + month = {07}, year = {2018}, url = {https://en.wikipedia.org/wiki/LuaTeX/} } diff --git "a/3- Elementos B\303\241sicos de Edici\303\263n/Elementos B\303\241sicos de Edici\303\263n.tex" "b/3- Elementos B\303\241sicos de Edici\303\263n/Elementos B\303\241sicos de Edici\303\263n.tex" index 1586fae..6123de1 100644 --- "a/3- Elementos B\303\241sicos de Edici\303\263n/Elementos B\303\241sicos de Edici\303\263n.tex" +++ "b/3- Elementos B\303\241sicos de Edici\303\263n/Elementos B\303\241sicos de Edici\303\263n.tex" @@ -4,13 +4,14 @@ % Paquetes de configuración basica del texto % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage[spanish,es-nodecimaldot]{babel} -\usepackage{babelbib} +\usepackage{biblatex} \usepackage[T1]{fontenc} \usepackage{listings} \usepackage{multirow} \usepackage{hyperref} \usepackage{hyperxmp} \usepackage{ifthen} +\usepackage{csquotes} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % [listings] % @@ -69,13 +70,35 @@ \setbeamertemplate{navigation symbols}{} \setbeamertemplate{itemize items}{\color{Igreen}\raisebox{.45ex}{\rule{.6ex}{.6ex}}} +\setbeamertemplate{enumerate item}{\color{Igreen}\bfseries\arabic{enumi}.} +\setbeamertemplate{enumerate subitem}{\color{Igreen}\bfseries\arabic{enumi}.\arabic{enumii}.} \usefonttheme{professionalfonts} \usefonttheme{serif} + \setbeamercolor{frametitle}{fg=Ired,bg=Igreen!50} \setbeamercolor{alerted text}{fg=Ired} -\setbeamertemplate{enumerate item}{\color{Igreen}\bfseries\arabic{enumi}.} -\setbeamertemplate{enumerate subitem}{\color{Igreen}\bfseries\arabic{enumi}.\arabic{enumii}.} + +\setbeamertemplate{bibliography item}{ + \ifboolexpr{ test {\ifentrytype{book}} or test {\ifentrytype{mvbook}} + or test {\ifentrytype{collection}} or test {\ifentrytype{mvcollection}} + or test {\ifentrytype{reference}} or test {\ifentrytype{mvreference}} } + {\setbeamertemplate{bibliography item}[book]} + {\ifentrytype{online} + {\setbeamertemplate{bibliography item}[online]} + {\setbeamertemplate{bibliography item}[article]}} + \usebeamertemplate{bibliography item}} + +\defbibenvironment{bibliography} + {\list{} + {\settowidth{\labelwidth}{\usebeamertemplate{bibliography item}}% + \setlength{\leftmargin}{\labelwidth}% + \setlength{\labelsep}{\biblabelsep}% + \addtolength{\leftmargin}{\labelsep}% + \setlength{\itemsep}{\bibitemsep}% + \setlength{\parsep}{\bibparsep}}} + {\endlist} + {\item} \makeatletter \newcommand{\ifratio}[2]{ @@ -104,7 +127,7 @@ % Información de la presentación % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\title{Elementos Básicos de Edición} +\title{{\lmr\LaTeX} Online y Colaborativo} \subtitle{Curso Libre de {\lmr\LaTeX}} \author{Joar Esteban Buitrago Carrillo} \institute{Universidad Nacional de Colombia} @@ -114,6 +137,7 @@ pdfcopyright={Esta obra está bajo una licencia de Creative Commons Reconocimiento-CompartirIgual 4.0 Internacional.}, pdflicenseurl={https://creativecommons.org/licenses/by-sa/4.0/deed.es} } +\addbibresource{biblio.bib} \begin{document} \begin{frame}[plain] @@ -633,7 +657,6 @@ \section{El entorno {\tt verbatim} y su paquete} \begin{frame}{Bibliografía} \nocite{*} -\bibliographystyle{babplain} -\bibliography{biblio} +\printbibliography \end{frame} \end{document} diff --git "a/3- Elementos B\303\241sicos de Edici\303\263n/biblio.bib" "b/3- Elementos B\303\241sicos de Edici\303\263n/biblio.bib" index 4073c85..b2d6f64 100644 --- "a/3- Elementos B\303\241sicos de Edici\303\263n/biblio.bib" +++ "b/3- Elementos B\303\241sicos de Edici\303\263n/biblio.bib" @@ -1,16 +1,15 @@ @Book{universoLaTeX, - author = {{Rodrigo De Castro Korgi}}, - title = {El universo {\lmr\LaTeX}}, - publisher = {Universidad Nacional de Colombia}, - year = {2003}, - edition = {Segunda} + author = {{Rodrigo De Castro Korgi}}, + title = {El universo {\lmr\LaTeX}}, + publisher = {Universidad Nacional de Colombia}, + year = {2003}, + edition = {Segunda edición} } @Book{TeXbook, - author = {{Donald Ervin Knuth}}, - title = {The {\lmr\TeX} book}, - publisher = {Stanford University}, - year = {1986}, - edition = {Primera} + author = {{Donald Ervin Knuth}}, + title = {The {\lmr\TeX} book}, + publisher = {Stanford University}, + year = {1986}, + edition = {Primera edición} } - diff --git a/4- LaTeX Online y Colaborativo/LaTeX Online y Colaborativo.tex b/4- LaTeX Online y Colaborativo/LaTeX Online y Colaborativo.tex index d5d1002..b906513 100644 --- a/4- LaTeX Online y Colaborativo/LaTeX Online y Colaborativo.tex +++ b/4- LaTeX Online y Colaborativo/LaTeX Online y Colaborativo.tex @@ -1,16 +1,17 @@ -\documentclass[12pt,aspectratio=43]{beamer} +\documentclass[12pt,aspectratio=169]{beamer} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Paquetes de configuración basica del texto % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage[spanish,es-nodecimaldot]{babel} -\usepackage{babelbib} +\usepackage{biblatex} \usepackage[T1]{fontenc} \usepackage{listings} \usepackage{multirow} \usepackage{hyperref} \usepackage{hyperxmp} \usepackage{ifthen} +\usepackage{csquotes} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % [listings] % @@ -69,13 +70,35 @@ \setbeamertemplate{navigation symbols}{} \setbeamertemplate{itemize items}{\color{Igreen}\raisebox{.45ex}{\rule{.6ex}{.6ex}}} +\setbeamertemplate{enumerate item}{\color{Igreen}\bfseries\arabic{enumi}.} +\setbeamertemplate{enumerate subitem}{\color{Igreen}\bfseries\arabic{enumi}.\arabic{enumii}.} \usefonttheme{professionalfonts} \usefonttheme{serif} + \setbeamercolor{frametitle}{fg=Ired,bg=Igreen!50} \setbeamercolor{alerted text}{fg=Ired} -\setbeamertemplate{enumerate item}{\color{Igreen}\bfseries\arabic{enumi}.} -\setbeamertemplate{enumerate subitem}{\color{Igreen}\bfseries\arabic{enumi}.\arabic{enumii}.} + +\setbeamertemplate{bibliography item}{ + \ifboolexpr{ test {\ifentrytype{book}} or test {\ifentrytype{mvbook}} + or test {\ifentrytype{collection}} or test {\ifentrytype{mvcollection}} + or test {\ifentrytype{reference}} or test {\ifentrytype{mvreference}} } + {\setbeamertemplate{bibliography item}[book]} + {\ifentrytype{online} + {\setbeamertemplate{bibliography item}[online]} + {\setbeamertemplate{bibliography item}[article]}} + \usebeamertemplate{bibliography item}} + +\defbibenvironment{bibliography} + {\list{} + {\settowidth{\labelwidth}{\usebeamertemplate{bibliography item}}% + \setlength{\leftmargin}{\labelwidth}% + \setlength{\labelsep}{\biblabelsep}% + \addtolength{\leftmargin}{\labelsep}% + \setlength{\itemsep}{\bibitemsep}% + \setlength{\parsep}{\bibparsep}}} + {\endlist} + {\item} \makeatletter \newcommand{\ifratio}[2]{ @@ -114,6 +137,7 @@ pdfcopyright={Esta obra está bajo una licencia de Creative Commons Reconocimiento-CompartirIgual 4.0 Internacional.}, pdflicenseurl={https://creativecommons.org/licenses/by-sa/4.0/deed.es} } +\addbibresource{biblio.bib} \begin{document} \begin{frame}[plain] @@ -252,4 +276,9 @@ \section{git y GitHub} Trabajar con git puede resultar muy útil si las personas con las que colaboramos solo lo podemos hacer en ciertos momentos, y necesitas cosas que se encuentran en tu computador. \end{frame} + +\begin{frame}[allowframebreaks]{Bibliografía} +\nocite{*} +\printbibliography +\end{frame} \end{document} diff --git a/4- LaTeX Online y Colaborativo/biblio.bib b/4- LaTeX Online y Colaborativo/biblio.bib new file mode 100644 index 0000000..8d188ca --- /dev/null +++ b/4- LaTeX Online y Colaborativo/biblio.bib @@ -0,0 +1,71 @@ +@Online{Overleaf, + author = {{Equipo de Overleaf}}, + title = {Página oficial de Overleaf}, + month = {08}, + year = {2018}, + url = {https://www.overleaf.com/} +} + +@Online{ShareLaTeX, + author = {{Equipo de ShareLaTeX}}, + title = {Página oficial de ShareLaTeX}, + month = {08}, + year = {2018}, + url = {https://www.sharelatex.com/} +} + +@Online{OverleafOS, + author = {{Equipo de Overleaf}}, + title = {Overleaf Blog, ShareLaTeX se une a Overleaf}, + month = {08}, + year = {2018}, + url = {https://www.overleaf.com/blog/518-exciting-news-sharelatex-is-joining-overleaf} +} + +@Online{ShareLaTeXOS, + author = {{Equipo de ShareLaTeX}}, + title = {ShareLaTeX Blog, ShareLaTeX se une a Overleaf}, + month = {08}, + year = {2018}, + url = {https://es.sharelatex.com/blog/2017/07/20/sharelatex-joins-overleaf.html} +} + +@Online{tryOverleafV2, + author = {{Equipo de Overleaf}}, + title = {Overleaf Blog, Prueba Overleaf v2}, + month = {08}, + year = {2018}, + url = {https://www.overleaf.com/blog/641-try-overleaf-v2} +} + +@Online{Papeeria, + author = {{Equipo de Papeeria}}, + title = {Página oficial de Papeeria}, + month = {08}, + year = {2018}, + url = {https://papeeria.com/} +} + +@Online{LaTeXBase, + author = {{Equipo de LaTeX Base}}, + title = {Página oficial de LaTeX Base}, + month = {08}, + year = {2018}, + url = {https://latexbase.com/} +} + +@Online{git, + author = {{Equipo de desarrollo de git}}, + title = {Página oficial de git}, + month = {08}, + year = {2018}, + url = {https://git-scm.com/} +} + +@Online{GitHub, + author = {{Equipo de GitHub}}, + title = {Página oficial de GitHub}, + month = {08}, + year = {2018}, + url = {https://github.com/} +}