Skip to content

Kasyap27/internReport_NITT

Repository files navigation

Intern_report

This repository contains the LaTeX files required for creating the Summer Internship Report.

Project Description

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.

Folder Structure

  • 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 by latexmk.

Requirements

To compile the LaTeX document, you need the following:

  1. A LaTeX distribution installed on your system, such as:
  2. A text editor or IDE for LaTeX, such as:

How to Compile

Follow these steps to compile the LaTeX document and generate the PDF:

  1. Open a terminal or command prompt in the project directory.
  2. Run the following command to compile the document:
    pdflatex report.tex
  3. 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
  4. The output PDF will be generated as report.pdf in the same directory.

Notes

  • 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.log file for details.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

Contains the latex files for making the internship report

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages