Answers for "text middle in latex"

1

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}
Posted by: Guest on June-24-2020
0

text middle in latex

\begin{center} Your text here \end{center} 
Posted by: Guest on July-16-2021

Browse Popular Code Answers by Language