summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-11-22 21:48:15 +0000
committerKarl Berry <karl@freefriends.org>2018-11-22 21:48:15 +0000
commitb5cc1664be99937d3d19c0f690271e201eae7779 (patch)
treee2c79ef6aaf3d9dbc89d16b287eff4c7a82b6c6b
parent448c8046aa5d10d83da43bf0c57f47bb5f951428 (diff)
latex2man (22nov18)
git-svn-id: svn://tug.org/texlive/trunk@49222 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/latex2man/latex2man6
-rw-r--r--Master/texmf-dist/doc/info/latex2man.info32
-rw-r--r--Master/texmf-dist/doc/man/man1/latex2man.18
-rw-r--r--Master/texmf-dist/doc/man/man1/latex2man.man1.pdfbin62008 -> 62019 bytes
-rw-r--r--Master/texmf-dist/doc/support/latex2man/CHANGES3
-rw-r--r--Master/texmf-dist/doc/support/latex2man/Makefile7
-rw-r--r--Master/texmf-dist/doc/support/latex2man/README4
-rw-r--r--Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.271
-rw-r--r--Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.281
-rw-r--r--Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html3
-rw-r--r--Master/texmf-dist/doc/support/latex2man/latex2man.html10
-rw-r--r--Master/texmf-dist/doc/support/latex2man/latex2man.inc20
-rw-r--r--Master/texmf-dist/doc/support/latex2man/latex2man.pdfbin280980 -> 280864 bytes
-rw-r--r--Master/texmf-dist/doc/support/latex2man/latex2man.tex8
-rw-r--r--Master/texmf-dist/doc/support/latex2man/latex2man.texi6
-rw-r--r--Master/texmf-dist/doc/support/latex2man/latex2man.txt6
-rwxr-xr-xMaster/texmf-dist/scripts/latex2man/latex2man6
-rw-r--r--Master/texmf-dist/tex/latex/latex2man/latex2man.sty6
18 files changed, 75 insertions, 52 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/latex2man/latex2man b/Build/source/texk/texlive/linked_scripts/latex2man/latex2man
index 53ec825ad52..8541f593f31 100755
--- a/Build/source/texk/texlive/linked_scripts/latex2man/latex2man
+++ b/Build/source/texk/texlive/linked_scripts/latex2man/latex2man
@@ -4,7 +4,7 @@
# Descr: Latex --> MAN-page (groff -man), HTML and TexInfo;
# Language: PERL (>= 5.0)
# Author: Dr. Jürgen Vollmer, Juergen.Vollmer@informatik-vollmer.de
-# $Id: latex2man,v 1.176 2018/06/05 18:53:10 vollmer Exp $
+# $Id: latex2man,v 1.177 2018/11/22 07:42:26 vollmer Exp $
#
# Copyright (C) 1998 Dr. Juergen Vollmer
# Am Rennbuckel 21, D-76185 Karlsruhe, Germany
@@ -27,8 +27,8 @@ $CMD=`basename "$0"`; chop ($CMD);
$gen_date = `date`; chomp $gen_date; # date when the output was generated
sub date2str;
-$VERSION = "1.27";
-$DATE = date2str ('$Date: 2018/06/05 18:53:10 $' =~ m|(\d+/\d+/\d+)|);
+$VERSION = "1.28";
+$DATE = date2str ('$Date: 2018/11/22 07:42:26 $' =~ m|(\d+/\d+/\d+)|);
$tmp = "/tmp/$CMD.$$";
diff --git a/Master/texmf-dist/doc/info/latex2man.info b/Master/texmf-dist/doc/info/latex2man.info
index 8c21ee1264d..9357f1363dc 100644
--- a/Master/texmf-dist/doc/info/latex2man.info
+++ b/Master/texmf-dist/doc/info/latex2man.info
@@ -612,7 +612,7 @@ The following standard LaTeX commands are accepted:
inside a itemize, enumerate, or description environment.
`\today'
- 05 June 2018(see also the rcsinfo LaTeXpackage).
+ 22 November 2018(see also the rcsinfo LaTeXpackage).
`\ss,\"a, ...'
\ss = ss, \"a= a", \"o= o", \"u= u", \"A= A", \"O= O", \"U= U". It
@@ -993,7 +993,7 @@ File: latex2man.info, Node: Version, Next: License and Copyright, Prev: Chang
Version
=======
-Version: 1.27 of 2018/06/05.
+Version: 1.28 of 2018/11/22.

