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 ...
Search found 7 matches
- Wed Aug 22, 2012 1:21 am
- Forum: Graphics, Figures & Tables
- Topic: Arrangement of split Picture over two Pages
- Replies: 1
- Views: 1957
- 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 ...
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 ...
- 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?
- 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 ...
\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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...