Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

English #102

Open
annalukoko opened this issue Mar 5, 2018 · 9 comments
Open

English #102

annalukoko opened this issue Mar 5, 2018 · 9 comments

Comments

@annalukoko
Copy link

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}

@annalukoko
Copy link
Author

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

@annalukoko
Copy link
Author

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 }

@Fordacre
Copy link

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!

@Fordacre
Copy link

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.

@annalukoko
Copy link
Author

annalukoko commented Mar 12, 2018 via email

@Fordacre
Copy link

Sorry, my apologize. Thanks very much.

@annalukoko
Copy link
Author

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

@Fordacre
Copy link

  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.

@annalukoko
Copy link
Author

annalukoko commented Mar 13, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants