Search found 13 matches

by maranatha
Sun May 08, 2011 2:40 pm
Forum: Page Layout
Topic: Page numbering in ToC , LoT, LoF and References
Replies: 11
Views: 6212

Re: Page numbering in ToC , LoT, LoF and References

Thank you Stefan
That was great solution.
by maranatha
Sat May 07, 2011 10:04 pm
Forum: Page Layout
Topic: Page numbering in ToC , LoT, LoF and References
Replies: 11
Views: 6212

Re: Page numbering in ToC , LoT, LoF and References

Hello Stefan
Sections, subsections...every heading in the body should NOT be in bold and they should not be listed in BOLD also on the TOC.
by maranatha
Sat May 07, 2011 3:08 pm
Forum: Page Layout
Topic: Page numbering in ToC , LoT, LoF and References
Replies: 11
Views: 6212

Re: Page numbering in ToC , LoT, LoF and References

Hello Stefan, that was a good solutions for that specific part. But when I changed the documentclass to article all lists in the TOC appear in BOLD which is not desired. I tried to override the BOLD using \normalfont command but it didnt help.
by maranatha
Sat May 07, 2011 3:05 pm
Forum: General
Topic: Latex Units
Replies: 1
Views: 1501

Latex Units

Hello guys
I was documenting my thesis according to the guidelines of my university. I am little bit confused with the spacing units they set. They have used spacing unit of pt, blank space as below:
-Sections must be followed by a blank line (or 18pt)
-subsections should be preceded by two blank ...
by maranatha
Fri May 06, 2011 3:54 pm
Forum: Page Layout
Topic: Page numbering in ToC , LoT, LoF and References
Replies: 11
Views: 6212

Re: Page numbering in ToC , LoT, LoF and References

Hello Stefan
Good to hear that you will get back to my problem.
by maranatha
Fri May 06, 2011 10:55 am
Forum: Page Layout
Topic: Page numbering in ToC , LoT, LoF and References
Replies: 11
Views: 6212

Page numbering in ToC , LoT, LoF and References

Hi again,
For the first problem the following code in the preamble solved it.
\makeatletter
\let\ps@plain\ps@fancy
\makeatother

But I still cant understand why TOC,LOF,LOT and References do not have the same margin with the rest of my chapters even though I used the following package and options ...
by maranatha
Fri May 06, 2011 9:24 am
Forum: Page Layout
Topic: Page numbering in ToC , LoT, LoF and References
Replies: 11
Views: 6212

Page numbering in ToC , LoT, LoF and References

Hello Stefan

Thank you for the help. Sorry that my code didnt show the problem. I put different commands at different time to bring the school template. And I cant well know which commands are affecting and which are not. When I fix something then I mess another thing. I just thought it wouldnt be ...
by maranatha
Thu May 05, 2011 2:26 pm
Forum: Page Layout
Topic: Page numbering in ToC , LoT, LoF and References
Replies: 11
Views: 6212

Page numbering in ToC , LoT, LoF and References

Hello
I was about to finish my thesis and I couldn't make the following parts the same as the university guide line(which is in PDF :) )


All page numbers should be on the top center of each page. I was successful in other parts of the thesis except at the beginning of ToC, LoF, LoT and ...
by maranatha
Wed May 04, 2011 4:45 pm
Forum: Page Layout
Topic: Pagination + subsubsection on table of contents
Replies: 2
Views: 3405

Pagination + subsubsection on table of contents

I have got a solution for the roman numbering of preface pages in my document. I just uncomment the \frontmatter command and put \mainmatter command where I want the arabic numbering to start as below and it works well.
\documentclass[11pt,a4paper]{book}
\usepackage[T1]{fontenc}
\usepackage[utf8 ...
by maranatha
Wed May 04, 2011 12:40 am
Forum: Page Layout
Topic: Pagination + subsubsection on table of contents
Replies: 2
Views: 3405

Re: Pagination + subsubsection on table of contents

I have actually solved the the second equation about subsubsection numbering by:
\setcounter{secnumdepth}{4}