IgnusG / hkbu-mobilecomp

Contains written assignments for Mobile Computing (COMP 4097) WS19 @ HKBU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile Computing (COMP 4097)

Department of Computer Science - Hong Kong Baptist University

Prof. Joseph Ng & Dr. Martin Choy

This repository holds assignment solutions for the course Mobile Computing at HKBU.
These solutions are my own and NOT guaranteed to be correct.

Building the Source

This project uses latex for compiling the source into a pdf. These latex packages are used:

  • fontenc - encoding adjustment to render symbols such as | (pipe)
  • xcolor - specify custom colors
  • amsmath - math environment
  • witharrows - math environment with step-by-step arrows
  • ulem - strike-through text
  • graphicx - include images
  • titlesec - configuration for custom sections/subsections
  • enumitem - more configurable enumerate environment
  • pifont - additional symbols (checkmark/cross)

These packages require the following arch/aur packages for Arch Linux: texlive-latexextra, texlive-science.
The project can be built using latexmk.

Creative Commons License
Mobile Computing Assignments by Jonathan is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
The content of these assignments have been submitted to turnitin

About

Contains written assignments for Mobile Computing (COMP 4097) WS19 @ HKBU


Languages

Language:TeX 100.0%