0

In this latex template there is a file called abstract.tex which is currently empty, the problem is that even when I write some text in this file nothing is displayed in the output PDF. What changes should be made to the file?

https://www.overleaf.com/latex/templates/phd-thesis-template-u-paris/qnqhskjxnsvh

1 Answers1

1

You need to declare the abstract in the main file before \input{Chapters/intro.tex}

You can put this: \input{Chapters/abstract.tex}

yacine
  • 144