Skip to content

LaTeX template for Qatar University thesis or dissertation

Notifications You must be signed in to change notification settings

Naheel-Azawy/qu-tad-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QU TAD LaTeX Template

This is an attempt to clone Qatar University’s TAD engineering template to LaTeX. Note that it is not official yet.

Is this usable?

Several students have confirmed submitting using this template between Spring 2020 and Spring 2021. So, probably yes. If anything is wrong TAD would reply specifying their comments. If they do and you don’t know how to fix it, start an issue here.

Usage

thesis.tex should contain you actual work and refs.bib is your bibliography file.

Compile with xelatex and biber. It should work fine with most LaTeX tools like Overleaf, TeXstudio, and others.

thesis-org.org can be also used if you are an Emacs org-mode user. You would also need to evaluate qutad.el to add the LaTeX class. You can also add its content to your Emacs init file if you like.

Files details

Every file in this repository has a purpose. The list below explains the role of every file.

FileDetails
thesis.pdfAn example compiled PDF. Only used to showcase the template. Can be removed.
thesis.texThe main TeX file you will be editing to write your content.
refs.bibThe bibliography file. Edit to add your references.
qutad.clsThe class used to build the template. Do not edit this unless you know what you’re doing.
samplefig.pngJust a sample PNG figure. Remove after writing your actual content.

For Emacs org-mode users, the files below can be used. Note these files can be deleted too if you are not an org-mode user.

FileDetails
thesis-org.orgThe equivalent of thesis.tex but in org-mode.
qutad.elEvaluate this to add the LaTeX class.

And don’t forget to use org-ref! It works like charm with this setup.

Contribution

Pull requests are welcomed on the repo. If any difference from the original Word template was found please report an issue here.

Known issues

No known issues so far. If you find any, start an issue here.

License

LPPL

Releases

No releases published

Packages

No packages published