Re: Change reference size

2008-12-24 Thread Sengly Heng
Hello,
please help ...

i tried to squeeze the text of the reference with the following setting:

 \let\oldthebibliography=\thebibliography

\let\endoldthebibliography=\endthebibliography
\renewenvironment{thebibliography}[1]{ \begin{oldthebibliography}{#1}

\setlength{\parskip}{0ex}

\setlength{\itemsep}{0.3ex}

}

{ \end{oldthebibliography} }


but still the title is still huge.

Thanks

Regards,

-- Sengly


On Wed, Dec 24, 2008 at 1:06 AM, Sengly Heng sengly.h...@gmail.com wrote:

 Dear all,

 To squeeze text for more words, I need to change the font size of reference
 to smaller. I can change the font size of the reference but I do not know
 how to change the word reference itself.

 Your comments are welcome.

 Thanks and Regards,

 Sengly



Re: Change reference size

2008-12-24 Thread Sengly Heng
Hello,
please help ...

i tried to squeeze the text of the reference with the following setting:

 \let\oldthebibliography=\thebibliography

\let\endoldthebibliography=\endthebibliography
\renewenvironment{thebibliography}[1]{ \begin{oldthebibliography}{#1}

\setlength{\parskip}{0ex}

\setlength{\itemsep}{0.3ex}

}

{ \end{oldthebibliography} }


but still the title is still huge.

Thanks

Regards,

-- Sengly


On Wed, Dec 24, 2008 at 1:06 AM, Sengly Heng sengly.h...@gmail.com wrote:

 Dear all,

 To squeeze text for more words, I need to change the font size of reference
 to smaller. I can change the font size of the reference but I do not know
 how to change the word reference itself.

 Your comments are welcome.

 Thanks and Regards,

 Sengly



Re: Change reference size

2008-12-24 Thread Sengly Heng
Hello,
please help ...

i tried to squeeze the text of the reference with the following setting:

 \let\oldthebibliography=\thebibliography

\let\endoldthebibliography=\endthebibliography
\renewenvironment{thebibliography}[1]{ \begin{oldthebibliography}{#1}

\setlength{\parskip}{0ex}

\setlength{\itemsep}{0.3ex}

}

{ \end{oldthebibliography} }


but still the title is still huge.

Thanks

Regards,

-- Sengly


On Wed, Dec 24, 2008 at 1:06 AM, Sengly Heng <sengly.h...@gmail.com> wrote:

> Dear all,
>
> To squeeze text for more words, I need to change the font size of reference
> to smaller. I can change the font size of the reference but I do not know
> how to change the word reference itself.
>
> Your comments are welcome.
>
> Thanks and Regards,
>
> Sengly
>


Change reference size

2008-12-23 Thread Sengly Heng
Dear all,

To squeeze text for more words, I need to change the font size of reference
to smaller. I can change the font size of the reference but I do not know
how to change the word reference itself.

Your comments are welcome.

Thanks and Regards,

Sengly


Change reference size

2008-12-23 Thread Sengly Heng
Dear all,

To squeeze text for more words, I need to change the font size of reference
to smaller. I can change the font size of the reference but I do not know
how to change the word reference itself.

Your comments are welcome.

Thanks and Regards,

Sengly


Change reference size

2008-12-23 Thread Sengly Heng
Dear all,

To squeeze text for more words, I need to change the font size of reference
to smaller. I can change the font size of the reference but I do not know
how to change the word reference itself.

Your comments are welcome.

Thanks and Regards,

Sengly


Reducing vertical space near section header

2008-12-15 Thread Sengly Heng
Dear all,
I would like to reduce some vertical space near the section title (above and
below the section title). Could you share some hints?

Thank you.

Best regards,

Sengly


Re: Reducing vertical space near section header

2008-12-15 Thread Sengly Heng
Thank you everyone for your ideas. It saves me a lot of time :)
Best regards,

Sengly

On Tue, Dec 16, 2008 at 12:02 AM, James Sutherland 
jcsutherland.u...@gmail.com wrote:

 I would like to reduce some vertical space near the section title (above
 and
 below the section title). Could you share some hints?


 I put the following in the LaTeX preamble section of the Document Settings.
  This allows for a one-spot change that makes changes to the whole document.
  This is really more of a LaTeX solution than a LyX solution, but works
 well.  You can modify the text styles and spacing as needed.  Note that I
 use this with the article class.

 \renewcommand{\section}{ %
 \...@startsection{section}{1}{0pt} %
 {1.1ex plus 2.0ex minus 1.0ex}%
 {1.2ex plus 2.0ex minus 1.0ex} %
 {\bfseries \large} %
 }
 \renewcommand{\subsection}{ %
 \...@startsection{subsection}{2}{0pt} %
 {1.1ex plus 2.0ex minus 1ex}%
 {1.2ex plus 2.0ex minus 1ex} %
 {\bfseries} %
 }
 \renewcommand{\subsubsection}{ %
 \...@startsection{subsubsection}{3}{0pt} %
 {1.1ex plus 2.0ex minus 0.5ex}%
 {1.2ex plus 2.0ex minus 0.5ex} %
 {\slshape} %
 }
 \renewcommand{\paragraph}{ %
 \...@startsection{paragraph}{4}{0pt} %
 {1.25ex plus 1.0ex minus 0.5ex}%
 {-0.5em} %
 {\bfseries} %
 }




Reducing vertical space near section header

2008-12-15 Thread Sengly Heng
Dear all,
I would like to reduce some vertical space near the section title (above and
below the section title). Could you share some hints?

Thank you.

Best regards,

Sengly


Re: Reducing vertical space near section header

2008-12-15 Thread Sengly Heng
Thank you everyone for your ideas. It saves me a lot of time :)
Best regards,

Sengly

On Tue, Dec 16, 2008 at 12:02 AM, James Sutherland 
jcsutherland.u...@gmail.com wrote:

 I would like to reduce some vertical space near the section title (above
 and
 below the section title). Could you share some hints?


 I put the following in the LaTeX preamble section of the Document Settings.
  This allows for a one-spot change that makes changes to the whole document.
  This is really more of a LaTeX solution than a LyX solution, but works
 well.  You can modify the text styles and spacing as needed.  Note that I
 use this with the article class.

 \renewcommand{\section}{ %
 \...@startsection{section}{1}{0pt} %
 {1.1ex plus 2.0ex minus 1.0ex}%
 {1.2ex plus 2.0ex minus 1.0ex} %
 {\bfseries \large} %
 }
 \renewcommand{\subsection}{ %
 \...@startsection{subsection}{2}{0pt} %
 {1.1ex plus 2.0ex minus 1ex}%
 {1.2ex plus 2.0ex minus 1ex} %
 {\bfseries} %
 }
 \renewcommand{\subsubsection}{ %
 \...@startsection{subsubsection}{3}{0pt} %
 {1.1ex plus 2.0ex minus 0.5ex}%
 {1.2ex plus 2.0ex minus 0.5ex} %
 {\slshape} %
 }
 \renewcommand{\paragraph}{ %
 \...@startsection{paragraph}{4}{0pt} %
 {1.25ex plus 1.0ex minus 0.5ex}%
 {-0.5em} %
 {\bfseries} %
 }




Reducing vertical space near section header

2008-12-15 Thread Sengly Heng
Dear all,
I would like to reduce some vertical space near the section title (above and
below the section title). Could you share some hints?

Thank you.

Best regards,

Sengly


Re: Reducing vertical space near section header

2008-12-15 Thread Sengly Heng
Thank you everyone for your ideas. It saves me a lot of time :)
Best regards,

