mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 12:47:43 +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}
|
||||
|
||||
\usepackage[english]{babel}
|
||||
% \usepackage[utf8x]{inputenc}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{dsfont}
|
||||
|
|
@ -12,6 +11,8 @@
|
|||
\usepackage{calligra}
|
||||
\usepackage{wasysym}
|
||||
\usepackage{textcomp}
|
||||
\usepackage{microtype}
|
||||
\DisableLigatures{encoding = *, family = * }
|
||||
%\usepackage[UTF8]{ctex}
|
||||
|
||||
\begin{document}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
\documentclass[preview]{standalone}
|
||||
|
||||
\usepackage[english]{babel}
|
||||
% \usepackage[utf8x]{inputenc}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{dsfont}
|
||||
|
|
@ -16,6 +15,8 @@
|
|||
\usepackage{physics}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{textcomp}
|
||||
\usepackage{microtype}
|
||||
\DisableLigatures{encoding = *, family = * }
|
||||
%\usepackage[UTF8]{ctex}
|
||||
\linespread{1}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue