summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lstbayes
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-07-07 20:47:11 +0000
committerKarl Berry <karl@freefriends.org>2018-07-07 20:47:11 +0000
commitb62ed8ac255f677a1f7c2172ea81cf0dd105009a (patch)
tree0e6d5419f269804a2eb24100780b60a48ab68df7 /Master/texmf-dist/doc/latex/lstbayes
parentc1b657195f44402f5c3e6183d1746cfc6f91791a (diff)
lstbayes (7jul18)
git-svn-id: svn://tug.org/texlive/trunk@48160 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/lstbayes')
-rw-r--r--Master/texmf-dist/doc/latex/lstbayes/README.md4
-rw-r--r--Master/texmf-dist/doc/latex/lstbayes/examples.pdfbin139507 -> 140037 bytes
-rw-r--r--Master/texmf-dist/doc/latex/lstbayes/examples.tex11
-rw-r--r--Master/texmf-dist/doc/latex/lstbayes/lstbayes.pdfbin136166 -> 135554 bytes
4 files changed, 7 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/lstbayes/README.md b/Master/texmf-dist/doc/latex/lstbayes/README.md
index 9f076be4c5c..5ea1e5d0ac9 100644
--- a/Master/texmf-dist/doc/latex/lstbayes/README.md
+++ b/Master/texmf-dist/doc/latex/lstbayes/README.md
@@ -4,7 +4,7 @@
[![CTAN license](https://img.shields.io/ctan/l/lstbayes.svg)](https://www.ctan.org/pkg/lstbayes)
Adds support for the following languages to the LaTeX
-[listings](http://www.ctan.org/tex-archive/macros/latex/contrib/listings/)
+[listings](http://www.ctan.org/pkg/listings/)
package, which pretty-prints source code:
- [BUGS](http://www.openbugs.net)
@@ -43,7 +43,7 @@ model {
```
Also see the examples in `examples.tex` and `examples.pdf` files included in this repository.
-See the `listings` [documentation](https://www.ctan.org/tex-archive/macros/latex/contrib/listings/?la) for more on how to use the `listings` package.
+See the `listings` [documentation](https://www.ctan.org/pkg/listings/) for more on how to use the `listings` package.
# Issues
diff --git a/Master/texmf-dist/doc/latex/lstbayes/examples.pdf b/Master/texmf-dist/doc/latex/lstbayes/examples.pdf
index 1a9e3ac16fd..06daa4ace95 100644
--- a/Master/texmf-dist/doc/latex/lstbayes/examples.pdf
+++ b/Master/texmf-dist/doc/latex/lstbayes/examples.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/lstbayes/examples.tex b/Master/texmf-dist/doc/latex/lstbayes/examples.tex
index 48a1c91be51..9ff02ab83dc 100644
--- a/Master/texmf-dist/doc/latex/lstbayes/examples.tex
+++ b/Master/texmf-dist/doc/latex/lstbayes/examples.tex
@@ -34,12 +34,12 @@ model {
}
tau.c ~ dgamma(0.001,0.001)
sigma <- 1 / sqrt(tau.c)
- alpha.c ~ dnorm(0.0,1.0E-6)
+ alpha.c ~ dnorm(0.0,1.0E-6)
alpha.tau ~ dgamma(0.001,0.001)
beta.c ~ dnorm(0.0,1.0E-6)
beta.tau ~ dgamma(0.001,0.001)
- alpha0 <- alpha.c - xbar * beta.c
-}
+ alpha0 <- alpha.c - xbar * beta.c
+}
\end{lstlisting}
@@ -66,8 +66,8 @@ model {
Rats example from \url{https://github.com/stan-dev/example-models/blob/master/bugs_examples/vol1/rats/rats_vec.stan}.
\begin{lstlisting}[language=Stan]
-# http://www.mrc-bsu.cam.ac.uk/bugs/winbugs/Vol1.pdf
-# Page 3: Rats
+// http://www.mrc-bsu.cam.ac.uk/bugs/winbugs/Vol1.pdf
+// Page 3: Rats
data {
int<lower=0> N;
int<lower=0> T;
@@ -126,4 +126,3 @@ model {
\end{lstlisting}
\end{document}
-
diff --git a/Master/texmf-dist/doc/latex/lstbayes/lstbayes.pdf b/Master/texmf-dist/doc/latex/lstbayes/lstbayes.pdf
index 8d77c195c10..97d89eb5967 100644
--- a/Master/texmf-dist/doc/latex/lstbayes/lstbayes.pdf
+++ b/Master/texmf-dist/doc/latex/lstbayes/lstbayes.pdf
Binary files differ