Search found 2 matches

by arrowman
Fri Jan 14, 2011 12:42 pm
Forum: Document Classes
Topic: Chapters, book, mwrep
Replies: 3
Views: 3281

Chapters, book, mwrep

Oh, thank You! You're great! It works very well.

The problem with \evensidemargin is the following:
When i use:
\documentclass[12pt,a4paper,openany,landscape]{mwrep}
Latex ignore \evensidemargin command. mwrep is a lot of better for me but by these margins i can't use this.
How can i define own ...
by arrowman
Fri Jan 14, 2011 2:29 am
Forum: Document Classes
Topic: Chapters, book, mwrep
Replies: 3
Views: 3281

Chapters, book, mwrep

Hi,
I would like ask about help mainly with: \chapter.

When i am using book class(maybe wrong word), here is example:
\documentclass[12pt,a4paper,openany,landscape]{book}

when i write \chapter{Begining}
I hav something like this:

Chapter 1
Begining


but i need:

1. Begining

How can i ...