texlive[54225] Master/texmf-dist: import (10mar20)

commits+karl at tug.org commits+karl at tug.org
Tue Mar 10 22:20:38 CET 2020


Revision: 54225
          http://tug.org/svn/texlive?view=revision&revision=54225
Author:   karl
Date:     2020-03-10 22:20:38 +0100 (Tue, 10 Mar 2020)
Log Message:
-----------
import (10mar20)

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

Modified: trunk/Master/texmf-dist/doc/latex/import/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/import/README	2020-03-10 21:20:14 UTC (rev 54224)
+++ trunk/Master/texmf-dist/doc/latex/import/README	2020-03-10 21:20:38 UTC (rev 54225)
@@ -1,4 +1,4 @@
-import.sty    Version 6.0    22-Jan-2020  
+import.sty    Version 6.1    06-Mar-2020  
 Donald Arseneau  (asnd at triumf.ca)  Vancouver, Canada.
 
 This software is in the public domain; free of any restrictions.

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

Modified: trunk/Master/texmf-dist/doc/latex/import/import.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/import/import.tex	2020-03-10 21:20:14 UTC (rev 54224)
+++ trunk/Master/texmf-dist/doc/latex/import/import.tex	2020-03-10 21:20:38 UTC (rev 54225)
@@ -6,7 +6,6 @@
 \usepackage{lmodern}
 \usepackage[T1]{fontenc}
 \usepackage{textcomp}
-\usepackage{booktabs}
 \usepackage{microtype}
 %\usepackage{hyperref}
 
@@ -27,8 +26,8 @@
 
 \title{The import package}
 \author{Donald Arseneau  (\texttt{asnd at triumf.ca})}
-\date{Version 6.0, \quad 22--Jan--2020}
-\setlength{\parskip}{3pt plus 2pt}
+\date{Version 6.1, \quad 06--Mar--2020}
+\setlength{\parskip}{5pt plus 2pt minus 1pt}
 
 
 \begin{document}
@@ -106,9 +105,9 @@
 A command  ``\cmd{\import at path@fix}'' is provided to reformat the import path
 to fit the syntax of a particular operating system.  It \emph{could} be
 defined to convert unix-style path names to the local format. The default
-definition ensures paths end with ``\texttt{/}'' on most systems, but
-removes ``\texttt{]\hspace{-2pt}[}'' from within sub-import directory paths
-on VMS systems.
+definition ensures paths end with a single ``\texttt{/}'' on most systems
+(unless the path is empty), but on VMS systems it removes
+``\texttt{]\hspace{-2pt}[}'' from within combined paths.
 
 Note that the import package works by manipulating the internal `commands'
 \cmd{\input at path} and \cmd{\Ginput at path}, so may behave badly if you

Modified: trunk/Master/texmf-dist/tex/latex/import/import.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/import/import.sty	2020-03-10 21:20:14 UTC (rev 54224)
+++ trunk/Master/texmf-dist/tex/latex/import/import.sty	2020-03-10 21:20:38 UTC (rev 54225)
@@ -123,8 +123,9 @@
 % Check for "./" currdir, and make \import at path@fix ensure trailing /
 \gdef\@gtempa{./}
 \ifx\@gtempa\@currdir % *x style paths
- \gdef\import at path@fix#1{\@ensure at one@trailing at slash#1////\delimiter}%
- \gdef\@ensure at one@trailing at slash#1////#2\delimiter{#1/}%
+\gdef\import at path@fix#1{\ifx\delimiter#1\delimiter\else
+  \@ensure at one@trailing at slash#1///\delimiter\fi}%
+ \gdef\@ensure at one@trailing at slash#1///#2\delimiter{#1/}%
 \fi
 
 % Check for "[]" currdir (VMS file names) and set \import at path@fix appropriately



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