[cig-commits] commit: Added BSSA stuff.

Mercurial hg at geodynamics.org
Tue Jul 5 16:37:22 PDT 2011


changeset:   41:163062686fef
tag:         tip
user:        Brad Aagaard <baagaard at usgs.gov>
date:        Tue Jul 05 16:37:18 2011 -0700
files:       faultRup.tex
description:
Added BSSA stuff.


diff -r d99c87f594f0 -r 163062686fef faultRup.tex
--- a/faultRup.tex	Tue Jul 05 16:32:23 2011 -0700
+++ b/faultRup.tex	Tue Jul 05 16:37:18 2011 -0700
@@ -1,11 +1,41 @@
-%% Possible journals:
-%%   BSSA
-%%   GGG
+%\documentclass[draftstyle]{bssa}
+\documentclass{bssa}
+
+\usepackage{array}
+\usepackage{epsfig}
+\usepackage[centertags]{amsmath}
+\usepackage{rotating}
+
+\newcommand{\refeqn}[1]{~(\ref{#1})}
+
+\widowpenalty=999999
+\clubpenalty=999999
+\brokenpenalty=999999
+
+\title{ADD TITLE HERE}
+\author{Brad T. Aagaard, Matthew Knepley, Charles Williams}
+
+\affiliation{U.S. Geological Survey, MS977\\
+  345 Middlefield Rd.\\
+  Menlo Park, CA  94025}
+
+\date{\today}
+
+
+% ==================================================================
+\begin{document}
+
+\maketitle
 
 \begin{abstract}
+% maximum of 250 words
   Focus on fault implementation and show how it colors all our computational and code decisions.
 \end{abstract}
   
+\iftwocolumn % 2 columns
+  \begin{multicols}{2}
+\fi
+
 \section{Geometry Processing}
   adjusting topology
 
@@ -34,3 +64,21 @@
     \end{itemize}
     \item real problem  
   \end{itemize}
+
+% ------------------------------------------------------------------
+\begin{data}
+\end{data}
+
+% ------------------------------------------------------------------
+\begin{acknowledgments}
+\end{acknowledgments}
+
+% ------------------------------------------------------------------
+\bibliography{pylith}
+
+\iftwocolumn % 2 columns
+  \end{multicols}
+\fi
+
+% ==================================================================
+\end{document}



More information about the CIG-COMMITS mailing list