diff --git a/template.tex b/template.tex new file mode 100644 index 0000000..16fe655 --- /dev/null +++ b/template.tex @@ -0,0 +1,63 @@ +\include{preamble.tex} +\graphicspath{{images}} + +\title{BOARD NAME} +\author{M-Labs Limited} +\date{October 2024} +\revision{Revision 1} +\companylogo{\includegraphics[height=0.73in]{artiq_sinara.pdf}} + +\begin{document} +\maketitle + +\section{Features} + +\begin{itemize} +\item{features} +\end{itemize} + +\section{Applications} + +\begin{itemize} +\item{applications} +\end{itemize} + +\section{General Description} + +% Switch to next column +\vfill\break + +\begin{figure}[h] + \centering + \scalebox{1.15}{ + \begin{circuitikz}[european, every label/.append style={align=center}] + \begin{scope}[] + % if applicable + \end{scope} + \end{circuitikz} + } + + \caption{Simplified Block Diagram} +\end{figure} + +\begin{figure}[hbt!] + \centering + % card photo + % front panel +\end{figure} + +% For wide tables, a single column layout is better. It can be switched +% page-by-page. +\onecolumn + +\section{Specifications} + +\newpage + +\section{Example ARTIQ code} +\section*{} +\vspace*{\fill} + +\input{footnote.tex} + +\end{document}