texlive[71744] Master/texmf-dist: texvc (8jul24)

commits+karl at tug.org commits+karl at tug.org
Mon Jul 8 22:15:05 CEST 2024


Revision: 71744
          https://tug.org/svn/texlive?view=revision&revision=71744
Author:   karl
Date:     2024-07-08 22:15:05 +0200 (Mon, 08 Jul 2024)
Log Message:
-----------
texvc (8jul24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/texvc/texvc.pdf
    trunk/Master/texmf-dist/source/latex/texvc/texvc.dtx
    trunk/Master/texmf-dist/source/latex/texvc/texvc.ins
    trunk/Master/texmf-dist/tex/latex/texvc/texvc.sty

Added Paths:
-----------
    trunk/Master/texmf-dist/source/latex/texvc/Makefile

Modified: trunk/Master/texmf-dist/doc/latex/texvc/texvc.pdf
===================================================================
(Binary files differ)

Added: trunk/Master/texmf-dist/source/latex/texvc/Makefile
===================================================================
--- trunk/Master/texmf-dist/source/latex/texvc/Makefile	                        (rev 0)
+++ trunk/Master/texmf-dist/source/latex/texvc/Makefile	2024-07-08 20:15:05 UTC (rev 71744)
@@ -0,0 +1,17 @@
+PACKAGE = texvc
+all: $(PACKAGE).pdf
+
+$(PACKAGE).sty: $(PACKAGE).dtx $(PACKAGE).ins
+	pdflatex $(PACKAGE).ins
+
+$(PACKAGE).idx: $(PACKAGE).dtx $(PACKAGE).sty
+	pdflatex $(PACKAGE).dtx
+
+$(PACKAGE).ind: $(PACKAGE).idx $(PACKAGE).sty
+	makeindex -s gind.ist $(PACKAGE).idx
+
+$(PACKAGE).gls: $(PACKAGE).idx $(PACKAGE).sty
+	makeindex -s gglo.ist -o $(PACKAGE).gls $(PACKAGE).glo
+
+$(PACKAGE).pdf: $(PACKAGE).dtx $(PACKAGE).sty $(PACKAGE).ind $(PACKAGE).gls
+	pdflatex $(PACKAGE).dtx


Property changes on: trunk/Master/texmf-dist/source/latex/texvc/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/source/latex/texvc/texvc.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/texvc/texvc.dtx	2024-07-08 20:14:55 UTC (rev 71743)
+++ trunk/Master/texmf-dist/source/latex/texvc/texvc.dtx	2024-07-08 20:15:05 UTC (rev 71744)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-% Copyright (C) 2015 by Moritz Schubotz
+% Copyright (C) 2015-2018 by Moritz Schubotz
 % -----------------------------------
 %
 % This file may be distributed and/or modified under the
@@ -22,7 +22,7 @@
 %<package>\NeedsTeXFormat{LaTeX2e}[2005/12/01]
 %<package>\ProvidesPackage{texvc}
 %<*package>
-[2018/03/04 v1.1 Bugfixes]
+[2020/02/09 v1.2 Document deprecations]
 %</package>
 %<package>
 %<package>\RequirePackage{amsmath}
@@ -42,7 +42,7 @@
 %<package>
 %<*driver>
 \documentclass{ltxdoc}
-\usepackage{texvc}[2018/03/04]
+\usepackage{texvc}[2020/02/09]
 \EnableCrossrefs
 \CodelineIndex
 \RecordChanges
@@ -75,19 +75,21 @@
 %
 % \changes{v1.0}{2015/11/09}{Initial version}
 % \changes{v1.1}{2018/03/04}{Fix bug with varcoppa, document usage of or}
+% \changes{v1.2}{2020/02/09}{Document deprecations}
 % \GetFileInfo{texvc.sty}
-%
+% \newcommand{\deprecated}{\emph{This command is deprecated.}}
 % \DoNotIndex{\newcommand,\newenvironment}
 %
 % \title{The \textsf{texvc} package\thanks{This document
 % corresponds to \textsf{texvc}~\fileversion,
 % dated \filedate.}}
-% \author{Moritz Schubotz \\ \texttt{moritz.schubotz at uni-konstanz.de}}
-% 
+% \author{Moritz Schubotz \\ \texttt{moritz.schubotz at fiz-karlsruhe.de}}
+% \date{\filedate}
+%
 % \maketitle
 %
 % \begin{abstract}
-% This package provides all\footnote{The command \texttt{\textbackslash or} is only availible if custom code is copied into your \LaTeX-file. See page \pageref{cmd.or} for details.} LaTeX command availible in MediaWiki.
+% This package provides all\footnote{The command \texttt{\textbackslash or} is only available if custom code is copied into your \LaTeX-file. See page \pageref{cmd.or} for details.} LaTeX command available in MediaWiki.
 % This includes several packages like amsmath, and adds some specific
 % commands such as \texttt{\textbackslash Reals}.
 % \end{abstract}
@@ -95,7 +97,7 @@
 % \section{Provided Macros}
 %
 % \subsection{Arrows}
-% The first group of MediaWiki coustom command (other\_delimiters2) defines short hand notations for some arrorws.
+% The first group of MediaWiki custom command (other\_delimiters2) defines short hand notations for some arrows.
 %
 % \DescribeMacro{\darr} Short hand notation for arrow $\downarrow.$ 
 %
@@ -122,12 +124,12 @@
 %
 % \subsection{Literals}
 % 
-% The second group of MediaWiki coustom commands (other\_litereals3) defines short hand notations for some literals.
+% The second group of MediaWiki custom commands (other\_litereals3) defines short hand notations for some literals.
 %
-% \DescribeMacro{\C} Short hand notation for literal $\mathbb{C}.$ 
+% \DescribeMacro{\C} Short hand notation for literal $\mathbb{C}.$ \deprecated
 %
 %
-% \DescribeMacro{\H} Short hand notation for literal $\mathbb{H}.$ 
+% \DescribeMacro{\H} Short hand notation for literal $\mathbb{H}.$ \deprecated
 %
 %
 % \DescribeMacro{\N} Short hand notation for literal $\mathbb{N}.$ 
@@ -151,10 +153,10 @@
 % \DescribeMacro{\Alpha} Short hand notation for literal $\mathrm{A}.$ 
 %
 %
-% \DescribeMacro{\and} Short hand notation for literal $\land.$ 
+% \DescribeMacro{\and} Short hand notation for literal $\land.$ \deprecated
 %
 %
-% \DescribeMacro{\ang} Short hand notation for literal $\angle.$ 
+% \DescribeMacro{\ang} Short hand notation for literal $\angle.$ \deprecated
 %
 %
 % \DescribeMacro{\Beta} Short hand notation for literal $\mathrm{B}.$ 
@@ -277,10 +279,10 @@
 % \DescribeMacro{\Omicron} Short hand notation for literal $\mathrm{O}.$ 
 %
 %
-% \DescribeMacro{\or} Short hand notation for literal $\lor.$ 
+% \DescribeMacro{\or} Short hand notation for literal $\lor.$ \deprecated
 %
 %
-% \DescribeMacro{\part} Short hand notation for literal $\partial.$ 
+% \DescribeMacro{\part} Short hand notation for literal $\partial.$ \deprecated
 %
 %
 % \DescribeMacro{\plusmn} Short hand notation for literal $\pm.$ 
@@ -342,7 +344,21 @@
 %
 % \DescribeMacro{\Zeta} Short hand notation for literal $\mathrm{Z}.$ 
 %
-%
+% \section{Deprecations}
+% According to the decision of \emph{Wikimedia Community User Group Math}\footnote{\url{https://meta.wikimedia.org/w/index.php?oldid=19705444}} the following macros have been deprecated\footnote{See \url{https://phabricator.wikimedia.org/T197842} for the discussion.}:
+% \begin{enumerate}
+% \item \verb|$|
+% \item \verb|%|
+% \item \verb|\and|
+% \item \verb|\or|
+% \item \verb|\part|
+% \item \verb|\ang|
+% \item \verb|\C|
+% \item \verb|\H|
+% \item \verb|\bold|
+% \item \verb|\Bbb|
+% \end{enumerate}
+% The commands 1,2,4,9,10 have never been part of this package, but were available from within Wikipedia.
 % \StopEventually{}
 %
 % \section{Implementation}

Modified: trunk/Master/texmf-dist/source/latex/texvc/texvc.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/texvc/texvc.ins	2024-07-08 20:14:55 UTC (rev 71743)
+++ trunk/Master/texmf-dist/source/latex/texvc/texvc.ins	2024-07-08 20:15:05 UTC (rev 71744)
@@ -1,42 +1,42 @@
-%%
-%% Copyright (C) 2015 by Moritz Schubotz
-%%
-%% This file may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License, either
-%% version 1.3 of this license or (at your option) any later
-%% version. The latest version of this license is in:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% and version 1.3 or later is part of all distributions of
-%% LaTeX version 2005/12/01 or later.
-%%
-\input docstrip.tex
-\keepsilent
-\usedir{tex/latex/texvc}
-\askforoverwritefalse
-\preamble
-This is a generated file.
-Copyright (C) 2015 by Moritz Schubotz
-This file may be distributed and/or modified under the
-conditions of the LaTeX Project Public License, either
-version 1.3 of this license or (at your option) any later
-version. The latest version of this license is in:
-http://www.latex-project.org/lppl.txt
-and version 1.3 or later is part of all distributions of
-LaTeX version 2005/12/01 or later.
-\endpreamble
-\generate{\file{texvc.sty}{\from{texvc.dtx}{package}}}
-\Msg{*********************************************************}
-\Msg{*}
-\Msg{* To finish the installation you have to move the}
-\Msg{* following file into a directory searched by TeX:}
-\Msg{*}
-\Msg{* \space\space texvc.sty}
-\Msg{*}
-\Msg{* To produce the documentation run the file texvc.dtx}
-\Msg{* through LaTeX.}
-\Msg{*}
-\Msg{* Happy TeXing!}
-\Msg{*********************************************************}
-\endbatchfile
+%%
+%% Copyright (C) 2015-2018 by Moritz Schubotz
+%%
+%% This file may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either
+%% version 1.3 of this license or (at your option) any later
+%% version. The latest version of this license is in:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% and version 1.3 or later is part of all distributions of
+%% LaTeX version 2005/12/01 or later.
+%%
+\input docstrip.tex
+\keepsilent
+\usedir{tex/latex/texvc}
+\askforoverwritefalse
+\preamble
+This is a generated file.
+Copyright (C) 2015-2018 by Moritz Schubotz
+This file may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either
+version 1.3 of this license or (at your option) any later
+version. The latest version of this license is in:
+http://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of
+LaTeX version 2005/12/01 or later.
+\endpreamble
+\generate{\file{texvc.sty}{\from{texvc.dtx}{package}}}
+\Msg{*********************************************************}
+\Msg{*}
+\Msg{* To finish the installation you have to move the}
+\Msg{* following file into a directory searched by TeX:}
+\Msg{*}
+\Msg{* \space\space texvc.sty}
+\Msg{*}
+\Msg{* To produce the documentation run the file texvc.dtx}
+\Msg{* through LaTeX.}
+\Msg{*}
+\Msg{* Happy TeXing!}
+\Msg{*********************************************************}
+\endbatchfile

Modified: trunk/Master/texmf-dist/tex/latex/texvc/texvc.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/texvc/texvc.sty	2024-07-08 20:14:55 UTC (rev 71743)
+++ trunk/Master/texmf-dist/tex/latex/texvc/texvc.sty	2024-07-08 20:15:05 UTC (rev 71744)
@@ -6,7 +6,7 @@
 %%
 %% texvc.dtx  (with options: `package')
 %% This is a generated file.
-%% Copyright (C) 2015 by Moritz Schubotz
+%% Copyright (C) 2015-2018 by Moritz Schubotz
 %% This file may be distributed and/or modified under the
 %% conditions of the LaTeX Project Public License, either
 %% version 1.3 of this license or (at your option) any later
@@ -16,7 +16,7 @@
 %% LaTeX version 2005/12/01 or later.
 \NeedsTeXFormat{LaTeX2e}[2005/12/01]
 \ProvidesPackage{texvc}
-[2018/03/04 v1.1 Bugfixes]
+[2020/02/09 v1.2 Document deprecations]
 
 \RequirePackage{amsmath}
 \RequirePackage{amsfonts}



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