summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-web-companion/apb
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-26 23:07:28 +0000
committerKarl Berry <karl@freefriends.org>2012-08-26 23:07:28 +0000
commitd3535e838cefea309221187bb9e62698c0df8c51 (patch)
treedbee8197e1bfecefe547d53e843f0acff729a3fe /Master/texmf-dist/doc/latex/latex-web-companion/apb
parent33353453d22fc5877a8ced58c673c7008ce8c00a (diff)
latex-web-companion non-update
git-svn-id: svn://tug.org/texlive/trunk@27531 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/apb')
-rw-r--r--Master/texmf-dist/doc/latex/latex-web-companion/apb/README.apb2
-rw-r--r--Master/texmf-dist/doc/latex/latex-web-companion/apb/invitation.sty1
-rwxr-xr-xMaster/texmf-dist/doc/latex/latex-web-companion/apb/makelatex.sh14
-rw-r--r--Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.dtd7
-rw-r--r--Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.xsl11
-rw-r--r--Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatexexa.tex2
-rw-r--r--Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatexexa.xml2
7 files changed, 25 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/apb/README.apb b/Master/texmf-dist/doc/latex/latex-web-companion/apb/README.apb
index 0a6bb120150..fdd467caf1a 100644
--- a/Master/texmf-dist/doc/latex/latex-web-companion/apb/README.apb
+++ b/Master/texmf-dist/doc/latex/latex-web-companion/apb/README.apb
@@ -1,4 +1,4 @@
-Files in Appendix B of the LaTeX Web Companion
+Files in Appendix B of the LaTeX Graphics Companion
Section B.4
+++++++++++
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/apb/invitation.sty b/Master/texmf-dist/doc/latex/latex-web-companion/apb/invitation.sty
index e401c6b3ed5..68dedd1c10b 100644
--- a/Master/texmf-dist/doc/latex/latex-web-companion/apb/invitation.sty
+++ b/Master/texmf-dist/doc/latex/latex-web-companion/apb/invitation.sty
@@ -47,3 +47,4 @@
\ProcessOptions
\endinput
+
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/apb/makelatex.sh b/Master/texmf-dist/doc/latex/latex-web-companion/apb/makelatex.sh
new file mode 100755
index 00000000000..5ab25f55e50
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-web-companion/apb/makelatex.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+# makelatex.sh Generate latex from xml and xsl
+# Author: M.Goossens / IT
+# Last mod: Jan 24 1999
+
+DIR=/afs/cern.ch/project/tex/java
+#old CLASSPATH=$DIR/xt.jar:$DIR/xp.jar:$DIR/sax.jar:$CLASSPATH
+CLASSPATH=$DIR/xtnew/xt.jar:$DIR/xp.jar:$DIR/xtnew/sax.jar:$CLASSPATH
+export CLASSPATH
+java com.jclark.xsl.sax.Driver minilatexexa.xml minilatex.xsl \
+ | sed -e 's/&gt;/>/g'\
+ -e 's/&lt;/</g'\
+ -e 's/&amp;/\&/g' > a.tex
+utf82latin1.sh a.tex minilatexexa.tex
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.dtd b/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.dtd
index 3bb7530819a..271a51e2bdb 100644
--- a/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.dtd
+++ b/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.dtd
@@ -30,7 +30,7 @@
<!ELEMENT document (frontmatter?,bodymatter,backmatter?)>
<!ATTLIST document %i18n;
class CDATA "article">
-<!ELEMENT frontmatter (title,author?,date?,abstract?)>
+<!ELEMENT frontmatter (title,author?,date?,abstract?,keywords?)>
<!ELEMENT bodymatter ((par|%likepara;|%floats;|part|chapter|section)*,appendix*)>
<!ELEMENT backmatter (index|glossary)*>
<!-- fontchanges -->
@@ -55,7 +55,6 @@
<!ATTLIST quotation %basic;>
<!-- lists -->
<!ELEMENT description ((term*,item*)+)>
-<!ATTLIST description %basic;>
<!ELEMENT enumerate ((term*,item*)+)>
<!ATTLIST enumerate %basic;>
<!ELEMENT itemize ((term*,item*)+)>
@@ -86,9 +85,9 @@
<!ELEMENT par (#PCDATA|%inline;|%likepara;)*>
<!ATTLIST par %basic;>
<!-- "floats" and their contents -->
-<!ELEMENT figure (#PCDATA|par|%inline;|%likepara;|caption)*>
+<!ELEMENT figure (#PCDATA|par|%inline;|%likepara;|includegraphics|caption)*>
<!ATTLIST figure %basic;>
-<!ELEMENT table (#PCDATA|par|%inline;|%likepara;|caption)*>
+<!ELEMENT table (#PCDATA|par|%inline;|%likepara;|tabular|caption)*>
<!ATTLIST table %basic;>
<!ELEMENT includegraphics EMPTY>
<!ATTLIST includegraphics %basic;
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.xsl b/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.xsl
index a907797c32b..9054f0b8ceb 100644
--- a/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.xsl
+++ b/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.xsl
@@ -1,12 +1,9 @@
<?xml version='1.0'?>
<!-- minilatex.xsl -->
-<xsl:stylesheet version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns="http://www.tug.org/latex">
-
-<xsl:output method="text" indent="no" encoding="ISO-8859-1"/>
-
-<xsl:strip-space elements="*"/>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0"
+ xmlns="http://www.tug.org/latex"
+ default-space="strip"
+ result-ns="">
<xsl:template name="label">
<xsl:apply-templates/>
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatexexa.tex b/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatexexa.tex
index 720477f73db..f92effe7a5b 100644
--- a/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatexexa.tex
+++ b/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatexexa.tex
@@ -64,7 +64,7 @@ in den Text aufgenommen.
\begin{figure}\centering
-\includegraphics[width=3cm, scale=.5]{colorcir}
+\includegraphics[width=3cm, scale=.5]{colorcir.eps}
\caption{Ein EPS Bild\label{fig-psfig}}
\end{figure}
\subsection{Beispiel einer Tabelle}
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatexexa.xml b/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatexexa.xml
index 5b6f67fd551..787c60e3d1e 100644
--- a/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatexexa.xml
+++ b/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatexexa.xml
@@ -71,7 +71,7 @@ Abbildung&nbsp;<ref refid="fig-psfig"/> wurde mit dem Befehl
in den Text aufgenommen.
</par>
<figure id="fig-psfig">
-<includegraphics width="3cm" file="colorcir"/>
+<includegraphics width="3cm" file="colorcir.eps"/>
<caption xml:lang="de">Ein EPS Bild</caption>
</figure>
</subsection>