-
Notifications
You must be signed in to change notification settings - Fork 163
English #102
Comments
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 \titleformat{\section} \titleformat{\subsection} \titleformat{\subsubsection} |
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. |
Look at what I pasted on the wall. You don't have to change .cls file. There are two \renewcommand\figurename{Figure} and \renewcommand\tablename{Table}
Sent from Yahoo Mail on Android
On Mon, Mar 12, 2018 at 10:19, Ce Jin<[email protected]> wrote:
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!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
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 . |
|
Hi. Thank you for your responses. They have been really useful. However, option with onlychapters is not working for me. I cleaned the aux but all references including figure refs have symbol ?.
Sent from Yahoo Mail on Android
On Mon, Mar 12, 2018 at 19:31, Ce Jin<[email protected]> wrote:
Sorry, my apologize. Thanks very much.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
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}
The text was updated successfully, but these errors were encountered: