-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2,315 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
\documentclass[SE,authoryear,toc]{lsstdoc} | ||
\input{meta} | ||
|
||
% Package imports go here. | ||
|
||
\usepackage{xcolor} | ||
\usepackage{amsmath,amssymb} | ||
\setcounter{secnumdepth}{-\maxdimen} % remove section numbering | ||
\usepackage{etoolbox} | ||
\usepackage{graphicx} | ||
\usepackage{longtable,booktabs,array} | ||
\usepackage{multirow} | ||
\usepackage{calc} % for calculating minipage widths | ||
\usepackage{lmodern} | ||
% Local commands go here. | ||
\usepackage{iftex} | ||
\ifPDFTeX\else | ||
% xetex/luatex font selection | ||
\fi | ||
% Use upquote if available, for straight quotes in verbatim environments | ||
\IfFileExists{upquote.sty}{\usepackage{upquote}}{} | ||
\IfFileExists{microtype.sty}{% use microtype if available | ||
\usepackage[]{microtype} | ||
\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts | ||
}{} | ||
\makeatletter | ||
\@ifundefined{KOMAClassName}{% if non-KOMA class | ||
\IfFileExists{parskip.sty}{% | ||
\usepackage{parskip} | ||
}{% else | ||
\setlength{\parindent}{0pt} | ||
\setlength{\parskip}{6pt plus 2pt minus 1pt}} | ||
}{% if KOMA class | ||
\KOMAoptions{parskip=half}} | ||
\makeatother | ||
% Set default figure placement to htbp | ||
\def\fps@figure{htbp} | ||
\makeatother | ||
\setlength{\emergencystretch}{3em} % prevent overfull lines | ||
\providecommand{\tightlist}{% | ||
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} | ||
\usepackage{bookmark} | ||
\IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available | ||
\urlstyle{same} | ||
\hypersetup{ | ||
pdftitle={LSST Camera Electro-Optical Test Results}, | ||
hidelinks, | ||
pdfcreator={LaTeX via pandoc}} | ||
|
||
|
||
%If you want glossaries | ||
%\input{aglossary.tex} | ||
%\makeglossaries | ||
|
||
\title{LSST Camera Electro-Optical Test Results} | ||
|
||
% Optional subtitle | ||
% \setDocSubtitle{A subtitle} | ||
|
||
\author{% | ||
Yousuke Utsumi | ||
} | ||
|
||
\setDocRef{SITCOMTN-148} | ||
\setDocUpstreamLocation{\url{https://github.com/lsst-sitcom/sitcomtn-148}} | ||
|
||
\date{\vcsDate} | ||
|
||
% Optional: name of the document's curator | ||
% \setDocCurator{The Curator of this Document} | ||
|
||
\setDocAbstract{% | ||
Current baseline plan for the year 1 minimum viable product as delivered for ORR. | ||
} | ||
|
||
% Change history defined here. | ||
% Order: oldest first. | ||
% Fields: VERSION, DATE, DESCRIPTION, OWNER NAME. | ||
% See LPM-51 for version number policy. | ||
\setDocChangeRecord{% | ||
\addtohist{1}{YYYY-MM-DD}{Unreleased.}{} | ||
} | ||
|
||
|
||
\begin{document} | ||
|
||
% Create the title page. | ||
\maketitle | ||
% Frequently for a technote we do not want a title page uncomment this to remove the title page and changelog. | ||
% use \mkshorttitle to remove the extra pages | ||
\input{body} | ||
|
||
\appendix | ||
% Include all the relevant bib files. | ||
% https://lsst-texmf.lsst.io/lsstdoc.html#bibliographies | ||
\section{References} \label{sec:bib} | ||
\renewcommand{\refname}{} % Suppress default Bibliography section | ||
\bibliography{local,lsst,lsst-dm,refs_ads,refs,books} | ||
|
||
% Make sure lsst-texmf/bin/generateAcronyms.py is in your path | ||
\section{Acronyms} \label{sec:acronyms} | ||
\input{acronyms.tex} | ||
% If you want glossary uncomment below -- comment out the two lines above | ||
%\printglossaries | ||
|
||
|
||
\end{document} | ||
|
||
|
||
|
||
|
Oops, something went wrong.