Text FormattingMove table of contents to the left hand side

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Susie
Posts: 3
Joined: Thu Sep 30, 2021 11:21 am

Move table of contents to the left hand side

Post by Susie »

Dear all,

My table of contents, list of figures and list of tables are all showing in the right hand side. I want to move them to the left hand side any suggestions please

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

Move table of contents to the left hand side

Post by Stefan Kottwitz »

Hi Susie,

in one of your previous posts I saw you used this:

Code: Select all

\documentclass[12pt,a4paper, oneside, openright]{report}
Remove the openright option or replace it by openany (default with report).

Stefan
LaTeX.org admin
User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Move table of contents to the left hand side

Post by Ijon Tichy »

Just a note:
Stefan Kottwitz wrote:in one of your previous posts I saw you used this:

Code: Select all

\documentclass[12pt,a4paper, oneside, openright]{report}
Remove the openright option or replace it by openany (default with report).
openright wouldn't make any difference with oneside (default with report), but with twoside (default with book).
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

Move table of contents to the left hand side

Post by Stefan Kottwitz »

Yes, I just guess oneside is already removed as Susie talked about right hand pages. But we cannot know without code. :)

Stefan
LaTeX.org admin
Post Reply