Skip to content

Commit

Permalink
SPIE latex style
Browse files Browse the repository at this point in the history
  • Loading branch information
leannep committed Jun 29, 2022
1 parent 08b7776 commit 29b5d08
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions DMTN-211.tex
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
% Submit a 4-page-minimum manuscript, by the advertised due date, for publication in the Proceedings of SPIE in the SPIE Digital Library
\documentclass[]{spie}
\input{meta}

% Package imports go here.
\usepackage{amsmath,amsfonts,amssymb}
\usepackage{graphicx}
\usepackage[colorlinks=true, allcolors=blue, backref=page]{hyperref}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\usepackage{xspace}
\usepackage{longtable}
\usepackage{xcolor}
\usepackage{listings}
\usepackage{todonotes}
\usepackage{subcaption}
\captionsetup[subfigure]{labelformat=empty}

Expand All @@ -34,10 +30,6 @@
\newcommand\arcmin{\mbox{$^\prime$}}%
\newcommand\arcsec{\mbox{$^{\prime\prime}$}}%

\newcommand{\docRef}{DMTN-211}
\newcommand{\docUpstreamLocation}{\url{https://github.com/lsst-dm/dmtn-211}}
\def\acronyms{\section*{ACRONYMS}\label{sec:acronyms}}

\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
Expand Down Expand Up @@ -89,25 +81,18 @@

\title{Faro: A framework for measuring the scientific performance of petascale Rubin Observatory data products}
\input{authors}
\date{\today}

% Option to view page numbers
\pagestyle{plain} % change to \pagestyle{plain} for page numbers
%\setcounter{page}{301} % Set start page numbering at e.g. 301

\begin{document}
\maketitle

\input{abstract}

% Include a list of keywords after the abstract
\keywords{Rubin Observatory, Legacy Survey of Space and Time, LSST, Data Management, Metric, Verification}

% The main body of text
\input{body}

%The appendices
\appendix
%\input{appendix}

\acknowledgments

We thank Yusra AlSayyad for her review of this manuscript.
Expand All @@ -119,7 +104,4 @@
\bibliographystyle{spiebib}
\bibliography{local,lsst,lsst-dm,refs_ads,refs,books}

%\acronyms
%\input{acronyms.tex}

\end{document}

0 comments on commit 29b5d08

Please sign in to comment.