On 05/04/2019 12:57,
nuwag...@gmail.com wrote:
> On Wednesday, October 30, 2002 at 12:53:48 AM UTC+3,
w...@uiuc.edu wrote:
>> Hi folks,
>> Does anyone know how to center the Chapter # and title? I have
>> tried doing \chapter{\begin{center}Introduction\end{center}} but
>> it doesn't work.
The layout of a chapter heading is controlled by the document class that
you are using, which you haven't told us.
To modify it, use the \titleformat command from the titlesec package.
There is a worked example at Answer 2 in
https://tex.stackexchange.com/questions/241891/chapter-headings-change-alignment-to-center-and-without-the-word-chapter
> how do i center a document
A *whole* document? You mean center all the lines? Add
\begin{center} immediately after \begin{document} and
\end{center? immediately before \end{document}
But except for (perhaps) posters, this would be a very unusual format.
Have I misunderstood what you want to do?
Peter