Newer
Older
Handbook / makefile-templates / paper_variables.make
################################################################################
#
# File: $Id$
#
# Set up variables that specify the current paper. These are mostly used
# as parameters to the XSLT processor when generating documents.
#
################################################################################

################################################################################
#
# Set up variables for the current paper.
#
# Note the quadruple-escaping to ensure that backslashes make it into LaTeX!
#
SUBJECT_CODE:=INFO
PAPER_NUMBER:=212
PAPER_TITLE:=Database\\\\ Design\\\\ and\\\\ Management
PAPER_YEAR:=2011
PAPER_PERIOD:=Semester\\\\ 1
HANDBOOK_AUTHORS:=Chris\\\\ Edwards\\\\ and\\\\ Nigel\\\\ Stanger


################################################################################
#
# Define the root directory for this paper. ALL_PAPERS_ROOT is an
# environment variable that contains the path to the top level directory
# for all papers (e.g., /path/to/Teaching/2005).
#
PAPER_ROOT:=$(ALL_PAPERS_ROOT)/$(SUBJECT_CODE)$(PAPER_NUMBER)