Images for presentation

Images for presentation
This commit is contained in:
Enrique Andrade Gonzalez 2017-11-09 11:01:14 +00:00
parent f1dfb5a3aa
commit bc42d5fb62
5 changed files with 56 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,20 @@
\documentclass[tikz]{standalone}
\usepackage{tikz}
\usepackage{tgadventor}
\begin{document}
\definecolor{imred}{HTML}{BD2026}
\definecolor{imyellow}{HTML}{FCED27}
\definecolor{imorange}{HTML}{F6B419}
\begin{tikzpicture}[scale=0.3, line width=2pt]
\draw[black, fill=imred] (16.6,8.88) -- (21.84,13.28) -- (13,19.6) -- (10.96,13.12);
\draw[black, fill=imorange] (4,13.16) -- (7.68,2.27) -- (9.77, 8.84) -- cycle;
\draw[black, fill=imyellow] (4,13.16) -- (15.22, 13.04) -- (13.04,6.44) -- cycle;
\draw[black, fill=imorange] (7.68,2.16) -- (13.04,6.44) -- (9.77, 8.84) -- cycle;
\draw[black, fill=white] (15.18,12.80) -- (13.83,8.76) -- (16.6, 8.88) -- cycle;
\node[minimum size=8em, align=left] (title) at (25.8, 5) {\textsf{\Huge Instituto de} \\
\textsf{\Huge Matem\'aticas} \vspace{2mm}\\
\textsf{\fontsize{16pt}{1em}\selectfont Unidad Cuernavaca}};
\end{tikzpicture}
\end{document}

View File

@ -0,0 +1,19 @@
\documentclass[tikz]{standalone}
\usepackage{tikz}
\usepackage{tgadventor}
\begin{document}
\definecolor{azulunam}{HTML}{13406F}
\begin{tikzpicture}[scale=0.3, line width=2pt, color=white]
\draw[azulunam, fill=white] (16.6,8.88) -- (21.84,13.28) -- (13,19.6) -- (10.96,13.12);
\draw[azulunam, fill=white] (4,13.16) -- (7.68,2.27) -- (9.77, 8.84) -- cycle;
\draw[azulunam, fill=white] (4,13.16) -- (15.22, 13.04) -- (13.04,6.44) -- cycle;
\draw[azulunam, fill=white] (7.68,2.16) -- (13.04,6.44) -- (9.77, 8.84) -- cycle;
\draw[azulunam, fill=white] (15.18,12.80) -- (13.83,8.76) -- (16.6, 8.88) -- cycle;
\node[minimum size=8em, align=left] (title) at (25.8, 5) {\textsf{\Huge Instituto de} \\
\textsf{\Huge Matem\'aticas} \vspace{2mm}\\
\textsf{\fontsize{16pt}{1em}\selectfont Unidad Cuernavaca}};
\end{tikzpicture}
\end{document}
\end{document}

View File

@ -0,0 +1,17 @@
\documentclass[tikz]{standalone}
\usepackage{tikz}
\usepackage{tgadventor}
\begin{document}
\definecolor{azulunam}{HTML}{13406F}
\begin{tikzpicture}[scale=0.3, line width=2pt, color=white]
\draw[azulunam, fill=white] (16.6,8.88) -- (21.84,13.28) -- (13,19.6) -- (10.96,13.12);
\draw[azulunam, fill=white] (4,13.16) -- (7.68,2.27) -- (9.77, 8.84) -- cycle;
\draw[azulunam, fill=white] (4,13.16) -- (15.22, 13.04) -- (13.04,6.44) -- cycle;
\draw[azulunam, fill=white] (7.68,2.16) -- (13.04,6.44) -- (9.77, 8.84) -- cycle;
\draw[azulunam, fill=white] (15.18,12.80) -- (13.83,8.76) -- (16.6, 8.88) -- cycle;
\node[minimum size=8em, align=left] (title) at (25.8, 5) {\textsf{\Huge Faculty of Mathematics and Computer Science} \\ \\ \textsf{\Huge Matem\'aticas}};
\end{tikzpicture}
\end{document}
\end{document}

Binary file not shown.