Re: Linespread

2002-08-16 Thread Juergen Spitzmueller

Anke Degenkolb wrote:
 Dekel Tsur wrote:
  \let\oldquote=\quote
  \let\oldendquote=\endquote
  \renewenvironment{quote}
{\begin{singlespace}\oldquote}
{\oldendquote\end{singlespace}}

 thanks a lot. This works nearly perfect ;-)
 The line spacing is now perfect but the new quote-definition leads to an
 extra vertical space between the previous paragraph and the beginning of
 the quote. It looks like an additional empty line just before the quote
 begins. Unfortunately I have no idea how to fix this.

This is a bug in setspace. From setspace.sty: 

%% POSSIBLE BUGS:
[...]
%%. \begin{singlespace}\begin{quote} produces the wrong spacing before
%%  the quote (extra glue is inserted).

As Eugenio wrote, it is almost always better to use the commands 
(\singlespacing) than the environments (\begin{singlespace} ... 
\end{singlespace}).

Jürgen.



cvs time outs

2002-08-16 Thread Paolo Pumilia

From Andre Poenitz, Thu Aug 15, at 13:37:
 . Are you suggesting to get and compile the latest cvs version?
 .If that is an option for you, why not. (1.2.1cvs, not 1.3.0cvs)
 .Andre'
 .

I cannot access to to cvs. 
After te envronment variable has been set through the command
export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/local/lyx/cvsroot
and  the password 'lyx' has been entered, when prompted, the
server exits due to time out. 

What's the problem?

thank you 

--
Paolo 



Re: cvs time outs

2002-08-16 Thread Andre Poenitz

On Fri, Aug 16, 2002 at 12:12:25PM +0200, Paolo Pumilia wrote:
 After te envronment variable has been set through the command
 export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/local/lyx/cvsroot
 and  the password 'lyx' has been entered, when prompted, the
 server exits due to time out. 
 
 What's the problem?

Don't know. I am not using anoncvs personally, but there was a time when
anoncvs.lyx.org was down and one had to use some mirror. Maybe you could
hunt the mail archives for such a message?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: cvs time outs

2002-08-16 Thread Jean-Marc Lasgouttes

 Paolo == Paolo Pumilia [EMAIL PROTECTED] writes:

Paolo From Andre Poenitz, Thu Aug 15, at 13:37:
. Are you suggesting to get and compile the latest cvs version?
Paolo  .If that is an option for you, why not. (1.2.1cvs, not
Paolo 1.3.0cvs) .Andre' .

Paolo I cannot access to to cvs. After te envronment variable has
Paolo been set through the command export
Paolo CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/local/lyx/cvsroot
Paolo and the password 'lyx' has been entered, when prompted, the
Paolo server exits due to time out.

try the server anoncvs.us.lyx.org

JMarc



Re: figure numeration

2002-08-16 Thread Axel Heinrici

Hi

On Thursday 15 August 2002 18:22, Andre Poenitz wrote:
 On Thu, Aug 15, 2002 at 05:57:44PM +0200, Axel Heinrici wrote:
  Everyting works fine with this.
  The caption starts with: Abbildung 4.2: Funktion...
  This is used in Subsection 4.1.5 but the number of the picture
  is 4.2.

 What happens if you put the label inside the caption?

I am not sure what you mean.
Ich can put the \label{...} inside the caption, before the 
caption or afterwards, when I use tex. Everthing stays the same.
And this is OK! I like this numeration method.
The problem is lyx. I want lyx to do so. 
And especially I want lyx to take my pictures into the index of 
pictures. At now the lyx-index_of_pictures only lists the tex 
pictures and not the pictures I inserted with lyx itself. 

This seems really strange to me. 
Lyx even does not start the caption with: Abbidung 12.34:.
It starts directly with the text written inside the float. 

greetings 
Axel

p.s. Your message arrived twice (for me and the list). This is 
difficult to handle because only one is seen by other list members. 
So the message ID in the reply is likely to be wrong when I reply.




landscape style problem in Lyx1.2

2002-08-16 Thread Sergei Chekanov


 Dear Tuukka,

 I think it's problem of Lyx1.2, you have to tell
 dvips that the output should be in landscape style,
 it seems LyX does not do it (at this moment, I do
 not see what I have to do to in LyX preferences to fix this).

 For Lyx1.2, I do not see
 Use Geometry Package, probably it exists for older versions

 cheers, Sergei


On Thu, 15 Aug 2002, Tuukka Toivonen wrote:

   click on 'landscape' on gv, I cannot see all text of this
   example (it is cut on left side).

 I have had this same problem. I think it is a bug in either gv or
 ghostscript (I would suspect gv but also ghostview and other viewers have
 the same problem).

 It sometimes works if you select Layout/Document/Paper and select Use
 Geometry Package.

   However, I can get it work if I do the following:
   1) convert 'lyx' file to latex
   2) dvips landslide.dvi -o landslide.ps -t landscape
   3) gv  landslide.ps
 
now if I use 'landscape' option in gv, I can see all
text.

 I didn't know this. I will try this next time when I encounter the problem.






Re: landscape style problem in Lyx1.2

2002-08-16 Thread Juergen Spitzmueller

Sergei Chekanov wrote:
 For Lyx1.2, I do not see
  Use Geometry Package, probably it exists for older versions

Geometry is now automatically loaded when needed.
Basically, it is now Custom Margins.

Jürgen.



Page numbering

2002-08-16 Thread Remzi Seker

Hi,

How can I get the pages numbered in the following manner:

(this is not for the preliminary page i.e. TOC, TOF etc but for the main
document, where the numbering is arabic)
The first page of every chapter should be numbered at the bottom (0.5 inch
above the bottom of the page)
However, rest of the pages need to be numbered at the right-hand corner of
the page (0.5 inch from the top, 1 inch from the edge.)

Any idea how I can do this?

Thanks a lot

Remzi





Re: Page numbering

2002-08-16 Thread Remzi Seker

It looks like I can get the numbering done in fancyhdr with some 
modifications...
However, when I set the page style to fancy I get the floowing errors:

command \footrule  already defined, and
command \headrule already defined...

Any idea?


On Friday 16 August 2002 10:45, Remzi Seker wrote:
 Hi,

 How can I get the pages numbered in the following manner:

 (this is not for the preliminary page i.e. TOC, TOF etc but for the main
 document, where the numbering is arabic)
 The first page of every chapter should be numbered at the bottom (0.5 inch
 above the bottom of the page)
 However, rest of the pages need to be numbered at the right-hand corner of
 the page (0.5 inch from the top, 1 inch from the edge.)

 Any idea how I can do this?

 Thanks a lot

 Remzi



Re: Re: problem with pstricks and PDF

2002-08-16 Thread Guenter Milde

On Thu, 15 Aug 2002 19:57:13 +1000 wrote Ben Stanley [EMAIL PROTECTED]:

 
 Is there a graphics program which allows for easy inclusion of text,
 graphics and math stuff like symbols and subscripts etc.?

 The 
 ideal is to use TeX to layout the maths (since it's so good at that!), 
 as you are trying to do... so perhaps the pstricks hack must be made 
 portable to different output devices!

TeX-Math on eps can also be done with psfrag (look for it at CTAN) also
the replacement text can be defined in the latex/lyx file. :-)

psfrag depends on postscript, i.e. no go with pdflatex :-( 

it works with latex-dvips-ps2pdf, though :-)

Guenter

--
G.Milde at physik.tu-dresden.de




Re: Page numbering

2002-08-16 Thread Rem

I found the solution... Partly :-)

fancyhdr doesn't like titlesec package... Now I have to find another way to
arrange the spaces before and after my chap. sec. subsec etc titles... Any
tips are welcome!

Remzi

- Original Message -
From: Remzi Seker [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 16, 2002 9:21 AM
Subject: Re: Page numbering


 It looks like I can get the numbering done in fancyhdr with some
 modifications...
 However, when I set the page style to fancy I get the floowing errors:

 command \footrule  already defined, and
 command \headrule already defined...

 Any idea?


 On Friday 16 August 2002 10:45, Remzi Seker wrote:
  Hi,
 
  How can I get the pages numbered in the following manner:
 
  (this is not for the preliminary page i.e. TOC, TOF etc but for the main
  document, where the numbering is arabic)
  The first page of every chapter should be numbered at the bottom (0.5
inch
  above the bottom of the page)
  However, rest of the pages need to be numbered at the right-hand corner
of
  the page (0.5 inch from the top, 1 inch from the edge.)
 
  Any idea how I can do this?
 
  Thanks a lot
 
  Remzi




Re: Linespread

2002-08-16 Thread Juergen Spitzmueller

Anke Degenkolb wrote:
 Dekel Tsur wrote:
  \let\oldquote=\quote
  \let\oldendquote=\endquote
  \renewenvironment{quote}
{\begin{singlespace}\oldquote}
{\oldendquote\end{singlespace}}

 thanks a lot. This works nearly perfect ;-)
 The line spacing is now perfect but the new quote-definition leads to an
 extra vertical space between the previous paragraph and the beginning of
 the quote. It looks like an additional empty line just before the quote
 begins. Unfortunately I have no idea how to fix this.

