diff options
6 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/fonts/svrsymbols/README b/Master/texmf-dist/doc/fonts/svrsymbols/README index 23689882eff..665741220db 100644 --- a/Master/texmf-dist/doc/fonts/svrsymbols/README +++ b/Master/texmf-dist/doc/fonts/svrsymbols/README @@ -1,10 +1,10 @@ The svrsymbols package is a LaTeX interface to theSVRsymbols font. The glyphs of this font are ideograms that have been designed for use in Physics texts. Some symbols are standard and -some are entirely new. In version 2.0 of the package, we added +some are entirely new. In version 2.0a of the package, we added many new and old symbols. -April 6, 2016 +April 8, 2016 Pablo García Risueño Apostolos Syropoulos diff --git a/Master/texmf-dist/fonts/map/dvips/svrsymbols/svrsymbols.map b/Master/texmf-dist/fonts/map/dvips/svrsymbols/svrsymbols.map new file mode 100644 index 00000000000..6c12031f1e8 --- /dev/null +++ b/Master/texmf-dist/fonts/map/dvips/svrsymbols/svrsymbols.map @@ -0,0 +1 @@ +SVRsymbols SVRsymbols <SVRsymbols.pfb diff --git a/Master/texmf-dist/source/fonts/svrsymbols/svrsymbols.dtx b/Master/texmf-dist/source/fonts/svrsymbols/svrsymbols.dtx index 53c9a636b3f..9fa28e500db 100644 --- a/Master/texmf-dist/source/fonts/svrsymbols/svrsymbols.dtx +++ b/Master/texmf-dist/source/fonts/svrsymbols/svrsymbols.dtx @@ -35,7 +35,7 @@ % %<svrsymbols, >\ProvidesFile{svrsymbols.sty} % -%<svrsymbols, > [2016/04/06 v2.0 Package `svrsymbols.sty'] +%<svrsymbols, > [2016/04/08 v2.0a Package `svrsymbols.sty'] % % \begin{macrocode} %<*driver> @@ -60,7 +60,7 @@ %\author{Pablo Garc{\'\i}a Risue{\~n}o\\ Humboldt Universit\"at\\ zu Berlin, Germany\\ %\and Apostolos Syropoulos\\ Xanthi, Greece\\ \texttt{asyropoulos@yahoo.com} %\and Nat\`alia Verg\'es\\ Besal\'u (Girona), Spain} -% \date{2016/04/06} +% \date{2016/04/08} %\maketitle % \begin{abstract} % The \textsf{svrsymbols} package is a \LaTeX\ interface to the \textsf{SVRsymbols} @@ -97,7 +97,7 @@ %<*svrsymbols> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{svrsymbols} - [2016/04/06 v.2.0, New Symbols for Physics.] + [2016/04/08 v.2.0a, New Symbols for Physics.] % \end{macrocode} % The commands that follow define commands according to the NFSS necessary to access the font that contains % the various glyphs. First we define a new font family and then the various variants. Since there are no diff --git a/Master/texmf-dist/source/fonts/svrsymbols/svrsymbols.ins b/Master/texmf-dist/source/fonts/svrsymbols/svrsymbols.ins index f552cb7c660..12c8a212df8 100644 --- a/Master/texmf-dist/source/fonts/svrsymbols/svrsymbols.ins +++ b/Master/texmf-dist/source/fonts/svrsymbols/svrsymbols.ins @@ -3,7 +3,7 @@ %% This file is part of the `svrsymbols' package. %% You are not allowed to modify its contents. %% -\def\filedate{2016/04/06} +\def\filedate{2016/04/08} \def\batchfile{svrsymbols.ins} \input docstrip.tex diff --git a/Master/texmf-dist/tex/latex/svrsymbols/svrsymbols.sty b/Master/texmf-dist/tex/latex/svrsymbols/svrsymbols.sty index 6bf4ca47bc0..1c696b19904 100644 --- a/Master/texmf-dist/tex/latex/svrsymbols/svrsymbols.sty +++ b/Master/texmf-dist/tex/latex/svrsymbols/svrsymbols.sty @@ -37,10 +37,10 @@ %% Right brace \} Tilde \~} %% \ProvidesFile{svrsymbols.sty} - [2016/04/06 v2.0 Package `svrsymbols.sty'] + [2016/04/08 v2.0a Package `svrsymbols.sty'] \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{svrsymbols} - [2016/04/06 v.2.0, New Symbols for Physics.] + [2016/04/08 v.2.0a, New Symbols for Physics.] \DeclareFontFamily{OML}{svr}{} \DeclareFontShape{OML}{svr}{m}{it}{ <-> SVRsymbols diff --git a/Master/tlpkg/tlpsrc/svrsymbols.tlpsrc b/Master/tlpkg/tlpsrc/svrsymbols.tlpsrc index e69de29bb2d..e3945632351 100644 --- a/Master/tlpkg/tlpsrc/svrsymbols.tlpsrc +++ b/Master/tlpkg/tlpsrc/svrsymbols.tlpsrc @@ -0,0 +1 @@ +execute addMap svrsymbols.map |