Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AbzumsAI LaTeX Template

I use this repo as the base for homework sheets and class material that need Persian text, math notation, and a ready PDF layout.

What Is Inside

  • Template/HW.tex is the main file.
  • Template/questions keeps each question in its own file.
  • Template/answers keeps answer hints separate from the main file.
  • Template/commons/course.sty holds the course commands and page style.
  • Template/fonts keeps the Persian fonts used by the template.
  • Template/HW.pdf is the current built PDF.

Build The PDF

From the repo root:

cd Template
latexmk -pdfxe -interaction=nonstopmode -halt-on-error HW.tex

If latexmk is not installed, run XeLaTeX from inside Template:

xelatex -interaction=nonstopmode -halt-on-error HW.tex

Run XeLaTeX again if references or page numbers look stale.

Editing Notes

Add new questions in Template/questions, then include them from Template/HW.tex. Keep generated build files out of new commits unless the PDF itself needs to be updated.

Extra Notes

  • Template/README.md explains the template folder.
  • docs/template-map.md maps the source folders.
  • docs/build-flow.md shows the build command I use most.
  • docs/new-homework-flow.md explains how I start a new sheet.
  • scripts/build-template.ps1 builds the sample PDF from the repo root.
  • scripts/check-template.ps1 checks the template source before a build.

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages