Move caption below image
This commit is contained in:
parent
b87f06f4d3
commit
7ecc90b22d
@ -1,10 +1,10 @@
|
|||||||
C\# is an object-oriented programming language that was developed by Microsoft in 2011. In \cref{fig:csharp} we can see the logo of the programming language.
|
C\# is an object-oriented programming language that was developed by Microsoft in 2011. In \cref{fig:csharp} we can see the logo of the programming language.
|
||||||
|
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\caption{The logo of C\#}
|
|
||||||
\label{fig:csharp}
|
\label{fig:csharp}
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[width=2cm]{exercises/references/csharp.png}
|
\includegraphics[width=2cm]{exercises/references/csharp.png}
|
||||||
|
\caption{The logo of C\#}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\cref{lst:csharphelloworld} shows a program that prints the text \enquote{Hello LaTeX friends!} to the console. Like Java, C\# makes use of classes and main methods to build executable applications.
|
\cref{lst:csharphelloworld} shows a program that prints the text \enquote{Hello LaTeX friends!} to the console. Like Java, C\# makes use of classes and main methods to build executable applications.
|
||||||
|
|||||||
@ -3,9 +3,9 @@
|
|||||||
C\# is an object-oriented programming language that was developed by Microsoft in 2011. In the figure we can see the logo of the programming language.
|
C\# is an object-oriented programming language that was developed by Microsoft in 2011. In the figure we can see the logo of the programming language.
|
||||||
|
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\caption{The logo of C\#}
|
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[width=2cm]{exercises/references/csharp.png}
|
\includegraphics[width=2cm]{exercises/references/csharp.png}
|
||||||
|
\caption{The logo of C\#}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
The following source code listing shows a program that prints the text \enquote{Hello LaTeX friends!} to the console. Like Java, C\# makes use of classes and main methods to build executable applications.
|
The following source code listing shows a program that prints the text \enquote{Hello LaTeX friends!} to the console. Like Java, C\# makes use of classes and main methods to build executable applications.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user