No Search Results

How to Write a Thesis in LaTeX (Part 5): Customising Your Title Page and Abstract

Part 1 | Part 2 | Part 3 | Part 4 | Part 5

Author: Josh Cassidy (August 2013)

This five-part series of articles uses a combination of video and textual descriptions to teach the basics of writing a thesis using LaTeX. These tutorials were first published on the original ShareLateX blog site during August 2013; consequently, today's editor interface (Overleaf) has changed considerably due to the development of ShareLaTeX and the subsequent merger of ShareLaTeX and Overleaf. However, much of the content is still relevant and teaches you some basic LaTeX—skills and expertise that will apply across all platforms.

In the previous post we looked at adding a bibliography to our thesis using the biblatex package . In this, the final post of the series, we're going to look at customising some of the opening pages. In the first video we made a rather makeshift title page using the \maketitle command and by using an \includegraphics command in the \title command. Although this works, it doesn't give us as much flexibility as we may want.

The Title Page

A much better way to do this is to use the titlepage environment. We'll do this in a separate .tex file and then input it. The first thing we'll do is enclose everything in the title page within the center environment so it's all aligned to the centre. Next we need to instruct L a T e X to leave a gap between the top of the page and the first line of text. To do this we use the \vspace command followed by a length. We also need to add an asterisk into the command to make sure L a T e X doesn't decide to ignore the command. Next we'll add the thesis title in bold font using the \textbf command. To leave a gap between this and the next line of text we use the \vspace command again, this time without the asterisk. Next we'll add in a subtitle followed by some more vertical space and then the author name in bold font. This concludes what we want at the top of the title page—the rest of the content we'll add at the bottom of the title page.

To separate these two sections out we'll use the \vfill command which will automatically add in the amount of vertical space needed for the content to fill the page. Next we'll add in a line of text to specify what degree the thesis is being submitted for. The double backslash is used to create a new line. We'll then add more space before adding in the university logo specifying it's width as a fraction of the text width. Finally we'll add in some information about the university and the date.

Now in the main .tex file we can replace the \maketitle command with an input command linked to our new title page. If we now compile the code we can see all the items have been correctly processed:

Thesis smalltitle.png

However, the text is quite small so we'll go back and change the font sizes. To do this we'll use one of the simple font-sizing commands. There are ten of these to choose from, ranging from smallest to largest they are:

Let's make the title as big as it can be (using these simple commands) by choosing \Huge . We'll then make the subtitle two steps smaller using \large . When we use one of these commands they affect all the text in it's scope. Therefore in it's current state all the remaining text on the page will appear in the size of the subtitle. We'll keep it like this for the author name and degree title but we'll drop down one size for the university details and the date:

Thesis title.png

The abstract

We can also customise other pages, such as the abstract. Instead of using an unnumbered chapter, we'll create a new .tex file, customise the layout and then input it. At the top of this file we need to change the page style to plain in order to stop the headers being added in. Now in a similar way to the title page we'll add in some custom titles and then the abstract text.

This is what it will look like added in:

Thesis abstract.png

This concludes our series on writing a basic thesis. If you want to play around with the thesis we've created in this series you can open the project in Overleaf .

All articles in this series

  • Part 1: Basic Structure ;
  • Part 2: Page Layout ;
  • Part 3: Figures, Subfigures and Tables ;
  • Part 4: Bibliographies with BibLaTeX ;
  • Part 5: Customising Your Title Page and Abstract .
  • Documentation Home
  • Learn LaTeX in 30 minutes

Overleaf guides

  • Creating a document in Overleaf
  • Uploading a project
  • Copying a project
  • Creating a project from a template
  • Using the Overleaf project menu
  • Including images in Overleaf
  • Exporting your work from Overleaf
  • Working offline in Overleaf
  • Using Track Changes in Overleaf
  • Using bibliographies in Overleaf
  • Sharing your work with others
  • Using the History feature
  • Debugging Compilation timeout errors
  • How-to guides
  • Guide to Overleaf’s premium features

