From 6892558c73756d9f24023e6269e025fa6f3cf15d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 6 Sep 2010 22:29:22 +0000 Subject: pst-am 2010-08-04 (4sep10) git-svn-id: svn://tug.org/texlive/trunk@19591 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/pst-am/Changes | 1 + Master/texmf-dist/doc/generic/pst-am/index.phtml | 64 +++++++++++++++++++++ .../texmf-dist/doc/generic/pst-am/pst-am-doc.bib | 8 --- .../texmf-dist/doc/generic/pst-am/pst-am-doc.pdf | Bin 884173 -> 883399 bytes 4 files changed, 65 insertions(+), 8 deletions(-) create mode 100644 Master/texmf-dist/doc/generic/pst-am/index.phtml (limited to 'Master/texmf-dist/doc/generic') 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 @@ + + + + my LaTeX pages + + +
+

pst-am by Manuel Luque and Herbert Voß

+ +
+
+read()) + $entries[] = $entry; + +echo "Files in this directory:"; +echo "
"; +echo ""; + +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 ""; + echo ""; + if (is_dir($entry)) + echo ""; + else + echo ""; + echo ""; + echo ""; + echo ""; + } +} +echo "
$entry<Dir> ".filesize($entry)." Byte  ".date("D, j F Y, H:i:s",filemtime($entry))." 
"; + +?> +
+Page last updated on +

+
+
+"; + while ($line=fgets($fp,1000)) { + echo "$line"; + } + echo ""; + fclose($fp); +} +?> + + 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 Binary files a/Master/texmf-dist/doc/generic/pst-am/pst-am-doc.pdf and b/Master/texmf-dist/doc/generic/pst-am/pst-am-doc.pdf differ -- cgit v1.2.3