texlive[51474] Master: arabicfront (26jun19)
commits+karl at tug.org
commits+karl at tug.org
Wed Jun 26 22:47:03 CEST 2019
Revision: 51474
http://tug.org/svn/texlive?view=revision&revision=51474
Author: karl
Date: 2019-06-26 22:47:03 +0200 (Wed, 26 Jun 2019)
Log Message:
-----------
arabicfront (26jun19)
Modified Paths:
--------------
trunk/Master/tlpkg/bin/tlpkg-ctan-check
trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
Added Paths:
-----------
trunk/Master/texmf-dist/doc/latex/arabicfront/
trunk/Master/texmf-dist/doc/latex/arabicfront/README.md
trunk/Master/texmf-dist/tex/latex/arabicfront/
trunk/Master/texmf-dist/tex/latex/arabicfront/arabicfront.sty
trunk/Master/tlpkg/tlpsrc/arabicfront.tlpsrc
Added: trunk/Master/texmf-dist/doc/latex/arabicfront/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/arabicfront/README.md (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/arabicfront/README.md 2019-06-26 20:47:03 UTC (rev 51474)
@@ -0,0 +1,20 @@
+
+Arabic page numbering starting from the front matter.
+
+This package modifies the definitions of \frontmatter and
+\mainmatter so that page numbering starts in arabic style from the
+front matter while preserving the rest of the original definitions.
+For it to work, \pagenumbering has to be inside these macros -- most
+of classes do that, but there are exceptions like memoir.
+
+To use it, just \usepackage{arabicfront}.
+
+License: MIT
+________
+Javier Bezos --- http://www.texnia.com
+
+
+
+
+
+
Property changes on: trunk/Master/texmf-dist/doc/latex/arabicfront/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/arabicfront/arabicfront.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/arabicfront/arabicfront.sty (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/arabicfront/arabicfront.sty 2019-06-26 20:47:03 UTC (rev 51474)
@@ -0,0 +1,66 @@
+%
+% Copyright (C) 2006-2019 Javier Bezos http://www.texnia.com
+%
+% This file may be distributed and/or modified under the conditions of
+% the MIT License. A version can be found at the end of this file.
+%
+% Usage
+% ~~~~~
+%
+% This package modifies the definitions of \frontmatter and
+% \mainmatter so that page numbering starts in arabic style from the
+% front matter while preserving the rest of the original definitions.
+% For it to work, \pagenumbering has to be inside these macros -- most
+% of classes do that, but there are exceptions like memoir.
+%
+% To use it, just \usepackage{arabicfront}.
+%
+% Code
+% ~~~~
+
+\def\fileversion{1.1}
+\def\filedate{2006/09/03}
+
+\ProvidesPackage{arabicfront}[2006/09/03 v1.0 Arabic page numbering]
+
+\def\arfr at rep#1\@@\@@#2#3{%
+ \in@{\pagenumbering}{#1}%
+ \ifin@
+ #2#1\@@\@@
+ \else
+ \PackageWarningNoLine{arabicfront}%
+ {Skipping \string#3 -- no \string\pagenumbering}%
+ \fi}
+
+\def\arfr at front#1\pagenumbering#2#3\@@\@@{%
+ \renewcommand\frontmatter{#1\pagenumbering{arabic}#3}}
+
+\def\arfr at main#1\pagenumbering#2#3\@@\@@{%
+ \renewcommand\mainmatter{#1#3}}
+
+\expandafter\arfr at rep\mainmatter\@@\@@\arfr at main\mainmatter
+\expandafter\arfr at rep\frontmatter\@@\@@\arfr at front\frontmatter
+
+\endinput
+
+MIT License
+-----------
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
Property changes on: trunk/Master/texmf-dist/tex/latex/arabicfront/arabicfront.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check 2019-06-26 20:41:25 UTC (rev 51473)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check 2019-06-26 20:47:03 UTC (rev 51474)
@@ -45,7 +45,7 @@
appendix appendixnumberbeamer
apprendre-a-programmer-en-tex apprends-latex
apptools apxproof
- arabi arabi-add arabluatex arabtex arabxetex
+ arabi arabicfront arabi-add arabluatex arabtex arabxetex
aramaic-serto arara archaeologie archaic arcs arev arimo armtex
around-the-bend arphic arphic-ttf arrayjobx arraysort arsclassica
arydshln articleingud
Added: trunk/Master/tlpkg/tlpsrc/arabicfront.tlpsrc
===================================================================
Modified: trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc 2019-06-26 20:41:25 UTC (rev 51473)
+++ trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc 2019-06-26 20:47:03 UTC (rev 51474)
@@ -41,6 +41,7 @@
depend appendix
depend appendixnumberbeamer
depend apptools
+depend arabicfront
depend arcs
depend arrayjobx
depend arraysort
More information about the tex-live-commits
mailing list