diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-11-25 16:08:10 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-11-25 16:08:10 -0800 |
commit | ea8097e41249387613cae2552866f1ea1cea1462 (patch) | |
tree | 14b5059609a888cf81d516815f554ab403c7c4a3 /test/lhs-test.latex+lhs | |
parent | 70a7c2446e4f150c49b681040a2489c398931c70 (diff) | |
download | pandoc-ea8097e41249387613cae2552866f1ea1cea1462.tar.gz |
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.
Diffstat (limited to 'test/lhs-test.latex+lhs')
-rw-r--r-- | test/lhs-test.latex+lhs | 3 |
1 files changed, 1 insertions, 2 deletions
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} |