Hi all,
When I try and compile my document from the master (with 7 or so child
documents for a dissertation), I am now getting an error which I did not
receive previously. I recently added some material to one of the
chapters (child docs): first use of subfigures (added
"usepackage{subfig} t
BooBoo gforcecable.com> writes:
>
>
> In Lyx on Windows-7 I entered the following chunk:
>
> <<>>=
> library(MethComp)
> library(mcr)
>
>
> And got the following result:
>
> library(MethComp)
> ## Loading required package: nlme
> library(mcr)
> ## Error: there is no package called 'mcr'
>
In Lyx on Windows-7 I entered the following chunk:
<<>>=
library(MethComp)
library(mcr)
@
And got the following result:
library(MethComp)
## Loading required package: nlme
library(mcr)
## Error: there is no package called 'mcr'
Note that mcr is installed and that MethComp and mcr are in the s
Hi,
I want to do the following:
I have a block with a listing of (Perl) code of 9 lines and I want
to make 3 lines appear at a time. In other words inside the block
not as three blocks, which I can do.
(And, of course when I switch to handout, I want all 9 lines to be
visible :-)-O)
Is this po