Skip to content

Commit 9202a37

Browse files
authored
Update template.tex
change [h] float specifier to [ht]
1 parent 63ce76d commit 9202a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ \section{Design}
182182
This is where you describe how you solved the assignment, at least on paper. Give a high-level view of your design.
183183
As a rule of thumb, if you find yourself describing code, you need to go to a higher abstraction level. If you for some reson want to write code you can use the `listings' package as seen in \autoref{strcpy}
184184

185-
\begin{figure}[h]
185+
\begin{figure}[ht]
186186
\begin{lstlisting}[language=C, style=cStyle]
187187
/* Simple copy from src to dest */
188188
char *strcpy(char *restrict dest,

0 commit comments

Comments
 (0)