Hi, i want to make my plots look uniform in LaTeX documents. - usage of the same font on axes and in legend like LaTeX uses (for example "Computer Modern") - put real LaTeX formulas on the axes Have you any hints how i can achieve that? I had no luck two years ago, but i want to try it again now. kind regards, -- Jonas Stein <news at jonasstein.de>
Have a look at the tikzDevice package. Best, Ista On Wed, Mar 2, 2011 at 6:48 AM, Jonas Stein <news at jonasstein.de> wrote:> Hi, > > i want to make my plots look uniform in LaTeX documents. > > - usage of the same font on axes and in legend like LaTeX uses > ?(for example "Computer Modern") > > - put real LaTeX formulas on the axes > > Have you any hints how i can achieve that? > I had no luck two years ago, but i want to try it again now. > > kind regards, > > -- > Jonas Stein <news at jonasstein.de> > > ______________________________________________ > 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. >-- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org
The tikzDevice package can do this. On 3/2/2011 6:48 AM, Jonas Stein wrote:> Hi, > > i want to make my plots look uniform in LaTeX documents. > > - usage of the same font on axes and in legend like LaTeX uses > (for example "Computer Modern") > > - put real LaTeX formulas on the axes > > Have you any hints how i can achieve that? > I had no luck two years ago, but i want to try it again now. > > kind regards, >[[alternative HTML version deleted]]
Jonas, have a look at tikzdevice Claudia -- Claudia Beleites Dipartimento dei Materiali e delle Risorse Naturali Universit? degli Studi di Trieste Via Alfonso Valerio 6/a I-34127 Trieste phone: +39 0 40 5 58-37 68 email: cbeleites at units.it
Jonas, Try looking at the tikzDevice package, and/or the pgfSweave package. --Erik Jonas Stein wrote:> Hi, > > i want to make my plots look uniform in LaTeX documents. > > - usage of the same font on axes and in legend like LaTeX uses > (for example "Computer Modern") > > - put real LaTeX formulas on the axes > > Have you any hints how i can achieve that? > I had no luck two years ago, but i want to try it again now. > > kind regards, >