[R] Re : beamer error with R

2007-08-02 Thread justin bem
Is it possible to realise slides with R ? 
 
Justin BEM
BP 1917 Yaoundé
Tél (237) 99597295
(237) 22040246

- Message d'origine 
De : Uwe Ligges [EMAIL PROTECTED]
À : Mario Alfonso Morales Rivera [EMAIL PROTECTED]
Cc : [EMAIL PROTECTED]
Envoyé le : Jeudi, 2 Août 2007, 14h26mn 56s
Objet : Re: [R] beamer error with R



Mario Alfonso Morales Rivera wrote:
 Dear R users,
 
 When I use beamer with \usepackage{harvard} it don't work.


Why is this related to R? I do not see any connections here.

Uwe Ligges



 \LaTeX{} give mi an error message, ¿any suggestion?
 
 ! LaTeX Error: No counter 'paragraph' defined.
 
 See the LaTeX manual or LaTeX Companion for explanation. Type  H
 return  for immediate help.
  ...
 
 l.741 \newcounter{lsubparagraph}[paragraph]
 
 ? ! Emergency stop.
  ...
 
 l.741 \newcounter{lsubparagraph}[paragraph]
 
 Your command was ignored. Type  I command return  to replace it
 with another command, or  return  to continue without it.
 
 
 ! LaTeX Error: No counter 'paragraph' defined.
 
 See the LaTeX manual or LaTeX Companion for explanation.
 Type  H return  for immediate help.
  ... 
  
 l.741 \newcounter{lsubparagraph}[paragraph]
   
 ?
 ! Emergency stop.
  ... 
  
 l.741 \newcounter{lsubparagraph}[paragraph]


__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.







  
_ 

l 
[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Re : beamer error with R

2007-08-02 Thread Uwe Ligges


justin bem wrote:
 Is it possible to realise slides with R ? 


If you want to combine LaTeX and R code, take a look at SWeave.

Uwe Ligges


 Justin BEM
 BP 1917 Yaoundé
 Tél (237) 99597295
 (237) 22040246
 
 - Message d'origine 
 De : Uwe Ligges [EMAIL PROTECTED]
 À : Mario Alfonso Morales Rivera [EMAIL PROTECTED]
 Cc : [EMAIL PROTECTED]
 Envoyé le : Jeudi, 2 Août 2007, 14h26mn 56s
 Objet : Re: [R] beamer error with R
 
 
 
 Mario Alfonso Morales Rivera wrote:
 Dear R users,

 When I use beamer with \usepackage{harvard} it don't work.
 
 
 Why is this related to R? I do not see any connections here.
 
 Uwe Ligges
 
 
 
 \LaTeX{} give mi an error message, ¿any suggestion?

 ! LaTeX Error: No counter 'paragraph' defined.

 See the LaTeX manual or LaTeX Companion for explanation. Type  H
 return  for immediate help.
  ...

 l.741 \newcounter{lsubparagraph}[paragraph]

 ? ! Emergency stop.
  ...

 l.741 \newcounter{lsubparagraph}[paragraph]

 Your command was ignored. Type  I command return  to replace it
 with another command, or  return  to continue without it.


 ! LaTeX Error: No counter 'paragraph' defined.

 See the LaTeX manual or LaTeX Companion for explanation.
 Type  H return  for immediate help.
  ... 
  
 l.741 \newcounter{lsubparagraph}[paragraph]
   
 ?
 ! Emergency stop.
  ... 
  
 l.741 \newcounter{lsubparagraph}[paragraph]

 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.
 
 
 
 
 
 
 
   
 _ 
 
 l 
   [[alternative HTML version deleted]]
 
 
 
 
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Re : beamer error with R

2007-08-02 Thread Saeed Abu Nimeh
I could not think of anything (challenging) to include in slides other
than plots as all text (results) can be added to latex slides simply.
Save your R plots png, eps, pdf, etc then insert them into your latex
slides.

justin bem wrote:
 Is it possible to realise slides with R ? 
  
 Justin BEM
 BP 1917 Yaoundé
 Tél (237) 99597295
 (237) 22040246
 
 - Message d'origine 
 De : Uwe Ligges [EMAIL PROTECTED]
 À : Mario Alfonso Morales Rivera [EMAIL PROTECTED]
 Cc : [EMAIL PROTECTED]
 Envoyé le : Jeudi, 2 Août 2007, 14h26mn 56s
 Objet : Re: [R] beamer error with R
 
 
 
 Mario Alfonso Morales Rivera wrote:
 Dear R users,

 When I use beamer with \usepackage{harvard} it don't work.
 
 
 Why is this related to R? I do not see any connections here.
 
 Uwe Ligges
 
 
 
 \LaTeX{} give mi an error message, ¿any suggestion?

 ! LaTeX Error: No counter 'paragraph' defined.

 See the LaTeX manual or LaTeX Companion for explanation. Type  H
 return  for immediate help.
  ...

 l.741 \newcounter{lsubparagraph}[paragraph]

 ? ! Emergency stop.
  ...

 l.741 \newcounter{lsubparagraph}[paragraph]

 Your command was ignored. Type  I command return  to replace it
 with another command, or  return  to continue without it.


 ! LaTeX Error: No counter 'paragraph' defined.

 See the LaTeX manual or LaTeX Companion for explanation.
 Type  H return  for immediate help.
  ... 
  
 l.741 \newcounter{lsubparagraph}[paragraph]
   
 ?
 ! Emergency stop.
  ... 
  
 l.741 \newcounter{lsubparagraph}[paragraph]

 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.
 
 
 
 
 
 
 
   
 _ 
 
 l 
   [[alternative HTML version deleted]]
 
 
 
 
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.