Skip to content

Title Pages

One of the things a little complicated in latex is to make graphical elements, and one of these is to make the covers so here I bring a list of covers with the code just to copy and paste

Title Page 1

20240715004508

\documentclass[a4paper]{article} % document style
\usepackage[utf8]{inputenc} % special characters
\usepackage[spanish]{babel} % spanish characters
\usepackage{graphicx}
\usepackage[margin=2cm, top=2cm, includefoot]{geometry}

\begin{document} 
\begin{titlepage}
\centering
\includegraphics[width=0.4\textwidth]{logo.png}

\vspace{3cm}  
{\Huge \textbf{ FACULTAD DE INGENIERÍA }}
{\Large \textbf{INGENIERÍA DE SISTEMAS COMPUTACIONALES}}
\vspace{2cm}  

\Large {``Diseño de una Red LAN para la institución Educativa N° 821540 \textit{La Esperanza}''}
\vspace{1cm}

{\large \textbf{ Autores:}\\}
\textbf {Test Test Test Test (100\%)\\
test test test (100\%)\\
Test test test test(100\%) }
\vspace {1cm}

\large \textbf{Curso:}\\
my curso \\
\vspace{1cm}

\large \textbf{Docente:}\\
Test Test Test Test

\vfill
\large {Ciudad - Pais}\\
\large {2020-1}

\end{titlepage}
\end{document}

Title Page 2

20240715013013

\documentclass[a4paper]{article} % document style
\usepackage[utf8]{inputenc} % special characters
\usepackage[spanish]{babel} % spanish characters
\usepackage{graphicx}
\usepackage[margin=2cm, top=2cm, includefoot]{geometry}

\begin{document}
\begin{titlepage}

\begin{flushright}
\includegraphics[width=0.4\textwidth]{logo.png}
\end{flushright}
\vspace{0.3cm}



\begin{flushleft}
{\Huge \textbf{FACULTAD DE}}

{\Huge \textbf{INGENIERÍA }}

\rule{\linewidth}{1mm}
{\Large CARRERA DE INGENIERÍA DE SISTEMAS COMPUTACIONALES}

\vspace{1cm}

\Large {``Diseño de una Red LAN para la institución Educativa N° 821540 \textit{La Esperanza}''}
\vspace{3cm}
\end{flushleft}

\begin{flushright}
{\large \textbf{ Autores:}\\}
\textbf {Test Test Test Test (100\%)\\
test test test (100\%)\\
Test test test test(100\%) }
\vspace {1cm}

\large \textbf{Curso:}\\
my curso \\
\vspace{1cm}

\large \textbf{Docente:}\\
Test Test Test Test

\vfill
\large {Ciudad - Pais}\\
\large {2020-1}

\end{flushright}

\end{titlepage}
\end{document}

Title Page 3

2202407150436

\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{tikz}
\usepackage{xcolor}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{xcolor}
\usepackage{lipsum}
\usepackage[hidelinks]{hyperref}

% >>>>>>>>>>>>>>> Global variables


% >>>>>>>>>>>>>>> page styles
\setlength{\parindent}{0pt}


% >>>>>>>>>>>>>>> colors definitions
\definecolor{colora}{HTML}{22806B}
\definecolor{colorb}{HTML}{A89F1D}
\definecolor{colorc}{HTML}{FCAB4B}
\definecolor{colord}{HTML}{FCAF14}
\definecolor{colore}{HTML}{ED7615}

% Degradado
\definecolor{degradA}{HTML}{A18908}
\definecolor{degradB}{HTML}{B59B10}
\definecolor{degradC}{HTML}{C9AC17}
\definecolor{degradD}{HTML}{DDBE1F}

% >>>>>>>>>>>>> Document 

\begin{document}