File: latex2man.info, Node: License and Copyright, Next: Author, Prev: Version, Up: Top
@@ -1046,19 +1046,19 @@ Node: Accepted LaTeX Environments8601
Node: Package Specific Macros9133
Node: Accepted Macros from the rcsinfo Package12719
Node: Accepted LaTeX Macros13216
-Node: Conditional Text16432
-Node: Translation of User Defined Macros18470
-Node: Verbatim Environment20584
-Node: Subsection works20910
-Node: Subsubsection works21085
-Node: Subsubsection still works21274
-Node: General Remarks21480
-Node: CSS classnames22218
-Node: Some Bug Fix Tests27899
-Node: Requirements28637
-Node: Changes29051
-Node: Version29290
-Node: License and Copyright29433
-Node: Author30230
+Node: Conditional Text16436
+Node: Translation of User Defined Macros18474
+Node: Verbatim Environment20588
+Node: Subsection works20914
+Node: Subsubsection works21089
+Node: Subsubsection still works21278
+Node: General Remarks21484
+Node: CSS classnames22222
+Node: Some Bug Fix Tests27903
+Node: Requirements28641
+Node: Changes29055
+Node: Version29294
+Node: License and Copyright29437
+Node: Author30234

End Tag Table
diff --git a/Master/texmf-dist/doc/man/man1/latex2man.1 b/Master/texmf-dist/doc/man/man1/latex2man.1
index 76e269efd2d..7c1445be187 100644
--- a/Master/texmf-dist/doc/man/man1/latex2man.1
+++ b/Master/texmf-dist/doc/man/man1/latex2man.1
@@ -1,5 +1,5 @@
'\" t
-.\" Manual page created with latex2man on Di 5. Jun 20:58:08 CEST 2018
+.\" Manual page created with latex2man on Do 22. Nov 08:50:47 CET 2018
.\" NOTE: This file is generated, DO NOT EDIT.
.de Vb
.ft CW
@@ -10,7 +10,7 @@
.fi
..
-.TH "LATEX2MAN" "1" "2018/06/05" "Documentation Tools " "Documentation Tools "
+.TH "LATEX2MAN" "1" "2018/11/22" "Documentation Tools " "Documentation Tools "
.SH NAME
.PP
@@ -725,7 +725,7 @@ description
environment.
.TP
\\today
-05 June 2018(see also the rcsinfo
+22 November 2018(see also the rcsinfo
LaTeXpackage).
.TP
\\ss,\\"a, ...
@@ -1310,7 +1310,7 @@ acknowledgment to people contributing bugfixes or enhancements.
.SH VERSION
.PP
-Version: 1.27 of 2018/06/05\&.
+Version: 1.28 of 2018/11/22\&.
.PP
.SH LICENSE AND COPYRIGHT
diff --git a/Master/texmf-dist/doc/man/man1/latex2man.man1.pdf b/Master/texmf-dist/doc/man/man1/latex2man.man1.pdf
index cc4a574b190..9ea085d74c2 100644
--- a/Master/texmf-dist/doc/man/man1/latex2man.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/latex2man.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/latex2man/CHANGES b/Master/texmf-dist/doc/support/latex2man/CHANGES
index 6830a8b9bae..f4b1a077b80 100644
--- a/Master/texmf-dist/doc/support/latex2man/CHANGES
+++ b/Master/texmf-dist/doc/support/latex2man/CHANGES
@@ -2,7 +2,8 @@
Change history of the latex2man package
=======================================
-$Id: CHANGES,v 1.70 2018/06/05 18:55:17 vollmer Exp $
+$Id: CHANGES,v 1.71 2018/11/22 07:50:02 vollmer Exp $
+1.28 22 Nov 2018 - Added missing file latex2man.inc to tar archive
1.27 05 June 2018 - Fixed handling blanks in command path
1.26 06 Oct 2017 - Handle \end{document},
fixed deprecated regular exprs and minor typoos
diff --git a/Master/texmf-dist/doc/support/latex2man/Makefile b/Master/texmf-dist/doc/support/latex2man/Makefile
index b6dbf88deb0..106aee8ecb4 100644
--- a/Master/texmf-dist/doc/support/latex2man/Makefile
+++ b/Master/texmf-dist/doc/support/latex2man/Makefile
@@ -1,7 +1,7 @@
# Project: Documentation Tools
# Descr: Latex --> MAN-page (groff -man), Makefile
# Author: Dr. Jürgen Vollmer, Juergen.Vollmer@informatik-vollmer.de
-# $Id: Makefile,v 1.126 2018/06/05 18:57:43 vollmer Exp $
+# $Id: Makefile,v 1.127 2018/11/22 07:42:23 vollmer Exp $
BASE = latex2man
@@ -23,8 +23,8 @@ EX = --exclude "*.o" --exclude core --exclude "*.tar.gz" --exclude "*~" \
--exclude "*.a" --exclude "*.php"
EXrcs = $(EX) --exclude "*/RCS/*" --exclude "*/RCS"
-VERSION = 1.27
-V_DATE = 2018/06/05
+VERSION = 1.28
+V_DATE = 2018/11/22
latex2man = ./latex2man
D = $
@@ -193,6 +193,7 @@ dist:
$(BASE)/latex2man.tex \
$(BASE)/latex2man.cfg \
$(BASE)/latex2man.sty \
+ $(BASE)/latex2man.inc \
$(BASE)/latex2man.trans \
$(BASE)/latex2man.css \
$(BASE)/latex2man.1 \
diff --git a/Master/texmf-dist/doc/support/latex2man/README b/Master/texmf-dist/doc/support/latex2man/README
index 2db0b131246..b54b701c4fe 100644
--- a/Master/texmf-dist/doc/support/latex2man/README
+++ b/Master/texmf-dist/doc/support/latex2man/README
@@ -17,7 +17,7 @@ Requirements:
- Latex2man requires Perl version >= 5.0004_03.
- LaTeX2e
-VERSION: 1.27
+VERSION: 1.28
Author and Copyright (c) 1998:
Dr. Jürgen Vollmer
@@ -33,4 +33,4 @@ License:
If you find this software useful, please send me a postcard.
-$Id: README,v 1.68 2018/06/05 18:58:08 vollmer Exp $
+$Id: README,v 1.69 2018/11/22 07:42:26 vollmer Exp $
diff --git a/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.27 b/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.27
deleted file mode 100644
index f846a9d5ea5..00000000000
--- a/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.27
+++ /dev/null
@@ -1 +0,0 @@
-VERSION 1.27 DATE=2018/06/05
diff --git a/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.28 b/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.28
new file mode 100644
index 00000000000..84644f3b90d
--- /dev/null
+++ b/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.28
@@ -0,0 +1 @@
+VERSION 1.28 DATE=2018/11/22
diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html b/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html
index 5ee7b72be32..84124818d1d 100644
--- a/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html
+++ b/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html
@@ -7,7 +7,8 @@
Change history of the latex2man package
=======================================
-$Id: CHANGES,v 1.70 2018/06/05 18:55:17 vollmer Exp $
+$Id: CHANGES,v 1.71 2018/11/22 07:50:02 vollmer Exp $
+1.28 22 Nov 2018 - Added missing file latex2man.inc to tar archive
1.27 05 June 2018 - Fixed handling blanks in command path
1.26 06 Oct 2017 - Handle \end{document},
fixed deprecated regular exprs and minor typoos
diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.html b/Master/texmf-dist/doc/support/latex2man/latex2man.html
index 7aee17dfc6c..6f27e438b26 100644
--- a/Master/texmf-dist/doc/support/latex2man/latex2man.html
+++ b/Master/texmf-dist/doc/support/latex2man/latex2man.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<!-- Manual page created with latex2man on Di 5. Jun 20:58:08 CEST 2018
+<!-- Manual page created with latex2man on Do 22. Nov 08:50:47 CET 2018
** Author of latex2man: Juergen.Vollmer@informatik-vollmer.de
** NOTE: This file is generated, DO NOT EDIT. -->
<html>
@@ -11,8 +11,8 @@ LaTeX2man -<br>
A Documentation Tool
</h1>
<h4 class="authorhead">Dr.&nbsp;J&uuml;rgen Vollmer </h4>
-<h4 class="datehead">2018/06/05</h4>
-<h4 class="versionhead">Version 1.27</h4>
+<h4 class="datehead">2018/11/22</h4>
+<h4 class="versionhead">Version 1.28</h4>
<p>
<font class="progname">Latex2man</font>
is a tool to translate UNIX manual pages written with
@@ -780,7 +780,7 @@ or
environment.
</dd>
<dt>\today</dt>
-<dd> 05 June 2018 (see also the <tt>rcsinfo</tt>
+<dd> 22 November 2018 (see also the <tt>rcsinfo</tt>
LaTeXpackage).
</dd>
<dt>\ss,\"a, ...</dt>
@@ -1348,7 +1348,7 @@ acknowledgment to people contributing bugfixes or enhancements.
<h2 class="sectionname"><a name="section_24">Version</a></h2>
<p>
-Version: 1.27 of 2018/06/05.
+Version: 1.28 of 2018/11/22.
<p>
<h2 class="sectionname"><a name="section_25">License and Copyright</a></h2>
diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.inc b/Master/texmf-dist/doc/support/latex2man/latex2man.inc
new file mode 100644
index 00000000000..bb307b85d5a
--- /dev/null
+++ b/Master/texmf-dist/doc/support/latex2man/latex2man.inc
@@ -0,0 +1,20 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Project: Documentation Tools
+%% Descr: Latex --> MAN-page (groff -man), LATEX documentation
+%% Author: Dr. Jürgen Vollmer, Juergen.Vollmer@informatik-vollmer.de
+%% $Id: latex2man.inc,v 1.3 2017/04/13 14:47:28 vollmer Exp $
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\section{Changes}
+%@% IF LATEX %@%
+{\small\verbatiminput{./CHANGES}}
+%@% ELSE %@%
+%@% IF HTML %@%
+Please check the file \URL{latex2man-CHANGES.html} for the list of changes and
+acknowledgment to people contributing bugfixes or enhancements.
+%@% ELSE %@%
+Please check the file \URL{latex2man-CHANGES} for the list of changes and
+acknowledgment to people contributing bugfixes or enhancements.
+
+%@% END-IF %@%
+%@% END-IF %@%
diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.pdf b/Master/texmf-dist/doc/support/latex2man/latex2man.pdf
index 58198a8440d..3ae811d4c2e 100644
--- a/Master/texmf-dist/doc/support/latex2man/latex2man.pdf
+++ b/Master/texmf-dist/doc/support/latex2man/latex2man.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.tex b/Master/texmf-dist/doc/support/latex2man/latex2man.tex
index a71367852f8..142460e65ff 100644
--- a/Master/texmf-dist/doc/support/latex2man/latex2man.tex
+++ b/Master/texmf-dist/doc/support/latex2man/latex2man.tex
@@ -2,7 +2,7 @@
%% Project: Documentation Tools
%% Descr: Latex --> MAN-page (groff -man), LATEX documentation
%% Author: Dr. Jürgen Vollmer, Juergen.Vollmer@informatik-vollmer.de
-%% $Id: latex2man.tex,v 1.201 2018/06/05 18:58:08 vollmer Exp $
+%% $Id: latex2man.tex,v 1.202 2018/11/22 07:42:26 vollmer Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Latex2man is a tool to translate UNIX manual pages written with LaTeX into a
@@ -53,15 +53,15 @@
%% do we have the `rcsinfo' package?
\IfFileExists{rcsinfo.sty}{
\usepackage[nofancy]{rcsinfo}
-\rcsInfo $Id: latex2man.tex,v 1.201 2018/06/05 18:58:08 vollmer Exp $
+\rcsInfo $Id: latex2man.tex,v 1.202 2018/11/22 07:42:26 vollmer Exp $
\setDate{\rcsInfoLongDate}
}{
-\setDate{2018/06/05} %%%% must be manually set, if rcsinfo is not present
+\setDate{2018/11/22} %%%% must be manually set, if rcsinfo is not present
\message{package rcsinfo not present, discard it}
}
\setVersionWord{Version:} %%% that's the default, no need to set it.
-\setVersion{1.27}
+\setVersion{1.28}
\begin{document}
diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.texi b/Master/texmf-dist/doc/support/latex2man/latex2man.texi
index 13992c04bd8..06a54b4876b 100644
--- a/Master/texmf-dist/doc/support/latex2man/latex2man.texi
+++ b/Master/texmf-dist/doc/support/latex2man/latex2man.texi
@@ -3,7 +3,7 @@
@setfilename latex2man.info
@settitle latex2man
@c %**end of header
-@c Manual page created with latex2man on Di 5. Jun 20:58:08 CEST 2018>
+@c Manual page created with latex2man on Do 22. Nov 08:50:47 CET 2018>
@c NOTE: This file is generated, DO NOT EDIT.
@dircategory Man-pages
@direntry
@@ -646,7 +646,7 @@ or
@t{description}
environment.
@item \today
-05 June 2018(see also the @t{rcsinfo}
+22 November 2018(see also the @t{rcsinfo}
LaTeXpackage).
@item \ss,\"a, ...
\ss = @ss{}, \"a= @"a, \"o= @"o, \"u= @"u,
@@ -1082,7 +1082,7 @@ acknowledgment to people contributing bugfixes or enhancements.
@section Version
-Version: 1.27 of 2018/06/05.
+Version: 1.28 of 2018/11/22.
@node License and Copyright, Author, Version, Top
@section License and Copyright
diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.txt b/Master/texmf-dist/doc/support/latex2man/latex2man.txt
index 0dfcc3e8e0e..48f1a7efdf5 100644
--- a/Master/texmf-dist/doc/support/latex2man/latex2man.txt
+++ b/Master/texmf-dist/doc/support/latex2man/latex2man.txt
@@ -487,7 +487,7 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
\item inside a itemize, enumerate, or description environment.
- \today 05 June 2018(see also the rcsinfo LaTeXpackage).
+ \today 22 November 2018(see also the rcsinfo LaTeXpackage).
\ss,\"a, ...
\ss = ß, \"a= ä, \"o= ö, \"u= ü, \"A= Ä, \"O= Ö, \"U= Ü. It is
@@ -783,7 +783,7 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
acknowledgment to people contributing bugfixes or enhancements.
[1mVERSION[0m
- Version: 1.27 of 2018/06/05.
+ Version: 1.28 of 2018/11/22.
[1mLICENSE AND COPYRIGHT[0m
Copyright
@@ -810,4 +810,4 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
Email: [1mJuergen.Vollmer@informatik-vollmer.de[0m
WWW: [1mhttp://www.informatik-vollmer.de[22m.
-Documentation Tools 2018/06/05 LATEX2MAN(1)
+Documentation Tools 2018/11/22 LATEX2MAN(1)
diff --git a/Master/texmf-dist/scripts/latex2man/latex2man b/Master/texmf-dist/scripts/latex2man/latex2man
index 53ec825ad52..8541f593f31 100755
--- a/Master/texmf-dist/scripts/latex2man/latex2man
+++ b/Master/texmf-dist/scripts/latex2man/latex2man
@@ -4,7 +4,7 @@
# Descr: Latex --> MAN-page (groff -man), HTML and TexInfo;
# Language: PERL (>= 5.0)
# Author: Dr. Jürgen Vollmer, Juergen.Vollmer@informatik-vollmer.de
-# $Id: latex2man,v 1.176 2018/06/05 18:53:10 vollmer Exp $
+# $Id: latex2man,v 1.177 2018/11/22 07:42:26 vollmer Exp $
#
# Copyright (C) 1998 Dr. Juergen Vollmer
# Am Rennbuckel 21, D-76185 Karlsruhe, Germany
@@ -27,8 +27,8 @@ $CMD=`basename "$0"`; chop ($CMD);
$gen_date = `date`; chomp $gen_date; # date when the output was generated
sub date2str;
-$VERSION = "1.27";
-$DATE = date2str ('$Date: 2018/06/05 18:53:10 $' =~ m|(\d+/\d+/\d+)|);
+$VERSION = "1.28";
+$DATE = date2str ('$Date: 2018/11/22 07:42:26 $' =~ m|(\d+/\d+/\d+)|);
$tmp = "/tmp/$CMD.$$";
diff --git a/Master/texmf-dist/tex/latex/latex2man/latex2man.sty b/Master/texmf-dist/tex/latex/latex2man/latex2man.sty
index 3e082f1fed8..d69bfbd3734 100644
--- a/Master/texmf-dist/tex/latex/latex2man/latex2man.sty
+++ b/Master/texmf-dist/tex/latex/latex2man/latex2man.sty
@@ -2,8 +2,8 @@
%% Project: Documentation Tools
%% Descr: Latex --> MAN-page (groff -man), LaTeX package
%% Author: Dr. Jürgen Vollmer, Juergen.Vollmer@informatik-vollmer.de
-%% $Id: latex2man.sty,v 1.91 2018/06/05 18:58:08 vollmer Exp $
-%% VERSION: 1.27
+%% $Id: latex2man.sty,v 1.92 2018/11/22 07:42:26 vollmer Exp $
+%% VERSION: 1.28
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% `latex2man' package to use with LaTeX2e.
@@ -31,7 +31,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{latex2man}[2018/06/05 v1.27]
+\ProvidesPackage{latex2man}[2018/11/22 v1.28]
\usepackage{ifthen}
\newif\if@LM@UseFancy@