Text FormattingAcknowledgements

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
xetal
Posts: 14
Joined: Fri May 25, 2007 5:18 pm

Acknowledgements

Post by xetal »

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.

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

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Acknowledgements

Post by frabjous »

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
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Acknowledgements

Post by localghost »

xetal wrote:[...] I've googled but I keep on getting the impression that this is "standard stuff" and should work.
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.


Best regards and welcome to the board
Thorsten
xetal
Posts: 14
Joined: Fri May 25, 2007 5:18 pm

Re: Acknowledgements

Post by xetal »

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.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Acknowledgements

Post by localghost »

xetal wrote:[...] My primary choice would however be an already predefined enviroment. [...] I am using amsart as my documentclass. [...]
There should be nothing that keeps you from testing the provided solution with that document class.
dry
Posts: 1
Joined: Fri Sep 09, 2011 1:32 am

Re: Acknowledgements

Post by dry »

I use \section*{Acknowledgements}.
Post Reply