Search found 7 matches

by heniczyna
Wed Aug 22, 2012 1:21 am
Forum: Graphics, Figures & Tables
Topic: Arrangement of split Picture over two Pages
Replies: 1
Views: 1957

Arrangement of split Picture over two Pages

Hi all,

I would like to put "algorytm_programu.pdf" into my document. But I have a problem with putting huge picture into my document. Please see my "mwe.pdf" file which is effect of PDFLaTeX (p. 5).

How to split this big figure into two or more pages? Is this possible automatically or should I ...
by heniczyna
Tue Jun 05, 2012 8:43 pm
Forum: Page Layout
Topic: memoir | Wrong Chapter Name in Header
Replies: 7
Views: 9355

memoir | Wrong Chapter Name in Header

many thanks Stefan! Works!
What is more: I carefully read http://www.ctex.org/documents/packages/contents/nomencl.pdf (page 7. at the end) and found shorter, I think 8-), solution. I just added
\markboth{\nomname}{\nomname}
before
\printnomenclature[2.5cm]
and works fine, too.

thank you Stefan ...
by heniczyna
Mon May 28, 2012 11:29 pm
Forum: Page Layout
Topic: memoir | Wrong Chapter Name in Header
Replies: 7
Views: 9355

Re: memoir | Wrong Chapter Name in Header

any news with this problem?
by heniczyna
Thu May 17, 2012 9:22 am
Forum: Page Layout
Topic: memoir | Wrong Chapter Name in Header
Replies: 7
Views: 9355

memoir | Wrong Chapter Name in Header

second problem is solved 8-) : change
\usepackage{nomencl} %list of abbreviations
\makenomenclature
into
\usepackage[intoc]{nomencl} %list of abbreviations
\makenomenclature

and if you want to change the title "Nomenclature" to sth else you have to add after
\makenomenclature
this fragment ...
by heniczyna
Wed May 16, 2012 11:57 pm
Forum: Page Layout
Topic: memoir | Wrong Chapter Name in Header
Replies: 7
Views: 9355

memoir | Wrong Chapter Name in Header

I did not notice that before but I have similar problem with nomenclature (is this equal to list of abbreviations?)
Please see attached file and page 15.: there is header "CHAPTER 2. SECOND CHAPTER" but should be "Nomenclature". How can I change it?

I am making my nomenclature by adding to my latex ...
by heniczyna
Thu Apr 05, 2012 7:53 am
Forum: Page Layout
Topic: memoir | Wrong Chapter Name in Header
Replies: 7
Views: 9355

memoir | Wrong Chapter Name in Header

Hi,

you could use \markboth or \markright , right after \chapter* , such as

\markboth{INTRODUCTION}{INTRODUCTION}


thanks, works fine.


Is it required to use headings completely in capital letters?

It is not required. my MWE that I attached above has standard page layout from memoir class ...
by heniczyna
Wed Apr 04, 2012 12:19 am
Forum: Page Layout
Topic: memoir | Wrong Chapter Name in Header
Replies: 7
Views: 9355

memoir | Wrong Chapter Name in Header

Hi all,

I am using memoir class for my document. In attachment you can find MWE.
Please see page 3.: there is header with "CONTENTS" but should be "INTRODUCTION"... For comparison see page 5.: everything is OK, header is "CHAPTER 1. FIRST CHAPTER" (heading is the same as name of chapter)

I am sure ...