Page Layouton the abstract

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
lnsam22
Posts: 28
Joined: Thu Jan 13, 2011 6:47 pm

on the abstract

Post by lnsam22 »

Hi All,

Am using the abstract package to re-align the width as well as the indentation from the default in the abstract environment. My problem now is that I don't want a title to my abstract, not even the word 'abstract'.

What command can I use to do this?

Thanks :D
lnsam22

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

Frits
Posts: 169
Joined: Wed Feb 02, 2011 6:02 pm

on the abstract

Post by Frits »

I'm not sure how you want your indentations, but a way to remove the 'Abstract' title is to redefine the command:

Code: Select all

\renewcommand{\abstractname}{}
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

on the abstract

Post by localghost »

lnsam22 wrote:[…] Am using the abstract package to re-align the width as well as the indentation from the default in the abstract environment. My problem now is that I don't want a title to my abstract, not even the word 'abstract'. […]
Drop the package, pick up the code for the abstract environment from the document class you use and redefine it. This way you can get rid of the title and have the format you want. Due to a missing minimal example that's all I can advise.


Thorsten
Post Reply