
Plantilla Senati Caratula
作者:
Diego Billy Toledo Alvarez
最近上传:
3 年前
许可:
Creative Commons CC BY 4.0
摘要:
Template para caratulas de documentos en latex para alumnos de senati salvajes que quieran hacer sus  entregables con latex y no con word.


%begin of dependencies
%-----------------------------------------------------------
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{pdflscape}
\usepackage{dirtree}
\usepackage{fancyvrb}
%\usepackage{fancyvrb} %LUA COMPILER
%\usepackage{fontspec} %LUA COMPILER
%\setmonofont{DejaVu Sans Mono} %LUA COMPILER
\usepackage[top = 2.5cm, left = 2.5cm, right = 2.5cm, bottom = 2.5cm]{geometry}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{tabularx}
\usepackage[table,xcdraw]{xcolor}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{hyperref}
\usepackage{authblk}
% config for links
%-------
\hypersetup{
    colorlinks=true,
    linkcolor=blue,
    filecolor=white,      
    urlcolor=blue,
    pdftitle={fpr-v},
    pdfpagemode=FullScreen,
    }
%------
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{listings}
\usepackage{svg}
\usepackage{color}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0.5pt}
%end of dependencies
%---------------------------------------------------------------
\fancyhead[LO]{Entregable IV} %title page
\fancyhead[RO]{\leftmark}
\fancyfoot[CO]{\thepage}
% You might modify this
\title{ Entregable V\\ Formación Práctica Remota}
\author{Han Solo \\ \url{https://github.com/hansolo/}\\ Ing. Software e IA \\ email@senati.pe \\ Corellia \\ Semestre: x\\ }
\begin{document}
\begin{titlepage}
%- If you wanna modify title page, the following lines might be useful for you xd
\begin{center}
    \vspace*{1cm}
    \Huge
    \textbf{Entregable V}\\
    \LARGE
    Formación Práctica Remota\\
    \vspace*{2cm}
    \textbf{Han Solo}\\
    \url{https://github.com/hansolo/}\\
    \vfill
    \vspace*{1.2cm}
    \includesvg[width=4cm]{photo.svg}\\
    \vspace{0.8cm}
    \Large
    SENATI\\
    Ciclo: V\\
    Corellia\\
    \today
\end{center}
\end{titlepage}
\newpage
\tableofcontents
\listoffigures
\newpage
\section{Introducción}
\end{document}