> Am Samstag, dem 30.11.2024 um 14:41 +0300 schrieb fcanatay at gmail.com:
>> Greetings,
>>
>> I am trying to produce the following header structure:
>
> Two weeks ago I stumbled across the same issue. Herbert Voss wrote:
> "Was already mentioned. See https://www.lyx.org/trac/ticket/13118 "
>
>
Am Samstag, dem 30.11.2024 um 14:41 +0300 schrieb fcana...@gmail.com:
> Greetings,
>
> I am trying to produce the following header structure:
Two weeks ago I stumbled across the same issue. Herbert Voss wrote:
"Was already mentioned. See https://www.lyx.org/trac/ticket/13118 "
Until the bug is f
Greetings,
I am trying to produce the following header structure:
This is easy to do in LaTeX:
\documentclass{article}
\usepackage{geometry}
\usepackage{fancyhdr}
\pagestyle{fancy}
\begin{document}
\lhead{left}
\chead{center}
\rhead{right}
Some text some text some text some text some text
Ricardo,
That's interesting. When I looked at the .lyx code I saw only what I had
placed in the preamble, including the line %\usepackage{fancyhdr}, and none
of the other included packages seen in the source preview.
Thanks for the lesson,
Rich
2017-12-23 17:00 GMT+01:00 Rich Shepard :
> When I select 'Fancy' in the page layout settings is it redundant to add
> \usepackage{fancyhdr} in the preamble?
>
Yes. The "Fancy" option indeed adds that line to the preamble. You can
check what's on the "hid
When I select 'Fancy' in the page layout settings is it redundant to add
\usepackage{fancyhdr} in the preamble?
Rich
rgin\labelsep
>>
>> \itemsep\nomitemsep
>>
>> \let\makelabel\nomlabel}%
>>
>> }
>>
>> \def\endthenomenclature{%
>>
>> \endlist
>>
>> \end{multicols}
>>
>> \nompostamble}
>>
>>
>> to get a two colum
\let\makelabel\nomlabel}%
>
> }
>
> \def\endthenomenclature{%
>
> \endlist
>
> \end{multicols}
>
> \nompostamble}
>
>
> to get a two column nomenclature with the columns beginning below the
> chapter title. Unfortunately "Nomenclature" is now not
Hey Lyx-Gurus,
I am using KOMAscript book and I inserted a footer and header with fancyhdr
(I know one could also use scrpage).
After some playing around, I finally managed to have the footer and headers
as intended, except for two problems.
1. The font of the headers of indices like "Con
On Wed, 28 Jul 2010 19:27:49 + Stefan Zorn
shared this with is all on the Lyx users
list:
>>> Additionally I have a small question which I could not find in the
>>> forum: Occasionally (4 lines in 100 pages) a line overwrites the
>>> right margin. It seems that, this are lines with very long
>Use Insert>Formatting>Hyphenation Point to insert a "soft hyphen" (as
>WordPerfect used to call it). This will tell TeX that it is OK to break the
>line there.
>rh
Problem solved thank you very much Richard!
>> Hi all,
>>
>> I have a problem wih the f
On 07/25/2010 01:29 PM, Stefan Zorn wrote:
Additionally I have a small question which I could not find in the
forum: Occasionally (4 lines in 100 pages) a line overwrites the right
margin. It seems that, this are lines with very long words. How can I
manual force a line break in this case?
U
Hi all,
I have a problem wih the fancyhdr package. I use lyx version 1.6.5.
In order to add the title of the chapter in the top line and the
pagenumber at the bottom of the page (both for even numbered pages in
the right corner and for odd numbered pages in the left corner), I
used the header
-Original Message-
From: Stefan [mailto:sal-...@gmx.net]
Sent: Sun 3/14/2010 9:50 AM
To: lyx-users@lists.lyx.org
Subject: Using document title and author in fancyhdr
>Hello,
>
>I am trying to use the title & author of the document as heading on
>every page. I am usi
Hello,
I am trying to use the title & author of the document as heading on
every page. I am using article style & fancyhdr package.
I am using the command \lhead{\title} \rhead{\author} in the preamble,
but this leads to empty headings (probably because in the preamble
those are no
Whow!!
Miraculously ~ 1 minute after the last post, as an act of dispair, I tried
the following
\renewcommand{\headwidth}{15cm}
and it worked =)
So if any of you is interested in how there you go...
--
View this message in context:
http://n2.nabble.com/a4wide-and-fancyhdr-change-the
Hey folks,
Have been braking my teeth on this all day...
I am using a4wide package - it makes the are of the page taken by the text
wider then the regular article layout. In addition I need a header with a
line separating the header from the not-header :). Therefore I use the
fancyhdr package
Did you select "two-sided document" in the page layout setting? In
that case it ought to work.
I have and the problem remains. What could be the problem?
2009/4/16 Waluyo Adi Siswanto
> On Thu, 2009-04-16 at 00:40 +0100, Andrew Rusk wrote:
> > I am having trouble with fancyhdr. I use the following in the preamble:
> >
> > \fancyhead{}
> >
> > \fan
On Thu, 2009-04-16 at 00:40 +0100, Andrew Rusk wrote:
> I am having trouble with fancyhdr. I use the following in the preamble:
>
> \fancyhead{}
>
> \fancyfoot{}
>
> \fancyhf[HLE,HRO]{\thepage}
>
> \fancyhf[HLO,HRE]{Title}
>
> \renewcommand{\headr
I am having trouble with fancyhdr. I use the following in the preamble:
\fancyhead{}
\fancyfoot{}
\fancyhf[HLE,HRO]{\thepage}
\fancyhf[HLO,HRE]{Title}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
But the page number always comes up on the right side, i.e. on both
Adrian,
Here is how you control the font size in the header/footer using
fancyhdr. Note that you can do that for each portion of the header or
footer independently.
Hope this helps--
E. Kaplan
==
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{\scriptsize \textsf
[EMAIL PROTECTED] wrote:
Dear all,
first of all - thank you for taking the time reading my message and maybe
thinking of a solution.
Being a Lyx/Latex novice I read the documentation (Lyx, fancyhdr) first and
managed to write some text and to define some headers with the fancyhdr
package
Dear all,
first of all - thank you for taking the time reading my message and maybe
thinking of a solution.
Being a Lyx/Latex novice I read the documentation (Lyx, fancyhdr) first and
managed to write some text and to define some headers with the fancyhdr
package. Now I have to mimic a word
it to TOC with
> the command \addcontentsline{toc}{chapter}{Introduzione}. In this way, the
> second page heading of Introduction doesn't report "Introdution", but
> "INDICE" (index)... how can I resolve? Here is my Latex preamble regarding
> fancyhdr:
>
Hi,
I had the s
the
second page heading of Introduction doesn't report "Introdution", but
"INDICE" (index)... how can I resolve? Here is my Latex preamble regarding
fancyhdr:
\usepackage{fancyhdr}
\pagestyle{fancy}
% i comandi seguenti impediscono la scrittura in maiuscolo
% dei nomi
n and the horizontal rule. Ideally, I would
like to decrease the upper white space, but redefining through
fancyhdr doesn't seem to be within my grasp.
**Example**
Header:
Section: Section Title
H.Rule:
The extra white space above
n the section and the horizontal
rule. Ideally, I would like to decrease the upper white space, but redefining
through fancyhdr doesn't seem to be within my grasp.
**Example**
Header:
Section: Section Title
H.Rule:
Here is what I'
Sorry for this
It was some other problem with page numbering not related to the header.
Everything appears to work well now
Thank you
Leo
Hello
This is what I have done:
1. Everything before \appendix I left they way it was
2. I copied the LaTeX code that created fancy headers just after \app
Hello
This is what I have done:
1. Everything before \appendix I left they way it was
2. I copied the LaTeX code that created fancy headers just after \appendix
3. I added \makeatletter just before this LaTeX code, changed \chaptername
with [EMAIL PROTECTED], and added \makeatother right after t
It looks like in book.cls, anyway, you can replace \chaptername with
[EMAIL PROTECTED] You will need to surround the code with
\makeatletter
YOUR CODE HERE
\makeatother
I think. You may also run into a problem if you have chapters after your
appendix. If you do have a problem, just pu
Hello
There is one problem with this solution that I just noticed. The header in
Appendix A would say Chapter A. Is there a way to modify the coder to
correct this?
Thank you
Leo
LB wrote:
Hello
I have more of a latex question but I'm hoping that somebody would
know the answer.
I'm us
Thank you Richard. That worked well.
Leo
LB wrote:
Hello
I have more of a latex question but I'm hoping that somebody would
know the answer.
I'm using Lyx 1.4.3 on Windows XP. The document I'm writing is in Book
class.
I'm writing a large document with a few chapters, sections and
appendi
LB wrote:
> Hello
>
> I have more of a latex question but I'm hoping that somebody would
> know the answer.
>
> I'm using Lyx 1.4.3 on Windows XP. The document I'm writing is in Book
> class.
>
> I'm writing a large document with a few chapters, sections and
> appendices. What I would like is to ha
Hello
I have more of a latex question but I'm hoping that somebody would know the
answer.
I'm using Lyx 1.4.3 on Windows XP. The document I'm writing is in Book
class.
I'm writing a large document with a few chapters, sections and appendices.
What I would like is to have a chapter name, se
On 2/7/07, Helge Hafting <[EMAIL PROTECTED]> wrote:
Bob Lounsbury wrote:
> On 2/3/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote:
>>
>> Bob Lounsbury wrote:
>> > Wow, that is definitely smaller than small! I assume there is nothing
>> > in-between \small and \tiny? Thanks for the tip.
>>
>> \f
Bob Lounsbury wrote:
On 2/3/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote:
Bob Lounsbury wrote:
> Wow, that is definitely smaller than small! I assume there is nothing
> in-between \small and \tiny? Thanks for the tip.
\footnotesize
Cf.
http://www.giss.nasa.gov/tools/latex/ltx-178.html
Jü
On 2/3/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote:
Bob Lounsbury wrote:
> Wow, that is definitely smaller than small! I assume there is nothing
> in-between \small and \tiny? Thanks for the tip.
\footnotesize
Cf.
http://www.giss.nasa.gov/tools/latex/ltx-178.html
Jürgen
Thank you for
Bob Lounsbury wrote:
> Wow, that is definitely smaller than small! I assume there is nothing
> in-between \small and \tiny? Thanks for the tip.
\footnotesize
Cf.
http://www.giss.nasa.gov/tools/latex/ltx-178.html
Jürgen
On 2/3/07, Susanne Gütter <[EMAIL PROTECTED]> wrote:
Am Freitag, 2. Februar 2007 22:03 schrieb Bob Lounsbury:
> Is there any way to control this?
>
> I've put '\lhead{\small{foo}}' into the preamble, but I would like the
> header font to be smaller. So, is there a command lower than '\small'?
I'
Am Freitag, 2. Februar 2007 22:03 schrieb Bob Lounsbury:
> Is there any way to control this?
>
> I've put '\lhead{\small{foo}}' into the preamble, but I would like the
> header font to be smaller. So, is there a command lower than '\small'? I've
> tried '\smaller' but LyX doesn't like that. Or anot
Is there any way to control this?
I've put '\lhead{\small{foo}}' into the preamble, but I would like the
header font to be smaller. So, is there a command lower than '\small'? I've
tried '\smaller' but LyX doesn't like that. Or another way to accomplish
this.
Thanks,
Bob Lounsbury
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
It would appear that on Jan 23, Helge Hafting did say:
>
> \jobname is your friend then. :-)
>
Thank you!
#
##_if_you'd_prefer_an_clearsigned_".asc"_text_file_of_this_##
##messag
Joe(theWordy)Philbrook wrote:
Well for the simple file name "WhatEver.tex" is just as good as
"WhatEver.lyx"... And I suppose that if I really want a file's actual
pathname to print I could just manually insert it between the curly-braces
of something like \lhead{}. I'd just have to remember to u
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
It would appear that on Jan 15, Helge Hafting did say:
> Joe(theWordy)Philbrook wrote:
> > Wait let me guess, there is probably a latex command form for both the
> > simple filename and the pathname, right?
> Unfortunately, you can only get the nam
Joe(theWordy)Philbrook wrote:
That makes sense I guess. But all I want to do is to learn to use LyX
instead of Ooffice for most of my writing. I'm not really planing on
becoming a LaTeX expert. Still I suppose I might use google to find an
online manual I could look at for clues now and then.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
It would appear that on Jan 11, Helge Hafting did say:
> Joe(theWordy)Philbrook wrote:
> > Still haven't found a useful "list" yet But ...
- - - - - - - - -< s n i p >- - - - - - - - - -
> Well, I don't know any such lists. The problem is, you can
Joe(theWordy)Philbrook wrote:
Still haven't found a useful "list" yet But it was during this search
that I tripped over instructions to use the TeX icon to insert ERTs
so I'm glad I went there...
I'd still like to find a good index/list of values that can be inserted
to the header, footer (and
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
It would appear that on Jan 10, Helge Hafting did say:
Are you changing the .lyx file directly with some kind of
text editor? You are not supposed to do that!
- - - - - - - - -< s n i p >- - - - - - - - - -
Never mess with the .lyx file unless
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
It would appear that on Jan 8, Helge Hafting did say:
> Joe(theWordy)Philbrook wrote:
> > Question 1 of 3
> >
> > Why is the header/footer suppressed on page 1? That is how can I get
> > headers and/or footers to output on the first page???
- - - -
Joe(theWordy)Philbrook wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
It would appear that on Jan 8, Helge Hafting did say:
Joe(theWordy)Philbrook wrote:
Question 1 of 3
Why is the header/footer suppressed on page 1? That is how can I get
headers and/or footers to output on the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
It would appear that on Jan 8, Helge Hafting did say:
> Joe(theWordy)Philbrook wrote:
> > Question 1 of 3
> >
> > Why is the header/footer suppressed on page 1? That is how can I get
> > headers and/or footers to output on the first page???
> Becaus
Joe(theWordy)Philbrook wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm using lyx 1.3.7 on kubuntu linux (Dapper)
I started with the included letter template which I modified the margins
etc... for a NON business letter to my brother.
Then I used it to play with the fancy header examp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm using lyx 1.3.7 on kubuntu linux (Dapper)
I started with the included letter template which I modified the margins
etc... for a NON business letter to my brother.
Then I used it to play with the fancy header example in the Extended
features manu
;
>
> In my preamble I have the following:
>
> \usepackage{fancyhdr}
> \newcommand{\faxletterhead}{\noindent {\begin{tabular* .}
> \newcommand{\CONFIDENTIALITY}{This fax is intended for the ...}
>
> \fancyhf{}
> \fancyfoot[LO]{\CONFIDENTIALITY}
> \renewcommand{\footrulewi
I have a fax cover sheet in .tex
which I'd like to convert to .lyx
I can't seem to get my headers/footers to
appear though. (For my footer all I get is
the numeral '1' centered).
In my preamble I have the following:
\usepackage{fancyhdr}
\newcommand{\faxletterhead}{\noin
On Thu, 5 Jan 2006, Jeremy C. Reed wrote:
> My problem is that a header from a previous page is shown on a following page
> that is at the end of a chapter and is also blank. So my blank left even page
> has a header (showing the previous section name) and my right odd page is a
> different chapte
I am using lyx 1.3.6 (qt) with teTex 3.0. I am using koma-script book
document class with "fancy" page style.
My problem is that a header from a previous page is shown on a following
page that is at the end of a chapter and is also blank. So my blank left
even page has a header (showing the pr
Try,
\usepackage{fancyheadings}
in the Preamble.
Make sure you have the latest memoir class package.
http://www.ctan.org/tex-archive/macros/latex/contrib/memoir/
- Marc
Steve Litt wrote:
Hi all,
Be aware that fancyhdr doesn't work with the Memoir document class.
It gives an error
Hi all,
Be aware that fancyhdr doesn't work with the Memoir document class.
It gives an error about so and so already defined.
Memoir has its own functions that accomplish the same thing as
fancyhdr. What I do is set my LyX document to "plain" page type in
LyX, and then code h
{}\usepackage[T1]{fontenc}\usepackage[flushmargin]{footmisc}\clubpenalty=\widowpenalty=\displaywidowpenalty=\usepackage{textcomp}\usepackage{fancyhdr}\pagestyle{fancy}\usepackage{dropping}\fancyhead{ }\fancyfoot{ }\renewcommand{\chaptermark}[1]{\markboth{#1}{}}\newcommand{\helv
Hi all,
I have two problems with quotes with
fancyhdr packages.
Please, see example.
Thanks.
Marcelo
1GB gratis, Antivirus y Antispam
Correo Yahoo!, el mejor correo web del mundo
Abrí tu cuenta aquí#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass
Hi all,
I have Lyx 1.3.6 (with 1.3.5 same problem) and Linux.
I writing a book with koma script style, two columns,
fancyhdr package.
I make quotations by this way: I took paragraphs and
put quotes at the begining of the paragraph and
at the end of it.
If I make this with several paragraph and
And.(excuse me for reply to my own thread)
but it seems that the fancyhdr format is not used on Chapter title pages.
This is fine for the header (it would look silly), but it also shifts my
page numbers back to the middle of the footer - i assume the default for
plainpage.
Any way to over
Hi
Many thanks for the help so far, list and Steve. I now have a further
issue. In my fancy header preamble i set the header and also the page
number as a footer. However on one of my pages (the abstract) I only want
the page number. How can i force this page to not include the header,
just
On Monday 11 April 2005 06:18 am, Geoffrey Lloyd wrote:
> Hi
>
> I am tyring to use the fancy header package to put a header (no less!)
> across the top of my thesis document. However the layout I want I cant
> seem to get.
>
> I would like
>
> Chapter # (fully aligned left)Chapter Title (
Hi
I am tyring to use the fancy header package to put a header (no less!)
across the top of my thesis document. However the layout I want I cant
seem to get.
I would like
Chapter # (fully aligned left)Chapter Title (fully aligned right)
It strikes me that these are controlled by the sam
Hartmut Haase wrote:
I'm using fancyhdr with the following ERT-commands for the headers:
\fancyhead[LE,RO]{\sffamily \thepage}
\fancyhead[LO,RE]{\sffamily Brückle Nr. 100}
\chead{\sffamily\bfseries\LARGE Aus dem Pfarramt}
and similar. Is there a way to print the headers inverse, i. e. white l
I'm using fancyhdr with the following ERT-commands for the headers:
\fancyhead[LE,RO]{\sffamily \thepage}
\fancyhead[LO,RE]{\sffamily Brückle Nr. 100}
\chead{\sffamily\bfseries\LARGE Aus dem Pfarramt}
and similar. Is there a way to print the headers inverse, i. e. white letter
on (dark
Hello,
I'm trying to use the fancyhdr package in a hebrew document, however I
get a strange behavior: The left and right headers seem to switch places
some times.(this is not because of odd/even numbered pages)
I could not find what triggers this switching. For example, in the
attached
>>From: [EMAIL PROTECTED] (Juergen Spitzmueller)
>>To: [EMAIL PROTECTED]
>>Subject: Re: fancyhdr
>>Date: Mon, 18 Aug 2003 16:13:34 +0200
>>X-Seen: false
>>X-ID: EY0L4aZegeO+SHNYhlB4DtYVS4URFBzSshM2Onot9oOAchDufPhk8-
>>
>>John Sheahan wrote:
>
On Tue, 2003-08-19 at 00:13, Juergen Spitzmueller wrote:
> John Sheahan wrote:
> > I'm using fancyhdr to include a logo (and other stuff, whixh works more
> > often) in my document header/footer. It works fine as long as I include
> > a graphic _somewhere_ in t
John Sheahan wrote:
> I'm using fancyhdr to include a logo (and other stuff, whixh works more
> often) in my document header/footer. It works fine as long as I include
> a graphic _somewhere_ in the document body.
Try
\usepackage{graphicx}
in the preamble.
Juergen.
Hi
(lyx 1.3.2 qt frontend linux redhat 9)
I'm using fancyhdr to include a logo (and other stuff, whixh works more
often) in my document header/footer. It works fine as long as I include
a graphic _somewhere_ in the document body.
Otherwise I get
Undefined control sequence.
\end{lab
On Mon, Jun 09, 2003 at 12:06:39PM +0300, Amir Seginer wrote:
> OK, I have solved half of my problems. I can now write hebrew properly
> in the headers and footers: just put the commands
> \selectlanguage{hebrew} and \inputencoding{cp1255} within the \lhead
> command (see attached file).
>
> Ho
OK, I have solved half of my problems. I can now write hebrew properly
in the headers and footers: just put the commands
\selectlanguage{hebrew} and \inputencoding{cp1255} within the \lhead
command (see attached file).
However, Latex sometime exchanges the left and right headers, depending
som
Hello,
I'm trying to put Hebrew headers into a document using fancyhdr.sty. I
have two problems:
1) How do I control whether the language of the header is in Hebrew or
English (see attached files).
2) I don't seem to find a relatively simple method of writing hebrew in
the \lhead{} (and its
[EMAIL PROTECTED] wrote:
> Thanks to Remzi and Matej for your responses. Your solution
> required me to define a new pagestyle "myfancy" and to
> duplicate this by redefining the plain pagestyle. Thus I deduce
> that the first page of a chapter is by default in the plain
> style? Is there also a wa
Remzi wrote:
>http://www.educat.hu-berlin.de/~voss/lyx/fancy/pagenumsfancyh.lyx
Thanks to Remzi and Matej for your responses. Your solution required
me to define a new pagestyle "myfancy" and to duplicate this by redefining
the plain pagestyle. Thus I deduce that the first page of a chapter is
by
[EMAIL PROTECTED] wrote:
> I can't seem to find this in either the documentation nor in
> the mail archives, does somebody know how to make lyx put the
> header which I have defined appear on the 1st page of a chapter
Try to put ERT \thispagestyle{something} to the text of the first
page (where so
http://www.educat.hu-berlin.de/~voss/lyx/fancy/pagenumsfancyh.lyx
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Monday, February 10, 2003 9:14 AM
To: [EMAIL PROTECTED]
Subject: 1st page of chapter header with fancyhdr in Report koma-script
doc class
Hi,
I
Hi,
I can't seem to find this in either the documentation nor in the mail archives,
does somebody know
how to make lyx put the header which I have defined appear on the 1st page of a
chapter in
the Report (koma-script) class? It appears on other pages, just not on the
first page. I just want
th
On Wed, Jan 22, 2003 at 02:32:45PM +0100, [EMAIL PROTECTED] wrote:
> does anyone know whether the fancyhdr package when invoked can be overriden by
> other
> latex commands to allow the header/footer to be formated by you? I was playing
> with
> using Herbert Voss's trick t
Hi,
does anyone know whether the fancyhdr package when invoked can be overriden by
other
latex commands to allow the header/footer to be formated by you? I was playing
with
using Herbert Voss's trick to get a table into a header via fancyhdr, but I
seem to lose control
over the tabl
On Tue, Dec 17, 2002 at 09:18:54AM +1100, John Sheahan wrote:
>
> regarding pdflatex - habit. When I last looked I liked the
> fonts better than pdf export. And worked with xpdf [pre]viewing.
> (pdf export had the same issue as pdflatex file types BTW.)
It is easy to configre dvips to make Exp
On Mon, Dec 16, 2002 at 06:16:06PM +0200, Dekel Tsur wrote:
> > I find if I include it as an eps file, I can run view->dvi
> > as a jpg or png I can run view -> pdf(pdflatex)
> >
> > But I cannot find a format that works both ways.
>
> Create both JPG and EPS files
> (if you use convert, use 'co
On Mon, Dec 16, 2002 at 07:30:05PM +1100, John Sheahan wrote:
> I am using fancyhdr on lyx 1.2.1 (and 1.2.2cvs) to put a
> graphic in the header.
>
> the original graphic is a jpg. I've mapped it to a few
> formats with 'convert'.
>
> I find if I include it
Hi
I am using fancyhdr on lyx 1.2.1 (and 1.2.2cvs) to put a
graphic in the header.
the original graphic is a jpg. I've mapped it to a few
formats with 'convert'.
I find if I include it as an eps file, I can run view->dvi
as a jpg or png I can run view -> pdf(pdflatex)
What kind of document are you using? If you use a twosided document tex
will indent certain pages (the even ones?) and your margin will seem
to
sit too far on the left. Changing the document to a one-sided one might
do the trick.
Michael
I'm using a one-sided format.. the problem was with the
do not use these commands, use layout->document->paper->use
geometry
and enter here the lengths
Herbert
That did it.. thanks Herbert..
nirmal
On Tue, 16 Apr 2002, Herbert Voss wrote:
> Nirmal Govind wrote:
>
> >
> > I'm using the fancy pagestyle to include headers in my document. When I
> > change the textwidth to 6in, and use a right-header (\rhead{}), the
> > header doesn't seem to get right aligned with the new textwidth and i
Nirmal Govind wrote:
>
> I'm using the fancy pagestyle to include headers in my document. When I
> change the textwidth to 6in, and use a right-header (\rhead{}), the
> header doesn't seem to get right aligned with the new textwidth and it
> still right aligns itself with the old textwidth. M
Hi,
I'm using the fancy pagestyle to include headers in my document. When I
change the textwidth to 6in, and use a right-header (\rhead{}), the header
doesn't seem to get right aligned with the new textwidth and it still right
aligns itself with the old textwidth. My Latex preamble has the fol
>> Hi!
>> I'm writing in book-koma-script-style and I´d like to use
fancyhdr, too.
>> Unfortunately it is obviously impossible to use the
koma-script-command \headfont while working with fancyhdr (no effects to the
header-style).
>> Is there an
7;m writing in book-koma-script-style and I´d like to use fancyhdr, too.
> Unfortunately it is obviously impossible to use the koma-script-command \headfont
>while working with fancyhdr (no effects to the header-style).
> Is there any other possibility to change the font (fonttype, -size)
Hi!
I'm writing in book-koma-script-style and I´d
like to use fancyhdr, too.
Unfortunately it is obviously impossible to use the
koma-script-command \headfont while working with fancyhdr (no effects to
the header-style).
Is there any other possibility to change the
font (fonttype,
Hi,
i use the fancyhdr option with my document (koma-script article). Everything
is fine, but on the page with the table of contents i get "table of
contents" in the left and right corner of the header. I would like to change
it, so that "table of contents" only appears in
>>Date: Tue, 7 Nov 2000 11:37:40 +0100
>>From: Jan Goebel <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: Re: fancyhdr - different headers and footers
>>Mail-Followup-To: Jan Goebel <[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
>>User-Agent: Mutt/
Hello ,
if you use the fancyhdr packages you have the following
latex-commands:
\lhead{} \lfoot{}
\chead{} \cfoot{}
\rhead{} \rfoot{}
So, if you want to change you header and footer just type the
latex commands (in red) on the particular page.
For the default header in fancyhdr please look in
Hi there,
I need to have a different header and footer for the first page. Does
anyone know a solution
1 - 100 of 103 matches
Mail list logo