LaTeX Basics

  • Creating your first LaTeX document
  • Choosing a LaTeX Compiler
  • Paragraphs and new lines
  • Bold, italics and underlining

Mathematics

  • Mathematical expressions
  • Subscripts and superscripts
  • Brackets and Parentheses
  • Fractions and Binomials
  • Aligning equations
  • Spacing in math mode
  • Integrals, sums and limits
  • Display style in math mode
  • List of Greek letters and math symbols
  • Mathematical fonts
  • Using the Symbol Palette in Overleaf

Figures and tables

  • Inserting Images
  • Positioning Images and Tables
  • Lists of Tables and Figures
  • Drawing Diagrams Directly in LaTeX
  • TikZ package

References and Citations

  • Bibliography management with bibtex
  • Bibliography management with natbib
  • Bibliography management with biblatex
  • Bibtex bibliography styles
  • Natbib bibliography styles
  • Natbib citation styles
  • Biblatex bibliography styles
  • Biblatex citation styles
  • Multilingual typesetting on Overleaf using polyglossia and fontspec
  • Multilingual typesetting on Overleaf using babel and fontspec
  • International language support
  • Quotations and quotation marks

Document structure

  • Sections and chapters
  • Table of contents
  • Cross referencing sections, equations and floats
  • Nomenclatures
  • Management in a large project
  • Multi-file LaTeX projects
  • Lengths in L a T e X
  • Headers and footers
  • Page numbering
  • Paragraph formatting
  • Line breaks and blank spaces
  • Text alignment
  • Page size and margins
  • Single sided and double sided documents
  • Multiple columns
  • Code listing
  • Code Highlighting with minted
  • Using colours in LaTeX
  • Margin notes
  • Font sizes, families, and styles
  • Font typefaces
  • Supporting modern fonts with X Ǝ L a T e X

Presentations

  • Environments

Field specific

  • Theorems and proofs
  • Chemistry formulae
  • Feynman diagrams
  • Molecular orbital diagrams
  • Chess notation
  • Knitting patterns
  • CircuiTikz package
  • Pgfplots package
  • Typesetting exams in LaTeX
  • Attribute Value Matrices

Class files

  • Understanding packages and class files
  • List of packages and class files
  • Writing your own package
  • Writing your own class

Advanced TeX/LaTeX

  • In-depth technical articles on TeX/LaTeX

Get in touch

Have you checked our knowledge base ?

Message sent! Our team will review it and reply by email.

Email: 

Formatting Information

Your support for our advertisers helps cover the cost of hosting, research, and maintenance of this document

Formatting Information — An introduction to typesetting with LATEX

Chapter 2: Basic structures

Section 2.4: abstracts and summaries.

In reports and articles it is usual for the author to provide an Summary or Abstract, which describes the content and explains its importance. Abstracts in articles are usually only a couple of paragraphs long. Summaries in reports or theses can run to several pages, depending on the length and complexity of the document or the readership it’s aimed at.

In both cases (reports and articles) the Abstract or Summary is OPTIONAL (that is, L A T E X doesn’t force you to have one), but it’s rare to omit it because readers want and expect it, and it’s used by web indexing engines to let people find your work. In practice, of course, you go back and type the Abstract or Summary after having written the rest of the document, but for the sake of the example we’ll jump the gun and type it now.

You add the abstract environment after the \maketitle command, and type your Abstract or Summary in it, leaving a blank line between paragraphs if there’s more than one (see § 2.7 with reference to --> below for this convention).

In business and technical documents, the Abstract is often called a Management Summary, or Executive Summary, or Business Preview, or some similar phrase. L A T E X lets you change the name associated with the abstract environment to any other suitable text. The heading associated with the abstract environment is called the \abstractname , and you can use the \renewcommand command in your Preamble to give it a new value:

