centre latex code example
Example 1: figure centering latex
\begin{figure}
\centering
... (Code for pictures, captions) ...
\end{figure}
Example 2: centering text latex
\documentclass{article}
\begin{document}
This is a really long sentence as an example. The second have of this\\
\centerline{sentence should be centered.}
\end{document}