diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-06 22:29:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-06 22:29:22 +0000 |
commit | 6892558c73756d9f24023e6269e025fa6f3cf15d (patch) | |
tree | 577444406b1231180d6c54230a338d032a2ec5aa /Master | |
parent | 41f1763602b07a81ef001c41f6ef9faec6f49ddc (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')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-am/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-am/index.phtml | 64 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-am/pst-am-doc.bib | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-am/pst-am-doc.pdf | bin | 884173 -> 883399 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-am/pst-am.sty | 17 |
5 files changed, 74 insertions, 16 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ß</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><Dir></td>"; + else + echo "<td></td>"; + echo "<td align=\"right\"> ".filesize($entry)." Byte </td>"; + echo "<td align=\"right\"> ".date("D, j F Y, H:i:s",filemtime($entry))." </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 Binary files differindex 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 diff --git a/Master/texmf-dist/tex/latex/pst-am/pst-am.sty b/Master/texmf-dist/tex/latex/pst-am/pst-am.sty index 543aede6836..147f8295479 100644 --- a/Master/texmf-dist/tex/latex/pst-am/pst-am.sty +++ b/Master/texmf-dist/tex/latex/pst-am/pst-am.sty @@ -1,4 +1,4 @@ -%% $Id: pst-am.sty 166 2009-12-08 14:48:53Z herbert $ +%% $Id: pst-am.sty 380 2010-09-04 08:09:34Z herbert $ %% %% This is file `pst-am.sty', %% @@ -9,22 +9,23 @@ %% Manuel Luque <Mluque5130 _at_ aol.com> (France) %% Herbert Voss <hvoss _at_ tug.org (Germany) %% -%% 2009/12/08 %% %% DESCRIPTION: %% `pst-am' is a package intended for the representation %% of the amplitude modulation of the radio waves % \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{pst-am} - [2009/12/00 v1.01 Modulation of radio waves (ml,hv)] \RequirePackage{pstricks} \RequirePackage{pst-plot} \RequirePackage{pst-node} \RequirePackage{pst-xkey} \RequirePackage{numprint} \RequirePackage{multido} - +% +\def\filedate{2010/09/04} +\def\fileversion{1.02} +\ProvidesPackage{pst-am}[\filedate\ v\fileversion\ Modulation of radio waves (ml,hv)] +% \pst@addfams{pst-am} \SpecialCoor \definecolor{Bleu}{cmyk}{1,1,0,0.3} @@ -113,7 +114,7 @@ \newpsstyle{XY}{plotpoints=4000} \fi \ifPst@Centering\centering\fi -\pspicture(0,-5)(10,5) +\pspicture(-0.1,-5)(10.1,5) \psframe[style=cadre](-0.1,-4.5)(10.1,4.5) \psframe[style=screen](0,-4)(10,4) \rput(5,4.25){\textsf{\large Modulation-Demodulation}} @@ -242,8 +243,8 @@ \uput[l](UM1){$U_M$} \fi \endpspicture% - -\ifPst@values +% +\ifPst@values\par \tabular{@{} r l @{}}\hline Amplitude porteuse & \numprint{\psk@Up}\ V \\ Amplitude audio & \numprint{\psk@Um}\ V \\ |