Re: double column vs. single column text

2011-07-08 Thread Richard Opheim
OK, I solved the problem. In order to make the #$%%* thing work, I had to
position
\usepackage{multicol} to be the first thing in the preamble. Otherwise, it
would give me an error message.
2011/7/7 Richard Opheim rvaci...@gmail.com

 I have the tools package which includes the file multicol.sty


 2011/7/7 Marcelo Acuña mv...@yahoo.com.ar

 According to something else I read somewhere,
 I was supposed to insert \usepackage{multicol}
  in the document preamble, which I did. Now I get the following errors:

  This work very well for me.
  Do you have installed the multicol package?

 Marcelo




  --
 Richard Opheim
 Home: 425-486-5421
 Cell: 425-381-9213





-- 
Richard Opheim
Home: 425-486-5421
Cell: 425-381-9213


Re: double column vs. single column text

2011-07-08 Thread Charlie
 On Fri, 8 Jul 2011 16:11:24 -0700 Richard Opheim rvaci...@gmail.com
 suggested this:

OK, I solved the problem. In order to make the #$%%* thing work, I
had to position
\usepackage{multicol} to be the first thing in the preamble.
Otherwise, it would give me an error message.

Thanks for sharing that with us Richard. Saves the rest of us
scratching gravel trying to get it to work.

Charlie
-- 
Registered Linux User:- 329524
***

Bitter morning: sparrows sitting without necks James W. Hackett

***

Debian GNU/Linux - just the best way to create magic

-


Re: double column vs. single column text

2011-07-08 Thread Richard Opheim
OK, I solved the problem. In order to make the #$%%* thing work, I had to
position
\usepackage{multicol} to be the first thing in the preamble. Otherwise, it
would give me an error message.
2011/7/7 Richard Opheim rvaci...@gmail.com

 I have the tools package which includes the file multicol.sty


 2011/7/7 Marcelo Acuña mv...@yahoo.com.ar

 According to something else I read somewhere,
 I was supposed to insert \usepackage{multicol}
  in the document preamble, which I did. Now I get the following errors:

  This work very well for me.
  Do you have installed the multicol package?

 Marcelo




  --
 Richard Opheim
 Home: 425-486-5421
 Cell: 425-381-9213





-- 
Richard Opheim
Home: 425-486-5421
Cell: 425-381-9213


Re: double column vs. single column text

2011-07-08 Thread Charlie
 On Fri, 8 Jul 2011 16:11:24 -0700 Richard Opheim rvaci...@gmail.com
 suggested this:

OK, I solved the problem. In order to make the #$%%* thing work, I
had to position
\usepackage{multicol} to be the first thing in the preamble.
Otherwise, it would give me an error message.

Thanks for sharing that with us Richard. Saves the rest of us
scratching gravel trying to get it to work.

Charlie
-- 
Registered Linux User:- 329524
***

Bitter morning: sparrows sitting without necks James W. Hackett

***

Debian GNU/Linux - just the best way to create magic

-


Re: double column vs. single column text

2011-07-08 Thread Richard Opheim
OK, I solved the problem. In order to make the 

Re: double column vs. single column text

2011-07-08 Thread Charlie
 On Fri, 8 Jul 2011 16:11:24 -0700 "Richard Opheim rvaci...@gmail.com"
 suggested this:

>OK, I solved the problem. In order to make the 

Re: double column vs. single column text

2011-07-07 Thread Richard Opheim
Following the instructions in Help-Specific Manuals-Multicolumn Manual, I
placed the ERT commands \begin{multicols} {2} and \end{multicols} around a
body of text that I wanted to appear in double columns.
The script doesn't run and the following message appears:

Errors:
LaTex Error: Environment multicols undefined.
LaTex Error: \begin{document} ended by \end{multicols}.

Description:
\begin{multicols}{2}
Your command was ignored, etc.

Now why would my command be ignored?
Attached is a minimal example that reproduces the error.
On Wed, Jul 6, 2011 at 1:55 PM, Michael Joyner mich...@newsrx.com wrote:

 In LyX: goto Help - Specific Manuals - Multicolumn Manual


 On Wed, Jul 6, 2011 at 2:59 PM, Richard Opheim rvaci...@gmail.com wrote:

 Hello users.
 I use Lyx 1.6.9 Memoir
 I'm working on a book that requires some pages to be single column and
 some to be double.
 So according to something I saw somewhere, I ERTed \begin{multicols}{2}
 and \end{multicols} and got the following error message:

 LaTex Error: \begin{document} ended by \end{multicols}.

 According to something else I read somewhere, I was supposed to insert
 \usepackage{multicol} in the document preamble, which I did. Now I get the
 following errors:

 Missing \begin{document}
 Environment multicols undefined
 \begin{document} ended by \end{multicols}
 Can only be used in preamble.

 Can't seem to find any other info on this topic. Does anyone here have a
 solution?




 Richard Opheim






