I mean like having the table of content like:
Chapter X. Introduction
Chapter X. Abstract
Chapter X. Greetings
Where "X" is the automatic number put by LaTex.
All I've achieved is the following output, but I added "Capítulo 1." manually
Here's all packages I'm importing to my project, and my \documentclass
\documentclass[12pt, letterpaper, twoside]{book}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage[top=25mm, bottom=25mm,right=25mm,left=30mm]{geometry}
\usepackage{ragged2e}
\usepackage{graphicx}
\usepackage[table]{xcolor}
\usepackage{import}
\usepackage{enumerate}
\usepackage{tabularx,ragged2e,booktabs,caption}
\usepackage{multirow}
\graphicspath{{images/}}
\usepackage[babel]{csquotes}
\usepackage[backend=biber,style=apa]{biblatex}
\DeclareLanguageMapping{spanish}{spanish-apa}
\addbibresource{Bibliography.bib}
I'm importing .tex files by \import{pathtofile}{filename} as following
\import{part_1_introduction/}{introduction.tex}
\import{part_1_introduction/}{issue_statement.tex}
\import{part_1_introduction/}{justification.tex}
\import{part_1_introduction/}{general_objective.tex}
Where each file contains following commands at the very beginning of it
\part{Parte II. Estado del arte}
or
\chapter{Marco conceptual}



\documentclasscommand and all the\usepackages you do? – Phelype Oleinik Sep 13 '18 at 20:081. Capítulo 1. Introducción(which is a bit redundant, in my opinion) orCapítulo 1. Introducción(without the first1.). Or something else? – Phelype Oleinik Sep 13 '18 at 20:34Capítulo 1. Introducción, because the first one is redundant – Bryan Arreola Sep 14 '18 at 00:43memoirclass) – Werner Sep 14 '18 at 00:58