-
Notifications
You must be signed in to change notification settings - Fork 0
/
HVES - Latex - Template.tex
110 lines (82 loc) · 2.42 KB
/
HVES - Latex - 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
%Compile with XeLaTeX
\documentclass[12pt,a4paper,oneside]{memoir}
\usepackage[OT1]{fontenc}
\usepackage{background}
\usepackage{lipsum}% just to generate filler text
\usepackage{scrextend}
\usepackage{graphicx}
\usepackage[left=1.5cm,right=1.5cm,top=2cm,bottom=3cm]{geometry}
\usepackage{fancyhdr}
\pagestyle{fancy}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{booktabs}
\usepackage[section]{placeins}
\usepackage{float}
\usepackage{mathptmx}
\usepackage{tocloft}
\usepackage{setspace}
\usepackage{pgfplots} %Histogram graphing
\usepackage{titlesec} %Title spacing
\usepackage{caption}
\usepackage{hyperref}
\usepackage{changepage}
\usepackage{color,soul}
\usepackage{xcolor}
\usepackage{gensymb}
\usepackage{rotating}
\usepackage{multirow}
\usepackage[flushleft]{threeparttable}
\usepackage{lipsum}
\setlength\headheight{35.5pt} % just to make warning go away. Adjust the value after looking into the warning.
\newcolumntype{L}{>{\centering\arraybackslash}m{3cm}}
\newcolumntype{J}{>{\centering\arraybackslash}p{5cm}}
\newcommand{\rowgroup}[1]{\hspace{-1em}#1}
\pgfplotsset{
compat=newest,
xlabel near ticks,
ylabel near ticks
}
\SetBgContents{Prepared by XXXX XXXXX, 202X}
\SetBgScale{1}
\SetBgAngle{0}
\SetBgOpacity{1}
\SetBgColor{black}
\SetBgPosition{current page.south west}
\SetBgHshift{4cm}
\SetBgVshift{1cm}
%\fancyhf{}
\lhead{\includegraphics[width=5.25cm]{HVES_Logo.png}}
%\renewcommand{\headrulewidth}{0.4pt}
\mainmatter
\counterwithout{figure}{chapter}
\counterwithout{table}{chapter}
\begin{document}
\section*{HVES Latex Template}
\lipsum[2-4]
%----- Sample Figure ----------%
% \begin{figure}[!htbp]
% \centering
% \includegraphics[width=\textwidth]{445N_IA.jpg}
% \captionsetup{aboveskip=0pt,font=it}
% \caption{16" @ 445N Fz / Varying IA / 12 PSI}
% \label{Fig1}
% \end{figure}
% Add in large transportation / offroad / capabilities with the pack tester. Future predictions (Rivian)
%----- Sample Table ----------%
%\begin{table}[H]
% \centering
% \captionsetup{aboveskip=0pt,font=it}
% \caption{Coroplast Characteristics}
% \resizebox{0.6\textwidth}{!}{ %resize table
% \begin{tabular}{cccc}
% \toprule
% \textbf{Cross Section [$mm^2$]} & \textbf{Diameter [mm]} & \textbf{Resistance [m\ohm/m]} & \textbf{Max Temperature [K]}\\
% 16 & 5.8 & 1.16 & 453 \\
% 20 & 6.9 & 0.96 & 453\\
% 25 & 7.2 & 0.743 & 453\\
% \bottomrule
% \end{tabular}
% }
% \end{table}
\end{document}