[Latex] modify the graduation thesis template zjuthesis

Source: Internet
Author: User

Zjuthesis is one of the most popular latex templates. The following are some minor changes made to the official template of the college.

 

Level 2 and Level 3 directory indent too large

/Titlecontents {Section} [3.5em] {}%

{/Contentslabel {2.2em }{/ hspace {-3.2em }}{/titlerule * [10pt] {.}/contentspage}

/Titlecontents {subsection} [5.0em] {}%

{/Contentslabel {3.0em }{/ hspace {-5.0em }}{/titlerule * [10pt] {.}/contentspage}

The two original ones are commented out. Just comment them out.

I tried the values 3.5 and 5.0, AND THE EFFECT looks like it in the official word template. You can change it as you like.

Then, set the statement

/Setcounter {tocdepth} {2}

Put it in front of the two currently; otherwise, the level-3 title cannot be displayed in the directory.

 

Research Achievements during the attack

The default Effect of enumerate is as follows:

1. paper1

2. paper2

To change this effect:

[1] paper1

[2] paper2

Change the file self. Tex:

/Renewcommand/labelenumi {[/theenumi]} % save

/Begin {enumerate}

/Item paper1

/Item paper2

/End {enumerate}

/Renewcommand {/labelenumi} {/Arabic {enumi}.} % restore

 

Formula number, reference

/Renewcommand {/eqref} [1] {formula (/Ref {#1 })}

/Makeatletter

/DEF/@ eqnnum {/normalfont/normalcolor formula ~ (/Theequation )}}

/Makeatother

 

Another method is as follows:

/Renewcommand {/theequation} {formula (/Arabic {Chapter}./Arabic {equation })}

/Makeatletter

/DEF/tagform @ #1 {/maketag {/ignorespaces #1/unskip/@ italiccorr }}

/Makeatother

 

 

Parentheses are automatically added for reference.

/Eqref {}

 

Body:

/Begin {eqnarray}/label {EQ: EQ1}

/Lambda

/End {eqnarray}

This is/eqref {EQ: EQ1}

 

 

The "abstract" is missing in the directory, and the English abstract header is the Chinese "abstract ".

File ABSE. TEX:

/Newpage

/Chapter * {/centerline {abstract }}

/Pagestyle {plain}

/Chaptermark {abstract}

/Addcontentsline {TOC} {Chapter} {abstract}

The following lines are original but commented out. Just comment out the lines.

 

The page number of the directory must contain lowercase Roman letters.

The default value is uppercase.

Comment out the main. Tex File

/Pagenumbering {Roman}

 

Thank you for putting it to the end

In Main. Tex

/Input {data/Thanks}

Put it to the end. Note that before/end {document },

 

Theorem, proving that the default keyword is yinshu

In zjuthesis. CLs, these lines are set with the relevant fonts, And/heiti is the simhei:

/Newtheorem {hypo} {/heiti hypothesis ~} [Chapter]

/Newtheorem {Defin} {/heiti definition ~} [Chapter]

/Newtheorem {Theo} {/heiti theorem ~} [Chapter]

/Newtheorem * {pro} {/heiti proof ~}

/Newtheorem {Lem} {/heiti ~} [Chapter]

 

Text font

The default value is Imitation Song.

In Main. Tex

/Begin {document}/songti

 

Table directory

By default, there is a glossary. Therefore, the header of the table directory is a glossary.

/Printnomenclature

/Chaptermark {glossary}

Just hide

 

References: required school information

In the bib file, add the school entry to phdthesis and put the school information, which is generally unavailable on the Internet.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.