texlive[48201] trunk: (13jul18)

commits+karl at tug.org commits+karl at tug.org
Sat Jul 14 23:27:24 CEST 2018


Revision: 48201
          http://tug.org/svn/texlive?view=revision&revision=48201
Author:   karl
Date:     2018-07-14 23:27:24 +0200 (Sat, 14 Jul 2018)
Log Message:
-----------
 (13jul18)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/arara/arara.sh
    trunk/Master/texmf-dist/doc/support/arara/README.md
    trunk/Master/texmf-dist/doc/support/arara/arara-manual.pdf
    trunk/Master/texmf-dist/doc/support/arara/arara-manual.tex
    trunk/Master/texmf-dist/doc/support/arara/arara.sty
    trunk/Master/texmf-dist/doc/support/arara/chapters/license.tex
    trunk/Master/texmf-dist/scripts/arara/arara.jar
    trunk/Master/texmf-dist/scripts/arara/arara.sh
    trunk/Master/texmf-dist/scripts/arara/rules/indent.yaml
    trunk/Master/texmf-dist/scripts/arara/rules/texindy.yaml
    trunk/Master/texmf-dist/scripts/arara/rules/xindy.yaml

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/support/arara/logos/
    trunk/Master/texmf-dist/doc/support/arara/logos/bird.pdf
    trunk/Master/texmf-dist/doc/support/arara/logos/logo1.pdf
    trunk/Master/texmf-dist/doc/support/arara/logos/logo2.pdf

Modified: trunk/Build/source/texk/texlive/linked_scripts/arara/arara.sh
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/arara/arara.sh	2018-07-14 21:26:52 UTC (rev 48200)
+++ trunk/Build/source/texk/texlive/linked_scripts/arara/arara.sh	2018-07-14 21:27:24 UTC (rev 48201)
@@ -1,3 +1,9 @@
 #!/bin/bash
-jarpath=`kpsewhich --progname=arara --format=texmfscripts arara.jar`
+kernel=`uname -s`
+if test "${kernel#*CYGWIN}" != "$kernel"
+then
+    jarpath=`cygpath -w $(kpsewhich --progname=arara --format=texmfscripts arara.jar)`
+else
+    jarpath=`kpsewhich --progname=arara --format=texmfscripts arara.jar`
+fi
 java -jar "$jarpath" "$@"

