Plantilla general de LaTeX multifuncional
License: GPL3
ubuntu2004
\documentclass[12pt, letterpaper, titlepage]{article}1% Enable SageTeX to run SageMath code right inside this LaTeX file.2% http://doc.sagemath.org/html/en/tutorial/sagetex.html3\usepackage{sagetex}4\usepackage[T1]{fontenc}5\usepackage{lmodern}6\usepackage[margin=2.5cm]{geometry}7\usepackage[spanish]{babel}8\usepackage[utf8]{inputenc}9\usepackage{fvextra, amssymb, amsmath, graphicx, tikz, pgfplots, color, lipsum, multicol, multirow, textcomp, blindtext, longtable, verbatim, fancyhdr, float, array, biblatex, tcolorbox, csquotes, listings, caption, wasysym,mathptmx} %más hyperref, bookmark, mathptmx, biblatex ---- \usepackage{fontspec} setmainfont{Arial}10\usepackage[draft]{listofsymbols} %final luego1112\usepackage{float}13\floatstyle{boxed}14%\restylefloat{figure}1516% set font encoding for PDFLaTeX, XeLaTeX, or LuaTeX17\usepackage{ifxetex,ifluatex}18\if\ifxetex T\else\ifluatex T\else F\fi\fi T%19\usepackage{fontspec}20\else21\usepackage[T1]{fontenc}22\usepackage{lmodern, tikz}23\fi2425%códigos de estilo26\newfloat{myfloat}{tbp}{lop}[section]27\floatplacement{myfloat}{hbtp}2829%Espacios para formatos matemáticos30\newtheorem{teo}{Teorema}[section]31\newtheorem{lem}[teo]{Lema}32\newtheorem{definition}[teo]{Definición}33\newtheorem{coro}[teo]{Corolario}34\newtheorem{demo}[teo]{Demostración}35\newtheorem{prop}[teo]{Proposición}36\newtheorem{ejm}[teo]{Ejemplo}37\newtheorem{conj}[teo]{Conjetura}38\newtheorem{prob}{Problema abierto}39\newtheorem{expo}{Explicación}4041\title{Título del documento}42\author{Daniel Eduardo Naranjo Garzón}43\date{\today}4445% Enable SageTeX to run SageMath code right inside this LaTeX file.46% http://doc.sagemath.org/html/en/tutorial/sagetex.html47\usepackage{sagetex}4849% Enable PythonTeX to run Python – https://ctan.org/pkg/pythontex50\usepackage{pythontex}5152\pgfplotsset{compat=1.16}53\begin{document}54\maketitle55Redacción5657\end{document}5859