Add datasheet template.tex

This commit is contained in:
architeuthidae 2024-10-22 21:56:13 +02:00
parent 3480a1a6d0
commit 489d742f84
1 changed files with 72 additions and 0 deletions

72
template.tex Normal file
View File

@ -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}