more robust LaTeX setup, notably for Ubuntu 24.04;
authorwenzelm
Wed, 01 Jan 2025 19:24:00 +0100
changeset 81702 dc105ee2d759
parent 81701 600d1f17af68
child 81703 7c3f7e992889
more robust LaTeX setup, notably for Ubuntu 24.04;
src/HOL/HOLCF/Tutorial/document/root.tex
src/HOL/ZF/document/root.tex
--- a/src/HOL/HOLCF/Tutorial/document/root.tex	Wed Jan 01 16:42:28 2025 +0100
+++ b/src/HOL/HOLCF/Tutorial/document/root.tex	Wed Jan 01 19:24:00 2025 +0100
@@ -2,6 +2,7 @@
 % HOLCF/document/root.tex
 
 \documentclass[11pt,a4paper]{article}
+\usepackage[T1]{fontenc}
 \usepackage{graphicx,isabelle,isabellesym,latexsym}
 \usepackage[only,bigsqcap]{stmaryrd}
 \usepackage{textcomp}
--- a/src/HOL/ZF/document/root.tex	Wed Jan 01 16:42:28 2025 +0100
+++ b/src/HOL/ZF/document/root.tex	Wed Jan 01 19:24:00 2025 +0100
@@ -1,4 +1,5 @@
 \documentclass[11pt,a4paper]{article}
+\usepackage[T1]{fontenc}
 \usepackage{isabelle,isabellesym}
 
 % this should be the last package used