From 9abe5e7e81cc75e9a63b9bbdffb081bdfc88e1b0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 20 Jul 2022 20:20:21 +0000 Subject: bodeplot (20jul22) git-svn-id: svn://tug.org/texlive/trunk@63946 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/bodeplot/README.md | 12 +++++++++++- Master/texmf-dist/doc/latex/bodeplot/bodeplot.pdf | Bin 992859 -> 1007326 bytes 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/bodeplot/README.md b/Master/texmf-dist/doc/latex/bodeplot/README.md index 23733a484e8..25b8d7e1dd6 100644 --- a/Master/texmf-dist/doc/latex/bodeplot/README.md +++ b/Master/texmf-dist/doc/latex/bodeplot/README.md @@ -5,6 +5,16 @@ Inspired by the `bodegraph` package. *Version 1.0.8 and newer store `gnuplot` temporary files in the working directory. Use class option `declutter` to restore pre-v1.0.8 behavior. Option `declutter` can cause errors if used with a `tikzexternalize` prefix.* +Compilation instructions: +1) `latex bodeplot.ins` to generate `bodeplot.sty` +2) To compile documentation (needs `gnuplot` on system PATH): +``` +pdflatex bodeplot.dtx --shell-escape +makeindex -s gind.ist bodeplot.idx +makeindex -s gglo.ist -o bodeplot.gls bodeplot.glo +pdflatex bodeplot.dtx --shell-escape +pdflatex bodeplot.dtx --shell-escape +``` Added functionality: - New `\BodeZPK` and `\BodeTF` commands to generate Bode plots of any transfer function given either poles, zeros, gain, and delay, or numerator and denominator coefficients and delay - Support for unstable poles and zeros. @@ -42,4 +52,4 @@ Other new environments and associated commands: - `\addNyquistZPKPlot[plot-options]{z/{zeros},p/{poles},k/gain,d/delay}` - `\addNyquistTFPlot[plot-options]{num/{coeff},den/{coeff},d/delay}` -Limitation: Phase plots from TF commands are wrapped between 0 and 360 degrees. \ No newline at end of file +Limitation: Nichols charts from TF commands are wrapped between 0 and 360 degrees. diff --git a/Master/texmf-dist/doc/latex/bodeplot/bodeplot.pdf b/Master/texmf-dist/doc/latex/bodeplot/bodeplot.pdf index 4ccba156a55..1660b2dc51f 100644 Binary files a/Master/texmf-dist/doc/latex/bodeplot/bodeplot.pdf and b/Master/texmf-dist/doc/latex/bodeplot/bodeplot.pdf differ -- cgit v1.2.3