Search found 2 matches

by paulina-bravo
Fri Jul 26, 2019 9:59 pm
Forum: Text Formatting
Topic: Problem with table of contents
Replies: 3
Views: 2294

Problem with table of contents

Sure,
\documentclass[12pt,twoside]{report}
\usepackage[utf8]{inputenc}
\usepackage[english,spanish]{babel}
\usepackage{csquotes}
\usepackage[T1]{fontenc}
\usepackage{hyperref}
\usepackage[a4paper,width=150mm,top=25mm,bottom=25mm,bindingoffset=6mm]{geometry}
\usepackage{lmodern}
\usepackage ...
by paulina-bravo
Fri Jul 26, 2019 8:09 pm
Forum: Text Formatting
Topic: Problem with table of contents
Replies: 3
Views: 2294

Problem with table of contents

Hello,
I'm working on a report document, but for some reason the Table of contents is not gathering the information from the document. I have the content of each chapter on a different .tex file, but here's the code of the main
\input{usepackage.tex}
\begin{document}
\pagestyle{empty}
\input ...