Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Bakpapier
Posts: 14 Joined: Tue Aug 22, 2017 1:12 pm
Post
by Bakpapier » Tue Aug 22, 2017 3:26 pm
thomasb wrote: Use the "search string" function of your editor : Ctrl-F generally
Internet says that developers of packages use requirepackage rather than usepackage.
I commented the place where it says requirepackage. But that doesnt seem to do anything (it loads fine but still with the huge margins).
NEW: TikZ book now 40% off at Amazon.com for a short time.
thomasb
Posts: 134 Joined: Thu Aug 03, 2017 10:54 am
Post
by thomasb » Tue Aug 22, 2017 3:32 pm
Attach an empty file, I'll give an eye. It's in the
classicthesis-config.tex
file :
Code: Select all
Code, edit and compile here:
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Run LaTeX here
Try this :
Code: Select all
Code, edit and compile here:
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Run LaTeX here
Johannes_B
Site Moderator
Posts: 4182 Joined: Thu Nov 01, 2012 4:08 pm
Post
by Johannes_B » Tue Aug 22, 2017 3:59 pm
Load and use Package geometry after your classicthesis-config file is input.
If you want to print on both sides of one sheet of paper, like a book, you need alternating margins.
If you want to print on just one side and leave the other empty, so all left hand pages stay empty when your report is bound, you need to use the documentclass option oneside.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
thomasb
Posts: 134 Joined: Thu Aug 03, 2017 10:54 am
Post
by thomasb » Tue Aug 22, 2017 4:14 pm
Johannes_B wrote: Load and use Package geometry after your structure tex is input.
Yep, change
Code: Select all
Code, edit and compile here:
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Run LaTeX here
to
Code: Select all
Code, edit and compile here:
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Run LaTeX here
Johannes_B
Site Moderator
Posts: 4182 Joined: Thu Nov 01, 2012 4:08 pm
Post
by Johannes_B » Tue Aug 22, 2017 4:21 pm
Package fullpage shouldn't be used. Package geometry is far better and has much more capabilities to change the page margins as needed.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Bakpapier
Posts: 14 Joined: Tue Aug 22, 2017 1:12 pm
Post
by Bakpapier » Tue Aug 22, 2017 4:59 pm
Johannes_B wrote: Load and use Package geometry after your classicthesis-config file is input.
If you want to print on both sides of one sheet of paper, like a book, you need alternating margins.
If you want to print on just one side and leave the other empty, so all left hand pages stay empty when your report is bound, you need to use the documentclass option oneside.
Thank you very much ! Now it has the desired text width. My supervisor will be happy.
I think you are right about the alternating margins, I do want to print it two-sided. Luckily it still does that, but the effect is much less noticeable.
I'll post here if I encounter any additional problems. My thesis is pretty huge so.
Here is what it looks like now.
output.png (37.41 KiB) Viewed 70583 times
Bakpapier
Posts: 14 Joined: Tue Aug 22, 2017 1:12 pm
Post
by Bakpapier » Tue Aug 22, 2017 5:06 pm
Johannes_B wrote: Package fullpage shouldn't be used. Package geometry is far better and has much more capabilities to change the page margins as needed.
http://imgur.com/a/ITR9u
So this worked, but now the chapter number (and in this case the letter A for Appendix A) has been clipped, probably due to reducing the margins.
I'll try and solve this myself first but if you have a handy solution please share it
Bakpapier
Posts: 14 Joined: Tue Aug 22, 2017 1:12 pm
Post
by Bakpapier » Tue Aug 22, 2017 5:12 pm
Bakpapier wrote: Johannes_B wrote: Package fullpage shouldn't be used. Package geometry is far better and has much more capabilities to change the page margins as needed.
http://imgur.com/a/ITR9u
So this worked, but now the chapter number (and in this case the letter A for Appendix A) has been clipped, probably due to reducing the margins.
I'll try and solve this myself first but if you have a handy solution please share it
Never mind, I just moved the chapter number to the left side of the chapter title.
Now my thesis title itself is still clipped, maybe I can just give a line break? Let me try.
Bakpapier
Posts: 14 Joined: Tue Aug 22, 2017 1:12 pm
Post
by Bakpapier » Tue Aug 22, 2017 5:20 pm
Bakpapier wrote: Bakpapier wrote: Johannes_B wrote: Package fullpage shouldn't be used. Package geometry is far better and has much more capabilities to change the page margins as needed.
http://imgur.com/a/ITR9u
So this worked, but now the chapter number (and in this case the letter A for Appendix A) has been clipped, probably due to reducing the margins.
I'll try and solve this myself first but if you have a handy solution please share it
Never mind, I just moved the chapter number to the left side of the chapter title.
Now my thesis title itself is still clipped, maybe I can just give a line break? Let me try.
Okay the title is now also no longer clipped.
Thank you all for your help
pirulo
Posts: 1 Joined: Mon Jan 29, 2024 7:31 pm
Post
by pirulo » Mon Jan 29, 2024 7:40 pm
Thank you for sharing solutions !
Just to confirm: it worked very well for me. I added the following line at the very end of the config file
classicthesis-config-LyX.tex (working with LyX)
Code: Select all
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX