texlive[46268] Master/texmf-dist: xurl (9jan18)

commits+karl at tug.org commits+karl at tug.org
Tue Jan 9 23:36:23 CET 2018


Revision: 46268
          http://tug.org/svn/texlive?view=revision&revision=46268
Author:   karl
Date:     2018-01-09 23:36:23 +0100 (Tue, 09 Jan 2018)
Log Message:
-----------
xurl (9jan18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/xurl/Changes
    trunk/Master/texmf-dist/doc/latex/xurl/README.md
    trunk/Master/texmf-dist/doc/latex/xurl/xurl.pdf
    trunk/Master/texmf-dist/doc/latex/xurl/xurl.tex
    trunk/Master/texmf-dist/tex/latex/xurl/xurl.sty

Modified: trunk/Master/texmf-dist/doc/latex/xurl/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xurl/Changes	2018-01-09 22:36:08 UTC (rev 46267)
+++ trunk/Master/texmf-dist/doc/latex/xurl/Changes	2018-01-09 22:36:23 UTC (rev 46268)
@@ -1 +1,2 @@
+0.03  2018-01-09  - added UrlOrd characters
 0.02  2017-12-20  - first CTAN version

Modified: trunk/Master/texmf-dist/doc/latex/xurl/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xurl/README.md	2018-01-09 22:36:08 UTC (rev 46267)
+++ trunk/Master/texmf-dist/doc/latex/xurl/README.md	2018-01-09 22:36:23 UTC (rev 46268)
@@ -1,7 +1,7 @@
 # README #
 Package xurl loads package url by default and defines
 possible url breaks for all alphanumerical characters
-and = / . :
+and = / . : * - ~ ' " 
 
 All arguments which are valid for url can be used.
 It will be passed to package url. xurl itself has no 

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

Modified: trunk/Master/texmf-dist/doc/latex/xurl/xurl.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xurl/xurl.tex	2018-01-09 22:36:08 UTC (rev 46267)
+++ trunk/Master/texmf-dist/doc/latex/xurl/xurl.tex	2018-01-09 22:36:23 UTC (rev 46268)
@@ -42,7 +42,7 @@
 
 Package xurl loads package url by default and defines
 possible url breaks for all alphanumerical characters
-and = / . :
+and \verb|= / . : * - ~ ' "| 
 
 All arguments which are valid for url can be used.
 It will be passed to package url. xurl itself has no 
@@ -49,5 +49,21 @@
 special optional argument. For more information read
 the documentation of package url.
 
+
+\noindent
+\frame{\begin{minipage}{0.5\linewidth}
+\noindent
+some text \url{very-long-url-very-long-url-very-long-url-very-long-url-very-long-url-} 
+and another url: \url{https://tex.stackexchange.com/questions/3033/forcing-linebreaks-in-url/10419?noredirect=1#comment1021887_10419}
+\end{minipage}}
+
+\noindent
+\frame{\begin{minipage}{0.75\linewidth}
+\noindent
+some text \url{very-long-url-very-long-url-very-long-url-very-long-url-very-long-url-} 
+and another url: \url{https://tex.stackexchange.com/questions/3033/forcing-linebreaks-in-url/10419?noredirect=1#comment1021887_10419}
+\end{minipage}}
 \end{document}
 
+
+

Modified: trunk/Master/texmf-dist/tex/latex/xurl/xurl.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/xurl/xurl.sty	2018-01-09 22:36:08 UTC (rev 46267)
+++ trunk/Master/texmf-dist/tex/latex/xurl/xurl.sty	2018-01-09 22:36:23 UTC (rev 46268)
@@ -1,4 +1,4 @@
-%% $Id: xurl.sty 694 2017-12-20 18:40:54Z herbert $
+%% $Id: xurl.sty 705 2018-01-09 08:16:14Z herbert $
 %%
 %% This is file `xurl.sty',
 %%
@@ -16,7 +16,7 @@
 %%   `xurl' is a package for extended URL breaks
 %%
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{xurl}[2017/12/20 v 0.02 modify URL breaks]
+\ProvidesPackage{xurl}[2018/01/09 v 0.03 modify URL breaks]
 
 \DeclareOption*{\PassOptionsToPackage\CurrentOption{url}}
 \ProcessOptions\relax
@@ -29,6 +29,7 @@
      \do\m\do\n\do\o\do\p\do\q\do\r\do\s\do\t\do\u\do\v\do\w\do\x\do\y\do\z%
   \do\A\do\B\do\C\do\D\do\E\do\F\do\G\do\H\do\I\do\J\do\K\do\L%
      \do\M\do\N\do\O\do\P\do\Q\do\R\do\S\do\T\do\U\do\V\do\W\do\X\do\Y\do\Z%
-  \do0\do1\do2\do3\do4\do5\do6\do7\do8\do9\do=\do/\do.\do:}
+  \do0\do1\do2\do3\do4\do5\do6\do7\do8\do9\do=\do/\do.\do:%
+  \do\*\do\-\do\~\do\'\do\"\do\-}
 %
 \endinput



More information about the tex-live-commits mailing list