Hi all,
I am trying to include the filename "guelphproposal.cls" in my .tex file using the command name documentclass{guelphproposal} at the beginning of the tex's content, but whenever I compile my tex file I get the following warning:
"You have requested document class "guelphproposal", but the document class provides "guelphproposal". What is the problem?
Thanks in advance
Document Classes ⇒ Including .cls
-
- Posts: 30
- Joined: Fri Nov 23, 2007 12:56 am
Including .cls
- Attachments
-
- guelphproposal.cls
- (19.86 KiB) Downloaded 364 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Including .cls
This message can't be correct because guelphthesis is the right name of the class. Take a look at the first two lines.tarektarek wrote:[...] "You have requested document class "guelphproposal", but the document class provides "guelphproposal". [...]
Code: Select all
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{guelphthesis}
Code: Select all
\documentclass{guelphthesis}
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10