-- 
Richard Opheim
Home: 425-486-5421
Cell: 425-381-9213


multicoltest.lyx
Description: Binary data


Re: double column vs. single column text

2011-07-07 Thread Julien Rioux

On 07/07/2011 4:53 PM, Richard Opheim wrote:

Following the instructions in Help-Specific Manuals-Multicolumn Manual, I
placed the ERT commands \begin{multicols} {2} and \end{multicols} around a
body of text that I wanted to appear in double columns.
The script doesn't run and the following message appears:

Errors:
LaTex Error: Environment multicols undefined.
LaTex Error: \begin{document} ended by \end{multicols}.

Description:
\begin{multicols}{2}
Your command was ignored, etc.

Now why would my command be ignored?
Attached is a minimal example that reproduces the error.
On Wed, Jul 6, 2011 at 1:55 PM, Michael Joynermich...@newsrx.com  wrote:


In LyX: goto Help -  Specific Manuals -  Multicolumn Manual


On Wed, Jul 6, 2011 at 2:59 PM, Richard Opheimrvaci...@gmail.com  wrote:


Hello users.
I use Lyx 1.6.9 Memoir
I'm working on a book that requires some pages to be single column and
some to be double.
So according to something I saw somewhere, I ERTed \begin{multicols}{2}
and \end{multicols} and got the following error message:

LaTex Error: \begin{document} ended by \end{multicols}.

According to something else I read somewhere, I was supposed to insert
\usepackage{multicol} in the document preamble, which I did. Now I get the
following errors:

Missing \begin{document}
Environment multicols undefined
\begin{document} ended by \end{multicols}
Can only be used in preamble.

Can't seem to find any other info on this topic. Does anyone here have a
solution?




Richard Opheim










It appears that you did not put \usepackage{multicol} in Document  
Settings  Preamble


--
Julien



Re: double column vs. single column text

2011-07-07 Thread Marcelo Acuña
 According to something else I read somewhere, I was supposed to insert 
 \usepackage{multicol} in the document preamble, which I did. Now I get the 
 following errors:
 This work very well for me. Do you have installed the multicol package?
Marcelo

Re: double column vs. single column text

2011-07-07 Thread Richard Opheim
I have the tools package which includes the file multicol.sty

2011/7/7 Marcelo Acuña mv...@yahoo.com.ar

 According to something else I read somewhere,
 I was supposed to insert \usepackage{multicol}
  in the document preamble, which I did. Now I get the following errors:

  This work very well for me.
  Do you have installed the multicol package?

 Marcelo




-- 
Richard Opheim
Home: 425-486-5421
Cell: 425-381-9213


Re: double column vs. single column text

2011-07-07 Thread Richard Opheim
Following the instructions in Help-Specific Manuals-Multicolumn Manual, I
placed the ERT commands \begin{multicols} {2} and \end{multicols} around a
body of text that I wanted to appear in double columns.
The script doesn't run and the following message appears:

Errors:
LaTex Error: Environment multicols undefined.
LaTex Error: \begin{document} ended by \end{multicols}.

Description:
\begin{multicols}{2}
Your command was ignored, etc.

Now why would my command be ignored?
Attached is a minimal example that reproduces the error.
On Wed, Jul 6, 2011 at 1:55 PM, Michael Joyner mich...@newsrx.com wrote:

 In LyX: goto Help - Specific Manuals - Multicolumn Manual


 On Wed, Jul 6, 2011 at 2:59 PM, Richard Opheim rvaci...@gmail.com wrote:

 Hello users.
 I use Lyx 1.6.9 Memoir
 I'm working on a book that requires some pages to be single column and
 some to be double.
 So according to something I saw somewhere, I ERTed \begin{multicols}{2}
 and \end{multicols} and got the following error message:

 LaTex Error: \begin{document} ended by \end{multicols}.

 According to something else I read somewhere, I was supposed to insert
 \usepackage{multicol} in the document preamble, which I did. Now I get the
 following errors:

 Missing \begin{document}
 Environment multicols undefined
 \begin{document} ended by \end{multicols}
 Can only be used in preamble.

 Can't seem to find any other info on this topic. Does anyone here have a
 solution?




 Richard Opheim






-- 
Richard Opheim
Home: 425-486-5421
Cell: 425-381-9213


multicoltest.lyx
Description: Binary data


Re: double column vs. single column text

2011-07-07 Thread Julien Rioux

On 07/07/2011 4:53 PM, Richard Opheim wrote:

