diff options
author | Karl Berry <karl@freefriends.org> | 2024-07-08 20:15:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-07-08 20:15:05 +0000 |
commit | 4d2e984c25f3d1250d4df0d7be6649f405e3af0a (patch) | |
tree | 409d430c0e3ea45d8a686c43e0985d5edf427ba0 /Master | |
parent | eb83fc3f1daed73c709699f23693dca75cb0ff7f (diff) |
texvc (8jul24)
git-svn-id: svn://tug.org/texlive/trunk@71744 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/texvc/texvc.pdf | bin | 246091 -> 307351 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/texvc/Makefile | 17 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/texvc/texvc.dtx | 48 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/texvc/texvc.ins | 84 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/texvc/texvc.sty | 4 |
5 files changed, 93 insertions, 60 deletions
diff --git a/Master/texmf-dist/doc/latex/texvc/texvc.pdf b/Master/texmf-dist/doc/latex/texvc/texvc.pdf Binary files differindex 7269b865f21..f431f01829d 100644 --- a/Master/texmf-dist/doc/latex/texvc/texvc.pdf +++ b/Master/texmf-dist/doc/latex/texvc/texvc.pdf diff --git a/Master/texmf-dist/source/latex/texvc/Makefile b/Master/texmf-dist/source/latex/texvc/Makefile new file mode 100644 index 00000000000..d32d473d3bd --- /dev/null +++ b/Master/texmf-dist/source/latex/texvc/Makefile @@ -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 diff --git a/Master/texmf-dist/source/latex/texvc/texvc.dtx b/Master/texmf-dist/source/latex/texvc/texvc.dtx index 429a1a5e6e1..7309d0266f7 100644 --- a/Master/texmf-dist/source/latex/texvc/texvc.dtx +++ b/Master/texmf-dist/source/latex/texvc/texvc.dtx @@ -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@uni-konstanz.de}} -% +% \author{Moritz Schubotz \\ \texttt{moritz.schubotz@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} diff --git a/Master/texmf-dist/source/latex/texvc/texvc.ins b/Master/texmf-dist/source/latex/texvc/texvc.ins index 5343a6a94fb..0c12dd61eb8 100644 --- a/Master/texmf-dist/source/latex/texvc/texvc.ins +++ b/Master/texmf-dist/source/latex/texvc/texvc.ins @@ -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
diff --git a/Master/texmf-dist/tex/latex/texvc/texvc.sty b/Master/texmf-dist/tex/latex/texvc/texvc.sty index cab243cbfe3..7d7ec136ac0 100644 --- a/Master/texmf-dist/tex/latex/texvc/texvc.sty +++ b/Master/texmf-dist/tex/latex/texvc/texvc.sty @@ -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} |