{abstract} is about customizing or creating abstract environments.
Questions tagged [abstract]
393 questions
33
votes
8 answers
How to automatically create a book of abstracts of a scientific conference?
I'd like to prepare a book of abstracts of a scientific conference. I expect to receive about 650 articles. Suppose the articles are all the same document class and all have the following structure (feel free to change its…
Sisabe
- 3,351
7
votes
1 answer
Difference between using `\abstract` and the `abstract` environment?
So I've seen there's an \abstract{...} command (through TeXlipse's suggestions), however most examples I find online use an environment structure like this:
\begin{abstract}
something like \lipsum or \blindtext
\end{abstract}
Since I would assume…
Egor Hans
- 249
6
votes
2 answers
Avoid newpage when using abstract with article class
How is it possible to avoid LaTeX putting an abstract on a new page when using article class and titlepage enabled?
\documentclass[11pt,a4paper,titlepage]{article}
\begin{document}
Some text...
\begin{abstract} Some text unfortunately put on a new…
Oliver Borchert
- 753
5
votes
2 answers
Abstract with heading to the left: abstract package broken?
I try to get the abstract heading set to the left and the package abstract seems to provide this functionality. But the pdf contains the characters "centerflushleft" and the abstract title is centered. Is the package broken? I use texlive 2012. Is…
Stefan Müller
- 6,901
- 3
- 29
- 61
4
votes
2 answers
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 only the first letter of the word abtract. Can…
Lawrence
- 121
- 1
- 2
- 3
4
votes
1 answer
Lines above and below the abstract
I need one line above the abstract and other line below the abstract. The width of lines should be equal to the width of abstract. The lines should not be larger than the width of the abstract and the abstract title must be…
4
votes
2 answers
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:
Abstract: some text is here.
The default abstract…
amir
3
votes
2 answers
Changing two abstract names in same document
I have a LaTeX document with two abstracts (in two different languages)
I would like to change the 'abstract' to another title.
I cannot use \renewcommand{\abstractname}{Example} because I need to define two different abstract names.
Can this be…
vdsvds
- 31
3
votes
1 answer
How to centering abstract and lines above and below the abstract
I want to do the following:
I need one line above the abstract and other line below the abstract. The width of lines should be equal to the width of abstract. The lines should
not be larger than the width of the abstract.
In the output pdf file,…
user1942348
- 1,099
2
votes
1 answer
Vertical Space Below ABSTRACT
ABSTRACT leaves a small vertical gap as follows.
\documentclass{article}
\begin{document}
\begin{abstract}
There is a vertical gap in between the \textbf{Abstract} right above and this sentence. Can I get the size of this gap---is it…
Junyong Kim
- 533
- 4
- 13
2
votes
1 answer
Abstract right next to the table of contents in documentclass book
I am writing my thesis in Latex, using texmaker but i have too many white pages that i want to get rid of but don't know how. Maybe someone here has an idea:) Here is a MWE:
\documentclass[12pt]{book}
\begin{document}
\begin{titlepage}
…
Wima19
- 21
2
votes
2 answers
Removing author's name from abstract
I'm using this template: https://www.overleaf.com/5498197zgcfjy#/17625707/
How can I (modify the document to) leave out the name of the author in the abstract?
faf
- 55
2
votes
2 answers
Add one more Abstract
I need to add one more abstract page in my thesis. I'm using this model.
I need it to be in Portuguese, so instead of being an "Abstract" is "Resumo". I already tried to copy the definition of the abstract on the Thesis.cls file and change it but it…
user25847
- 87
2
votes
1 answer
1
vote
1 answer
Including abstract reduces the number of pages
Possible Duplicate:
The abstract environment changes the \linewidth for the whole document
I would like to know why when I introduce an abstract to my paper of (article type), the number of pages decreases, possibly changing the characters size.
inquisitor
- 553