Following the instructions in Help-Specific Manuals-Multicolumn Manual, I
placed the ERT commands \begin{multicols} {2} and \end{multicols} around a
body of text that I wanted to appear in double columns.
The script doesn't run and the following message appears:

Errors:
LaTex Error: Environment multicols undefined.
LaTex Error: \begin{document} ended by \end{multicols}.

Description:
\begin{multicols}{2}
Your command was ignored, etc.

Now why would my command be ignored?
Attached is a minimal example that reproduces the error.
On Wed, Jul 6, 2011 at 1:55 PM, Michael Joynermich...@newsrx.com  wrote:


In LyX: goto Help -  Specific Manuals -  Multicolumn Manual


On Wed, Jul 6, 2011 at 2:59 PM, Richard Opheimrvaci...@gmail.com  wrote:


Hello users.
I use Lyx 1.6.9 Memoir
I'm working on a book that requires some pages to be single column and
some to be double.
So according to something I saw somewhere, I ERTed \begin{multicols}{2}
and \end{multicols} and got the following error message:

LaTex Error: \begin{document} ended by \end{multicols}.

According to something else I read somewhere, I was supposed to insert
\usepackage{multicol} in the document preamble, which I did. Now I get the
following errors:

Missing \begin{document}
Environment multicols undefined
\begin{document} ended by \end{multicols}
Can only be used in preamble.

Can't seem to find any other info on this topic. Does anyone here have a
solution?




Richard Opheim










It appears that you did not put \usepackage{multicol} in Document  
Settings  Preamble


--
Julien



Re: double column vs. single column text

2011-07-07 Thread Marcelo Acuña
 According to something else I read somewhere, I was supposed to insert 
 \usepackage{multicol} in the document preamble, which I did. Now I get the 
 following errors:
 This work very well for me. Do you have installed the multicol package?
Marcelo

Re: double column vs. single column text

2011-07-07 Thread Richard Opheim
I have the tools package which includes the file multicol.sty

2011/7/7 Marcelo Acuña mv...@yahoo.com.ar

 According to something else I read somewhere,
 I was supposed to insert \usepackage{multicol}
  in the document preamble, which I did. Now I get the following errors:

  This work very well for me.
  Do you have installed the multicol package?

 Marcelo




-- 
Richard Opheim
Home: 425-486-5421
Cell: 425-381-9213


Re: double column vs. single column text

2011-07-07 Thread Richard Opheim
Following the instructions in Help-Specific Manuals-Multicolumn Manual, I
placed the ERT commands \begin{multicols} {2} and \end{multicols} around a
body of text that I wanted to appear in double columns.
The script doesn't run and the following message appears:

Errors:
LaTex Error: Environment multicols undefined.
LaTex Error: \begin{document} ended by \end{multicols}.

Description:
\begin{multicols}{2}
Your command was ignored, etc.

Now why would my command be ignored?
Attached is a minimal example that reproduces the error.
On Wed, Jul 6, 2011 at 1:55 PM, Michael Joyner  wrote:

> In LyX: goto Help -> Specific Manuals -> Multicolumn Manual
>
>
> On Wed, Jul 6, 2011 at 2:59 PM, Richard Opheim  wrote:
>
>> Hello users.
>> I use Lyx 1.6.9 Memoir
>> I'm working on a book that requires some pages to be single column and
>> some to be double.
>> So according to something I saw somewhere, I ERTed \begin{multicols}{2}
>> and \end{multicols} and got the following error message:
>>
>> LaTex Error: \begin{document} ended by \end{multicols}.
>>
>> According to something else I read somewhere, I was supposed to insert
>> \usepackage{multicol} in the document preamble, which I did. Now I get the
>> following errors:
>>
>> Missing \begin{document}
>> Environment multicols undefined
>> \begin{document} ended by \end{multicols}
>> Can only be used in preamble.
>>
>> Can't seem to find any other info on this topic. Does anyone here have a
>> solution?
>>
>>
>>
>>
>> Richard Opheim
>>
>>
>>
>


-- 
Richard Opheim
Home: 425-486-5421
Cell: 425-381-9213


multicoltest.lyx
Description: Binary data


Re: double column vs. single column text

2011-07-07 Thread Julien Rioux

On 07/07/2011 4:53 PM, Richard Opheim wrote:

Following the instructions in Help-Specific Manuals-Multicolumn Manual, I
placed the ERT commands \begin{multicols} {2} and \end{multicols} around a
body of text that I wanted to appear in double columns.
The script doesn't run and the following message appears:

Errors:
LaTex Error: Environment multicols undefined.
LaTex Error: \begin{document} ended by \end{multicols}.

Description:
\begin{multicols}{2}
Your command was ignored, etc.