Sengly

On Tue, Dec 16, 2008 at 12:02 AM, James Sutherland <
jcsutherland.u...@gmail.com> wrote:

> I would like to reduce some vertical space near the section title (above
>> and
>> below the section title). Could you share some hints?
>>
>
> I put the following in the LaTeX preamble section of the Document Settings.
>  This allows for a one-spot change that makes changes to the whole document.
>  This is really more of a LaTeX solution than a LyX solution, but works
> well.  You can modify the text styles and spacing as needed.  Note that I
> use this with the article class.
>
> \renewcommand{\section}{ %
> \...@startsection{section}{1}{0pt} %
> {1.1ex plus 2.0ex minus 1.0ex}%
> {1.2ex plus 2.0ex minus 1.0ex} %
> {\bfseries \large} %
> }
> \renewcommand{\subsection}{ %
> \...@startsection{subsection}{2}{0pt} %
> {1.1ex plus 2.0ex minus 1ex}%
> {1.2ex plus 2.0ex minus 1ex} %
> {\bfseries} %
> }
> \renewcommand{\subsubsection}{ %
> \...@startsection{subsubsection}{3}{0pt} %
> {1.1ex plus 2.0ex minus 0.5ex}%
> {1.2ex plus 2.0ex minus 0.5ex} %
> {\slshape} %
> }
> \renewcommand{\paragraph}{ %
> \...@startsection{paragraph}{4}{0pt} %
> {1.25ex plus 1.0ex minus 0.5ex}%
> {-0.5em} %
> {\bfseries} %
> }
>
>


