Search found 7 matches

by miceleee
Fri Jun 17, 2011 10:50 am
Forum: Page Layout
Topic: Wrong page title in Header
Replies: 12
Views: 15639

Re: Wrong page title in Header

Hello Stefan_K,

thanks for your quick response.
Honestly, I did not refresh the browser, so I saw you reply after submission of last post.

I used 'openany' and it did the trick, now everything is in place.
However, if I enclose the Exec Summary into the \begin{Abstract} ... \end{Abstract ...
by miceleee
Fri Jun 17, 2011 10:45 am
Forum: Page Layout
Topic: Wrong page title in Header
Replies: 12
Views: 15639

Wrong page title in Header

Hi again,

I partially found a solution double checking the memoir package, but still I have the problem of the blank pages among 'List of Abbreviations', 'Exec summary' and actual content. Is this because of the book class?

Here a MWE of the current code.

Many thanks again


\documentclass ...
by miceleee
Fri Jun 17, 2011 8:29 am
Forum: Page Layout
Topic: Wrong page title in Header
Replies: 12
Views: 15639

Wrong page title in Header

Hi there...

have slightly different problem. Maybe it is just silly, but I can't get it right.
'Contents' shows my 'List of abbreviation' in the correct page number but Exec summary in the wrong page number (it is 2 pages, it reminds to the second). Also, there is an empty page between List of ...
by miceleee
Mon Jan 24, 2011 6:14 am
Forum: Text Formatting
Topic: References - One column title in two cols list?
Replies: 2
Views: 3046

References - One column title in two cols list?

Brilliant!!! It worked smoothly.

I just empirically added again the string \renewcommand{\bibname}{References}, since references section was named and indexed as 'bibliography', instead of 'references'.
Thanks very much for your help and quick reply.
Best,
M

Working code for me was ...
by miceleee
Mon Jan 24, 2011 4:16 am
Forum: Text Formatting
Topic: References - One column title in two cols list?
Replies: 2
Views: 3046

References - One column title in two cols list?

Hi there,

thanks again for hosting me here.

I was trying to have the chapter 'References' spanning the whole page as a normal chapter in the document. However, I want the list of references in two columns.
With my actual configuration, chapter name (references) is printed in only one of the 2 ...
by miceleee
Thu Jan 20, 2011 1:29 am
Forum: Graphics, Figures & Tables
Topic: 2x2 figures with subfig
Replies: 3
Views: 22598

Re: 2x2 figures with subfig

Thanks for the reply.

No 3. did the trick. All good.

Thanks for reminding me the correct syntax and a minimal working example, in other words have a rest when it is late night.
Thanks!
by miceleee
Wed Jan 19, 2011 11:53 am
Forum: Graphics, Figures & Tables
Topic: 2x2 figures with subfig
Replies: 3
Views: 22598

2x2 figures with subfig

Hi all,

I'd like to have 4 subfloats organized in two lines
(i.e.:
x x
x x )
But when I had 2x subfloats separated by \newline, the second pair of figures won't align.
Do I have to use subfigure?
I'm at the end of a long document, I'm concerned having to change all the syntax of my figures ...