Re: [R] R-Logo in \LaTeX

2008-04-07 Thread Jean lobry
Hmmm, i've downloaded your pdf, and it is clearly ugly at 400%.
I'm talking about the Rlogo.pdf file. E.g. i'm not sure that
it would look good on an A0 poster.

Gabor,

you're right, I didn't think about the A0 poster case. You will
find here a vectorized version of the Rlogo in eps, pdf and
svg formats:

http://pbil.univ-lyon1.fr/members/lobry/rlogos/

This is not my work, but the work of Lionnel Humblot in our
lab. I have tried very quickly to make an A0 poster just
to see (cf. posteRlogo.pdf file). Looks OK for me on screen but I
didn't print it yet to check this in the real world.

Of which the conclusion is that there is no vector version.

There's an attempt now, HTH.

Best,

Jean
-- 
Jean R. Lobry([EMAIL PROTECTED])
Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE
allo  : +33 472 43 27 56 fax: +33 472 43 13 88
http://pbil.univ-lyon1.fr/members/lobry/

__
R-help@r-project.org 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] R-Logo in \LaTeX (Mag. Ferri Leberl)

2008-03-09 Thread AA
Jean,
Thanks for this piece of Latex code. I did not have a pdf Rlogo and the tex 
command.
AA.
- Original Message - 
From: Jean lobry [EMAIL PROTECTED]
To: r-help@r-project.org
Sent: Friday, March 07, 2008 11:08 AM
Subject: Re: [R] R-Logo in \LaTeX (Mag. Ferri Leberl)


 Dear Mag. Ferri Leberl,

 I'm using something like:

 --- tex.tex ---
 \documentclass{article}
 \usepackage{graphicx}
 \usepackage{fancyvrb}
 \newcommand{\Rlogo}{\protect\includegraphics[height=1.8ex,keepaspectratio]{Rlogo.pdf}}
 \newcommand{\myinput}[1] {\begin{scriptsize}
   \VerbatimInput[frame=single,label=#1]{#1}
   \end{scriptsize}}
 \title{The R logo, \Rlogo, in \LaTeX}
 \author{J.R. Lobry}

 \begin{document}
 \maketitle
 \section{Introduction to \Rlogo:}
 This is about the \Rlogo~sofware suite\footnote{
 \Rlogo~is available at...}.
 % include source in final document
 \myinput{tex.tex}
 \end{document}
 --

 with:
 unix$ pdflatex tex.tex
 this is what I get:
 http://pbil.univ-lyon1.fr/members/lobry/tmp/tex.pdf

 The PDF version of the R-Logo I'm using is here:
 http://pbil.univ-lyon1.fr/members/lobry/tmp/Rlogo.pdf

 HTH,

 Jean
 -- 
 Jean R. Lobry([EMAIL PROTECTED])
 Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
 43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE
 allo  : +33 472 43 27 56 fax: +33 472 43 13 88
 http://pbil.univ-lyon1.fr/members/lobry/

 __
 R-help@r-project.org 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@r-project.org 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] R-Logo in \LaTeX

2008-03-07 Thread Gabor Csardi
On Thu, Mar 06, 2008 at 06:54:41PM -0500, Charilaos Skiadas wrote:
 On Mar 6, 2008, at 1:49 PM, Mag. Ferri Leberl wrote:
 
  Dear everybody!
  Is there a command in \LaTeX to display the R-Logo or has anybody  
  made it up?
  Thank you in advance.
 
 Isn't it just an image? Hence you would include it like one usually  
 includes images. Or do you mean something else?

Yes, it is an image, but it would be nice to have it in a vector-based 
format like EPS or SVG. Anyway, here are some versions (=different sizes):
http://developer.r-project.org/Logo/

Gabor

  Yours, sincerely
  Mag. Ferri Leberl
 
 Haris Skiadas
 Department of Mathematics and Computer Science
 Hanover College
 
 __
 R-help@r-project.org 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.

-- 
Csardi Gabor [EMAIL PROTECTED]UNIL DGM

__
R-help@r-project.org 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] R-Logo in \LaTeX (Mag. Ferri Leberl)

