General ⇒ Insert Acknowledgments
Insert Acknowledgments
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
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
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.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? [...]
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
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Insert Acknowledgments
It works ...
Thank you a lot,
Tiago
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Insert Acknowledgments
And you certainly want to share your solution with us.tdcpina wrote:Amazing!!
It works [...]
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10