Tribhuvan University Logo

Tribhuvan University

Department

Thapathali Campus

DOECE

Project Guidelines

View project structure, checkpoints, deadlines, and submit your project details.

Official Templates

LaTeX
Project Report Template
Official LaTeX template for Proposal, Progress, and Final project reports. Includes proper formatting, chapter structure, and styling as specified by the department.
  • --Proposal, Progress, and Final report formats
  • --Pre-configured chapter structure
  • --IEEE citation style with BibTeX
  • --Cover page, certificate, and abstract templates
Beamer
Presentation Template
Official LaTeX Beamer template for project defense presentations. Clean, professional slides with Thapathali Campus branding.
  • --Professional Beamer theme with campus branding
  • --Structured slide layouts for defense presentations
  • --Code listing and figure support
  • --Easy to customize colors and content

Consultation Forms

Project Structure & Checkpoints

1
Minor Project (6th Semester)
Batch 2080 -- 6th
Accepting Submissions

Complete minor project including proposal, implementation, and final defense within a single semester.

ProposalActive
Deadline: Jun 4, 2026

Submit your proposal here

Submit Now
Mid DefenseLocked
Final DefenseLocked
Minor Project Report
2
Major Project Part A (7th Semester)
Batch 2079 -- 7th
Accepting Submissions

Begin the major project with a formal proposal defense, followed by progress checkpoints demonstrating research and initial implementation.

Proposal DefenseActive
Deadline: Jun 4, 2026

Submit your proposal here

Submit Now
1st CheckpointLocked
2nd CheckpointLocked
Proposal + Progress Report
3
Major Project Part B (8th Semester)

Complete the major project with progress checkpoints covering final implementation, testing, results, and the final defense.

1st CheckpointLocked
2nd CheckpointLocked
Final DefenseLocked
Final Report
Report Types
The template supports all major project report types
Draft

Initial project draft

Proposal

Project proposal report

Progress

Mid-term progress report

Final

Final project report

General Guidelines

Report Formatting
  • --Use the official LaTeX template provided by the department
  • --Follow the prescribed chapter structure and formatting
  • --Include all required sections: Abstract, Introduction, Literature Review, Methodology, Results, Conclusion
  • --References must follow IEEE citation style
  • --All figures and tables must be properly captioned and referenced in text
Presentation Requirements
  • --Use the official Beamer presentation template
  • --Presentations should be concise and within the allocated time
  • --Include a live demo or working prototype where applicable
  • --Be prepared to answer questions from the evaluation panel
Submission Checklist
  • --Signed consultation form (Minor or Major project)
  • --Printed and bound report copies as specified
  • --Digital copy of the report (PDF)
  • --Source code repository link
  • --Presentation slides
Quick Start
Get started with the report template in 3 simple steps
  1. 1

    Edit project metadata

    Update vars.tex with your project title, authors, supervisor, dates, etc.

  2. 2

    Write your content

    Add content to chapter files in src/chapters/ and front/back matter.

  3. 3

    Build the PDF

    Compile main.tex using latexmk or your preferred LaTeX editor.

Build Instructions (Local)

Requirements

  • A LaTeX distribution: MiKTeX (Windows) or TeX Live (Linux/macOS)
  • Recommended: latexmk (usually included with the distribution)

Commands

# Clean build files

latexmk -C main.tex

# Build PDF

latexmk -pdf main.tex

# Build to output folder

latexmk -pdf -outdir=build main.tex

Report Template Structure
Where to find and edit different parts of your report

main.tex

Single entry point that includes all parts

src/chapters/

Main chapter content

src/frontmatter/

Cover, certificate, abstract, ToC, etc.

src/backmatter/

Appendices and back matter

src/images/

All figures and images

references.bib

BibTeX citations

Common Issues & Tips
  • *

    ToC / List of Figures / List of Tables not updating?

    Clean and rebuild: run latexmk -C main.tex then build again.

  • *

    Two PDFs appearing?

    You may have main.pdf (root) and build/main.pdf (outdir). Open the one you just built.

  • *

    Glossary entries not showing?

    Only entries used in text appear. To force an entry, use \glsadd{key}. Run build twice for glossaries.

Recommended Editors

VS Code

+ LaTeX Workshop extension

TeXstudio

Full-featured LaTeX IDE

Overleaf

Online LaTeX editor

Important Note

Always refer to the latest notices from the department for any updates to project guidelines, defense schedules, and submission deadlines. Templates are updated periodically to reflect department requirements.

Backup Repository

Alternative mirror of the report template by the original author