summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/t-angles/README9
-rw-r--r--Master/texmf-dist/doc/latex/t-angles/t-manual.pdfbin127011 -> 127680 bytes
-rw-r--r--Master/texmf-dist/doc/latex/t-angles/t-manual.tex12
-rw-r--r--Master/texmf-dist/tex/latex/t-angles/t-angles.sty25
-rw-r--r--Master/texmf-dist/tpm/t-angles.tpm8
5 files changed, 34 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/t-angles/README b/Master/texmf-dist/doc/latex/t-angles/README
index a49eaaad762..c3528c17fed 100644
--- a/Master/texmf-dist/doc/latex/t-angles/README
+++ b/Master/texmf-dist/doc/latex/t-angles/README
@@ -5,12 +5,15 @@ Hopf algebra operations and other pictures.
It is based on emTeX, TPIC or pdfLaTeX \special's.
Therefore, it can be used with the most popular drivers:
emTeX drivers, dviwin, xdvi, dvips, yap, dvipdfm, kdvi
-and (new feature!) with pdfLaTeX.
+and with pdfLaTeX and pdfeLaTeX.
-The manual t-manual.tex describes the style file
-t-angles.sty of 22.04.2006.
+The manual t-manual.tex describes the style file
+t-angles.sty of 14.08.2006.
t-manual.pdf is produced with pdfLaTeX.
+The program is free software; it is covered by the GNU General Public
+License.
+
You can contact the authors:
Yu. Bespalov, V. Lyubashenko
via e-mail:
diff --git a/Master/texmf-dist/doc/latex/t-angles/t-manual.pdf b/Master/texmf-dist/doc/latex/t-angles/t-manual.pdf
index 9d3a70f592e..2cafa40af31 100644
--- a/Master/texmf-dist/doc/latex/t-angles/t-manual.pdf
+++ b/Master/texmf-dist/doc/latex/t-angles/t-manual.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/t-angles/t-manual.tex b/Master/texmf-dist/doc/latex/t-angles/t-manual.tex
index 2733ae25151..8393b46ca97 100644
--- a/Master/texmf-dist/doc/latex/t-angles/t-manual.tex
+++ b/Master/texmf-dist/doc/latex/t-angles/t-manual.tex
@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
- % This is file t-manual.tex ( version 22.04.2006 ) %
+ % This is file t-manual.tex ( version 14.08.2006 ) %
% %
% Diagram macros for tangles and braided Hopf algebras %
% %
@@ -30,7 +30,7 @@ http://www.math.ksu.edu/$\sim$lub/} or from CTAN}
\mbox{\Large\bf(Diagram macros for tangles and braided Hopf algebras)}
}
\author{Yu. Bespalov \and V. Lyubashenko}
-\date{Version 22.04.2006}
+\date{Version 14.08.2006}
\def\subsec#1{\subsection*{#1}\addcontentsline{toc}{subsection}{#1}}
@@ -98,7 +98,9 @@ support macros `em\TeX{} specials to PDF conversion' from
\command{supp-emp.tex} distributed with Te\TeX. These parts of the code
are used in the three options: \command{emtex}, \command{TPIC} and
\command{pdflatex} respectively. To understand them the reader is
-invited to read comments in the original works.
+invited to read comments in the original works. In order to distinguish
+between ordinary \LaTeX{} and pdf\LaTeX{} modes, Heiko Oberdiek's
+package \command{ifpdf.sty} is loaded.
\subsection*{Main features:}
@@ -568,6 +570,10 @@ Dashed crossings are represented by the commands
\item[10.09.00$\to$22.04.06]
It is possible to use the package with pdf\LaTeX.
+\item[22.04.06$\to$14.08.06]
+Behaviour of the package with pdfe\LaTeX{} of MiK\TeX{} 2.5 is
+corrected.
+
\end{enumerate}
}%endenumerate
diff --git a/Master/texmf-dist/tex/latex/t-angles/t-angles.sty b/Master/texmf-dist/tex/latex/t-angles/t-angles.sty
index 241ed198066..d12f988a233 100644
--- a/Master/texmf-dist/tex/latex/t-angles/t-angles.sty
+++ b/Master/texmf-dist/tex/latex/t-angles/t-angles.sty
@@ -7,7 +7,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
- % This is file t-angles.sty ( version 22.04.2006 ) %
+ % This is file t-angles.sty ( version 14.08.2006 ) %
% %
% Diagram macros for tangles and braided Hopf algebras %
% %
@@ -15,6 +15,13 @@
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Copyright (C) 2006 Yu. Bespalov, V. Lyubashenko
+% This program is free software; you can redistribute it and/or modify
+% it under the terms of the GNU General Public License as published by
+% the Free Software Foundation.
+
+\RequirePackage{ifpdf}
+
\newcount{\hstretch} \hstretch 100
\newcount{\vstretch} \vstretch 100
\newlength{\unitlens} \unitlens 10pt
@@ -90,7 +97,9 @@
}
%
\DeclareOption{emtex}{%
-\ifx\pdfoutput\undefined
+\ifpdf
+\ExecuteOptions{pdflatex}
+ \else
\gdef\thinlines{\let\@linefnt\tenln \let\@circlefnt\tencirc
\@wholewidth\fontdimen8\tenln \@halfwidth .5\@wholewidth
\special{em:linewidth \the\@wholewidth}} %\@wholewidth=0.4pt
@@ -101,14 +110,14 @@
\put(#1,#2){\special{em:moveto}}%
\put(#4,#5){\special{em:lineto}}}%
\def\drawpath#1#2#3#4{\emline{#1}{#2}1{#3}{#4}2} % graphics for *.lp
- \else
-\ExecuteOptions{pdflatex}
\fi}
%
\newcount\@gphlinewidth
%
\DeclareOption{TPIC}{%
-\ifx\pdfoutput\undefined
+\ifpdf
+\ExecuteOptions{pdflatex}
+ \else
\@gphlinewidth\@wholewidth \divide\@gphlinewidth 4736
\advance\@gphlinewidth\@ne %\@gphlinewidth=6
\gdef\thinlines{\let\@linefnt\tenln \let\@circlefnt\tencirc
@@ -133,8 +142,6 @@
\@ifnextchar ({\@path}{\special{fp}}}
\providecommand{\drawpath}[4]{\path(#1,#2)(#3,#4)} % TPIC graphics for *.lp
\providecommand{\emline}[6]{\path(#1,#2)(#4,#5)} % TPIC graphics for *.pic
- \else
-\ExecuteOptions{pdflatex}
\fi}
%
\DeclareOption{kluwer}{%
@@ -144,7 +151,6 @@
\def\tangles{\begingroup\let\hline\savehline\t@ngle\array}
}
%
-\ifx\pdfoutput\relax\let\pdfoutput\undefined\fi
\ExecuteOptions{TPIC}
\newcount{\h@r}
@@ -495,8 +501,7 @@
\def\tangles{\t@ngle\array} \let\endtangles\endtangle
%
\ProcessOptions
-\ifx\pdfoutput\undefined
- \else
+\ifpdf
\startEMspecials
\let\EMenddocument\enddocument
\def\enddocument{\stopEMspecials\EMenddocument}
diff --git a/Master/texmf-dist/tpm/t-angles.tpm b/Master/texmf-dist/tpm/t-angles.tpm
index 86a9b4ef6d9..9ae648741d9 100644
--- a/Master/texmf-dist/tpm/t-angles.tpm
+++ b/Master/texmf-dist/tpm/t-angles.tpm
@@ -3,7 +3,7 @@
<rdf:Description about="http://texlive.dante.de/texlive/Package/t-angles.zip">
<TPM:Name>t-angles</TPM:Name>
<TPM:Type>Package</TPM:Type>
- <TPM:Date>2006/04/23 11:50:00</TPM:Date>
+ <TPM:Date>2006/08/14 09:47:00</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>
@@ -17,13 +17,13 @@ drivers, including emTeX drivers, dviwin, xdvi and dvips.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Volodymyr Lyubashenko</TPM:Author>
- <TPM:Size>99192</TPM:Size>
+ <TPM:Size>172799</TPM:Size>
<TPM:Build/>
- <TPM:RunFiles size="23735">
+ <TPM:RunFiles size="23878">
texmf-dist/tex/latex/t-angles/t-angles.sty
texmf-dist/tpm/t-angles.tpm
</TPM:RunFiles>
- <TPM:DocFiles size="149064">
+ <TPM:DocFiles size="150053">
texmf-dist/doc/latex/t-angles/README
texmf-dist/doc/latex/t-angles/t-manual.pdf
texmf-dist/doc/latex/t-angles/t-manual.tex