Differences between revisions 1 and 2
Revision 1 as of 2007-08-01 00:36:04
Size: 341
Editor: TobinFricke
Comment: LIGO document stylesheet
Revision 2 as of 2007-08-01 19:29:18
Size: 988
Editor: TobinFricke
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:

Here's a snippet of LaTeX that will get you started:
{{{
\documentclass{ligodoc}

\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage[usenames,dvipsnames]{color}
\usepackage{hyperref}

\ligodccnumber{T}{07}{XXXX}{00}{X}
\ligodistribution{LIGO Scientific Collaboration}
\ligodraft

\title{Put your title here}
\author{your name}
\date{the date}

\begin{document}

\section{Introduction}

Once upon a time...

\section{Another section}

\subsection{Here's a subsection}

\begin{equation}
H |\psi\rangle = -i\hbar \frac{\partial}{\partial t} |\psi\rangle
\end{equation}

\end{document}
}}}

You can make pretty LaTeX documents by using the "ligodoc.cls" stylesheet.

  • attachment:ligodoc.cls

To install it on a linux machine, put it in the directory "~/texmf/tex/latex/" and then LaTeX will always be able to find it.

Be sure to [http://antares.ligo.caltech.edu/dcc/numdefault.htf get a DCC number] for your document.

Here's a snippet of LaTeX that will get you started:

\documentclass{ligodoc}

\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage[usenames,dvipsnames]{color}
\usepackage{hyperref}

\ligodccnumber{T}{07}{XXXX}{00}{X}
\ligodistribution{LIGO Scientific Collaboration}
\ligodraft

\title{Put your title here}
\author{your name}
\date{the date}

\begin{document}

\section{Introduction}

Once upon a time...

\section{Another section}

\subsection{Here's a subsection}

\begin{equation}
H |\psi\rangle = -i\hbar \frac{\partial}{\partial t} |\psi\rangle
\end{equation}

\end{document}

LaTeX (last edited 2012-01-03 23:02:37 by localhost)