当前位置:网站首页>【MathType】利用MathType输出LaTex样式的公式
【MathType】利用MathType输出LaTex样式的公式
2022-06-13 01:27:00 【后厂村路蔡徐坤】
在操作上,MathType是一款所见即所得的软件,可方便快捷地实现公式输入。但是,从公式风格(样式)上,许多人更喜欢Tex(LaTex)的样式。本文主要介绍:如何利用MathType输出Tex风格的公式。
一、使用TexLook.eqp样式
第一种方法:MathType软件自带多种预置的公式样式,Tex也是其中一种预置样式。将公式的样式选为TexLook.eqp,公式即为Tex(Latex)的风格。
主要步骤:预置菜单-公式预置-从文件加载,选择TexLook.eqp样式。


二、MathType输出Latex进行编译
第二种方法:将MathType直接输出为Tex指令进行编译。
1、MathType编辑公式

2、设置复制输出为Latex模式

3、Tex指令编译
将MathType公式复制,粘贴于Tex模板中进行编译,即可获得Latex风格公式。
Tex模板:
\documentclass{
article}
\usepackage[ruled,linesnumbered]{
algorithm2e}
\usepackage{
geometry}
\geometry{
a4paper,scale=0.8}
\begin{
document}
% =============Latex公式可在此处编辑====================== %
\end{
document}
Tex环境配置与编译可参考:Latex编译入门教程
边栏推荐
- Pytorch's leafnode understanding
- Temporary objects and compilation optimization
- Plusieurs catégories de tests logiciels sont claires à première vue
- Note: common gadgets in project architecture
- Tweens of phaser3
- [WSL2]限制WSL2可访问的硬件资源(CPU/内存)
- Mysql database listening -canal
- ES6解构赋值
- Create a simple game interface using pyGame
- V-inline-date, similar to Ctrip, flying pig, time selection with price
猜你喜欢

Database query user mailbox

leetcode 142. Circular linked list II

Several categories of software testing are clear at a glance

FLIP动画实现思路

Realization of flip animation

How to print infinite symbol in WPS

spiral matrix visit Search a 2D Matrix

Create a simple game interface using pyGame

Leetcode find duplicates

Work and life
随机推荐
Leetcode 05 tree
Temporary objects and compilation optimization
[learn FPGA programming from scratch -21]: Advanced - Architecture - VerilogHDL coding specification
Study notes on the introduction paper of face recognition deep facial expression recognition: a survey
RSA encryption colloquial explanation
Copy (copy) constructors and assignment overloaded operators=
项目实训(十七)---个人工作总结
Simple operation of MySQL database
Argparse command line passes list type parameter
Stack and queue practice (C language): Demon King's language
Sliding window summary of TCP connections
Plusieurs catégories de tests logiciels sont claires à première vue
Large end storage and small end storage
Add default right-click menu
A summary of global variables and typedef
Facial expression recognition dataset
Vector|hdu-4841 round table questions
[WSL2]限制WSL2可访问的硬件资源(CPU/内存)
FSOs forest simulation optimization model learning notes
Use koa to mock data and set cross domain issues