move amssymb package require to .sty file

This commit is contained in:
Georg Brandl
2015-07-27 08:07:16 +02:00
parent 4053ba7a8e
commit 19a7dfd348
2 changed files with 1 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
\RequirePackage{titlesec}
\RequirePackage{tabulary}
\RequirePackage{amsmath} % for \text
\RequirePackage{amssymb} % for some symbols
\RequirePackage{makeidx}
\RequirePackage{framed}
\RequirePackage{ifthen}

View File

@@ -42,7 +42,6 @@ HEADER = r'''%% Generated by Sphinx.
%(longtable)s
\usepackage{sphinx}
\usepackage{multirow}
\usepackage{amssymb}
%(usepackages)s
%(numfig_format)s
%(preamble)s