This is a bug in setspace. From setspace.sty: 

%% POSSIBLE BUGS:
[...]
%%. \begin{singlespace}\begin{quote} produces the wrong spacing before
%%  the quote (extra glue is inserted).

As Eugenio wrote, it is almost always better to use the commands 
(\singlespacing) than the environments (\begin{singlespace} ... 
\end{singlespace}).

Jürgen.



cvs time outs

2002-08-16 Thread Paolo Pumilia

From Andre Poenitz, Thu Aug 15, at 13:37:
 . Are you suggesting to get and compile the latest cvs version?
 .If that is an option for you, why not. (1.2.1cvs, not 1.3.0cvs)
 .Andre'
 .

I cannot access to to cvs. 
After te envronment variable has been set through the command
export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/local/lyx/cvsroot
and  the password 'lyx' has been entered, when prompted, the
server exits due to time out. 

What's the problem?

thank you 

--
Paolo 



Re: cvs time outs

2002-08-16 Thread Andre Poenitz

On Fri, Aug 16, 2002 at 12:12:25PM +0200, Paolo Pumilia wrote:
 After te envronment variable has been set through the command
 export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/local/lyx/cvsroot
 and  the password 'lyx' has been entered, when prompted, the
 server exits due to time out. 
 
 What's the problem?

Don't know. I am not using anoncvs personally, but there was a time when
anoncvs.lyx.org was down and one had to use some mirror. Maybe you could
hunt the mail archives for such a message?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: cvs time outs

2002-08-16 Thread Jean-Marc Lasgouttes

 Paolo == Paolo Pumilia [EMAIL PROTECTED] writes:

Paolo From Andre Poenitz, Thu Aug 15, at 13:37:
. Are you suggesting to get and compile the latest cvs version?
Paolo  .If that is an option for you, why not. (1.2.1cvs, not
Paolo 1.3.0cvs) .Andre' .

Paolo I cannot access to to cvs. After te envronment variable has
Paolo been set through the command export
Paolo CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/local/lyx/cvsroot
Paolo and the password 'lyx' has been entered, when prompted, the
Paolo server exits due to time out.

try the server anoncvs.us.lyx.org

JMarc



Re: figure numeration

2002-08-16 Thread Axel Heinrici

Hi

On Thursday 15 August 2002 18:22, Andre Poenitz wrote:
 On Thu, Aug 15, 2002 at 05:57:44PM +0200, Axel Heinrici wrote:
  Everyting works fine with this.
  The caption starts with: Abbildung 4.2: Funktion...
  This is used in Subsection 4.1.5 but the number of the picture
  is 4.2.

 What happens if you put the label inside the caption?

I am not sure what you mean.
Ich can put the \label{...} inside the caption, before the 
caption or afterwards, when I use tex. Everthing stays the same.
And this is OK! I like this numeration method.
The problem is lyx. I want lyx to do so. 
And especially I want lyx to take my pictures into the index of 
pictures. At now the lyx-index_of_pictures only lists the tex 
pictures and not the pictures I inserted with lyx itself. 

This seems really strange to me. 
Lyx even does not start the caption with: Abbidung 12.34:.
It starts directly with the text written inside the float. 

greetings 
Axel

p.s. Your message arrived twice (for me and the list). This is 
difficult to handle because only one is seen by other list members. 
So the message ID in the reply is likely to be wrong when I reply.




landscape style problem in Lyx1.2

2002-08-16 Thread Sergei Chekanov


 Dear Tuukka,

 I think it's problem of Lyx1.2, you have to tell
 dvips that the output should be in landscape style,
 it seems LyX does not do it (at this moment, I do
 not see what I have to do to in LyX preferences to fix this).

 For Lyx1.2, I do not see
 Use Geometry Package, probably it exists for older versions

 cheers, Sergei


