Re: Headings with package fancyhdr

2015-05-04 Thread Aline Gautrein
Hey Jürgen! Thanks a lot! I switched to scrpage and used this comand in front of the nomenclature entry: \markboth{\MakeMarkcase{Nomenclature}} {\MakeMarkcase{Nomenclature}} Works fine :-) 2015-05-04 9:34 GMT+02:00 Jürgen Spitzmüller : > 2015-05-04 9:22 GMT+02:00 Aline Gautrein: > >> 2. I used

Re: Headings with package fancyhdr

2015-05-04 Thread Jürgen Spitzmüller
2015-05-04 9:22 GMT+02:00 Aline Gautrein: > 2. I used > > \usepackage{multicol} > > \@ifundefined{chapter} > > {\def\wilh@nomsection{section}} > > {\def\wilh@nomsection{chapter}} > > \def\thenomenclature{% > > \begin{multicols}{2}[% > > \csname\wilh@nomsection\endcsname*{\nomname} > > \if@intoc\ad

Re: Headings

2015-04-24 Thread Richard Heck
On 04/21/2015 12:24 PM, Aline Gautrein wrote: Hey Lyx-experts! I have a new problem with my document ;-) I want to insert a nice header for the document. I already foudn how to insert the header wit the package {scrpage2}. However, my document begins with a lot of lists... (table of contents,

Re: Headings in Book (Koma-Script)

2009-02-19 Thread Waluyo Adi Siswanto
> Yes. Read the documentation (scrguien.pdf) that comes with KOMA and insert > the appropriate commands in the Document>Settings>LaTeX preamble. Thank you for the information After reading scrguien.pdf and fancyhdr.pdf, I can get very close to what I want by adding commands in the preamble \fancy

Re: Headings in Book (Koma-Script)

2009-02-19 Thread Guenter Milde
On 2009-02-19, Waluyo Adi Siswanto wrote: > I am preparing a book manuscript using Book (KOMA-Script) two-sided > document, but I am not happy with the headings (Document > Settings > Page > Layout). > What I want is the headings of the Book class (chapter/section and page > number are written as

Re: headings

2008-11-27 Thread Vittorio Zuccala'
Hi, i used fanchy headers... In LyX preamble used: \usepackage{fancyhdr} \usepackage{graphicx} \pagestyle{fancy} \lhead{\includegraphics[width=3.5cm, height=0.7cm]{ImmaginiManualeCredito/logo.jpg}} \renewcommand{\headrulewidth}{0.4pt} \renewcommand{\footrulewidth}{0.4pt} It works fine. Bye,

Re: headings

2008-11-18 Thread rgheck
Vittorio Zuccala' wrote: Hello, sorry for my bad english... I'd like to have particular headings. How can i change them? In other words, i want somethings as follow: \begin_example_heading LOGO.jpg company name company address

Re: headings

2008-06-18 Thread María José García
> > > How do I post an example of my lyx document? > > > > Do I send it to you? > > > > > > > > > > > > > > > Just attach it to your email. > > > > > > rh > > Sorry... :S I didn't realize that it was an email-list. I always have used it by web. Here is my document, thanks. __

Re: headings

2008-06-18 Thread rgheck
NinaNutz wrote: rgheck <[EMAIL PROTECTED]> writes: It'll help us figure out what's going wrong if you can post an example LyX file that you think should work but doesn't. Otherwise, each one of us who wants to help you has to create such a file ourselves, and then we may get it wrong, becau

Re: headings

2008-06-18 Thread NinaNutz
rgheck <[EMAIL PROTECTED]> writes: > > It'll help us figure out what's going wrong if you can post an example > LyX file that you think should work but doesn't. Otherwise, each one of > us who wants to help you has to create such a file ourselves, and then > we may get it wrong, because we're u

Re: headings

2008-06-18 Thread rgheck
NinaNutz wrote: What I'm trying to do is really simple, (or this is what I thought...): \lhead{} \chead{} \renewcommand{\chaptermark}[1]{% \markboth{\MakeUppercase{% \chaptername} \ \thechapter. % \ #1}{}} \renewcommand{\sectionmark}[1]{} \fancyfoot[C]{\thepage} I changed the margins of my doc

Re: headings

2008-06-18 Thread NinaNutz
rgheck <[EMAIL PROTECTED]> writes: > > Try to create a very simple version of what you're trying to do, and see > if you can get that to work. Often, you'll find by doing this that > something else is messing you up. If you can't get it to work, post the > simple version here, and then we'll

Re: headings

2008-06-17 Thread rgheck
NinaNutz wrote: NinaNutz <[EMAIL PROTECTED]> writes: Ok, it doesn't work at all, in my final document because I changed the margins of my document and the command \fancyfoot[C]{\thepage} doestn't work... I tried: \cfoot{\thepage} and I have been looking for that in the documentation and

Re: headings

2008-06-17 Thread NinaNutz
NinaNutz <[EMAIL PROTECTED]> writes: Ok, it doesn't work at all, in my final document because I changed the margins of my document and the command \fancyfoot[C]{\thepage} doestn't work... I tried: \cfoot{\thepage} and I have been looking for that in the documentation and I haven't found it

Re: headings

2008-06-17 Thread NinaNutz
rgheck <[EMAIL PROTECTED]> writes: > > > Actually, sorry, you can't quite do it that way. The \chaptermark > command does not hold the name of the chapter. Rather, it is called when > a chapter is defined, and it then calls \markright or \markleft or > \markboth to set the contents of the \ri

Re: headings

2008-06-16 Thread rgheck
NinaNutz wrote: \lhead{} \chead{} \rhead{\bfseries \chaptername \ \thechapter \ \chaptermark} \fancyfoot[C]{\thepage} and everything is ok except for the chaptermark, which it doest work.. I have the numbers centered in the foot, I have the line, the name chapter, the number 1..,n, but no the

Re: headings

2008-06-16 Thread rgheck
NinaNutz wrote: Ok, I tried: \usepackage{fancyhdr} \pagestyle{fancy} LyX will take care of that for you if you choose fancy headers, so you don't need those. \lhead{} \chead{} \rhead{\bfseries \chaptername \ \thechapter \ \chaptermark} \fancyfoot[C]{\thepage} and everything is ok excep

Re: headings

2008-06-16 Thread rgheck
NinaNutz wrote: Read the documentation for the fancyhdr package, which you probably have in fancyhdr.dvi. You can turn on "fancy" page headings in Document>Settings>Page Layout>Page Style. rh I think fancy header are the called decoration in the spanish version Once time I h

Re: headings

2008-06-16 Thread NinaNutz
rgheck <[EMAIL PROTECTED]> writes: > > > > > Read the documentation for the fancyhdr package, which you probably have > in fancyhdr.dvi. You can turn on "fancy" page headings in > Document>Settings>Page Layout>Page Style. > > rh > > Ok, I tried: \usepackage{fancyhdr} \pagestyle{fancy} \l

Re: headings

2008-06-16 Thread NinaNutz
> > > > > Read the documentation for the fancyhdr package, which you probably have > in fancyhdr.dvi. You can turn on "fancy" page headings in > Document>Settings>Page Layout>Page Style. > > rh > > I think fancy header are the called decoration in the spanish version Once time I have chang

Re: headings

2008-06-16 Thread rgheck
NinaNutz wrote: Hi all, I'm finally finishing my thesis work and I would like to put a headings with a decoration (in spanish version of lyx 1.5.5 this is called adorno, and it is a line under the headings), but I would like to write only the Chapter 1, 2 or n, but I cannot change this in th

Re: Headings disappear when using Bembo

2007-04-11 Thread Juergen Spitzmueller
Johannes Knaus wrote: > The strange thing is: If I put \slshape instead of \itshape in the > second line, headings disappear. So maybe this was the problem (Does > scrbook use \slshape for headings?). Yes (if you use "headings" at least). You have the italic shape installed, but Bembo (probably)

Re: Headings disappear when using Bembo

2007-04-11 Thread Johannes Knaus
Hello again, Well, italics, smallcaps and so on are installed. I've tried some hacking of the preamble and this works now (the first to lines do the trick): \setkomafont{pagehead}{% \usekomafont{pagenumber}\itshape} \usepackage{microtype, fixltx2e, mparhack} \usepackage[bookmarksnumbered]{hyp

Re: Headings disappear when using Bembo

2007-04-09 Thread Jürgen Spitzmüller
Johannes Knaus wrote: > When I use Times (or any other font) everything's fine and I get   > headings at the top of each page. > But when I switch to Bembo all headings have disappeared. Just a guess: are the headings in a shape that is not installed with Bembo (e.g. italic)? Jürgen

Re: headings in koma script

2005-11-30 Thread Wolfgang Engelmann
Am Montag, 28. November 2005 15:33 schrieb Axel Dessecker: > Wolfgang, > > just in case you haven't figured it out over the weekend: > > Am Donnerstag, 24. November 2005 15:26 schrieb Wolfgang Engelmann: > > Where should option `smallheadings´ go? > > Format > Document > Format > Options. > > Best

Re: headings in koma script

2005-11-28 Thread Axel Dessecker
Wolfgang, just in case you haven't figured it out over the weekend: Am Donnerstag, 24. November 2005 15:26 schrieb Wolfgang Engelmann: > Where should option `smallheadings´ go? Format > Document > Format > Options. Best wishes, Axel

Re: Headings in a Box

2004-05-03 Thread Gerhard Lindel
Juergen Spitzmueller schrieb: Gerhard Lindel wrote: What I want to do is: The headers text should have a grey background and smaller letters as the normal text. Does the attached what you want? Jürgen. Yes, it does. Thank you very much for your help!! Gerhard

Re: Headings in a Box

2004-05-03 Thread Juergen Spitzmueller
Gerhard Lindel wrote: > What I want to do is: The headers text should have a grey background > and  smaller letters as  the normal text. Does the attached what you want? Jürgen. #LyX 1.3 created this file. For more info see http://www.lyx.org/ \lyxformat 221 \textclass scrartcl \begin_preamble \us

Re: Headings in a Box

2004-05-02 Thread Gerhard Lindel
Juergen Spitzmueller schrieb: Gerhard Lindel wrote: I have use headings in my document and it is realized with the following LATEX-preambel (page-style is fancy): \lhead{text...} \rhead{} \chead{} \lfoot{text} It looks quite fine but my professor wants it in a box and with grey or blue backgro

Re: Headings in a Box

2004-04-23 Thread Juergen Spitzmueller
Gerhard Lindel wrote: > I have  use headings in my document and it is realized with the following > LATEX-preambel (page-style is fancy): > \lhead{text...} > \rhead{} > \chead{} > \lfoot{text} > It looks quite fine but my professor wants it in a box and with grey or > blue background. I do not und

RE: Headings on rotated table

2003-03-06 Thread Remzi Seker
Check out http://www.educat.hu-berlin.de/~voss/lyx/table/table.phtml#sideways Remzi -Original Message- From: Matthew Kelly [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 8:23 PM To: lyx-users Subject: Headings on rotated table If a table (within a table float) is rotated 90 d

Re: Headings + pitcure

2001-06-27 Thread Herbert Voss
Mario del Giudice wrote: > > Hi, I've created a document using the REPORT headings style. > Now I would like to insert a logo (xxx.eps) at the top (on the left), > how can I do this? have a look at http://www.educat.hu-berlin.de/~voss/lyx/titlepage/logo.html Herbert -- http://www.educat.hu-be

Re: Headings changed by using 1.1.6fix1

2001-04-01 Thread Dekel Tsur
On Sat, Mar 31, 2001 at 05:55:57PM -0600, Patrick Hartling wrote: > } I suppose that any of your packages (maybe tocloft) overwrite your > } bibname-definition and the other-ones. > > Yes, that definitely seems to be the case. I don't understand why that > is happening, though. I tried removin

Re: Headings changed by using 1.1.6fix1

2001-03-31 Thread Herbert Voss
Patrick Hartling wrote: > > Herbert Voss <[EMAIL PROTECTED]> wrote: > > } Patrick Hartling wrote: > } > > } > I just updated to Lyx 1.1.6fix1, and something has gone wrong with my > } > chapter headings, table of contents heading, and list of figures heading. > } > I am using a LaTeX2e style wit

Re: Headings changed by using 1.1.6fix1

2001-03-31 Thread Patrick Hartling
Herbert Voss <[EMAIL PROTECTED]> wrote: } Patrick Hartling wrote: } > } > I just updated to Lyx 1.1.6fix1, and something has gone wrong with my } > chapter headings, table of contents heading, and list of figures heading. } > I am using a LaTeX2e style with a LyX layout I made based on } > repor

Re: Headings changed by using 1.1.6fix1

2001-03-31 Thread Herbert Voss
Patrick Hartling wrote: > > I just updated to Lyx 1.1.6fix1, and something has gone wrong with my > chapter headings, table of contents heading, and list of figures heading. > I am using a LaTeX2e style with a LyX layout I made based on > report.layout from 1.1.5fix2. With 1.1.5fix2, I got headi