Re: How to get Springer class working?

2008-08-12 Thread Sengly Heng
Dear Rich,

Thanks for your input but still it does not work for me. I am using the
llncs.cls and llncs.layout but I think it makes no difference at all.

I wonder why this is not pre-built in the lyx from its installation or is it
only me that has this error?

Regards,

Sengly

On Tue, Aug 12, 2008 at 10:16 PM, Rich Shepard [EMAIL PROTECTED]wrote:

 On Tue, 12 Aug 2008, Sengly Heng wrote:

  I am looking for help in getting a springer class works. I have searched
 through the web and the forum and tried to modified this and that but
 still I could not manage to get it working. There is always this message:


 Sengly,

  Here's what I have:

 /usr/local/share/lyx/tex/svmono.cls
 /usr/local/share/lyx/layouts/svmono.layout
 /usr/share/texmf/tex/latex/base/svmono.cls
 /home/rshepard/.lyx/layouts/svmono.layout
 /home/rshepard/.lyx/layouts/svmono.cls

  Don't forget to run texhash when you're finished so LyX and LaTeX find the
 files when they need them.

 Rich

 --
 Richard B. Shepard, Ph.D.   |  IntegrityCredibility
 Applied Ecosystem Services, Inc.|Innovation
 http://www.appl-ecosys.com Voice: 503-667-4517  Fax:
 503-667-8863



Re: How to get Springer class working?

2008-08-12 Thread Sengly Heng
Yes, I did run texhash ... Do I still miss something?

Or can anyone describe the process in detail?

Thanks a lot,

Sengly

On Tue, Aug 12, 2008 at 11:38 PM, Rich Shepard [EMAIL PROTECTED]wrote:

 On Tue, 12 Aug 2008, Sengly Heng wrote:

  I wonder why this is not pre-built in the lyx from its installation or is
 it only me that has this error?


 Sengly,

  Because LyX cannot possibly accommodate all layouts. That's why we add
 what we need.

  Did you run texhash, then (from within LyX) refresh?


 Rich

 --
 Richard B. Shepard, Ph.D.   |  IntegrityCredibility
 Applied Ecosystem Services, Inc.|Innovation
 http://www.appl-ecosys.com Voice: 503-667-4517  Fax:
 503-667-8863



Re: How to get Springer class working?

2008-08-12 Thread Sengly Heng
Dear Rich,

Thanks for your input but still it does not work for me. I am using the
llncs.cls and llncs.layout but I think it makes no difference at all.

I wonder why this is not pre-built in the lyx from its installation or is it
only me that has this error?

Regards,

Sengly

On Tue, Aug 12, 2008 at 10:16 PM, Rich Shepard [EMAIL PROTECTED]wrote:

 On Tue, 12 Aug 2008, Sengly Heng wrote:

  I am looking for help in getting a springer class works. I have searched
 through the web and the forum and tried to modified this and that but
 still I could not manage to get it working. There is always this message:


 Sengly,

  Here's what I have:

 /usr/local/share/lyx/tex/svmono.cls
 /usr/local/share/lyx/layouts/svmono.layout
 /usr/share/texmf/tex/latex/base/svmono.cls
 /home/rshepard/.lyx/layouts/svmono.layout
 /home/rshepard/.lyx/layouts/svmono.cls

  Don't forget to run texhash when you're finished so LyX and LaTeX find the
 files when they need them.

 Rich

 --
 Richard B. Shepard, Ph.D.   |  IntegrityCredibility
 Applied Ecosystem Services, Inc.|Innovation
 http://www.appl-ecosys.com Voice: 503-667-4517  Fax:
 503-667-8863



Re: How to get Springer class working?

2008-08-12 Thread Sengly Heng
Yes, I did run texhash ... Do I still miss something?

Or can anyone describe the process in detail?

Thanks a lot,

Sengly

