Answers for "center text on underline latex"

C++
8

underline in latex

underline{science}
Posted by: Guest on October-17-2020
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