Hi,
When I am adding
\begin{acknowledgements}
\end{acknowledgements}
I get errors (undefined enviroment). Are there any packages that need to be imported? I've googled but I keep on getting the impression that this is "standard stuff" and should work.
Text Formatting ⇒ Acknowledgements
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Acknowledgements
Since you didn't mention which document class you were using, there's no way for us to know whether this should be working for you, but there is no acknowledgements environment in the standard document classes.
If you want to create one, perhaps this old thread might help:
http://www.latex-community.org/forum/vi ... =47&t=5464
If you want to create one, perhaps this old thread might help:
http://www.latex-community.org/forum/vi ... =47&t=5464
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Acknowledgements
I think you should not rely on impressions. frabjous demonstrated that you can pick up a lot of information with a forum search. The search engine of your choice is not always the best source.xetal wrote:[...] I've googled but I keep on getting the impression that this is "standard stuff" and should work.
Best regards and welcome to the board
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
Re: Acknowledgements
Hi,
Actually this forum ended up as a search result when googeling. So I have already seen the thread in the link and a few others. My primary choice would however be an already predefined enviroment. I saw there is a "\thanks{...}" but it does not appear to do anything special. I am using amsart as my documentclass.
Cheers.
Actually this forum ended up as a search result when googeling. So I have already seen the thread in the link and a few others. My primary choice would however be an already predefined enviroment. I saw there is a "\thanks{...}" but it does not appear to do anything special. I am using amsart as my documentclass.
Cheers.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Acknowledgements
There should be nothing that keeps you from testing the provided solution with that document class.xetal wrote:[...] My primary choice would however be an already predefined enviroment. [...] I am using amsart as my documentclass. [...]
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
Re: Acknowledgements
I use \section*{Acknowledgements}.