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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- 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: 10330
- 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