Document Classes ⇒ \newcommand in a .cls file with content given in a .tex file
Re: \newcommand in a .cls file with content given in a .tex
Thank you Stefan. I have tried to analyse the log file but I am not very experienced at interpreting these yet so I will upload it and will greatly appreciate any more help you can offer.
- Attachments
-
- Newsletter_Jan_2012.log
- Log file
- (8.89 KiB) Downloaded 304 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: \newcommand in a .cls file with content given in a .tex
I don't see a problem in the .log file. It just looks as if the document body is empty. Perhaps try creating and posting an example, which compiles but doesn't produce a PDF file, and post it here.
Stefan
Stefan
LaTeX.org admin
Re: \newcommand in a .cls file with content given in a .tex
Okay, here are my files.
- Attachments
-
- Newsletter.log
- Log file
- (8.83 KiB) Downloaded 274 times
-
- Newsletter.tex
- Main body
- (96 Bytes) Downloaded 297 times
-
- Newsletter.cls
- Style file
- (450 Bytes) Downloaded 290 times
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: \newcommand in a .cls file with content given in a .tex
I see, in your document there's only the command \Newsletter, no text. That's why no PDF file is produced, because \Newsletter just modifies the page style but doesn't generate output. Just add any further text after \Newsletter.
Stefan
Stefan
LaTeX.org admin
Re: \newcommand in a .cls file with content given in a .tex
Everything is working perfectly now - thank you so much for all of your help today.