diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/texvc/texvc.sty | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/texvc/texvc.sty b/Master/texmf-dist/tex/latex/texvc/texvc.sty index b05342f8336..cab243cbfe3 100644 --- a/Master/texmf-dist/tex/latex/texvc/texvc.sty +++ b/Master/texmf-dist/tex/latex/texvc/texvc.sty @@ -16,7 +16,8 @@ %% LaTeX version 2005/12/01 or later. \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{texvc} -[2015/11/09 v1.0 Initial Version] +[2018/03/04 v1.1 Bugfixes] + \RequirePackage{amsmath} \RequirePackage{amsfonts} \RequirePackage{amssymb} @@ -24,13 +25,14 @@ \PassOptionsToPackage{dvips,usenames}{color} \RequirePackage{color} -%%<package>\PassOptionsToPackage{greek}{babel} -%%<package>\RequirePackage{babel} -%%<package>\RequirePackage{teubner} +\PassOptionsToPackage{greek,english}{babel} +\RequirePackage{babel} +\RequirePackage{teubner} \RequirePackage{eurosym} \RequirePackage{cancel} + \newcommand{\darr}{\downarrow} \newcommand{\dArr}{\Downarrow} \newcommand{\Darr}{\Downarrow} @@ -39,7 +41,6 @@ \newcommand{\uarr}{\uparrow} \newcommand{\uArr}{\Uparrow} \newcommand{\Uarr}{\Uparrow} -\newcommand{\C}{\mathbb{C}} \renewcommand{\H}{\mathbb{H}} \newcommand{\N}{\mathbb{N}} \newcommand{\Q}{\mathbb{Q}} @@ -90,7 +91,6 @@ \renewcommand{\O}{\emptyset} \newcommand{\omicron}{\mathrm{o}} \newcommand{\Omicron}{\mathrm{O}} -\newcommand{\orMediaWiki}{\lor} \renewcommand{\part}{\partial} \newcommand{\plusmn}{\pm} \newcommand{\rarr}{\rightarrow} @@ -109,7 +109,7 @@ \newcommand{\supe}{\supseteq} \newcommand{\Tau}{\mathrm{T}} \newcommand{\thetasym}{\vartheta} -\newcommand{\varcoppa}{\mbox{\\coppa}} +\newcommand{\varcoppa}{\mbox{\coppa}} \newcommand{\weierp}{\wp} \newcommand{\Zeta}{\mathrm{Z}} \endinput |