Enumerate environment too much separated from the precedent text

2006-04-06 Thread Paul Smith
Dear All

I have a document only with one page ended by an enumerate
environment. The enumerate environment appears with a long spacing
with the precedent text. I think LaTeX does that automatically for
aesthetical reasons, as the page is not entirely filled with text. How
can one prevent LaTeX of doing that?

Thanks in advance,

Paul


[Fwd: system of equations]

2006-04-06 Thread Ekkehart Schlicht




Hi Nick,

maybe write it down by hand, scan it and attach it as a png to the post.
It is very difficult for me to figure out what you want!

Ekkehart



CJK-LyX-1.4.0

2006-04-06 Thread cghan

Hello,

I have just uploaded CJK-LyX-qt-1.4.0 at the usual ftp site,
ftp://cellular.phys.pusan.ac.kr/CJK-LyX/qt .

I have tested the patch for some time without any problem, but it's always 
possible there may be some serious bugs.

Also notice that I have dropped the xform-frontend for this version (I do not 
use this frontend any more).

Regards,


cghan


Re: Page numbering (in memoir)

2006-04-06 Thread mail.k


 I've written my thesis in memoir, and I'm almost
 ready to print.
 
 I chose Ruled for my page style,
 
 but I'm required to put the folios for the abstract,
 acknowledgement 
 page, and table of contents *in the footer,

 centered*.
 
 The title page must be empty (this I've accomplished
 with 
 /\thispagestyle{empty}/).
 
 I've tried to use /\pagestyle{plain} /but in the the
 second page of the 
 abstracts and table of contents, the folio is put in

 the footer *outside*.
 
package titlesec  provide control over header and

footer.
package fancy too.
you can find this two package in standard distribution
of latex.
Marcelo

Thanks, Marcelo,


But I'd like to do it from Memoir, without loading a different package.

Is there a simple way to keep the page number in roman numerals centered 
at the footer


through the abstract, TOC and until the beginning of chapter one?


Thanks,

Eran



autoref and latex preamble

2006-04-06 Thread Christoph Friederich
Hello,

i am using the preamble line proposed in 22.18.1 of
http://wiki.lyx.org/uploads/LyX/LyXMathebefehle/LyXMathebefehle.pdf:

\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1

after loading the hyperref package. 

pdflatex produces several consecutive errors:


Paragraph ended before [EMAIL PROTECTED] was complete.
 cells (See \ref{cap:Floating-Gate-cell}
  a) the cell stack is much
I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.

and:

Argument of [EMAIL PROTECTED] has an extra }.
 cells (See \ref{cap:Floating-Gate-cell}
  a) the cell stack is much
I've run across a `}' that doesn't seem to match anything.
For example, `\def\a#1{...}' and `\a}' would produce
this error. If you simply proceed now, the `\par' that
I've just inserted will cause me to report a runaway
argument that might be the root of the problem. But if
your `}' was spurious, just type `2' and it will go away.


When i remove the line in the preamble, run pdflatex, and after that insert
the line in the preamble again. pdflatex works fine until either the
references are moved or lyx is restarted. 

Whats going wrong?

Thanks in advance.

-- 
Feel free - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail

-- 
E-Mails und Internet immer und überall!
11 PocketWeb, perfekt mit GMX: http://www.gmx.net/de/go/pocketweb


Re: Enumerate environment too much separated from the precedent text

2006-04-06 Thread Paul A. Rubin

Paul Smith wrote:

Dear All

I have a document only with one page ended by an enumerate
environment. The enumerate environment appears with a long spacing
with the precedent text. I think LaTeX does that automatically for
aesthetical reasons, as the page is not entirely filled with text. How
can one prevent LaTeX of doing that?

Thanks in advance,

Paul



You can use \setlength{\partopsep}{???} and/or \setlength{\topsep}{???} 
(in ERT) to add additional spacing (in your case a negative amount) 
before and after the list.  \partopsep is applicable if the list follows 
an empty line, \topsep if not.  For instance:



blah blah blah \setlength{\partopsep}{-2ex}
1. list item
2. list item
back to regular text blah blah \setlength{\partopsep}{0ex}
1. list item with regular spacing
2. list item
blah blah blah

HTH,

/Paul



