Open eddelbuettel opened 6 years ago
I had jotted down some possible alternatives in other places; maybe having them here is fine too:
Reach out to @kjhealy via academic mail (email) and the new thingie all kids do nowadays (twitter) to no avail.
I'll likely have time to work on modifying a theme in mid-May for the html books. Until then, I'll enable the pdf tint version on the repos.
tint::tintBook()
doesn't respect the output_dir
parameter for render()
bookdown::render_book("index.Rmd", "tint::tintBook", output_dir = "./_book/")
Hm.
Since @coatless pointed it out here I will piggyback:
Also, is natbib the default? In order to use citeproc, I have to citation_package: none
Sure. I don't use output_dir=...
so many things could go on there.
Ditto for bibliographies. I happen to use natbib and like it. The principal client of the package is ... me.
But this discussion is entirely on the wrong issue ticket, so can we please stop it now? This ticket is about the need for html extensions. Thanks.
- SocViz by @kjhealy is free-as-in-beer, and very close: http://socviz.co/ but has no repo 😞
Looks like Kealy has a repo for another book with either the same or similar formatting:
https://github.com/kjhealy/plain-text.co
Is this what you need?
@ssp3nc3r yes. Exactly. Thanks!
The
tufte-book
class made thetintBook
pdf variant possible.There is nothing (yet) for html that is really comparable. The
gitbook
default forbookdown
has a tufte variant but I find it lacking. The navigation bar is pretty awful.We would need some proper js / css / html help, and it may be a fair amount of work. In the meantime, the pdf variant is functional.