Another year paper, but also a headache
http://www.wiris.com/editor/demo/en/developers

very handy! Strong push
\ Section {} a title
\ subsection {} subheadings
\ subsubsection {} three title
Join the front:
\usepackage{graphicx}
table:
\begin{minipage}{0.12\textwidth} %% {0.18\textwidth} \centerline{\includegraphics[width=1\textwidth]{./pic/small.png}}
\centerline{(b)}
\end{minipage}
\begin{figure*}[hb]
\centering
\includegraphics[scale=0.4]{img1.jpg}
\caption{hello}
\label{fig_framework}
\end{figure*}
\begin{equation}
\begin{aligned}
…
\end{aligned}
\end{equation}
formula, \ newline, & represents alignment.
each have equal sign & former, there is a line break \
If the table is too large, it can zoom through a unified approach to the table to put them articles. Corresponding code
\resizebox{h-size}{v-size}{
\begin{tabular}
…
\end{tabular}
}
Wherein h-size v-size and the horizontal size of the target table, the longitudinal size of the scaled, can fill 10pt, 50mm and other values. Table fonts will want to stretch the same picture. So the time to pay attention to adjust the font shape will not be distorted.
The paper found that there are three ways to write when referring to article:
1 Academic Baidu



1. \ usepackage {amsmouth} Use AMSMATH package 2. Equation and aligned 3. Left -to -alignment & 4. Symbols of spaces ~...
Online latex editing Document https://www.overleaf.com/learn/latex/Chinese#Introduction Change to Chinese editor: When using Chinese in ShareLaTex, you need to compile the document using XeLaTeX. Clic...
LATEX each graduate student writing a paper when necessary a layout tool, especially for engineering students, who, MATHTYPE Equation Editor is an indispensable software, when the formula editor, dire...
Because I was writing a graduation thesis, I was recently annoyed by the formulas in the thesis. I finally decided to use Latex to process the formulas. I just loaded the Mathtype plugin in word. Now ...
Upper and down Use the underscore _ to indicate the subscript, use ^ indicating the label Output results: a 5 a i a^5\quad a_i a5ai Greek letter Plus the escape character "\" before the cor...
1, general number format Here, "\ Label {xx}" is optional, indicating that the formula is marked as "XX" in the document, and the formula number (brackets) is referenced by ...
Using LaTex in Github.io, if you are using a Jekyll template, you can paste the following code in _Layouts / Default.html: After that, you can write LaTex in the article, where $ ... $ using within th...
1 Introduction 2. Unnumbered formula 3. Numbering formula 4. Description 1 Introduction In the process of writing small thesis and graduation thesis, a long formula will inevitably appear. If you are ...
Method: Word -insert - formula(hot key:Alt++)- (Alt+ShiftSwitch input methodEN English (USA)Next) Enter a Unicode code Unicode code Effect meaning (x)\barSpaceSpace/x\barSpaceSpace x ˉ \bar{x} xˉ Text...
https://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Calculus.html 1. Regarding the layout of Derivative Limit Sum and Integral (reciprocal, limit, sum, integral) LaTex 2. Regarding the reciprocal (as shown...