Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chapters_preref/chapter6_beyondbm_pre.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ If we assume that stabilizing selection is weak, we can simplify the above expre
(Equation 6.23)
<div>
$$
V_z' = G/n + (1 - 4 G \gamma) V_z \\
V_z' = G/n + (1 - 4 G \gamma) V_z
$$
</div>

Expand Down Expand Up @@ -504,7 +504,7 @@ We can further specify the starting conditions by noting that both the variance
(Equations 6.48)
<div>
$$
V_{a0} = V_{ab0} = V_{ab0} = V_z(t_1) = \frac{e^{-4 G \gamma t_1}-1}{4 n \gamma} \\
V_{a0} = V_{ab0} = V_{ab0} = V_z(t_1) = \frac{e^{-4 G \gamma t_1}-1}{4 n \gamma}
$$
</div>

Expand Down
6 changes: 5 additions & 1 deletion chapters_preref/kindle_gen.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#!/bin/bash
#
# requires : pandoc, pandoc-citeproc, pandoc-fignos

cat chapter1_introduction_pre.md | sed s@\{\{[[:space:]]site.baseurl[[:space:]]\}\}@..@ > t1.md
cat chapter2_stats_pre.md | sed s@\{\{[[:space:]]site.baseurl[[:space:]]\}\}@..@ > t2.md
cat chapter3_bmintro_pre.md | sed s@\{\{[[:space:]]site.baseurl[[:space:]]\}\}@..@ > t3.md
Expand All @@ -13,6 +17,6 @@ cat chapter12_beyondbd_pre.md | sed s@\{\{[[:space:]]site.baseurl[[:space:]]\}\}
cat chapter13_chardiv_pre.md | sed s@\{\{[[:space:]]site.baseurl[[:space:]]\}\}@..@ > t13.md
cat chapter14_summary_pre.md | sed s@\{\{[[:space:]]site.baseurl[[:space:]]\}\}@..@ > t14.md

pandoc titlepage.md copyright.md acknowledgements.md toc.md t1.md t2.md t3.md t4.md t5.md t6.md t7.md t8.md t9.md t10.md t11.md t12.md t13.md t14.md --from=markdown-markdown_in_html_blocks-native_divs --latex-engine=xelatex --filter pandoc-fignos --webtex https://latex.codecogs.com/svg.latex? --bibliography pcm_paperpile.bib --filter pandoc-citeproc --csl evolution.csl --metadata link-citations=true -V geometry:margin=0.7in -V fontsize=12pt -V geometry:c5paper -o ../pdf/phylogeneticComparativeMethods.epub
pandoc titlepage.md copyright.md acknowledgements.md toc.md t1.md t2.md t3.md t4.md t5.md t6.md t7.md t8.md t9.md t10.md t11.md t12.md t13.md t14.md --from=markdown-markdown_in_html_blocks-native_divs --pdf-engine=xelatex --filter pandoc-fignos --webtex https://latex.codecogs.com/svg.latex? --bibliography pcm_paperpile.bib --filter pandoc-citeproc --csl evolution.csl --metadata link-citations=true -V geometry:margin=0.7in -V fontsize=12pt -V geometry:c5paper -o ../pdf/phylogeneticComparativeMethods.epub

rm t1.md t2.md t3.md t4.md t5.md t6.md t7.md t8.md t9.md t10.md t11.md t12.md t13.md t14.md
Binary file modified pdf/phylogeneticComparativeMethods.epub
Binary file not shown.