note286 / xduts

Xidian University TeX Suite 西安电子科技大学LaTeX套装
https://www.ctan.org/pkg/xduts
LaTeX Project Public License v1.3c
699 stars 71 forks source link

Compile error: ! Paragraph ended before \chapter was complete. #35

Closed wail-asad closed 1 year ago

wail-asad commented 1 year ago

Platform : windows 11

Latex : Texlive 2022

This appeared at the following configurations

This the first part


or if the language is chinese  for example
`style / language = zh,`
wail-asad commented 1 year ago

@note286 could you please look for it.

note286 commented 1 year ago

Are you going to write an English thesis? Or Chinese? I don't quite understand your problem. What do you think is wrong.

note286 commented 1 year ago

According to the regulations of the university, the English thesis must have bilingual contents. The content level is 3.

\documentclass{xdupgthesis}
\xdusetup{style/language=en}
\begin{document}
\chapter{This Is Chapter}{这是一级标题}
This the text.
\section{This Is Section}{这是二级标题}
This the text.
\subsection{This Is Subsection}{这是三级标题}
This the text.
\subsubsection{This Is Subsubsection}
This the text.
\paragraph{This Is Paragraph}
This the text.
\subparagraph{This Is Subparagraph}
This the text.
\end{document}

image image image

wail-asad commented 1 year ago

Ok, noted thanks very much