% >>>>>>>>>>>>>> Title page 
  \begin{titlepage}
    \begin{tikzpicture}[remember picture,overlay]

      % vetical lines
      \draw[line width=91pt,color=degradA] ([xshift=1.5cm]current page.north west) -- ([xshift=1.5cm]current page.south west);

      \draw[line width=52pt,color=degradB] ([xshift=4cm]current page.north west) -- ([xshift=4cm]current page.south west);

      \draw[line width=28pt,color=degradC] ([xshift=5.4cm]current page.north west) -- ([xshift=5.4cm]current page.south west);
      \draw[line width=15pt,color=degradD] ([xshift=6.1cm]current page.north west) -- ([xshift=6.1cm]current page.south west);

    \end{tikzpicture}

    \centering
    \vspace*{\fill}

    \begin{tikzpicture}[remember picture,overlay,color=red]
      \node[align=left, text=blue, font=\sffamily\bfseries] at ([xshift=3cm,yshift=10cm]current page.center) {Imagen de universidad};
      \node[align=left, text=blue, font=\sffamily\bfseries\Huge] at ([xshift=3cm,yshift=7cm]current page.center) {Universidad};
      \node[align=left, text=blue, font=\sffamily\bfseries\Large] at ([xshift=3cm,yshift=6cm]current page.center) { curso de trabajo};
      \node[align=left, text=blue, font=\sffamily\bfseries\Large] at ([xshift=3cm,yshift=2cm]current page.center) {trabajo de campo 1};
      \node[align=left, text=blue, font=\sffamily\bfseries\Large] at ([xshift=3cm,yshift=1cm]current page.center) {Titulo del trabajo };
      \node[align=left, text=blue, font=\sffamily\bfseries\Large] at ([xshift=6.5cm,yshift=-5cm]current page.center) {Integrantes };
      \node[align=left, text=blue, font=\sffamily\bfseries\Large] at ([xshift=5cm,yshift=-7.2cm]current page.center) {
                        Pepito pepito pepito pepito\\ 
                        pepitooooooooooooooooooo\\
                        pepito test test test\\
                        test pepito test test \\
                        pepito pepito pepito\\
                    };

      \node[align=left, text=blue, font=\sffamily\bfseries\Large] at ([xshift=7cm,yshift=-13cm]current page.center) {\today};

    \end{tikzpicture}

    \vspace*{\fill}

  \end{titlepage}

\end{document}

Title Page 4

202407150441

\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{tikz}
\usepackage{xcolor}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{xcolor}
\usepackage{lipsum}
\usepackage[hidelinks]{hyperref}

% >>>>>>>>>>>>>>> Global variables


% >>>>>>>>>>>>>>> page styles
\setlength{\parindent}{0pt}


% >>>>>>>>>>>>>>> colors definitions
\definecolor{colora}{HTML}{22806B}
\definecolor{colorb}{HTML}{A89F1D}
\definecolor{colorc}{HTML}{FCAB4B}
\definecolor{colord}{HTML}{FCAF14}
\definecolor{colore}{HTML}{ED7615}

% Degradado
\definecolor{degradA}{HTML}{A18908}
\definecolor{degradB}{HTML}{B59B10}
\definecolor{degradC}{HTML}{C9AC17}
\definecolor{degradD}{HTML}{DDBE1F}

% >>>>>>>>>>>>> Document 

\begin{document}

% >>>>>>>>>>>>>> Title page 
  \begin{titlepage}
    \begin{tikzpicture}[remember picture, overlay]

      \draw [red,fill=red!90] ([yshift=-0.05cm]current page.north east) -- ([xshift=-8cm, yshift=-0.05cm]current page.north east) -- ([xshift=-4cm, yshift=-4cm]current page.north east) -- cycle;

      \draw [black, fill=white!100] ([yshift=-0.05cm]current page.north east) -- ([xshift=-2.6cm, yshift=-0.05cm]current page.north east) -- ([xshift=-1.48cm, yshift=-1.5cm]current page.north east) -- cycle;


      \draw [blue, fill=white!100] ([xshift=-2.6cm,yshift=-0.05cm]current page.north east) -- ([xshift=-1.48cm, yshift=-1.5cm]current page.north east) -- ([xshift=-4cm, yshift=-1.5cm]current page.north east) -- cycle;

      \draw [red,fill=black!10] ([xshift=-1.48cm,yshift=-1.5cm]current page.north east) -- ([xshift=-4cm, yshift=-1.5cm]current page.north east) -- ([xshift=-4cm, yshift=-4cm]current page.north east) -- cycle;


      \draw [black, fill=white!50] ([xshift=-2.6cm,yshift=-0.05cm]current page.north east) -- ([xshift=-8cm, yshift=-0.05cm]current page.north east) -- ([xshift=-4cm, yshift=-1.5cm]current page.north east) -- cycle;

      \draw [white, fill=white!100] ([xshift=-2.6cm,yshift=-0.05cm]current page.north east) -- ([xshift=-5.4cm, yshift=-0.05cm]current page.north east) -- ([xshift=-4cm, yshift=-1.5cm]current page.north east) -- cycle;

      % --lines 
      \draw[line width=20pt,color=red] ([yshift=-1cm]current page.north west) -- ([xshift=13cm,yshift=-1cm]current page.north west);


      \draw[line width=20pt,color=black] ([yshift=-2cm]current page.north west) -- ([xshift=14cm,yshift=-2cm]current page.north west);

      \draw[line width=20pt,color=red] ([yshift=2cm]current page.south west) -- ([xshift=20.9cm,yshift=2cm]current page.south west);

      \draw [red, fill=red!100] ([xshift=-7.2cm,yshift=-1.35cm]current page.north east) -- ([xshift=-8cm, yshift=-0.65cm]current page.north east) -- ([xshift=-8cm, yshift=-1.35cm]current page.north east) -- cycle;

      \draw [black, fill=black!100] ([xshift=-6.2cm,yshift=-2.35cm]current page.north east) -- ([xshift=-7cm, yshift=-1.65cm]current page.north east) -- ([xshift=-7cm, yshift=-2.35cm]current page.north east) -- cycle;

    \end{tikzpicture}

    \centering
    \huge portada 

  \end{titlepage}
\end{document}

Title Page 5

202407150447

\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{tikz}
\usepackage{xcolor}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{xcolor}
\usepackage{lipsum}
\usepackage[hidelinks]{hyperref}

% >>>>>>>>>>>>>>> Global variables


% >>>>>>>>>>>>>>> page styles
\setlength{\parindent}{0pt}


% >>>>>>>>>>>>>>> colors definitions
\definecolor{colora}{HTML}{22806B}
\definecolor{colorb}{HTML}{A89F1D}
\definecolor{colorc}{HTML}{FCAB4B}
\definecolor{colord}{HTML}{FCAF14}
\definecolor{colore}{HTML}{ED7615}

% Degradado
\definecolor{degradA}{HTML}{A18908}
\definecolor{degradB}{HTML}{B59B10}
\definecolor{degradC}{HTML}{C9AC17}
\definecolor{degradD}{HTML}{DDBE1F}

% >>>>>>>>>>>>> Document 

\begin{document}

% >>>>>>>>>>>>>> Title page 

