LaTeXiT 在MacOS上为PPT提供文本、公式素材

LaTeXiT可以为PPT提供公式和文本素材:

1、宽幅PPT使用的preamble中的设置可以参考:

\documentclass[20pt]{article}
\usepackage[usenames]{color} %used for font color
\usepackage{amssymb} %maths
\usepackage{amsmath} %maths
\usepackage[utf8]{inputenc} %useful to type directly diacritic characters
\textwidth 14cm

关键是两个属性:字体大小 20pt,和文本宽度 textwide 14cm。

如果PPT用的是标准宽度的,那么这两个属性中 textwide 设为 10cm 即可。

发布了69 篇原创文章 · 获赞 4 · 访问量 6万+

猜你喜欢

转载自blog.csdn.net/wangxiaosu/article/details/102748010