Search found 5 matches

by Cavelcade
Thu Aug 30, 2012 1:34 pm
Forum: LyX
Topic: Header alternating with pages
Replies: 1
Views: 2281

Header alternating with pages

Solved using the fancyhdr package. Adding the following to the preamble solved my problem:


\usepackage{fancyhdr}

\pagestyle{fancy}

\fancyhf{}

\fancyhead[LE,RO]{}
\fancyhead[LE]{\sffamily \bfseries \thepage \mdseries \ AUTHOR NAMES HERE}
\fancyhead[RO]{\sffamily \mdseries RUNNING TITLE HERE ...
by Cavelcade
Tue Aug 28, 2012 7:02 pm
Forum: LyX
Topic: Header alternating with pages
Replies: 1
Views: 2281

Header alternating with pages

Hi all,

I am hoping to submit for review a paper I've written with the supervisor of my final year project, however, there is one issue I haven't been able to get past yet.

Here is an example, if you have access to the journal, of the format I need. The journal is Econometric Theory.

If you don ...
by Cavelcade
Mon Aug 20, 2012 6:35 pm
Forum: LyX
Topic: TOC, List of Figs, List of Tables - all roman numerals
Replies: 4
Views: 12420

TOC, List of Figs, List of Tables - all roman numerals

To save anyone else the trouble of dealing with this issue as well, here was the work around I found (which also avoids issues of random pages showing up where they shouldn't be).

I had to move the ERT inset containing the \pagestyle{fancy} above the Table of Contents.
Then between the TOC and the ...
by Cavelcade
Mon Aug 20, 2012 5:35 pm
Forum: LyX
Topic: TOC, List of Figs, List of Tables - all roman numerals
Replies: 4
Views: 12420

Re: TOC, List of Figs, List of Tables - all roman numerals

Through some (sometimes painful) trial and error, it's been resolved. Thanks to the forum posts that helped me out!
by Cavelcade
Mon Aug 20, 2012 4:11 am
Forum: LyX
Topic: TOC, List of Figs, List of Tables - all roman numerals
Replies: 4
Views: 12420

TOC, List of Figs, List of Tables - all roman numerals

Hi all,

I am currently doing the last touching up on my thesis and there is literally just one last thing I am unhappy with - the numbering of the frontmatter. I am using the standard thesis style that comes with the LyX 2.0 package, with the chapters in child documents etc, and it all works ...