mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-11 07:44:12 +02:00
Closes: https://bugs.gentoo.org/888025 Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/28839 Signed-off-by: Sam James <sam@gentoo.org>
16 lines
650 B
Diff
16 lines
650 B
Diff
Use scaleable fonts.
|
|
|
|
Bug: https://bugs.gentoo.org/888025
|
|
|
|
diff -Naur enblend-4.2.0_p20161007.org/doc/static-preamble.tex enblend-4.2.0_p20161007/doc/static-preamble.tex
|
|
--- enblend-4.2.0_p20161007.org/doc/static-preamble.tex 2016-09-24 11:29:40.000000000 +0200
|
|
+++ enblend-4.2.0_p20161007/doc/static-preamble.tex 2022-12-27 07:30:42.966176272 +0100
|
|
@@ -5,6 +5,8 @@
|
|
\RequirePackage[l2tabu, orthodox]{nag}
|
|
|
|
|
|
+\usepackage[T1]{fontenc}
|
|
+\usepackage{lmodern} % scaleable fonts
|
|
\usepackage{amsmath} % align, align*
|
|
\usepackage{bold-extra} % Bold typewriter for programming language keywords
|
|
\usepackage{color} % \colorbox
|