On Thu, 15 Aug 2002, Tuukka Toivonen wrote:

   click on 'landscape' on gv, I cannot see all text of this
   example (it is cut on left side).

 I have had this same problem. I think it is a bug in either gv or
 ghostscript (I would suspect gv but also ghostview and other viewers have
 the same problem).

 It sometimes works if you select Layout/Document/Paper and select Use
 Geometry Package.

   However, I can get it work if I do the following:
   1) convert 'lyx' file to latex
   2) dvips landslide.dvi -o landslide.ps -t landscape
   3) gv  landslide.ps
 
now if I use 'landscape' option in gv, I can see all
text.

 I didn't know this. I will try this next time when I encounter the problem.






Re: landscape style problem in Lyx1.2

2002-08-16 Thread Juergen Spitzmueller

Sergei Chekanov wrote:
 For Lyx1.2, I do not see
  Use Geometry Package, probably it exists for older versions

Geometry is now automatically loaded when needed.
Basically, it is now Custom Margins.

Jürgen.



Page numbering

2002-08-16 Thread Remzi Seker

Hi,

How can I get the pages numbered in the following manner:

(this is not for the preliminary page i.e. TOC, TOF etc but for the main
document, where the numbering is arabic)
The first page of every chapter should be numbered at the bottom (0.5 inch
above the bottom of the page)
However, rest of the pages need to be numbered at the right-hand corner of
the page (0.5 inch from the top, 1 inch from the edge.)

Any idea how I can do this?

Thanks a lot

Remzi





Re: Page numbering

2002-08-16 Thread Remzi Seker

It looks like I can get the numbering done in fancyhdr with some 
modifications...
However, when I set the page style to fancy I get the floowing errors:

command \footrule  already defined, and
command \headrule already defined...

Any idea?


On Friday 16 August 2002 10:45, Remzi Seker wrote:
 Hi,

 How can I get the pages numbered in the following manner:

 (this is not for the preliminary page i.e. TOC, TOF etc but for the main
 document, where the numbering is arabic)
 The first page of every chapter should be numbered at the bottom (0.5 inch
 above the bottom of the page)
 However, rest of the pages need to be numbered at the right-hand corner of
 the page (0.5 inch from the top, 1 inch from the edge.)

 Any idea how I can do this?

 Thanks a lot

 Remzi



Re: Re: problem with pstricks and PDF

2002-08-16 Thread Guenter Milde

On Thu, 15 Aug 2002 19:57:13 +1000 wrote Ben Stanley [EMAIL PROTECTED]:

 
 Is there a graphics program which allows for easy inclusion of text,
 graphics and math stuff like symbols and subscripts etc.?

 The 
 ideal is to use TeX to layout the maths (since it's so good at that!), 
 as you are trying to do... so perhaps the pstricks hack must be made 
 portable to different output devices!

TeX-Math on eps can also be done with psfrag (look for it at CTAN) also
the replacement text can be defined in the latex/lyx file. :-)

psfrag depends on postscript, i.e. no go with pdflatex :-( 

it works with latex-dvips-ps2pdf, though :-)

Guenter

--
G.Milde at physik.tu-dresden.de




Re: Page numbering

2002-08-16 Thread Rem

I found the solution... Partly :-)

fancyhdr doesn't like titlesec package... Now I have to find another way to
arrange the spaces before and after my chap. sec. subsec etc titles... Any
tips are welcome!

Remzi

- Original Message -
From: Remzi Seker [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 16, 2002 9:21 AM
Subject: Re: Page numbering


 It looks like I can get the numbering done in fancyhdr with some
 modifications...
 However, when I set the page style to fancy I get the floowing errors:

 command \footrule  already defined, and
 command \headrule already defined...

 Any idea?


 On Friday 16 August 2002 10:45, Remzi Seker wrote:
  Hi,
 
  How can I get the pages numbered in the following manner:
 
  (this is not for the preliminary page i.e. TOC, TOF etc but for the main
  document, where the numbering is arabic)
  The first page of every chapter should be numbered at the bottom (0.5
inch
  above the bottom of the page)
  However, rest of the pages need to be numbered at the right-hand corner
of
  the page (0.5 inch from the top, 1 inch from the edge.)
 
  Any idea how I can do this?
 
  Thanks a lot
 
  Remzi




Re: Linespread

2002-08-16 Thread Juergen Spitzmueller

Anke Degenkolb wrote:
> Dekel Tsur wrote:
> > \let\oldquote=\quote
> > \let\oldendquote=\endquote
> > \renewenvironment{quote}
> >   {\begin{singlespace}\oldquote}
> >   {\oldendquote\end{singlespace}}
>
> thanks a lot. This works nearly perfect ;-)
> The line spacing is now perfect but the new quote-definition leads to an
> extra vertical space between the previous paragraph and the beginning of
> the quote. It looks like an additional empty line just before the quote
> begins. Unfortunately I have no idea how to fix this.

