algorithm

2004-04-10 Thread Myriam Abramson

What do  you use to write algorithms in an Algorithm float box? 
I'm at a loss about getting the proper indentation. 
I'm looked at the listing class but it's for programming
languages not pseudo-code. 

   myriam



include problem

2004-04-10 Thread Andrew Morrison
I have three files that I'd like to concatenate within lyx.  Two of the
files were originally tex files and the third is a file written entirely
in lyx.

Somehow I was able to import and convert the tex files to lyx files.
They are named front.lyx and thanks.lyx.   The third file is called
body.lyx, and I would like front and thanks to go at the top of body.

I have tried using the GUI in lyx to include the files using the input
and include methods, both of which fail. I've tried inserting the lyx
file, which does not work.  I have also tried using an ERT box to input
the files, which also fails.

Finally, just to make sure I did not have problems with the front and
thanks files, I created a new lyx file and placed in it an ERT box that
contained:

\input{front}
\input{thanks} 

...and that worked perfectly.   So...I also tried saving that file and
including it at the top of the body.lyx file, but again got several
errors regarding missing or improper use of the curly brackets.

I read the recent message about trying to save the document as a
template, but I couldn't exactly figure out how to make that work in my
case.  Any help would be greatly appreciated.

Andrew




Vectorial header

2004-04-10 Thread Pablo Rodríguez González
Hi guys,

What vectorial images formats does LyX support for importing?
Does it support advanced attributes like gradients and patterns?

In my case I use freehand 10 and I would like to import a draw for the
document's header.

Thanks in advance,

-- 
Pablo Rodríguez González
Director General
[EMAIL PROTECTED]
iProyectos Desarrollos Tecnológicos



Making header

2004-04-10 Thread Pablo Rodríguez González
Hi guys,

Reading in extended documentation to make a header for my templates, I
saw that I've to put \chead {My name} in Preamble's box; in
Layout/Document, selecting Fancy.

But it doesn't put my name, and gave me next error:

Undefined control sequence.
 \chead
   {My name}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

But the spelling is correct, or not?

Thanks in advance,
-- 
Pablo Rodríguez González
Director General
[EMAIL PROTECTED]
iProyectos Desarrollos Tecnológicos



Centering Contents

2004-04-10 Thread Pablo Rodríguez González
Hi again,

Once the index is generated, in printing preview -and printed-,
Contents is on the left of the document, not centered.

Where do I adjust this?

Regards,

-- 
Pablo Rodríguez González
Director General
[EMAIL PROTECTED]
iProyectos Desarrollos Tecnológicos



Re: include problem

2004-04-10 Thread Andre Poenitz
On Sat, Apr 10, 2004 at 11:42:50AM -0500, Andrew Morrison wrote:
 I have three files that I'd like to concatenate within lyx.  Two of the
 files were originally tex files and the third is a file written entirely
 in lyx.

Easiest way would be to to that in a texteditor of your choice. Simply
concatenate the things and delete the preamble part and the \the_end
line of two of the three files.

Andre'


Re: Vectorial header

2004-04-10 Thread Andre Poenitz
On Sat, Apr 10, 2004 at 09:55:14PM +0200, Pablo Rodríguez González wrote:
 Hi guys,
 
 What vectorial images formats does LyX support for importing?

Whatever your converters support. LyX simply doesn't care for graphics
stuff, it just delegates its work to a suitable converter and
latex/pdflatex.

You'll usually need a converter from whatever your drawing program
produces to either .pdf or .eps. This somewhat depends on what route to
the final product you use.

Andre'


Re: Making header

2004-04-10 Thread Andre Poenitz
On Sat, Apr 10, 2004 at 10:11:44PM +0200, Pablo Rodríguez González wrote:
 Hi guys,
 
 Reading in extended documentation to make a header for my templates, I
 saw that I've to put \chead {My name} in Preamble's box; in
 Layout/Document, selecting Fancy.
 
 But it doesn't put my name, and gave me next error:
 
 Undefined control sequence.
  \chead
{My name}

