Skip to content

Commit 90ba421

Browse files
SevhenamyaAyushi1972tbrar06nivethakuruparan
authored
[DOCS] Document Additions (#554)
Co-authored-by: mya <hussam52@mcmaster.ca> Co-authored-by: Ayushi Amin <amina23@mcmaster.ca> Co-authored-by: tbrar06 <brart5@mcmaster.ca> Co-authored-by: Nivetha Kuruparan <niv.kuru@gmail.com> Co-authored-by: Ayushi Amin <66652121+Ayushi1972@users.noreply.github.com> Co-authored-by: Nivetha Kuruparan <167944429+nivethakuruparan@users.noreply.github.com> Co-authored-by: Mya <55725523+mmyaaaaa@users.noreply.github.com>
1 parent 80ea202 commit 90ba421

23 files changed

Lines changed: 2377 additions & 801 deletions

docs/DevelopmentPlan/DevelopmentPlan.tex

Lines changed: 89 additions & 211 deletions
Large diffs are not rendered by default.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Makefile
2+
# From https://danielkaes.wordpress.com/2009/03/14/compiling-latex-documents-using-makefiles/
3+
4+
PROJECT=UsabilityTestingReport
5+
TEX=latexmk
6+
BUILDTEX=$(TEX) -pdf $(PROJECT).tex
7+
8+
all:
9+
$(BUILDTEX)
10+
11+
clean-all:
12+
rm -f *.dvi *.log *.bak *.aux *.bbl *.blg *.idx *.ps *.eps *.pdf *.toc *.synctex.gz *.out *~
13+
14+
clean:
15+
rm -f *.log *.bak *.aux *.bbl *.blg *.idx *.toc *.out *.synctex.gz *~
3.04 MB
Binary file not shown.

0 commit comments

Comments
 (0)