texlive[54750] Master: dpcircling (15apr20)

commits+karl at tug.org commits+karl at tug.org
Wed Apr 15 23:29:43 CEST 2020


Revision: 54750
          http://tug.org/svn/texlive?view=revision&revision=54750
Author:   karl
Date:     2020-04-15 23:29:43 +0200 (Wed, 15 Apr 2020)
Log Message:
-----------
dpcircling (15apr20)

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tlpkg-ctan-check
    trunk/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/dpcircling/
    trunk/Master/texmf-dist/doc/latex/dpcircling/DPcircling.pdf
    trunk/Master/texmf-dist/doc/latex/dpcircling/DPcircling.tex
    trunk/Master/texmf-dist/doc/latex/dpcircling/LICENSE
    trunk/Master/texmf-dist/doc/latex/dpcircling/README.md
    trunk/Master/texmf-dist/tex/latex/dpcircling/
    trunk/Master/texmf-dist/tex/latex/dpcircling/DPcircling.sty
    trunk/Master/tlpkg/tlpsrc/dpcircling.tlpsrc

Added: trunk/Master/texmf-dist/doc/latex/dpcircling/DPcircling.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/dpcircling/DPcircling.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/dpcircling/DPcircling.pdf	2020-04-15 15:16:48 UTC (rev 54749)
+++ trunk/Master/texmf-dist/doc/latex/dpcircling/DPcircling.pdf	2020-04-15 21:29:43 UTC (rev 54750)