You seem to be missing \usepackage{fancyhdr} or similar.

Andre'


Re: Centering Contents

2004-04-10 Thread Andre Poenitz
On Sat, Apr 10, 2004 at 10:55:12PM +0200, Pablo Rodríguez González wrote:
 Hi again,
 
 Once the index is generated, in printing preview -and printed-,
 Contents is on the left of the document, not centered.
 
 Where do I adjust this?

\renewcommand{\contentsname}{\centering Contents}

might help.

Andre'


Re: include problem

2004-04-10 Thread Andrew Morrison
On Sat, 2004-04-10 at 16:38, Andre Poenitz wrote:
 On Sat, Apr 10, 2004 at 11:42:50AM -0500, Andrew Morrison wrote:
  I have three files that I'd like to concatenate within lyx.  Two of the
  files were originally tex files and the third is a file written entirely
  in lyx.
 
 Easiest way would be to to that in a texteditor of your choice. Simply
 concatenate the things and delete the preamble part and the \the_end
 line of two of the three files.
 

Ahh!!!   Thank you so much!!   You were so right!

Andrew



Re: Centering Contents

2004-04-10 Thread Pablo Rodríguez González
First of all, than you very much for your responses.

All of them right, except this one:

\renewcommand{\contentsname}{\centering Contents}

didn't nothing :-(.

And...I have one extra page at the beginning of document, with nothing, only the 
number. I can't erase them and move the Contents to the first page :-/

Any idea?

Regards,


El sáb, 10-04-2004 a las 23:49, Andre Poenitz escribió:
 On Sat, Apr 10, 2004 at 10:55:12PM +0200, Pablo Rodríguez González wrote:
  Hi again,
  
  Once the index is generated, in printing preview -and printed-,
  Contents is on the left of the document, not centered.
  
  Where do I adjust this?
 
 \renewcommand{\contentsname}{\centering Contents}
 
 might help.
 
 Andre'
-- 
Pablo Rodríguez González
Director General
[EMAIL PROTECTED]
iProyectos Desarrollos Tecnológicos



Superscript for text

2004-04-10 Thread Rich Shepard
  If I want to use an ordinal form of a number with digits (e.g., 50th), is
there a way to place the th as a superscript, other than using inline math
mode? I don't see anything on the layout - character dialog box.

Thanks,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Euro still doesn't work

2004-04-10 Thread Pablo Rodríguez González
Hi guys,

After reading all mails regarding to the problem with Euro in Lyx, the
solution I saw was:

Put in LaTeX preamble:

\usepackage[official,right]{eurosym}
\renewcommand{\texteuro}{\euro}

Make sure that latex package eurosym is installed and recognized by 
LyX/LaTeX!

I've eurosym installed and do this work, but...

LaTeX Error: \texteuro undefined.
 ...al,right]{eurosym}\renewcommand{\texteuro}
  {\euro}

Any other idea to use Euro with Lyx?

Thanks in advance,

-- 
Pablo Rodríguez González
Director General
[EMAIL PROTECTED]
iProyectos Desarrollos Tecnológicos



Re: include problem

2004-04-10 Thread Marc Jeffrey Driftmeyer
How does this answer the question regarding LyX and it being unable to 
automate the process?

I can always write in straight LaTeX but one of the selling points in LyX is 
to not have to write solely in LaTeX with my content.

Would this require a shell script to strip and replace what is needed?

Sincerely,

Marc J. Driftmeyer

On Saturday 10 April 2004 02:38 pm, Andre Poenitz wrote:
 On Sat, Apr 10, 2004 at 11:42:50AM -0500, Andrew Morrison wrote:
  I have three files that I'd like to concatenate within lyx.  Two of the
  files were originally tex files and the third is a file written entirely
  in lyx.

 Easiest way would be to to that in a texteditor of your choice. Simply
 concatenate the things and delete the preamble part and the \the_end
 line of two of the three files.

 Andre'


algorithm

2004-04-10 Thread Myriam Abramson

