summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-19 23:45:54 +0000
committerKarl Berry <karl@freefriends.org>2011-02-19 23:45:54 +0000
commitd98b8e798ec4acb601e2b27d26e034cc628c77b0 (patch)
tree038473cd49773d39b58c1f365e429568509f348b /Master/texmf-dist/doc/lualatex
parentf88c06401d61625c8ee39d465ac288ed6675c540 (diff)
rm luaindex, needs newer luatex, will retry later
git-svn-id: svn://tug.org/texlive/trunk@21470 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex')
-rw-r--r--Master/texmf-dist/doc/lualatex/luaindex/README42
-rw-r--r--Master/texmf-dist/doc/lualatex/luaindex/luaindex-example.ldx22
-rw-r--r--Master/texmf-dist/doc/lualatex/luaindex/luaindex-example.ltx80
-rw-r--r--Master/texmf-dist/doc/lualatex/luaindex/luaindex-example.pdfbin48304 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/luaindex/luaindex.ltx65
-rw-r--r--Master/texmf-dist/doc/lualatex/luaindex/luaindex.pdfbin121227 -> 0 bytes
6 files changed, 0 insertions, 209 deletions
diff --git a/Master/texmf-dist/doc/lualatex/luaindex/README b/Master/texmf-dist/doc/lualatex/luaindex/README
deleted file mode 100644
index e44fa768213..00000000000
--- a/Master/texmf-dist/doc/lualatex/luaindex/README
+++ /dev/null
@@ -1,42 +0,0 @@
-LuaLaTeX package luaindex
-Copyright (c) Markus Kohm, 2011
-
-This file is part of the luaTeX package `luaindex'.
-
-This work may be distributed and/or modified under the conditions of
-the LaTeX Project Public License, version 1.3c of the license.
-The latest version of this license is in
- http://www.latex-project.org/lppl.txt
-and version 1.3c or later is part of all distributions of LaTeX
-version 2005/12/01 or later and of this work.
-
-This work has the LPPL maintenance status "maintained".
-
-The Current Maintainer and author of this work is Markus Kohm.
-
-This work consists of the files `luaindex.dtx' and `README'.
-
-============================================================================
-
-luaindex is another index processor written in Lua. Currently usage of
-LuaLaTeX is provided only, but plainLuaTeX, ConTeXt or other formats may
-follow.
-
-luaindex provides more than one index. Like SplitIndex it needs only one
-help file for all produced indexes.
-
-============================================================================
-
-Note: This is an alpha version!
-For additional version information see `lualatex.dtx.'
-
-============================================================================
-
-To produce the package, the examples, and the manual from `luaindex.dtx'
-you have to run
-
- lualatex --shell-escape luaindex.dtx
-
-simply.
-
-============================================================================
diff --git a/Master/texmf-dist/doc/lualatex/luaindex/luaindex-example.ldx b/Master/texmf-dist/doc/lualatex/luaindex/luaindex-example.ldx
deleted file mode 100644
index 65e4e8a57be..00000000000
--- a/Master/texmf-dist/doc/lualatex/luaindex/luaindex-example.ldx
+++ /dev/null
@@ -1,22 +0,0 @@
-os.setlocale("de_DE","collate")
-koma.luaindex.insert("general", "{{3}}", "B ist der zweite Buchstabe", "B ist der zweite Buchstabe")
-koma.luaindex.insert("general", "{{3}}", "aber ist ein Wort", "aber ist ein Wort")
-koma.luaindex.insert("general", "{{3}}", "D ist der vierte Buchstabe", "D ist der vierte Buchstabe")
-koma.luaindex.insert("general", "{{3}}", "A ist der erste Buchstabe", "A ist der erste Buchstabe")
-koma.luaindex.insert("general", "{{3}}", "A ist der erste Buchstabe", "A ist der erste Buchstabe")
-koma.luaindex.insert("general", "{{3}}", "C ist \"`der\"\' dritte Buchstabe", "C ist \"`der\"\' dritte Buchstabe")
-koma.luaindex.insert("general", "{{3}}", "X ist der drittletzte Buchstabe", "X ist der drittletzte Buchstabe")
-koma.luaindex.insert("general", "{{3}}", "\\textbf {D} ist der Buchstabe nach C", "\\textbf {D} ist der Buchstabe nach C")
-koma.luaindex.insert("general", "{{3}}", "Y ist der \\textbf {vorletzte} Buchstabe", "Y ist der \\textbf {vorletzte} Buchstabe")
-koma.luaindex.insert("general", "{{3}}", "Z ist der letzte Buchstabe", "Z ist der letzte Buchstabe")
-koma.luaindex.insert("general", "{{3}}", "Ä ist auch ein Buchstabe", "Ä ist auch ein Buchstabe")
-koma.luaindex.insert("general", "{\\emph {3}}", "Ä ist aber auch ein Buchstabe", "Ä ist wirklich auch ein Buchstabe (und hier stimmt die Sortierung nicht -- \\emph {aber eigentlich doch})")
-koma.luaindex.insert("general", "{{4}}", "A ist der erste Buchstabe", "A ist der erste Buchstabe")
-koma.luaindex.insert("general", "{{4}}", "Ae ist kein Buchstabe, sondern zwei", "Ae ist kein Buchstabe, sondern zwei")
-koma.luaindex.insert("general", "{{4}}", "Diverses", "Diverses",
- "Untereintrag", "Untereintrag")
-koma.luaindex.insert("general", "{{4}}", "Diverses", "Diverses",
- "Obereintrag", "Obereintrag")
-koma.luaindex.insert("general", "{{4}}", "Diverses", "Diverses",
- "Untereintrag", "Untereintrag",
- "Unteruntereintrag", "Unteruntereintrag")
diff --git a/Master/texmf-dist/doc/lualatex/luaindex/luaindex-example.ltx b/Master/texmf-dist/doc/lualatex/luaindex/luaindex-example.ltx
deleted file mode 100644
index 810d50fe956..00000000000
--- a/Master/texmf-dist/doc/lualatex/luaindex/luaindex-example.ltx
+++ /dev/null
@@ -1,80 +0,0 @@
-%%
-%% This is file `luaindex-example.ltx',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% luaindex.dtx (with options: `example')
-%%
-%% Copyright (c) 2011 by Markus Kohm <komascript(at)gmx.info>
-%%
-%% This file was generated from file(s) of luaindex distribution.
-%% --------------------------------------------------------------
-%%
-%% This work may be distributed and/or modified under the conditions of
-%% the LaTeX Project Public License, version 1.3c of the license.
-%% The latest version of this license is in
-%% http://www.latex-project.org/lppl.txt
-%% and version 1.3c or later is part of all distributions of LaTeX
-%% version 2005/12/01 or later and of this work.
-%%
-%% This work has the LPPL maintenance status "maintained".
-%%
-%% The Current Maintainer and author of this work is Markus Kohm.
-%%
-%% This file may only be distributed together with the files listed in
-%% `luaindex.dtx'. You may however distribute the files listed in
-%% `luaindex.dtx' without this file.
-%%
-%% NOTE: THIS IS AN ALPHA-VERSION!
-%%
-\NeedsTeXFormat{LaTeX2e}[1995/06/01]
-\ProvidesFile{luaindex-example.ltx}
-\documentclass{article}
-\usepackage[ngerman]{babel}
-\usepackage{blindtext}
-\usepackage{fontspec}
-\usepackage[
- locale=de_DE,
- singlepass % Wenn der Index ohnehin eine neue Seite produziert,
- % dann kann er direkt beim ersten Lauf ein korrektes
- % Ergebnis liefern.
-]{luaindex}
-\makeindex
-\directlua{koma.luaindex.presortreplace('general',0,
- '\luatexluaescapestring{\string\textbf}\space*\string\{([\string^\string\}]*)\string\}','\%1')}
-\begin{document}
-
-\blindtext[10]
-A\index{B ist der zweite Buchstabe}
-aber\index{aber ist ein Wort}
-D\index{D ist der vierte Buchstabe}
-A\index{A ist der erste Buchstabe}
-A\index{A ist der erste Buchstabe}
-C\index{C ist "`der"' dritte Buchstabe}
-X\index{X ist der drittletzte Buchstabe}
-D\index{\textbf{D} ist der Buchstabe nach C}
-Y\index{Y ist der \textbf{vorletzte} Buchstabe}
-Z\index{Z ist der letzte Buchstabe}
-A\index{Ä ist auch ein Buchstabe}
-Ä\index[sort={Ä ist aber auch ein Buchstabe},%
- pageformat=\emph]{Ä ist wirklich auch
- ein Buchstabe (und hier stimmt die Sortierung
- nicht -- \emph{aber eigentlich doch})}
-\clearpage
-
-A\index{A ist der erste Buchstabe}
-Ae\index{Ae ist kein Buchstabe, sondern zwei}
-
-Kompliziert\subindex{Diverses}{Untereintrag}
-Noch komplizierter\subindex{Diverses}{Obereintrag}
-Noch komplizierter\%
-subindex{Diverses}[sort=Obereintra,pageformat=\emph]{Untereintrag}
-Noch komplizierter%
-\subsubindex{Diverses}{Untereintrag}{Unteruntereintrag}
-
-\printindex
-\end{document}
-\endinput
-%%
-%% End of file `luaindex-example.ltx'.
diff --git a/Master/texmf-dist/doc/lualatex/luaindex/luaindex-example.pdf b/Master/texmf-dist/doc/lualatex/luaindex/luaindex-example.pdf
deleted file mode 100644
index ad466e92eea..00000000000
--- a/Master/texmf-dist/doc/lualatex/luaindex/luaindex-example.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/lualatex/luaindex/luaindex.ltx b/Master/texmf-dist/doc/lualatex/luaindex/luaindex.ltx
deleted file mode 100644
index 55a69b7d372..00000000000
--- a/Master/texmf-dist/doc/lualatex/luaindex/luaindex.ltx
+++ /dev/null
@@ -1,65 +0,0 @@
-%%
-%% This is file `luaindex.ltx',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% luaindex.dtx (with options: `manual')
-%%
-%% Copyright (c) 2011 by Markus Kohm <komascript(at)gmx.info>
-%%
-%% This file was generated from file(s) of luaindex distribution.
-%% --------------------------------------------------------------
-%%
-%% This work may be distributed and/or modified under the conditions of
-%% the LaTeX Project Public License, version 1.3c of the license.
-%% The latest version of this license is in
-%% http://www.latex-project.org/lppl.txt
-%% and version 1.3c or later is part of all distributions of LaTeX
-%% version 2005/12/01 or later and of this work.
-%%
-%% This work has the LPPL maintenance status "maintained".
-%%
-%% The Current Maintainer and author of this work is Markus Kohm.
-%%
-%% This file may only be distributed together with the files listed in
-%% `luaindex.dtx'. You may however distribute the files listed in
-%% `luaindex.dtx' without this file.
-%%
-%% NOTE: THIS IS AN ALPHA-VERSION!
-%%
-\ProvidesFile{luaindex.ltx}
- [2011/02/09 v0.1a LuaLaTeX Package
- documentation:
- index processor]%
-\documentclass{scrdoc}
-\usepackage{tabularx}
-\usepackage[english]{babel}
-\usepackage{xcolor}
-\colorlet{mcode}{teal}
-\usepackage{fontspec}
-\providecommand*{\LuaTeX}{Lua\kern-.125em\TeX}
-\providecommand*{\LuaLaTeX}{Lua\kern-.025em\LaTeX}
-\CodelineIndex
-\RecordChanges
-\GetFileInfo{luaindex.ltx}
-\title{%
- Usage of\\
- \LuaTeX{} module \texttt{koma.luaindex}\\
- and\\
- \LuaLaTeX{} Package \texttt{luaindex}\\
- for Generating Indexes\\
-}
-\date{\fileversion}
-\author{Markus Kohm\thanks{komascript%
-@%
-gmx%
-.%
-info}}
-\begin{document}
-\maketitle
-\DocInput{luaindex.dtx}
-\end{document}
-\endinput
-%%
-%% End of file `luaindex.ltx'.
diff --git a/Master/texmf-dist/doc/lualatex/luaindex/luaindex.pdf b/Master/texmf-dist/doc/lualatex/luaindex/luaindex.pdf
deleted file mode 100644
index 66404d7f5fe..00000000000
--- a/Master/texmf-dist/doc/lualatex/luaindex/luaindex.pdf
+++ /dev/null
Binary files differ