diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/circle/circle.pdf | bin | 185801 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/circle/circle.tex | 47 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/circle/circle.sty | 42 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/circle.tlpsrc | 0 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-mathextra.tlpsrc | 1 |
7 files changed, 2 insertions, 91 deletions
diff --git a/Master/texmf-dist/doc/latex/circle/circle.pdf b/Master/texmf-dist/doc/latex/circle/circle.pdf Binary files differdeleted file mode 100644 index 21e4db02080..00000000000 --- a/Master/texmf-dist/doc/latex/circle/circle.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/circle/circle.tex b/Master/texmf-dist/doc/latex/circle/circle.tex deleted file mode 100644 index 9043c0589a9..00000000000 --- a/Master/texmf-dist/doc/latex/circle/circle.tex +++ /dev/null @@ -1,47 +0,0 @@ -\documentclass[DIV=9, parskip=half, pagesize=auto]{scrartcl} - -\usepackage{fixltx2e} -\usepackage{etex} -\usepackage{xspace} -\usepackage{lmodern} -\usepackage[T1]{fontenc} -\usepackage{textcomp} -\usepackage{microtype} -\usepackage[unicode=true]{hyperref} - -\newcommand*{\mail}[1]{\href{mailto:#1}{\texttt{#1}}} -\newcommand*{\pkg}[1]{\textsf{#1}} -\newcommand*{\cs}[1]{\texttt{\textbackslash#1}} -\makeatletter -\newcommand*{\cmd}[1]{\cs{\expandafter\@gobble\string#1}} -\makeatother - -\addtokomafont{title}{\rmfamily} - -\title{The \pkg{circle} package} -\author{Klaus G. Barthelmann, \mail{barthel@informatik.uni-mainz.de}} -\date{1998/07/15} - - -\begin{document} - -\maketitle - -As the name says, \cmd{\Circle} gives a circle in math mode. Its size lies between -that of the binary operator \cmd{\circ} and that of the unary operator \cmd{\bigcirc}. -It can be used as the nextstep operator of temporal logic in conjunction with -\cmd{\Box} and \cmd{\Diamond} (\pkg{latexsym}) or \cmd{\square} and \cmd{\lozenge} (\pkg{amssymb}). \verb+\Circle[f]+ -gives a filled circle. - -As you probably know, L.~Lamport discouraged the use of the nextstep -operator for program verification. This could be the reason that he did not -provide a symbol for it in \LaTeX. - -The circles are taken from the \pkg{lcircle10} font. We try to choose the -appropriate size. If you need a high quality output, this solution will not -suit you. - -Bugs: circles have size $n$ at fontsize $2n-1$ and $2n$; they do not scale linearly -depending on the fontsize - -\end{document} diff --git a/Master/texmf-dist/tex/latex/circle/circle.sty b/Master/texmf-dist/tex/latex/circle/circle.sty deleted file mode 100644 index f7428522a12..00000000000 --- a/Master/texmf-dist/tex/latex/circle/circle.sty +++ /dev/null @@ -1,42 +0,0 @@ -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{circle}[1998/07/15 LaTeX package for circles in math mode] -%\Author{Klaus G. Barthelmann, barthel@informatik.uni-mainz.de} -%\ProvidesCommands{\Circle[1][n]} - -% As the name says, \Circle gives a circle in math mode. Its size lies between -% that of the binary operator \circ and that of the unary operator \bigcirc. -% It can be used as the nextstep operator of temporal logic in conjunction with -% \Box and \Diamond (latexsym) or \square and \lozenge (amssymb). \Circle[f] -% gives a filled circle. -% As you probably know, L. Lamport discouraged the use of the nextstep -% operator for program verification. This could be the reason that he did not -% provide a symbol for it in \LaTeX. -% The circles are taken from the lcircle10 font. We try to choose the -% appropriate size. If you need a high quality output, this solution will not -% suit you. - -\newcommand*\Circle[1][n]{% - \mathchoice{\@Circle{#1}{\tf@size}}{\@Circle{#1}{\tf@size}}% - {\@Circle{#1}{\sf@size}}{\@Circle{#1}{\ssf@size}}% -} - -% Bugs: circles have size n at fontsize 2n-1 and 2n; they do not scale linearly -% depending on the fontsize - -\newcommand*\@Circle[2]{{% - \dimen0=#2pt \advance\dimen0by.5pt \dimen1=1pt \divide\dimen0by\dimen1 - \count255=\dimen0 \ifodd\count255 \advance\count255by1 \fi\divide\count255by2 - \ifnum\count255=0 {}\else\ifnum\count255>15 {}\else - \dimen0=\count255pt - \edef\circfont{tencirc\ifnum\count255>8 w\fi} - \advance\count255by\if #1f111\else 95\fi - \dimen2=.82\dimen0 \advance\dimen2by.4pt - \raisebox{.625\dimen0}[\dimen2]{\makebox[1.2\dimen0]{% - \hspace*{.9\dimen0}% - \csname\circfont\endcsname - \char\count255 % - }}% - \fi\fi -}} - -\endinput diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 56fabac3518..3d6549f5c25 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -74,7 +74,7 @@ my @TLP_working = qw( chemstyle cherokee chess chess-problem-diagrams chessboard chessfss chextras chicago chicago-annote chletter chngcntr chronology - circ circle circuitikz + circ circuitikz cite citeref cjhebrew cjk cjkpunct classicthesis clefval cleveref clock clrscode cm-super cm-unicode diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index b1649c2ef4c..974b36e12a1 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -174,6 +174,7 @@ $Master = "$mydir/../.."; 'chitex', "die 'skipping, nonfree'", 'chklref', "die 'skipping, needs configure, etc.'", 'chngpage', "die 'skipping, use changepage'", + 'circle', "die 'skipping, noinfo license, author unfindable'", 'circuit_macros', "die 'skipping, needs m4'", 'circuit-macros', "die 'skipping, needs m4'", 'circuitikz', "&MAKEcopy", diff --git a/Master/tlpkg/tlpsrc/circle.tlpsrc b/Master/tlpkg/tlpsrc/circle.tlpsrc deleted file mode 100644 index e69de29bb2d..00000000000 --- a/Master/tlpkg/tlpsrc/circle.tlpsrc +++ /dev/null diff --git a/Master/tlpkg/tlpsrc/collection-mathextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-mathextra.tlpsrc index 9a334cf9be7..5259bfcb4e7 100644 --- a/Master/tlpkg/tlpsrc/collection-mathextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-mathextra.tlpsrc @@ -7,7 +7,6 @@ depend binomexp depend boldtensors depend bosisio depend ccfonts -depend circle depend commath depend concmath depend concrete |