What do  you use to write algorithms in an Algorithm float box? 
I'm at a loss about getting the proper indentation. 
I'm looked at the listing class but it's for programming
languages not pseudo-code. 

   myriam



include problem

2004-04-10 Thread Andrew Morrison
I have three files that I'd like to concatenate within lyx.  Two of the
files were originally tex files and the third is a file written entirely
in lyx.

Somehow I was able to import and convert the tex files to lyx files.
They are named front.lyx and thanks.lyx.   The third file is called
body.lyx, and I would like front and thanks to go at the top of body.

I have tried using the GUI in lyx to include the files using the input
and include methods, both of which fail. I've tried inserting the lyx
file, which does not work.  I have also tried using an ERT box to input
the files, which also fails.

Finally, just to make sure I did not have problems with the front and
thanks files, I created a new lyx file and placed in it an ERT box that
contained:

\input{front}
\input{thanks} 

...and that worked perfectly.   So...I also tried saving that file and
including it at the top of the body.lyx file, but again got several
errors regarding missing or improper use of the curly brackets.

I read the recent message about trying to save the document as a
template, but I couldn't exactly figure out how to make that work in my
case.  Any help would be greatly appreciated.

Andrew




Vectorial header

2004-04-10 Thread Pablo Rodríguez González
Hi guys,

What vectorial images formats does LyX support for importing?
Does it support advanced attributes like gradients and patterns?

In my case I use freehand 10 and I would like to import a draw for the
document's header.

Thanks in advance,

-- 
Pablo Rodríguez González
Director General
[EMAIL PROTECTED]
iProyectos Desarrollos Tecnológicos



Making header

2004-04-10 Thread Pablo Rodríguez González
Hi guys,

Reading in extended documentation to make a header for my templates, I
saw that I've to put \chead {My name} in Preamble's box; in
Layout/Document, selecting Fancy.

But it doesn't put my name, and gave me next error:

Undefined control sequence.
 \chead
   {My name}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

But the spelling is correct, or not?

Thanks in advance,
-- 
Pablo Rodríguez González
Director General
[EMAIL PROTECTED]
iProyectos Desarrollos Tecnológicos



Centering Contents

2004-04-10 Thread Pablo Rodríguez González
Hi again,

Once the index is generated, in printing preview -and printed-,
Contents is on the left of the document, not centered.

Where do I adjust this?

Regards,

-- 
Pablo Rodríguez González
Director General
[EMAIL PROTECTED]
iProyectos Desarrollos Tecnológicos



Re: include problem

2004-04-10 Thread Andre Poenitz
On Sat, Apr 10, 2004 at 11:42:50AM -0500, Andrew Morrison wrote:
 I have three files that I'd like to concatenate within lyx.  Two of the
 files were originally tex files and the third is a file written entirely
 in lyx.

Easiest way would be to to that in a texteditor of your choice. Simply
concatenate the things and delete the preamble part and the \the_end
line of two of the three files.

Andre'


Re: Vectorial header

2004-04-10 Thread Andre Poenitz
On Sat, Apr 10, 2004 at 09:55:14PM +0200, Pablo Rodríguez González wrote:
 Hi guys,
 
 What vectorial images formats does LyX support for importing?

Whatever your converters support. LyX simply doesn't care for graphics
stuff, it just delegates its work to a suitable converter and
latex/pdflatex.

You'll usually need a converter from whatever your drawing program
produces to either .pdf or .eps. This somewhat depends on what route to
the final product you use.

Andre'


Re: Making header

2004-04-10 Thread Andre Poenitz
On Sat, Apr 10, 2004 at 10:11:44PM +0200, Pablo Rodríguez González wrote:
 Hi guys,
 
 Reading in extended documentation to make a header for my templates, I
 saw that I've to put \chead {My name} in Preamble's box; in
 Layout/Document, selecting Fancy.
 
 But it doesn't put my name, and gave me next error:
 
 Undefined control sequence.
  \chead
{My name}

