Skip to content

Instantly share code, notes, and snippets.

@wakuteka
Created March 20, 2012 08:23
Show Gist options
  • Save wakuteka/2132817 to your computer and use it in GitHub Desktop.
Save wakuteka/2132817 to your computer and use it in GitHub Desktop.
% vim: set filetype=rnoweb
% hoge.Rnw
\documentclass[a4paper]{article}
\usepackage[a4paper,margin=20mm]{geometry}
\usepackage[utf8]{inputenc}
\begin{document}
\begin{center}
<<>>=
plot(1:10)
@
\end{center}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment