This repository contains the LaTeX files required for creating the Summer Internship Report.
This project includes all the necessary LaTeX files and resources to compile a professional internship report. The report is designed to follow standard formatting guidelines.
report.tex: Main LaTeX file for the report.nitt logo.jpg: Logo of NIT Trichy used in the title page.report.pdf: Generated PDF of the report.report.toc: Table of contents file generated by LaTeX.report.aux: Auxiliary file generated by LaTeX.report.log: Log file generated during the LaTeX compilation process.report.fls: File list generated by LaTeX.report.fdb_latexmk: Metadata file used bylatexmk.
To compile the LaTeX document, you need the following:
- A LaTeX distribution installed on your system, such as:
- A text editor or IDE for LaTeX, such as:
Follow these steps to compile the LaTeX document and generate the PDF:
- Open a terminal or command prompt in the project directory.
- Run the following command to compile the document:
pdflatex report.tex
- If your document includes a bibliography or references, run the following commands in sequence:
pdflatex report.tex bibtex report pdflatex report.tex pdflatex report.tex
- The output PDF will be generated as
report.pdfin the same directory.
- Ensure all required files (e.g., images, bibliography files) are in the same directory as
report.tex. - If you encounter errors during compilation, check the
report.logfile for details.
This project is licensed under the MIT License. See the LICENSE file for more information.