Re: Various problems with lyx

2000-03-20 Thread Raphael GURLIE

>> for the introduction use the chapter* style or any other one, wich does
>> not apper in the toc and add
>> \addcontentsline{toc}{section}{Introduction}
>This works great, but I have another problem, too. I use the default fancy
>style for my headings and get 'Table of Contents' as heading (and not
>'Introduction') in my Introduction. Any hints?

Just give a look to the attached lyx file. I think it will adress some
of your problems (as it does for me...)

the (lcr)head and (lcr)foot commands tells what to write in the
various header fields.

headrulewidth controls the width of the top horizontal bar.

markboth tells to put the following text in the leftmark variable.
So you can change as you like.
(you can use the same command to change conclusion and references)


the last renewcommand gives the format of the heading for the
following chapters, that is here : 
1. My first chapter title   5
It can be easily custumised (if you have a good latex reference manual
;)).

Hope it will help you !

Raphael


--  **  PLEASE NOTE CHANGE OF TEL & FAX **
Raphaël Gurlie
email : [EMAIL PROTECTED] Laboratoire de Biochimie Théorique
tel. +33 (0)1 58 415 16413, rue Pierre et Marie Curie
fax. +33 (0)1 58 415 02675005 Paris - FRANCE


#This file was created by  Mon Mar 20 14:31:12 2000
#LyX 1.0 (C) 1995-1999 Matthias Ettrich and the LyX Team
\lyxformat 2.15
\textclass report
\language french
\inputencoding latin1
\fontscheme default
\graphics default
\paperfontsize 12
\spacing single 
\papersize a4paper
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 2
\tocdepth 2
\paragraph_separation indent
\defskip medskip
\quotes_language french
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Title


\family sans 
\series bold 
MY THESIS TITLE
\layout Author


\emph on 
Raphaël Gurlie
\layout Standard


\latex latex 

\backslash 
lhead{
\backslash 
leftmark}
\layout Standard


\latex latex 

\backslash 
chead{}
\layout Standard


\latex latex 

\backslash 
rhead{
\backslash 
thepage}
\layout Standard


\latex latex 

\backslash 
lfoot{}
\layout Standard


\latex latex 

\backslash 
cfoot{}
\layout Standard


\latex latex 

\backslash 
rfoot{}
\layout Standard


\latex latex 

\backslash 
renewcommand{
\backslash 
headrulewidth}{0.4pt}
\layout Standard


\latex latex 

\backslash 
pagenumbering{roman}
\layout Standard


\begin_inset LatexCommand \tableofcontents{}

\end_inset 


\layout Standard


\latex latex 

\backslash 
markboth{Table of Contents}{}
\layout Chapter*

Introduction
\layout Standard


\latex latex 

\backslash 
pagenumbering{arabic}
\layout Standard


\latex latex 

\backslash 
markboth{Introduction}{}
\layout Standard


\latex latex 

\backslash 
addcontentsline{toc}{chapter}{Introduction}
\layout Standard

Here is my introduction 
\layout Standard


\latex latex 

\backslash 
renewcommand{
\backslash 
chaptermark}[1]{
\backslash 
markboth{
\backslash 
thechapter.
 #1}{}}
\layout Chapter

My first chapter
\layout Standard

This is the first chapter ...
\the_end



Wrap text around figure

2000-03-10 Thread Raphael GURLIE


Hi Lyxers,

My question is : is it possible to have text wrapped around a 
figure in the itemize environement ?
I've tried, but the figure does not appears anywhere in the
postscript document.

(And sometimes, text is printed over the figure in the standard
environnement ... )

Something to do about this ??

Raphael
(I am running lyx-1.0.1-2)

--
Raphaël Gurlie
email : [EMAIL PROTECTED] Laboratoire de Biochimie Théorique
tel. +33 (0)1 58 415 16413, rue Pierre et Marie Curie
fax. +33 (0)1 58 415 02675005 Paris - FRANCE




Re: Change counter

2000-02-17 Thread Raphael GURLIE


Hi,

I am not sure I have understood what you mean exactly, but I got th
same kind of problem yesterday.

(I wanted to insert a standard paragraph in an enumerated list)

Here is the solution I found :

1. fisrt part of my enumerated list
2. fisrt part of my enumerated list
3. fisrt part of my enumerated list

A small (or a long) paragraph inserted here.

\begin{enumerate}
\addtocounter{enumi}{3}
\item my first point \newline blah blah blah
\item my second point
\item my last point \newline blah blah
\end{enumerate}


And that's it

Idealy, you should only insert the addtocounter line, but
unfortunatly, it seems to be impossible to do that in lyx, because
there no way (I found no way) to insert it between the begin and the
first item

I've add some \newline just for fun, and because it might be helpfull;
sometimes you want to start a new line in the same item.


Hope it'll help
Raphael

--
Raphaël Gurlie
email : [EMAIL PROTECTED] Laboratoire de Biochimie Théorique
tel. +33 (0)1 58 415 16413, rue Pierre et Marie Curie
fax. +33 (0)1 58 415 02675005 Paris - FRANCE



Environment and t.o.c

1999-11-30 Thread Raphael GURLIE


Hi, dear lyxers !!

I am using lyx-1.0.1-2 on a linux based pc.
Like so many of you I am just writing my thesis with lyx.
I chose the report document style, and now I wonder about some little
d=E9tails.

My "manuscript" is divided in several charpter, a general
introduction, and a general conclusion.
If I want the chapter titles to appear in the table of contents, I
have to choose the "Chapter" environment, but then, Introduction
appears as Chapter 1, and if I try the "Chapter*" environment for the
Introduction, then it doesn't appear in the toc.
So, is there a way to get the Introduction and Conclusion indexed in
the toc, not considered as Chapter 1 and N ??

Any Ideas ??


--
Raphaël Gurlie
email : [EMAIL PROTECTED] Laboratoire de Biochimie Théorique
tel. +33 (0)1 43 252 60913, rue Pierre et Marie Curie
fax. +33 (0)1 43 295 64575005 Paris - FRANCE



Wrapping text around figure

1999-11-03 Thread Raphael GURLIE


Hello !

I was just wondering if lyx supports floatting figures that do not
fill the full width of the page.

Such packages are available with Latex :
"floatfig" package file by Thomas J. Reid
"wrapfig"  package file by Donald Arseneau

In those environnements, text can wrap around figures. This feature
seems to be very interesting since figures might not be so large to
take the whole width of the page. Anyway, I didn't find anything about
that in my documentation.

Last thing, I am using Lyx 1.0.1-2

Raphael

--
Raphaël Gurlie
email : [EMAIL PROTECTED] Laboratoire de Biochimie Théorique
tel. +33 (0)1 43 252 60913, rue Pierre et Marie Curie
fax. +33 (0)1 43 295 64575005 Paris - FRANCE