mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Update tex_template.tex
`\usepackage{textcomp}` was repeated on line 17
This commit is contained in:
parent
4be194fbcf
commit
325c442b0c
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,6 @@
|
||||||
\usepackage{ragged2e}
|
\usepackage{ragged2e}
|
||||||
\usepackage{physics}
|
\usepackage{physics}
|
||||||
\usepackage{xcolor}
|
\usepackage{xcolor}
|
||||||
\usepackage{textcomp}
|
|
||||||
\usepackage{microtype}
|
\usepackage{microtype}
|
||||||
\DisableLigatures{encoding = *, family = * }
|
\DisableLigatures{encoding = *, family = * }
|
||||||
%\usepackage[UTF8]{ctex}
|
%\usepackage[UTF8]{ctex}
|
||||||
|
@ -24,4 +23,4 @@
|
||||||
|
|
||||||
YourTextHere
|
YourTextHere
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Loading…
Add table
Reference in a new issue