Text Formatting ⇒ Move table of contents to the left hand side
Move table of contents to the left hand side
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Move table of contents to the left hand side
in one of your previous posts I saw you used this:
Code: Select all
\documentclass[12pt,a4paper, oneside, openright]{report}
openright
option or replace it by openany
(default with report
).Stefan
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Move table of contents to the left hand side
Stefan Kottwitz wrote:in one of your previous posts I saw you used this:
Remove theCode: Select all
\documentclass[12pt,a4paper, oneside, openright]{report}
openright
option or replace it byopenany
(default withreport
).
openright
wouldn't make any difference with oneside
(default with report
), but with twoside
(default with book
).
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Move table of contents to the left hand side
oneside
is already removed as Susie talked about right hand pages. But we cannot know without code. 
Stefan