summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-am
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-09-06 22:29:22 +0000
committerKarl Berry <karl@freefriends.org>2010-09-06 22:29:22 +0000
commit6892558c73756d9f24023e6269e025fa6f3cf15d (patch)
tree577444406b1231180d6c54230a338d032a2ec5aa /Master/texmf-dist/doc/generic/pst-am
parent41f1763602b07a81ef001c41f6ef9faec6f49ddc (diff)
pst-am 2010-08-04 (4sep10)
git-svn-id: svn://tug.org/texlive/trunk@19591 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-am')
-rw-r--r--Master/texmf-dist/doc/generic/pst-am/Changes1
-rw-r--r--Master/texmf-dist/doc/generic/pst-am/index.phtml64
-rw-r--r--Master/texmf-dist/doc/generic/pst-am/pst-am-doc.bib8
-rw-r--r--Master/texmf-dist/doc/generic/pst-am/pst-am-doc.pdfbin884173 -> 883399 bytes
4 files changed, 65 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-am/Changes b/Master/texmf-dist/doc/generic/pst-am/Changes
index 6675cd48a62..233521c700e 100644
--- a/Master/texmf-dist/doc/generic/pst-am/Changes
+++ b/Master/texmf-dist/doc/generic/pst-am/Changes
@@ -1,4 +1,5 @@
pst-am.sty --------
+v. 1.02 2010-08-04 use \par only whith option values
v. 1.01 2009-12-08 initial CTAN version
diff --git a/Master/texmf-dist/doc/generic/pst-am/index.phtml b/Master/texmf-dist/doc/generic/pst-am/index.phtml
new file mode 100644
index 00000000000..a83cfba3810
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-am/index.phtml
@@ -0,0 +1,64 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><html><head>
+<html>
+<head>
+ <title>my LaTeX pages</title>
+</head>
+<body bgcolor="#ffffff" text="#000000" link="#aa0000" alink="#ff3300" vlink="#330099">
+ <hr noshade="noshade">
+ <h1>pst-am by Manuel Luque and Herbert Vo&szlig;</h1>
+<!--
+<h4> All the files have a <strong>Beta-Status</strong>! For a stable version look at <a href="ftp://ftp.dante
+.de/pub/tex/graphics/pstricks/contrib/pst-3dplot/">CTAN</a></h4>
+-->
+ <hr noshade="noshade">
+ <div class=text>
+<?
+$cdir = dir("./");
+
+$entries=array();
+while ($entry = $cdir->read())
+ $entries[] = $entry;
+
+echo "Files in this directory:";
+echo " <hr noshade=\"noshade\">";
+echo "<table>";
+
+asort($entries);
+reset($entries);
+
+//foreach($entries as $entry) {
+while (list(, $entry) = each($entries)) {
+// if (!is_dir($entry) && ($entry != "index.phtml") && ($entry != ".htaccess")) {
+ if (($entry != ".") && ($entry != "index.phtml") && ($entry != ".htaccess")) {
+ echo "<tr>";
+ echo "<td><a href=\"$entry\">$entry</a></td>";
+ if (is_dir($entry))
+ echo "<td>&lt;Dir&gt;</td>";
+ else
+ echo "<td></td>";
+ echo "<td align=\"right\">&nbsp;".filesize($entry)." Byte&nbsp;</td>";
+ echo "<td align=\"right\">&nbsp;".date("D, j F Y, H:i:s",filemtime($entry))."&nbsp;</td>";
+ echo "</tr>";
+ }
+}
+echo "</table>";
+
+?>
+<hr noshade="noshade">
+Page last updated on <?php echo date("d.m.Y", getlastmod() ); ?>
+</p>
+</div>
+<hr>
+<?
+if (file_exists("README")) {
+ $fp = fopen("README","r");
+ echo "<pre>";
+ while ($line=fgets($fp,1000)) {
+ echo "$line";
+ }
+ echo "</pre>";
+ fclose($fp);
+}
+?>
+</body>
+</html>
diff --git a/Master/texmf-dist/doc/generic/pst-am/pst-am-doc.bib b/Master/texmf-dist/doc/generic/pst-am/pst-am-doc.bib
index cb8f1f164c5..6f0b71c2e96 100644
--- a/Master/texmf-dist/doc/generic/pst-am/pst-am-doc.bib
+++ b/Master/texmf-dist/doc/generic/pst-am/pst-am-doc.bib
@@ -100,14 +100,6 @@
address = {Reading, Mass.}
}
-@Book{voss:chaos,
- author = {Herbert Vo{\ss}},
- title = {Chaos und {F}raktale selbst programmieren: von {M}andelbrotmengen {\"u}ber {F}arbmanipulationen zur perfekten Darstellung},
- publisher = {{Franzis Verlag}},
- year = {1994},
- address = {Poing}
-}
-
@Article{girou:01:,
author = {Denis Girou},
title = {Pr\'esentation de {PST}ricks},
diff --git a/Master/texmf-dist/doc/generic/pst-am/pst-am-doc.pdf b/Master/texmf-dist/doc/generic/pst-am/pst-am-doc.pdf
index e34bbf1c14a..56af0ea72db 100644
--- a/Master/texmf-dist/doc/generic/pst-am/pst-am-doc.pdf
+++ b/Master/texmf-dist/doc/generic/pst-am/pst-am-doc.pdf
Binary files differ