This post discusses the creation of beamer presentations using a combination of markdown, pandoc, and LaTeX. This workflow offers the potential to reduce typing and increase readability of beamer presentation source code. Source code for an example presentation is provided containing markdown and LaTeX source code along with a makefile for building the beamer PDF.
Monday, July 23, 2012
Sunday, June 10, 2012
Converting Sweave LaTeX to knitr LaTeX: A case study
The following post documents the steps I needed to take in order to convert a project using Sweave LaTeX into one using knitr LaTeX.
Monday, May 23, 2011
Transition to Linux and Ubuntu: The Experience of a Quantitative Social Scientist
This post discusses my experience migrating to Ubuntu from Windows from the perspective of a quantitatively oriented researcher in psychology. It discusses (a) my general transition to open source tools for doing research; (b) examination of Cygwin; (c) choosing a Linux distribution; (d) preparing for installation of Ubuntu; (e) initial reflections on installing Ubuntu; and (f) a long list of various solutions to specific problems that I encountered whilst getting started with Ubuntu.
Monday, December 13, 2010
Video of Reproducible Research with R: Melbourne R Users 1st Dec 2010
As previously mentioned I gave a talk at Melbourne R Users Group titled "Reproducible Research and R Workflow". It covered technologies including LaTeX, Sweave, R, make, Eclipse, and git. This post shares the video.
Thursday, December 2, 2010
R Workflow: Slides from a Talk at Melbourne R Users (1st Dec 2010)
Tuesday, November 30, 2010
Sweave Tutorial 3: Console Input and Output - Multiple Choice Test Analysis
Monday, November 29, 2010
Sweave Tutorial 2: Batch Individual Personality Reports using R, Sweave, and LaTeX
This post documents an example of using Sweave
to generate individualised personality reports based on
responses to a personality test.
Each report provides information on both the responses of the general
sample and responses of the specific respondent.
All source code is provided, and selected aspects are discussed,
including makefiles use of \Sexpr, figures, and LaTeX tables using Sweave.
Getting Started with Git, EGit, Eclipse, and GitHub: Version Control for R Projects
(a) installing Git using the Eclipse plugin Egit. (b) uploading repositories to GitHub, and (c) links to resources on Git, Git and LaTeX, and Git and R. The focus is on version control for people working on R, Sweave, and LaTeX related projects.
Saturday, November 27, 2010
Sweave Tutorial 1: Using Sweave, R, and Make to Generate a PDF of Multiple Choice Questions
make, Sweave, and R.
Tuesday, November 23, 2010
makefiles for Sweave, R and LaTeX using Eclipse on Windows
make and makefiles.
In particular it describes how to set up make on Windows with an emphasis on using make in Eclipse on projects involving R, Sweave, and LaTeX.
Saturday, October 23, 2010
Getting Started with Writing Mathematics in LaTeX
Wednesday, August 25, 2010
Getting Started with Beamer: Tips and Tricks for LaTeX Presentations
Simple Beamer Template for Getting Started and Reducing Typing
Wednesday, April 21, 2010
WinEdt 6.0 for LaTeX: Features, Configuration, and Resources
Monday, April 12, 2010
Exporting PDFs from JabRef using a Batch File
For example:
(a) You need to extract a subset of references for a subject you are teaching.
(b) You need to give a colleague or research student a subset of your references.
(c) You want to transfer a subset of your references to another device or computer.
Friday, March 19, 2010
TeXnicCenter Customisations
Monday, March 15, 2010
APA Style References in LaTeX
This post discusses my experience getting APA style references in LaTeX. This includes both in-text citations and the end of document references list. It focuses on the use of the apacite package.