[R] R-Logo in \LaTeX (Mag. Ferri Leberl)

AA aa2007r at gmail.com
Mon Mar 10 00:58:56 CET 2008


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" <lobry at biomserv.univ-lyon1.fr>
To: <r-help at 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            (lobry at biomserv.univ-lyon1.fr)
> 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 at 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.



More information about the R-help mailing list