Answers for "how to make a text in the 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
1

text middle in latex

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

Code answers related to "how to make a text in the middle in latex"

Browse Popular Code Answers by Language