Search found 10 matches

by Mimi_Mikhail
Tue May 05, 2015 10:26 pm
Forum: Text Formatting
Topic: ToC: Flush left front and end matters
Replies: 1
Views: 2213

ToC: Flush left front and end matters

Hello!

Here's my MWE and in the ToC, I would like to have
(i) the entries of front and end matters to be aligned with CHAPTER ;
(ii) the entries and pages of front and end matters to be made non-bold.
How do I achieve that?

\documentclass[a4paper,12pt]{report}

\usepackage[a4paper,lmargin=4cm ...
by Mimi_Mikhail
Tue May 05, 2015 6:29 pm
Forum: Page Layout
Topic: Title page: Different margin, font size and line spacing
Replies: 6
Views: 24350

Title page: Different margin, font size and line spacing

Johannes,

Guess what?! I totally forgot about a4paper . :( Sorry about that. So, I've put this code shown below in both of your MWE and printed them out. All margins are as set!

\geometry{a4paper,lmargin=4cm,rmargin=4cm,tmargin=5cm,bmargin=5cm,showframe}

Regarding the e-TeX extension, yes, I ...
by Mimi_Mikhail
Mon May 04, 2015 9:34 am
Forum: Page Layout
Topic: Title page: Different margin, font size and line spacing
Replies: 6
Views: 24350

Title page: Different margin, font size and line spacing

I checked the margins using the package showframe and yes, the footer is not within the 5cm of the bottom margin. So, I've included footskip=0cm (or includefoot,foot=0cm ) in the options.

As with the package newtx , it gave me the error Package etoolbox Error: Not running under e-TeX. I've searched ...
by Mimi_Mikhail
Sun May 03, 2015 10:00 pm
Forum: Page Layout
Topic: Title page: Different margin, font size and line spacing
Replies: 6
Views: 24350

Re: Title page: Different margin, font size and line spacing

Johannes,

I've printed out the output but the bottom margin is more than 5cm.

-Mimi
by Mimi_Mikhail
Sun May 03, 2015 6:19 pm
Forum: Page Layout
Topic: Title page: Different margin, font size and line spacing
Replies: 6
Views: 24350

Title page: Different margin, font size and line spacing

Hi!

The setting for my title page is different from the rest of the document.
Margin
Title page:lmargin=4cm,rmargin=4cm,tmargin=5cm,bmargin=5cm
Other pages:lmargin=4cm,rmargin=2cm,tmargin=2cm,bmargin=2cm

Font size
Title page:14pt
Other pages:12pt

Line spacing
Title page:1.15
Other pages ...
by Mimi_Mikhail
Sun May 03, 2015 1:03 pm
Forum: Page Layout
Topic: Top margin on first page is bigger than I have set
Replies: 2
Views: 4201

Re: Top margin on first page is bigger than I have set

It works! Thank you! And thanks for the additional info Johannes. :D
by Mimi_Mikhail
Sun May 03, 2015 10:50 am
Forum: Page Layout
Topic: Top margin on first page is bigger than I have set
Replies: 2
Views: 4201

Top margin on first page is bigger than I have set

Hello!

Below is my MWE. I noticed that the top margin of the first page of every chapter is bigger than what I have set. It is 3cm and not 2cm which is what I want. What did I do wrong?

\documentclass[a4paper,12pt]{report}

\usepackage{lipsum}

\usepackage[a4paper,lmargin=4.0cm,rmargin=2.0cm ...
by Mimi_Mikhail
Sat May 02, 2015 5:14 pm
Forum: Page Layout
Topic: Abstract: Move title to top position and roman page number
Replies: 4
Views: 7119

Abstract: Move title to top position and roman page number

Yay! Thank you Johannes! :D

\documentclass[a4paper,12pt]{report}

\usepackage{titlesec}
\renewcommand{\chaptername}{CHAPTER}
\titleformat{\chapter}[hang]
{\normalfont\normalsize\bfseries\centering}{\chaptertitlename\ \thechapter:}{2mm}{\normalsize\uppercase}
\titlespacing{\chapter}{0pt}{0pt ...
by Mimi_Mikhail
Sat May 02, 2015 4:02 pm
Forum: Page Layout
Topic: Abstract: Move title to top position and roman page number
Replies: 4
Views: 7119

Abstract: Move title to top position and roman page number

Hi Johannes,

I've dropped the abstract environment, as shown below. However, I don't quite understand the explanation you gave on pagenumbering. I would like to have my abstract up to list of symbols and abbreviations to be numbered iii to viii, respectively. Chapter 1 and beyond to be numbered by ...
by Mimi_Mikhail
Sat May 02, 2015 11:49 am
Forum: Page Layout
Topic: Abstract: Move title to top position and roman page number
Replies: 4
Views: 7119

Abstract: Move title to top position and roman page number

Hi all!

Below is my MWE. I need to have my abstract to start at top of the page and the page number of the abstract page to be numbered iii (roman numeral). What do I need to do?

\documentclass[a4paper,12pt]{report}

\usepackage{titlesec}
\renewcommand{\chaptername}{CHAPTER}
\titleformat ...