{abstract} is about customizing or creating abstract environments.
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?
11
votes
1answer
533 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:
...
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...
...
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 ...
9
votes
1answer
970 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: ...
9
votes
2answers
924 views
Abstract with light background color
Is there a way to add a background color to the abstract? I tried various combinations of \colorbox and the \begin{abstract} ... \end{abstract} environment, but nothing worked.
I use the current ...
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
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 }
...
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 ...
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 ...
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 ...
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 ...
7
votes
2answers
573 views
Chapter title and abstract in the same page
I'm writing a report and I need to write an abstract for the chapter after the chapter title in the same page. How can I do this?
7
votes
1answer
704 views
Strange blank page between abstract and ToC
I am puzzled by a blank page appearing between my abstract and ToC. Since I'm using the report document class, I am not expecting LaTeX to insert any blank pages. Here is a MWE showing the problem:
% ...
7
votes
1answer
431 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
2answers
3k views
How do I double-space my abstract in LaTeX?
I'm finishing up my undergrad thesis, and I have to double-space my abstract. I tried using \begin{doublespace} and \doublespacing, but neither have worked, I assume because the abstract environment ...
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 ...
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 ...
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
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}
...
6
votes
2answers
63 views
“Abstract” in caps font for article class
I'm submitting a paper that must be written using the article class. But I prefer the way the word "abstract" in the all caps font I've seen in some papers. Is there a way to replicate this? Here's an ...
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 ...
6
votes
1answer
402 views
Remove “abstract name” in abstract (cyr)
In Remove "Abstract" title from Abstract people were able to remove the abstract name from abstract. I downloaded an article template with colored fonts from HowToTeX.com, changed it a ...
6
votes
2answers
78 views
Subdividing structured abstracts
I am trying to produce a structured abstract, i.e. with subdivisions. For that purpose, the \paragraph command would produce the perfect output since I would like no line break after the subtitle of ...
5
votes
2answers
136 views
Adding an underline to the word “Abstract” in \abstract?
To meet the requirements of the university, I need to be able to underline the word Abstract in my dissertation? Can anyone provide me with some guidance on how best to do this using the apa6 class? ...
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 ...
5
votes
2answers
662 views
centering vertically the abstract element
How can I put at the center of the page the element abstract?I put it in a blank page but it is at the top. I would center it vertically.any idea?
5
votes
2answers
2k views
Roman numbering, cleardoublepage and table of content not working
I'm currently doing the thesis report and I cant seem to get the numbering to work as well as the along with some other stuff.
What I want is Abstract(eng) Abstract(swe) and Acknowledgments to all be ...
5
votes
1answer
272 views
Preventing page break in \documentclass[twocolumn]{article} after \author{}
A page break appeared between \author{} and \date{} after I added the \twocolumn[] section. The \twocolumn[] section was added to achieve a single column abstract in the twocolumn document. How can I ...
5
votes
1answer
5k views
How do I put keywords after abstract in amsart?
I'm using amsart and want to place keywords after abstract but amsart places them in the footnote. Does anyone know how Ι can override this?
An example of the code I've been using:
...
5
votes
2answers
615 views
Multi-page one-column abstract in a two-column document
I'm making a two-column document, but I need a one-column abstract. The code:
\twocolumn[
\begin{@twocolumnfalse}
\maketitle
\begin{abstract}
...
\end{abstract}
\end{@twocolumnfalse}
]
doesn't ...
5
votes
1answer
83 views
Can I make apa6 \maketitle not print an abstract?
\documentclass[man]{apa6}
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{apacite}
% PAPER SPECIFIC
\title{Example Paper}
\author{C.J. ...
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.
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, ...
4
votes
2answers
287 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
...
4
votes
2answers
329 views
Missing abstract with amsart class
I'm not very good at LaTeX but I've been using it to write my dissertation. Have just come to the end and trying to format everything correctly. Whenever I try to put my Abstract paragraph into the ...
4
votes
2answers
590 views
Fonts in Abstract
I am using AMS Latex Article template and I have this problem: The word "ABSTRACT" in the abstract section is, by default, all capitalized and not bold. I want to change that to bold and capitalize ...
4
votes
2answers
545 views
placing in the same page two abstract in different language
I'd place in the same page two abstract section.One created using my own language and one in english language. If I tried this:
\selectlanguage{italian}
\begin{abstract}
\lipsum[1]
\end{abstract}
...
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?
...
4
votes
1answer
173 views
Format abstracts as unnumbered chapters
I'm writing master thesis and working on LaTeX template for the successors ...
The standard of the university requires abstract in every language to be formed as unnumbered Chapter:
...
4
votes
1answer
361 views
achemso single-column-abstract and Helvetica captions
I am currently writing a paper with the achemso style package, as required by the American Chemical Society. I can produce the very nice two-column format by just doing
...
4
votes
1answer
877 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 ...
4
votes
1answer
52 views
Problem with abstracts in the jams-l document class
I am preparing a submission to the Journal of the American Mathematical Society, and I'm using the jams-l document class. However, the abstract always appears after the body of my article text. Anyone ...
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}
...
3
votes
1answer
187 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:
...
3
votes
1answer
266 views
Headings of 2nd abstract page in KOMA
I'm writing my thesis with scrartcl, using the KOMAoption abstract=true. My abstract has two pages, and while on the 1st page, the pagestyle is empty, on the 2nd page of the abstract all the ...
3
votes
1answer
206 views
Preparing an abstracts book for a session
I have a list of contributions for a conference, with each one consisting of a serial number, a title, a list of authors, and an abstract. What I'd like to do is:
typeset the list of contributions ...
3
votes
1answer
269 views
How to format title and abstract?
I want to change margins(or tabulation) for title(and abstract) and put abstract between two lines. How to do it?
The example of formatting I want to produce - example
...
3
votes
2answers
410 views
How to adapt IEEEconf layout settings
I am a beginner in LaTeX so I was trying out the bare_conf.tex provided by IEEE which uses IEEEconf.cls. I am trying to use this as a template for writing my own paper. However the specific details ...