Location: Anthony Tanbakuchi / Resources / LaTex

LaTex

Resources on the typesetting system LaTex.

Getting started with LaTex

General Resources

LaTex Packages

Two packages that I have written are:

A great package for typesetting long documents is the Memoir class.

Math

Rweave / Sweave

You can put R code directly in latex and have it evaluated by Rweave!

Note that R output is UTF8, so you need to include the following in your LaTex document preamble so that the characters print correctly (especially from hypothesis tests showing significance levels):

\usepackage[utf8x]{inputenc} 

I have also encountered problems with the fancy quotes used in ANOVA output, you may also need to set the R option (in an R code block in the Rweave file)

options(useFancyQuotes=FALSE)

Updated on:
Sun Jan 31 2010 at 08 AM

Sub Pages

Page Contents