mirror of
https://github.com/3b1b/manim.git
synced 2025-11-15 02:27:47 +00:00
Disabled Ligatures for LaTeX files. Why on earth are these ligatures the default?
This commit is contained in:
parent
cf404ecf57
commit
7133ca8721
2 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
\documentclass[preview]{standalone}
|
\documentclass[preview]{standalone}
|
||||||
|
|
||||||
\usepackage[english]{babel}
|
\usepackage[english]{babel}
|
||||||
% \usepackage[utf8x]{inputenc}
|
|
||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
\usepackage{amssymb}
|
\usepackage{amssymb}
|
||||||
\usepackage{dsfont}
|
\usepackage{dsfont}
|
||||||
|
|
@ -12,6 +11,8 @@
|
||||||
\usepackage{calligra}
|
\usepackage{calligra}
|
||||||
\usepackage{wasysym}
|
\usepackage{wasysym}
|
||||||
\usepackage{textcomp}
|
\usepackage{textcomp}
|
||||||
|
\usepackage{microtype}
|
||||||
|
\DisableLigatures{encoding = *, family = * }
|
||||||
%\usepackage[UTF8]{ctex}
|
%\usepackage[UTF8]{ctex}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
\documentclass[preview]{standalone}
|
\documentclass[preview]{standalone}
|
||||||
|
|
||||||
\usepackage[english]{babel}
|
\usepackage[english]{babel}
|
||||||
% \usepackage[utf8x]{inputenc}
|
|
||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
\usepackage{amssymb}
|
\usepackage{amssymb}
|
||||||
\usepackage{dsfont}
|
\usepackage{dsfont}
|
||||||
|
|
@ -16,6 +15,8 @@
|
||||||
\usepackage{physics}
|
\usepackage{physics}
|
||||||
\usepackage{xcolor}
|
\usepackage{xcolor}
|
||||||
\usepackage{textcomp}
|
\usepackage{textcomp}
|
||||||
|
\usepackage{microtype}
|
||||||
|
\DisableLigatures{encoding = *, family = * }
|
||||||
%\usepackage[UTF8]{ctex}
|
%\usepackage[UTF8]{ctex}
|
||||||
\linespread{1}
|
\linespread{1}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue