Skip to content

MSc thesis manuscript---Simple Digital Libraries---in its entirety. Typeset using LaTeX.

Notifications You must be signed in to change notification settings

lightonphiri/report-open-msc-thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX Thesis Template

About

This is the home of the source code of Simple Digital Libraries, a manuscript submitted to the University of Cape Town in partial fulfillment of the requirements for the degree of Master of Science in Computer Science. This source code is released under a Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) License.

Dependencies

  • Make
  • R
  • LaTeX

LaTeX Packages

LaTeX Packages

Contributing

I appreciate any and all efforts to help improve this source---I am actually in the process of refining and adapting it for my doctoral dissertation. Please note that the repository is structured as follows:

  • chapterxx - main chapter directory.
  • chapterxx/plots - houses all plot source and output files
  • chapterxx/data - houses input data feeds for plots
  • chapterxx/tables - houses tables
  • chapterxx/code - houses code snippets
  • chapterxxfigures - houses figures

Building

You can build the manuscript by following the series of steps below.

R Plots

Plots only exist in Evaluation chapter (chapter07/plots); so issue commands below. Note that this might take a bit of time... ~7min on an Intel CORE i3, dual core with 4GM RAM.

cd chapter07/plots
for plot in plot*Rnw; do R CMD Sweave $plot; done

Glosarry

makeindex -s phiri-thesis.ist -t phiri-thesis.glg -o phiri-thesis.gls phiri-thesis.glo

Indicies

Issue command below; the resulting index look and feel styling is defined in *.ist file

makeindex -s phiri-thesis-idx.ist phiri-thesis.idx

Compiling TeX source

Unfortunately, pdflatex will NOT work since manuscript is integrated with PSTricks---all block diagrams were exported as PGF Macros using LaTeXDraw

In addition, you might have to run latex twice---before and after running biber

latex phiri-thesis.tex
biber phiri-thesis
latex phiri-thesis.tex
dvipdf phiri-thesis.dvi
dvips -P pdf G0 -t a4 phiri-thesis.dvi
ps2pdf phiri-thesis.ps

About

MSc thesis manuscript---Simple Digital Libraries---in its entirety. Typeset using LaTeX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages