GeneralInsert Acknowledgments

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
tdcpina
Posts: 39
Joined: Wed Apr 15, 2009 4:22 pm

Insert Acknowledgments

Post by tdcpina »

Hi guys,

I'm using the class report and I would like to insert a page of Acknowledgments before abstract. There is any manner to do it?
I've seen that other document classes specially created for thesis allow do it. But I would like to use the class report.

Thanks a lot in advance,
Tiago

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Insert Acknowledgments

Post by localghost »

tdcpina wrote:[...] I'm using the class report and I would like to insert a page of Acknowledgments before abstract. There is any manner to do it? [...]
Redefining this environment would be an intervention to the source code since the standard abstract environment is bounded to the titlepage environment. Just take a look at the code of the report class.

But the abstract environment is built very simple and you could start defining environments for the abstract and the acknowledgements on your own. This would have the advantage of adapting these environments to your special needs (if there are any).


Best regards
Thorsten
tdcpina
Posts: 39
Joined: Wed Apr 15, 2009 4:22 pm

Re: Insert Acknowledgments

Post by tdcpina »

Amazing!!
It works ...

Thank you a lot,
Tiago
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Insert Acknowledgments

Post by localghost »

tdcpina wrote:Amazing!!
It works [...]
And you certainly want to share your solution with us.
Post Reply