Property changes on: trunk/Master/texmf-dist/doc/latex/dpcircling/DPcircling.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/dpcircling/DPcircling.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/dpcircling/DPcircling.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/dpcircling/DPcircling.tex	2020-04-15 21:29:43 UTC (rev 54750)
@@ -0,0 +1,77 @@
+%%
+%% This is the documentation of DPcircling package.
+%% (Last Update: 2020/04/15)
+%% Maintained on GitHub:
+%% https://github.com/domperor/DPcircling
+%%
+%% Copyright (c) 2020 Oura M. (domperor)
+%% Released under the MIT license
+%% https://opensource.org/licenses/mit-license.php
+%% 
+
+\documentclass[10pt]{article}
+\usepackage[dvipdfmx]{graphicx}
+\usepackage{geometry}
+\usepackage{url}
+\geometry{a4paper,total={170mm,257mm},left=20mm,top=20mm}
+\usepackage{DPcircling}
+\title{DPcircling package v1.0}
+\author{Oura M. (domperor)}
+\date{\today}
+\pagestyle{empty}
+\begin{document}
+\maketitle\thispagestyle{empty}
+
+\section*{about this package}
+
+This package provides 4 types of text decorations: \verb+\DPcircling+ \DPcircling{circle}, \verb+\DPrectangle+ \DPrectangle{rectangle}, \verb+\DPjagged+ \DPjagged{jagged rectangle}, and \verb+\DPfanshape+ \DPfanshape{fan-shape}. The baseline would be adjusted properly according to the surroundings\footnote{Unless you cram too tall things into a small decoration box. The box would be broken, and you would make a mess.}. You can use these decorations both in text mode and in math mode. You can specify \verb+line color+, \verb+line width+, \verb+width+, and \verb+height+ as option keys.
+
+\ 
+
+This package is maintained on GitHub: \url{https://github.com/domperor/DPcircling}
+
+\subsection*{basic usage}
+
+\begin{quote}
+(in preamble): \verb+\usepackage[+\textit{\texttt{driver}}\verb+]{graphicx}\usepackage{DPcircling}+\footnote{The author personally uses dvipdfmx as the driver.}
+
+(in your text): \verb+\DP*****[+\textit{\texttt{options}}\verb+]{+\textit{\texttt{content}}\verb+}+
+\end{quote}
+
+For instance, the code
+\begin{quote}
+\begin{verbatim}
+It is a \DPjagged[line color=blue,line width=1.4pt]{\color{brown}great} opportunity.
+\end{verbatim}
+\end{quote}
+\noindent gives the result:
+\begin{quote}
+It is a \DPjagged[line color=blue, line width= 1.4pt]{\color{brown}great} opportunity.
+\end{quote}
+
+\subsection*{required packages}
+
+DPcircling requires the following packages: \verb+tikz+, \verb+keyval+, \verb+graphicx+, and the ones that these packages require.
+
+\subsection*{aliases}
+
+\verb+\DPcircle+ and \verb+\DPcirc+ are the aliases of \verb+\DPcircling+.
+\verb+\DPrect+ is the alias of \verb+\DPrectangle+.
+
+\subsection*{changing default values}
+
+The default values of \verb+line color+, \verb+line width+, \verb+width+, and \verb+height+ are \verb+black+, \verb+1pt+, noted below(*), and \verb+2*(content height)+. You can modify these like this:
+\begin{quote}
+\begin{verbatim}
+\DPcirclingDefault{line color=brown, line width=0.33pt, width=4em, height=5em}
+\end{verbatim}
+\end{quote}
+
+\noindent (*) The default values of \verb+width+ are \verb+max{2*(content width), 2em}+ (circle) and 
+\verb:(content width)+2em: (else).
+
+\section*{version history}
+
+2020/04/15 v1.0
+
+\end{document}
\ No newline at end of file


Property changes on: trunk/Master/texmf-dist/doc/latex/dpcircling/DPcircling.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/dpcircling/LICENSE
===================================================================
--- trunk/Master/texmf-dist/doc/latex/dpcircling/LICENSE	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/dpcircling/LICENSE	2020-04-15 21:29:43 UTC (rev 54750)
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Oura M. (domperor)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Added: trunk/Master/texmf-dist/doc/latex/dpcircling/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/dpcircling/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/dpcircling/README.md	2020-04-15 21:29:43 UTC (rev 54750)
@@ -0,0 +1,9 @@
+# DPcircling
+
+This package provides 4 types of text decorations using TikZ. You can circle your text with circles, rectangles, jagged rectangles, and fan-shapes. See the documentation: DPcircling.pdf
+
+Maintained on GitHub: https://github.com/domperor/DPcircling
+
+Copyright (c) 2020 Oura M. (domperor)
+This package is released under the MIT license.
+https://opensource.org/licenses/mit-license.php
\ No newline at end of file


Property changes on: trunk/Master/texmf-dist/doc/latex/dpcircling/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/dpcircling/DPcircling.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/dpcircling/DPcircling.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/dpcircling/DPcircling.sty	2020-04-15 21:29:43 UTC (rev 54750)
@@ -0,0 +1,296 @@
+%%
+%% This is file `DPcircling.sty'
+%% (Last Update: 2020/04/15)
+%% Maintained on GitHub:
+%% https://github.com/domperor/DPcircling
+%%
+%% Copyright (c) 2020 Oura M. (domperor)
+%% Released under the MIT license
+%% https://opensource.org/licenses/mit-license.php
+%% 
+
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{DPcircling}[2020/04/15 v1.0 circling letters with circ/rect/jag/fan using TikZ]
+
+\RequirePackage{tikz}
+\RequirePackage{keyval}
+
+%%Setting up dimensions and boxes
+\newbox\DPcircling at box
+\newdimen\DPcircling at content@wd
+\newdimen\DPcircling at content@ht
+\newdimen\DPcircling at content@dp
+\newdimen\DPcircling at outline@wd at user
+\newdimen\DPcircling at outline@ht at user
+\newdimen\DPcircling at outline@wd at user@temporal
+\newdimen\DPcircling at outline@ht at user@temporal
+\newdimen\DPcircling at outline@halfwd
+\newdimen\DPcircling at outline@halfht
+\newdimen\DPcircling at depressingheight
+\newdimen\DPcircling at linewidth
+\newdimen\DPcircling at linewidth@default
+\newdimen\DPcircling at linewidth@temporal
+
+%%Linecolor
+%%default=black
+\def\DPcircling at linecolor@default{black}
+\def\DPcirclingLinecolor#1{\def\DPcircling at linecolor@default{#1}}
+
+\newif\ifDPcircling at LinecolorTemporalSet
+\DPcircling at LinecolorTemporalSetfalse
+\def\DPcirclingTemporalLinecolor#1{\DPcircling at LinecolorTemporalSettrue
+\def\DPcircling at linecolor@temporal{#1}}
+
+%%Linewidth
+%%default=1pt
+\DPcircling at linewidth@default=1pt
+\def\DPcirclingLinewidth#1{\DPcircling at linewidth@default=#1}
+
+\newif\ifDPcircling at LinewidthTemporalSet
+\DPcircling at LinewidthTemporalSetfalse
+\def\DPcirclingTemporalLinewidth#1{\DPcircling at LinewidthTemporalSettrue
+\DPcircling at linewidth@temporal=#1}
+
+%%Outline Width
+\newif\ifDPcircling at OutlineWidthSet
+\DPcircling at OutlineWidthSetfalse
+\def\DPcirclingOutlineWidth#1{\DPcircling at OutlineWidthSettrue
+\DPcircling at outline@wd at user=#1}
+
+\newif\ifDPcircling at OutlineWidthTemporalSet
+\DPcircling at OutlineWidthTemporalSetfalse
+\def\DPcirclingTemporalOutlineWidth#1{\DPcircling at OutlineWidthTemporalSettrue
+\DPcircling at outline@wd at user@temporal=#1}
+
+%%Outline Height
+\newif\ifDPcircling at OutlineHeightSet
+\DPcircling at OutlineHeightSetfalse
+\def\DPcirclingOutlineHeight#1{\DPcircling at OutlineHeightSettrue
+\DPcircling at outline@ht at user=#1}
+
+\newif\ifDPcircling at OutlineHeightTemporalSet
+\DPcircling at OutlineHeightTemporalSetfalse
+\def\DPcirclingTemporalOutlineHeight#1{\DPcircling at OutlineHeightTemporalSettrue
+\DPcircling at outline@ht at user@temporal=#1}
+
+%%Baseline Adjustment and else
+\def\DPcircling at common#1{%
+%%setting up content box
+\ifmmode
+\def\DPcircling at content{$#1$}%
+\else
+\def\DPcircling at content{#1}%
+\fi
+%
+\setbox\DPcircling at box\hbox{\DPcircling at content}%
+\DPcircling at content@wd=\wd\DPcircling at box
+\DPcircling at content@ht=\ht\DPcircling at box
+\DPcircling at content@dp=\dp\DPcircling at box
+%%outline width
+\DPcircling at outline@halfwd=\DPcircling at content@wd
+\ifDPcircling at OutlineWidthSet%
+\DPcircling at outline@halfwd=0.5\DPcircling at outline@wd at user
+\fi
+\ifDPcircling at OutlineWidthTemporalSet
+\DPcircling at outline@halfwd=0.5\DPcircling at outline@wd at user@temporal
+\fi
+%%outline height
+\DPcircling at outline@halfht=\DPcircling at content@ht
+\ifDPcircling at OutlineHeightSet
+\DPcircling at outline@halfht=0.5\DPcircling at outline@ht at user
+\fi
+\ifDPcircling at OutlineHeightTemporalSet
+\DPcircling at outline@halfht=0.5\DPcircling at outline@ht at user@temporal
+\fi
+%%line width
+\DPcircling at linewidth=\DPcircling at linewidth@default
+\ifDPcircling at LinewidthTemporalSet
+\DPcircling at linewidth=\DPcircling at linewidth@temporal
+\fi
+%%line color
+\let\DPcircling at linecolor\DPcircling at linecolor@default
+\ifDPcircling at LinecolorTemporalSet
+\let\DPcircling at linecolor\DPcircling at linecolor@temporal
+\fi
+%%baseline adjustment
+\DPcircling at depressingheight=\DPcircling at outline@halfht
+\advance\DPcircling at depressingheight-0.5\DPcircling at content@ht
+\advance\DPcircling at depressingheight0.5\DPcircling at content@dp
+\advance\DPcircling at depressingheight0.5\DPcircling at linewidth
+}
+
+%%Option Keys[line color=...,line width=...,width=...,height=...]
+\define at key{DPcirclingkey}{line color}{\DPcirclingTemporalLinecolor{#1}}
+\define at key{DPcirclingkey}{line width}{\DPcirclingTemporalLinewidth{#1}}
+\define at key{DPcirclingkey}{width}{\DPcirclingTemporalOutlineWidth{#1}}
+\define at key{DPcirclingkey}{height}{\DPcirclingTemporalOutlineHeight{#1}}
+
+%%DefaultChanger \DPcirclingDefault{line color=...,line width=...,width=...,height=...}
+\define at key{DPcirclingDefaultkey}{line color}{\DPcirclingLinecolor{#1}}
+\define at key{DPcirclingDefaultkey}{line width}{\DPcirclingLinewidth{#1}}
+\define at key{DPcirclingDefaultkey}{width}{\DPcirclingOutlineWidth{#1}}
+\define at key{DPcirclingDefaultkey}{height}{\DPcirclingOutlineHeight{#1}}
+
+\def\DPcirclingDefault#1{%
+\setkeys{DPcirclingDefaultkey}{#1}%
+}
+
+%%Circle \DPcircling (=\DPcirc/\DPcircle)
+%%Default width=max{2*(content width), 2em}
+%%Default height=2*(content height)
+\def\DPcircling{\@ifnextchar[\@DPcircling{\@DPcircling[]}}
+\let\DPcirc\DPcircling
+\let\DPcircle\DPcircling
+\def\@DPcircling[#1]#2{%
+\setkeys{DPcirclingkey}{#1}%
+\@@DPcircling{#2}%
+\DPcircling at LinecolorTemporalSetfalse%
+\DPcircling at LinewidthTemporalSetfalse%
+\DPcircling at OutlineWidthTemporalSetfalse%
+\DPcircling at OutlineHeightTemporalSetfalse%
+}
+
+\def\@@DPcircling#1{\thinspace\DPcircling at common{#1}%
+\ifDPcircling at OutlineWidthSet\relax\else
+\ifDPcircling at OutlineWidthTemporalSet\relax\else
+\ifdim\DPcircling at content@wd<1em%
+\DPcircling at outline@halfwd=1em%
+\fi\fi\fi
+\raisebox{-\DPcircling at depressingheight}{%
+\begin{tikzpicture}%
+\draw[line width=\DPcircling at linewidth,color=\DPcircling at linecolor](0,0) ellipse [x radius=\DPcircling at outline@halfwd,y radius=\DPcircling at outline@halfht];
+\draw[anchor=center,inner sep=0pt,outer sep=0pt] (0,0) node {\DPcircling at content};
+\end{tikzpicture}%
+}\thinspace
+}
+
+%%Rectangle \DPrectangle (=\DPrect)
+%%Default width=(content width)+2em
+%%Default height=2*(content height)
+\def\DPrectangle{\@ifnextchar[\@DPrectangle{\@DPrectangle[]}}
+\let\DPrect\DPrectangle
+\def\@DPrectangle[#1]#2{%
+\setkeys{DPcirclingkey}{#1}%
+\@@DPrectangle{#2}%
+\DPcircling at LinecolorTemporalSetfalse%
+\DPcircling at LinewidthTemporalSetfalse%
+\DPcircling at OutlineWidthTemporalSetfalse%
+\DPcircling at OutlineHeightTemporalSetfalse%
+}
+
+\def\@@DPrectangle#1{\thinspace\DPcircling at common{#1}%
+\ifDPcircling at OutlineWidthSet\relax\else
+\ifDPcircling at OutlineWidthTemporalSet\relax\else
+\divide\DPcircling at outline@halfwd by 2%
+\advance\DPcircling at outline@halfwd1em%
+\fi\fi
+\raisebox{-\DPcircling at depressingheight}{%
+\begin{tikzpicture}%
+\draw[line width=\DPcircling at linewidth,color=\DPcircling at linecolor](-\DPcircling at outline@halfwd,-\DPcircling at outline@halfht) rectangle (\DPcircling at outline@halfwd,\DPcircling at outline@halfht);
+\draw[anchor=center,inner sep=0pt,outer sep=0pt] (0,0) node {\DPcircling at content};
+\end{tikzpicture}%
+}\thinspace
+}
+
+%%Jagged Rectangle \DPjagged
+%%Default width=(content width)+2em
+%%Default height=2*(content height)
+\def\DPjagged{\@ifnextchar[\@DPjagged{\@DPjagged[]}}
+\def\@DPjagged[#1]#2{%
+\setkeys{DPcirclingkey}{#1}%
+\@@DPjagged{#2}%
+\DPcircling at LinecolorTemporalSetfalse%
+\DPcircling at LinewidthTemporalSetfalse%
+\DPcircling at OutlineWidthTemporalSetfalse%
+\DPcircling at OutlineHeightTemporalSetfalse%
+}
+
+\def\@@DPjagged#1{\thinspace\DPcircling at common{#1}%
+\ifDPcircling at OutlineWidthSet\relax\else
+\ifDPcircling at OutlineWidthTemporalSet\relax\else
+\divide\DPcircling at outline@halfwd by 2%
+\advance\DPcircling at outline@halfwd1em%
+\fi\fi
+\raisebox{-\DPcircling at depressingheight}{%
+\begin{tikzpicture}[x=0.048786\DPcircling at outline@halfwd,y=0.08952\DPcircling at outline@halfht]%
+\draw[line width=\DPcircling at linewidth,color=\DPcircling at linecolor]%
+(19.4975,10.9931)--
+(14.8938,8.5269)--
+(10.405,10.1944)--
+(6.245,7.6269)--
+(2.21,10.2181)--
+(-2.195,8.5781)--
+(-6.235,11.1706)--
+(-10.1737,8.6031)--
+(-14.4662,10.2694)--
+(-17.9112,7.8244)--
+(-19.7962,7.0806)--
+(-18.0462,4.8219)--
+(-20.4975,3.1006)--
+(-17.925,1.2831)--
+(-19.5262,-1.2756)--
+(-16.955,-3.1006)--
+(-19.41,-5.2731)--
+(-17.65,-7.8869)--
+(-19.4987,-10.9931)--
+(-14.8937,-8.5281)--
+(-10.4037,-10.1956)--
+(-6.245,-7.6269)--
+(-2.21,-10.2194)--
+(2.195,-8.5794)--
+(6.2363,-11.1706)--
+(10.175,-8.6044)--
+(14.4663,-10.2706)--
+(17.9113,-7.8256)--
+(19.7963,-7.0819)--
+(18.0463,-4.8231)--
+(20.4975,-3.1019)--
+(17.9263,-1.2769)--
+(19.5263,1.2856)--
+(16.955,3.1169)--
+(19.4113,5.2831)--
+(17.66,7.9494)--
+(19.4975,10.9931)--
+cycle;
+\draw[anchor=center,inner sep=0pt,outer sep=0pt] (0,0) node {\DPcircling at content};
+\end{tikzpicture}%
+}\thinspace
+}
+
+\def\DPfanshape{\@ifnextchar[\@DPfanshape{\@DPfanshape[]}}
+\def\@DPfanshape[#1]#2{%
+\setkeys{DPcirclingkey}{#1}%
+\@@DPfanshape{#2}%
+\DPcircling at LinecolorTemporalSetfalse%
+\DPcircling at LinewidthTemporalSetfalse%
+\DPcircling at OutlineWidthTemporalSetfalse%
+\DPcircling at OutlineHeightTemporalSetfalse%
+}
+
+%%Fan-shape \DPfanshape
+%%Default width=(content width)+2em
+%%Default height=2*(content height)
+\def\@@DPfanshape#1{\thinspace\DPcircling at common{#1}%
+\ifDPcircling at OutlineWidthSet\relax\else
+\ifDPcircling at OutlineWidthTemporalSet\relax\else
+\divide\DPcircling at outline@halfwd by 2%
+\advance\DPcircling at outline@halfwd1em%
+\fi\fi
+\raisebox{-\DPcircling at depressingheight}{%
+\begin{tikzpicture}[x=0.0467650318\DPcircling at outline@halfwd,y=0.114731528\DPcircling at outline@halfht]%
+\draw[line width=\DPcircling at linewidth,color=\DPcircling at linecolor]%
+(14.9805,-8.716) ..
+controls (5.4925,-4.252) and (-5.4925,-4.252) ..
+(-14.9805,-8.716) --
+(-21.3835,4.891) ..
+controls (-7.8405,11.264) and (7.8395,11.264) ..
+(21.3835,4.891) --
+(14.9805,-8.716) --
+cycle;
+\draw[anchor=center,inner sep=0pt,outer sep=0pt] (0,0) node {\DPcircling at content};
+\end{tikzpicture}%
+}\thinspace
+}
+\endinput
+%%
+%% End of file `DPcircling.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/dpcircling/DPcircling.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check	2020-04-15 15:16:48 UTC (rev 54749)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check	2020-04-15 21:29:43 UTC (rev 54750)
@@ -243,7 +243,7 @@
     docmfp docmute docsurvey doctools documentation
     doi doipubmed domitian
     dosepsbin dotlessi dot2texi dotarrow dotseqn dottex
-    doublestroke dowith download dox dozenal dpfloat dprogress
+    doublestroke dowith download dox dozenal dpcircling dpfloat dprogress
     drac draftcopy draftfigure
     draftwatermark dramatist dratex drawmatrix drawstack
     drm droid droit-fr drs drv dsptricks dsserif

Modified: trunk/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc	2020-04-15 15:16:48 UTC (rev 54749)
+++ trunk/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc	2020-04-15 21:29:43 UTC (rev 54750)
@@ -37,6 +37,7 @@
 depend doc-pictex
 depend dottex
 depend dot2texi
+depend dpcircling
 depend dratex
 depend drs
 depend duotenzor

Added: trunk/Master/tlpkg/tlpsrc/dpcircling.tlpsrc
===================================================================


More information about the tex-live-commits mailing list.