datasheets/template.tex
2025-01-24 14:10:41 +01:00

60 lines
994 B
TeX

\input{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}
\finalfootnote
\end{document}