Skip to content

Instantly share code, notes, and snippets.

@fditraglia
Created April 3, 2014 18:13
Show Gist options
  • Save fditraglia/9959721 to your computer and use it in GitHub Desktop.
Save fditraglia/9959721 to your computer and use it in GitHub Desktop.
LaTeX Snippet: refreport
<snippet>
<content><![CDATA[
\documentclass[12pt,letterpaper]{article}
\usepackage{amssymb, amsmath, amsthm, graphicx}
\usepackage[left=1.25in, right=1.25in, top=1.25in, bottom=1.25in, nohead] {geometry}
\title{Referee Report}
\author{${1:Journal Name}, MS \# ${2:Number}}
\date{}
\begin{document}
\maketitle
\section{Summary}
\section{Overall Evaluation}
\section{General Comments}
\section{Comments on the Exposition}
\end{document}
]]></content>
<tabTrigger>refreport</tabTrigger>
<scope>text.tex.latex</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment