Skip to content

Commit

Permalink
Fix math duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
jdutant committed Dec 22, 2024
1 parent ae6a71f commit 706a3a2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/template.latex
Original file line number Diff line number Diff line change
Expand Up @@ -1480,17 +1480,6 @@ $endif$
%----------------------------------------------Pandoc's default template

%======================================================= FONT MANAGEMENT
%-----------------------------------commmon math symbols and typesetting
%---------------------------------load improved versions if `math` is on
$if(math)$
%-------------------------------improved and extended version of amsmath
%-------------------------------------must be loaded before unicode-math
\usepackage{mathtools}
%---------------------mathematical fonts and symbols (includes amsfonts)
\usepackage{amssymb}
$else$
\usepackage{amsmath,amssymb}
$endif$
%------------------------------------------------ default font (lmodern)
%----------------------------------------- fontspec, XeTeX, LuaTeX setup
%----------------- includes support for zero-width non-joiner characters
Expand Down

0 comments on commit 706a3a2

Please sign in to comment.