This does not change the name of the environment, only its heading: you still use \begin{abstract} and \end{abstract} .

Exercise 2.4 — Using an Abstract or Summary

Add the \renewcommand as shown above to your Preamble (call it something other than Summary if you prefer).

(The Preamble is at the start of your document, in between the \documentclass line and the \begin{document} : see the sidebar ‘The Preamble’ with reference to --> above).)

Add an abstract environment after the \maketitle and type in a paragraph or two of text.

Typeset the document.

Notice how the name of the command you are renewing (in this example, the \abstractname ) goes in the first set of curly braces, and the new value you want it to have goes in the second set of curly braces (this is an example of a command with two arguments).

A few publishers’ journal style packages ask for the Abstract to be typed before the \maketitle because they do special formatting with it along with the title block. 

Copyright © 1996–2023 Peter Flynn and Silmaril Consultants.

  • Details: Check the legal section on ‘Copyright’ with reference to --> above
  • Design: HTML5 UP
  • Some images ©: 123RF®

Article Abstracts

< From LaTeX to ConTeXt | Document Titles >

Much as with Document Titles , the standard LaTeX article and report classes define an abstract environment to typeset an abstract in a way that distinguishes it from the rest of the text. In a single-column article, it is set somewhat narrower than the main text, with the word "Abstract" centered above it.

ConTeXt: A simple solution

The simplest way of producing an abstract in a ConTeXt document is to specify the formatting directly. The code from LaTeX's classes.dtx is nearly trivial, and is quite easy to replicate in ConTeXt idioms.

how to write a abstract in latex

In the two-column document classes, LaTeX's abstract environment does nothing beyond putting a \section*{Abstract} in front of the abstract's text. This can be easily replicated in ConTeXt with \subject{Abstract} . (See Unnumbered Sections .)

ConTeXt: A more reusable solution

As with Document Titles , to replicate the spirit of the LaTeX environment, we might want to separate the document formatting commands from the actual text of the abstract. The low-level Context command \definestartstop defines a pair of \start - \stop commands, so we can define an abstract environment using the following commands:

This code can be placed in the document header, or can be placed in a module file to be loaded in a number of documents. It could also be enhanced by \if statements to distinguish between the one-column and two-column cases, as LaTeX does. In any case, once these commands are defined, they can be used in the obvious manner.

This, of course, produces exactly the same result as the previous illustration.

Navigation menu

Personal tools.

  • Create account
  • View source
  • View history
  • Download and Install
  • Documentation
  • Mailing lists
  • Web resources
  • 3rd party modules
  • Bibliography
  • Development

Interaction

  • Programming & DB
  • Text Editors
  • ConTeXt commands
  • ConTeXt categories
  • Recent changes
  • Random page
  • About this wiki
  • Help wiki editing
  • Source browser
  • ConTeXt Online
  • What links here
  • Related changes
  • Special pages
  • Printable version
  • Permanent link
  • Page information
  • This page was last edited on 9 August 2020, at 13:24.
  • Content is available under GNU Free Documentation License 1.2 unless otherwise noted.
  • Privacy policy
  • Disclaimers
  • Mobile view

GNU Free Documentation License 1.2

The TeX FAQ

Frequently Asked Question List for TeX

1-column abstract in 2-column document

One often requires that the abstract of a paper should appear across the entire page, even in a two-column paper. The required trick is:

Unfortunately, with the above \thanks won’t work in the \author list. If you need such specially-numbered footnotes, you can make them like this:

As an alternative, among other facilities the abstract package provides a \saythanks command and a onecolabstract environment which remove the need to fiddle with the \thanks and footnoting. They can be used like this:

The memoir class offers all the facilities of abstract .

FAQ ID: Q-onecolabs Tags:  structure

Help | Advanced Search

Computer Science > Human-Computer Interaction

Title: live: latex interactive visual editing.

