mirror of
https://github.com/3b1b/manim.git
synced 2025-07-27 20:12:24 +08:00
29 lines
547 B
TeX
29 lines
547 B
TeX
\documentclass[preview]{standalone}
|
|
|
|
\usepackage[english]{babel}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{amsmath}
|
|
\usepackage{amssymb}
|
|
\usepackage{dsfont}
|
|
\usepackage{setspace}
|
|
\usepackage{tipa}
|
|
\usepackage{relsize}
|
|
\usepackage{textcomp}
|
|
\usepackage{mathrsfs}
|
|
\usepackage{calligra}
|
|
\usepackage{wasysym}
|
|
\usepackage{ragged2e}
|
|
\usepackage{physics}
|
|
\usepackage{xcolor}
|
|
\usepackage{microtype}
|
|
\DisableLigatures{encoding = *, family = * }
|
|
%\usepackage[UTF8]{ctex}
|
|
\linespread{1}
|
|
|
|
\begin{document}
|
|
|
|
YourTextHere
|
|
|
|
\end{document}
|