Document ClassesStartup Problems with "handout" Class

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
economath
Posts: 1
Joined: Sat Feb 25, 2012 4:31 pm

Startup Problems with "handout" Class

Post by economath »

I am having problems getting Roger Cortesi's handout class to work. I downloaded it, copied it to

Code: Select all

/usr/share/texmf-texlive/tex/latex/base
and then ran

Code: Select all

texhash
. However, while the class is recognized when I write a handout document

Code: Select all

(./handtry.tex (/usr/share/texmf-texlive/tex/latex/base/handout.cls
Document Class: handout 1997/9/30 v1.0 Document class for course handouts
(/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class

none of the commands specific to this class are recognized. I am getting:

Code: Select all

LaTeX Warning: You have requested release `2011/06/27' of LaTeX, but only release `2009/09/24' is available
Further down, I am getting things like:

Code: Select all

! Undefined control sequence.
l.5 \SetCourseTitle{My Course Title}

Code: Select all

! LaTeX Error: Environment questions undefined.

Code: Select all

! Undefinined control sequence
l.40 \soln{2in}{This is the solution to the question: $2+2=4$}
etc., etc. Can anyone give me any tips?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10334
Joined: Mon Mar 10, 2008 9:44 pm

Startup Problems with "handout" Class

Post by Stefan Kottwitz »

Hi,

welcome to the board!

The version on Roger Cortesi's website is of 2007. From handout.cls:

Code: Select all

% ------
% This is a handout document class. It is based on the article class.
% It is design for creating handouts for a college class
% Created By: Roger Cortesi, 27 JUN 2007
% ----
The version you used is of 1997:
economath wrote:

Code: Select all

(./handtry.tex (/usr/share/texmf-texlive/tex/latex/base/handout.cls
Document Class: handout 1997/9/30 v1.0 Document class for course handouts
(/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
So perhaps you use an older or a different handout class. Check Roger Cortesi's page and the class regarding this.

Stefan
LaTeX.org admin
Post Reply