wengan-li / ncku-thesis-template-latex

NCKU Thesis/Dissertation Template in Latex | 台灣國立成功大學碩博士用畢業論文LaTex模板
Other
94 stars 41 forks source link

Dissertation Format #19

Closed yusie1978 closed 7 years ago

yusie1978 commented 7 years ago

I just realize that all chapters should be formatted in indent paragraph? Because as far as I know, we just use \noindent paragraph?

How can I change from noindent paragraph to indent paragraph from new paragraph from previous one?

Thanks a lot your help!

wengan-li commented 7 years ago

If you want all paragraph as indent paragraph, comment the following command in configure.tex:

%\usepackage{parskip}

and append command:

\usepackage{indentfirst}

I hope this is what you want.

Here is the example: example-indent