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
Text Formatting ⇒ Move table of contents to the left hand side
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10320
- Joined: Mon Mar 10, 2008 9:44 pm
Move table of contents to the left hand side
Hi Susie,
in one of your previous posts I saw you used this:
Remove the
Stefan
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
LaTeX.org admin
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Move table of contents to the left hand side
Just a note:
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
).Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. 

- Stefan Kottwitz
- Site Admin
- Posts: 10320
- Joined: Mon Mar 10, 2008 9:44 pm
Move table of contents to the left hand side
Yes, I just guess
Stefan
oneside
is already removed as Susie talked about right hand pages. But we cannot know without code. 
Stefan
LaTeX.org admin