2008-03-07 Thread Jean lobry
Dear Mag. Ferri Leberl,

I'm using something like:

--- tex.tex ---
\documentclass{article}
\usepackage{graphicx}
\usepackage{fancyvrb}
\newcommand{\Rlogo}{\protect\includegraphics[height=1.8ex,keepaspectratio]{Rlogo.pdf}}
\newcommand{\myinput}[1] {\begin{scriptsize}
   \VerbatimInput[frame=single,label=#1]{#1}
   \end{scriptsize}}
\title{The R logo, \Rlogo, in \LaTeX}
\author{J.R. Lobry}

\begin{document}
\maketitle
\section{Introduction to \Rlogo:}
This is about the \Rlogo~sofware suite\footnote{
\Rlogo~is available at...}.
% include source in final document
\myinput{tex.tex}
\end{document}
--

with:
unix$ pdflatex tex.tex
this is what I get:
http://pbil.univ-lyon1.fr/members/lobry/tmp/tex.pdf

The PDF version of the R-Logo I'm using is here:
http://pbil.univ-lyon1.fr/members/lobry/tmp/Rlogo.pdf

HTH,

Jean
-- 
Jean R. Lobry([EMAIL PROTECTED])
Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE
allo  : +33 472 43 27 56 fax: +33 472 43 13 88
http://pbil.univ-lyon1.fr/members/lobry/

__
R-help@r-project.org 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] R-Logo in \LaTeX (Mag. Ferri Leberl)

2008-03-07 Thread Gabor Csardi
Jean,

this is nice, but 1) the logo is a bitmap, it is ugly if you 
resize it, 2) you don't need a pdf version for pdflatex, it 
handles jpg (and maybe also png as well), so you can 
just use the logos at the R developer site. 

It would be really nice to have a non-bitmap version, though.
If it exists.

Gabor

On Fri, Mar 07, 2008 at 04:08:21PM +0100, Jean lobry wrote:
 Dear Mag. Ferri Leberl,
 
 I'm using something like:
 
 --- tex.tex ---
 \documentclass{article}
 \usepackage{graphicx}
 \usepackage{fancyvrb}
 \newcommand{\Rlogo}{\protect\includegraphics[height=1.8ex,keepaspectratio]{Rlogo.pdf}}
 \newcommand{\myinput}[1] {\begin{scriptsize}
\VerbatimInput[frame=single,label=#1]{#1}
\end{scriptsize}}
 \title{The R logo, \Rlogo, in \LaTeX}
 \author{J.R. Lobry}
 
 \begin{document}
 \maketitle
 \section{Introduction to \Rlogo:}
 This is about the \Rlogo~sofware suite\footnote{
 \Rlogo~is available at...}.
 % include source in final document
 \myinput{tex.tex}
 \end{document}
 --
 
 with:
 unix$ pdflatex tex.tex
 this is what I get:
 http://pbil.univ-lyon1.fr/members/lobry/tmp/tex.pdf
 
 The PDF version of the R-Logo I'm using is here:
 http://pbil.univ-lyon1.fr/members/lobry/tmp/Rlogo.pdf
 
 HTH,
 
 Jean
 -- 
 Jean R. Lobry([EMAIL PROTECTED])
 Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
 43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE
 allo  : +33 472 43 27 56 fax: +33 472 43 13 88
 http://pbil.univ-lyon1.fr/members/lobry/
 
 __
 R-help@r-project.org 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.

-- 
Csardi Gabor [EMAIL PROTECTED]UNIL DGM

__
R-help@r-project.org 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] R-Logo in \LaTeX

2008-03-07 Thread Jean lobry
Gabor,

  this is nice, but
  1) the logo is a bitmap, it is ugly if you resize it

Sure, it's a bitmap, but the naked eye resolution is only
100 $\mu$m so that a vectorized solution is overkilling
in most common situations IMHO. I have to zoom by a factor
1200% to see some pixellization problems on my screen,
but my eyes are admitedly getting older and older, one more
instance of fortune(75) issue I guess :-(

  2) you don't need a pdf version for pdflatex, it
  handles jpg (and maybe also png as well), so you can
  just use the logos at the R developer site.

Not so sure, I had to convert it a long time ago into a PDF
format for a reason I don't remember. I'm sharing my *.rnw
on a CVS with colleages working under Linux, Unix, Mac and
Windows, so the reason could be that there was a problem
in a given platform. The PDF choice is defensive in the sense
that we are Sweaving with \SweaveOpts{pdf = T, eps = F},
so that including PDF is a pre-condition.

It would be really nice to have a non-bitmap version, though.
If it exists.

There was a not so-old thread about this on R-devel:
http://finzi.psych.upenn.edu/R/R-devel/archive/19448.html

Best,

Jean
-- 
Jean R. Lobry([EMAIL PROTECTED])
Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE
allo  : +33 472 43 27 56 fax: +33 472 43 13 88
http://pbil.univ-lyon1.fr/members/lobry/

__
R-help@r-project.org 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] R-Logo in \LaTeX

2008-03-07 Thread Gabor Csardi
Jean,

On Fri, Mar 07, 2008 at 06:09:35PM +0100, Jean lobry wrote:
 Gabor,
 
  this is nice, but
  1) the logo is a bitmap, it is ugly if you resize it
 
 Sure, it's a bitmap, but the naked eye resolution is only
 100 $\mu$m so that a vectorized solution is overkilling
 in most common situations IMHO. 

a vectorized solution can be rendered smoothly at any 
desired size. Furthermore, it can be easily edited and the 
size of the file is (usually) much smaller than the bitmap 
version. No overkill at all, as it is SIMPLER to use the 
vector version.

 I have to zoom by a factor
 1200% to see some pixellization problems on my screen,
 but my eyes are admitedly getting older and older, one more
 instance of fortune(75) issue I guess :-(

Hmmm, i've downloaded your pdf, and it is clearly ugly at 400%.
I'm talking about the Rlogo.pdf file. E.g. i'm not sure that 
it would look good on an A0 poster.

  2) you don't need a pdf version for pdflatex, it
  handles jpg (and maybe also png as well), so you can
  just use the logos at the R developer site.
 
 Not so sure, I had to convert it a long time ago into a PDF
 format for a reason I don't remember. I'm sharing my *.rnw
 on a CVS with colleages working under Linux, Unix, Mac and
 Windows, so the reason could be that there was a problem
 in a given platform. The PDF choice is defensive in the sense
 that we are Sweaving with \SweaveOpts{pdf = T, eps = F},
 so that including PDF is a pre-condition.

Maybe this is different if you use Sweave. pdflatex itself 
handles jpg without problems.

 It would be really nice to have a non-bitmap version, though.
 If it exists.
 
 There was a not so-old thread about this on R-devel:
 http://finzi.psych.upenn.edu/R/R-devel/archive/19448.html

Of which the conclusion is that there is no vector version.

Best,
Gabor

 Best,
 
 Jean
 -- 
 Jean R. Lobry([EMAIL PROTECTED])
 Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
 43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE
 allo  : +33 472 43 27 56 fax: +33 472 43 13 88
 http://pbil.univ-lyon1.fr/members/lobry/
 

-- 
Csardi Gabor [EMAIL PROTECTED]UNIL DGM

__
R-help@r-project.org 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] R-Logo in \LaTeX

2008-03-06 Thread Mag. Ferri Leberl
Dear everybody!
Is there a command in \LaTeX to display the R-Logo or has anybody made it up?
Thank you in advance.
Yours, sincerely
Mag. Ferri Leberl

__
R-help@r-project.org 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] R-Logo in \LaTeX

2008-03-06 Thread Charilaos Skiadas
On Mar 6, 2008, at 1:49 PM, Mag. Ferri Leberl wrote:

 Dear everybody!
 Is there a command in \LaTeX to display the R-Logo or has anybody  
 made it up?
 Thank you in advance.

Isn't it just an image? Hence you would include it like one usually  
includes images. Or do you mean something else?

 Yours, sincerely
 Mag. Ferri Leberl

Haris Skiadas
Department of Mathematics and Computer Science
Hanover College

__
R-help@r-project.org 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.