Now why would my command be ignored?
Attached is a minimal example that reproduces the error.
On Wed, Jul 6, 2011 at 1:55 PM, Michael Joyner  wrote:


In LyX: goto Help ->  Specific Manuals ->  Multicolumn Manual


On Wed, Jul 6, 2011 at 2:59 PM, Richard Opheim  wrote:


Hello users.
I use Lyx 1.6.9 Memoir
I'm working on a book that requires some pages to be single column and
some to be double.
So according to something I saw somewhere, I ERTed \begin{multicols}{2}
and \end{multicols} and got the following error message:

LaTex Error: \begin{document} ended by \end{multicols}.

According to something else I read somewhere, I was supposed to insert
\usepackage{multicol} in the document preamble, which I did. Now I get the
following errors:

Missing \begin{document}
Environment multicols undefined
\begin{document} ended by \end{multicols}
Can only be used in preamble.

Can't seem to find any other info on this topic. Does anyone here have a
solution?




Richard Opheim










It appears that you did not put \usepackage{multicol} in Document > 
Settings > Preamble


--
Julien



Re: double column vs. single column text

2011-07-07 Thread Marcelo Acuña
> According to something else I read somewhere, >I was supposed to insert 
> \usepackage{multicol}> in the document preamble, which I did. Now I get the 
> following errors:
 This work very well for me. Do you have installed the multicol package?
Marcelo

Re: double column vs. single column text

2011-07-07 Thread Richard Opheim
I have the tools package which includes the file multicol.sty

2011/7/7 Marcelo Acuña 

>> According to something else I read somewhere,
> >I was supposed to insert \usepackage{multicol}
> > in the document preamble, which I did. Now I get the following errors:
>
>  This work very well for me.
>  Do you have installed the multicol package?
>
> Marcelo
>



-- 
Richard Opheim
Home: 425-486-5421
Cell: 425-381-9213


Re: double column vs. single column text

2011-07-06 Thread Michael Joyner
In LyX: goto Help - Specific Manuals - Multicolumn Manual

On Wed, Jul 6, 2011 at 2:59 PM, Richard Opheim rvaci...@gmail.com wrote:

 Hello users.
 I use Lyx 1.6.9 Memoir
 I'm working on a book that requires some pages to be single column and some
 to be double.
 So according to something I saw somewhere, I ERTed \begin{multicols}{2} and
 \end{multicols} and got the following error message:

 LaTex Error: \begin{document} ended by \end{multicols}.

 According to something else I read somewhere, I was supposed to insert
 \usepackage{multicol} in the document preamble, which I did. Now I get the
 following errors:

 Missing \begin{document}
 Environment multicols undefined
 \begin{document} ended by \end{multicols}
 Can only be used in preamble.

 Can't seem to find any other info on this topic. Does anyone here have a
 solution?




 Richard Opheim





Re: double column vs. single column text

2011-07-06 Thread Michael Joyner
In LyX: goto Help - Specific Manuals - Multicolumn Manual

On Wed, Jul 6, 2011 at 2:59 PM, Richard Opheim rvaci...@gmail.com wrote:

 Hello users.
 I use Lyx 1.6.9 Memoir
 I'm working on a book that requires some pages to be single column and some
 to be double.
 So according to something I saw somewhere, I ERTed \begin{multicols}{2} and
 \end{multicols} and got the following error message:

 LaTex Error: \begin{document} ended by \end{multicols}.

 According to something else I read somewhere, I was supposed to insert
 \usepackage{multicol} in the document preamble, which I did. Now I get the
 following errors:

 Missing \begin{document}
 Environment multicols undefined
 \begin{document} ended by \end{multicols}
 Can only be used in preamble.

 Can't seem to find any other info on this topic. Does anyone here have a
 solution?




 Richard Opheim





Re: double column vs. single column text

2011-07-06 Thread Michael Joyner
In LyX: goto Help -> Specific Manuals -> Multicolumn Manual

On Wed, Jul 6, 2011 at 2:59 PM, Richard Opheim  wrote:

> Hello users.
> I use Lyx 1.6.9 Memoir
> I'm working on a book that requires some pages to be single column and some
> to be double.
> So according to something I saw somewhere, I ERTed \begin{multicols}{2} and
> \end{multicols} and got the following error message:
>
> LaTex Error: \begin{document} ended by \end{multicols}.
>
> According to something else I read somewhere, I was supposed to insert
> \usepackage{multicol} in the document preamble, which I did. Now I get the
> following errors:
>
> Missing \begin{document}
> Environment multicols undefined
> \begin{document} ended by \end{multicols}
> Can only be used in preamble.
>
> Can't seem to find any other info on this topic. Does anyone here have a
> solution?
>
>
>
>
> Richard Opheim
>
>
>