You seem to be missing \usepackage{fancyhdr} or similar.

Andre'


Re: Centering Contents

2004-04-10 Thread Andre Poenitz
On Sat, Apr 10, 2004 at 10:55:12PM +0200, Pablo Rodríguez González wrote:
 Hi again,
 
 Once the index is generated, in printing preview -and printed-,
 Contents is on the left of the document, not centered.
 
 Where do I adjust this?

\renewcommand{\contentsname}{\centering Contents}

might help.

Andre'


Re: include problem

2004-04-10 Thread Andrew Morrison
On Sat, 2004-04-10 at 16:38, Andre Poenitz wrote:
 On Sat, Apr 10, 2004 at 11:42:50AM -0500, Andrew Morrison wrote:
  I have three files that I'd like to concatenate within lyx.  Two of the
  files were originally tex files and the third is a file written entirely
  in lyx.
 
 Easiest way would be to to that in a texteditor of your choice. Simply
 concatenate the things and delete the preamble part and the \the_end
 line of two of the three files.
 

Ahh!!!   Thank you so much!!   You were so right!

Andrew



Re: Centering Contents

2004-04-10 Thread Pablo Rodríguez González
First of all, than you very much for your responses.

All of them right, except this one:

\renewcommand{\contentsname}{\centering Contents}

didn't nothing :-(.

And...I have one extra page at the beginning of document, with nothing, only the 
number. I can't erase them and move the Contents to the first page :-/

Any idea?

Regards,


El sáb, 10-04-2004 a las 23:49, Andre Poenitz escribió:
 On Sat, Apr 10, 2004 at 10:55:12PM +0200, Pablo Rodríguez González wrote:
  Hi again,
  
  Once the index is generated, in printing preview -and printed-,
  Contents is on the left of the document, not centered.
  
  Where do I adjust this?
 
 \renewcommand{\contentsname}{\centering Contents}
 
 might help.
 
 Andre'
-- 
Pablo Rodríguez González
Director General
[EMAIL PROTECTED]
iProyectos Desarrollos Tecnológicos



Superscript for text

2004-04-10 Thread Rich Shepard
  If I want to use an ordinal form of a number with digits (e.g., 50th), is
there a way to place the th as a superscript, other than using inline math
mode? I don't see anything on the layout - character dialog box.

Thanks,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Euro still doesn't work

2004-04-10 Thread Pablo Rodríguez González
Hi guys,

After reading all mails regarding to the problem with Euro in Lyx, the
solution I saw was:

Put in LaTeX preamble:

\usepackage[official,right]{eurosym}
\renewcommand{\texteuro}{\euro}

Make sure that latex package eurosym is installed and recognized by 
LyX/LaTeX!

I've eurosym installed and do this work, but...

LaTeX Error: \texteuro undefined.
 ...al,right]{eurosym}\renewcommand{\texteuro}
  {\euro}

Any other idea to use Euro with Lyx?

Thanks in advance,

-- 
Pablo Rodríguez González
Director General
[EMAIL PROTECTED]
iProyectos Desarrollos Tecnológicos



Re: include problem

2004-04-10 Thread Marc Jeffrey Driftmeyer
How does this answer the question regarding LyX and it being unable to 
automate the process?

I can always write in straight LaTeX but one of the selling points in LyX is 
to not have to write solely in LaTeX with my content.

Would this require a shell script to strip and replace what is needed?

Sincerely,

Marc J. Driftmeyer

On Saturday 10 April 2004 02:38 pm, Andre Poenitz wrote:
 On Sat, Apr 10, 2004 at 11:42:50AM -0500, Andrew Morrison wrote:
  I have three files that I'd like to concatenate within lyx.  Two of the
  files were originally tex files and the third is a file written entirely
  in lyx.

 Easiest way would be to to that in a texteditor of your choice. Simply
 concatenate the things and delete the preamble part and the \the_end
 line of two of the three files.

 Andre'


algorithm

2004-04-10 Thread Myriam Abramson

