Answers for "how to center in latex"

2

center algin latex

For a block of text, use begin{center} and end{center}.
Inside a float, you can just use the command centering.
Posted by: Guest on July-31-2021
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

Browse Popular Code Answers by Language