From 489d742f8470c70b6b43627c1fd965ffa77cfc5c Mon Sep 17 00:00:00 2001 From: architeuthidae Date: Tue, 22 Oct 2024 21:56:13 +0200 Subject: [PATCH] Add datasheet template.tex --- template.tex | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 template.tex diff --git a/template.tex b/template.tex new file mode 100644 index 0000000..b5de343 --- /dev/null +++ b/template.tex @@ -0,0 +1,72 @@ +\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 + +\newcommand*{\MyLabel}[3][2cm]{\parbox{#1}{\centering #2 \\ #3}} +\newcommand*{\MymyLabel}[3][4cm]{\parbox{#1}{\centering #2 \\ #3}} +\newcommand{\repeatfootnote}[1]{\textsuperscript{\ref{#1}}} +\newcommand{\inputcolorboxminted}[2]{% + \begin{tcolorbox}[colback=white] + \inputminted[#1, gobble=4]{python}{#2} + \end{tcolorbox} +} + +\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}