This is a bug in setspace. From setspace.sty: 

%% POSSIBLE BUGS:
[...]
%%. \begin{singlespace}\begin{quote} produces the wrong spacing before
%%  the quote (extra glue is inserted).

As Eugenio wrote, it is almost always better to use the commands 
(\singlespacing) than the environments (\begin{singlespace} ... 
\end{singlespace}).

Jürgen.



cvs time outs

2002-08-16 Thread Paolo Pumilia

>From Andre Poenitz, Thu Aug 15, at 13:37:
 .> Are you suggesting to get and compile the latest cvs version?
 .If that is an option for you, why not. (1.2.1cvs, not 1.3.0cvs)
 .Andre'
 .

I cannot access to to cvs. 
After te envronment variable has been set through the command
export CVSROOT=":pserver:[EMAIL PROTECTED]:/usr/local/lyx/cvsroot"
and  the password 'lyx' has been entered, when prompted, the
server exits due to time out. 

What's the problem?

thank you 

--
Paolo 



Re: cvs time outs

2002-08-16 Thread Andre Poenitz

On Fri, Aug 16, 2002 at 12:12:25PM +0200, Paolo Pumilia wrote:
> After te envronment variable has been set through the command
> export CVSROOT=":pserver:[EMAIL PROTECTED]:/usr/local/lyx/cvsroot"
> and  the password 'lyx' has been entered, when prompted, the
> server exits due to time out. 
> 
> What's the problem?

Don't know. I am not using anoncvs personally, but there was a time when
anoncvs.lyx.org was down and one had to use some mirror. Maybe you could
hunt the mail archives for such a message?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: cvs time outs

2002-08-16 Thread Jean-Marc Lasgouttes

> "Paolo" == Paolo Pumilia <[EMAIL PROTECTED]> writes:

Paolo> From Andre Poenitz, Thu Aug 15, at 13:37:
.> Are you suggesting to get and compile the latest cvs version?
Paolo>  .If that is an option for you, why not. (1.2.1cvs, not
Paolo> 1.3.0cvs) .Andre' .

Paolo> I cannot access to to cvs. After te envronment variable has
Paolo> been set through the command export
Paolo> CVSROOT=":pserver:[EMAIL PROTECTED]:/usr/local/lyx/cvsroot"
Paolo> and the password 'lyx' has been entered, when prompted, the
Paolo> server exits due to time out.

try the server anoncvs.us.lyx.org

JMarc



Re: figure numeration

2002-08-16 Thread Axel Heinrici

Hi

On Thursday 15 August 2002 18:22, Andre Poenitz wrote:
> On Thu, Aug 15, 2002 at 05:57:44PM +0200, Axel Heinrici wrote:
> > Everyting works fine with this.
> > The caption starts with: "Abbildung 4.2: Funktion..."
> > This is used in Subsection 4.1.5 but the number of the picture
> > is 4.2.
>
> What happens if you put the label inside the caption?
>
I am not sure what you mean.
Ich can put the "\label{...}" inside the caption, before the 
caption or afterwards, when I use tex. Everthing stays the same.
And this is OK! I like this numeration method.
The problem is lyx. I want lyx to do so. 
And especially I want lyx to take my pictures into the index of 
pictures. At now the lyx-index_of_pictures only lists the tex 
pictures and not the pictures I inserted with lyx itself. 

This seems really strange to me. 
Lyx even does not start the caption with: "Abbidung 12.34:".
It starts directly with the text written inside the float. 

greetings 
Axel

p.s. Your message arrived twice (for me and the list). This is 
difficult to handle because only one is seen by other list members. 
So the message ID in the reply is likely to be wrong when I reply.




landscape style problem in Lyx1.2

2002-08-16 Thread Sergei Chekanov


 Dear Tuukka,

 I think it's problem of Lyx1.2, you have to tell
 dvips that the output should be in landscape style,
 it seems LyX does not do it (at this moment, I do
 not see what I have to do to in LyX preferences to fix this).

 For Lyx1.2, I do not see
 "Use Geometry Package", probably it exists for older versions

 cheers, Sergei


On Thu, 15 Aug 2002, Tuukka Toivonen wrote:

