aboutsummaryrefslogtreecommitdiff
path: root/test/lhs-test.latex
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-25 16:08:10 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-25 16:08:10 -0800
commitea8097e41249387613cae2552866f1ea1cea1462 (patch)
tree14b5059609a888cf81d516815f554ab403c7c4a3 /test/lhs-test.latex
parent70a7c2446e4f150c49b681040a2489c398931c70 (diff)
downloadpandoc-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')
-rw-r--r--test/lhs-test.latex3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lhs-test.latex b/test/lhs-test.latex
index 7b2991ef5..32042b103 100644
--- a/test/lhs-test.latex
+++ b/test/lhs-test.latex
@@ -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}