Skip to content

Commit c810881

Browse files
committed
Add Prefixes section to Guidelines
Signed-off-by: SitiSchu <admin@sitischu.com>
1 parent 58ab2a5 commit c810881

4 files changed

Lines changed: 34 additions & 1 deletion

File tree

release/CommonUnits.pdf

19 KB
Binary file not shown.

src/1.Guidelines.tex

Whitespace-only changes.

src/2.Guidelines.tex

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
\chapter{Guidelines}
2+
This Chapter sets Guidelines that Units inside \cu\ should follow.
3+
\section{Prefixes}
4+
Units should use \fhref{metric prefixes}{https://en.wikipedia.org/wiki/Metric_prefix} to indicate a multiple or a fraction of the unit.\\
5+
These are as follows:\\~\\
6+
\begin{tabular}{l c r l}
7+
\rowalign{c}{Text} & \rowalign{c}{Symbol} & \rowalign{c}{Factor} & \rowalign{c}{Power} \\
8+
\(yotta\) & \(Y\) & 1000000000000000000000000 & \(10^{24}\) \\
9+
\(zetta\) & \(Z\) & 1000000000000000000000 & \(10^{24}\) \\
10+
\(exa\) & \(E\) & 1000000000000000000 & \(10^{18}\) \\
11+
\(peta\) & \(P\) & 1000000000000000 & \(10^{15}\) \\
12+
\(tera\) & \(T\) & 1000000000000 & \(10^{12}\) \\
13+
\(giga\) & \(G\) & 1000000000 & \(10^{9}\) \\
14+
\(mega\) & \(M\) & 1000000 & \(10^{6}\) \\
15+
\(kilo\) & \(k\) & 1000 & \(10^{3}\) \\
16+
\(hecto\) & \(h\) & 100 & \(10^{2}\) \\
17+
\(deca\) & \(d\) & 10 & \(10^{1}\) \\
18+
% \end{tabular}\\
19+
% \begin{tabular}{l c l l}
20+
--- & --- & 1 & \(10^{0}\) \\
21+
\(deci\) & \(d\) & 0.1 & \(10^{−1}\) \\
22+
\(centi\) & \(c\) & 0.01 & \(10^{−2}\) \\
23+
\(milli\) & \(m\) & 0.001 & \(10^{−3}\) \\
24+
\(micro\) & \(\mu \) & 0.000001 & \(10^{−6}\) \\
25+
\(nano\) & \(n\) & 0.000000001 &\(10^{−9}\) \\
26+
\(pico\) & \(p\) & 0.000000000001 & \(10^{−12}\) \\
27+
\(femto\) & \(f\) & 0.000000000000001 & \(10^{−15}\) \\
28+
\(atto\) & \(a\) & 0.000000000000000001 & \(10^{−18}\) \\
29+
\(zepto\) & \(z\) & 0.000000000000000000001 &\(10^{−21}\) \\
30+
\(yocto\) & \(y\) & 0.000000000000000000000001 & \(10^{−24}\)
31+
\end{tabular}

src/CommonUnits.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
\href{#2}{#1}\footnote{\url{#2}}
2929
}
3030

31+
\newcommand*{\rowalign}[2]{\multicolumn{1}{#1}{#2}}
32+
3133
\begin{document}
3234
\maketitle
3335

@@ -38,5 +40,5 @@
3840
\include{Contributors}
3941
\pagenumbering{arabic}
4042
\include{1.Challenges}
41-
\include{1.Guidelines}
43+
\include{2.Guidelines}
4244
\end{document}

0 commit comments

Comments
 (0)