shifujun/UESTCthesis

English

annalukoko opened this issue · 9 comments

Theorem, definition, lemma, proof...make change as follows: \newtheorem{definition}{Definition}[section]
\def\enddefinition{\quad@endtheorem}%修正环境中最后一个字符不是英文字符时,不显示结束符的BUG。下同。
\theoremsymbol{}
\newtheorem{gongli}{公理}[section]
\def\endgongli{\quad@endtheorem}
\theoremsymbol{■}
\newtheorem{theorem}{Theorem}[section]
\def\endtheorem{\quad@endtheorem}
\theoremsymbol{■}

\newtheorem{lemma}{Lemma}[section]
\def\endlemma{\quad@endtheorem}
\theoremstyle{nonumberplain}
\theoremsymbol{■}
\newtheorem{proof}{Proof}
\def\endproof{\quad@endtheorem}
\RequirePackage[numbers,sort&compress]{natbib}

English version: Chapter title not bold, section and subsections title are not bold. But section number is bold.

trying out this solution ..bolding sections,chapters,subsections
\usepackage{multirow,hhline,pstricks,color,wasysym,marvosym,mathptmx}%mathptmx
\usepackage[explicit]{titlesec}
%\usepackage{rotating}
%\usepackage[inline]{enumitem}
\title{时域积分方程时间步进算法及其快速算法研究}
\author{张 三}
\date{2013}{4}{15}
\renewcommand\figurename{Figure}
\renewcommand\tablename{Table}
\titleformat{\chapter}%[hang]% or use [display]or [hang]or [block]
{\normalfont\Large\bfseries}
{\Large\chaptertitlename\ \thechapter \ }{0pt}{\Large\bfseries \centering #1}
\titlespacing*{\chapter}{0pt}{-10pt}{10.5pt}

\titleformat{\section}
{\normalfont\large\bfseries} {\thesection}{10pt}{\large\bfseries #1 }

\titleformat{\subsection}
{\normalfont\normalsize\bfseries} {\thesubsection}{10pt}{\normalsize\bfseries #1 }

\titleformat{\subsubsection}
{\normalfont\normalsize\bfseries} {\thesubsubsection}{10pt}{\normalsize\bfseries #1 }

Hello, thanks for your code. But there is another problem: the tablename is "表" instead of "table". I have spent a whole morning to sovle this problem but failed. Can you helpe me fix this problem? Thanks!

thanks, I have solved it myself.
Change
\ctexset{bibname=References,appendixname=Appendix~}
}
To
\ctexset{bibname=References,tablename=Table,figurename=Figure,appendixname=Appendix~}
}
will be okay.

Sorry, my apologize. Thanks very much.

1.How about chapter titles in the table of contents? They are not bold in my case. Also sections and subsections are plain. Is there a way to do it .cls file without \renewcommand. @Fordacre .
2. if you use \documentclass[onlychapters], the references disappear. Any possible solution.
3. Is the pdf font New Times Roman

  1. I think it is not necessary to make the titles bold in the table of contents, for there is not such requirement in our instructions. Or, maybe you can refer to "tocmatter".
  2. The references will appear, only if you complie the .aux. So, make sure you do the four steps complie again.
  3. Yes, font is Times New Roman.