{abstract} is about customizing or creating abstract environments.

learn more… | top users | synonyms

8
votes
3answers
4k views

How to write abstract and acknowledgement in book format?

I need to use this: \documentclass[a4paper,11pt]{book} I have a main.txt file that organizes all the chapter. There is \frontmatter. In the frontmatter, there is \include{acknowledgement } ...
15
votes
3answers
6k views

How can I place a one-column-abstract in a two-column document?

How can I place a one-column-abstract and after that two-column-section in a LaTeX template?
7
votes
1answer
434 views

The abstract environment changes the \linewidth for the whole document

In the article class, it seems that using the abstract environment has an effect to the rest of the document. More precisely, it seems that it redefines the \linewidth, which equals \textwidth without ...
4
votes
1answer
733 views

Define abstract environment in book

I want to define an abstract environment for \documentclass{book}. Therefore, I copied the relevant definitions from report.cls from here into my preamble. But it doesn't work. Where's the problem? ...
2
votes
1answer
84 views

How to add the title of a page to the table of content?

I am trying to write my abstact which is obviously a part of my thesis. However, when I use \chapter{Abstract} <text of the abstract> Its give me "Abstract" as the title of the page. But ...
1
vote
3answers
78 views

Change linewidth for the whole document, while keeping fancyhdr wide?

Somebody noticed that \abstract changes the linewidth for the whole document (here). The problem was the syntax: with correct syntax as below this is avoided. \begin{abstract} This is an abstract. ...
6
votes
3answers
5k views

How can I add abstract and acknowledgement pages into the table of contents?

I followed Mike's solution from my first question: Roman numeral page numbering My next question is how to add entries (for the abstract and acknowledgements pages) into the table of contents.
11
votes
1answer
534 views

Typography and style for acknowledgments written in different languages

My thesis is written in English, but for the acknowledgment page I think I will write a first paragraph in English, one in Italian and one in French. I was wondering if I have to do something ...
9
votes
4answers
3k views

How to include abstract into titlepage?

I don't want to have the abstract on a separate page but rather under the title. Also I then want to end the page and don't begin with the actual document. This is my minimal example: ...
8
votes
2answers
4k views

Remove “Abstract” title from Abstract

I am using the abstract package, but want to remove the title and associated horizontal spacing. Is there an easy way to do this? (Be aware: this may be a complete newby question, as I have only ...
8
votes
1answer
1k views

Prevent abstract environment to reset pagenumbering

I use \documentclass[12pt, a4paper]{report} for my thesis. I have three parts, each with an abstract. Whenever I put an abstract, the page numbering resets to 1. I would like to continue with the ...
7
votes
2answers
2k views

Abstract not showing up when removing \maketitle

I have the code: \maketitle \begin{abstract}Some text \end{abstract} \newpage \section{some section} But when I comment out \maketitle the document shows \section{some section}, not the abstract ...
6
votes
1answer
255 views

Altering format of apa6e

I am fairly new to LaTeX and am just learning how to use this terrific tool. Because of this newness I lack the vocabulary to search properly or edit code within LaTeX files. That places me in a bad ...
2
votes
1answer
1k views

formatting abstract

How do i format the abstract title? Also, i thought this was built into latex, but in LEd it says it doesn't recognize it, so i add \usepackage{abstract}. Is this suppose to be like this. Sorry new ...
1
vote
1answer
280 views

After notitlepage my abstract lost formatting

I've added notitlepage option to not get my page counter reset ( according to suggestion : http://tex.stackexchange.com/a/44955/7128 ) but my abstract lost formatting ! Now it has line spacing and ...