How to use the LaTex equation editor in PowerPoint

Install TeX system (TexLive recommended)

TexLive official website: https://www.tug.org/texlive/
Follow the steps below to install it.

1.
Insert image description here
2.
Insert image description here
3.
Insert image description here
4.
Insert image description here
5. The downloaded image file is an image file. Place it in a pure English folder. It is recommended that D:\LaTex6. D:\LaTex\texlive2023.iso
Right-click and extract it to the current folder, as shown in the figure below
Insert image description here
7. Right-click Run in administrator mode
Insert image description here
8. Click "Modify" after the following window pops up
Insert image description here
9. It can be modified like mine (reference)
Insert image description here
10. Then click OK -> Install, the following interface will appear, just wait
(borrowed other people's pictures, because I did not take a screenshot after the installation.)
Insert image description here
11. The following interface appears to indicate that the installation is successful.
Insert image description here
12. Click Close to indicate that the installation is complete.
13. The folder where the image file is decompressed can be deleted after all installations are completed. Note that it is D:\LaTex, and not D:\TexLive, don’t delete it by mistake. Got it! ! !

DownloadIguanaTex

This is a PowerPoint add-in.
Download link https://github.com/Jonathan-LeRoux/IguanaTex/releases
. Click the button below to download.
Insert image description here

Load it into PowerPoint, open PowerPoint, click文件->选项
Insert image description here
Insert image description here

A location will open, move the file you just downloaded on github here, and then select it to confirm.
Insert image description here
Insert image description here

Then close the window and you will see an additional tab above it.
Insert image description here

Make TeX2img related settings

Click the code download link https://github.com/abenori/TeX2img
Insert image description here

Create a folder for TeX2img. I usually put it on the D drive D:\Tex2img. Move the compressed package you just downloaded here and decompress it to the current folder. Find the file, click Run, and ignore it for now.
Insert image description here

Find this item in the PowerPoint tab, open and set it
Insert image description here

Make the corresponding settings.
Insert image description here
Just set the following two items as shown in the figure.
Insert image description here

I changed the path of the following item to here
Insert image description here

Close the TeX2img.exe file that you just opened and say put it aside for now, restart PowerPoint and you can use it. The effect is as follows

\documentclass{article}
\usepackage{amsmath}
\pagestyle{empty}
\begin{document}

$$ a_{ij}^{2} + b^3_{2}=x^{t} + y' + x''_{12} $$

\end{document}

The result is shown below
Insert image description here

Basic interface operations

1. Create a new formula
Insert image description here
2. Enter the formula content
Insert image description here
3. Modify the formula again
Select the formula
Insert image description here
Insert image description here

LaTex syntax

Here are a few links to
the Zhihu article link to LaTex grammar.
Docin.com document latex mathematical symbol table
super full representation
Insert image description here

% \lim_{
    
    t \to 0} x
% \frac{
    
    \partial a}{
    
    \partial b}  分式
% \vec{
    
    g} \parallel \vec{
    
    e_l} 向量平行
% \begin{
    
    align} % &a \nonumber\\ % &b \nonumber  % \end{
    
    align}   without $$  分行公式
% '\ ' 空格
% \begin{
    
    bmatrix}  % \\ % \end{
    
    bmatrix}  矩阵
% \mathbf{
    
    b}  加粗数字+英文字母
% \sum_{
    
    i=1}^{
    
    n}
% \nabla  微分的倒三角
% \operatorname*{
    
    argmin}_{
    
    x',y'}
% \| 双竖线
% \boldsymbol{
    
    } 加粗all
% \approx 约等于

Guess you like

Origin blog.csdn.net/x_fengmo/article/details/130957537