Enumerate environment too much separated from the precedent text

2006-04-06 Thread Paul Smith
Dear All

I have a document only with one page ended by an enumerate
environment. The enumerate environment appears with a long spacing
with the precedent text. I think LaTeX does that automatically for
aesthetical reasons, as the page is not entirely filled with text. How
can one prevent LaTeX of doing that?

Thanks in advance,

Paul


[Fwd: system of equations]

2006-04-06 Thread Ekkehart Schlicht




Hi Nick,

maybe write it down by hand, scan it and attach it as a png to the post.
It is very difficult for me to figure out what you want!

Ekkehart



CJK-LyX-1.4.0

2006-04-06 Thread cghan

Hello,

I have just uploaded CJK-LyX-qt-1.4.0 at the usual ftp site,
ftp://cellular.phys.pusan.ac.kr/CJK-LyX/qt .

I have tested the patch for some time without any problem, but it's always 
possible there may be some serious bugs.

Also notice that I have dropped the xform-frontend for this version (I do not 
use this frontend any more).

Regards,


cghan


Re: Page numbering (in memoir)

2006-04-06 Thread mail.k


 I've written my thesis in memoir, and I'm almost
 ready to print.
 
 I chose Ruled for my page style,
 
 but I'm required to put the folios for the abstract,
 acknowledgement 
 page, and table of contents *in the footer,

 centered*.
 
 The title page must be empty (this I've accomplished
 with 
 /\thispagestyle{empty}/).
 
 I've tried to use /\pagestyle{plain} /but in the the
 second page of the 
 abstracts and table of contents, the folio is put in

 the footer *outside*.
 
package titlesec  provide control over header and

footer.
package fancy too.
you can find this two package in standard distribution
of latex.
Marcelo

Thanks, Marcelo,


But I'd like to do it from Memoir, without loading a different package.

Is there a simple way to keep the page number in roman numerals centered 
at the footer


through the abstract, TOC and until the beginning of chapter one?


Thanks,

Eran



autoref and latex preamble

2006-04-06 Thread Christoph Friederich
Hello,

i am using the preamble line proposed in 22.18.1 of
http://wiki.lyx.org/uploads/LyX/LyXMathebefehle/LyXMathebefehle.pdf:

\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1

after loading the hyperref package. 

pdflatex produces several consecutive errors:


Paragraph ended before [EMAIL PROTECTED] was complete.
 cells (See \ref{cap:Floating-Gate-cell}
  a) the cell stack is much
I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.

and:

Argument of [EMAIL PROTECTED] has an extra }.
 cells (See \ref{cap:Floating-Gate-cell}
  a) the cell stack is much
I've run across a `}' that doesn't seem to match anything.
For example, `\def\a#1{...}' and `\a}' would produce
this error. If you simply proceed now, the `\par' that
I've just inserted will cause me to report a runaway
argument that might be the root of the problem. But if
your `}' was spurious, just type `2' and it will go away.


When i remove the line in the preamble, run pdflatex, and after that insert
the line in the preamble again. pdflatex works fine until either the
references are moved or lyx is restarted. 

Whats going wrong?

Thanks in advance.

-- 
Feel free - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail

-- 
E-Mails und Internet immer und überall!
11 PocketWeb, perfekt mit GMX: http://www.gmx.net/de/go/pocketweb


Re: Enumerate environment too much separated from the precedent text

2006-04-06 Thread Paul A. Rubin

Paul Smith wrote:

Dear All

I have a document only with one page ended by an enumerate
environment. The enumerate environment appears with a long spacing
with the precedent text. I think LaTeX does that automatically for
aesthetical reasons, as the page is not entirely filled with text. How
can one prevent LaTeX of doing that?

Thanks in advance,

Paul



You can use \setlength{\partopsep}{???} and/or \setlength{\topsep}{???} 
(in ERT) to add additional spacing (in your case a negative amount) 
before and after the list.  \partopsep is applicable if the list follows 
an empty line, \topsep if not.  For instance:



blah blah blah \setlength{\partopsep}{-2ex}
1. list item
2. list item
back to regular text blah blah \setlength{\partopsep}{0ex}
1. list item with regular spacing
2. list item
blah blah blah

HTH,

/Paul



