diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/trsym')
-rw-r--r-- | Master/texmf-dist/tex/latex/trsym/trsym.sty | 40 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/trsym/utrsy.fd | 38 |
2 files changed, 78 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/trsym/trsym.sty b/Master/texmf-dist/tex/latex/trsym/trsym.sty new file mode 100644 index 00000000000..30cee97b2d0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/trsym/trsym.sty @@ -0,0 +1,40 @@ +%% +%% This is file `trsym.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% trsym.dtx (with options: `package') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from trsym.sty. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file trsym.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +\def\trsymfileversion{1.0} +\def\trsymfiledate{2000/06/25} +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{trsym} + [\trsymfiledate v\trsymfileversion transformation symbol font] +\DeclareSymbolFont{transfsymbol}{U}{trsy}{m}{n} + +\DeclareMathSymbol{\TransformHoriz}{\mathrel}{transfsymbol}{0} +\DeclareMathSymbol{\InversTransformHoriz}{\mathrel}{transfsymbol}{1} +\DeclareMathSymbol{\TransformVert}{\mathrel}{transfsymbol}{2} +\DeclareMathSymbol{\InversTransformVert}{\mathrel}{transfsymbol}{3} + + + + +\endinput +%% +%% End of file `trsym.sty'. diff --git a/Master/texmf-dist/tex/latex/trsym/utrsy.fd b/Master/texmf-dist/tex/latex/trsym/utrsy.fd new file mode 100644 index 00000000000..26a0d3051b6 --- /dev/null +++ b/Master/texmf-dist/tex/latex/trsym/utrsy.fd @@ -0,0 +1,38 @@ +%% +%% This is file `utrsy.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% trsym.dtx (with options: `fontdefinition') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from utrsy.fd. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file trsym.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +\def\trsymfileversion{1.0} +\def\trsymfiledate{2000/06/25} + +\ProvidesFile{utrsy.fd} + [\trsymfiledate v\trsymfileversion transformation symbol font definitions] +\DeclareFontFamily{U}{trsy}{} +\DeclareFontShape{U}{trsy}{m}{n}{ + <-11> trsy10 + <11-> trsy12 +}{} + + + +\endinput +%% +%% End of file `utrsy.fd'. |