From ea8097e41249387613cae2552866f1ea1cea1462 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 25 Nov 2020 16:08:10 -0800 Subject: latex template: put back amssymb We need it for checkboxes in todo lists, and maybe for other things. In this location it seems compatible with the cases that propmted #6469 and PR #6762. --- test/lhs-test.latex+lhs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/lhs-test.latex+lhs') diff --git a/test/lhs-test.latex+lhs b/test/lhs-test.latex+lhs index 8ac0ad567..4bc674f4a 100644 --- a/test/lhs-test.latex+lhs +++ b/test/lhs-test.latex+lhs @@ -4,14 +4,13 @@ % \documentclass[ ]{article} +\usepackage{amsmath,amssymb} \usepackage{lmodern} -\usepackage{amsmath} \usepackage{ifxetex,ifluatex} \ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{textcomp} % provide euro and other symbols - \usepackage{amssymb} \else % if luatex or xetex \usepackage{unicode-math} \defaultfontfeatures{Scale=MatchLowercase} -- cgit v1.2.3