Abstract: LaTex coding is one of the main methods of writing an academic paper. When writing a paper, abundant proper visual or graphic components will represent more information volume than the textual data. However, most of the implementation of LaTex graphic items are designed as static items that have some weaknesses in representing more informative figures or tables with an interactive reading experience. To address this problem, we propose LIVE, a novel design methods idea to design interactive LaTex graphic items. To make a lucid representation of the main idea of LIVE, we designed several novels representing implementations that are interactive and enough explanation for the basic level principles. Using LIVE can design more graphic items, which we call the Gitems, and easily and automatically get the relationship of the mutual application of a specific range of papers, which will add more vitality and performance factors into writing of traditional papers especially the review papers. For vividly representing the functions of LIVE, we use the papers from NeRF as the example reference papers. The code of the implementation project is open source.

Submission history

Access paper:.

  • HTML (experimental)
  • Other Formats

References & Citations

  • Google Scholar
  • Semantic Scholar

BibTeX formatted citation

BibSonomy logo

Bibliographic and Citation Tools

Code, data and media associated with this article, recommenders and search tools.

  • Institution

arXivLabs: experimental projects with community collaborators

arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.

Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.

Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs .

IMAGES

  1. [Tex/LaTex] How to format title and abstract

    how to write a abstract in latex

  2. √1000以上 keywords abstract 213135-Keywords abstract example

    how to write a abstract in latex

  3. Writing a thesis in LaTeX

    how to write a abstract in latex

  4. Writing an abstract in LaTeX with overleaf (v2)

    how to write a abstract in latex

  5. [Tex/LaTex] How to i add the abstract and acknowledgment on the same page

    how to write a abstract in latex

  6. How To Write Journal Paper In Latex

    how to write a abstract in latex

VIDEO

  1. How to Write Paper Research Abstract in Latex

  2. Latex Tutorial Write a well-formatted research article using LaTeX, ( on computer or android phone)

  3. Report,dissertation ,Thesis in LaTeX

  4. Introduction to LaTeX Part 1 of 3 (the basics)

  5. I embedded RED Hair in Liquid Latex ♥️ #latex #art #liquidlatex #shortsvideo

  6. [Research Training] Submit Paper (LaTex with BibTex) to arXiv in Overleaf

