Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 jags (4.3.0-2) unstable; urgency=medium
 .
   * debian/conmtrol: Adding 'mercurial' to Build-Depends
Author: Dirk Eddelbuettel <edd@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2018-07-09

--- /dev/null
+++ jags-4.3.0/doc/manual/auto/jags_user_manual.el
@@ -0,0 +1,106 @@
+(TeX-add-style-hook
+ "jags_user_manual"
+ (lambda ()
+   (TeX-add-to-alist 'LaTeX-provided-class-options
+                     '(("report" "11pt" "a4paper" "titlepage")))
+   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "path")
+   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
+   (add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
+   (add-to-list 'LaTeX-verbatim-macros-with-delims-local "url")
+   (TeX-run-style-hooks
+    "latex2e"
+    "report"
+    "rep11"
+    "amsmath"
+    "natbib"
+    "a4wide"
+    "url"
+    "multirow"
+    "amsfonts"
+    "graphicx")
+   (TeX-add-symbols
+    "release"
+    "JAGS"
+    "rjags"
+    "BUGS"
+    "OpenBUGS"
+    "R"
+    "CODA")
+   (LaTeX-add-labels
+    "section:help"
+    "chapter:bugslang"
+    "section:forloops"
+    "section:data:tranformations"
+    "chapter:running"
+    "section:modules"
+    "section:rngs"
+    "section:monitoring"
+    "chapter:R"
+    "section:rjags"
+    "chapter:cmdline"
+    "section:scripting"
+    "data:in"
+    "parameters:in"
+    "section:adapt"
+    "section:monitor"
+    "coda"
+    "table:coda"
+    "data:to"
+    "parameters:to"
+    "samplers:to"
+    "load"
+    "unload"
+    "list:modules"
+    "list:factories"
+    "set:factory"
+    "model:clear"
+    "section:cmdline:data"
+    "section:functions"
+    "table:bugs:link"
+    "table:dpq"
+    "table:bugs:functions:alias"
+    "chapter:distributions"
+    "section:truncation"
+    "section:obfun"
+    "section:base:functions"
+    "table:base:functions"
+    "section:base:monitors"
+    "chapter:bugsmod"
+    "section:bugs:functions"
+    "table:bugs:scalar"
+    "table:bugs:scalar2"
+    "table:bugs:vector"
+    "section:bugs:distributions"
+    "bugs:dbeta"
+    "bugs:dchisqr"
+    "bugs:ddexp"
+    "bugs:dexp"
+    "bugs:df"
+    "bugs:dgamma"
+    "bugs:dgen.gamma"
+    "bugs:dlogis"
+    "bugs:dlnorm"
+    "bugs:dnchisqr"
+    "bugs:dnt"
+    "bugs:dnorm"
+    "bugs:pareto"
+    "bugs:dt"
+    "bugs:dunif"
+    "bugs:dweib"
+    "bugs:dbin"
+    "bugs:dhyper"
+    "bugs:ddirch"
+    "bugs:dmulti"
+    "bugs:dsample"
+    "bugs:dwishart"
+    "section:bugs:obfun"
+    "bugs:dinterval"
+    "bugs:sum"
+    "chapter:glm"
+    "section:glm:distributions"
+    "glm:dordered.categorical"
+    "section:glm::samplers"
+    "chapter:dic")
+   (LaTeX-add-bibliographies))
+ :latex)
+
--- jags-4.3.0.orig/doc/manual/jags_user_manual.tex
+++ jags-4.3.0/doc/manual/jags_user_manual.tex
@@ -3294,14 +3294,14 @@ increases to infinity. The distribution
 with standard deviation $S$. The effect of increasing the degrees of
 freedom is to diminish the weight of the tail.
 
-\begin{figure}
-\resizebox{\textwidth}{!}{
-   \includegraphics{figures/halft.pdf}
-}
-\caption{The half-t distribution with scale $S$ and 2 degrees of
-  freedom (solid line). The dotted line shows the limit as the
-  degrees of freedom increases to infinity \label{figure:halft}}
-\end{figure}
+%\begin{figure}
+%\resizebox{\textwidth}{!}{
+%   \includegraphics{figures/halft.pdf}
+%}
+%\caption{The half-t distribution with scale $S$ and 2 degrees of
+%  freedom (solid line). The dotted line shows the limit as the
+%  degrees of freedom increases to infinity \label{figure:halft}}
+%\end{figure}
 
 \subsubsection{Scaled Wishart: \texttt{dscaled.wishart}}
 