On Tue, Aug 12, 2008 at 11:38 PM, Rich Shepard [EMAIL PROTECTED]wrote:

 On Tue, 12 Aug 2008, Sengly Heng wrote:

  I wonder why this is not pre-built in the lyx from its installation or is
 it only me that has this error?


 Sengly,

  Because LyX cannot possibly accommodate all layouts. That's why we add
 what we need.

  Did you run texhash, then (from within LyX) refresh?


 Rich

 --
 Richard B. Shepard, Ph.D.   |  IntegrityCredibility
 Applied Ecosystem Services, Inc.|Innovation
 http://www.appl-ecosys.com Voice: 503-667-4517  Fax:
 503-667-8863



Re: How to get Springer class working?

2008-08-12 Thread Sengly Heng
Dear Rich,

Thanks for your input but still it does not work for me. I am using the
llncs.cls and llncs.layout but I think it makes no difference at all.

I wonder why this is not pre-built in the lyx from its installation or is it
only me that has this error?

Regards,

Sengly

On Tue, Aug 12, 2008 at 10:16 PM, Rich Shepard <[EMAIL PROTECTED]>wrote:

> On Tue, 12 Aug 2008, Sengly Heng wrote:
>
>  I am looking for help in getting a springer class works. I have searched
>> through the web and the forum and tried to modified this and that but
>> still I could not manage to get it working. There is always this message:
>>
>
> Sengly,
>
>  Here's what I have:
>
> /usr/local/share/lyx/tex/svmono.cls
> /usr/local/share/lyx/layouts/svmono.layout
> /usr/share/texmf/tex/latex/base/svmono.cls
> /home/rshepard/.lyx/layouts/svmono.layout
> /home/rshepard/.lyx/layouts/svmono.cls
>
>  Don't forget to run texhash when you're finished so LyX and LaTeX find the
> files when they need them.
>
> Rich
>
> --
> Richard B. Shepard, Ph.D.   |  IntegrityCredibility
> Applied Ecosystem Services, Inc.|Innovation
> <http://www.appl-ecosys.com> Voice: 503-667-4517  Fax:
> 503-667-8863
>


Re: How to get Springer class working?

2008-08-12 Thread Sengly Heng
Yes, I did run texhash ... Do I still miss something?

Or can anyone describe the process in detail?

Thanks a lot,

Sengly

On Tue, Aug 12, 2008 at 11:38 PM, Rich Shepard <[EMAIL PROTECTED]>wrote:

> On Tue, 12 Aug 2008, Sengly Heng wrote:
>
>  I wonder why this is not pre-built in the lyx from its installation or is
>> it only me that has this error?
>>
>
> Sengly,
>
>  Because LyX cannot possibly accommodate all layouts. That's why we add
> what we need.
>
>  Did you run texhash, then (from within LyX) refresh?
>
>
> Rich
>
> --
> Richard B. Shepard, Ph.D.   |  IntegrityCredibility
> Applied Ecosystem Services, Inc.|Innovation
> <http://www.appl-ecosys.com> Voice: 503-667-4517  Fax:
> 503-667-8863
>


How to get Springer class working?

2008-08-11 Thread Sengly Heng
Dear all,

I am looking for help in getting a springer class works. I have searched
through the web and the forum and tried to modified this and that but still
I could not manage to get it working. There is always this message:

Warning: Document class not available

The layout file requested by this document,
llncs.layout,
is not usable. This is probably because a LaTeX
class or style file required by it is not
available. See the Customization documentation
for more information.
LyX will not be able to produce output.

Please share your experience.

Thank you.

Regards,

Sengly


How to get Springer class working?

2008-08-11 Thread Sengly Heng
Dear all,

I am looking for help in getting a springer class works. I have searched
through the web and the forum and tried to modified this and that but still
I could not manage to get it working. There is always this message:

Warning: Document class not available

The layout file requested by this document,
llncs.layout,
is not usable. This is probably because a LaTeX
class or style file required by it is not
available. See the Customization documentation
for more information.
LyX will not be able to produce output.

Please share your experience.

Thank you.

Regards,

Sengly


How to get Springer class working?

2008-08-11 Thread Sengly Heng
Dear all,

I am looking for help in getting a springer class works. I have searched
through the web and the forum and tried to modified this and that but still
I could not manage to get it working. There is always this message:

Warning: Document class not available

The layout file requested by this document,
llncs.layout,
is not usable. This is probably because a LaTeX
class or style file required by it is not
available. See the Customization documentation
for more information.
LyX will not be able to produce output.

Please share your experience.

Thank you.

Regards,

Sengly