Skip to content

Zamilan3330/internship_2025

Repository files navigation

Internship LaTeX Project

This repository contains the LaTeX source files for a diploma project. It includes all necessary .tex files, custom style files, and images in the assets/ folder.

Structure

  • main.tex: Main entry point for the document.
  • company.tex, implementation.tex, abstract.tex, same-tech.tex, main-pre.tex: Included sections.
  • dics.sty: Custom style file.
  • assets/: All images used in the document.

How to Compile

  1. Install LaTeX: Make sure you have MiKTeX or TeX Live installed.
  2. Install latexmk: This tool automates the build process. It is usually included in most LaTeX distributions.
  3. Compile:
    • Open a terminal in the project directory.
    • Run:
      latexmk -xelatex main.tex
      
    • This will generate main.pdf.

Important Files

  • main.tex (and included .tex files)
  • dics.sty
  • assets/ (images)

.gitignore

A .gitignore is provided to exclude build artifacts and temporary files.

For any issues, check the log files or consult the LaTeX Wikibook.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors