-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.tex
111 lines (77 loc) · 3.21 KB
/
template.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
% ------------------------------------------------------------
% ------------------------------------------------------------
% Insert the common KETCube AppNote Defines
% ------------------------------------------------------------
% ------------------------------------------------------------
\input{resources/appNotes/defs.tex}
\title{\UWBLogo KETCube Document Template (\vhCurrentVersion)}
\author{Author: \vhListAllAuthorsLongWithAbbrev}
\date{Version \vhCurrentVersion\ from \vhCurrentDate}
% ------------------------------------------------------------
% ------------------------------------------------------------
% Insert the common KETCube AppNote Head
% ------------------------------------------------------------
% ------------------------------------------------------------
\input{resources/appNotes/head.tex}
% ------------------------------------------------------------
% ------------------------------------------------------------
% BEGIN of the KETCube appNote Content
% ------------------------------------------------------------
% ------------------------------------------------------------
\section*{About this Document}
\input{resources/about.tex}
This document describes KETCube upstream modules.
\setcounter{tocdepth}{2}
\tableofcontents
\clearpage
\listoffigures
\listoftables
\begin{versionhistory}
\vhEntry{0.2.0*}{30.11.2020}{JB}{Initial version}
\end{versionhistory}
% history table ... do not number
\setcounter{table}{0}
\clearpage
\pagenumbering{arabic}
\pagestyle{headings}
\clearpage
\section{How to Write the KETCube Document}
\docWarn{This is the WARNING BOX}
\docNote{This is the NOTE BOX}
\begin{docCodeExample}
\begin{verbatim}
This is the CODE EXAMPLE
\end{verbatim}
\end{docCodeExample}
\marginlabel{\captionof{figure}{Full-Width Image}\label{fig:general:parts}}
\raisebox{-\height}{\includegraphics[width=0.5\paperwidth]{ketCube_all_photo_fullQ.jpg}}
\marginlabel{\captionof{figure}{Half-Width Images}\label{fig:general:stacked}}
\raisebox{-\height}{\includegraphics[width=0.25\paperwidth]{ketCube_all_stacked_photo_fullQ.jpg}}
\raisebox{-\height}{\includegraphics[width=0.25\paperwidth]{ketCube_all_inBox_photo_fullQ.jpg}}
\subsection{Table Example}
\begin{table*}[!ht]
%\hspace*{-4cm}
\begin{tabular}{| p{3.5cm} | p{2cm} | p{2cm} |}
\hline
\rowcolor{SeaGreen3!30!} {\bf Battery} & $V_{min}$ [V] & $V_{nom}$ [V] \\
\hline
\hline
CR2032 & 2.9 & 3.3 \\
\hline
LS33600 & 2.9 & 3.6 \\
\hline
\end{tabular}
\addcontentsline{lot}{table}{Table Example}
\label{tab:spec:AMR}
\end{table*}
% ------------------------------------------------------------
% ------------------------------------------------------------
% END of the KETCube appNote Content
% ------------------------------------------------------------
% ------------------------------------------------------------
% ------------------------------------------------------------
% ------------------------------------------------------------
% Insert the common KETCube appNote Tail
% ------------------------------------------------------------
% ------------------------------------------------------------
\input{resources/appNotes/tail.tex}