From 35e9c26f88d95cb3f778bf59dd03e016d1389581 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 7 Sep 2006 23:40:09 +0000 Subject: bezos update (4sep06) git-svn-id: svn://tug.org/texlive/trunk@2098 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/bezos/README | 114 ++++++++++++---------- Master/texmf-dist/doc/latex/bezos/bezos.pdf | Bin 83212 -> 86027 bytes Master/texmf-dist/tex/latex/bezos/arabicfront.sty | 60 ++++++++++++ Master/texmf-dist/tpm/bezos.tpm | 7 +- Master/texmf/lists/bezos | 1 + 5 files changed, 125 insertions(+), 57 deletions(-) create mode 100644 Master/texmf-dist/tex/latex/bezos/arabicfront.sty (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/bezos/README b/Master/texmf-dist/doc/latex/bezos/README index 74943c918dd..96ce7a89ab8 100644 --- a/Master/texmf-dist/doc/latex/bezos/README +++ b/Master/texmf-dist/doc/latex/bezos/README @@ -1,54 +1,60 @@ -This directory contains some unrelated packages which I grouped for -not to clutter the contrib directory. - -There is a manual with the basics of all of these packages -as bezos.pdf. - -Contact: http://www.texytipografia.com/contact.html - -accents -~~~~~~~ -Tools for math accents: multiple and newly defined ones. - -Manual: accents.tex - -tensind -~~~~~~~ -Tensorial indexes, with fine tuning and optional subtitution -of letters (a -> \alpha, for instance) - -Both accents and tensind takes into account the -slight displacement of indexes in some letters (like $f^1_1$). - -Manual: tensind.tex - -dotlessi -~~~~~~~~ -Another math tool. It provides dotless i's and j's for -use in any math font (\mathrm, etc.). A single file---it is -documented in the sty file itself. - -Manual: clear text in dotless.sty - -esindex -~~~~~~~ -A tool to easy typing of Spanish index entries. - -Manual: esindex.tex (in Spanish) - -checkend -~~~~~~~~ -More useful error messages when there are open environments -at \end{document}. - -Manual: clear text in checkend.sty - -_________________________________________________________________ -Javier Bezos | http://www.texytipografia.com -иииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии - -2006/07/01 - - - - +This directory contains some unrelated packages which I grouped for +not to clutter the contrib directory. + +There is a manual with the basics of all of these packages +as bezos.pdf. + +Contact: http://www.texytipografia.com/contact.html + +accents +~~~~~~~ +Tools for math accents: multiple and newly defined ones. + +Manual: accents.tex + +tensind +~~~~~~~ +Tensorial indexes, with fine tuning and optional subtitution +of letters (a -> \alpha, for instance) + +Both accents and tensind takes into account the +slight displacement of indexes in some letters (like $f^1_1$). + +Manual: tensind.tex + +dotlessi +~~~~~~~~ +Another math tool. It provides dotless i's and j's for +use in any math font (\mathrm, etc.). A single file---it is +documented in the sty file itself. + +Manual: clear text in dotless.sty + +esindex +~~~~~~~ +A tool to easy typing of Spanish index entries. + +Manual: esindex.tex (in Spanish) + +checkend +~~~~~~~~ +More useful error messages when there are open environments +at \end{document}. + +Manual: clear text in checkend.sty + +arabicfront +~~~~~~~~~~~ +Arabic page numbering starting from the front matter. + +Manual: clear text in arabicfront.sty + +_________________________________________________________________ +Javier Bezos | http://www.texytipografia.com +иииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии + +2006/09/03 + + + + diff --git a/Master/texmf-dist/doc/latex/bezos/bezos.pdf b/Master/texmf-dist/doc/latex/bezos/bezos.pdf index 3904acaba9e..2819b39944c 100644 Binary files a/Master/texmf-dist/doc/latex/bezos/bezos.pdf and b/Master/texmf-dist/doc/latex/bezos/bezos.pdf differ diff --git a/Master/texmf-dist/tex/latex/bezos/arabicfront.sty b/Master/texmf-dist/tex/latex/bezos/arabicfront.sty new file mode 100644 index 00000000000..cfd21e11f95 --- /dev/null +++ b/Master/texmf-dist/tex/latex/bezos/arabicfront.sty @@ -0,0 +1,60 @@ +% +--------------------------------------------------+ +% | Documentation in clear text follows | +% +--------------------------------------------------+ +% +%% Copyright (C) 2006 Javier Bezos +%% All Rights Reserved +%% http://www.texytipografia.com +%% +%% This work may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 of this +%% license or (at your option) any later version. The latest version +%% of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2003/12/01 or later. +%% +%% This work has the LPPL maintenance status "maintained". +%% +%% This Current Maintainer of this work is Javier Bezos. +%% +%% This work consists 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.0} +\def\filedate{2006/09/03} + +\ProvidesPackage{arabicfront}[2006/09/03 v1.0 Arabic page numbering] + +\def\arfr@rep#1\@@\@@#2#3{% + \in@{\pagenumbering}{#1}% + \ifin@ + #2#1\@@\@@ + \else + \PackageWarningNoLine{arabicfront}% + {Skipping \string#3 -- no \string\pagenumbering}% + \fi} + +\def\arfr@front#1\pagenumbering#2#3\@@\@@{% + \renewcommand\frontmatter{#1\pagenumbering{arabic}#3}} + +\def\arfr@main#1\pagenumbering#2#3\@@\@@{% + \renewcommand\mainmatter{#1#3}} + +\expandafter\arfr@rep\mainmatter\@@\@@\arfr@main\mainmatter +\expandafter\arfr@rep\frontmatter\@@\@@\arfr@front\frontmatter + +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tpm/bezos.tpm b/Master/texmf-dist/tpm/bezos.tpm index 1a46a4f1980..e0c5041b70b 100644 --- a/Master/texmf-dist/tpm/bezos.tpm +++ b/Master/texmf-dist/tpm/bezos.tpm @@ -3,7 +3,7 @@ bezos Package - 2006/07/01 22:38:51 + 2006/09/03 09:01:00 rahtz Packages by Javier Bezos. @@ -15,15 +15,16 @@ entry of Spanish index entries. Javier Bezos 124636 - + texmf-dist/tex/latex/bezos/accents.sty +texmf-dist/tex/latex/bezos/arabicfront.sty texmf-dist/tex/latex/bezos/checkend.sty texmf-dist/tex/latex/bezos/dotlessi.sty texmf-dist/tex/latex/bezos/esindex.sty texmf-dist/tex/latex/bezos/tensind.sty texmf-dist/tpm/bezos.tpm - + texmf-dist/doc/latex/bezos/README texmf-dist/doc/latex/bezos/accents.tex texmf-dist/doc/latex/bezos/bezos.pdf diff --git a/Master/texmf/lists/bezos b/Master/texmf/lists/bezos index a29b9de964d..c5a069c8494 100644 --- a/Master/texmf/lists/bezos +++ b/Master/texmf/lists/bezos @@ -5,6 +5,7 @@ texmf-dist/doc/latex/bezos/esindex.tex texmf-dist/doc/latex/bezos/tensind.tex texmf-dist/tex/latex/bezos/accents.sty +texmf-dist/tex/latex/bezos/arabicfront.sty texmf-dist/tex/latex/bezos/checkend.sty texmf-dist/tex/latex/bezos/dotlessi.sty texmf-dist/tex/latex/bezos/esindex.sty -- cgit v1.2.3