Enumerate environment too much separated from the precedent text

2006-04-06 Thread Paul Smith
Dear All

I have a document only with one page ended by an enumerate
environment. The enumerate environment appears with a long spacing
with the precedent text. I think LaTeX does that automatically for
aesthetical reasons, as the page is not entirely filled with text. How
can one prevent LaTeX of doing that?

Thanks in advance,

Paul


[Fwd: system of equations]

2006-04-06 Thread Ekkehart Schlicht




Hi Nick,

maybe write it down by hand, scan it and attach it as a png to the post.
It is very difficult for me to figure out what you want!

Ekkehart



CJK-LyX-1.4.0

2006-04-06 Thread cghan

Hello,

I have just uploaded CJK-LyX-qt-1.4.0 at the usual ftp site,
ftp://cellular.phys.pusan.ac.kr/CJK-LyX/qt .

I have tested the patch for some time without any problem, but it's always 
possible there may be some serious bugs.

Also notice that I have dropped the xform-frontend for this version (I do not 
use this frontend any more).

Regards,


cghan


Re: Page numbering (in memoir)

2006-04-06 Thread mail.k


> I've written my thesis in memoir, and I'm almost
> ready to print.
> 
> I chose "Ruled" for my page style,
> 
> but I'm required to put the folios for the abstract,
> acknowledgement 
> page, and table of contents *in the footer,

> centered*.
> 
> The title page must be empty (this I've accomplished
> with 
> /\thispagestyle{empty}/).
> 
> I've tried to use /\pagestyle{plain} /but in the the
> second page of the 
> abstracts and table of contents, the folio is put in

> the footer *outside*.
> 
package titlesec  provide control over header and

footer.
package fancy too.
you can find this two package in standard distribution
of latex.
Marcelo

Thanks, Marcelo,


But I'd like to do it from Memoir, without loading a different package.

Is there a simple way to keep the page number in roman numerals centered 
at the footer


through the abstract, TOC and until the beginning of chapter one?


Thanks,

Eran



autoref and latex preamble

2006-04-06 Thread Christoph Friederich
Hello,

i am using the preamble line proposed in 22.18.1 of
http://wiki.lyx.org/uploads/LyX/LyXMathebefehle/LyXMathebefehle.pdf:

\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1

after loading the hyperref package. 

pdflatex produces several consecutive errors:


Paragraph ended before [EMAIL PROTECTED] was complete.
 cells (See \ref{cap:Floating-Gate-cell}
  a) the cell stack is much
I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.

and:

Argument of [EMAIL PROTECTED] has an extra }.
 cells (See \ref{cap:Floating-Gate-cell}
  a) the cell stack is much
I've run across a `}' that doesn't seem to match anything.
For example, `\def\a#1{...}' and `\a}' would produce
this error. If you simply proceed now, the `\par' that
I've just inserted will cause me to report a runaway
argument that might be the root of the problem. But if
your `}' was spurious, just type `2' and it will go away.


When i remove the line in the preamble, run pdflatex, and after that insert
the line in the preamble again. pdflatex works fine until either the
references are moved or lyx is restarted. 

Whats going wrong?

Thanks in advance.

-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail

-- 
E-Mails und Internet immer und überall!
1&1 PocketWeb, perfekt mit GMX: http://www.gmx.net/de/go/pocketweb


Re: Enumerate environment too much separated from the precedent text

2006-04-06 Thread Paul A. Rubin

Paul Smith wrote:

Dear All

I have a document only with one page ended by an enumerate
environment. The enumerate environment appears with a long spacing
with the precedent text. I think LaTeX does that automatically for
aesthetical reasons, as the page is not entirely filled with text. How
can one prevent LaTeX of doing that?

Thanks in advance,

Paul



You can use \setlength{\partopsep}{???} and/or \setlength{\topsep}{???} 
(in ERT) to add additional spacing (in your case a negative amount) 
before and after the list.  \partopsep is applicable if the list follows 
an empty line, \topsep if not.  For instance:



blah blah blah \setlength{\partopsep}{-2ex}
1. list item
2. list item
back to regular text blah blah \setlength{\partopsep}{0ex}
1. list item with regular spacing
2. list item
blah blah blah

HTH,

/Paul