Skip to content

LaTeX files needed to build notes for the course Visual Programming II at the University of South Africa

Notifications You must be signed in to change notification settings

Unisa-Notes/INF2611

Repository files navigation

UNISA INF2611 Notes

This repo contains the LaTeX files needed to compile a set of notes for the course Visual Programming II at the University of South Africa.

Contents

Accessing the Notes

A PDF can be generated using latexmk. If you want to access pre-generated PDFs, please check the Releases section on the sidebar.

Note

If you are able, and interested in contributing, please do!
If there is something missing, or something that you feel needs further clarification, please open an issue.

Contributing

Please fork this repo, make your changes, and then open a pull request.

The Code

The Structure

  • The file notes.tex contains the general structure and order of the files. Building this file should build all the other .tex files, and include them in one .pdf called notes.pdf
  • Each unit has a separate tex file where the notes are written.
  • The styles, commands and packages used are in the package file notestyles.sty

Packages Used

TeX packages that have been used are:

Commands Added

For intellisense, a list of the commands is added in the package_intellisense folder. These have been written in formats that can be understood by different LaTeX tools.

Commands

  • addfile [input] {<filename>}: Include or input the file into the document. By default, it includes the file, the option input can be given to input it instead.
  • concept {text}: Mark specific text as a concept to be learned. Puts the text in bold.
  • rulebookend: Insert a decorative horizontal line at the end of the text.
  • rulechapterend: Insert a decorative horizontal line at the end of each unit.

Environments

  • answer: Used to indicate an answer to a question in an exercise. Unbolds the text.
  • definition {title}: Coloured box used for highlighting important concepts.
  • descriptenum: Description environment, but enumerated.
  • descriptimize: Description environment, but like the itemize environment, with bullets.
  • example: Coloured box used to highlight examples.
  • exercise {title}: Coloured box used to highlight exercises.
  • indentparagraph: Indent selected text to the left.
  • questions: An enumerate list, that is used to make each question bold.
  • sidenote: Coloured box used to indicate extra information.
  • subproof: Environment for proofs inside proofs.
  • theorem: Coloured box used to highlight theorems.

About

LaTeX files needed to build notes for the course Visual Programming II at the University of South Africa

Resources

Stars

Watchers

Forks

Packages

No packages published