| | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
| | % |
---|
| | % Standard variables that are used throughout the lecture materials, such as |
---|
| | % current year, period, etc. Easier to change when they're all in one place! |
---|
| | % |
---|
| | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
| | |
---|
| | |
---|
| | % These four are unlikely to change very often (if at all), but will be easy |
---|
| | % to update if they ever do! |
---|
| | \SetSubjectCode{INFO} |
---|
| | \SetPaperNumber{123} |
---|
| | \SetPaperTitle{Some Paper Title} |
---|
| | \SetDepartmentName{Information Science} |
---|
| | \SetTeachingPeriod{Some Semester} |
---|
| | |
---|
| | |
---|
| | % The year offered will, of course, change annually :) |
---|
| | \SetYearOffered{2022} |
---|
| | |
---|
| | |
---|
| | % The Oracle version will change every few years. |
---|
| | \SetOracleVersion{Oracle11\textit{g}} |
---|
| | |
---|
| | |
---|
| | % Standard class type for the paper. |
---|
| | \SetClassType{Lecture} |
---|
| | |
---|