{abstract} is about customizing or creating abstract environments.
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 ...
4
votes
2answers
288 views
Wrong abstract page number and spaces between LoF and LoT with \addcontentsline
How to correct two things in ToC:
Page number of abstract - should be "vii"
Spaces above LOF,LOT and Abstract are big. Not like above chapters
?
Currently:
Contents
List of Figures iii
...
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 ...
1
vote
0answers
208 views
Suppress \abstract with the apa6 class? [closed]
I am currently working on a paper using the apa6 class and I won't require an abstract, i.e. it will be worse if I have one.
Would anybody happen to know of a clean way to suppress or deactivate the ...
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:
...
4
votes
2answers
371 views
Enumerate environments in abstract [closed]
Consider usage of the standard enumerate environment inside the standard (article) abstract environment:
\begin{abstract}
We discuss several exciting topics:
\begin{enumerate}
\item Topic 1, ...
9
votes
1answer
975 views
How to show Abstract title
I think that is something very simple, but I can't see the Abstract title in the abstract environment.
\documentclass{scrreprt}
\usepackage[english]{babel}
%Loaded here: ...
7
votes
1answer
432 views
Remove abstract from elsevier class
I am using the elsevier class to prepare a document.
I would like to remove the abstract environment but I can not find the way to do that. I commented out \begin{abstract} .... \end{abstract} but I ...
6
votes
1answer
256 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
3answers
1k views
How can I change the distance between abstract and section 1?
My LaTeX format is as follows:
Abstract: Abstract goes here.
Section 1:
It should be noted that my abstract is one column and sections are two-column.
Abstract and Section 1 are very close ...
3
votes
1answer
188 views
How to place abstract text in front of abstract key?
I want to place my abstract text behind the abstract-key(which is used in all article), and left-aligned rather than centered on the page. How do I do this in LaTeX?
I want the following format:
...
15
votes
3answers
7k 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
435 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 ...
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.
6
votes
1answer
1k views
How to rename Abstract title in Memoir?
I'm trying to customize the Abstract of a memoir document using the following command:
\renewcommand{\abstractname}{Executive Summary}
The problem is that it actually has no effect. How can I ...
1
vote
1answer
640 views
One-column abstract in KOMA-script
I would like to make the abstract in KOMA Article appear on both columns, when writing a two column article. I would like to use internal koma options, instead of loading external packages.
The ...
3
votes
2answers
225 views
“Problem description” to look like abstract
I would like to have my "Problem Description" to have the same look/layout as abstract.
Any way I can "clone" the the abstract command?
preamble:
\documentclass[pdftex,10pt,b5paper,twoside]{report}
...
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 ...
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 ...
4
votes
1answer
878 views
abstract, tableofcontents and listoffigures in twocolumn, landscape report
\documentclass[a4paper,landscape,twocolumn]{report}
....
\begin{document}
\begin{abstract}
bla bla bla
\end{abstract}
\tableofcontents
\listoffigures
\chapter{Introduction}
....
I get the main ...
6
votes
1answer
4k views
Include Page Number in Abstract
I'm trying to include a page number on my abstract page. Here is how I have it set up so far (cutting out some extra things):
\documentclass[letterpaper,12pt]{report}
...
1
vote
1answer
147 views
Abstract takes its own column, pushes first section to second column
I am using the acm_proc_article-sp class to prepare a conference paper. It should not exceed the length of 4 pages. Unfortunately, the abstract will push the first chapter to the second column, even ...
8
votes
2answers
378 views
In memoir, can I number abstracts as sections in the toc?
I'm writing up my thesis right now, using memoir, and I have a problem with abstracts. Each chapter - besides the intro and conclusion - is an article published in a journal, and has its own abstract ...
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 ...
5
votes
3answers
2k views
An 'abstract' at the start of every chapter?
I am using the book document class and what I would like to do is to have a abstract like text at the start of every chapter (in smaller font outlining what will happen in the chapter, etc.). I don't ...
6
votes
2answers
10k views
Where to put the acknowledgements in a thesis document?
Basically there are three possibilities:
add just a 'Acknowledgement' section as last section of you introduction chapter
put it at the end - between the last appendix and the bibliography
put it ...
9
votes
3answers
7k views
Remove paragraph indent from abstract in article class
I'm just getting started with LaTeX to write scientific papers. I don't want to have paragraph indentation, so I've used the parskip package to deal with that. However, that doesn't seem to deal with ...
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 ...
4
votes
2answers
14k views
How to create acknowledgements in the report class?
I'm using LaTeX and like to create an acknowledgement section using the report class such that is looks like the abstract and comes after it.
9
votes
2answers
7k views
How can I have my abstract at the titlepage in LaTex?
My LaTex file:
\maketitle
\begin{abstract}
For over a century, fingerprints have been an undisputed personal identifier.
Recent court rulings have sparked interest in verifying unique...
...