-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.org
More file actions
31 lines (27 loc) · 1.03 KB
/
setup.org
File metadata and controls
31 lines (27 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#+HTML_HEAD: <!-- Google tag (gtag.js) -->
#+HTML_HEAD: <script async src="https://www.googletagmanager.com/gtag/js?id=GT-M6XHKK2R"></script>
#+HTML_HEAD: <script>
#+HTML_HEAD: window.dataLayer = window.dataLayer || [];
#+HTML_HEAD: function gtag(){dataLayer.push(arguments);}
#+HTML_HEAD: gtag('js', new Date());
#+HTML_HEAD: gtag('config', 'GT-M6XHKK2R');
#+HTML_HEAD: </script>
#+AUTHOR: Kaoru Babasaki
#+KEYWORDS: Bayesian Statistics, Hoff, Bayes, Exercise, Answers, 標準ベイズ, 演習問題, 解答
#+DESCRIPTION: Solutions to exercises from Peter Hoff's "A First Course in Bayesian Statistical Methods" (標準ベイズ統計学).
#+OPTIONS: toc:4
#+OPTIONS: H:7
#+OPTIONS: tags:nil
#+OPTIONS: num:nil
#+OPTIONS: timestamp:t
#+SETUPFILE: ./org-html-themes/org/theme-readtheorg.setup
#+HTML_HEAD: <link rel="stylesheet" href="/css/custom.css">
#+EXCLUDE_TAGS: noexport
#+BEGIN_EXPORT latex
\definecolor{bg}{rgb}{0.95,0.95,0.95}
\setminted[julia]{
bgcolor=bg,
breaklines=true,
mathescape,
fontsize=\footnotesize}
#+END_EXPORT