> >  click on 'landscape' on gv, I cannot see all text of this
> >  example (it is cut on left side).
>
> I have had this same problem. I think it is a bug in either gv or
> ghostscript (I would suspect gv but also ghostview and other viewers have
> the same problem).
>
> It sometimes works if you select Layout/Document/Paper and select "Use
> Geometry Package".
>
> >  However, I can get it work if I do the following:
> >  1) convert 'lyx' file to latex
> >  2) dvips landslide.dvi -o landslide.ps -t landscape
> >  3) gv  landslide.ps
> >
> >   now if I use 'landscape' option in gv, I can see all
> >   text.
>
> I didn't know this. I will try this next time when I encounter the problem.
>
>




Re: landscape style problem in Lyx1.2

2002-08-16 Thread Juergen Spitzmueller

Sergei Chekanov wrote:
> For Lyx1.2, I do not see
>  "Use Geometry Package", probably it exists for older versions

Geometry is now automatically loaded when needed.
Basically, it is now "Custom Margins".

Jürgen.



Page numbering

2002-08-16 Thread Remzi Seker

Hi,

How can I get the pages numbered in the following manner:

(this is not for the preliminary page i.e. TOC, TOF etc but for the main
document, where the numbering is arabic)
The first page of every chapter should be numbered at the bottom (0.5 inch
above the bottom of the page)
However, rest of the pages need to be numbered at the right-hand corner of
the page (0.5 inch from the top, 1 inch from the edge.)

Any idea how I can do this?

Thanks a lot

Remzi





Re: Page numbering

2002-08-16 Thread Remzi Seker

It looks like I can get the numbering done in fancyhdr with some 
modifications...
However, when I set the page style to fancy I get the floowing errors:

command \footrule  already defined, and
command \headrule already defined...

Any idea?


On Friday 16 August 2002 10:45, Remzi Seker wrote:
> Hi,
>
> How can I get the pages numbered in the following manner:
>
> (this is not for the preliminary page i.e. TOC, TOF etc but for the main
> document, where the numbering is arabic)
> The first page of every chapter should be numbered at the bottom (0.5 inch
> above the bottom of the page)
> However, rest of the pages need to be numbered at the right-hand corner of
> the page (0.5 inch from the top, 1 inch from the edge.)
>
> Any idea how I can do this?
>
> Thanks a lot
>
> Remzi



Re: Re: problem with pstricks and PDF

2002-08-16 Thread Guenter Milde

On Thu, 15 Aug 2002 19:57:13 +1000 wrote Ben Stanley <[EMAIL PROTECTED]>:

> 
> Is there a graphics program which allows for easy inclusion of text,
> graphics and math stuff like symbols and subscripts etc.?

> The 
> ideal is to use TeX to layout the maths (since it's so good at that!), 
> as you are trying to do... so perhaps the pstricks hack must be made 
> portable to different output devices!

TeX-Math on eps can also be done with psfrag (look for it at CTAN) also
the replacement text can be defined in the latex/lyx file. :-)

psfrag depends on postscript, i.e. no go with pdflatex :-( 

it works with latex->dvips->ps2pdf, though :-)

Guenter

--
G.Milde at physik.tu-dresden.de




Re: Page numbering

2002-08-16 Thread Rem

I found the solution... Partly :-)

fancyhdr doesn't like titlesec package... Now I have to find another way to
arrange the spaces before and after my chap. sec. subsec etc titles... Any
tips are welcome!

Remzi

- Original Message -
From: "Remzi Seker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 16, 2002 9:21 AM
Subject: Re: Page numbering


> It looks like I can get the numbering done in fancyhdr with some
> modifications...
> However, when I set the page style to fancy I get the floowing errors:
>
> command \footrule  already defined, and
> command \headrule already defined...
>
> Any idea?
>
>
> On Friday 16 August 2002 10:45, Remzi Seker wrote:
> > Hi,
> >
> > How can I get the pages numbered in the following manner:
> >
> > (this is not for the preliminary page i.e. TOC, TOF etc but for the main
> > document, where the numbering is arabic)
> > The first page of every chapter should be numbered at the bottom (0.5
inch
> > above the bottom of the page)
> > However, rest of the pages need to be numbered at the right-hand corner
of
> > the page (0.5 inch from the top, 1 inch from the edge.)
> >
> > Any idea how I can do this?
> >
> > Thanks a lot
> >
> > Remzi