COMMENTS

  1. How to Write a Thesis in LaTeX (Part 5): Customising Your ...

    The abstract. We can also customise other pages, such as the abstract. Instead of using an unnumbered chapter, we'll create a new .tex file, customise the layout and then input it. At the top of this file we need to change the page style to plain in order to stop the headers being added in. Now in a similar way to the title page we'll add in ...

  2. Title, abstract, and text beginning on same page

    abstract-text. \end{abstract} \section{First bit} If you want to ramp your text straight onto the title page, start the text at. something that does not cause a page break, like a section. Here's a handy. place to introduce some of your woofy conventions, like quotes in equations. \newpage. \section{New Page}

  3. Abstract and title together on the first page of an article

    The abstract appears on its own page because you've specified the titlepage option to the article document class: \documentclass[12pt,a4paper, titlepage]{article} If you remove this option (or specify notitlepage), then the abstract will appear on the first page, together with the article title, author, and date: \documentclass[12pt,a4paper,notitlepage]{article}

  4. PDF Writing a thesis with LATEX

    Sometimes it is useful to have the abstract written in two languages. The babel package can be used to select the correct name of the abstract and the hyphen-ation. If, for example, you need to write the abstract both in Italian and in English, you need to load the babelin the preamble with \usepackage[english,italian]{babel} 8

  5. Writing an abstract in LaTeX with overleaf (v2)

    A minimal example of writing an abstract in LaTeX: https://vknight.org/tex/#04-an-abstract

  6. Formatting Information: Basic structures

    Add an abstract environment after the \maketitle and type in a paragraph or two of text. Typeset the document. Notice how the name of the command you are renewing (in this example, the \abstractname ) goes in the first set of curly braces, and the new value you want it to have goes in the second set of curly braces (this is an example of a ...

  7. PDF The abstract package

    abstract style (i.e., centered heading and small text). This option sets the typeset format of the abstract to match that of a standard two column document (i.e., section heading and normal sized text). addtotoc. The abstract title (the value of \abstractname) is added to the Table of Contents. number.

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

    If you use the titling package, which I do anyway, you can use the final hook it provides for \maketitle to hold the abstract. For example, the following code defines a new command, \myabstract[]{} .

  9. Writing an article/paper in LaTeX (Title page, contents, abstracts

    Hello and welcome to Quick Maths Revision!In this video I will be covering how to create formal documents, such as articles and papers in LaTeX and help you ...

  10. Article Abstracts

    LaTeX. Much as with Document Titles, the standard LaTeX article and report classes define an abstract environment to typeset an abstract in a way that distinguishes it from the rest of the text. In a single-column article, it is set somewhat narrower than the main text, with the word "Abstract" centered above it. This is the abstract of the paper.

  11. 1-column abstract in 2-column document

    1-column abstract in 2-column document. One often requires that the abstract of a paper should appear across the entire page, even in a two-column paper. The required trick is: ... \begin{document} \begin{@twocolumnfalse} \maketitle \begin{abstract}

  12. 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 \documentclass[12pt,a4paper]{article} \usepackage{lipsum} \usepackage{authblk} \usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry} \usepackage{fancyhdr} \pagestyle{fancy} \begin{document} %title and author details ...

  13. Best method of including an abstract in a latex 'book'?

    I'm writing up a thesis in Latex, and really like the \frontmatter, \mainmatter and \backmatter ability when using the "book" environment. However I need to add an abstract and the \begin{abstract} environment is undefined when creating a "book". If I change to a "report" however, I lose the functionality of the *matter terms.

  14. Adding the abstract to the front page in Latex

    4. Included below is my LaTeX code. By default the abstract is on the first page following the title page. But the title page has lots of space below, and my abstract will be short, so is there anyway to include it below the title page components? code: \fcolorbox{Plum}{green}{\includegraphics[scale=0.3]{pic}}}

  15. Inserting abstract into book document

    21. Other than the suggested link in one of the comments, you may also simply use: \addchap*{Abstract} To have a nice chapter heading that does not appear in the ToC. At least, that is the way to go when using the class scrbook. For the document class book, you can use: \chapter*{Abstract} To achieve the same.

  16. How to Write Better CHI Papers (with AI)

    Lennart E. Nacke. 2023. How to Write Better CHI Papers (with LaTeX in Overleaf). In Extended Abstracts of the 2023 CHI Conference on Human Factors in Computing Systems (, Hamburg, Germany, ) (CHI EA '23). ... Write, and Cite at CHI. In Extended Abstracts of the 2019 CHI Conference on Human Factors in Computing Systems (Glasgow, Scotland Uk ...

  17. [2405.06762] LIVE: LaTex Interactive Visual Editing

    LaTex coding is one of the main methods of writing an academic paper. When writing a paper, abundant proper visual or graphic components will represent more information volume than the textual data. However, most of the implementation of LaTex graphic items are designed as static items that have some weaknesses in representing more informative figures or tables with an interactive reading ...

  18. formatting abstract

    I think that the title of an abstract is usually just 'Abstract', hence the fact that instruction manuals often don't tell you how to change it. For the report class, you can do the following. \documentclass{report} \renewcommand{\abstractname}{I want a different heading} \begin{document} \begin{abstract} This is the abstract.

  19. Abstracts in different languages on the same page

    6. Instead of issuing \selectlanguage commands, enclose the abstracts in languages different from the main one in a \begin{otherlanguage}{<language>} command. This is cleaner, for it doesn't require to reset the language at the end. - egreg. Jun 8, 2013 at 22:00.