当前位置:网站首页>Texstudio tutorial

Texstudio tutorial

2022-07-01 13:54:00 QT-Smile

TexStudio Use the tutorial

 Insert picture description here
2.
Every article should have a begin and end
 Insert picture description here
3.
 Insert picture description here
4.
 Insert picture description here
5.
 Insert picture description here
6.
The percent sign is an annotation function
 Insert picture description here
(1)
Overall document format
 Insert picture description here
(2)
The paper size
 Insert picture description here

 Insert picture description here
8.
One LaTex There is one and only one document Environmental Science
 Insert picture description here
9.
The introduction area is mainly used for global settings
 Insert picture description here
10.
Type of document
The title of the document
The author of the document
Editing time (today Today )
 Insert picture description here
11.
In order to be able to display title, You can enter \maketitle
 Insert picture description here
12.
use $$ Surrounded by mathematical formulas
 Insert picture description here
13.
Blank lines can divide the content of the body area into different lines
 Insert picture description here
14.

The following format for writing mathematical formulas , You can start the mathematical formula on another line , And Center
 Insert picture description here
15.
Multiple consecutive blank lines , Will only be regarded as an empty line
 Insert picture description here
16.
When you need to display Chinese , It needs to be set to UTH-8 The pattern of , And add the above line of code
 Insert picture description here

3、 ... and 、 Font size settings

 Insert picture description here

1. Font family settings ( Braces can set the scope of the declaration )

 Insert picture description here

2. Font family settings

 Insert picture description here

3. Font shape settings

 Insert picture description here

 Insert picture description here
(1)
Chinese font setting
 Insert picture description here
Chinese font setting requires adding the following line of code in the introduction area
 Insert picture description here
 Insert picture description here

4. Font size setting ( Font size is relative enormous set)

 Insert picture description here
enormous set The size of is controlled by the optional parameters of the document class , You can set it through the following code
 Insert picture description here
 Insert picture description here

Be careful :LaTex The idea of is the separation of format and content , Therefore, it is not recommended to use too many formats in the content , But use newcommand Define a new command .(newcommand The order is placed in the introduction area )
 Insert picture description here

LaTex The basic structure in the document

section Build section
 Insert picture description here
2.
subsection Build sub sections
 Insert picture description here
3.
subsubsection Build smaller sections
 Insert picture description here
4.
 Insert picture description here
5.

 Insert picture description here
6.
Double backslashes can only produce line breaks , It does not produce new paragraphs , That is, no indentation . The function of multiple blank lines is the same as that of one blank line , Is to produce a new paragraph
 Insert picture description here
7.
/par New paragraphs can be generated
 Insert picture description here
8.
The basic format of the document can also be modified ctexart To make changes , Modify the section and subsection You can modify the document format
 Insert picture description here
 Insert picture description here
9.
chapter Chapters can be generated
 Insert picture description here

LaTex Processing of special characters

There are mainly the following 8 Special characters
 Insert picture description here
1. Blank character
 Insert picture description here
 Insert picture description here
 Insert picture description here
 Insert picture description here
2.LaTex Controller
 Insert picture description here
3. Typesetting symbols
 Insert picture description here
4.TeX Symbols
 Insert picture description here
5. quotes
 Insert picture description here
6. A hyphen
 Insert picture description here
7. Non English characters
 Insert picture description here
8. stress mark
 Insert picture description here

LaTex Illustration in

 Insert picture description here
2.
 Insert picture description here
3.
 Insert picture description here
4.
 Insert picture description here
5.
Help document
 Insert picture description here

LaTex The table in

Create a table using the environment name “tabular”
 Insert picture description here
2.
tabular There is a required parameter for column layout
l: Specify left alignment
c: Specify center alignment
r: Specify right alignment
The following code generates 5 List of tables
 Insert picture description here
3.
Between different columns & Division
 Insert picture description here
4.
use \ Close the line , And generate a new line
 Insert picture description here
5.
Use vertical lines to make vertical lines appear in the table
 Insert picture description here
6.
The space in this is invalid
 Insert picture description here
7.
\hline Generate table lines
 Insert picture description here
8.
Two \hline Make a double line
 Insert picture description here
9.
Generate table double vertical lines
 Insert picture description here
10.
 Insert picture description here
11. Help document
 Insert picture description here

LaTex The mathematical formula is preliminary

1. In line formula
 Insert picture description here
2. Superscript implementation
 Insert picture description here
3. Subscript implementation
 Insert picture description here
4. The Greek letter
 Insert picture description here
 Insert picture description here

5. Mathematical functions
 Insert picture description here
6.
 Insert picture description here

Fraction

 Insert picture description here
 Insert picture description here

The formula between lines

 Insert picture description here
2.
 Insert picture description here
3.
Formula automatic numbering , Need to use equation Environmental Science
 Insert picture description here
4.displaymath Environment can write mathematical formulas between lines
 Insert picture description here
5. Mathematical formulas that do not require automatic numbering , Use equation Environmental Science
 Insert picture description here
6.
equation
Environment needs to be used amsmath Macro package
 Insert picture description here

Multiline formula of mathematical formula

First, you need to import these two packages
 Insert picture description here

Use the environment name gather
 Insert picture description here

 Insert picture description here
3.
Without number
 Insert picture description here
4.

 Insert picture description here
5.
align Environmental Science , Use & Align formulas
 Insert picture description here
6.
Write a formula in multiple lines
 Insert picture description here
7.
Piecewise functions represent
 Insert picture description here
Use \text Command processing formula in Chinese
 Insert picture description here

原网站

版权声明
本文为[QT-Smile]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/182/202207011347394033.html