This is a LaTeX template and document class for assessments at Dublin Business School. With this template, you can create assessments in a structured and appealing format. It includes pre-made sections, styles, and features that meet the requirements of Dublin Business School (As of November 2023).
To use this template, follow these steps:
- Click the green "Use this template" button at the top of this GitHub page to create a new repository based on this template.
- Clone the created repository to your computer.
- Customize the TitlePage LaTeX file (
titlePage.tex
) to include your assessment information. - Insert images into the
images
folder and use thesections
folder for your text. Name the text files according to the numbering (e.g.,file-01.tex
) to have them automatically inserted into the document. - Create the assessment by compiling the
assessment.tex
using LaTeX.
This template uses various LaTeX packages to facilitate the creation of assessments. Here are some of the packages used and their functions:
babel
: Support for multiple languages.biblatex
: Allows source and citation management. The APA citation style is set as default but can be easily changed to other citation styles in thenak.cls
file. More details can be found here.hyperref
: Generates hyperlinks within the document.tikz
: Creates diagrams and graphics.listings
: Embeds source code with syntax highlighting.graphicx
andsubcaption
: Inserts images with captions.cleveref
: Automatic references to chapters, figures, etc.acronym
: Manages acronyms.threeparttable
: For tables with footnotes.- Other packages for tables, fonts, and more.
This template provides the option to insert and format source code using the minted
package. minted
is a powerful package that offers syntax highlighting for various programming languages. To use this feature:
- Uncomment the relevant sections in the
settings.cls
andmain.tex
files. - Install the required
python-pygments
package on your system (see here). - Configure the code as per the instructions in the comments.
- Insert your source code into the prepared environment in the
main.tex
file.
For more details on using minted
, see here.
If you have any questions or issues with using this template, I am happy to assist. You can contact me through my GitHub page.