What do  you use to write algorithms in an Algorithm float box? 
I'm at a loss about getting the proper indentation. 
I'm looked at the listing class but it's for programming
languages not pseudo-code. 

   myriam



include problem

2004-04-10 Thread Andrew Morrison
I have three files that I'd like to concatenate within lyx.  Two of the
files were originally tex files and the third is a file written entirely
in lyx.

Somehow I was able to import and convert the tex files to lyx files.
They are named front.lyx and thanks.lyx.   The third file is called
body.lyx, and I would like front and thanks to go at the top of body.

I have tried using the GUI in lyx to include the files using the input
and include methods, both of which fail. I've tried inserting the lyx
file, which does not work.  I have also tried using an ERT box to input
the files, which also fails.

Finally, just to make sure I did not have problems with the front and
thanks files, I created a new lyx file and placed in it an ERT box that
contained:

\input{front}
\input{thanks} 

...and that worked perfectly.   So...I also tried saving that file and
including it at the top of the body.lyx file, but again got several
errors regarding missing or improper use of the curly brackets.

I read the recent message about trying to save the document as a
template, but I couldn't exactly figure out how to make that work in my
case.  Any help would be greatly appreciated.

Andrew




Vectorial header

2004-04-10 Thread Pablo Rodríguez González
Hi guys,

What vectorial images formats does LyX support for importing?
Does it support advanced attributes like gradients and patterns?

In my case I use freehand 10 and I would like to import a draw for the
document's header.

Thanks in advance,

-- 
Pablo Rodríguez González
Director General
[EMAIL PROTECTED]
iProyectos Desarrollos Tecnológicos



Making header

2004-04-10 Thread Pablo Rodríguez González
Hi guys,

Reading in extended documentation to make a header for my templates, I
saw that I've to put \chead {My name} in Preamble's box; in
Layout/Document, selecting Fancy.

But it doesn't put my name, and gave me next error:

Undefined control sequence.
 \chead
   {My name}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

But the spelling is correct, or not?

Thanks in advance,
-- 
Pablo Rodríguez González
Director General
[EMAIL PROTECTED]
iProyectos Desarrollos Tecnológicos



Centering "Contents"

2004-04-10 Thread Pablo Rodríguez González
Hi again,

Once the index is generated, in printing preview -and printed-,
"Contents" is on the left of the document, not centered.

Where do I adjust this?

Regards,

-- 
Pablo Rodríguez González
Director General
[EMAIL PROTECTED]
iProyectos Desarrollos Tecnológicos



Re: include problem

2004-04-10 Thread Andre Poenitz
On Sat, Apr 10, 2004 at 11:42:50AM -0500, Andrew Morrison wrote:
> I have three files that I'd like to concatenate within lyx.  Two of the
> files were originally tex files and the third is a file written entirely
> in lyx.

Easiest way would be to to that in a texteditor of your choice. Simply
concatenate the things and delete the preamble part and the \the_end
line of two of the three files.

Andre'


Re: Vectorial header

2004-04-10 Thread Andre Poenitz
On Sat, Apr 10, 2004 at 09:55:14PM +0200, Pablo Rodríguez González wrote:
> Hi guys,
> 
> What vectorial images formats does LyX support for importing?

Whatever your converters support. LyX simply doesn't care for graphics
stuff, it just delegates its work to a suitable converter and
latex/pdflatex.

You'll usually need a converter from whatever your drawing program
produces to either .pdf or .eps. This somewhat depends on what route to
the final product you use.

Andre'


Re: Making header

2004-04-10 Thread Andre Poenitz
On Sat, Apr 10, 2004 at 10:11:44PM +0200, Pablo Rodríguez González wrote:
> Hi guys,
> 
> Reading in extended documentation to make a header for my templates, I
> saw that I've to put \chead {My name} in Preamble's box; in
> Layout/Document, selecting Fancy.
> 
> But it doesn't put my name, and gave me next error:
> 
> Undefined control sequence.
>  \chead
>{My name}

You seem to be missing \usepackage{fancyhdr} or similar.

