Latex composition Latex paper layout < two >

Source: Internet
Author: User

generation of Catalogs

You can use the command \tableofcontents directly. The default format is as follows:

We will find that such a format is not necessarily what we expect. For example, we also hope that the chapter headings and page numbers are also a bit connected, and also hope that the acknowledgements, appendices, references also added to the catalogue. At this point we can change the directory format by the following statement:
First in the introductory area, add the package: \usepackage{titletoc}
Then set the format:

\titlecontents{Chapter}% Here you can change chapter to set chapters, sections              [0.0em]              {\songti\zihao{-4}\bfseries\addvspace{10bp minus 0bp}}  % The meaning of the specific parameters can be changed after you look at the effect              {\thecontentslabel\hspace{0.5em}}              {}              {\normalfont\dotfill\TEXTRM{\contentspage[{\bfseries\thecontentspage}]}}

To add acknowledgements, appendices, and references to the table of contents, simply add the command to the corresponding sub-file \addcontentsline{toc}{chapter}{here to fill in the acknowledgements or references}
after the above changes, the format is as follows:

Settings for summary

Since we are writing a medium paper, the use of the book text class, and the text class does not bring a summary environment that can not be used

\begin{abstract}        这是一个中文摘要.\end{abstract}

We only use \chapter*{summary} to generate the summary page in the form of a chapter, but we need to be in English and Chinese abstracts, and the book class default chapter of the Start page is on the right, and it is possible that our Chinese and English abstracts need to be on the front and back of a page, then we can solve by the following method:

\let\zaiyao\cleardoublepage\let\cleardoublepage\relax\chapter*{摘要}这里是中文摘要部分\newpage%转到这一页的反面\chapter*{Abstract}This is English Abstract!\let\cleardoublepage\zaiyao
Edit the formula

If you can remember the command of the formula symbol is good, then using the command to enter the formula is the quickest way, but for me to write a paper to contact Latex, the method of using the command to strike the formula is obviously less efficient, we can insert the formula in the following ways :

    1. Latex only with the formula symbol button, this can be found in the toolbar
    2. Use Latex's online formula editor to edit and paste into a file
    3. Use MathType to edit formulas

I use the first MathType to edit the formula, because the previous use of MathType, used more handy. Let's talk about how to use MathType to enter a formula in latex :

1. Open the Mahttype Options menu, select Copy and Paste options, set up as:

2. Then edit the formula in MathType and copy and paste it to the specified location in the latex file. It is important to note that the formula is by default an inline formula (preceded and \[ \] ) instead of the inline formula, just change \ ( \) , if it is placed in a mathematical formula environment, because there is already a mathematical environment, you need to remove \[ \] 。 This may not be understood here, the following examples illustrate:
The source code is as follows: (not written in introductory section)

\begin{document} 为了完善与巩固州际间的通信,美国议会于1934年成立了联邦通信委员会(Federal Communications Commission, FCC)来完成这一任务。FCC的职责是管理和授权美国的无线电频段,\(E = m{c^2}\)例如它给广播电视系统分配了甚高频(VHF)和特高频(UHF),\[E = m{c^2}\]并对其工作方式进行约束。 \begin{equation}   E = m{c^2}\end{equation}随着无线通信技术的飞速发展,世界各国也相继组建了相关部门来管理本国的无线频谱资源,例如中国的无线电管理委员会。\end{document}

The effect is as follows:

The content copied directly from MathType is \[E =m c 2 \] , if you need to change the formula to an inline formula or with an ordinal, you need to make the appropriate changes.Note:Sometimes mathtype copy of the command may be different from latex formula command, it is best to use Latex formula button, I in the editing formula, there are only two cases, one is superscript need to add braces, and two is unable to enter a solid point.

Original: http://blog.csdn.net/tengweitw/article/details/46799857

Nineheadedbird

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Latex composition Latex paper layout < two >

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.