Modified: trunk/Master/texmf-dist/doc/support/arara/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/support/arara/README.md	2018-07-14 21:26:52 UTC (rev 48200)
+++ trunk/Master/texmf-dist/doc/support/arara/README.md	2018-07-14 21:27:24 UTC (rev 48201)
@@ -7,6 +7,7 @@
 ![Language: Java](https://img.shields.io/badge/language-Java-blue.svg?style=flat-square)
 ![Minimum JRE: 5.0](https://img.shields.io/badge/minimum_JRE-5.0-blue.svg?style=flat-square)
 [![License: New BSD](https://img.shields.io/badge/license-New_BSD-blue.svg?style=flat-square)](https://opensource.org/licenses/bsd-license)
+![CTAN packaging: 4.0.3](https://img.shields.io/badge/CTAN_packaging-4.0.3-blue.svg?style=flat-square)
 
 `arara` is a TeX automation tool based on rules and directives. It gives you a way to enhance your TeX experience. The tool is an effort to provide a concise way to automate the daily TeX workflow for users and also package writers. Users might write their own rules when the provided ones do not suffice.
 
@@ -29,7 +30,7 @@
 ![Current version: 4.0](https://img.shields.io/badge/current_version-4.0-blue.svg?style=flat-square)
 ![Development version: 5.0](https://img.shields.io/badge/development_version-5.0-red.svg?style=flat-square)
 
-The stable major version of `arara` is the 4.0 series (note that revision numbers may vary). Please refer to the development branch for more information on the upcoming 5.0 series release. The master branch always refers to the stable version (including potential revisions).
+The stable major version of `arara` is the 4.0 series (note that revision numbers may vary). Please refer to the development branch for more information on the upcoming 5.0 series release. The master branch always refers to the stable version (including potential revisions). The CTAN packaging for the current version is 4.0.3 (for internal use).
 
 For historical purposes, the source code for older versions of `arara` is available in the [releases](https://github.com/cereda/arara/releases) section of our repository. However, be mindful that these versions are unsupported.
 

Modified: trunk/Master/texmf-dist/doc/support/arara/arara-manual.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/arara/arara-manual.tex
===================================================================
--- trunk/Master/texmf-dist/doc/support/arara/arara-manual.tex	2018-07-14 21:26:52 UTC (rev 48200)
+++ trunk/Master/texmf-dist/doc/support/arara/arara-manual.tex	2018-07-14 21:27:24 UTC (rev 48201)
@@ -31,6 +31,10 @@
 % LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
 % WAY  OUT  OF  THE USE  OF  THIS  SOFTWARE,  EVEN  IF ADVISED  OF  THE
 % POSSIBILITY OF SUCH DAMAGE.
+
+\pdfobjcompresslevel=1
+\pdfpageattr {/Group << /S /Transparency /I true /CS /DeviceRGB>>}
+
 \documentclass[a4paper,oneside,12pt]{memoir}
 
 \usepackage[T1]{fontenc}
@@ -101,7 +105,7 @@
 \vspace*{2em}
 
 \begin{center}
-\includegraphics[scale=0.7]{../logos/logo2.pdf}
+\includegraphics[scale=0.7]{logos/logo2.pdf}
 
 \vspace{4em}
 

Modified: trunk/Master/texmf-dist/doc/support/arara/arara.sty
===================================================================
--- trunk/Master/texmf-dist/doc/support/arara/arara.sty	2018-07-14 21:26:52 UTC (rev 48200)
+++ trunk/Master/texmf-dist/doc/support/arara/arara.sty	2018-07-14 21:27:24 UTC (rev 48201)
@@ -436,7 +436,7 @@
 \renewcommand{\booktitlefont}{\huge\normalfont\em}
 \renewcommand{\booknamefont}{\huge\normalfont\em}
 \renewcommand{\booknumfont}{\huge\normalfont\em}
-\renewcommand{\printpartname}{\centering\includegraphics[scale=.3]{../logos/bird.pdf}\par\partnamefont \textcolor{araracolour}{part}}
+\renewcommand{\printpartname}{\centering\includegraphics[scale=.3]{logos/bird.pdf}\par\partnamefont \textcolor{araracolour}{part}}
 \renewcommand{\printpartnum}{\partnumfont\textcolor{araracolour}{\numtoname{\c at part}}}
 \cftpagenumbersoff{part}
 \renewcommand\partnumberline[1]{\hfil\hspace\@tocrmarg {\normalfont\normalsize\adforn{16}}\quad#1\hspace{0.5em}---\hspace{0.5em}}
@@ -453,13 +453,13 @@
                             \@minus 0.167\onelineskip}%
   \renewcommand*{\chapnamefont}{\normalfont}%
   \renewcommand*{\printchaptername}{%
-    \centering\includegraphics[scale=.15]{../logos/bird.pdf}\par}%
+    \centering\includegraphics[scale=.15]{logos/bird.pdf}\par}%
   \renewcommand*{\chapnumfont}{\fontfamily{fco}\selectfont\bfseries}%
   \renewcommand*{\printchapternum}{\centering \chapnumfont \ifanappendix
     \thechapter \else \textcolor{araracolour}{\numtoname{\c at chapter}}\fi}%
   \renewcommand*{\chaptitlefont}{\normalfont\itshape\huge\centering}%
   \renewcommand*{\printchapternonum}{%
-    \centering\includegraphics[scale=.15]{../logos/bird.pdf}\par%
+    \centering\includegraphics[scale=.15]{logos/bird.pdf}\par%
     \vskip\midchapskip}%
 }
 

Modified: trunk/Master/texmf-dist/doc/support/arara/chapters/license.tex
===================================================================
--- trunk/Master/texmf-dist/doc/support/arara/chapters/license.tex	2018-07-14 21:26:52 UTC (rev 48200)
+++ trunk/Master/texmf-dist/doc/support/arara/chapters/license.tex	2018-07-14 21:27:24 UTC (rev 48201)
@@ -10,7 +10,7 @@
 
 \begin{messagebox}{New BSD License}{araracolour}{\icinfo}{white}
 \footnotesize
-\includegraphics[scale=0.25]{../logos/logo1.pdf}
+\includegraphics[scale=0.25]{logos/logo1.pdf}
 
 Copyright \textcopyright\ 2012--2018, Paulo Roberto Massa Cereda\\
 All rights reserved.

Added: trunk/Master/texmf-dist/doc/support/arara/logos/bird.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/support/arara/logos/bird.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/support/arara/logos/bird.pdf	2018-07-14 21:26:52 UTC (rev 48200)
+++ trunk/Master/texmf-dist/doc/support/arara/logos/bird.pdf	2018-07-14 21:27:24 UTC (rev 48201)

Property changes on: trunk/Master/texmf-dist/doc/support/arara/logos/bird.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/support/arara/logos/logo1.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/support/arara/logos/logo1.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/support/arara/logos/logo1.pdf	2018-07-14 21:26:52 UTC (rev 48200)
+++ trunk/Master/texmf-dist/doc/support/arara/logos/logo1.pdf	2018-07-14 21:27:24 UTC (rev 48201)

Property changes on: trunk/Master/texmf-dist/doc/support/arara/logos/logo1.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/support/arara/logos/logo2.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/support/arara/logos/logo2.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/support/arara/logos/logo2.pdf	2018-07-14 21:26:52 UTC (rev 48200)
+++ trunk/Master/texmf-dist/doc/support/arara/logos/logo2.pdf	2018-07-14 21:27:24 UTC (rev 48201)

Property changes on: trunk/Master/texmf-dist/doc/support/arara/logos/logo2.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Modified: trunk/Master/texmf-dist/scripts/arara/arara.jar
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/scripts/arara/arara.sh
===================================================================
--- trunk/Master/texmf-dist/scripts/arara/arara.sh	2018-07-14 21:26:52 UTC (rev 48200)
+++ trunk/Master/texmf-dist/scripts/arara/arara.sh	2018-07-14 21:27:24 UTC (rev 48201)
@@ -1,3 +1,9 @@
 #!/bin/bash
-jarpath=`kpsewhich --progname=arara --format=texmfscripts arara.jar`
+kernel=`uname -s`
+if test "${kernel#*CYGWIN}" != "$kernel"
+then
+    jarpath=`cygpath -w $(kpsewhich --progname=arara --format=texmfscripts arara.jar)`
+else
+    jarpath=`kpsewhich --progname=arara --format=texmfscripts arara.jar`
+fi
 java -jar "$jarpath" "$@"

Modified: trunk/Master/texmf-dist/scripts/arara/rules/indent.yaml
===================================================================
--- trunk/Master/texmf-dist/scripts/arara/rules/indent.yaml	2018-07-14 21:26:52 UTC (rev 48200)
+++ trunk/Master/texmf-dist/scripts/arara/rules/indent.yaml	2018-07-14 21:27:24 UTC (rev 48201)
@@ -13,7 +13,7 @@
 - name: The latexindent.pl script
   command: >
     @{
-        return getCommand('latexindent', silent, trace, ttrace, screenlog,
+        return getCommand('latexindent', silent, trace, screenlog,
                settings, cruft, overwrite, output, file, modifylinebreaks,
                options, logfile);
     }

Modified: trunk/Master/texmf-dist/scripts/arara/rules/texindy.yaml
===================================================================
--- trunk/Master/texmf-dist/scripts/arara/rules/texindy.yaml	2018-07-14 21:26:52 UTC (rev 48200)
+++ trunk/Master/texmf-dist/scripts/arara/rules/texindy.yaml	2018-07-14 21:27:24 UTC (rev 48201)
@@ -17,7 +17,7 @@
         infile = base.concat('.').concat(input);
         outfile = [ '-o', base.concat('.').concat(output) ];
         logfile = [ '-t', base.concat('.').concat(log) ];
-        return getCommand('texindy', quiet, debug, markup, modules,
+        return getCommand('texindy', quiet, markup, modules,
                codepage, language, logfile, outfile, options, infile);
     }
 arguments:

Modified: trunk/Master/texmf-dist/scripts/arara/rules/xindy.yaml
===================================================================
--- trunk/Master/texmf-dist/scripts/arara/rules/xindy.yaml	2018-07-14 21:26:52 UTC (rev 48200)
+++ trunk/Master/texmf-dist/scripts/arara/rules/xindy.yaml	2018-07-14 21:27:24 UTC (rev 48201)
@@ -17,7 +17,7 @@
         infile = base.concat('.').concat(input);
         outfile = [ '-o', base.concat('.').concat(output) ];
         logfile = [ '-t', base.concat('.').concat(log) ];
-        return getCommand('xindy', quiet, debug, markup, modules,
+        return getCommand('xindy', quiet, markup, modules,
                codepage, language, logfile, outfile, options, infile);
     }
 arguments:



More information about the tex-live-commits mailing list