\begin{titlepage}
    \begin{tikzpicture}[remember picture,overlay,color=red]

      \draw[line width=3pt, color=black] ([xshift=1cm,yshift=-2cm]current page.north west) -- ([xshift=20cm,yshift=-2cm]current page.north west);
      \draw[line width=3pt,color=black] ([xshift=1cm,yshift=2cm]current page.south west) -- ([xshift=20cm,yshift=2cm]current page.south west);

      \node[anchor=north west] at ([xshift=-9cm,yshift=-2.5cm] current page.north){\includegraphics[scale=0.25]{upn.png}};
      \node[anchor=north west] at ([xshift=7cm,yshift=-2.5cm] current page.north){\includegraphics[scale=0.25]{upn.png}};

      \draw[line width=4pt,color=black] ([xshift=2cm,yshift=17cm]current page.south west) -- ([xshift=18cm,yshift=17cm]current page.south west);
      \draw[line width=4pt,color=black] ([xshift=2cm,yshift=14cm]current page.south west) -- ([xshift=18cm,yshift=14cm]current page.south west);

    \end{tikzpicture}   

    \begin{tikzpicture}[remember picture, overlay]
      \node[align=right, font=\large\bfseries, text=blue] at ([xshift=-9cm,yshift=-1.7cm] current page.north){UPN};
      \node[align=left, font=\large\bfseries, text=blue] at ([xshift=9cm,yshift=-1.7cm] current page.north){UPN};

      \node[align=left, font=\large\bfseries, text=blue] at ([xshift=8.5cm,yshift=1.4cm] current page.south){Redes 1};
      \node[align=right, font=\large\bfseries, text=blue] at ([xshift=-5.4cm,yshift=1.4cm] current page.south){Ing. Sistemas compuitacionales};
    \end{tikzpicture}

    \centering
    \vspace{4cm}
    \huge INSTITUTO POLITECNICO \\ NACIONAL\\
    \vspace{1cm}
    \large \textbf{UNIDAD PROFESIONAL INTERDISIPLINARIA EN INGENIERIA Y TECNOLOGIAS AVANZADAS}\\
    \vspace{1cm}
    \large \textbf{ASUGNATURA: Redes 1}\\
    \vspace{1cm}
    \huge \textbf{proyecto de asignacion de roles en una red wifi}

    \vfill
    \textit{Alumno:}\\
    Fran Antony Campos Silva\\
    \vspace{1cm}
    \textit{Profesor:}\\
    Fran Antony Campos Silva

    \vfill
    \today
    \vspace{2cm}

  \end{titlepage}

\end{document}

Title Page 6

202407150454

\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{tikz}
\usepackage{xcolor}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{xcolor}
\usepackage{lipsum}
\usepackage[hidelinks]{hyperref}

% >>>>>>>>>>>>>>> Global variables


% >>>>>>>>>>>>>>> page styles
\setlength{\parindent}{0pt}


% >>>>>>>>>>>>>>> colors definitions
\definecolor{colora}{HTML}{22806B}
\definecolor{colorb}{HTML}{A89F1D}
\definecolor{colorc}{HTML}{FCAB4B}
\definecolor{colord}{HTML}{FCAF14}
\definecolor{colore}{HTML}{ED7615}

% Degradado
\definecolor{degradA}{HTML}{A18908}
\definecolor{degradB}{HTML}{B59B10}
\definecolor{degradC}{HTML}{C9AC17}
\definecolor{degradD}{HTML}{DDBE1F}

% >>>>>>>>>>>>> Document 

\begin{document}

% >>>>>>>>>>>>>> Title page 
  \begin{titlepage}
    \begin{tikzpicture}[remember picture, overlay]

      \draw[line width=50pt,color=black] ([yshift=-0.5cm]current page.north west) -- ([xshift=21cm,yshift=-0.5cm]current page.north west);

      \draw[line width=50pt,color=red] ([yshift=0.5cm]current page.south west) -- ([xshift=21cm,yshift=0.5cm]current page.south west);

      \draw[line width=50pt,color=red] ([xshift=0.5cm,yshift=-18cm]current page.north west) -- ([xshift=0.5cm]current page.south west);
      \draw[line width=50pt,color=black] ([xshift=-0.5cm]current page.north east) -- ([xshift=-0.5cm,yshift=18cm]current page.south east);

      \draw [black,fill=black!100]([xshift=-0.347cm,yshift=-10.7cm]current page.north east) arc (90:-270:1cm) -- cycle;
      \draw [red,fill=red!100]([xshift=0.347cm,yshift=12.7cm]current page.south west) arc (90:-270:1cm) -- cycle;

      \draw [black, fill=black!100] (current page.north east) -- ([xshift=-5cm]current page.north east) -- ([yshift=-5cm]current page.north east) -- cycle;

      \draw [red, fill=red!100] (current page.south west) -- ([yshift=5cm]current page.south west) -- ([xshift=5cm]current page.south west) -- cycle;

      \draw[line width=10pt,color=red] ([yshift=-5cm]current page.north west) -- ([xshift=8cm,yshift=-5cm]current page.north west);


    \end{tikzpicture}
    \centering

    test \\
    test\\
    ee\\
    ee\\
    eee

  \end{titlepage}

\end{document}