diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 00:00:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 00:00:27 +0000 |
commit | e9351f8ac4f8603d6020be78e092e939e24d89d0 (patch) | |
tree | 8685ab79522a6950137c99cb014279dedf34e334 /Master/texmf-dist/tex/latex/ncclatex/nccold.sty | |
parent | 1fa165c67ca6c4bade32ffbec3cfcc8ea860507c (diff) |
ncclatex
git-svn-id: svn://tug.org/texlive/trunk@1131 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ncclatex/nccold.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ncclatex/nccold.sty | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/ncclatex/nccold.sty b/Master/texmf-dist/tex/latex/ncclatex/nccold.sty new file mode 100644 index 00000000000..8cf6bc70e97 --- /dev/null +++ b/Master/texmf-dist/tex/latex/ncclatex/nccold.sty @@ -0,0 +1,37 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{nccold} + [2002/02/19 v1.01 Obsolete NCC-LaTeX Commands (NCC)] +\RequirePackage{nccboxes} +\RequirePackage{nccmath}[2002/02/19] +% +% This package contains commands of NCC-LaTeX which are not remcommended +% for use because new equivalents exist or commands depend on dvi-driver. +% +% \eref in NCC-LaTeX is equivalent to \eqref in AMS-LaTeX. +% \no in NCC-LaTeX is equivalent to \tag* in AMS-LaTeX. +% \Eq, \Eqs, and \Eqalign are equivalent to \eq*, \eqs*, and \eqalign*. +% +\newcommand{\eref}{\eqref} +\newcommand{\no}{\tag*} +\newcommand{\Eq}{\eq*} +\newcommand{\Eqs}{\eqs*} +\newcommand{\Eqalign}{\eqalign*} +% +% Support for emlines (emTeX dvi-driver specific commands) +% +\newcommand*{\emlinewidth}[1]{\special{em:linewidth #1}} +\newcommand*{\emline}[6]{% + \put(#1,#2){\special{em:moveto}}% + \put(#3,#4){\special{em:lineto}}% +} +% +% Use \tstrut, \bstrut, and \tbstrut instead of the following commands: +% +% \tbox{TEXT} = \addbox{\NCC@strutsep}{0mm}{TEXT} +% \bbox{TEXT} = \addbox{0mm}{\NCC@strutsep}{TEXT} +% \tbbox{TEXT} = \addbox{\NCC@strutsep}{\NCC@strutsep}{TEXT} +% +\def\tbox{\NCC@setstrut{\addbox\NCC@strutsep\z@}\z@} +\def\bbox{\NCC@setstrut{\addbox\z@\NCC@strutsep}\z@} +\def\tbbox{\NCC@setstrut{\addbox\NCC@strutsep\NCC@strutsep}\z@} +\endinput |