Andre'


Re: Centering "Contents"

2004-04-10 Thread Andre Poenitz
On Sat, Apr 10, 2004 at 10:55:12PM +0200, Pablo Rodríguez González wrote:
> Hi again,
> 
> Once the index is generated, in printing preview -and printed-,
> "Contents" is on the left of the document, not centered.
> 
> Where do I adjust this?

\renewcommand{\contentsname}{\centering Contents}

might help.

Andre'


Re: include problem

2004-04-10 Thread Andrew Morrison
On Sat, 2004-04-10 at 16:38, Andre Poenitz wrote:
> On Sat, Apr 10, 2004 at 11:42:50AM -0500, Andrew Morrison wrote:
> > I have three files that I'd like to concatenate within lyx.  Two of the
> > files were originally tex files and the third is a file written entirely
> > in lyx.
> 
> Easiest way would be to to that in a texteditor of your choice. Simply
> concatenate the things and delete the preamble part and the \the_end
> line of two of the three files.
> 

Ahh!!!   Thank you so much!!   You were so right!

Andrew



Re: Centering "Contents"

2004-04-10 Thread Pablo Rodríguez González
First of all, than you very much for your responses.

All of them right, except this one:

\renewcommand{\contentsname}{\centering Contents}

didn't nothing :-(.

And...I have one "extra" page at the beginning of document, with nothing, only the 
number. I can't erase them and move the Contents to the first page :-/

Any idea?

Regards,


El sáb, 10-04-2004 a las 23:49, Andre Poenitz escribió:
> On Sat, Apr 10, 2004 at 10:55:12PM +0200, Pablo Rodríguez González wrote:
> > Hi again,
> > 
> > Once the index is generated, in printing preview -and printed-,
> > "Contents" is on the left of the document, not centered.
> > 
> > Where do I adjust this?
> 
> \renewcommand{\contentsname}{\centering Contents}
> 
> might help.
> 
> Andre'
-- 
Pablo Rodríguez González
Director General
[EMAIL PROTECTED]
iProyectos Desarrollos Tecnológicos



Superscript for text

2004-04-10 Thread Rich Shepard
  If I want to use an ordinal form of a number with digits (e.g., 50th), is
there a way to place the "th" as a superscript, other than using inline math
mode? I don't see anything on the layout -> character dialog box.

Thanks,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)



Euro still doesn't work

2004-04-10 Thread Pablo Rodríguez González
Hi guys,

After reading all mails regarding to the problem with Euro in Lyx, the
solution I saw was:

"Put in LaTeX preamble:

\usepackage[official,right]{eurosym}
\renewcommand{\texteuro}{\euro}

Make sure that latex package eurosym is installed and recognized by 
LyX/LaTeX!"

I've eurosym installed and do this work, but...

"LaTeX Error: \texteuro undefined.
 ...al,right]{eurosym}\renewcommand{\texteuro}
  {\euro}"

Any other idea to use Euro with Lyx?

Thanks in advance,

-- 
Pablo Rodríguez González
Director General
[EMAIL PROTECTED]
iProyectos Desarrollos Tecnológicos



Re: include problem

2004-04-10 Thread Marc Jeffrey Driftmeyer
How does this answer the question regarding LyX and it being unable to 
automate the process?

I can always write in straight LaTeX but one of the selling points in LyX is 
to not have to write solely in LaTeX with my content.

Would this require a shell script to strip and replace what is needed?

Sincerely,

Marc J. Driftmeyer

On Saturday 10 April 2004 02:38 pm, Andre Poenitz wrote:
> On Sat, Apr 10, 2004 at 11:42:50AM -0500, Andrew Morrison wrote:
> > I have three files that I'd like to concatenate within lyx.  Two of the
> > files were originally tex files and the third is a file written entirely
> > in lyx.
>
> Easiest way would be to to that in a texteditor of your choice. Simply
> concatenate the things and delete the preamble part and the \the_end
> line of two of the three files.
>
> Andre'