Page LayoutPage numbers beside headers (LyX)

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
dschneiderch
Posts: 22
Joined: Thu Mar 31, 2011 10:41 pm

Page numbers beside headers (LyX)

Post by dschneiderch »

I will check out the top/bottom alignment but for horizontal alignment

Code: Select all

\fancyhead[R]{\leavevmode\rlap{\hspace{0.5in}\thepage}}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
moves the page nmber LEFT and -0.5 is no different.

I guess the reqs are simply no more than 0.5".

ds

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
nvx
Posts: 25
Joined: Mon Dec 17, 2007 7:49 pm

Re: Page numbers beside headers (LyX)

Post by nvx »

Hmm, try "\hspace*{...}" (notice the asterisk), maybe it will do the trick. If not then I am afraid I will not be able to help you further with this matter. Sorry...

nvx
dschneiderch
Posts: 22
Joined: Thu Mar 31, 2011 10:41 pm

Re: Page numbers beside headers (LyX)

Post by dschneiderch »

No luck with that either. Thanks for the attempt though. Any other suggestions out there?
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Page numbers beside headers (LyX)

Post by localghost »

Somehow I don't see the problem.

Code: Select all

Code, edit and compile here:
\documentclass[11pt,a4paper,twoside,english]{report}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage[%
headheight=14pt,
includeheadfoot,
inner=3cm,
outer=4cm,
vmargin=3cm
]{geometry}
\usepackage{fancyhdr}
\usepackage{blindtext}
\fancyhf{}
\fancyhead[LE]{\leavevmode\llap{\thepage\hspace{0.5in}}\nouppercase{\leftmark}}
\fancyhead[RO]{\leavevmode\nouppercase{\rightmark}\rlap{\hspace{0.5in}\thepage}}
\pagestyle{fancy}
\begin{document}
\blinddocument
\end{document}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Please enlighten me by a complete minimal example which you didn't provide until now.
dschneiderch
Posts: 22
Joined: Thu Mar 31, 2011 10:41 pm

Page numbers beside headers (LyX)

Post by dschneiderch »

I'm trying to define the header (and footer) to ensure the page number is no more than 0.5 inches from any edge (so top right it should be 'square' and the bottom 0.5" from bottom edge). As it was, I was using \qquad\thispage to approx. align the page number so it "looks" right. The code posted with \hspace{0.5} causes the page number to shift 0.5" to the left instead of to the right.

I'm using LyX and am only beginning to the understand the Latex typesetting functions so I'm not sure what else I can provide other than the class file from http://sites.google.com/site/nathanandr ... isusinglyx
I'd be happy to post anything that could help though. Thanks for trying.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Page numbers beside headers (LyX)

Post by localghost »

I must have missed the detail about LyX until the topic has been split. So I'm afraid I can't advise any further.
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Page numbers beside headers (LyX)

Post by meho_r »

dschneiderch wrote:I'm trying to define the header (and footer) to ensure the page number is no more than 0.5 inches from any edge (so top right it should be 'square' and the bottom 0.5" from bottom edge). As it was, I was using \qquad\thispage to approx. align the page number so it "looks" right. The code posted with \hspace{0.5} causes the page number to shift 0.5" to the left instead of to the right.

I'm using LyX and am only beginning to the understand the Latex typesetting functions so I'm not sure what else I can provide other than the class file from http://sites.google.com/site/nathanandr ... isusinglyx
I'd be happy to post anything that could help though. Thanks for trying.
Can you, please, create an example .lyx file, put it together with all additional necessary files in a ZIP archive and attach it here?
dschneiderch
Posts: 22
Joined: Thu Mar 31, 2011 10:41 pm

Re: Page numbers beside headers (LyX)

Post by dschneiderch »

Here is a LyX file and a .tex file with appropriate .cls file. Thanks!
Attachments
LyX-example.zip
An Example.
(50.98 KiB) Downloaded 258 times
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Page numbers beside headers (LyX)

Post by meho_r »

This is oneside document, so, for starters, let's try with something like this in the preamble:

Code: Select all

Code, edit and compile here:
\usepackage{fancyhdr}
\fancyhf{} % Delete current setting for header and footer
\fancypagestyle{main}{% page style for normal pages
\fancyhfoffset[R]{0.5in}
\fancyhead[R]{\thepage}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
}
\fancypagestyle{plain}{
\fancyhfoffset[R]{-0.5in}
\fancyhead{} % Get rid of headers and footers on plain pages...
\fancyfoot[C]{\hspace*{0.75in}\thepage}
\renewcommand{\headrulewidth}{0pt} % ...and of the lines
\renewcommand{\footrulewidth}{0pt}
}
\fancypagestyle{empty}{
\fancyhead{} % Get rid of headers and footers on empty pages...
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt} % ...and of the lines
\renewcommand{\footrulewidth}{0pt}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
And at the beginning of your document, press Ctrl+L and type the following:

Code: Select all

\pagestyle{main}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Is this satisfactory to you or you had something different in mind?
dschneiderch
Posts: 22
Joined: Thu Mar 31, 2011 10:41 pm

Page numbers beside headers (LyX)

Post by dschneiderch »

Yep that does it. I had read that fancyhfoffset wasn't good to use...not sure why but this works except not for the front matter. The front matter is somehow created in the class file I think. Any suggestions for this?


Edit by localghost: Preferably no external links (see Board Rules). Attachments go onto the forum server where possible.
Attachments
LyX-example.zip
A further example.
(178.73 KiB) Downloaded 245 times
Post Reply