Skip to content

Instantly share code, notes, and snippets.

@ryseto
Created June 11, 2014 02:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryseto/2709cd5284d91ee08ab9 to your computer and use it in GitHub Desktop.
Save ryseto/2709cd5284d91ee08ab9 to your computer and use it in GitHub Desktop.
Templete for Journal of Rheology
\documentclass[
aip,
author-year,
reprint,
onecolumn,
tightenlines,
12pt,
notitlepage,
amsmath,
amssymb
]{revtex4-1}
\setcitestyle{square}
\usepackage[pdftex]{graphicx}
\usepackage[pdftex,bookmarks,colorlinks,citecolor=blue,linkcolor=blue]{hyperref}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{siunitx}
\usepackage{newtxtext}
\usepackage[varg]{newtxmath}
\usepackage{bm}
\newcommand\secref[1]{Sec.~\ref{#1}}
\newcommand\appref[1]{Appendix~\ref{#1}}
\newcommand\figref[1]{Fig.~\ref{#1}}
\begin{document}
\title{TITLE}
\author{AUTHOR1}
\affiliation{AFFILIATION1}
\author{AUTHOR2}
\affiliation{AFFILIATION2}
\begin{abstract}
ABSTRACT
\end{abstract}
\maketitle
......
\bibliography{BIBFILE}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment